push 88479ebf0db14cda4b93d4622f90fdb1c98221ae
[wine/hacks.git] / configure
blobc52bd72111489dc5464fae031cd7f067890a3295
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.17.
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.17'
578 PACKAGE_STRING='Wine 1.1.17'
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.17 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.17:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1392 Optional Packages:
1393 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1394 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1395 --without-alsa do not use the Alsa sound support
1396 --without-audioio do not use the AudioIO sound support
1397 --without-capi do not use CAPI (ISDN support)
1398 --without-cms do not use CMS (color management support)
1399 --without-coreaudio do not use the CoreAudio sound support
1400 --without-cups do not use CUPS
1401 --without-curses do not use (n)curses
1402 --without-esd do not use the EsounD sound support
1403 --without-fontconfig do not use fontconfig
1404 --without-freetype do not use the FreeType library
1405 --without-gphoto do not use gphoto (Digital Camera support)
1406 --without-glu do not use the GLU library
1407 --without-gnutls do not use GnuTLS (schannel support)
1408 --without-hal do not use HAL (dynamic device support)
1409 --without-jack do not use the Jack sound support
1410 --without-jpeg do not use JPEG
1411 --without-ldap do not use LDAP
1412 --without-nas do not use the NAS sound support
1413 --without-opengl do not use OpenGL
1414 --without-openssl do not use OpenSSL
1415 --without-oss do not use the OSS sound support
1416 --without-png do not use PNG
1417 --without-pulse do not use PulseAudio sound support
1418 --without-pthread do not use the pthread library
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 CPP C preprocessor
1445 XMKMF Path to xmkmf, Makefile generator for X Window System
1447 Use these variables to override the choices made by `configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to <wine-devel@winehq.org>.
1451 _ACEOF
1452 ac_status=$?
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" || continue
1459 ac_builddir=.
1461 case "$ac_dir" in
1462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1470 esac ;;
1471 esac
1472 ac_abs_top_builddir=$ac_pwd
1473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir=$ac_top_build_prefix
1477 case $srcdir in
1478 .) # We are building in place.
1479 ac_srcdir=.
1480 ac_top_srcdir=$ac_top_builddir_sub
1481 ac_abs_top_srcdir=$ac_pwd ;;
1482 [\\/]* | ?:[\\/]* ) # Absolute name.
1483 ac_srcdir=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir=$srcdir
1485 ac_abs_top_srcdir=$srcdir ;;
1486 *) # Relative name.
1487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1490 esac
1491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" || { ac_status=$?; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1496 echo &&
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1499 echo &&
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1501 else
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1503 fi || ac_status=$?
1504 cd "$ac_pwd" || { ac_status=$?; break; }
1505 done
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1510 cat <<\_ACEOF
1511 Wine configure 1.1.17
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.17, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1528 $ $0 $@
1530 _ACEOF
1531 exec 5>>config.log
1533 cat <<_ASUNAME
1534 ## --------- ##
1535 ## Platform. ##
1536 ## --------- ##
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1555 _ASUNAME
1557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1558 for as_dir in $PATH
1560 IFS=$as_save_IFS
1561 test -z "$as_dir" && as_dir=.
1562 echo "PATH: $as_dir"
1563 done
1564 IFS=$as_save_IFS
1566 } >&5
1568 cat >&5 <<_ACEOF
1571 ## ----------- ##
1572 ## Core tests. ##
1573 ## ----------- ##
1575 _ACEOF
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1583 ac_configure_args=
1584 ac_configure_args0=
1585 ac_configure_args1=
1586 ac_must_keep_next=false
1587 for ac_pass in 1 2
1589 for ac_arg
1591 case $ac_arg in
1592 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1593 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1594 | -silent | --silent | --silen | --sile | --sil)
1595 continue ;;
1596 *\'*)
1597 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1598 esac
1599 case $ac_pass in
1600 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true; then
1604 ac_must_keep_next=false # Got value, back to normal.
1605 else
1606 case $ac_arg in
1607 *=* | --config-cache | -C | -disable-* | --disable-* \
1608 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1609 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1610 | -with-* | --with-* | -without-* | --without-* | --x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1613 esac
1615 -* ) ac_must_keep_next=true ;;
1616 esac
1618 ac_configure_args="$ac_configure_args '$ac_arg'"
1620 esac
1621 done
1622 done
1623 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1624 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1634 echo
1636 cat <<\_ASBOX
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1640 _ASBOX
1641 echo
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1646 case $ac_val in #(
1647 *${as_nl}*)
1648 case $ac_var in #(
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1651 esac
1652 case $ac_var in #(
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1655 esac ;;
1656 esac
1657 done
1658 (set) 2>&1 |
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1661 sed -n \
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1664 ;; #(
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 esac |
1669 sort
1671 echo
1673 cat <<\_ASBOX
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1677 _ASBOX
1678 echo
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1682 case $ac_val in
1683 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1684 esac
1685 echo "$ac_var='\''$ac_val'\''"
1686 done | sort
1687 echo
1689 if test -n "$ac_subst_files"; then
1690 cat <<\_ASBOX
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1694 _ASBOX
1695 echo
1696 for ac_var in $ac_subst_files
1698 eval ac_val=\$$ac_var
1699 case $ac_val in
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1701 esac
1702 echo "$ac_var='\''$ac_val'\''"
1703 done | sort
1704 echo
1707 if test -s confdefs.h; then
1708 cat <<\_ASBOX
1709 ## ----------- ##
1710 ## confdefs.h. ##
1711 ## ----------- ##
1712 _ASBOX
1713 echo
1714 cat confdefs.h
1715 echo
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1720 } >&5
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1723 exit $exit_status
1725 for ac_signal in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1727 done
1728 ac_signal=0
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1757 _ACEOF
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x "$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE; then
1765 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1766 else
1767 set x "$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1770 shift
1771 for ac_site_file
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1777 . "$ac_site_file"
1779 done
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1787 case $cache_file in
1788 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1789 *) . "./$cache_file";;
1790 esac
1792 else
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1795 >$cache_file
1798 # Check that the precious variables saved in the cache have kept the same
1799 # value.
1800 ac_cache_corrupted=false
1801 for ac_var in $ac_precious_vars; do
1802 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1803 eval ac_new_set=\$ac_env_${ac_var}_set
1804 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1805 eval ac_new_val=\$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1807 set,)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,set)
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted=: ;;
1815 ,);;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted=:
1825 fi;;
1826 esac
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1829 case $ac_new_val in
1830 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg=$ac_var=$ac_new_val ;;
1832 esac
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1836 esac
1838 done
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1871 ac_ext=c
1872 ac_cpp='$CPP $CPPFLAGS'
1873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1879 ac_config_headers="$ac_config_headers include/config.h"
1881 ac_aux_dir=
1882 for ac_dir in tools "$srcdir"/tools; do
1883 if test -f "$ac_dir/install-sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install-sh -c"
1886 break
1887 elif test -f "$ac_dir/install.sh"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/install.sh -c"
1890 break
1891 elif test -f "$ac_dir/shtool"; then
1892 ac_aux_dir=$ac_dir
1893 ac_install_sh="$ac_aux_dir/shtool install -c"
1894 break
1896 done
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval=$enable_win64;
1924 # Check whether --enable-tests was given.
1925 if test "${enable_tests+set}" = set; then
1926 enableval=$enable_tests;
1929 # Check whether --enable-maintainer-mode was given.
1930 if test "${enable_maintainer_mode+set}" = set; then
1931 enableval=$enable_maintainer_mode;
1932 else
1933 MAINTAINER_MODE=\#
1939 # Check whether --with-alsa was given.
1940 if test "${with_alsa+set}" = set; then
1941 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1945 # Check whether --with-audioio was given.
1946 if test "${with_audioio+set}" = set; then
1947 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1951 # Check whether --with-capi was given.
1952 if test "${with_capi+set}" = set; then
1953 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1957 # Check whether --with-cms was given.
1958 if test "${with_cms+set}" = set; then
1959 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1963 # Check whether --with-coreaudio was given.
1964 if test "${with_coreaudio+set}" = set; then
1965 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1969 # Check whether --with-cups was given.
1970 if test "${with_cups+set}" = set; then
1971 withval=$with_cups;
1975 # Check whether --with-curses was given.
1976 if test "${with_curses+set}" = set; then
1977 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1981 # Check whether --with-esd was given.
1982 if test "${with_esd+set}" = set; then
1983 withval=$with_esd;
1987 # Check whether --with-fontconfig was given.
1988 if test "${with_fontconfig+set}" = set; then
1989 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1993 # Check whether --with-freetype was given.
1994 if test "${with_freetype+set}" = set; then
1995 withval=$with_freetype;
1999 # Check whether --with-gphoto was given.
2000 if test "${with_gphoto+set}" = set; then
2001 withval=$with_gphoto;
2005 # Check whether --with-glu was given.
2006 if test "${with_glu+set}" = set; then
2007 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2011 # Check whether --with-gnutls was given.
2012 if test "${with_gnutls+set}" = set; then
2013 withval=$with_gnutls;
2017 # Check whether --with-hal was given.
2018 if test "${with_hal+set}" = set; then
2019 withval=$with_hal;
2023 # Check whether --with-jack was given.
2024 if test "${with_jack+set}" = set; then
2025 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2029 # Check whether --with-jpeg was given.
2030 if test "${with_jpeg+set}" = set; then
2031 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2035 # Check whether --with-ldap was given.
2036 if test "${with_ldap+set}" = set; then
2037 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2041 # Check whether --with-nas was given.
2042 if test "${with_nas+set}" = set; then
2043 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2047 # Check whether --with-opengl was given.
2048 if test "${with_opengl+set}" = set; then
2049 withval=$with_opengl;
2053 # Check whether --with-openssl was given.
2054 if test "${with_openssl+set}" = set; then
2055 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2059 # Check whether --with-oss was given.
2060 if test "${with_oss+set}" = set; then
2061 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2065 # Check whether --with-png was given.
2066 if test "${with_png+set}" = set; then
2067 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2071 # Check whether --with-pulse was given.
2072 if test "${with_pulse+set}" = set; then
2073 withval=$with_pulse;
2077 # Check whether --with-pthread was given.
2078 if test "${with_pthread+set}" = set; then
2079 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2083 # Check whether --with-sane was given.
2084 if test "${with_sane+set}" = set; then
2085 withval=$with_sane;
2089 # Check whether --with-xcomposite was given.
2090 if test "${with_xcomposite+set}" = set; then
2091 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2095 # Check whether --with-xcursor was given.
2096 if test "${with_xcursor+set}" = set; then
2097 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2101 # Check whether --with-xinerama was given.
2102 if test "${with_xinerama+set}" = set; then
2103 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2107 # Check whether --with-xinput was given.
2108 if test "${with_xinput+set}" = set; then
2109 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2113 # Check whether --with-xml was given.
2114 if test "${with_xml+set}" = set; then
2115 withval=$with_xml;
2119 # Check whether --with-xrandr was given.
2120 if test "${with_xrandr+set}" = set; then
2121 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2125 # Check whether --with-xrender was given.
2126 if test "${with_xrender+set}" = set; then
2127 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2131 # Check whether --with-xshape was given.
2132 if test "${with_xshape+set}" = set; then
2133 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2137 # Check whether --with-xshm was given.
2138 if test "${with_xshm+set}" = set; then
2139 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2143 # Check whether --with-xslt was given.
2144 if test "${with_xslt+set}" = set; then
2145 withval=$with_xslt;
2149 # Check whether --with-xxf86vm was given.
2150 if test "${with_xxf86vm+set}" = set; then
2151 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2156 # Check whether --with-wine-tools was given.
2157 if test "${with_wine_tools+set}" = set; then
2158 withval=$with_wine_tools;
2162 # Make sure we can run config.sub.
2163 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2164 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2165 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2166 { (exit 1); exit 1; }; }
2168 { echo "$as_me:$LINENO: checking build system type" >&5
2169 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2170 if test "${ac_cv_build+set}" = set; then
2171 echo $ECHO_N "(cached) $ECHO_C" >&6
2172 else
2173 ac_build_alias=$build_alias
2174 test "x$ac_build_alias" = x &&
2175 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2176 test "x$ac_build_alias" = x &&
2177 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2178 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2179 { (exit 1); exit 1; }; }
2180 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2181 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2182 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2183 { (exit 1); exit 1; }; }
2186 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2187 echo "${ECHO_T}$ac_cv_build" >&6; }
2188 case $ac_cv_build in
2189 *-*-*) ;;
2190 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2191 echo "$as_me: error: invalid value of canonical build" >&2;}
2192 { (exit 1); exit 1; }; };;
2193 esac
2194 build=$ac_cv_build
2195 ac_save_IFS=$IFS; IFS='-'
2196 set x $ac_cv_build
2197 shift
2198 build_cpu=$1
2199 build_vendor=$2
2200 shift; shift
2201 # Remember, the first character of IFS is used to create $*,
2202 # except with old shells:
2203 build_os=$*
2204 IFS=$ac_save_IFS
2205 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2208 { echo "$as_me:$LINENO: checking host system type" >&5
2209 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2210 if test "${ac_cv_host+set}" = set; then
2211 echo $ECHO_N "(cached) $ECHO_C" >&6
2212 else
2213 if test "x$host_alias" = x; then
2214 ac_cv_host=$ac_cv_build
2215 else
2216 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2217 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2218 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2219 { (exit 1); exit 1; }; }
2223 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2224 echo "${ECHO_T}$ac_cv_host" >&6; }
2225 case $ac_cv_host in
2226 *-*-*) ;;
2227 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2228 echo "$as_me: error: invalid value of canonical host" >&2;}
2229 { (exit 1); exit 1; }; };;
2230 esac
2231 host=$ac_cv_host
2232 ac_save_IFS=$IFS; IFS='-'
2233 set x $ac_cv_host
2234 shift
2235 host_cpu=$1
2236 host_vendor=$2
2237 shift; shift
2238 # Remember, the first character of IFS is used to create $*,
2239 # except with old shells:
2240 host_os=$*
2241 IFS=$ac_save_IFS
2242 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2246 case "$srcdir" in
2247 .) ;;
2248 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2249 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2250 You need to run 'make distclean' in the source tree first." >&5
2251 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&2;}
2253 { (exit 1); exit 1; }; }
2254 fi ;;
2255 esac
2258 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2259 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2260 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2261 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2262 echo $ECHO_N "(cached) $ECHO_C" >&6
2263 else
2264 cat >conftest.make <<\_ACEOF
2265 SHELL = /bin/sh
2266 all:
2267 @echo '@@@%%%=$(MAKE)=@@@%%%'
2268 _ACEOF
2269 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2270 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2271 *@@@%%%=?*=@@@%%%*)
2272 eval ac_cv_prog_make_${ac_make}_set=yes;;
2274 eval ac_cv_prog_make_${ac_make}_set=no;;
2275 esac
2276 rm -f conftest.make
2278 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2279 { echo "$as_me:$LINENO: result: yes" >&5
2280 echo "${ECHO_T}yes" >&6; }
2281 SET_MAKE=
2282 else
2283 { echo "$as_me:$LINENO: result: no" >&5
2284 echo "${ECHO_T}no" >&6; }
2285 SET_MAKE="MAKE=${MAKE-make}"
2288 ac_ext=c
2289 ac_cpp='$CPP $CPPFLAGS'
2290 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2291 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2292 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2293 if test -n "$ac_tool_prefix"; then
2294 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2295 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2296 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2298 if test "${ac_cv_prog_CC+set}" = set; then
2299 echo $ECHO_N "(cached) $ECHO_C" >&6
2300 else
2301 if test -n "$CC"; then
2302 ac_cv_prog_CC="$CC" # Let the user override the test.
2303 else
2304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2305 for as_dir in $PATH
2307 IFS=$as_save_IFS
2308 test -z "$as_dir" && as_dir=.
2309 for ac_exec_ext in '' $ac_executable_extensions; do
2310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2311 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2313 break 2
2315 done
2316 done
2317 IFS=$as_save_IFS
2321 CC=$ac_cv_prog_CC
2322 if test -n "$CC"; then
2323 { echo "$as_me:$LINENO: result: $CC" >&5
2324 echo "${ECHO_T}$CC" >&6; }
2325 else
2326 { echo "$as_me:$LINENO: result: no" >&5
2327 echo "${ECHO_T}no" >&6; }
2332 if test -z "$ac_cv_prog_CC"; then
2333 ac_ct_CC=$CC
2334 # Extract the first word of "gcc", so it can be a program name with args.
2335 set dummy gcc; ac_word=$2
2336 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2338 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2339 echo $ECHO_N "(cached) $ECHO_C" >&6
2340 else
2341 if test -n "$ac_ct_CC"; then
2342 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2343 else
2344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2345 for as_dir in $PATH
2347 IFS=$as_save_IFS
2348 test -z "$as_dir" && as_dir=.
2349 for ac_exec_ext in '' $ac_executable_extensions; do
2350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2351 ac_cv_prog_ac_ct_CC="gcc"
2352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2353 break 2
2355 done
2356 done
2357 IFS=$as_save_IFS
2361 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2362 if test -n "$ac_ct_CC"; then
2363 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2364 echo "${ECHO_T}$ac_ct_CC" >&6; }
2365 else
2366 { echo "$as_me:$LINENO: result: no" >&5
2367 echo "${ECHO_T}no" >&6; }
2370 if test "x$ac_ct_CC" = x; then
2371 CC=""
2372 else
2373 case $cross_compiling:$ac_tool_warned in
2374 yes:)
2375 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2376 whose name does not start with the host triplet. If you think this
2377 configuration is useful to you, please write to autoconf@gnu.org." >&5
2378 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2379 whose name does not start with the host triplet. If you think this
2380 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2381 ac_tool_warned=yes ;;
2382 esac
2383 CC=$ac_ct_CC
2385 else
2386 CC="$ac_cv_prog_CC"
2389 if test -z "$CC"; then
2390 if test -n "$ac_tool_prefix"; then
2391 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2392 set dummy ${ac_tool_prefix}cc; ac_word=$2
2393 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2394 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2395 if test "${ac_cv_prog_CC+set}" = set; then
2396 echo $ECHO_N "(cached) $ECHO_C" >&6
2397 else
2398 if test -n "$CC"; then
2399 ac_cv_prog_CC="$CC" # Let the user override the test.
2400 else
2401 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2402 for as_dir in $PATH
2404 IFS=$as_save_IFS
2405 test -z "$as_dir" && as_dir=.
2406 for ac_exec_ext in '' $ac_executable_extensions; do
2407 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2408 ac_cv_prog_CC="${ac_tool_prefix}cc"
2409 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2410 break 2
2412 done
2413 done
2414 IFS=$as_save_IFS
2418 CC=$ac_cv_prog_CC
2419 if test -n "$CC"; then
2420 { echo "$as_me:$LINENO: result: $CC" >&5
2421 echo "${ECHO_T}$CC" >&6; }
2422 else
2423 { echo "$as_me:$LINENO: result: no" >&5
2424 echo "${ECHO_T}no" >&6; }
2430 if test -z "$CC"; then
2431 # Extract the first word of "cc", so it can be a program name with args.
2432 set dummy cc; ac_word=$2
2433 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2435 if test "${ac_cv_prog_CC+set}" = set; then
2436 echo $ECHO_N "(cached) $ECHO_C" >&6
2437 else
2438 if test -n "$CC"; then
2439 ac_cv_prog_CC="$CC" # Let the user override the test.
2440 else
2441 ac_prog_rejected=no
2442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2443 for as_dir in $PATH
2445 IFS=$as_save_IFS
2446 test -z "$as_dir" && as_dir=.
2447 for ac_exec_ext in '' $ac_executable_extensions; do
2448 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2449 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2450 ac_prog_rejected=yes
2451 continue
2453 ac_cv_prog_CC="cc"
2454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2455 break 2
2457 done
2458 done
2459 IFS=$as_save_IFS
2461 if test $ac_prog_rejected = yes; then
2462 # We found a bogon in the path, so make sure we never use it.
2463 set dummy $ac_cv_prog_CC
2464 shift
2465 if test $# != 0; then
2466 # We chose a different compiler from the bogus one.
2467 # However, it has the same basename, so the bogon will be chosen
2468 # first if we set CC to just the basename; use the full file name.
2469 shift
2470 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2475 CC=$ac_cv_prog_CC
2476 if test -n "$CC"; then
2477 { echo "$as_me:$LINENO: result: $CC" >&5
2478 echo "${ECHO_T}$CC" >&6; }
2479 else
2480 { echo "$as_me:$LINENO: result: no" >&5
2481 echo "${ECHO_T}no" >&6; }
2486 if test -z "$CC"; then
2487 if test -n "$ac_tool_prefix"; then
2488 for ac_prog in cl.exe
2490 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2491 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2492 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2493 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2494 if test "${ac_cv_prog_CC+set}" = set; then
2495 echo $ECHO_N "(cached) $ECHO_C" >&6
2496 else
2497 if test -n "$CC"; then
2498 ac_cv_prog_CC="$CC" # Let the user override the test.
2499 else
2500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2501 for as_dir in $PATH
2503 IFS=$as_save_IFS
2504 test -z "$as_dir" && as_dir=.
2505 for ac_exec_ext in '' $ac_executable_extensions; do
2506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2507 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2508 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2509 break 2
2511 done
2512 done
2513 IFS=$as_save_IFS
2517 CC=$ac_cv_prog_CC
2518 if test -n "$CC"; then
2519 { echo "$as_me:$LINENO: result: $CC" >&5
2520 echo "${ECHO_T}$CC" >&6; }
2521 else
2522 { echo "$as_me:$LINENO: result: no" >&5
2523 echo "${ECHO_T}no" >&6; }
2527 test -n "$CC" && break
2528 done
2530 if test -z "$CC"; then
2531 ac_ct_CC=$CC
2532 for ac_prog in cl.exe
2534 # Extract the first word of "$ac_prog", so it can be a program name with args.
2535 set dummy $ac_prog; ac_word=$2
2536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2538 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2539 echo $ECHO_N "(cached) $ECHO_C" >&6
2540 else
2541 if test -n "$ac_ct_CC"; then
2542 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2543 else
2544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2545 for as_dir in $PATH
2547 IFS=$as_save_IFS
2548 test -z "$as_dir" && as_dir=.
2549 for ac_exec_ext in '' $ac_executable_extensions; do
2550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2551 ac_cv_prog_ac_ct_CC="$ac_prog"
2552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2553 break 2
2555 done
2556 done
2557 IFS=$as_save_IFS
2561 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2562 if test -n "$ac_ct_CC"; then
2563 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2564 echo "${ECHO_T}$ac_ct_CC" >&6; }
2565 else
2566 { echo "$as_me:$LINENO: result: no" >&5
2567 echo "${ECHO_T}no" >&6; }
2571 test -n "$ac_ct_CC" && break
2572 done
2574 if test "x$ac_ct_CC" = x; then
2575 CC=""
2576 else
2577 case $cross_compiling:$ac_tool_warned in
2578 yes:)
2579 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2580 whose name does not start with the host triplet. If you think this
2581 configuration is useful to you, please write to autoconf@gnu.org." >&5
2582 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2583 whose name does not start with the host triplet. If you think this
2584 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2585 ac_tool_warned=yes ;;
2586 esac
2587 CC=$ac_ct_CC
2594 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2595 See \`config.log' for more details." >&5
2596 echo "$as_me: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&2;}
2598 { (exit 1); exit 1; }; }
2600 # Provide some information about the compiler.
2601 echo "$as_me:$LINENO: checking for C compiler version" >&5
2602 ac_compiler=`set X $ac_compile; echo $2`
2603 { (ac_try="$ac_compiler --version >&5"
2604 case "(($ac_try" in
2605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2606 *) ac_try_echo=$ac_try;;
2607 esac
2608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2609 (eval "$ac_compiler --version >&5") 2>&5
2610 ac_status=$?
2611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2612 (exit $ac_status); }
2613 { (ac_try="$ac_compiler -v >&5"
2614 case "(($ac_try" in
2615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2616 *) ac_try_echo=$ac_try;;
2617 esac
2618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2619 (eval "$ac_compiler -v >&5") 2>&5
2620 ac_status=$?
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); }
2623 { (ac_try="$ac_compiler -V >&5"
2624 case "(($ac_try" in
2625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2627 esac
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629 (eval "$ac_compiler -V >&5") 2>&5
2630 ac_status=$?
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); }
2634 cat >conftest.$ac_ext <<_ACEOF
2635 /* confdefs.h. */
2636 _ACEOF
2637 cat confdefs.h >>conftest.$ac_ext
2638 cat >>conftest.$ac_ext <<_ACEOF
2639 /* end confdefs.h. */
2642 main ()
2646 return 0;
2648 _ACEOF
2649 ac_clean_files_save=$ac_clean_files
2650 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2651 # Try to create an executable without -o first, disregard a.out.
2652 # It will help us diagnose broken compilers, and finding out an intuition
2653 # of exeext.
2654 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2655 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2656 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2658 # List of possible output files, starting from the most likely.
2659 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2660 # only as a last resort. b.out is created by i960 compilers.
2661 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2663 # The IRIX 6 linker writes into existing files which may not be
2664 # executable, retaining their permissions. Remove them first so a
2665 # subsequent execution test works.
2666 ac_rmfiles=
2667 for ac_file in $ac_files
2669 case $ac_file in
2670 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2671 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2672 esac
2673 done
2674 rm -f $ac_rmfiles
2676 if { (ac_try="$ac_link_default"
2677 case "(($ac_try" in
2678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2679 *) ac_try_echo=$ac_try;;
2680 esac
2681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2682 (eval "$ac_link_default") 2>&5
2683 ac_status=$?
2684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685 (exit $ac_status); }; then
2686 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2687 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2688 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2689 # so that the user can short-circuit this test for compilers unknown to
2690 # Autoconf.
2691 for ac_file in $ac_files ''
2693 test -f "$ac_file" || continue
2694 case $ac_file in
2695 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2697 [ab].out )
2698 # We found the default executable, but exeext='' is most
2699 # certainly right.
2700 break;;
2701 *.* )
2702 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2703 then :; else
2704 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2706 # We set ac_cv_exeext here because the later test for it is not
2707 # safe: cross compilers may not add the suffix if given an `-o'
2708 # argument, so we may need to know it at that point already.
2709 # Even if this section looks crufty: it has the advantage of
2710 # actually working.
2711 break;;
2713 break;;
2714 esac
2715 done
2716 test "$ac_cv_exeext" = no && ac_cv_exeext=
2718 else
2719 ac_file=''
2722 { echo "$as_me:$LINENO: result: $ac_file" >&5
2723 echo "${ECHO_T}$ac_file" >&6; }
2724 if test -z "$ac_file"; then
2725 echo "$as_me: failed program was:" >&5
2726 sed 's/^/| /' conftest.$ac_ext >&5
2728 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2729 See \`config.log' for more details." >&5
2730 echo "$as_me: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&2;}
2732 { (exit 77); exit 77; }; }
2735 ac_exeext=$ac_cv_exeext
2737 # Check that the compiler produces executables we can run. If not, either
2738 # the compiler is broken, or we cross compile.
2739 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2740 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2741 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2742 # If not cross compiling, check that we can run a simple program.
2743 if test "$cross_compiling" != yes; then
2744 if { ac_try='./$ac_file'
2745 { (case "(($ac_try" in
2746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2747 *) ac_try_echo=$ac_try;;
2748 esac
2749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2750 (eval "$ac_try") 2>&5
2751 ac_status=$?
2752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2753 (exit $ac_status); }; }; then
2754 cross_compiling=no
2755 else
2756 if test "$cross_compiling" = maybe; then
2757 cross_compiling=yes
2758 else
2759 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2760 If you meant to cross compile, use \`--host'.
2761 See \`config.log' for more details." >&5
2762 echo "$as_me: error: cannot run C compiled programs.
2763 If you meant to cross compile, use \`--host'.
2764 See \`config.log' for more details." >&2;}
2765 { (exit 1); exit 1; }; }
2769 { echo "$as_me:$LINENO: result: yes" >&5
2770 echo "${ECHO_T}yes" >&6; }
2772 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2773 ac_clean_files=$ac_clean_files_save
2774 # Check that the compiler produces executables we can run. If not, either
2775 # the compiler is broken, or we cross compile.
2776 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2777 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2778 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2779 echo "${ECHO_T}$cross_compiling" >&6; }
2781 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2782 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2783 if { (ac_try="$ac_link"
2784 case "(($ac_try" in
2785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2786 *) ac_try_echo=$ac_try;;
2787 esac
2788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2789 (eval "$ac_link") 2>&5
2790 ac_status=$?
2791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }; then
2793 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2794 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2795 # work properly (i.e., refer to `conftest.exe'), while it won't with
2796 # `rm'.
2797 for ac_file in conftest.exe conftest conftest.*; do
2798 test -f "$ac_file" || continue
2799 case $ac_file in
2800 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2801 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2802 break;;
2803 * ) break;;
2804 esac
2805 done
2806 else
2807 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2808 See \`config.log' for more details." >&5
2809 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&2;}
2811 { (exit 1); exit 1; }; }
2814 rm -f conftest$ac_cv_exeext
2815 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2816 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2818 rm -f conftest.$ac_ext
2819 EXEEXT=$ac_cv_exeext
2820 ac_exeext=$EXEEXT
2821 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2822 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2823 if test "${ac_cv_objext+set}" = set; then
2824 echo $ECHO_N "(cached) $ECHO_C" >&6
2825 else
2826 cat >conftest.$ac_ext <<_ACEOF
2827 /* confdefs.h. */
2828 _ACEOF
2829 cat confdefs.h >>conftest.$ac_ext
2830 cat >>conftest.$ac_ext <<_ACEOF
2831 /* end confdefs.h. */
2834 main ()
2838 return 0;
2840 _ACEOF
2841 rm -f conftest.o conftest.obj
2842 if { (ac_try="$ac_compile"
2843 case "(($ac_try" in
2844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2845 *) ac_try_echo=$ac_try;;
2846 esac
2847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2848 (eval "$ac_compile") 2>&5
2849 ac_status=$?
2850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2851 (exit $ac_status); }; then
2852 for ac_file in conftest.o conftest.obj conftest.*; do
2853 test -f "$ac_file" || continue;
2854 case $ac_file in
2855 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2856 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2857 break;;
2858 esac
2859 done
2860 else
2861 echo "$as_me: failed program was:" >&5
2862 sed 's/^/| /' conftest.$ac_ext >&5
2864 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2865 See \`config.log' for more details." >&5
2866 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details." >&2;}
2868 { (exit 1); exit 1; }; }
2871 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2873 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2874 echo "${ECHO_T}$ac_cv_objext" >&6; }
2875 OBJEXT=$ac_cv_objext
2876 ac_objext=$OBJEXT
2877 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2878 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2879 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2880 echo $ECHO_N "(cached) $ECHO_C" >&6
2881 else
2882 cat >conftest.$ac_ext <<_ACEOF
2883 /* confdefs.h. */
2884 _ACEOF
2885 cat confdefs.h >>conftest.$ac_ext
2886 cat >>conftest.$ac_ext <<_ACEOF
2887 /* end confdefs.h. */
2890 main ()
2892 #ifndef __GNUC__
2893 choke me
2894 #endif
2897 return 0;
2899 _ACEOF
2900 rm -f conftest.$ac_objext
2901 if { (ac_try="$ac_compile"
2902 case "(($ac_try" in
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2905 esac
2906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2907 (eval "$ac_compile") 2>conftest.er1
2908 ac_status=$?
2909 grep -v '^ *+' conftest.er1 >conftest.err
2910 rm -f conftest.er1
2911 cat conftest.err >&5
2912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2913 (exit $ac_status); } && {
2914 test -z "$ac_c_werror_flag" ||
2915 test ! -s conftest.err
2916 } && test -s conftest.$ac_objext; then
2917 ac_compiler_gnu=yes
2918 else
2919 echo "$as_me: failed program was:" >&5
2920 sed 's/^/| /' conftest.$ac_ext >&5
2922 ac_compiler_gnu=no
2925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2926 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2929 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2930 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2931 GCC=`test $ac_compiler_gnu = yes && echo yes`
2932 ac_test_CFLAGS=${CFLAGS+set}
2933 ac_save_CFLAGS=$CFLAGS
2934 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2935 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2936 if test "${ac_cv_prog_cc_g+set}" = set; then
2937 echo $ECHO_N "(cached) $ECHO_C" >&6
2938 else
2939 ac_save_c_werror_flag=$ac_c_werror_flag
2940 ac_c_werror_flag=yes
2941 ac_cv_prog_cc_g=no
2942 CFLAGS="-g"
2943 cat >conftest.$ac_ext <<_ACEOF
2944 /* confdefs.h. */
2945 _ACEOF
2946 cat confdefs.h >>conftest.$ac_ext
2947 cat >>conftest.$ac_ext <<_ACEOF
2948 /* end confdefs.h. */
2951 main ()
2955 return 0;
2957 _ACEOF
2958 rm -f conftest.$ac_objext
2959 if { (ac_try="$ac_compile"
2960 case "(($ac_try" in
2961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2962 *) ac_try_echo=$ac_try;;
2963 esac
2964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2965 (eval "$ac_compile") 2>conftest.er1
2966 ac_status=$?
2967 grep -v '^ *+' conftest.er1 >conftest.err
2968 rm -f conftest.er1
2969 cat conftest.err >&5
2970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2971 (exit $ac_status); } && {
2972 test -z "$ac_c_werror_flag" ||
2973 test ! -s conftest.err
2974 } && test -s conftest.$ac_objext; then
2975 ac_cv_prog_cc_g=yes
2976 else
2977 echo "$as_me: failed program was:" >&5
2978 sed 's/^/| /' conftest.$ac_ext >&5
2980 CFLAGS=""
2981 cat >conftest.$ac_ext <<_ACEOF
2982 /* confdefs.h. */
2983 _ACEOF
2984 cat confdefs.h >>conftest.$ac_ext
2985 cat >>conftest.$ac_ext <<_ACEOF
2986 /* end confdefs.h. */
2989 main ()
2993 return 0;
2995 _ACEOF
2996 rm -f conftest.$ac_objext
2997 if { (ac_try="$ac_compile"
2998 case "(($ac_try" in
2999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3000 *) ac_try_echo=$ac_try;;
3001 esac
3002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3003 (eval "$ac_compile") 2>conftest.er1
3004 ac_status=$?
3005 grep -v '^ *+' conftest.er1 >conftest.err
3006 rm -f conftest.er1
3007 cat conftest.err >&5
3008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3009 (exit $ac_status); } && {
3010 test -z "$ac_c_werror_flag" ||
3011 test ! -s conftest.err
3012 } && test -s conftest.$ac_objext; then
3014 else
3015 echo "$as_me: failed program was:" >&5
3016 sed 's/^/| /' conftest.$ac_ext >&5
3018 ac_c_werror_flag=$ac_save_c_werror_flag
3019 CFLAGS="-g"
3020 cat >conftest.$ac_ext <<_ACEOF
3021 /* confdefs.h. */
3022 _ACEOF
3023 cat confdefs.h >>conftest.$ac_ext
3024 cat >>conftest.$ac_ext <<_ACEOF
3025 /* end confdefs.h. */
3028 main ()
3032 return 0;
3034 _ACEOF
3035 rm -f conftest.$ac_objext
3036 if { (ac_try="$ac_compile"
3037 case "(($ac_try" in
3038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3039 *) ac_try_echo=$ac_try;;
3040 esac
3041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3042 (eval "$ac_compile") 2>conftest.er1
3043 ac_status=$?
3044 grep -v '^ *+' conftest.er1 >conftest.err
3045 rm -f conftest.er1
3046 cat conftest.err >&5
3047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3048 (exit $ac_status); } && {
3049 test -z "$ac_c_werror_flag" ||
3050 test ! -s conftest.err
3051 } && test -s conftest.$ac_objext; then
3052 ac_cv_prog_cc_g=yes
3053 else
3054 echo "$as_me: failed program was:" >&5
3055 sed 's/^/| /' conftest.$ac_ext >&5
3060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3067 ac_c_werror_flag=$ac_save_c_werror_flag
3069 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3070 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3071 if test "$ac_test_CFLAGS" = set; then
3072 CFLAGS=$ac_save_CFLAGS
3073 elif test $ac_cv_prog_cc_g = yes; then
3074 if test "$GCC" = yes; then
3075 CFLAGS="-g -O2"
3076 else
3077 CFLAGS="-g"
3079 else
3080 if test "$GCC" = yes; then
3081 CFLAGS="-O2"
3082 else
3083 CFLAGS=
3086 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3087 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3088 if test "${ac_cv_prog_cc_c89+set}" = set; then
3089 echo $ECHO_N "(cached) $ECHO_C" >&6
3090 else
3091 ac_cv_prog_cc_c89=no
3092 ac_save_CC=$CC
3093 cat >conftest.$ac_ext <<_ACEOF
3094 /* confdefs.h. */
3095 _ACEOF
3096 cat confdefs.h >>conftest.$ac_ext
3097 cat >>conftest.$ac_ext <<_ACEOF
3098 /* end confdefs.h. */
3099 #include <stdarg.h>
3100 #include <stdio.h>
3101 #include <sys/types.h>
3102 #include <sys/stat.h>
3103 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3104 struct buf { int x; };
3105 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3106 static char *e (p, i)
3107 char **p;
3108 int i;
3110 return p[i];
3112 static char *f (char * (*g) (char **, int), char **p, ...)
3114 char *s;
3115 va_list v;
3116 va_start (v,p);
3117 s = g (p, va_arg (v,int));
3118 va_end (v);
3119 return s;
3122 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3123 function prototypes and stuff, but not '\xHH' hex character constants.
3124 These don't provoke an error unfortunately, instead are silently treated
3125 as 'x'. The following induces an error, until -std is added to get
3126 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3127 array size at least. It's necessary to write '\x00'==0 to get something
3128 that's true only with -std. */
3129 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3131 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3132 inside strings and character constants. */
3133 #define FOO(x) 'x'
3134 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3136 int test (int i, double x);
3137 struct s1 {int (*f) (int a);};
3138 struct s2 {int (*f) (double a);};
3139 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3140 int argc;
3141 char **argv;
3143 main ()
3145 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3147 return 0;
3149 _ACEOF
3150 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3151 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3153 CC="$ac_save_CC $ac_arg"
3154 rm -f conftest.$ac_objext
3155 if { (ac_try="$ac_compile"
3156 case "(($ac_try" in
3157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3158 *) ac_try_echo=$ac_try;;
3159 esac
3160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3161 (eval "$ac_compile") 2>conftest.er1
3162 ac_status=$?
3163 grep -v '^ *+' conftest.er1 >conftest.err
3164 rm -f conftest.er1
3165 cat conftest.err >&5
3166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3167 (exit $ac_status); } && {
3168 test -z "$ac_c_werror_flag" ||
3169 test ! -s conftest.err
3170 } && test -s conftest.$ac_objext; then
3171 ac_cv_prog_cc_c89=$ac_arg
3172 else
3173 echo "$as_me: failed program was:" >&5
3174 sed 's/^/| /' conftest.$ac_ext >&5
3179 rm -f core conftest.err conftest.$ac_objext
3180 test "x$ac_cv_prog_cc_c89" != "xno" && break
3181 done
3182 rm -f conftest.$ac_ext
3183 CC=$ac_save_CC
3186 # AC_CACHE_VAL
3187 case "x$ac_cv_prog_cc_c89" in
3189 { echo "$as_me:$LINENO: result: none needed" >&5
3190 echo "${ECHO_T}none needed" >&6; } ;;
3191 xno)
3192 { echo "$as_me:$LINENO: result: unsupported" >&5
3193 echo "${ECHO_T}unsupported" >&6; } ;;
3195 CC="$CC $ac_cv_prog_cc_c89"
3196 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3197 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3198 esac
3201 ac_ext=c
3202 ac_cpp='$CPP $CPPFLAGS'
3203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3205 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3207 ac_ext=cpp
3208 ac_cpp='$CXXCPP $CPPFLAGS'
3209 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3210 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3211 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3212 if test -z "$CXX"; then
3213 if test -n "$CCC"; then
3214 CXX=$CCC
3215 else
3216 if test -n "$ac_tool_prefix"; then
3217 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3219 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3220 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3221 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3222 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3223 if test "${ac_cv_prog_CXX+set}" = set; then
3224 echo $ECHO_N "(cached) $ECHO_C" >&6
3225 else
3226 if test -n "$CXX"; then
3227 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3228 else
3229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3230 for as_dir in $PATH
3232 IFS=$as_save_IFS
3233 test -z "$as_dir" && as_dir=.
3234 for ac_exec_ext in '' $ac_executable_extensions; do
3235 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3236 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3237 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3238 break 2
3240 done
3241 done
3242 IFS=$as_save_IFS
3246 CXX=$ac_cv_prog_CXX
3247 if test -n "$CXX"; then
3248 { echo "$as_me:$LINENO: result: $CXX" >&5
3249 echo "${ECHO_T}$CXX" >&6; }
3250 else
3251 { echo "$as_me:$LINENO: result: no" >&5
3252 echo "${ECHO_T}no" >&6; }
3256 test -n "$CXX" && break
3257 done
3259 if test -z "$CXX"; then
3260 ac_ct_CXX=$CXX
3261 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3263 # Extract the first word of "$ac_prog", so it can be a program name with args.
3264 set dummy $ac_prog; ac_word=$2
3265 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3266 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3267 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3268 echo $ECHO_N "(cached) $ECHO_C" >&6
3269 else
3270 if test -n "$ac_ct_CXX"; then
3271 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3272 else
3273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3274 for as_dir in $PATH
3276 IFS=$as_save_IFS
3277 test -z "$as_dir" && as_dir=.
3278 for ac_exec_ext in '' $ac_executable_extensions; do
3279 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3280 ac_cv_prog_ac_ct_CXX="$ac_prog"
3281 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3282 break 2
3284 done
3285 done
3286 IFS=$as_save_IFS
3290 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3291 if test -n "$ac_ct_CXX"; then
3292 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3293 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3294 else
3295 { echo "$as_me:$LINENO: result: no" >&5
3296 echo "${ECHO_T}no" >&6; }
3300 test -n "$ac_ct_CXX" && break
3301 done
3303 if test "x$ac_ct_CXX" = x; then
3304 CXX="g++"
3305 else
3306 case $cross_compiling:$ac_tool_warned in
3307 yes:)
3308 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3309 whose name does not start with the host triplet. If you think this
3310 configuration is useful to you, please write to autoconf@gnu.org." >&5
3311 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3312 whose name does not start with the host triplet. If you think this
3313 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3314 ac_tool_warned=yes ;;
3315 esac
3316 CXX=$ac_ct_CXX
3322 # Provide some information about the compiler.
3323 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3324 ac_compiler=`set X $ac_compile; echo $2`
3325 { (ac_try="$ac_compiler --version >&5"
3326 case "(($ac_try" in
3327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3328 *) ac_try_echo=$ac_try;;
3329 esac
3330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3331 (eval "$ac_compiler --version >&5") 2>&5
3332 ac_status=$?
3333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3334 (exit $ac_status); }
3335 { (ac_try="$ac_compiler -v >&5"
3336 case "(($ac_try" in
3337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338 *) ac_try_echo=$ac_try;;
3339 esac
3340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3341 (eval "$ac_compiler -v >&5") 2>&5
3342 ac_status=$?
3343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); }
3345 { (ac_try="$ac_compiler -V >&5"
3346 case "(($ac_try" in
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3349 esac
3350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_compiler -V >&5") 2>&5
3352 ac_status=$?
3353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3354 (exit $ac_status); }
3356 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3357 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3358 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3359 echo $ECHO_N "(cached) $ECHO_C" >&6
3360 else
3361 cat >conftest.$ac_ext <<_ACEOF
3362 /* confdefs.h. */
3363 _ACEOF
3364 cat confdefs.h >>conftest.$ac_ext
3365 cat >>conftest.$ac_ext <<_ACEOF
3366 /* end confdefs.h. */
3369 main ()
3371 #ifndef __GNUC__
3372 choke me
3373 #endif
3376 return 0;
3378 _ACEOF
3379 rm -f conftest.$ac_objext
3380 if { (ac_try="$ac_compile"
3381 case "(($ac_try" in
3382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3383 *) ac_try_echo=$ac_try;;
3384 esac
3385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3386 (eval "$ac_compile") 2>conftest.er1
3387 ac_status=$?
3388 grep -v '^ *+' conftest.er1 >conftest.err
3389 rm -f conftest.er1
3390 cat conftest.err >&5
3391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3392 (exit $ac_status); } && {
3393 test -z "$ac_cxx_werror_flag" ||
3394 test ! -s conftest.err
3395 } && test -s conftest.$ac_objext; then
3396 ac_compiler_gnu=yes
3397 else
3398 echo "$as_me: failed program was:" >&5
3399 sed 's/^/| /' conftest.$ac_ext >&5
3401 ac_compiler_gnu=no
3404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3405 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3408 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3409 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3410 GXX=`test $ac_compiler_gnu = yes && echo yes`
3411 ac_test_CXXFLAGS=${CXXFLAGS+set}
3412 ac_save_CXXFLAGS=$CXXFLAGS
3413 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3414 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3415 if test "${ac_cv_prog_cxx_g+set}" = set; then
3416 echo $ECHO_N "(cached) $ECHO_C" >&6
3417 else
3418 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3419 ac_cxx_werror_flag=yes
3420 ac_cv_prog_cxx_g=no
3421 CXXFLAGS="-g"
3422 cat >conftest.$ac_ext <<_ACEOF
3423 /* confdefs.h. */
3424 _ACEOF
3425 cat confdefs.h >>conftest.$ac_ext
3426 cat >>conftest.$ac_ext <<_ACEOF
3427 /* end confdefs.h. */
3430 main ()
3434 return 0;
3436 _ACEOF
3437 rm -f conftest.$ac_objext
3438 if { (ac_try="$ac_compile"
3439 case "(($ac_try" in
3440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3441 *) ac_try_echo=$ac_try;;
3442 esac
3443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3444 (eval "$ac_compile") 2>conftest.er1
3445 ac_status=$?
3446 grep -v '^ *+' conftest.er1 >conftest.err
3447 rm -f conftest.er1
3448 cat conftest.err >&5
3449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3450 (exit $ac_status); } && {
3451 test -z "$ac_cxx_werror_flag" ||
3452 test ! -s conftest.err
3453 } && test -s conftest.$ac_objext; then
3454 ac_cv_prog_cxx_g=yes
3455 else
3456 echo "$as_me: failed program was:" >&5
3457 sed 's/^/| /' conftest.$ac_ext >&5
3459 CXXFLAGS=""
3460 cat >conftest.$ac_ext <<_ACEOF
3461 /* confdefs.h. */
3462 _ACEOF
3463 cat confdefs.h >>conftest.$ac_ext
3464 cat >>conftest.$ac_ext <<_ACEOF
3465 /* end confdefs.h. */
3468 main ()
3472 return 0;
3474 _ACEOF
3475 rm -f conftest.$ac_objext
3476 if { (ac_try="$ac_compile"
3477 case "(($ac_try" in
3478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3479 *) ac_try_echo=$ac_try;;
3480 esac
3481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3482 (eval "$ac_compile") 2>conftest.er1
3483 ac_status=$?
3484 grep -v '^ *+' conftest.er1 >conftest.err
3485 rm -f conftest.er1
3486 cat conftest.err >&5
3487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3488 (exit $ac_status); } && {
3489 test -z "$ac_cxx_werror_flag" ||
3490 test ! -s conftest.err
3491 } && test -s conftest.$ac_objext; then
3493 else
3494 echo "$as_me: failed program was:" >&5
3495 sed 's/^/| /' conftest.$ac_ext >&5
3497 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3498 CXXFLAGS="-g"
3499 cat >conftest.$ac_ext <<_ACEOF
3500 /* confdefs.h. */
3501 _ACEOF
3502 cat confdefs.h >>conftest.$ac_ext
3503 cat >>conftest.$ac_ext <<_ACEOF
3504 /* end confdefs.h. */
3507 main ()
3511 return 0;
3513 _ACEOF
3514 rm -f conftest.$ac_objext
3515 if { (ac_try="$ac_compile"
3516 case "(($ac_try" in
3517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3518 *) ac_try_echo=$ac_try;;
3519 esac
3520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3521 (eval "$ac_compile") 2>conftest.er1
3522 ac_status=$?
3523 grep -v '^ *+' conftest.er1 >conftest.err
3524 rm -f conftest.er1
3525 cat conftest.err >&5
3526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3527 (exit $ac_status); } && {
3528 test -z "$ac_cxx_werror_flag" ||
3529 test ! -s conftest.err
3530 } && test -s conftest.$ac_objext; then
3531 ac_cv_prog_cxx_g=yes
3532 else
3533 echo "$as_me: failed program was:" >&5
3534 sed 's/^/| /' conftest.$ac_ext >&5
3539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3546 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3548 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3549 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3550 if test "$ac_test_CXXFLAGS" = set; then
3551 CXXFLAGS=$ac_save_CXXFLAGS
3552 elif test $ac_cv_prog_cxx_g = yes; then
3553 if test "$GXX" = yes; then
3554 CXXFLAGS="-g -O2"
3555 else
3556 CXXFLAGS="-g"
3558 else
3559 if test "$GXX" = yes; then
3560 CXXFLAGS="-O2"
3561 else
3562 CXXFLAGS=
3565 ac_ext=c
3566 ac_cpp='$CPP $CPPFLAGS'
3567 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3568 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3569 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3571 if test -n "$ac_tool_prefix"; then
3572 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3573 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3574 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3575 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3576 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3577 echo $ECHO_N "(cached) $ECHO_C" >&6
3578 else
3579 if test -n "$CPPBIN"; then
3580 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3581 else
3582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3583 for as_dir in $PATH
3585 IFS=$as_save_IFS
3586 test -z "$as_dir" && as_dir=.
3587 for ac_exec_ext in '' $ac_executable_extensions; do
3588 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3589 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3590 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3591 break 2
3593 done
3594 done
3595 IFS=$as_save_IFS
3599 CPPBIN=$ac_cv_prog_CPPBIN
3600 if test -n "$CPPBIN"; then
3601 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3602 echo "${ECHO_T}$CPPBIN" >&6; }
3603 else
3604 { echo "$as_me:$LINENO: result: no" >&5
3605 echo "${ECHO_T}no" >&6; }
3610 if test -z "$ac_cv_prog_CPPBIN"; then
3611 ac_ct_CPPBIN=$CPPBIN
3612 # Extract the first word of "cpp", so it can be a program name with args.
3613 set dummy cpp; ac_word=$2
3614 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3616 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3617 echo $ECHO_N "(cached) $ECHO_C" >&6
3618 else
3619 if test -n "$ac_ct_CPPBIN"; then
3620 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3621 else
3622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3623 for as_dir in $PATH
3625 IFS=$as_save_IFS
3626 test -z "$as_dir" && as_dir=.
3627 for ac_exec_ext in '' $ac_executable_extensions; do
3628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3629 ac_cv_prog_ac_ct_CPPBIN="cpp"
3630 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3631 break 2
3633 done
3634 done
3635 IFS=$as_save_IFS
3639 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3640 if test -n "$ac_ct_CPPBIN"; then
3641 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3642 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3643 else
3644 { echo "$as_me:$LINENO: result: no" >&5
3645 echo "${ECHO_T}no" >&6; }
3648 if test "x$ac_ct_CPPBIN" = x; then
3649 CPPBIN="cpp"
3650 else
3651 case $cross_compiling:$ac_tool_warned in
3652 yes:)
3653 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3654 whose name does not start with the host triplet. If you think this
3655 configuration is useful to you, please write to autoconf@gnu.org." >&5
3656 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3657 whose name does not start with the host triplet. If you think this
3658 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3659 ac_tool_warned=yes ;;
3660 esac
3661 CPPBIN=$ac_ct_CPPBIN
3663 else
3664 CPPBIN="$ac_cv_prog_CPPBIN"
3668 case $host in
3669 x86_64*)
3670 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3671 then
3672 CC="$CC -m32"
3673 CXX="$CXX -m32"
3674 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3675 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3677 cat >conftest.$ac_ext <<_ACEOF
3678 /* confdefs.h. */
3679 _ACEOF
3680 cat confdefs.h >>conftest.$ac_ext
3681 cat >>conftest.$ac_ext <<_ACEOF
3682 /* end confdefs.h. */
3685 main ()
3689 return 0;
3691 _ACEOF
3692 rm -f conftest.$ac_objext conftest$ac_exeext
3693 if { (ac_try="$ac_link"
3694 case "(($ac_try" in
3695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3696 *) ac_try_echo=$ac_try;;
3697 esac
3698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3699 (eval "$ac_link") 2>conftest.er1
3700 ac_status=$?
3701 grep -v '^ *+' conftest.er1 >conftest.err
3702 rm -f conftest.er1
3703 cat conftest.err >&5
3704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3705 (exit $ac_status); } && {
3706 test -z "$ac_c_werror_flag" ||
3707 test ! -s conftest.err
3708 } && test -s conftest$ac_exeext &&
3709 $as_test_x conftest$ac_exeext; then
3710 { echo "$as_me:$LINENO: result: yes" >&5
3711 echo "${ECHO_T}yes" >&6; }
3712 else
3713 echo "$as_me: failed program was:" >&5
3714 sed 's/^/| /' conftest.$ac_ext >&5
3716 { echo "$as_me:$LINENO: result: no" >&5
3717 echo "${ECHO_T}no" >&6; }
3718 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3719 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3720 { (exit 1); exit 1; }; }
3723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3724 conftest$ac_exeext conftest.$ac_ext
3725 LD="${LD:-ld} -m elf_i386"
3726 AS="${AS:-as} --32"
3727 host_cpu="i386"
3728 notice_platform="32-bit "
3729 TARGETFLAGS="-m32"
3731 enable_win16=${enable_win16:-yes}
3732 else
3733 TARGETFLAGS="-m64"
3737 *-mingw32*)
3738 enable_win16=${enable_win16:-no}
3740 i[3456789]86*)
3741 enable_win16=${enable_win16:-yes}
3743 esac
3745 enable_win16=${enable_win16:-no}
3747 WIN16_FILES="\$(WIN16_FILES)"
3749 WIN16_INSTALL="\$(WIN16_INSTALL)"
3751 if test "x$enable_win16" != "xyes"
3752 then
3753 WIN16_FILES=""
3754 WIN16_INSTALL=""
3755 enable_w32skrnl=${enable_w32skrnl:-no}
3756 enable_winedos=${enable_winedos:-no}
3757 enable_winevdm=${enable_winevdm:-no}
3760 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3761 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3762 if test "${wine_cv_toolsdir+set}" = set; then
3763 echo $ECHO_N "(cached) $ECHO_C" >&6
3764 else
3765 if test -z "$with_wine_tools"; then
3766 if test "$cross_compiling" = "yes"; then
3767 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3768 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3769 { (exit 1); exit 1; }; }
3770 else
3771 wine_cv_toolsdir="\$(TOPOBJDIR)"
3773 elif test -d "$with_wine_tools/tools/winebuild"; then
3774 case $with_wine_tools in
3775 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3776 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3777 esac
3778 else
3779 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3780 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3781 { (exit 1); exit 1; }; }
3784 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3785 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3786 TOOLSDIR=$wine_cv_toolsdir
3788 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3789 then
3790 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3794 for ac_prog in flex
3796 # Extract the first word of "$ac_prog", so it can be a program name with args.
3797 set dummy $ac_prog; ac_word=$2
3798 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3799 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3800 if test "${ac_cv_prog_FLEX+set}" = set; then
3801 echo $ECHO_N "(cached) $ECHO_C" >&6
3802 else
3803 if test -n "$FLEX"; then
3804 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3805 else
3806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3807 for as_dir in $PATH
3809 IFS=$as_save_IFS
3810 test -z "$as_dir" && as_dir=.
3811 for ac_exec_ext in '' $ac_executable_extensions; do
3812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3813 ac_cv_prog_FLEX="$ac_prog"
3814 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3815 break 2
3817 done
3818 done
3819 IFS=$as_save_IFS
3823 FLEX=$ac_cv_prog_FLEX
3824 if test -n "$FLEX"; then
3825 { echo "$as_me:$LINENO: result: $FLEX" >&5
3826 echo "${ECHO_T}$FLEX" >&6; }
3827 else
3828 { echo "$as_me:$LINENO: result: no" >&5
3829 echo "${ECHO_T}no" >&6; }
3833 test -n "$FLEX" && break
3834 done
3835 test -n "$FLEX" || FLEX="none"
3837 if test "$FLEX" = "none"
3838 then
3839 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3840 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3841 { (exit 1); exit 1; }; }
3844 for ac_prog in bison
3846 # Extract the first word of "$ac_prog", so it can be a program name with args.
3847 set dummy $ac_prog; ac_word=$2
3848 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3849 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3850 if test "${ac_cv_prog_BISON+set}" = set; then
3851 echo $ECHO_N "(cached) $ECHO_C" >&6
3852 else
3853 if test -n "$BISON"; then
3854 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3855 else
3856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3857 for as_dir in $PATH
3859 IFS=$as_save_IFS
3860 test -z "$as_dir" && as_dir=.
3861 for ac_exec_ext in '' $ac_executable_extensions; do
3862 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3863 ac_cv_prog_BISON="$ac_prog"
3864 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3865 break 2
3867 done
3868 done
3869 IFS=$as_save_IFS
3873 BISON=$ac_cv_prog_BISON
3874 if test -n "$BISON"; then
3875 { echo "$as_me:$LINENO: result: $BISON" >&5
3876 echo "${ECHO_T}$BISON" >&6; }
3877 else
3878 { echo "$as_me:$LINENO: result: no" >&5
3879 echo "${ECHO_T}no" >&6; }
3883 test -n "$BISON" && break
3884 done
3885 test -n "$BISON" || BISON="none"
3887 if test "$BISON" = "none"
3888 then
3889 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3890 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3891 { (exit 1); exit 1; }; }
3894 if test -n "$ac_tool_prefix"; then
3895 for ac_prog in gas as
3897 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3898 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3899 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3900 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3901 if test "${ac_cv_prog_AS+set}" = set; then
3902 echo $ECHO_N "(cached) $ECHO_C" >&6
3903 else
3904 if test -n "$AS"; then
3905 ac_cv_prog_AS="$AS" # Let the user override the test.
3906 else
3907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3908 for as_dir in $PATH
3910 IFS=$as_save_IFS
3911 test -z "$as_dir" && as_dir=.
3912 for ac_exec_ext in '' $ac_executable_extensions; do
3913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3914 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
3915 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3916 break 2
3918 done
3919 done
3920 IFS=$as_save_IFS
3924 AS=$ac_cv_prog_AS
3925 if test -n "$AS"; then
3926 { echo "$as_me:$LINENO: result: $AS" >&5
3927 echo "${ECHO_T}$AS" >&6; }
3928 else
3929 { echo "$as_me:$LINENO: result: no" >&5
3930 echo "${ECHO_T}no" >&6; }
3934 test -n "$AS" && break
3935 done
3937 if test -z "$AS"; then
3938 ac_ct_AS=$AS
3939 for ac_prog in gas as
3941 # Extract the first word of "$ac_prog", so it can be a program name with args.
3942 set dummy $ac_prog; ac_word=$2
3943 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3944 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3945 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3946 echo $ECHO_N "(cached) $ECHO_C" >&6
3947 else
3948 if test -n "$ac_ct_AS"; then
3949 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
3950 else
3951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3952 for as_dir in $PATH
3954 IFS=$as_save_IFS
3955 test -z "$as_dir" && as_dir=.
3956 for ac_exec_ext in '' $ac_executable_extensions; do
3957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3958 ac_cv_prog_ac_ct_AS="$ac_prog"
3959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3960 break 2
3962 done
3963 done
3964 IFS=$as_save_IFS
3968 ac_ct_AS=$ac_cv_prog_ac_ct_AS
3969 if test -n "$ac_ct_AS"; then
3970 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3971 echo "${ECHO_T}$ac_ct_AS" >&6; }
3972 else
3973 { echo "$as_me:$LINENO: result: no" >&5
3974 echo "${ECHO_T}no" >&6; }
3978 test -n "$ac_ct_AS" && break
3979 done
3981 if test "x$ac_ct_AS" = x; then
3982 AS="as"
3983 else
3984 case $cross_compiling:$ac_tool_warned in
3985 yes:)
3986 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3987 whose name does not start with the host triplet. If you think this
3988 configuration is useful to you, please write to autoconf@gnu.org." >&5
3989 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3990 whose name does not start with the host triplet. If you think this
3991 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3992 ac_tool_warned=yes ;;
3993 esac
3994 AS=$ac_ct_AS
3998 if test -n "$ac_tool_prefix"; then
3999 for ac_prog in ld gld
4001 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4002 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4003 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4004 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4005 if test "${ac_cv_prog_LD+set}" = set; then
4006 echo $ECHO_N "(cached) $ECHO_C" >&6
4007 else
4008 if test -n "$LD"; then
4009 ac_cv_prog_LD="$LD" # Let the user override the test.
4010 else
4011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4012 for as_dir in $PATH
4014 IFS=$as_save_IFS
4015 test -z "$as_dir" && as_dir=.
4016 for ac_exec_ext in '' $ac_executable_extensions; do
4017 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4018 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
4019 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4020 break 2
4022 done
4023 done
4024 IFS=$as_save_IFS
4028 LD=$ac_cv_prog_LD
4029 if test -n "$LD"; then
4030 { echo "$as_me:$LINENO: result: $LD" >&5
4031 echo "${ECHO_T}$LD" >&6; }
4032 else
4033 { echo "$as_me:$LINENO: result: no" >&5
4034 echo "${ECHO_T}no" >&6; }
4038 test -n "$LD" && break
4039 done
4041 if test -z "$LD"; then
4042 ac_ct_LD=$LD
4043 for ac_prog in ld gld
4045 # Extract the first word of "$ac_prog", so it can be a program name with args.
4046 set dummy $ac_prog; ac_word=$2
4047 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4048 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4049 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4050 echo $ECHO_N "(cached) $ECHO_C" >&6
4051 else
4052 if test -n "$ac_ct_LD"; then
4053 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
4054 else
4055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4056 for as_dir in $PATH
4058 IFS=$as_save_IFS
4059 test -z "$as_dir" && as_dir=.
4060 for ac_exec_ext in '' $ac_executable_extensions; do
4061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4062 ac_cv_prog_ac_ct_LD="$ac_prog"
4063 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4064 break 2
4066 done
4067 done
4068 IFS=$as_save_IFS
4072 ac_ct_LD=$ac_cv_prog_ac_ct_LD
4073 if test -n "$ac_ct_LD"; then
4074 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4075 echo "${ECHO_T}$ac_ct_LD" >&6; }
4076 else
4077 { echo "$as_me:$LINENO: result: no" >&5
4078 echo "${ECHO_T}no" >&6; }
4082 test -n "$ac_ct_LD" && break
4083 done
4085 if test "x$ac_ct_LD" = x; then
4086 LD="ld"
4087 else
4088 case $cross_compiling:$ac_tool_warned in
4089 yes:)
4090 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4091 whose name does not start with the host triplet. If you think this
4092 configuration is useful to you, please write to autoconf@gnu.org." >&5
4093 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4094 whose name does not start with the host triplet. If you think this
4095 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4096 ac_tool_warned=yes ;;
4097 esac
4098 LD=$ac_ct_LD
4102 if test -n "$ac_tool_prefix"; then
4103 for ac_prog in nm gnm
4105 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4106 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4107 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4108 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4109 if test "${ac_cv_prog_NM+set}" = set; then
4110 echo $ECHO_N "(cached) $ECHO_C" >&6
4111 else
4112 if test -n "$NM"; then
4113 ac_cv_prog_NM="$NM" # Let the user override the test.
4114 else
4115 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4116 for as_dir in $PATH
4118 IFS=$as_save_IFS
4119 test -z "$as_dir" && as_dir=.
4120 for ac_exec_ext in '' $ac_executable_extensions; do
4121 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4122 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
4123 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4124 break 2
4126 done
4127 done
4128 IFS=$as_save_IFS
4132 NM=$ac_cv_prog_NM
4133 if test -n "$NM"; then
4134 { echo "$as_me:$LINENO: result: $NM" >&5
4135 echo "${ECHO_T}$NM" >&6; }
4136 else
4137 { echo "$as_me:$LINENO: result: no" >&5
4138 echo "${ECHO_T}no" >&6; }
4142 test -n "$NM" && break
4143 done
4145 if test -z "$NM"; then
4146 ac_ct_NM=$NM
4147 for ac_prog in nm gnm
4149 # Extract the first word of "$ac_prog", so it can be a program name with args.
4150 set dummy $ac_prog; ac_word=$2
4151 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4152 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4153 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
4154 echo $ECHO_N "(cached) $ECHO_C" >&6
4155 else
4156 if test -n "$ac_ct_NM"; then
4157 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4158 else
4159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4160 for as_dir in $PATH
4162 IFS=$as_save_IFS
4163 test -z "$as_dir" && as_dir=.
4164 for ac_exec_ext in '' $ac_executable_extensions; do
4165 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4166 ac_cv_prog_ac_ct_NM="$ac_prog"
4167 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4168 break 2
4170 done
4171 done
4172 IFS=$as_save_IFS
4176 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4177 if test -n "$ac_ct_NM"; then
4178 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
4179 echo "${ECHO_T}$ac_ct_NM" >&6; }
4180 else
4181 { echo "$as_me:$LINENO: result: no" >&5
4182 echo "${ECHO_T}no" >&6; }
4186 test -n "$ac_ct_NM" && break
4187 done
4189 if test "x$ac_ct_NM" = x; then
4190 NM="nm"
4191 else
4192 case $cross_compiling:$ac_tool_warned in
4193 yes:)
4194 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4195 whose name does not start with the host triplet. If you think this
4196 configuration is useful to you, please write to autoconf@gnu.org." >&5
4197 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4198 whose name does not start with the host triplet. If you think this
4199 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4200 ac_tool_warned=yes ;;
4201 esac
4202 NM=$ac_ct_NM
4206 if test -n "$ac_tool_prefix"; then
4207 for ac_prog in ar gar
4209 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4210 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4211 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4212 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4213 if test "${ac_cv_prog_AR+set}" = set; then
4214 echo $ECHO_N "(cached) $ECHO_C" >&6
4215 else
4216 if test -n "$AR"; then
4217 ac_cv_prog_AR="$AR" # Let the user override the test.
4218 else
4219 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4220 for as_dir in $PATH
4222 IFS=$as_save_IFS
4223 test -z "$as_dir" && as_dir=.
4224 for ac_exec_ext in '' $ac_executable_extensions; do
4225 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4226 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4227 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4228 break 2
4230 done
4231 done
4232 IFS=$as_save_IFS
4236 AR=$ac_cv_prog_AR
4237 if test -n "$AR"; then
4238 { echo "$as_me:$LINENO: result: $AR" >&5
4239 echo "${ECHO_T}$AR" >&6; }
4240 else
4241 { echo "$as_me:$LINENO: result: no" >&5
4242 echo "${ECHO_T}no" >&6; }
4246 test -n "$AR" && break
4247 done
4249 if test -z "$AR"; then
4250 ac_ct_AR=$AR
4251 for ac_prog in ar gar
4253 # Extract the first word of "$ac_prog", so it can be a program name with args.
4254 set dummy $ac_prog; ac_word=$2
4255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4257 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4258 echo $ECHO_N "(cached) $ECHO_C" >&6
4259 else
4260 if test -n "$ac_ct_AR"; then
4261 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4262 else
4263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4264 for as_dir in $PATH
4266 IFS=$as_save_IFS
4267 test -z "$as_dir" && as_dir=.
4268 for ac_exec_ext in '' $ac_executable_extensions; do
4269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4270 ac_cv_prog_ac_ct_AR="$ac_prog"
4271 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4272 break 2
4274 done
4275 done
4276 IFS=$as_save_IFS
4280 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4281 if test -n "$ac_ct_AR"; then
4282 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4283 echo "${ECHO_T}$ac_ct_AR" >&6; }
4284 else
4285 { echo "$as_me:$LINENO: result: no" >&5
4286 echo "${ECHO_T}no" >&6; }
4290 test -n "$ac_ct_AR" && break
4291 done
4293 if test "x$ac_ct_AR" = x; then
4294 AR="ar"
4295 else
4296 case $cross_compiling:$ac_tool_warned in
4297 yes:)
4298 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4299 whose name does not start with the host triplet. If you think this
4300 configuration is useful to you, please write to autoconf@gnu.org." >&5
4301 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4302 whose name does not start with the host triplet. If you think this
4303 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4304 ac_tool_warned=yes ;;
4305 esac
4306 AR=$ac_ct_AR
4310 ARFLAGS=rc
4312 if test -n "$ac_tool_prefix"; then
4313 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4314 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4317 if test "${ac_cv_prog_RANLIB+set}" = set; then
4318 echo $ECHO_N "(cached) $ECHO_C" >&6
4319 else
4320 if test -n "$RANLIB"; then
4321 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4322 else
4323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4324 for as_dir in $PATH
4326 IFS=$as_save_IFS
4327 test -z "$as_dir" && as_dir=.
4328 for ac_exec_ext in '' $ac_executable_extensions; do
4329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4330 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4332 break 2
4334 done
4335 done
4336 IFS=$as_save_IFS
4340 RANLIB=$ac_cv_prog_RANLIB
4341 if test -n "$RANLIB"; then
4342 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4343 echo "${ECHO_T}$RANLIB" >&6; }
4344 else
4345 { echo "$as_me:$LINENO: result: no" >&5
4346 echo "${ECHO_T}no" >&6; }
4351 if test -z "$ac_cv_prog_RANLIB"; then
4352 ac_ct_RANLIB=$RANLIB
4353 # Extract the first word of "ranlib", so it can be a program name with args.
4354 set dummy ranlib; ac_word=$2
4355 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4357 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4358 echo $ECHO_N "(cached) $ECHO_C" >&6
4359 else
4360 if test -n "$ac_ct_RANLIB"; then
4361 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4362 else
4363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4364 for as_dir in $PATH
4366 IFS=$as_save_IFS
4367 test -z "$as_dir" && as_dir=.
4368 for ac_exec_ext in '' $ac_executable_extensions; do
4369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4370 ac_cv_prog_ac_ct_RANLIB="ranlib"
4371 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4372 break 2
4374 done
4375 done
4376 IFS=$as_save_IFS
4380 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4381 if test -n "$ac_ct_RANLIB"; then
4382 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4383 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4384 else
4385 { echo "$as_me:$LINENO: result: no" >&5
4386 echo "${ECHO_T}no" >&6; }
4389 if test "x$ac_ct_RANLIB" = x; then
4390 RANLIB=":"
4391 else
4392 case $cross_compiling:$ac_tool_warned in
4393 yes:)
4394 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4395 whose name does not start with the host triplet. If you think this
4396 configuration is useful to you, please write to autoconf@gnu.org." >&5
4397 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4398 whose name does not start with the host triplet. If you think this
4399 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4400 ac_tool_warned=yes ;;
4401 esac
4402 RANLIB=$ac_ct_RANLIB
4404 else
4405 RANLIB="$ac_cv_prog_RANLIB"
4408 if test -n "$ac_tool_prefix"; then
4409 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4410 set dummy ${ac_tool_prefix}strip; ac_word=$2
4411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4413 if test "${ac_cv_prog_STRIP+set}" = set; then
4414 echo $ECHO_N "(cached) $ECHO_C" >&6
4415 else
4416 if test -n "$STRIP"; then
4417 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4418 else
4419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4420 for as_dir in $PATH
4422 IFS=$as_save_IFS
4423 test -z "$as_dir" && as_dir=.
4424 for ac_exec_ext in '' $ac_executable_extensions; do
4425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4426 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4428 break 2
4430 done
4431 done
4432 IFS=$as_save_IFS
4436 STRIP=$ac_cv_prog_STRIP
4437 if test -n "$STRIP"; then
4438 { echo "$as_me:$LINENO: result: $STRIP" >&5
4439 echo "${ECHO_T}$STRIP" >&6; }
4440 else
4441 { echo "$as_me:$LINENO: result: no" >&5
4442 echo "${ECHO_T}no" >&6; }
4447 if test -z "$ac_cv_prog_STRIP"; then
4448 ac_ct_STRIP=$STRIP
4449 # Extract the first word of "strip", so it can be a program name with args.
4450 set dummy strip; ac_word=$2
4451 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4453 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4454 echo $ECHO_N "(cached) $ECHO_C" >&6
4455 else
4456 if test -n "$ac_ct_STRIP"; then
4457 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4458 else
4459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4460 for as_dir in $PATH
4462 IFS=$as_save_IFS
4463 test -z "$as_dir" && as_dir=.
4464 for ac_exec_ext in '' $ac_executable_extensions; do
4465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4466 ac_cv_prog_ac_ct_STRIP="strip"
4467 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4468 break 2
4470 done
4471 done
4472 IFS=$as_save_IFS
4476 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4477 if test -n "$ac_ct_STRIP"; then
4478 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4479 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4480 else
4481 { echo "$as_me:$LINENO: result: no" >&5
4482 echo "${ECHO_T}no" >&6; }
4485 if test "x$ac_ct_STRIP" = x; then
4486 STRIP="strip"
4487 else
4488 case $cross_compiling:$ac_tool_warned in
4489 yes:)
4490 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4491 whose name does not start with the host triplet. If you think this
4492 configuration is useful to you, please write to autoconf@gnu.org." >&5
4493 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4494 whose name does not start with the host triplet. If you think this
4495 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4496 ac_tool_warned=yes ;;
4497 esac
4498 STRIP=$ac_ct_STRIP
4500 else
4501 STRIP="$ac_cv_prog_STRIP"
4504 if test -n "$ac_tool_prefix"; then
4505 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
4506 set dummy ${ac_tool_prefix}windres; ac_word=$2
4507 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4509 if test "${ac_cv_prog_WINDRES+set}" = set; then
4510 echo $ECHO_N "(cached) $ECHO_C" >&6
4511 else
4512 if test -n "$WINDRES"; then
4513 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
4514 else
4515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4516 for as_dir in $PATH
4518 IFS=$as_save_IFS
4519 test -z "$as_dir" && as_dir=.
4520 for ac_exec_ext in '' $ac_executable_extensions; do
4521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4522 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
4523 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4524 break 2
4526 done
4527 done
4528 IFS=$as_save_IFS
4532 WINDRES=$ac_cv_prog_WINDRES
4533 if test -n "$WINDRES"; then
4534 { echo "$as_me:$LINENO: result: $WINDRES" >&5
4535 echo "${ECHO_T}$WINDRES" >&6; }
4536 else
4537 { echo "$as_me:$LINENO: result: no" >&5
4538 echo "${ECHO_T}no" >&6; }
4543 if test -z "$ac_cv_prog_WINDRES"; then
4544 ac_ct_WINDRES=$WINDRES
4545 # Extract the first word of "windres", so it can be a program name with args.
4546 set dummy windres; ac_word=$2
4547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4549 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
4550 echo $ECHO_N "(cached) $ECHO_C" >&6
4551 else
4552 if test -n "$ac_ct_WINDRES"; then
4553 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
4554 else
4555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4556 for as_dir in $PATH
4558 IFS=$as_save_IFS
4559 test -z "$as_dir" && as_dir=.
4560 for ac_exec_ext in '' $ac_executable_extensions; do
4561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4562 ac_cv_prog_ac_ct_WINDRES="windres"
4563 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4564 break 2
4566 done
4567 done
4568 IFS=$as_save_IFS
4572 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
4573 if test -n "$ac_ct_WINDRES"; then
4574 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
4575 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
4576 else
4577 { echo "$as_me:$LINENO: result: no" >&5
4578 echo "${ECHO_T}no" >&6; }
4581 if test "x$ac_ct_WINDRES" = x; then
4582 WINDRES="false"
4583 else
4584 case $cross_compiling:$ac_tool_warned in
4585 yes:)
4586 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4587 whose name does not start with the host triplet. If you think this
4588 configuration is useful to you, please write to autoconf@gnu.org." >&5
4589 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4590 whose name does not start with the host triplet. If you think this
4591 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4592 ac_tool_warned=yes ;;
4593 esac
4594 WINDRES=$ac_ct_WINDRES
4596 else
4597 WINDRES="$ac_cv_prog_WINDRES"
4600 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4601 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4602 LN_S=$as_ln_s
4603 if test "$LN_S" = "ln -s"; then
4604 { echo "$as_me:$LINENO: result: yes" >&5
4605 echo "${ECHO_T}yes" >&6; }
4606 else
4607 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4608 echo "${ECHO_T}no, using $LN_S" >&6; }
4611 { echo "$as_me:$LINENO: checking whether ln works" >&5
4612 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4613 rm -f conf$$ conf$$.file
4614 echo >conf$$.file
4615 if ln conf$$.file conf$$ 2>/dev/null; then
4616 LN=ln
4618 { echo "$as_me:$LINENO: result: yes" >&5
4619 echo "${ECHO_T}yes" >&6; }
4620 else
4621 LN="cp -p"
4623 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4624 echo "${ECHO_T}no, using $LN" >&6; }
4626 rm -f conf$$ conf$$.file
4627 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4628 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4629 if test "${ac_cv_path_GREP+set}" = set; then
4630 echo $ECHO_N "(cached) $ECHO_C" >&6
4631 else
4632 # Extract the first word of "grep ggrep" to use in msg output
4633 if test -z "$GREP"; then
4634 set dummy grep ggrep; ac_prog_name=$2
4635 if test "${ac_cv_path_GREP+set}" = set; then
4636 echo $ECHO_N "(cached) $ECHO_C" >&6
4637 else
4638 ac_path_GREP_found=false
4639 # Loop through the user's path and test for each of PROGNAME-LIST
4640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4641 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4643 IFS=$as_save_IFS
4644 test -z "$as_dir" && as_dir=.
4645 for ac_prog in grep ggrep; do
4646 for ac_exec_ext in '' $ac_executable_extensions; do
4647 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4648 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4649 # Check for GNU ac_path_GREP and select it if it is found.
4650 # Check for GNU $ac_path_GREP
4651 case `"$ac_path_GREP" --version 2>&1` in
4652 *GNU*)
4653 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4655 ac_count=0
4656 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4657 while :
4659 cat "conftest.in" "conftest.in" >"conftest.tmp"
4660 mv "conftest.tmp" "conftest.in"
4661 cp "conftest.in" "conftest.nl"
4662 echo 'GREP' >> "conftest.nl"
4663 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4664 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4665 ac_count=`expr $ac_count + 1`
4666 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4667 # Best one so far, save it but keep looking for a better one
4668 ac_cv_path_GREP="$ac_path_GREP"
4669 ac_path_GREP_max=$ac_count
4671 # 10*(2^10) chars as input seems more than enough
4672 test $ac_count -gt 10 && break
4673 done
4674 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4675 esac
4678 $ac_path_GREP_found && break 3
4679 done
4680 done
4682 done
4683 IFS=$as_save_IFS
4688 GREP="$ac_cv_path_GREP"
4689 if test -z "$GREP"; then
4690 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4691 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4692 { (exit 1); exit 1; }; }
4695 else
4696 ac_cv_path_GREP=$GREP
4701 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4702 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4703 GREP="$ac_cv_path_GREP"
4706 { echo "$as_me:$LINENO: checking for egrep" >&5
4707 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4708 if test "${ac_cv_path_EGREP+set}" = set; then
4709 echo $ECHO_N "(cached) $ECHO_C" >&6
4710 else
4711 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4712 then ac_cv_path_EGREP="$GREP -E"
4713 else
4714 # Extract the first word of "egrep" to use in msg output
4715 if test -z "$EGREP"; then
4716 set dummy egrep; ac_prog_name=$2
4717 if test "${ac_cv_path_EGREP+set}" = set; then
4718 echo $ECHO_N "(cached) $ECHO_C" >&6
4719 else
4720 ac_path_EGREP_found=false
4721 # Loop through the user's path and test for each of PROGNAME-LIST
4722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4723 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4725 IFS=$as_save_IFS
4726 test -z "$as_dir" && as_dir=.
4727 for ac_prog in egrep; do
4728 for ac_exec_ext in '' $ac_executable_extensions; do
4729 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4730 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4731 # Check for GNU ac_path_EGREP and select it if it is found.
4732 # Check for GNU $ac_path_EGREP
4733 case `"$ac_path_EGREP" --version 2>&1` in
4734 *GNU*)
4735 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4737 ac_count=0
4738 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4739 while :
4741 cat "conftest.in" "conftest.in" >"conftest.tmp"
4742 mv "conftest.tmp" "conftest.in"
4743 cp "conftest.in" "conftest.nl"
4744 echo 'EGREP' >> "conftest.nl"
4745 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4746 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4747 ac_count=`expr $ac_count + 1`
4748 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4749 # Best one so far, save it but keep looking for a better one
4750 ac_cv_path_EGREP="$ac_path_EGREP"
4751 ac_path_EGREP_max=$ac_count
4753 # 10*(2^10) chars as input seems more than enough
4754 test $ac_count -gt 10 && break
4755 done
4756 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4757 esac
4760 $ac_path_EGREP_found && break 3
4761 done
4762 done
4764 done
4765 IFS=$as_save_IFS
4770 EGREP="$ac_cv_path_EGREP"
4771 if test -z "$EGREP"; then
4772 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4773 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4774 { (exit 1); exit 1; }; }
4777 else
4778 ac_cv_path_EGREP=$EGREP
4784 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4785 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4786 EGREP="$ac_cv_path_EGREP"
4789 # Extract the first word of "ldconfig", so it can be a program name with args.
4790 set dummy ldconfig; ac_word=$2
4791 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4792 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4793 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4794 echo $ECHO_N "(cached) $ECHO_C" >&6
4795 else
4796 case $LDCONFIG in
4797 [\\/]* | ?:[\\/]*)
4798 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4802 for as_dir in /sbin /usr/sbin $PATH
4804 IFS=$as_save_IFS
4805 test -z "$as_dir" && as_dir=.
4806 for ac_exec_ext in '' $ac_executable_extensions; do
4807 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4808 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4809 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4810 break 2
4812 done
4813 done
4814 IFS=$as_save_IFS
4816 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4818 esac
4820 LDCONFIG=$ac_cv_path_LDCONFIG
4821 if test -n "$LDCONFIG"; then
4822 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4823 echo "${ECHO_T}$LDCONFIG" >&6; }
4824 else
4825 { echo "$as_me:$LINENO: result: no" >&5
4826 echo "${ECHO_T}no" >&6; }
4830 # Find a good install program. We prefer a C program (faster),
4831 # so one script is as good as another. But avoid the broken or
4832 # incompatible versions:
4833 # SysV /etc/install, /usr/sbin/install
4834 # SunOS /usr/etc/install
4835 # IRIX /sbin/install
4836 # AIX /bin/install
4837 # AmigaOS /C/install, which installs bootblocks on floppy discs
4838 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4839 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4840 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4841 # OS/2's system install, which has a completely different semantic
4842 # ./install, which can be erroneously created by make from ./install.sh.
4843 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4844 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4845 if test -z "$INSTALL"; then
4846 if test "${ac_cv_path_install+set}" = set; then
4847 echo $ECHO_N "(cached) $ECHO_C" >&6
4848 else
4849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4850 for as_dir in $PATH
4852 IFS=$as_save_IFS
4853 test -z "$as_dir" && as_dir=.
4854 # Account for people who put trailing slashes in PATH elements.
4855 case $as_dir/ in
4856 ./ | .// | /cC/* | \
4857 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4858 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4859 /usr/ucb/* ) ;;
4861 # OSF1 and SCO ODT 3.0 have their own names for install.
4862 # Don't use installbsd from OSF since it installs stuff as root
4863 # by default.
4864 for ac_prog in ginstall scoinst install; do
4865 for ac_exec_ext in '' $ac_executable_extensions; do
4866 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4867 if test $ac_prog = install &&
4868 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4869 # AIX install. It has an incompatible calling convention.
4871 elif test $ac_prog = install &&
4872 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4873 # program-specific install script used by HP pwplus--don't use.
4875 else
4876 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4877 break 3
4880 done
4881 done
4883 esac
4884 done
4885 IFS=$as_save_IFS
4889 if test "${ac_cv_path_install+set}" = set; then
4890 INSTALL=$ac_cv_path_install
4891 else
4892 # As a last resort, use the slow shell script. Don't cache a
4893 # value for INSTALL within a source directory, because that will
4894 # break other packages using the cache if that directory is
4895 # removed, or if the value is a relative name.
4896 INSTALL=$ac_install_sh
4899 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4900 echo "${ECHO_T}$INSTALL" >&6; }
4902 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4903 # It thinks the first close brace ends the variable substitution.
4904 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4906 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4908 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4910 case "$INSTALL" in
4911 [\\/$]* | ?:[\\/]* ) ;;
4912 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4913 esac
4915 for ac_prog in lclint lint
4917 # Extract the first word of "$ac_prog", so it can be a program name with args.
4918 set dummy $ac_prog; ac_word=$2
4919 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4920 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4921 if test "${ac_cv_prog_LINT+set}" = set; then
4922 echo $ECHO_N "(cached) $ECHO_C" >&6
4923 else
4924 if test -n "$LINT"; then
4925 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4926 else
4927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4928 for as_dir in $PATH
4930 IFS=$as_save_IFS
4931 test -z "$as_dir" && as_dir=.
4932 for ac_exec_ext in '' $ac_executable_extensions; do
4933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4934 ac_cv_prog_LINT="$ac_prog"
4935 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4936 break 2
4938 done
4939 done
4940 IFS=$as_save_IFS
4944 LINT=$ac_cv_prog_LINT
4945 if test -n "$LINT"; then
4946 { echo "$as_me:$LINENO: result: $LINT" >&5
4947 echo "${ECHO_T}$LINT" >&6; }
4948 else
4949 { echo "$as_me:$LINENO: result: no" >&5
4950 echo "${ECHO_T}no" >&6; }
4954 test -n "$LINT" && break
4955 done
4957 if test "$LINT" = "lint"
4958 then
4959 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4964 for ac_prog in fontforge
4966 # Extract the first word of "$ac_prog", so it can be a program name with args.
4967 set dummy $ac_prog; ac_word=$2
4968 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4970 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4971 echo $ECHO_N "(cached) $ECHO_C" >&6
4972 else
4973 if test -n "$FONTFORGE"; then
4974 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4975 else
4976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4977 for as_dir in $PATH
4979 IFS=$as_save_IFS
4980 test -z "$as_dir" && as_dir=.
4981 for ac_exec_ext in '' $ac_executable_extensions; do
4982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4983 ac_cv_prog_FONTFORGE="$ac_prog"
4984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4985 break 2
4987 done
4988 done
4989 IFS=$as_save_IFS
4993 FONTFORGE=$ac_cv_prog_FONTFORGE
4994 if test -n "$FONTFORGE"; then
4995 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4996 echo "${ECHO_T}$FONTFORGE" >&6; }
4997 else
4998 { echo "$as_me:$LINENO: result: no" >&5
4999 echo "${ECHO_T}no" >&6; }
5003 test -n "$FONTFORGE" && break
5004 done
5005 test -n "$FONTFORGE" || FONTFORGE="false"
5007 for ac_prog in pkg-config
5009 # Extract the first word of "$ac_prog", so it can be a program name with args.
5010 set dummy $ac_prog; ac_word=$2
5011 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5013 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
5014 echo $ECHO_N "(cached) $ECHO_C" >&6
5015 else
5016 if test -n "$PKG_CONFIG"; then
5017 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
5018 else
5019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5020 for as_dir in $PATH
5022 IFS=$as_save_IFS
5023 test -z "$as_dir" && as_dir=.
5024 for ac_exec_ext in '' $ac_executable_extensions; do
5025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5026 ac_cv_prog_PKG_CONFIG="$ac_prog"
5027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5028 break 2
5030 done
5031 done
5032 IFS=$as_save_IFS
5036 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
5037 if test -n "$PKG_CONFIG"; then
5038 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
5039 echo "${ECHO_T}$PKG_CONFIG" >&6; }
5040 else
5041 { echo "$as_me:$LINENO: result: no" >&5
5042 echo "${ECHO_T}no" >&6; }
5046 test -n "$PKG_CONFIG" && break
5047 done
5048 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
5050 for ac_prog in rsvg
5052 # Extract the first word of "$ac_prog", so it can be a program name with args.
5053 set dummy $ac_prog; ac_word=$2
5054 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5055 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5056 if test "${ac_cv_prog_RSVG+set}" = set; then
5057 echo $ECHO_N "(cached) $ECHO_C" >&6
5058 else
5059 if test -n "$RSVG"; then
5060 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
5061 else
5062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5063 for as_dir in $PATH
5065 IFS=$as_save_IFS
5066 test -z "$as_dir" && as_dir=.
5067 for ac_exec_ext in '' $ac_executable_extensions; do
5068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5069 ac_cv_prog_RSVG="$ac_prog"
5070 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5071 break 2
5073 done
5074 done
5075 IFS=$as_save_IFS
5079 RSVG=$ac_cv_prog_RSVG
5080 if test -n "$RSVG"; then
5081 { echo "$as_me:$LINENO: result: $RSVG" >&5
5082 echo "${ECHO_T}$RSVG" >&6; }
5083 else
5084 { echo "$as_me:$LINENO: result: no" >&5
5085 echo "${ECHO_T}no" >&6; }
5089 test -n "$RSVG" && break
5090 done
5091 test -n "$RSVG" || RSVG="false"
5093 for ac_prog in icotool
5095 # Extract the first word of "$ac_prog", so it can be a program name with args.
5096 set dummy $ac_prog; ac_word=$2
5097 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5098 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5099 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
5100 echo $ECHO_N "(cached) $ECHO_C" >&6
5101 else
5102 if test -n "$ICOTOOL"; then
5103 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
5104 else
5105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5106 for as_dir in $PATH
5108 IFS=$as_save_IFS
5109 test -z "$as_dir" && as_dir=.
5110 for ac_exec_ext in '' $ac_executable_extensions; do
5111 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5112 ac_cv_prog_ICOTOOL="$ac_prog"
5113 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5114 break 2
5116 done
5117 done
5118 IFS=$as_save_IFS
5122 ICOTOOL=$ac_cv_prog_ICOTOOL
5123 if test -n "$ICOTOOL"; then
5124 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
5125 echo "${ECHO_T}$ICOTOOL" >&6; }
5126 else
5127 { echo "$as_me:$LINENO: result: no" >&5
5128 echo "${ECHO_T}no" >&6; }
5132 test -n "$ICOTOOL" && break
5133 done
5134 test -n "$ICOTOOL" || ICOTOOL="false"
5137 if test "${enable_maintainer_mode+set}" = set
5138 then
5139 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
5140 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
5141 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
5144 case $host_cpu in
5145 *i[3456789]86*)
5146 # Extract the first word of "prelink", so it can be a program name with args.
5147 set dummy prelink; ac_word=$2
5148 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5150 if test "${ac_cv_path_PRELINK+set}" = set; then
5151 echo $ECHO_N "(cached) $ECHO_C" >&6
5152 else
5153 case $PRELINK in
5154 [\\/]* | ?:[\\/]*)
5155 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
5158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5159 for as_dir in /sbin /usr/sbin $PATH
5161 IFS=$as_save_IFS
5162 test -z "$as_dir" && as_dir=.
5163 for ac_exec_ext in '' $ac_executable_extensions; do
5164 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5165 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
5166 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5167 break 2
5169 done
5170 done
5171 IFS=$as_save_IFS
5173 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
5175 esac
5177 PRELINK=$ac_cv_path_PRELINK
5178 if test -n "$PRELINK"; then
5179 { echo "$as_me:$LINENO: result: $PRELINK" >&5
5180 echo "${ECHO_T}$PRELINK" >&6; }
5181 else
5182 { echo "$as_me:$LINENO: result: no" >&5
5183 echo "${ECHO_T}no" >&6; }
5188 esac
5192 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
5193 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
5194 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
5195 echo $ECHO_N "(cached) $ECHO_C" >&6
5196 else
5197 ac_check_lib_save_LIBS=$LIBS
5198 LIBS="-li386 $LIBS"
5199 cat >conftest.$ac_ext <<_ACEOF
5200 /* confdefs.h. */
5201 _ACEOF
5202 cat confdefs.h >>conftest.$ac_ext
5203 cat >>conftest.$ac_ext <<_ACEOF
5204 /* end confdefs.h. */
5206 /* Override any GCC internal prototype to avoid an error.
5207 Use char because int might match the return type of a GCC
5208 builtin and then its argument prototype would still apply. */
5209 #ifdef __cplusplus
5210 extern "C"
5211 #endif
5212 char i386_set_ldt ();
5214 main ()
5216 return i386_set_ldt ();
5218 return 0;
5220 _ACEOF
5221 rm -f conftest.$ac_objext conftest$ac_exeext
5222 if { (ac_try="$ac_link"
5223 case "(($ac_try" in
5224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5225 *) ac_try_echo=$ac_try;;
5226 esac
5227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5228 (eval "$ac_link") 2>conftest.er1
5229 ac_status=$?
5230 grep -v '^ *+' conftest.er1 >conftest.err
5231 rm -f conftest.er1
5232 cat conftest.err >&5
5233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5234 (exit $ac_status); } && {
5235 test -z "$ac_c_werror_flag" ||
5236 test ! -s conftest.err
5237 } && test -s conftest$ac_exeext &&
5238 $as_test_x conftest$ac_exeext; then
5239 ac_cv_lib_i386_i386_set_ldt=yes
5240 else
5241 echo "$as_me: failed program was:" >&5
5242 sed 's/^/| /' conftest.$ac_ext >&5
5244 ac_cv_lib_i386_i386_set_ldt=no
5247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5248 conftest$ac_exeext conftest.$ac_ext
5249 LIBS=$ac_check_lib_save_LIBS
5251 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5252 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
5253 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
5254 cat >>confdefs.h <<_ACEOF
5255 #define HAVE_LIBI386 1
5256 _ACEOF
5258 LIBS="-li386 $LIBS"
5263 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5264 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
5265 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5266 echo $ECHO_N "(cached) $ECHO_C" >&6
5267 else
5268 ac_check_lib_save_LIBS=$LIBS
5269 LIBS="-lossaudio $LIBS"
5270 cat >conftest.$ac_ext <<_ACEOF
5271 /* confdefs.h. */
5272 _ACEOF
5273 cat confdefs.h >>conftest.$ac_ext
5274 cat >>conftest.$ac_ext <<_ACEOF
5275 /* end confdefs.h. */
5277 /* Override any GCC internal prototype to avoid an error.
5278 Use char because int might match the return type of a GCC
5279 builtin and then its argument prototype would still apply. */
5280 #ifdef __cplusplus
5281 extern "C"
5282 #endif
5283 char _oss_ioctl ();
5285 main ()
5287 return _oss_ioctl ();
5289 return 0;
5291 _ACEOF
5292 rm -f conftest.$ac_objext conftest$ac_exeext
5293 if { (ac_try="$ac_link"
5294 case "(($ac_try" in
5295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5296 *) ac_try_echo=$ac_try;;
5297 esac
5298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5299 (eval "$ac_link") 2>conftest.er1
5300 ac_status=$?
5301 grep -v '^ *+' conftest.er1 >conftest.err
5302 rm -f conftest.er1
5303 cat conftest.err >&5
5304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5305 (exit $ac_status); } && {
5306 test -z "$ac_c_werror_flag" ||
5307 test ! -s conftest.err
5308 } && test -s conftest$ac_exeext &&
5309 $as_test_x conftest$ac_exeext; then
5310 ac_cv_lib_ossaudio__oss_ioctl=yes
5311 else
5312 echo "$as_me: failed program was:" >&5
5313 sed 's/^/| /' conftest.$ac_ext >&5
5315 ac_cv_lib_ossaudio__oss_ioctl=no
5318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5319 conftest$ac_exeext conftest.$ac_ext
5320 LIBS=$ac_check_lib_save_LIBS
5322 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5323 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5324 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5325 cat >>confdefs.h <<_ACEOF
5326 #define HAVE_LIBOSSAUDIO 1
5327 _ACEOF
5329 LIBS="-lossaudio $LIBS"
5334 XLIB=""
5336 OPENGL_LIBS=""
5340 ac_ext=c
5341 ac_cpp='$CPP $CPPFLAGS'
5342 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5343 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5344 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5345 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5346 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5347 # On Suns, sometimes $CPP names a directory.
5348 if test -n "$CPP" && test -d "$CPP"; then
5349 CPP=
5351 if test -z "$CPP"; then
5352 if test "${ac_cv_prog_CPP+set}" = set; then
5353 echo $ECHO_N "(cached) $ECHO_C" >&6
5354 else
5355 # Double quotes because CPP needs to be expanded
5356 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5358 ac_preproc_ok=false
5359 for ac_c_preproc_warn_flag in '' yes
5361 # Use a header file that comes with gcc, so configuring glibc
5362 # with a fresh cross-compiler works.
5363 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5364 # <limits.h> exists even on freestanding compilers.
5365 # On the NeXT, cc -E runs the code through the compiler's parser,
5366 # not just through cpp. "Syntax error" is here to catch this case.
5367 cat >conftest.$ac_ext <<_ACEOF
5368 /* confdefs.h. */
5369 _ACEOF
5370 cat confdefs.h >>conftest.$ac_ext
5371 cat >>conftest.$ac_ext <<_ACEOF
5372 /* end confdefs.h. */
5373 #ifdef __STDC__
5374 # include <limits.h>
5375 #else
5376 # include <assert.h>
5377 #endif
5378 Syntax error
5379 _ACEOF
5380 if { (ac_try="$ac_cpp conftest.$ac_ext"
5381 case "(($ac_try" in
5382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5383 *) ac_try_echo=$ac_try;;
5384 esac
5385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5386 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5387 ac_status=$?
5388 grep -v '^ *+' conftest.er1 >conftest.err
5389 rm -f conftest.er1
5390 cat conftest.err >&5
5391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5392 (exit $ac_status); } >/dev/null && {
5393 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5394 test ! -s conftest.err
5395 }; then
5397 else
5398 echo "$as_me: failed program was:" >&5
5399 sed 's/^/| /' conftest.$ac_ext >&5
5401 # Broken: fails on valid input.
5402 continue
5405 rm -f conftest.err conftest.$ac_ext
5407 # OK, works on sane cases. Now check whether nonexistent headers
5408 # can be detected and how.
5409 cat >conftest.$ac_ext <<_ACEOF
5410 /* confdefs.h. */
5411 _ACEOF
5412 cat confdefs.h >>conftest.$ac_ext
5413 cat >>conftest.$ac_ext <<_ACEOF
5414 /* end confdefs.h. */
5415 #include <ac_nonexistent.h>
5416 _ACEOF
5417 if { (ac_try="$ac_cpp conftest.$ac_ext"
5418 case "(($ac_try" in
5419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5420 *) ac_try_echo=$ac_try;;
5421 esac
5422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5423 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5424 ac_status=$?
5425 grep -v '^ *+' conftest.er1 >conftest.err
5426 rm -f conftest.er1
5427 cat conftest.err >&5
5428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5429 (exit $ac_status); } >/dev/null && {
5430 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5431 test ! -s conftest.err
5432 }; then
5433 # Broken: success on invalid input.
5434 continue
5435 else
5436 echo "$as_me: failed program was:" >&5
5437 sed 's/^/| /' conftest.$ac_ext >&5
5439 # Passes both tests.
5440 ac_preproc_ok=:
5441 break
5444 rm -f conftest.err conftest.$ac_ext
5446 done
5447 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5448 rm -f conftest.err conftest.$ac_ext
5449 if $ac_preproc_ok; then
5450 break
5453 done
5454 ac_cv_prog_CPP=$CPP
5457 CPP=$ac_cv_prog_CPP
5458 else
5459 ac_cv_prog_CPP=$CPP
5461 { echo "$as_me:$LINENO: result: $CPP" >&5
5462 echo "${ECHO_T}$CPP" >&6; }
5463 ac_preproc_ok=false
5464 for ac_c_preproc_warn_flag in '' yes
5466 # Use a header file that comes with gcc, so configuring glibc
5467 # with a fresh cross-compiler works.
5468 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5469 # <limits.h> exists even on freestanding compilers.
5470 # On the NeXT, cc -E runs the code through the compiler's parser,
5471 # not just through cpp. "Syntax error" is here to catch this case.
5472 cat >conftest.$ac_ext <<_ACEOF
5473 /* confdefs.h. */
5474 _ACEOF
5475 cat confdefs.h >>conftest.$ac_ext
5476 cat >>conftest.$ac_ext <<_ACEOF
5477 /* end confdefs.h. */
5478 #ifdef __STDC__
5479 # include <limits.h>
5480 #else
5481 # include <assert.h>
5482 #endif
5483 Syntax error
5484 _ACEOF
5485 if { (ac_try="$ac_cpp conftest.$ac_ext"
5486 case "(($ac_try" in
5487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5488 *) ac_try_echo=$ac_try;;
5489 esac
5490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5491 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5492 ac_status=$?
5493 grep -v '^ *+' conftest.er1 >conftest.err
5494 rm -f conftest.er1
5495 cat conftest.err >&5
5496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5497 (exit $ac_status); } >/dev/null && {
5498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5499 test ! -s conftest.err
5500 }; then
5502 else
5503 echo "$as_me: failed program was:" >&5
5504 sed 's/^/| /' conftest.$ac_ext >&5
5506 # Broken: fails on valid input.
5507 continue
5510 rm -f conftest.err conftest.$ac_ext
5512 # OK, works on sane cases. Now check whether nonexistent headers
5513 # can be detected and how.
5514 cat >conftest.$ac_ext <<_ACEOF
5515 /* confdefs.h. */
5516 _ACEOF
5517 cat confdefs.h >>conftest.$ac_ext
5518 cat >>conftest.$ac_ext <<_ACEOF
5519 /* end confdefs.h. */
5520 #include <ac_nonexistent.h>
5521 _ACEOF
5522 if { (ac_try="$ac_cpp conftest.$ac_ext"
5523 case "(($ac_try" in
5524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5525 *) ac_try_echo=$ac_try;;
5526 esac
5527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5528 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5529 ac_status=$?
5530 grep -v '^ *+' conftest.er1 >conftest.err
5531 rm -f conftest.er1
5532 cat conftest.err >&5
5533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5534 (exit $ac_status); } >/dev/null && {
5535 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5536 test ! -s conftest.err
5537 }; then
5538 # Broken: success on invalid input.
5539 continue
5540 else
5541 echo "$as_me: failed program was:" >&5
5542 sed 's/^/| /' conftest.$ac_ext >&5
5544 # Passes both tests.
5545 ac_preproc_ok=:
5546 break
5549 rm -f conftest.err conftest.$ac_ext
5551 done
5552 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5553 rm -f conftest.err conftest.$ac_ext
5554 if $ac_preproc_ok; then
5556 else
5557 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5558 See \`config.log' for more details." >&5
5559 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5560 See \`config.log' for more details." >&2;}
5561 { (exit 1); exit 1; }; }
5564 ac_ext=c
5565 ac_cpp='$CPP $CPPFLAGS'
5566 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5567 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5568 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5571 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5572 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5573 if test "${ac_cv_header_stdc+set}" = set; then
5574 echo $ECHO_N "(cached) $ECHO_C" >&6
5575 else
5576 cat >conftest.$ac_ext <<_ACEOF
5577 /* confdefs.h. */
5578 _ACEOF
5579 cat confdefs.h >>conftest.$ac_ext
5580 cat >>conftest.$ac_ext <<_ACEOF
5581 /* end confdefs.h. */
5582 #include <stdlib.h>
5583 #include <stdarg.h>
5584 #include <string.h>
5585 #include <float.h>
5588 main ()
5592 return 0;
5594 _ACEOF
5595 rm -f conftest.$ac_objext
5596 if { (ac_try="$ac_compile"
5597 case "(($ac_try" in
5598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5599 *) ac_try_echo=$ac_try;;
5600 esac
5601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5602 (eval "$ac_compile") 2>conftest.er1
5603 ac_status=$?
5604 grep -v '^ *+' conftest.er1 >conftest.err
5605 rm -f conftest.er1
5606 cat conftest.err >&5
5607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5608 (exit $ac_status); } && {
5609 test -z "$ac_c_werror_flag" ||
5610 test ! -s conftest.err
5611 } && test -s conftest.$ac_objext; then
5612 ac_cv_header_stdc=yes
5613 else
5614 echo "$as_me: failed program was:" >&5
5615 sed 's/^/| /' conftest.$ac_ext >&5
5617 ac_cv_header_stdc=no
5620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5622 if test $ac_cv_header_stdc = yes; then
5623 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5624 cat >conftest.$ac_ext <<_ACEOF
5625 /* confdefs.h. */
5626 _ACEOF
5627 cat confdefs.h >>conftest.$ac_ext
5628 cat >>conftest.$ac_ext <<_ACEOF
5629 /* end confdefs.h. */
5630 #include <string.h>
5632 _ACEOF
5633 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5634 $EGREP "memchr" >/dev/null 2>&1; then
5636 else
5637 ac_cv_header_stdc=no
5639 rm -f conftest*
5643 if test $ac_cv_header_stdc = yes; then
5644 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5645 cat >conftest.$ac_ext <<_ACEOF
5646 /* confdefs.h. */
5647 _ACEOF
5648 cat confdefs.h >>conftest.$ac_ext
5649 cat >>conftest.$ac_ext <<_ACEOF
5650 /* end confdefs.h. */
5651 #include <stdlib.h>
5653 _ACEOF
5654 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5655 $EGREP "free" >/dev/null 2>&1; then
5657 else
5658 ac_cv_header_stdc=no
5660 rm -f conftest*
5664 if test $ac_cv_header_stdc = yes; then
5665 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5666 if test "$cross_compiling" = yes; then
5668 else
5669 cat >conftest.$ac_ext <<_ACEOF
5670 /* confdefs.h. */
5671 _ACEOF
5672 cat confdefs.h >>conftest.$ac_ext
5673 cat >>conftest.$ac_ext <<_ACEOF
5674 /* end confdefs.h. */
5675 #include <ctype.h>
5676 #include <stdlib.h>
5677 #if ((' ' & 0x0FF) == 0x020)
5678 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5679 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5680 #else
5681 # define ISLOWER(c) \
5682 (('a' <= (c) && (c) <= 'i') \
5683 || ('j' <= (c) && (c) <= 'r') \
5684 || ('s' <= (c) && (c) <= 'z'))
5685 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5686 #endif
5688 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5690 main ()
5692 int i;
5693 for (i = 0; i < 256; i++)
5694 if (XOR (islower (i), ISLOWER (i))
5695 || toupper (i) != TOUPPER (i))
5696 return 2;
5697 return 0;
5699 _ACEOF
5700 rm -f conftest$ac_exeext
5701 if { (ac_try="$ac_link"
5702 case "(($ac_try" in
5703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5704 *) ac_try_echo=$ac_try;;
5705 esac
5706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5707 (eval "$ac_link") 2>&5
5708 ac_status=$?
5709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5710 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5711 { (case "(($ac_try" in
5712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5713 *) ac_try_echo=$ac_try;;
5714 esac
5715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5716 (eval "$ac_try") 2>&5
5717 ac_status=$?
5718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5719 (exit $ac_status); }; }; then
5721 else
5722 echo "$as_me: program exited with status $ac_status" >&5
5723 echo "$as_me: failed program was:" >&5
5724 sed 's/^/| /' conftest.$ac_ext >&5
5726 ( exit $ac_status )
5727 ac_cv_header_stdc=no
5729 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5735 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5736 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5737 if test $ac_cv_header_stdc = yes; then
5739 cat >>confdefs.h <<\_ACEOF
5740 #define STDC_HEADERS 1
5741 _ACEOF
5745 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5755 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5756 inttypes.h stdint.h unistd.h
5758 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5759 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5760 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5762 echo $ECHO_N "(cached) $ECHO_C" >&6
5763 else
5764 cat >conftest.$ac_ext <<_ACEOF
5765 /* confdefs.h. */
5766 _ACEOF
5767 cat confdefs.h >>conftest.$ac_ext
5768 cat >>conftest.$ac_ext <<_ACEOF
5769 /* end confdefs.h. */
5770 $ac_includes_default
5772 #include <$ac_header>
5773 _ACEOF
5774 rm -f conftest.$ac_objext
5775 if { (ac_try="$ac_compile"
5776 case "(($ac_try" in
5777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5778 *) ac_try_echo=$ac_try;;
5779 esac
5780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5781 (eval "$ac_compile") 2>conftest.er1
5782 ac_status=$?
5783 grep -v '^ *+' conftest.er1 >conftest.err
5784 rm -f conftest.er1
5785 cat conftest.err >&5
5786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5787 (exit $ac_status); } && {
5788 test -z "$ac_c_werror_flag" ||
5789 test ! -s conftest.err
5790 } && test -s conftest.$ac_objext; then
5791 eval "$as_ac_Header=yes"
5792 else
5793 echo "$as_me: failed program was:" >&5
5794 sed 's/^/| /' conftest.$ac_ext >&5
5796 eval "$as_ac_Header=no"
5799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5801 ac_res=`eval echo '${'$as_ac_Header'}'`
5802 { echo "$as_me:$LINENO: result: $ac_res" >&5
5803 echo "${ECHO_T}$ac_res" >&6; }
5804 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5805 cat >>confdefs.h <<_ACEOF
5806 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5807 _ACEOF
5811 done
5937 for ac_header in \
5938 AudioUnit/AudioUnit.h \
5939 Carbon/Carbon.h \
5940 CoreAudio/CoreAudio.h \
5941 DiskArbitration/DiskArbitration.h \
5942 IOKit/IOKitLib.h \
5943 IOKit/hid/IOHIDLib.h \
5944 alias.h \
5945 alsa/asoundlib.h \
5946 arpa/inet.h \
5947 arpa/nameser.h \
5948 asm/types.h \
5949 capi20.h \
5950 curses.h \
5951 direct.h \
5952 dirent.h \
5953 dlfcn.h \
5954 elf.h \
5955 float.h \
5956 fontconfig/fontconfig.h \
5957 getopt.h \
5958 grp.h \
5959 ieeefp.h \
5960 inet/mib2.h \
5961 io.h \
5962 jack/jack.h \
5963 jpeglib.h \
5964 kstat.h \
5965 lber.h \
5966 lcms.h \
5967 lcms/lcms.h \
5968 ldap.h \
5969 libaudioio.h \
5970 link.h \
5971 linux/cdrom.h \
5972 linux/compiler.h \
5973 linux/hdreg.h \
5974 linux/input.h \
5975 linux/ioctl.h \
5976 linux/joystick.h \
5977 linux/major.h \
5978 linux/param.h \
5979 linux/serial.h \
5980 linux/types.h \
5981 linux/ucdrom.h \
5982 mach-o/dyld_images.h \
5983 mach-o/nlist.h \
5984 mach/mach.h \
5985 mach/machine.h \
5986 machine/cpu.h \
5987 machine/limits.h \
5988 machine/soundcard.h \
5989 mntent.h \
5990 ncurses.h \
5991 netdb.h \
5992 netinet/in.h \
5993 netinet/in_systm.h \
5994 netinet/tcp.h \
5995 netinet/tcp_fsm.h \
5996 openssl/err.h \
5997 openssl/ssl.h \
5998 png.h \
5999 poll.h \
6000 process.h \
6001 pthread.h \
6002 pwd.h \
6003 regex.h \
6004 sched.h \
6005 scsi/scsi.h \
6006 scsi/scsi_ioctl.h \
6007 scsi/sg.h \
6008 soundcard.h \
6009 stdint.h \
6010 strings.h \
6011 stropts.h \
6012 sys/asoundlib.h \
6013 sys/cdio.h \
6014 sys/elf32.h \
6015 sys/epoll.h \
6016 sys/errno.h \
6017 sys/event.h \
6018 sys/exec_elf.h \
6019 sys/filio.h \
6020 sys/ioctl.h \
6021 sys/ipc.h \
6022 sys/limits.h \
6023 sys/link.h \
6024 sys/lwp.h \
6025 sys/mman.h \
6026 sys/modem.h \
6027 sys/msg.h \
6028 sys/mtio.h \
6029 sys/param.h \
6030 sys/poll.h \
6031 sys/prctl.h \
6032 sys/protosw.h \
6033 sys/ptrace.h \
6034 sys/reg.h \
6035 sys/resource.h \
6036 sys/scsiio.h \
6037 sys/shm.h \
6038 sys/signal.h \
6039 sys/socket.h \
6040 sys/socketvar.h \
6041 sys/sockio.h \
6042 sys/soundcard.h \
6043 sys/statvfs.h \
6044 sys/strtio.h \
6045 sys/syscall.h \
6046 sys/tihdr.h \
6047 sys/time.h \
6048 sys/timeout.h \
6049 sys/times.h \
6050 sys/uio.h \
6051 sys/un.h \
6052 sys/utsname.h \
6053 sys/vm86.h \
6054 sys/wait.h \
6055 syscall.h \
6056 termios.h \
6057 unistd.h \
6058 utime.h \
6059 valgrind/memcheck.h \
6060 valgrind/valgrind.h
6063 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6064 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6065 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6066 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6067 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6068 echo $ECHO_N "(cached) $ECHO_C" >&6
6070 ac_res=`eval echo '${'$as_ac_Header'}'`
6071 { echo "$as_me:$LINENO: result: $ac_res" >&5
6072 echo "${ECHO_T}$ac_res" >&6; }
6073 else
6074 # Is the header compilable?
6075 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6076 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6077 cat >conftest.$ac_ext <<_ACEOF
6078 /* confdefs.h. */
6079 _ACEOF
6080 cat confdefs.h >>conftest.$ac_ext
6081 cat >>conftest.$ac_ext <<_ACEOF
6082 /* end confdefs.h. */
6083 $ac_includes_default
6084 #include <$ac_header>
6085 _ACEOF
6086 rm -f conftest.$ac_objext
6087 if { (ac_try="$ac_compile"
6088 case "(($ac_try" in
6089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6090 *) ac_try_echo=$ac_try;;
6091 esac
6092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6093 (eval "$ac_compile") 2>conftest.er1
6094 ac_status=$?
6095 grep -v '^ *+' conftest.er1 >conftest.err
6096 rm -f conftest.er1
6097 cat conftest.err >&5
6098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6099 (exit $ac_status); } && {
6100 test -z "$ac_c_werror_flag" ||
6101 test ! -s conftest.err
6102 } && test -s conftest.$ac_objext; then
6103 ac_header_compiler=yes
6104 else
6105 echo "$as_me: failed program was:" >&5
6106 sed 's/^/| /' conftest.$ac_ext >&5
6108 ac_header_compiler=no
6111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6112 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6113 echo "${ECHO_T}$ac_header_compiler" >&6; }
6115 # Is the header present?
6116 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6117 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6118 cat >conftest.$ac_ext <<_ACEOF
6119 /* confdefs.h. */
6120 _ACEOF
6121 cat confdefs.h >>conftest.$ac_ext
6122 cat >>conftest.$ac_ext <<_ACEOF
6123 /* end confdefs.h. */
6124 #include <$ac_header>
6125 _ACEOF
6126 if { (ac_try="$ac_cpp conftest.$ac_ext"
6127 case "(($ac_try" in
6128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6129 *) ac_try_echo=$ac_try;;
6130 esac
6131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6132 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6133 ac_status=$?
6134 grep -v '^ *+' conftest.er1 >conftest.err
6135 rm -f conftest.er1
6136 cat conftest.err >&5
6137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6138 (exit $ac_status); } >/dev/null && {
6139 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6140 test ! -s conftest.err
6141 }; then
6142 ac_header_preproc=yes
6143 else
6144 echo "$as_me: failed program was:" >&5
6145 sed 's/^/| /' conftest.$ac_ext >&5
6147 ac_header_preproc=no
6150 rm -f conftest.err conftest.$ac_ext
6151 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6152 echo "${ECHO_T}$ac_header_preproc" >&6; }
6154 # So? What about this header?
6155 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6156 yes:no: )
6157 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6158 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6159 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6160 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6161 ac_header_preproc=yes
6163 no:yes:* )
6164 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6165 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6166 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6167 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6168 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6169 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6170 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6171 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6172 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6173 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6174 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6175 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6176 ( cat <<\_ASBOX
6177 ## ------------------------------------ ##
6178 ## Report this to wine-devel@winehq.org ##
6179 ## ------------------------------------ ##
6180 _ASBOX
6181 ) | sed "s/^/$as_me: WARNING: /" >&2
6183 esac
6184 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6185 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6186 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6187 echo $ECHO_N "(cached) $ECHO_C" >&6
6188 else
6189 eval "$as_ac_Header=\$ac_header_preproc"
6191 ac_res=`eval echo '${'$as_ac_Header'}'`
6192 { echo "$as_me:$LINENO: result: $ac_res" >&5
6193 echo "${ECHO_T}$ac_res" >&6; }
6196 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6197 cat >>confdefs.h <<_ACEOF
6198 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6199 _ACEOF
6203 done
6205 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6206 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6207 if test "${ac_cv_header_stat_broken+set}" = set; then
6208 echo $ECHO_N "(cached) $ECHO_C" >&6
6209 else
6210 cat >conftest.$ac_ext <<_ACEOF
6211 /* confdefs.h. */
6212 _ACEOF
6213 cat confdefs.h >>conftest.$ac_ext
6214 cat >>conftest.$ac_ext <<_ACEOF
6215 /* end confdefs.h. */
6216 #include <sys/types.h>
6217 #include <sys/stat.h>
6219 #if defined S_ISBLK && defined S_IFDIR
6220 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6221 #endif
6223 #if defined S_ISBLK && defined S_IFCHR
6224 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6225 #endif
6227 #if defined S_ISLNK && defined S_IFREG
6228 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6229 #endif
6231 #if defined S_ISSOCK && defined S_IFREG
6232 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6233 #endif
6235 _ACEOF
6236 rm -f conftest.$ac_objext
6237 if { (ac_try="$ac_compile"
6238 case "(($ac_try" in
6239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6240 *) ac_try_echo=$ac_try;;
6241 esac
6242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6243 (eval "$ac_compile") 2>conftest.er1
6244 ac_status=$?
6245 grep -v '^ *+' conftest.er1 >conftest.err
6246 rm -f conftest.er1
6247 cat conftest.err >&5
6248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6249 (exit $ac_status); } && {
6250 test -z "$ac_c_werror_flag" ||
6251 test ! -s conftest.err
6252 } && test -s conftest.$ac_objext; then
6253 ac_cv_header_stat_broken=no
6254 else
6255 echo "$as_me: failed program was:" >&5
6256 sed 's/^/| /' conftest.$ac_ext >&5
6258 ac_cv_header_stat_broken=yes
6261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6263 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6264 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6265 if test $ac_cv_header_stat_broken = yes; then
6267 cat >>confdefs.h <<\_ACEOF
6268 #define STAT_MACROS_BROKEN 1
6269 _ACEOF
6280 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6282 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6283 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6284 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6285 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6286 echo $ECHO_N "(cached) $ECHO_C" >&6
6287 else
6288 cat >conftest.$ac_ext <<_ACEOF
6289 /* confdefs.h. */
6290 _ACEOF
6291 cat confdefs.h >>conftest.$ac_ext
6292 cat >>conftest.$ac_ext <<_ACEOF
6293 /* end confdefs.h. */
6294 #include <sys/types.h>
6295 #ifdef HAVE_SYS_PARAM_H
6296 # include <sys/param.h>
6297 #endif
6299 #include <$ac_header>
6300 _ACEOF
6301 rm -f conftest.$ac_objext
6302 if { (ac_try="$ac_compile"
6303 case "(($ac_try" in
6304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6305 *) ac_try_echo=$ac_try;;
6306 esac
6307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6308 (eval "$ac_compile") 2>conftest.er1
6309 ac_status=$?
6310 grep -v '^ *+' conftest.er1 >conftest.err
6311 rm -f conftest.er1
6312 cat conftest.err >&5
6313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6314 (exit $ac_status); } && {
6315 test -z "$ac_c_werror_flag" ||
6316 test ! -s conftest.err
6317 } && test -s conftest.$ac_objext; then
6318 eval "$as_ac_Header=yes"
6319 else
6320 echo "$as_me: failed program was:" >&5
6321 sed 's/^/| /' conftest.$ac_ext >&5
6323 eval "$as_ac_Header=no"
6326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6328 ac_res=`eval echo '${'$as_ac_Header'}'`
6329 { echo "$as_me:$LINENO: result: $ac_res" >&5
6330 echo "${ECHO_T}$ac_res" >&6; }
6331 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6332 cat >>confdefs.h <<_ACEOF
6333 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6334 _ACEOF
6338 done
6354 for ac_header in \
6355 netinet/ip.h \
6356 net/if.h \
6357 net/if_arp.h \
6358 net/if_dl.h \
6359 net/if_types.h \
6360 net/route.h \
6361 netinet/if_ether.h \
6362 netinet/if_inarp.h \
6363 netinet/in_pcb.h \
6364 netinet/ip_icmp.h \
6365 netinet/ip_var.h \
6366 netinet/udp.h \
6367 netipx/ipx.h \
6370 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6371 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6372 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6373 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6374 echo $ECHO_N "(cached) $ECHO_C" >&6
6375 else
6376 cat >conftest.$ac_ext <<_ACEOF
6377 /* confdefs.h. */
6378 _ACEOF
6379 cat confdefs.h >>conftest.$ac_ext
6380 cat >>conftest.$ac_ext <<_ACEOF
6381 /* end confdefs.h. */
6382 #include <sys/types.h>
6383 #ifdef HAVE_SYS_SOCKET_H
6384 # include <sys/socket.h>
6385 #endif
6386 #ifdef HAVE_SYS_SOCKETVAR_H
6387 # include <sys/socketvar.h>
6388 #endif
6389 #ifdef HAVE_NET_ROUTE_H
6390 # include <net/route.h>
6391 #endif
6392 #ifdef HAVE_NETINET_IN_H
6393 # include <netinet/in.h>
6394 #endif
6395 #ifdef HAVE_NETINET_IN_SYSTM_H
6396 # include <netinet/in_systm.h>
6397 #endif
6398 #ifdef HAVE_NET_IF_H
6399 # include <net/if.h>
6400 #endif
6401 #ifdef HAVE_NETINET_IP_H
6402 # include <netinet/ip.h>
6403 #endif
6405 #include <$ac_header>
6406 _ACEOF
6407 rm -f conftest.$ac_objext
6408 if { (ac_try="$ac_compile"
6409 case "(($ac_try" in
6410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6411 *) ac_try_echo=$ac_try;;
6412 esac
6413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6414 (eval "$ac_compile") 2>conftest.er1
6415 ac_status=$?
6416 grep -v '^ *+' conftest.er1 >conftest.err
6417 rm -f conftest.er1
6418 cat conftest.err >&5
6419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6420 (exit $ac_status); } && {
6421 test -z "$ac_c_werror_flag" ||
6422 test ! -s conftest.err
6423 } && test -s conftest.$ac_objext; then
6424 eval "$as_ac_Header=yes"
6425 else
6426 echo "$as_me: failed program was:" >&5
6427 sed 's/^/| /' conftest.$ac_ext >&5
6429 eval "$as_ac_Header=no"
6432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6434 ac_res=`eval echo '${'$as_ac_Header'}'`
6435 { echo "$as_me:$LINENO: result: $ac_res" >&5
6436 echo "${ECHO_T}$ac_res" >&6; }
6437 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6438 cat >>confdefs.h <<_ACEOF
6439 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6440 _ACEOF
6444 done
6451 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6453 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6454 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6455 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6456 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6457 echo $ECHO_N "(cached) $ECHO_C" >&6
6458 else
6459 cat >conftest.$ac_ext <<_ACEOF
6460 /* confdefs.h. */
6461 _ACEOF
6462 cat confdefs.h >>conftest.$ac_ext
6463 cat >>conftest.$ac_ext <<_ACEOF
6464 /* end confdefs.h. */
6465 #include <sys/types.h>
6466 #ifdef HAVE_ALIAS_H
6467 # include <alias.h>
6468 #endif
6469 #ifdef HAVE_SYS_SOCKET_H
6470 # include <sys/socket.h>
6471 #endif
6472 #ifdef HAVE_SYS_SOCKETVAR_H
6473 # include <sys/socketvar.h>
6474 #endif
6475 #ifdef HAVE_SYS_TIMEOUT_H
6476 # include <sys/timeout.h>
6477 #endif
6478 #ifdef HAVE_NETINET_IN_H
6479 # include <netinet/in.h>
6480 #endif
6481 #ifdef HAVE_NETINET_IN_SYSTM_H
6482 # include <netinet/in_systm.h>
6483 #endif
6484 #ifdef HAVE_NETINET_IP_H
6485 # include <netinet/ip.h>
6486 #endif
6487 #ifdef HAVE_NETINET_IP_VAR_H
6488 # include <netinet/ip_var.h>
6489 #endif
6490 #ifdef HAVE_NETINET_IP_ICMP_H
6491 # include <netinet/ip_icmp.h>
6492 #endif
6493 #ifdef HAVE_NETINET_UDP_H
6494 # include <netinet/udp.h>
6495 #endif
6496 #ifdef HAVE_NETINET_TCP_H
6497 # include <netinet/tcp.h>
6498 #endif
6499 #ifdef HAVE_NETINET_TCP_TIMER_H
6500 #include <netinet/tcp_timer.h>
6501 #endif
6503 #include <$ac_header>
6504 _ACEOF
6505 rm -f conftest.$ac_objext
6506 if { (ac_try="$ac_compile"
6507 case "(($ac_try" in
6508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6509 *) ac_try_echo=$ac_try;;
6510 esac
6511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6512 (eval "$ac_compile") 2>conftest.er1
6513 ac_status=$?
6514 grep -v '^ *+' conftest.er1 >conftest.err
6515 rm -f conftest.er1
6516 cat conftest.err >&5
6517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6518 (exit $ac_status); } && {
6519 test -z "$ac_c_werror_flag" ||
6520 test ! -s conftest.err
6521 } && test -s conftest.$ac_objext; then
6522 eval "$as_ac_Header=yes"
6523 else
6524 echo "$as_me: failed program was:" >&5
6525 sed 's/^/| /' conftest.$ac_ext >&5
6527 eval "$as_ac_Header=no"
6530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6532 ac_res=`eval echo '${'$as_ac_Header'}'`
6533 { echo "$as_me:$LINENO: result: $ac_res" >&5
6534 echo "${ECHO_T}$ac_res" >&6; }
6535 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6536 cat >>confdefs.h <<_ACEOF
6537 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6538 _ACEOF
6542 done
6546 for ac_header in linux/ipx.h
6548 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6549 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6550 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6551 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6552 echo $ECHO_N "(cached) $ECHO_C" >&6
6553 else
6554 cat >conftest.$ac_ext <<_ACEOF
6555 /* confdefs.h. */
6556 _ACEOF
6557 cat confdefs.h >>conftest.$ac_ext
6558 cat >>conftest.$ac_ext <<_ACEOF
6559 /* end confdefs.h. */
6560 #include <sys/types.h>
6561 #ifdef HAVE_ASM_TYPES_H
6562 # include <asm/types.h>
6563 #endif
6564 #ifdef HAVE_SYS_SOCKET_H
6565 # include <sys/socket.h>
6566 #endif
6567 #ifdef HAVE_LINUX_TYPES_H
6568 # include <linux/types.h>
6569 #endif
6571 #include <$ac_header>
6572 _ACEOF
6573 rm -f conftest.$ac_objext
6574 if { (ac_try="$ac_compile"
6575 case "(($ac_try" in
6576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6577 *) ac_try_echo=$ac_try;;
6578 esac
6579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6580 (eval "$ac_compile") 2>conftest.er1
6581 ac_status=$?
6582 grep -v '^ *+' conftest.er1 >conftest.err
6583 rm -f conftest.er1
6584 cat conftest.err >&5
6585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6586 (exit $ac_status); } && {
6587 test -z "$ac_c_werror_flag" ||
6588 test ! -s conftest.err
6589 } && test -s conftest.$ac_objext; then
6590 eval "$as_ac_Header=yes"
6591 else
6592 echo "$as_me: failed program was:" >&5
6593 sed 's/^/| /' conftest.$ac_ext >&5
6595 eval "$as_ac_Header=no"
6598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6600 ac_res=`eval echo '${'$as_ac_Header'}'`
6601 { echo "$as_me:$LINENO: result: $ac_res" >&5
6602 echo "${ECHO_T}$ac_res" >&6; }
6603 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6604 cat >>confdefs.h <<_ACEOF
6605 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6606 _ACEOF
6610 done
6614 for ac_header in resolv.h
6616 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6617 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6618 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6619 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6620 echo $ECHO_N "(cached) $ECHO_C" >&6
6621 else
6622 cat >conftest.$ac_ext <<_ACEOF
6623 /* confdefs.h. */
6624 _ACEOF
6625 cat confdefs.h >>conftest.$ac_ext
6626 cat >>conftest.$ac_ext <<_ACEOF
6627 /* end confdefs.h. */
6628 #include <sys/types.h>
6629 #ifdef HAVE_SYS_SOCKET_H
6630 # include <sys/socket.h>
6631 #endif
6632 #ifdef HAVE_NETINET_IN_H
6633 # include <netinet/in.h>
6634 #endif
6635 #ifdef HAVE_ARPA_NAMESER_H
6636 # include <arpa/nameser.h>
6637 #endif
6639 #include <$ac_header>
6640 _ACEOF
6641 rm -f conftest.$ac_objext
6642 if { (ac_try="$ac_compile"
6643 case "(($ac_try" in
6644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6645 *) ac_try_echo=$ac_try;;
6646 esac
6647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6648 (eval "$ac_compile") 2>conftest.er1
6649 ac_status=$?
6650 grep -v '^ *+' conftest.er1 >conftest.err
6651 rm -f conftest.er1
6652 cat conftest.err >&5
6653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6654 (exit $ac_status); } && {
6655 test -z "$ac_c_werror_flag" ||
6656 test ! -s conftest.err
6657 } && test -s conftest.$ac_objext; then
6658 eval "$as_ac_Header=yes"
6659 else
6660 echo "$as_me: failed program was:" >&5
6661 sed 's/^/| /' conftest.$ac_ext >&5
6663 eval "$as_ac_Header=no"
6666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6668 ac_res=`eval echo '${'$as_ac_Header'}'`
6669 { echo "$as_me:$LINENO: result: $ac_res" >&5
6670 echo "${ECHO_T}$ac_res" >&6; }
6671 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6672 cat >>confdefs.h <<_ACEOF
6673 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6674 _ACEOF
6678 done
6682 for ac_header in ucontext.h
6684 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6685 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6686 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6687 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6688 echo $ECHO_N "(cached) $ECHO_C" >&6
6689 else
6690 cat >conftest.$ac_ext <<_ACEOF
6691 /* confdefs.h. */
6692 _ACEOF
6693 cat confdefs.h >>conftest.$ac_ext
6694 cat >>conftest.$ac_ext <<_ACEOF
6695 /* end confdefs.h. */
6696 #include <signal.h>
6698 #include <$ac_header>
6699 _ACEOF
6700 rm -f conftest.$ac_objext
6701 if { (ac_try="$ac_compile"
6702 case "(($ac_try" in
6703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6704 *) ac_try_echo=$ac_try;;
6705 esac
6706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6707 (eval "$ac_compile") 2>conftest.er1
6708 ac_status=$?
6709 grep -v '^ *+' conftest.er1 >conftest.err
6710 rm -f conftest.er1
6711 cat conftest.err >&5
6712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6713 (exit $ac_status); } && {
6714 test -z "$ac_c_werror_flag" ||
6715 test ! -s conftest.err
6716 } && test -s conftest.$ac_objext; then
6717 eval "$as_ac_Header=yes"
6718 else
6719 echo "$as_me: failed program was:" >&5
6720 sed 's/^/| /' conftest.$ac_ext >&5
6722 eval "$as_ac_Header=no"
6725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6727 ac_res=`eval echo '${'$as_ac_Header'}'`
6728 { echo "$as_me:$LINENO: result: $ac_res" >&5
6729 echo "${ECHO_T}$ac_res" >&6; }
6730 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6731 cat >>confdefs.h <<_ACEOF
6732 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6733 _ACEOF
6737 done
6741 for ac_header in sys/thr.h
6743 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6744 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6745 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6746 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6747 echo $ECHO_N "(cached) $ECHO_C" >&6
6748 else
6749 cat >conftest.$ac_ext <<_ACEOF
6750 /* confdefs.h. */
6751 _ACEOF
6752 cat confdefs.h >>conftest.$ac_ext
6753 cat >>conftest.$ac_ext <<_ACEOF
6754 /* end confdefs.h. */
6755 #include <sys/types.h>
6756 #ifdef HAVE_UCONTEXT_H
6757 #include <ucontext.h>
6758 #endif
6760 #include <$ac_header>
6761 _ACEOF
6762 rm -f conftest.$ac_objext
6763 if { (ac_try="$ac_compile"
6764 case "(($ac_try" in
6765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6766 *) ac_try_echo=$ac_try;;
6767 esac
6768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6769 (eval "$ac_compile") 2>conftest.er1
6770 ac_status=$?
6771 grep -v '^ *+' conftest.er1 >conftest.err
6772 rm -f conftest.er1
6773 cat conftest.err >&5
6774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6775 (exit $ac_status); } && {
6776 test -z "$ac_c_werror_flag" ||
6777 test ! -s conftest.err
6778 } && test -s conftest.$ac_objext; then
6779 eval "$as_ac_Header=yes"
6780 else
6781 echo "$as_me: failed program was:" >&5
6782 sed 's/^/| /' conftest.$ac_ext >&5
6784 eval "$as_ac_Header=no"
6787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6789 ac_res=`eval echo '${'$as_ac_Header'}'`
6790 { echo "$as_me:$LINENO: result: $ac_res" >&5
6791 echo "${ECHO_T}$ac_res" >&6; }
6792 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6793 cat >>confdefs.h <<_ACEOF
6794 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6795 _ACEOF
6799 done
6803 for ac_header in pthread_np.h
6805 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6806 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6807 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6809 echo $ECHO_N "(cached) $ECHO_C" >&6
6810 else
6811 cat >conftest.$ac_ext <<_ACEOF
6812 /* confdefs.h. */
6813 _ACEOF
6814 cat confdefs.h >>conftest.$ac_ext
6815 cat >>conftest.$ac_ext <<_ACEOF
6816 /* end confdefs.h. */
6817 #ifdef HAVE_PTHREAD_H
6818 #include <pthread.h>
6819 #endif
6821 #include <$ac_header>
6822 _ACEOF
6823 rm -f conftest.$ac_objext
6824 if { (ac_try="$ac_compile"
6825 case "(($ac_try" in
6826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6827 *) ac_try_echo=$ac_try;;
6828 esac
6829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6830 (eval "$ac_compile") 2>conftest.er1
6831 ac_status=$?
6832 grep -v '^ *+' conftest.er1 >conftest.err
6833 rm -f conftest.er1
6834 cat conftest.err >&5
6835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6836 (exit $ac_status); } && {
6837 test -z "$ac_c_werror_flag" ||
6838 test ! -s conftest.err
6839 } && test -s conftest.$ac_objext; then
6840 eval "$as_ac_Header=yes"
6841 else
6842 echo "$as_me: failed program was:" >&5
6843 sed 's/^/| /' conftest.$ac_ext >&5
6845 eval "$as_ac_Header=no"
6848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6850 ac_res=`eval echo '${'$as_ac_Header'}'`
6851 { echo "$as_me:$LINENO: result: $ac_res" >&5
6852 echo "${ECHO_T}$ac_res" >&6; }
6853 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6854 cat >>confdefs.h <<_ACEOF
6855 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6856 _ACEOF
6860 done
6864 for ac_header in linux/videodev.h
6866 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6867 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6868 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6869 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6870 echo $ECHO_N "(cached) $ECHO_C" >&6
6871 else
6872 cat >conftest.$ac_ext <<_ACEOF
6873 /* confdefs.h. */
6874 _ACEOF
6875 cat confdefs.h >>conftest.$ac_ext
6876 cat >>conftest.$ac_ext <<_ACEOF
6877 /* end confdefs.h. */
6878 #ifdef HAVE_SYS_TIME_H
6879 #include <sys/time.h>
6880 #endif
6881 #include <sys/types.h>
6882 #ifdef HAVE_ASM_TYPES_H
6883 #include <asm/types.h>
6884 #endif
6886 #include <$ac_header>
6887 _ACEOF
6888 rm -f conftest.$ac_objext
6889 if { (ac_try="$ac_compile"
6890 case "(($ac_try" in
6891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6892 *) ac_try_echo=$ac_try;;
6893 esac
6894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6895 (eval "$ac_compile") 2>conftest.er1
6896 ac_status=$?
6897 grep -v '^ *+' conftest.er1 >conftest.err
6898 rm -f conftest.er1
6899 cat conftest.err >&5
6900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6901 (exit $ac_status); } && {
6902 test -z "$ac_c_werror_flag" ||
6903 test ! -s conftest.err
6904 } && test -s conftest.$ac_objext; then
6905 eval "$as_ac_Header=yes"
6906 else
6907 echo "$as_me: failed program was:" >&5
6908 sed 's/^/| /' conftest.$ac_ext >&5
6910 eval "$as_ac_Header=no"
6913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6915 ac_res=`eval echo '${'$as_ac_Header'}'`
6916 { echo "$as_me:$LINENO: result: $ac_res" >&5
6917 echo "${ECHO_T}$ac_res" >&6; }
6918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6919 cat >>confdefs.h <<_ACEOF
6920 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6921 _ACEOF
6925 done
6929 for ac_header in linux/capi.h
6931 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6932 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6933 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6935 echo $ECHO_N "(cached) $ECHO_C" >&6
6936 else
6937 cat >conftest.$ac_ext <<_ACEOF
6938 /* confdefs.h. */
6939 _ACEOF
6940 cat confdefs.h >>conftest.$ac_ext
6941 cat >>conftest.$ac_ext <<_ACEOF
6942 /* end confdefs.h. */
6943 #define __user
6945 #include <$ac_header>
6946 _ACEOF
6947 rm -f conftest.$ac_objext
6948 if { (ac_try="$ac_compile"
6949 case "(($ac_try" in
6950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6951 *) ac_try_echo=$ac_try;;
6952 esac
6953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6954 (eval "$ac_compile") 2>conftest.er1
6955 ac_status=$?
6956 grep -v '^ *+' conftest.er1 >conftest.err
6957 rm -f conftest.er1
6958 cat conftest.err >&5
6959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6960 (exit $ac_status); } && {
6961 test -z "$ac_c_werror_flag" ||
6962 test ! -s conftest.err
6963 } && test -s conftest.$ac_objext; then
6964 eval "$as_ac_Header=yes"
6965 else
6966 echo "$as_me: failed program was:" >&5
6967 sed 's/^/| /' conftest.$ac_ext >&5
6969 eval "$as_ac_Header=no"
6972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6974 ac_res=`eval echo '${'$as_ac_Header'}'`
6975 { echo "$as_me:$LINENO: result: $ac_res" >&5
6976 echo "${ECHO_T}$ac_res" >&6; }
6977 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6978 cat >>confdefs.h <<_ACEOF
6979 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6980 _ACEOF
6984 done
6988 DLLEXT=""
6990 DLLFLAGS="-D_REENTRANT"
6992 LDSHARED=""
6994 LDDLLFLAGS=""
6996 LIBEXT="so"
6998 IMPLIBEXT="def"
7000 LDRPATH_INSTALL=""
7002 LDRPATH_LOCAL=""
7004 # Extract the first word of "ldd", so it can be a program name with args.
7005 set dummy ldd; ac_word=$2
7006 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7008 if test "${ac_cv_path_LDD+set}" = set; then
7009 echo $ECHO_N "(cached) $ECHO_C" >&6
7010 else
7011 case $LDD in
7012 [\\/]* | ?:[\\/]*)
7013 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7017 as_dummy="/sbin:/usr/sbin:$PATH"
7018 for as_dir in $as_dummy
7020 IFS=$as_save_IFS
7021 test -z "$as_dir" && as_dir=.
7022 for ac_exec_ext in '' $ac_executable_extensions; do
7023 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7024 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7025 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7026 break 2
7028 done
7029 done
7030 IFS=$as_save_IFS
7032 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7034 esac
7036 LDD=$ac_cv_path_LDD
7037 if test -n "$LDD"; then
7038 { echo "$as_me:$LINENO: result: $LDD" >&5
7039 echo "${ECHO_T}$LDD" >&6; }
7040 else
7041 { echo "$as_me:$LINENO: result: no" >&5
7042 echo "${ECHO_T}no" >&6; }
7047 case $host_os in
7048 cygwin*|mingw32*)
7049 if test -n "$ac_tool_prefix"; then
7050 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7051 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7052 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7053 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7054 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7055 echo $ECHO_N "(cached) $ECHO_C" >&6
7056 else
7057 if test -n "$DLLTOOL"; then
7058 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7059 else
7060 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7061 for as_dir in $PATH
7063 IFS=$as_save_IFS
7064 test -z "$as_dir" && as_dir=.
7065 for ac_exec_ext in '' $ac_executable_extensions; do
7066 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7067 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7068 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7069 break 2
7071 done
7072 done
7073 IFS=$as_save_IFS
7077 DLLTOOL=$ac_cv_prog_DLLTOOL
7078 if test -n "$DLLTOOL"; then
7079 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7080 echo "${ECHO_T}$DLLTOOL" >&6; }
7081 else
7082 { echo "$as_me:$LINENO: result: no" >&5
7083 echo "${ECHO_T}no" >&6; }
7088 if test -z "$ac_cv_prog_DLLTOOL"; then
7089 ac_ct_DLLTOOL=$DLLTOOL
7090 # Extract the first word of "dlltool", so it can be a program name with args.
7091 set dummy dlltool; ac_word=$2
7092 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7093 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7094 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7095 echo $ECHO_N "(cached) $ECHO_C" >&6
7096 else
7097 if test -n "$ac_ct_DLLTOOL"; then
7098 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7099 else
7100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7101 for as_dir in $PATH
7103 IFS=$as_save_IFS
7104 test -z "$as_dir" && as_dir=.
7105 for ac_exec_ext in '' $ac_executable_extensions; do
7106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7107 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7108 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7109 break 2
7111 done
7112 done
7113 IFS=$as_save_IFS
7117 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7118 if test -n "$ac_ct_DLLTOOL"; then
7119 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7120 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7121 else
7122 { echo "$as_me:$LINENO: result: no" >&5
7123 echo "${ECHO_T}no" >&6; }
7126 if test "x$ac_ct_DLLTOOL" = x; then
7127 DLLTOOL="false"
7128 else
7129 case $cross_compiling:$ac_tool_warned in
7130 yes:)
7131 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7132 whose name does not start with the host triplet. If you think this
7133 configuration is useful to you, please write to autoconf@gnu.org." >&5
7134 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7135 whose name does not start with the host triplet. If you think this
7136 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7137 ac_tool_warned=yes ;;
7138 esac
7139 DLLTOOL=$ac_ct_DLLTOOL
7141 else
7142 DLLTOOL="$ac_cv_prog_DLLTOOL"
7145 if test -n "$ac_tool_prefix"; then
7146 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7147 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7148 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7150 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7151 echo $ECHO_N "(cached) $ECHO_C" >&6
7152 else
7153 if test -n "$DLLWRAP"; then
7154 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7155 else
7156 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7157 for as_dir in $PATH
7159 IFS=$as_save_IFS
7160 test -z "$as_dir" && as_dir=.
7161 for ac_exec_ext in '' $ac_executable_extensions; do
7162 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7163 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7164 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7165 break 2
7167 done
7168 done
7169 IFS=$as_save_IFS
7173 DLLWRAP=$ac_cv_prog_DLLWRAP
7174 if test -n "$DLLWRAP"; then
7175 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7176 echo "${ECHO_T}$DLLWRAP" >&6; }
7177 else
7178 { echo "$as_me:$LINENO: result: no" >&5
7179 echo "${ECHO_T}no" >&6; }
7184 if test -z "$ac_cv_prog_DLLWRAP"; then
7185 ac_ct_DLLWRAP=$DLLWRAP
7186 # Extract the first word of "dllwrap", so it can be a program name with args.
7187 set dummy dllwrap; ac_word=$2
7188 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7189 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7190 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7191 echo $ECHO_N "(cached) $ECHO_C" >&6
7192 else
7193 if test -n "$ac_ct_DLLWRAP"; then
7194 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7195 else
7196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7197 for as_dir in $PATH
7199 IFS=$as_save_IFS
7200 test -z "$as_dir" && as_dir=.
7201 for ac_exec_ext in '' $ac_executable_extensions; do
7202 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7203 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7204 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7205 break 2
7207 done
7208 done
7209 IFS=$as_save_IFS
7213 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7214 if test -n "$ac_ct_DLLWRAP"; then
7215 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7216 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7217 else
7218 { echo "$as_me:$LINENO: result: no" >&5
7219 echo "${ECHO_T}no" >&6; }
7222 if test "x$ac_ct_DLLWRAP" = x; then
7223 DLLWRAP="false"
7224 else
7225 case $cross_compiling:$ac_tool_warned in
7226 yes:)
7227 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7228 whose name does not start with the host triplet. If you think this
7229 configuration is useful to you, please write to autoconf@gnu.org." >&5
7230 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7231 whose name does not start with the host triplet. If you think this
7232 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7233 ac_tool_warned=yes ;;
7234 esac
7235 DLLWRAP=$ac_ct_DLLWRAP
7237 else
7238 DLLWRAP="$ac_cv_prog_DLLWRAP"
7241 if test -n "$ac_tool_prefix"; then
7242 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7243 set dummy ${ac_tool_prefix}ar; ac_word=$2
7244 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7245 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7246 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7247 echo $ECHO_N "(cached) $ECHO_C" >&6
7248 else
7249 if test -n "$MINGWAR"; then
7250 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7251 else
7252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7253 for as_dir in $PATH
7255 IFS=$as_save_IFS
7256 test -z "$as_dir" && as_dir=.
7257 for ac_exec_ext in '' $ac_executable_extensions; do
7258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7259 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7260 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7261 break 2
7263 done
7264 done
7265 IFS=$as_save_IFS
7269 MINGWAR=$ac_cv_prog_MINGWAR
7270 if test -n "$MINGWAR"; then
7271 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7272 echo "${ECHO_T}$MINGWAR" >&6; }
7273 else
7274 { echo "$as_me:$LINENO: result: no" >&5
7275 echo "${ECHO_T}no" >&6; }
7280 if test -z "$ac_cv_prog_MINGWAR"; then
7281 ac_ct_MINGWAR=$MINGWAR
7282 # Extract the first word of "ar", so it can be a program name with args.
7283 set dummy ar; ac_word=$2
7284 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7285 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7286 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7287 echo $ECHO_N "(cached) $ECHO_C" >&6
7288 else
7289 if test -n "$ac_ct_MINGWAR"; then
7290 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7291 else
7292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7293 for as_dir in $PATH
7295 IFS=$as_save_IFS
7296 test -z "$as_dir" && as_dir=.
7297 for ac_exec_ext in '' $ac_executable_extensions; do
7298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7299 ac_cv_prog_ac_ct_MINGWAR="ar"
7300 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7301 break 2
7303 done
7304 done
7305 IFS=$as_save_IFS
7309 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7310 if test -n "$ac_ct_MINGWAR"; then
7311 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7312 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7313 else
7314 { echo "$as_me:$LINENO: result: no" >&5
7315 echo "${ECHO_T}no" >&6; }
7318 if test "x$ac_ct_MINGWAR" = x; then
7319 MINGWAR="false"
7320 else
7321 case $cross_compiling:$ac_tool_warned in
7322 yes:)
7323 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7324 whose name does not start with the host triplet. If you think this
7325 configuration is useful to you, please write to autoconf@gnu.org." >&5
7326 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7327 whose name does not start with the host triplet. If you think this
7328 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7329 ac_tool_warned=yes ;;
7330 esac
7331 MINGWAR=$ac_ct_MINGWAR
7333 else
7334 MINGWAR="$ac_cv_prog_MINGWAR"
7337 if test "$DLLWRAP" = "false"; then
7338 LIBEXT="a"
7339 else
7340 LIBEXT="dll"
7342 IMPLIBEXT="a"
7343 WIN16_FILES=""
7344 WIN16_INSTALL=""
7345 enable_iphlpapi=${enable_iphlpapi:-no}
7346 enable_kernel32=${enable_kernel32:-no}
7347 enable_msvcrt=${enable_msvcrt:-no}
7348 enable_ntdll=${enable_ntdll:-no}
7349 enable_ws2_32=${enable_ws2_32:-no}
7350 enable_loader=${enable_loader:-no}
7351 enable_server=${enable_server:-no}
7352 with_x=${with_x:-no}
7353 with_pthread=${with_pthread:-no}
7355 darwin*|macosx*)
7356 DLLEXT=".so"
7357 LIBEXT="dylib"
7358 DLLFLAGS="$DLLFLAGS -fPIC"
7359 LDDLLFLAGS="-bundle -multiply_defined suppress"
7360 LIBWINE_LDFLAGS="-multiply_defined suppress"
7361 LDSHARED="\$(CC) -dynamiclib"
7362 STRIP="$STRIP -x"
7363 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7364 SECURITYLIB="-framework Security -framework CoreFoundation"
7366 COREFOUNDATIONLIB="-framework CoreFoundation"
7368 IOKITLIB="-framework IOKit -framework CoreFoundation"
7370 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7372 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7373 then
7374 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7377 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7378 then
7379 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7382 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7383 then
7384 ac_save_LIBS="$LIBS"
7385 LIBS="$LIBS $IOKITLIB"
7387 for ac_func in IOHIDManagerCreate
7389 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7390 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7391 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7392 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7393 echo $ECHO_N "(cached) $ECHO_C" >&6
7394 else
7395 cat >conftest.$ac_ext <<_ACEOF
7396 /* confdefs.h. */
7397 _ACEOF
7398 cat confdefs.h >>conftest.$ac_ext
7399 cat >>conftest.$ac_ext <<_ACEOF
7400 /* end confdefs.h. */
7401 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7402 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7403 #define $ac_func innocuous_$ac_func
7405 /* System header to define __stub macros and hopefully few prototypes,
7406 which can conflict with char $ac_func (); below.
7407 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7408 <limits.h> exists even on freestanding compilers. */
7410 #ifdef __STDC__
7411 # include <limits.h>
7412 #else
7413 # include <assert.h>
7414 #endif
7416 #undef $ac_func
7418 /* Override any GCC internal prototype to avoid an error.
7419 Use char because int might match the return type of a GCC
7420 builtin and then its argument prototype would still apply. */
7421 #ifdef __cplusplus
7422 extern "C"
7423 #endif
7424 char $ac_func ();
7425 /* The GNU C library defines this for functions which it implements
7426 to always fail with ENOSYS. Some functions are actually named
7427 something starting with __ and the normal name is an alias. */
7428 #if defined __stub_$ac_func || defined __stub___$ac_func
7429 choke me
7430 #endif
7433 main ()
7435 return $ac_func ();
7437 return 0;
7439 _ACEOF
7440 rm -f conftest.$ac_objext conftest$ac_exeext
7441 if { (ac_try="$ac_link"
7442 case "(($ac_try" in
7443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7444 *) ac_try_echo=$ac_try;;
7445 esac
7446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7447 (eval "$ac_link") 2>conftest.er1
7448 ac_status=$?
7449 grep -v '^ *+' conftest.er1 >conftest.err
7450 rm -f conftest.er1
7451 cat conftest.err >&5
7452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7453 (exit $ac_status); } && {
7454 test -z "$ac_c_werror_flag" ||
7455 test ! -s conftest.err
7456 } && test -s conftest$ac_exeext &&
7457 $as_test_x conftest$ac_exeext; then
7458 eval "$as_ac_var=yes"
7459 else
7460 echo "$as_me: failed program was:" >&5
7461 sed 's/^/| /' conftest.$ac_ext >&5
7463 eval "$as_ac_var=no"
7466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7467 conftest$ac_exeext conftest.$ac_ext
7469 ac_res=`eval echo '${'$as_ac_var'}'`
7470 { echo "$as_me:$LINENO: result: $ac_res" >&5
7471 echo "${ECHO_T}$ac_res" >&6; }
7472 if test `eval echo '${'$as_ac_var'}'` = yes; then
7473 cat >>confdefs.h <<_ACEOF
7474 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7475 _ACEOF
7478 done
7480 LIBS="$ac_save_LIBS"
7482 case $host_cpu in
7483 *powerpc*)
7484 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7485 esac
7486 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7487 then
7488 CARBONLIB="-framework Carbon"
7490 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7494 DLLFLAGS="$DLLFLAGS -fPIC"
7495 DLLEXT=".so"
7496 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7497 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7498 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7499 echo $ECHO_N "(cached) $ECHO_C" >&6
7500 else
7501 ac_wine_try_cflags_saved=$CFLAGS
7502 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7503 cat >conftest.$ac_ext <<_ACEOF
7504 void myfunc() {}
7505 _ACEOF
7506 rm -f conftest.$ac_objext conftest$ac_exeext
7507 if { (ac_try="$ac_link"
7508 case "(($ac_try" in
7509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7510 *) ac_try_echo=$ac_try;;
7511 esac
7512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7513 (eval "$ac_link") 2>conftest.er1
7514 ac_status=$?
7515 grep -v '^ *+' conftest.er1 >conftest.err
7516 rm -f conftest.er1
7517 cat conftest.err >&5
7518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7519 (exit $ac_status); } && {
7520 test -z "$ac_c_werror_flag" ||
7521 test ! -s conftest.err
7522 } && test -s conftest$ac_exeext &&
7523 $as_test_x conftest$ac_exeext; then
7524 ac_cv_c_dll_gnuelf="yes"
7525 else
7526 echo "$as_me: failed program was:" >&5
7527 sed 's/^/| /' conftest.$ac_ext >&5
7529 ac_cv_c_dll_gnuelf="no"
7532 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7533 conftest$ac_exeext conftest.$ac_ext
7534 CFLAGS=$ac_wine_try_cflags_saved
7536 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7537 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7538 if test "$ac_cv_c_dll_gnuelf" = "yes"
7539 then
7540 LDSHARED="\$(CC) -shared"
7541 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7542 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7543 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7544 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7545 echo $ECHO_N "(cached) $ECHO_C" >&6
7546 else
7547 ac_wine_try_cflags_saved=$CFLAGS
7548 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7549 cat >conftest.$ac_ext <<_ACEOF
7550 /* confdefs.h. */
7551 _ACEOF
7552 cat confdefs.h >>conftest.$ac_ext
7553 cat >>conftest.$ac_ext <<_ACEOF
7554 /* end confdefs.h. */
7557 main ()
7561 return 0;
7563 _ACEOF
7564 rm -f conftest.$ac_objext conftest$ac_exeext
7565 if { (ac_try="$ac_link"
7566 case "(($ac_try" in
7567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7568 *) ac_try_echo=$ac_try;;
7569 esac
7570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7571 (eval "$ac_link") 2>conftest.er1
7572 ac_status=$?
7573 grep -v '^ *+' conftest.er1 >conftest.err
7574 rm -f conftest.er1
7575 cat conftest.err >&5
7576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7577 (exit $ac_status); } && {
7578 test -z "$ac_c_werror_flag" ||
7579 test ! -s conftest.err
7580 } && test -s conftest$ac_exeext &&
7581 $as_test_x conftest$ac_exeext; then
7582 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7583 else
7584 echo "$as_me: failed program was:" >&5
7585 sed 's/^/| /' conftest.$ac_ext >&5
7587 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7591 conftest$ac_exeext conftest.$ac_ext
7592 CFLAGS=$ac_wine_try_cflags_saved
7594 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7595 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7596 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7597 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7598 else
7599 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7600 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7601 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7602 echo $ECHO_N "(cached) $ECHO_C" >&6
7603 else
7604 ac_wine_try_cflags_saved=$CFLAGS
7605 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7606 cat >conftest.$ac_ext <<_ACEOF
7607 /* confdefs.h. */
7608 _ACEOF
7609 cat confdefs.h >>conftest.$ac_ext
7610 cat >>conftest.$ac_ext <<_ACEOF
7611 /* end confdefs.h. */
7614 main ()
7618 return 0;
7620 _ACEOF
7621 rm -f conftest.$ac_objext conftest$ac_exeext
7622 if { (ac_try="$ac_link"
7623 case "(($ac_try" in
7624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7625 *) ac_try_echo=$ac_try;;
7626 esac
7627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7628 (eval "$ac_link") 2>conftest.er1
7629 ac_status=$?
7630 grep -v '^ *+' conftest.er1 >conftest.err
7631 rm -f conftest.er1
7632 cat conftest.err >&5
7633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7634 (exit $ac_status); } && {
7635 test -z "$ac_c_werror_flag" ||
7636 test ! -s conftest.err
7637 } && test -s conftest$ac_exeext &&
7638 $as_test_x conftest$ac_exeext; then
7639 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7640 else
7641 echo "$as_me: failed program was:" >&5
7642 sed 's/^/| /' conftest.$ac_ext >&5
7644 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7648 conftest$ac_exeext conftest.$ac_ext
7649 CFLAGS=$ac_wine_try_cflags_saved
7651 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7652 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7653 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7654 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7660 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7661 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7662 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7663 echo $ECHO_N "(cached) $ECHO_C" >&6
7664 else
7665 ac_wine_try_cflags_saved=$CFLAGS
7666 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7667 cat >conftest.$ac_ext <<_ACEOF
7668 /* confdefs.h. */
7669 _ACEOF
7670 cat confdefs.h >>conftest.$ac_ext
7671 cat >>conftest.$ac_ext <<_ACEOF
7672 /* end confdefs.h. */
7675 main ()
7679 return 0;
7681 _ACEOF
7682 rm -f conftest.$ac_objext conftest$ac_exeext
7683 if { (ac_try="$ac_link"
7684 case "(($ac_try" in
7685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7686 *) ac_try_echo=$ac_try;;
7687 esac
7688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7689 (eval "$ac_link") 2>conftest.er1
7690 ac_status=$?
7691 grep -v '^ *+' conftest.er1 >conftest.err
7692 rm -f conftest.er1
7693 cat conftest.err >&5
7694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7695 (exit $ac_status); } && {
7696 test -z "$ac_c_werror_flag" ||
7697 test ! -s conftest.err
7698 } && test -s conftest$ac_exeext &&
7699 $as_test_x conftest$ac_exeext; then
7700 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7701 else
7702 echo "$as_me: failed program was:" >&5
7703 sed 's/^/| /' conftest.$ac_ext >&5
7705 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7709 conftest$ac_exeext conftest.$ac_ext
7710 CFLAGS=$ac_wine_try_cflags_saved
7712 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7713 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7714 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7715 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7719 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7720 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7721 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7722 echo $ECHO_N "(cached) $ECHO_C" >&6
7723 else
7724 ac_wine_try_cflags_saved=$CFLAGS
7725 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7726 cat >conftest.$ac_ext <<_ACEOF
7727 /* confdefs.h. */
7728 _ACEOF
7729 cat confdefs.h >>conftest.$ac_ext
7730 cat >>conftest.$ac_ext <<_ACEOF
7731 /* end confdefs.h. */
7734 main ()
7738 return 0;
7740 _ACEOF
7741 rm -f conftest.$ac_objext conftest$ac_exeext
7742 if { (ac_try="$ac_link"
7743 case "(($ac_try" in
7744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7745 *) ac_try_echo=$ac_try;;
7746 esac
7747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7748 (eval "$ac_link") 2>conftest.er1
7749 ac_status=$?
7750 grep -v '^ *+' conftest.er1 >conftest.err
7751 rm -f conftest.er1
7752 cat conftest.err >&5
7753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7754 (exit $ac_status); } && {
7755 test -z "$ac_c_werror_flag" ||
7756 test ! -s conftest.err
7757 } && test -s conftest$ac_exeext &&
7758 $as_test_x conftest$ac_exeext; then
7759 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7760 else
7761 echo "$as_me: failed program was:" >&5
7762 sed 's/^/| /' conftest.$ac_ext >&5
7764 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7768 conftest$ac_exeext conftest.$ac_ext
7769 CFLAGS=$ac_wine_try_cflags_saved
7771 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7772 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7773 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7774 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7778 echo '{ global: *; };' >conftest.map
7779 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7780 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7781 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7782 echo $ECHO_N "(cached) $ECHO_C" >&6
7783 else
7784 ac_wine_try_cflags_saved=$CFLAGS
7785 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7786 cat >conftest.$ac_ext <<_ACEOF
7787 /* confdefs.h. */
7788 _ACEOF
7789 cat confdefs.h >>conftest.$ac_ext
7790 cat >>conftest.$ac_ext <<_ACEOF
7791 /* end confdefs.h. */
7794 main ()
7798 return 0;
7800 _ACEOF
7801 rm -f conftest.$ac_objext conftest$ac_exeext
7802 if { (ac_try="$ac_link"
7803 case "(($ac_try" in
7804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7805 *) ac_try_echo=$ac_try;;
7806 esac
7807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7808 (eval "$ac_link") 2>conftest.er1
7809 ac_status=$?
7810 grep -v '^ *+' conftest.er1 >conftest.err
7811 rm -f conftest.er1
7812 cat conftest.err >&5
7813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7814 (exit $ac_status); } && {
7815 test -z "$ac_c_werror_flag" ||
7816 test ! -s conftest.err
7817 } && test -s conftest$ac_exeext &&
7818 $as_test_x conftest$ac_exeext; then
7819 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7820 else
7821 echo "$as_me: failed program was:" >&5
7822 sed 's/^/| /' conftest.$ac_ext >&5
7824 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7828 conftest$ac_exeext conftest.$ac_ext
7829 CFLAGS=$ac_wine_try_cflags_saved
7831 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7832 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7833 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7834 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7837 rm -f conftest.map
7839 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7840 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7841 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7842 echo $ECHO_N "(cached) $ECHO_C" >&6
7843 else
7844 ac_wine_try_cflags_saved=$CFLAGS
7845 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7846 cat >conftest.$ac_ext <<_ACEOF
7847 /* confdefs.h. */
7848 _ACEOF
7849 cat confdefs.h >>conftest.$ac_ext
7850 cat >>conftest.$ac_ext <<_ACEOF
7851 /* end confdefs.h. */
7854 main ()
7858 return 0;
7860 _ACEOF
7861 rm -f conftest.$ac_objext conftest$ac_exeext
7862 if { (ac_try="$ac_link"
7863 case "(($ac_try" in
7864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7865 *) ac_try_echo=$ac_try;;
7866 esac
7867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7868 (eval "$ac_link") 2>conftest.er1
7869 ac_status=$?
7870 grep -v '^ *+' conftest.er1 >conftest.err
7871 rm -f conftest.er1
7872 cat conftest.err >&5
7873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7874 (exit $ac_status); } && {
7875 test -z "$ac_c_werror_flag" ||
7876 test ! -s conftest.err
7877 } && test -s conftest$ac_exeext &&
7878 $as_test_x conftest$ac_exeext; then
7879 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7880 else
7881 echo "$as_me: failed program was:" >&5
7882 sed 's/^/| /' conftest.$ac_ext >&5
7884 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7888 conftest$ac_exeext conftest.$ac_ext
7889 CFLAGS=$ac_wine_try_cflags_saved
7891 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7892 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7893 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7894 LDEXECFLAGS="-Wl,--export-dynamic"
7899 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7900 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7901 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7902 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7903 echo $ECHO_N "(cached) $ECHO_C" >&6
7904 else
7905 ac_wine_try_cflags_saved=$CFLAGS
7906 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7907 cat >conftest.$ac_ext <<_ACEOF
7908 /* confdefs.h. */
7909 _ACEOF
7910 cat confdefs.h >>conftest.$ac_ext
7911 cat >>conftest.$ac_ext <<_ACEOF
7912 /* end confdefs.h. */
7915 main ()
7919 return 0;
7921 _ACEOF
7922 rm -f conftest.$ac_objext conftest$ac_exeext
7923 if { (ac_try="$ac_link"
7924 case "(($ac_try" in
7925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7926 *) ac_try_echo=$ac_try;;
7927 esac
7928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7929 (eval "$ac_link") 2>conftest.er1
7930 ac_status=$?
7931 grep -v '^ *+' conftest.er1 >conftest.err
7932 rm -f conftest.er1
7933 cat conftest.err >&5
7934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7935 (exit $ac_status); } && {
7936 test -z "$ac_c_werror_flag" ||
7937 test ! -s conftest.err
7938 } && test -s conftest$ac_exeext &&
7939 $as_test_x conftest$ac_exeext; then
7940 eval "$as_ac_var=yes"
7941 else
7942 echo "$as_me: failed program was:" >&5
7943 sed 's/^/| /' conftest.$ac_ext >&5
7945 eval "$as_ac_var=no"
7948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7949 conftest$ac_exeext conftest.$ac_ext
7950 CFLAGS=$ac_wine_try_cflags_saved
7952 ac_res=`eval echo '${'$as_ac_var'}'`
7953 { echo "$as_me:$LINENO: result: $ac_res" >&5
7954 echo "${ECHO_T}$ac_res" >&6; }
7955 if test `eval echo '${'$as_ac_var'}'` = yes; then
7956 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7957 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7958 else
7959 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7960 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7961 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7962 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7963 echo $ECHO_N "(cached) $ECHO_C" >&6
7964 else
7965 ac_wine_try_cflags_saved=$CFLAGS
7966 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7967 cat >conftest.$ac_ext <<_ACEOF
7968 /* confdefs.h. */
7969 _ACEOF
7970 cat confdefs.h >>conftest.$ac_ext
7971 cat >>conftest.$ac_ext <<_ACEOF
7972 /* end confdefs.h. */
7975 main ()
7979 return 0;
7981 _ACEOF
7982 rm -f conftest.$ac_objext conftest$ac_exeext
7983 if { (ac_try="$ac_link"
7984 case "(($ac_try" in
7985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7986 *) ac_try_echo=$ac_try;;
7987 esac
7988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7989 (eval "$ac_link") 2>conftest.er1
7990 ac_status=$?
7991 grep -v '^ *+' conftest.er1 >conftest.err
7992 rm -f conftest.er1
7993 cat conftest.err >&5
7994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7995 (exit $ac_status); } && {
7996 test -z "$ac_c_werror_flag" ||
7997 test ! -s conftest.err
7998 } && test -s conftest$ac_exeext &&
7999 $as_test_x conftest$ac_exeext; then
8000 eval "$as_ac_var=yes"
8001 else
8002 echo "$as_me: failed program was:" >&5
8003 sed 's/^/| /' conftest.$ac_ext >&5
8005 eval "$as_ac_var=no"
8008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8009 conftest$ac_exeext conftest.$ac_ext
8010 CFLAGS=$ac_wine_try_cflags_saved
8012 ac_res=`eval echo '${'$as_ac_var'}'`
8013 { echo "$as_me:$LINENO: result: $ac_res" >&5
8014 echo "${ECHO_T}$ac_res" >&6; }
8015 if test `eval echo '${'$as_ac_var'}'` = yes; then
8016 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8017 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8023 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8024 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8025 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8026 echo $ECHO_N "(cached) $ECHO_C" >&6
8027 else
8028 ac_wine_try_cflags_saved=$CFLAGS
8029 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8030 cat >conftest.$ac_ext <<_ACEOF
8031 /* confdefs.h. */
8032 _ACEOF
8033 cat confdefs.h >>conftest.$ac_ext
8034 cat >>conftest.$ac_ext <<_ACEOF
8035 /* end confdefs.h. */
8038 main ()
8042 return 0;
8044 _ACEOF
8045 rm -f conftest.$ac_objext conftest$ac_exeext
8046 if { (ac_try="$ac_link"
8047 case "(($ac_try" in
8048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8049 *) ac_try_echo=$ac_try;;
8050 esac
8051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8052 (eval "$ac_link") 2>conftest.er1
8053 ac_status=$?
8054 grep -v '^ *+' conftest.er1 >conftest.err
8055 rm -f conftest.er1
8056 cat conftest.err >&5
8057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8058 (exit $ac_status); } && {
8059 test -z "$ac_c_werror_flag" ||
8060 test ! -s conftest.err
8061 } && test -s conftest$ac_exeext &&
8062 $as_test_x conftest$ac_exeext; then
8063 ac_cv_cflags__Wl___enable_new_dtags=yes
8064 else
8065 echo "$as_me: failed program was:" >&5
8066 sed 's/^/| /' conftest.$ac_ext >&5
8068 ac_cv_cflags__Wl___enable_new_dtags=no
8071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8072 conftest$ac_exeext conftest.$ac_ext
8073 CFLAGS=$ac_wine_try_cflags_saved
8075 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8076 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8077 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8078 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8082 case $host_cpu in
8083 *i[3456789]86* | x86_64)
8084 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8085 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8086 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8087 echo $ECHO_N "(cached) $ECHO_C" >&6
8088 else
8089 ac_wine_try_cflags_saved=$CFLAGS
8090 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8091 cat >conftest.$ac_ext <<_ACEOF
8092 /* confdefs.h. */
8093 _ACEOF
8094 cat confdefs.h >>conftest.$ac_ext
8095 cat >>conftest.$ac_ext <<_ACEOF
8096 /* end confdefs.h. */
8099 main ()
8103 return 0;
8105 _ACEOF
8106 rm -f conftest.$ac_objext conftest$ac_exeext
8107 if { (ac_try="$ac_link"
8108 case "(($ac_try" in
8109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8110 *) ac_try_echo=$ac_try;;
8111 esac
8112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8113 (eval "$ac_link") 2>conftest.er1
8114 ac_status=$?
8115 grep -v '^ *+' conftest.er1 >conftest.err
8116 rm -f conftest.er1
8117 cat conftest.err >&5
8118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8119 (exit $ac_status); } && {
8120 test -z "$ac_c_werror_flag" ||
8121 test ! -s conftest.err
8122 } && test -s conftest$ac_exeext &&
8123 $as_test_x conftest$ac_exeext; then
8124 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8125 else
8126 echo "$as_me: failed program was:" >&5
8127 sed 's/^/| /' conftest.$ac_ext >&5
8129 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8133 conftest$ac_exeext conftest.$ac_ext
8134 CFLAGS=$ac_wine_try_cflags_saved
8136 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8137 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8138 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8139 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8143 esac
8145 else
8146 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8147 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8148 if test "${ac_cv_c_dll_unixware+set}" = set; then
8149 echo $ECHO_N "(cached) $ECHO_C" >&6
8150 else
8151 ac_wine_try_cflags_saved=$CFLAGS
8152 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8153 cat >conftest.$ac_ext <<_ACEOF
8154 void myfunc() {}
8155 _ACEOF
8156 rm -f conftest.$ac_objext conftest$ac_exeext
8157 if { (ac_try="$ac_link"
8158 case "(($ac_try" in
8159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8160 *) ac_try_echo=$ac_try;;
8161 esac
8162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8163 (eval "$ac_link") 2>conftest.er1
8164 ac_status=$?
8165 grep -v '^ *+' conftest.er1 >conftest.err
8166 rm -f conftest.er1
8167 cat conftest.err >&5
8168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8169 (exit $ac_status); } && {
8170 test -z "$ac_c_werror_flag" ||
8171 test ! -s conftest.err
8172 } && test -s conftest$ac_exeext &&
8173 $as_test_x conftest$ac_exeext; then
8174 ac_cv_c_dll_unixware="yes"
8175 else
8176 echo "$as_me: failed program was:" >&5
8177 sed 's/^/| /' conftest.$ac_ext >&5
8179 ac_cv_c_dll_unixware="no"
8182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8183 conftest$ac_exeext conftest.$ac_ext
8184 CFLAGS=$ac_wine_try_cflags_saved
8186 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8187 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8188 if test "$ac_cv_c_dll_unixware" = "yes"
8189 then
8190 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8191 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8193 else
8194 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8195 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8196 if test "${ac_cv_c_dll_hpux+set}" = set; then
8197 echo $ECHO_N "(cached) $ECHO_C" >&6
8198 else
8199 ac_wine_try_cflags_saved=$CFLAGS
8200 CFLAGS="$CFLAGS -shared"
8201 cat >conftest.$ac_ext <<_ACEOF
8202 void myfunc() {}
8203 _ACEOF
8204 rm -f conftest.$ac_objext conftest$ac_exeext
8205 if { (ac_try="$ac_link"
8206 case "(($ac_try" in
8207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8208 *) ac_try_echo=$ac_try;;
8209 esac
8210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8211 (eval "$ac_link") 2>conftest.er1
8212 ac_status=$?
8213 grep -v '^ *+' conftest.er1 >conftest.err
8214 rm -f conftest.er1
8215 cat conftest.err >&5
8216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8217 (exit $ac_status); } && {
8218 test -z "$ac_c_werror_flag" ||
8219 test ! -s conftest.err
8220 } && test -s conftest$ac_exeext &&
8221 $as_test_x conftest$ac_exeext; then
8222 ac_cv_c_dll_hpux="yes"
8223 else
8224 echo "$as_me: failed program was:" >&5
8225 sed 's/^/| /' conftest.$ac_ext >&5
8227 ac_cv_c_dll_hpux="no"
8230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8231 conftest$ac_exeext conftest.$ac_ext
8232 CFLAGS=$ac_wine_try_cflags_saved
8234 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8235 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8236 if test "$ac_cv_c_dll_hpux" = "yes"
8237 then
8238 LIBEXT="sl"
8239 DLLEXT=".sl"
8240 LDDLLFLAGS="-shared -fPIC"
8241 LDSHARED="\$(CC) -shared"
8246 esac
8248 enable_winequartz_drv=${enable_winequartz_drv:-no}
8250 if test "$LIBEXT" = "a"; then
8251 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8252 It is currently not possible to build Wine without shared library
8253 (.so) support to allow transparent switch between .so and .dll files.
8254 If you are using Linux, you will need a newer binutils.
8255 " >&5
8256 echo "$as_me: error: could not find a way to build shared libraries.
8257 It is currently not possible to build Wine without shared library
8258 (.so) support to allow transparent switch between .so and .dll files.
8259 If you are using Linux, you will need a newer binutils.
8260 " >&2;}
8261 { (exit 1); exit 1; }; }
8264 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8265 then
8266 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
8268 # Extract the first word of "$ac_prog", so it can be a program name with args.
8269 set dummy $ac_prog; ac_word=$2
8270 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8271 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8272 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8273 echo $ECHO_N "(cached) $ECHO_C" >&6
8274 else
8275 if test -n "$CROSSCC"; then
8276 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8277 else
8278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8279 for as_dir in $PATH
8281 IFS=$as_save_IFS
8282 test -z "$as_dir" && as_dir=.
8283 for ac_exec_ext in '' $ac_executable_extensions; do
8284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8285 ac_cv_prog_CROSSCC="$ac_prog"
8286 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8287 break 2
8289 done
8290 done
8291 IFS=$as_save_IFS
8295 CROSSCC=$ac_cv_prog_CROSSCC
8296 if test -n "$CROSSCC"; then
8297 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8298 echo "${ECHO_T}$CROSSCC" >&6; }
8299 else
8300 { echo "$as_me:$LINENO: result: no" >&5
8301 echo "${ECHO_T}no" >&6; }
8305 test -n "$CROSSCC" && break
8306 done
8307 test -n "$CROSSCC" || CROSSCC="false"
8309 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
8311 # Extract the first word of "$ac_prog", so it can be a program name with args.
8312 set dummy $ac_prog; ac_word=$2
8313 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8315 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8316 echo $ECHO_N "(cached) $ECHO_C" >&6
8317 else
8318 if test -n "$DLLTOOL"; then
8319 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8320 else
8321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8322 for as_dir in $PATH
8324 IFS=$as_save_IFS
8325 test -z "$as_dir" && as_dir=.
8326 for ac_exec_ext in '' $ac_executable_extensions; do
8327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8328 ac_cv_prog_DLLTOOL="$ac_prog"
8329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8330 break 2
8332 done
8333 done
8334 IFS=$as_save_IFS
8338 DLLTOOL=$ac_cv_prog_DLLTOOL
8339 if test -n "$DLLTOOL"; then
8340 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8341 echo "${ECHO_T}$DLLTOOL" >&6; }
8342 else
8343 { echo "$as_me:$LINENO: result: no" >&5
8344 echo "${ECHO_T}no" >&6; }
8348 test -n "$DLLTOOL" && break
8349 done
8350 test -n "$DLLTOOL" || DLLTOOL="false"
8352 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
8354 # Extract the first word of "$ac_prog", so it can be a program name with args.
8355 set dummy $ac_prog; ac_word=$2
8356 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8358 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8359 echo $ECHO_N "(cached) $ECHO_C" >&6
8360 else
8361 if test -n "$CROSSWINDRES"; then
8362 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8363 else
8364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8365 for as_dir in $PATH
8367 IFS=$as_save_IFS
8368 test -z "$as_dir" && as_dir=.
8369 for ac_exec_ext in '' $ac_executable_extensions; do
8370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8371 ac_cv_prog_CROSSWINDRES="$ac_prog"
8372 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8373 break 2
8375 done
8376 done
8377 IFS=$as_save_IFS
8381 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8382 if test -n "$CROSSWINDRES"; then
8383 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8384 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8385 else
8386 { echo "$as_me:$LINENO: result: no" >&5
8387 echo "${ECHO_T}no" >&6; }
8391 test -n "$CROSSWINDRES" && break
8392 done
8393 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8395 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
8397 # Extract the first word of "$ac_prog", so it can be a program name with args.
8398 set dummy $ac_prog; ac_word=$2
8399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8401 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8402 echo $ECHO_N "(cached) $ECHO_C" >&6
8403 else
8404 if test -n "$MINGWAR"; then
8405 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8406 else
8407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8408 for as_dir in $PATH
8410 IFS=$as_save_IFS
8411 test -z "$as_dir" && as_dir=.
8412 for ac_exec_ext in '' $ac_executable_extensions; do
8413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8414 ac_cv_prog_MINGWAR="$ac_prog"
8415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8416 break 2
8418 done
8419 done
8420 IFS=$as_save_IFS
8424 MINGWAR=$ac_cv_prog_MINGWAR
8425 if test -n "$MINGWAR"; then
8426 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8427 echo "${ECHO_T}$MINGWAR" >&6; }
8428 else
8429 { echo "$as_me:$LINENO: result: no" >&5
8430 echo "${ECHO_T}no" >&6; }
8434 test -n "$MINGWAR" && break
8435 done
8436 test -n "$MINGWAR" || MINGWAR="false"
8438 if test "$CROSSCC" != "false"
8439 then
8440 CROSSTEST="\$(CROSSTEST)"
8446 if test "$ac_cv_header_pthread_h" = "yes"
8447 then
8448 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8449 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8450 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8451 echo $ECHO_N "(cached) $ECHO_C" >&6
8452 else
8453 ac_check_lib_save_LIBS=$LIBS
8454 LIBS="-lpthread $LIBS"
8455 cat >conftest.$ac_ext <<_ACEOF
8456 /* confdefs.h. */
8457 _ACEOF
8458 cat confdefs.h >>conftest.$ac_ext
8459 cat >>conftest.$ac_ext <<_ACEOF
8460 /* end confdefs.h. */
8462 /* Override any GCC internal prototype to avoid an error.
8463 Use char because int might match the return type of a GCC
8464 builtin and then its argument prototype would still apply. */
8465 #ifdef __cplusplus
8466 extern "C"
8467 #endif
8468 char pthread_create ();
8470 main ()
8472 return pthread_create ();
8474 return 0;
8476 _ACEOF
8477 rm -f conftest.$ac_objext conftest$ac_exeext
8478 if { (ac_try="$ac_link"
8479 case "(($ac_try" in
8480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8481 *) ac_try_echo=$ac_try;;
8482 esac
8483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8484 (eval "$ac_link") 2>conftest.er1
8485 ac_status=$?
8486 grep -v '^ *+' conftest.er1 >conftest.err
8487 rm -f conftest.er1
8488 cat conftest.err >&5
8489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8490 (exit $ac_status); } && {
8491 test -z "$ac_c_werror_flag" ||
8492 test ! -s conftest.err
8493 } && test -s conftest$ac_exeext &&
8494 $as_test_x conftest$ac_exeext; then
8495 ac_cv_lib_pthread_pthread_create=yes
8496 else
8497 echo "$as_me: failed program was:" >&5
8498 sed 's/^/| /' conftest.$ac_ext >&5
8500 ac_cv_lib_pthread_pthread_create=no
8503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8504 conftest$ac_exeext conftest.$ac_ext
8505 LIBS=$ac_check_lib_save_LIBS
8507 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8508 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8509 if test $ac_cv_lib_pthread_pthread_create = yes; then
8510 LIBPTHREAD="-lpthread"
8515 if test "x$LIBPTHREAD" = "x"; then
8516 case "x$with_pthread" in
8517 xno) ;;
8518 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8519 Wine cannot support threads without libpthread.
8520 Use the --without-pthread option if you really want this." >&5
8521 echo "$as_me: error: pthread ${notice_platform}development files not found.
8522 Wine cannot support threads without libpthread.
8523 Use the --without-pthread option if you really want this." >&2;}
8524 { (exit 1); exit 1; }; } ;;
8525 esac
8530 { echo "$as_me:$LINENO: checking for X" >&5
8531 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8534 # Check whether --with-x was given.
8535 if test "${with_x+set}" = set; then
8536 withval=$with_x;
8539 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8540 if test "x$with_x" = xno; then
8541 # The user explicitly disabled X.
8542 have_x=disabled
8543 else
8544 case $x_includes,$x_libraries in #(
8545 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8546 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8547 { (exit 1); exit 1; }; };; #(
8548 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8549 echo $ECHO_N "(cached) $ECHO_C" >&6
8550 else
8551 # One or both of the vars are not set, and there is no cached value.
8552 ac_x_includes=no ac_x_libraries=no
8553 rm -f -r conftest.dir
8554 if mkdir conftest.dir; then
8555 cd conftest.dir
8556 cat >Imakefile <<'_ACEOF'
8557 incroot:
8558 @echo incroot='${INCROOT}'
8559 usrlibdir:
8560 @echo usrlibdir='${USRLIBDIR}'
8561 libdir:
8562 @echo libdir='${LIBDIR}'
8563 _ACEOF
8564 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8565 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8566 for ac_var in incroot usrlibdir libdir; do
8567 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8568 done
8569 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8570 for ac_extension in a so sl; do
8571 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8572 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8573 ac_im_usrlibdir=$ac_im_libdir; break
8575 done
8576 # Screen out bogus values from the imake configuration. They are
8577 # bogus both because they are the default anyway, and because
8578 # using them would break gcc on systems where it needs fixed includes.
8579 case $ac_im_incroot in
8580 /usr/include) ac_x_includes= ;;
8581 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8582 esac
8583 case $ac_im_usrlibdir in
8584 /usr/lib | /lib) ;;
8585 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8586 esac
8588 cd ..
8589 rm -f -r conftest.dir
8592 # Standard set of common directories for X headers.
8593 # Check X11 before X11Rn because it is often a symlink to the current release.
8594 ac_x_header_dirs='
8595 /usr/X11/include
8596 /usr/X11R6/include
8597 /usr/X11R5/include
8598 /usr/X11R4/include
8600 /usr/include/X11
8601 /usr/include/X11R6
8602 /usr/include/X11R5
8603 /usr/include/X11R4
8605 /usr/local/X11/include
8606 /usr/local/X11R6/include
8607 /usr/local/X11R5/include
8608 /usr/local/X11R4/include
8610 /usr/local/include/X11
8611 /usr/local/include/X11R6
8612 /usr/local/include/X11R5
8613 /usr/local/include/X11R4
8615 /usr/X386/include
8616 /usr/x386/include
8617 /usr/XFree86/include/X11
8619 /usr/include
8620 /usr/local/include
8621 /usr/unsupported/include
8622 /usr/athena/include
8623 /usr/local/x11r5/include
8624 /usr/lpp/Xamples/include
8626 /usr/openwin/include
8627 /usr/openwin/share/include'
8629 if test "$ac_x_includes" = no; then
8630 # Guess where to find include files, by looking for Xlib.h.
8631 # First, try using that file with no special directory specified.
8632 cat >conftest.$ac_ext <<_ACEOF
8633 /* confdefs.h. */
8634 _ACEOF
8635 cat confdefs.h >>conftest.$ac_ext
8636 cat >>conftest.$ac_ext <<_ACEOF
8637 /* end confdefs.h. */
8638 #include <X11/Xlib.h>
8639 _ACEOF
8640 if { (ac_try="$ac_cpp conftest.$ac_ext"
8641 case "(($ac_try" in
8642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8643 *) ac_try_echo=$ac_try;;
8644 esac
8645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8646 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8647 ac_status=$?
8648 grep -v '^ *+' conftest.er1 >conftest.err
8649 rm -f conftest.er1
8650 cat conftest.err >&5
8651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8652 (exit $ac_status); } >/dev/null && {
8653 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8654 test ! -s conftest.err
8655 }; then
8656 # We can compile using X headers with no special include directory.
8657 ac_x_includes=
8658 else
8659 echo "$as_me: failed program was:" >&5
8660 sed 's/^/| /' conftest.$ac_ext >&5
8662 for ac_dir in $ac_x_header_dirs; do
8663 if test -r "$ac_dir/X11/Xlib.h"; then
8664 ac_x_includes=$ac_dir
8665 break
8667 done
8670 rm -f conftest.err conftest.$ac_ext
8671 fi # $ac_x_includes = no
8673 if test "$ac_x_libraries" = no; then
8674 # Check for the libraries.
8675 # See if we find them without any special options.
8676 # Don't add to $LIBS permanently.
8677 ac_save_LIBS=$LIBS
8678 LIBS="-lX11 $LIBS"
8679 cat >conftest.$ac_ext <<_ACEOF
8680 /* confdefs.h. */
8681 _ACEOF
8682 cat confdefs.h >>conftest.$ac_ext
8683 cat >>conftest.$ac_ext <<_ACEOF
8684 /* end confdefs.h. */
8685 #include <X11/Xlib.h>
8687 main ()
8689 XrmInitialize ()
8691 return 0;
8693 _ACEOF
8694 rm -f conftest.$ac_objext conftest$ac_exeext
8695 if { (ac_try="$ac_link"
8696 case "(($ac_try" in
8697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8698 *) ac_try_echo=$ac_try;;
8699 esac
8700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8701 (eval "$ac_link") 2>conftest.er1
8702 ac_status=$?
8703 grep -v '^ *+' conftest.er1 >conftest.err
8704 rm -f conftest.er1
8705 cat conftest.err >&5
8706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8707 (exit $ac_status); } && {
8708 test -z "$ac_c_werror_flag" ||
8709 test ! -s conftest.err
8710 } && test -s conftest$ac_exeext &&
8711 $as_test_x conftest$ac_exeext; then
8712 LIBS=$ac_save_LIBS
8713 # We can link X programs with no special library path.
8714 ac_x_libraries=
8715 else
8716 echo "$as_me: failed program was:" >&5
8717 sed 's/^/| /' conftest.$ac_ext >&5
8719 LIBS=$ac_save_LIBS
8720 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8722 # Don't even attempt the hair of trying to link an X program!
8723 for ac_extension in a so sl; do
8724 if test -r "$ac_dir/libX11.$ac_extension"; then
8725 ac_x_libraries=$ac_dir
8726 break 2
8728 done
8729 done
8732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8733 conftest$ac_exeext conftest.$ac_ext
8734 fi # $ac_x_libraries = no
8736 case $ac_x_includes,$ac_x_libraries in #(
8737 no,* | *,no | *\'*)
8738 # Didn't find X, or a directory has "'" in its name.
8739 ac_cv_have_x="have_x=no";; #(
8741 # Record where we found X for the cache.
8742 ac_cv_have_x="have_x=yes\
8743 ac_x_includes='$ac_x_includes'\
8744 ac_x_libraries='$ac_x_libraries'"
8745 esac
8747 ;; #(
8748 *) have_x=yes;;
8749 esac
8750 eval "$ac_cv_have_x"
8751 fi # $with_x != no
8753 if test "$have_x" != yes; then
8754 { echo "$as_me:$LINENO: result: $have_x" >&5
8755 echo "${ECHO_T}$have_x" >&6; }
8756 no_x=yes
8757 else
8758 # If each of the values was on the command line, it overrides each guess.
8759 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8760 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8761 # Update the cache value to reflect the command line values.
8762 ac_cv_have_x="have_x=yes\
8763 ac_x_includes='$x_includes'\
8764 ac_x_libraries='$x_libraries'"
8765 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8766 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8769 if test "$no_x" = yes; then
8770 # Not all programs may use this symbol, but it does not hurt to define it.
8772 cat >>confdefs.h <<\_ACEOF
8773 #define X_DISPLAY_MISSING 1
8774 _ACEOF
8776 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8777 else
8778 if test -n "$x_includes"; then
8779 X_CFLAGS="$X_CFLAGS -I$x_includes"
8782 # It would also be nice to do this for all -L options, not just this one.
8783 if test -n "$x_libraries"; then
8784 X_LIBS="$X_LIBS -L$x_libraries"
8785 # For Solaris; some versions of Sun CC require a space after -R and
8786 # others require no space. Words are not sufficient . . . .
8787 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8788 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8789 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8790 ac_xsave_c_werror_flag=$ac_c_werror_flag
8791 ac_c_werror_flag=yes
8792 cat >conftest.$ac_ext <<_ACEOF
8793 /* confdefs.h. */
8794 _ACEOF
8795 cat confdefs.h >>conftest.$ac_ext
8796 cat >>conftest.$ac_ext <<_ACEOF
8797 /* end confdefs.h. */
8800 main ()
8804 return 0;
8806 _ACEOF
8807 rm -f conftest.$ac_objext conftest$ac_exeext
8808 if { (ac_try="$ac_link"
8809 case "(($ac_try" in
8810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8811 *) ac_try_echo=$ac_try;;
8812 esac
8813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8814 (eval "$ac_link") 2>conftest.er1
8815 ac_status=$?
8816 grep -v '^ *+' conftest.er1 >conftest.err
8817 rm -f conftest.er1
8818 cat conftest.err >&5
8819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8820 (exit $ac_status); } && {
8821 test -z "$ac_c_werror_flag" ||
8822 test ! -s conftest.err
8823 } && test -s conftest$ac_exeext &&
8824 $as_test_x conftest$ac_exeext; then
8825 { echo "$as_me:$LINENO: result: no" >&5
8826 echo "${ECHO_T}no" >&6; }
8827 X_LIBS="$X_LIBS -R$x_libraries"
8828 else
8829 echo "$as_me: failed program was:" >&5
8830 sed 's/^/| /' conftest.$ac_ext >&5
8832 LIBS="$ac_xsave_LIBS -R $x_libraries"
8833 cat >conftest.$ac_ext <<_ACEOF
8834 /* confdefs.h. */
8835 _ACEOF
8836 cat confdefs.h >>conftest.$ac_ext
8837 cat >>conftest.$ac_ext <<_ACEOF
8838 /* end confdefs.h. */
8841 main ()
8845 return 0;
8847 _ACEOF
8848 rm -f conftest.$ac_objext conftest$ac_exeext
8849 if { (ac_try="$ac_link"
8850 case "(($ac_try" in
8851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8852 *) ac_try_echo=$ac_try;;
8853 esac
8854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8855 (eval "$ac_link") 2>conftest.er1
8856 ac_status=$?
8857 grep -v '^ *+' conftest.er1 >conftest.err
8858 rm -f conftest.er1
8859 cat conftest.err >&5
8860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8861 (exit $ac_status); } && {
8862 test -z "$ac_c_werror_flag" ||
8863 test ! -s conftest.err
8864 } && test -s conftest$ac_exeext &&
8865 $as_test_x conftest$ac_exeext; then
8866 { echo "$as_me:$LINENO: result: yes" >&5
8867 echo "${ECHO_T}yes" >&6; }
8868 X_LIBS="$X_LIBS -R $x_libraries"
8869 else
8870 echo "$as_me: failed program was:" >&5
8871 sed 's/^/| /' conftest.$ac_ext >&5
8873 { echo "$as_me:$LINENO: result: neither works" >&5
8874 echo "${ECHO_T}neither works" >&6; }
8877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8878 conftest$ac_exeext conftest.$ac_ext
8881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8882 conftest$ac_exeext conftest.$ac_ext
8883 ac_c_werror_flag=$ac_xsave_c_werror_flag
8884 LIBS=$ac_xsave_LIBS
8887 # Check for system-dependent libraries X programs must link with.
8888 # Do this before checking for the system-independent R6 libraries
8889 # (-lICE), since we may need -lsocket or whatever for X linking.
8891 if test "$ISC" = yes; then
8892 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8893 else
8894 # Martyn Johnson says this is needed for Ultrix, if the X
8895 # libraries were built with DECnet support. And Karl Berry says
8896 # the Alpha needs dnet_stub (dnet does not exist).
8897 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8898 cat >conftest.$ac_ext <<_ACEOF
8899 /* confdefs.h. */
8900 _ACEOF
8901 cat confdefs.h >>conftest.$ac_ext
8902 cat >>conftest.$ac_ext <<_ACEOF
8903 /* end confdefs.h. */
8905 /* Override any GCC internal prototype to avoid an error.
8906 Use char because int might match the return type of a GCC
8907 builtin and then its argument prototype would still apply. */
8908 #ifdef __cplusplus
8909 extern "C"
8910 #endif
8911 char XOpenDisplay ();
8913 main ()
8915 return XOpenDisplay ();
8917 return 0;
8919 _ACEOF
8920 rm -f conftest.$ac_objext conftest$ac_exeext
8921 if { (ac_try="$ac_link"
8922 case "(($ac_try" in
8923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8924 *) ac_try_echo=$ac_try;;
8925 esac
8926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8927 (eval "$ac_link") 2>conftest.er1
8928 ac_status=$?
8929 grep -v '^ *+' conftest.er1 >conftest.err
8930 rm -f conftest.er1
8931 cat conftest.err >&5
8932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8933 (exit $ac_status); } && {
8934 test -z "$ac_c_werror_flag" ||
8935 test ! -s conftest.err
8936 } && test -s conftest$ac_exeext &&
8937 $as_test_x conftest$ac_exeext; then
8939 else
8940 echo "$as_me: failed program was:" >&5
8941 sed 's/^/| /' conftest.$ac_ext >&5
8943 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8944 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8945 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8946 echo $ECHO_N "(cached) $ECHO_C" >&6
8947 else
8948 ac_check_lib_save_LIBS=$LIBS
8949 LIBS="-ldnet $LIBS"
8950 cat >conftest.$ac_ext <<_ACEOF
8951 /* confdefs.h. */
8952 _ACEOF
8953 cat confdefs.h >>conftest.$ac_ext
8954 cat >>conftest.$ac_ext <<_ACEOF
8955 /* end confdefs.h. */
8957 /* Override any GCC internal prototype to avoid an error.
8958 Use char because int might match the return type of a GCC
8959 builtin and then its argument prototype would still apply. */
8960 #ifdef __cplusplus
8961 extern "C"
8962 #endif
8963 char dnet_ntoa ();
8965 main ()
8967 return dnet_ntoa ();
8969 return 0;
8971 _ACEOF
8972 rm -f conftest.$ac_objext conftest$ac_exeext
8973 if { (ac_try="$ac_link"
8974 case "(($ac_try" in
8975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8976 *) ac_try_echo=$ac_try;;
8977 esac
8978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8979 (eval "$ac_link") 2>conftest.er1
8980 ac_status=$?
8981 grep -v '^ *+' conftest.er1 >conftest.err
8982 rm -f conftest.er1
8983 cat conftest.err >&5
8984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8985 (exit $ac_status); } && {
8986 test -z "$ac_c_werror_flag" ||
8987 test ! -s conftest.err
8988 } && test -s conftest$ac_exeext &&
8989 $as_test_x conftest$ac_exeext; then
8990 ac_cv_lib_dnet_dnet_ntoa=yes
8991 else
8992 echo "$as_me: failed program was:" >&5
8993 sed 's/^/| /' conftest.$ac_ext >&5
8995 ac_cv_lib_dnet_dnet_ntoa=no
8998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8999 conftest$ac_exeext conftest.$ac_ext
9000 LIBS=$ac_check_lib_save_LIBS
9002 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9003 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9004 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9005 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9008 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9009 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9010 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9011 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9012 echo $ECHO_N "(cached) $ECHO_C" >&6
9013 else
9014 ac_check_lib_save_LIBS=$LIBS
9015 LIBS="-ldnet_stub $LIBS"
9016 cat >conftest.$ac_ext <<_ACEOF
9017 /* confdefs.h. */
9018 _ACEOF
9019 cat confdefs.h >>conftest.$ac_ext
9020 cat >>conftest.$ac_ext <<_ACEOF
9021 /* end confdefs.h. */
9023 /* Override any GCC internal prototype to avoid an error.
9024 Use char because int might match the return type of a GCC
9025 builtin and then its argument prototype would still apply. */
9026 #ifdef __cplusplus
9027 extern "C"
9028 #endif
9029 char dnet_ntoa ();
9031 main ()
9033 return dnet_ntoa ();
9035 return 0;
9037 _ACEOF
9038 rm -f conftest.$ac_objext conftest$ac_exeext
9039 if { (ac_try="$ac_link"
9040 case "(($ac_try" in
9041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9042 *) ac_try_echo=$ac_try;;
9043 esac
9044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9045 (eval "$ac_link") 2>conftest.er1
9046 ac_status=$?
9047 grep -v '^ *+' conftest.er1 >conftest.err
9048 rm -f conftest.er1
9049 cat conftest.err >&5
9050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9051 (exit $ac_status); } && {
9052 test -z "$ac_c_werror_flag" ||
9053 test ! -s conftest.err
9054 } && test -s conftest$ac_exeext &&
9055 $as_test_x conftest$ac_exeext; then
9056 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9057 else
9058 echo "$as_me: failed program was:" >&5
9059 sed 's/^/| /' conftest.$ac_ext >&5
9061 ac_cv_lib_dnet_stub_dnet_ntoa=no
9064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9065 conftest$ac_exeext conftest.$ac_ext
9066 LIBS=$ac_check_lib_save_LIBS
9068 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9069 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9070 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9071 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9078 conftest$ac_exeext conftest.$ac_ext
9079 LIBS="$ac_xsave_LIBS"
9081 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9082 # to get the SysV transport functions.
9083 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9084 # needs -lnsl.
9085 # The nsl library prevents programs from opening the X display
9086 # on Irix 5.2, according to T.E. Dickey.
9087 # The functions gethostbyname, getservbyname, and inet_addr are
9088 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9089 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9090 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9091 if test "${ac_cv_func_gethostbyname+set}" = set; then
9092 echo $ECHO_N "(cached) $ECHO_C" >&6
9093 else
9094 cat >conftest.$ac_ext <<_ACEOF
9095 /* confdefs.h. */
9096 _ACEOF
9097 cat confdefs.h >>conftest.$ac_ext
9098 cat >>conftest.$ac_ext <<_ACEOF
9099 /* end confdefs.h. */
9100 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9101 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9102 #define gethostbyname innocuous_gethostbyname
9104 /* System header to define __stub macros and hopefully few prototypes,
9105 which can conflict with char gethostbyname (); below.
9106 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9107 <limits.h> exists even on freestanding compilers. */
9109 #ifdef __STDC__
9110 # include <limits.h>
9111 #else
9112 # include <assert.h>
9113 #endif
9115 #undef gethostbyname
9117 /* Override any GCC internal prototype to avoid an error.
9118 Use char because int might match the return type of a GCC
9119 builtin and then its argument prototype would still apply. */
9120 #ifdef __cplusplus
9121 extern "C"
9122 #endif
9123 char gethostbyname ();
9124 /* The GNU C library defines this for functions which it implements
9125 to always fail with ENOSYS. Some functions are actually named
9126 something starting with __ and the normal name is an alias. */
9127 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9128 choke me
9129 #endif
9132 main ()
9134 return gethostbyname ();
9136 return 0;
9138 _ACEOF
9139 rm -f conftest.$ac_objext conftest$ac_exeext
9140 if { (ac_try="$ac_link"
9141 case "(($ac_try" in
9142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9143 *) ac_try_echo=$ac_try;;
9144 esac
9145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9146 (eval "$ac_link") 2>conftest.er1
9147 ac_status=$?
9148 grep -v '^ *+' conftest.er1 >conftest.err
9149 rm -f conftest.er1
9150 cat conftest.err >&5
9151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9152 (exit $ac_status); } && {
9153 test -z "$ac_c_werror_flag" ||
9154 test ! -s conftest.err
9155 } && test -s conftest$ac_exeext &&
9156 $as_test_x conftest$ac_exeext; then
9157 ac_cv_func_gethostbyname=yes
9158 else
9159 echo "$as_me: failed program was:" >&5
9160 sed 's/^/| /' conftest.$ac_ext >&5
9162 ac_cv_func_gethostbyname=no
9165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9166 conftest$ac_exeext conftest.$ac_ext
9168 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9169 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9171 if test $ac_cv_func_gethostbyname = no; then
9172 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9173 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9174 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9175 echo $ECHO_N "(cached) $ECHO_C" >&6
9176 else
9177 ac_check_lib_save_LIBS=$LIBS
9178 LIBS="-lnsl $LIBS"
9179 cat >conftest.$ac_ext <<_ACEOF
9180 /* confdefs.h. */
9181 _ACEOF
9182 cat confdefs.h >>conftest.$ac_ext
9183 cat >>conftest.$ac_ext <<_ACEOF
9184 /* end confdefs.h. */
9186 /* Override any GCC internal prototype to avoid an error.
9187 Use char because int might match the return type of a GCC
9188 builtin and then its argument prototype would still apply. */
9189 #ifdef __cplusplus
9190 extern "C"
9191 #endif
9192 char gethostbyname ();
9194 main ()
9196 return gethostbyname ();
9198 return 0;
9200 _ACEOF
9201 rm -f conftest.$ac_objext conftest$ac_exeext
9202 if { (ac_try="$ac_link"
9203 case "(($ac_try" in
9204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9205 *) ac_try_echo=$ac_try;;
9206 esac
9207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9208 (eval "$ac_link") 2>conftest.er1
9209 ac_status=$?
9210 grep -v '^ *+' conftest.er1 >conftest.err
9211 rm -f conftest.er1
9212 cat conftest.err >&5
9213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9214 (exit $ac_status); } && {
9215 test -z "$ac_c_werror_flag" ||
9216 test ! -s conftest.err
9217 } && test -s conftest$ac_exeext &&
9218 $as_test_x conftest$ac_exeext; then
9219 ac_cv_lib_nsl_gethostbyname=yes
9220 else
9221 echo "$as_me: failed program was:" >&5
9222 sed 's/^/| /' conftest.$ac_ext >&5
9224 ac_cv_lib_nsl_gethostbyname=no
9227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9228 conftest$ac_exeext conftest.$ac_ext
9229 LIBS=$ac_check_lib_save_LIBS
9231 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9232 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9233 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9234 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9237 if test $ac_cv_lib_nsl_gethostbyname = no; then
9238 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9239 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9240 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9241 echo $ECHO_N "(cached) $ECHO_C" >&6
9242 else
9243 ac_check_lib_save_LIBS=$LIBS
9244 LIBS="-lbsd $LIBS"
9245 cat >conftest.$ac_ext <<_ACEOF
9246 /* confdefs.h. */
9247 _ACEOF
9248 cat confdefs.h >>conftest.$ac_ext
9249 cat >>conftest.$ac_ext <<_ACEOF
9250 /* end confdefs.h. */
9252 /* Override any GCC internal prototype to avoid an error.
9253 Use char because int might match the return type of a GCC
9254 builtin and then its argument prototype would still apply. */
9255 #ifdef __cplusplus
9256 extern "C"
9257 #endif
9258 char gethostbyname ();
9260 main ()
9262 return gethostbyname ();
9264 return 0;
9266 _ACEOF
9267 rm -f conftest.$ac_objext conftest$ac_exeext
9268 if { (ac_try="$ac_link"
9269 case "(($ac_try" in
9270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9271 *) ac_try_echo=$ac_try;;
9272 esac
9273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9274 (eval "$ac_link") 2>conftest.er1
9275 ac_status=$?
9276 grep -v '^ *+' conftest.er1 >conftest.err
9277 rm -f conftest.er1
9278 cat conftest.err >&5
9279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9280 (exit $ac_status); } && {
9281 test -z "$ac_c_werror_flag" ||
9282 test ! -s conftest.err
9283 } && test -s conftest$ac_exeext &&
9284 $as_test_x conftest$ac_exeext; then
9285 ac_cv_lib_bsd_gethostbyname=yes
9286 else
9287 echo "$as_me: failed program was:" >&5
9288 sed 's/^/| /' conftest.$ac_ext >&5
9290 ac_cv_lib_bsd_gethostbyname=no
9293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9294 conftest$ac_exeext conftest.$ac_ext
9295 LIBS=$ac_check_lib_save_LIBS
9297 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9298 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9299 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9300 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9306 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9307 # socket/setsockopt and other routines are undefined under SCO ODT
9308 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9309 # on later versions), says Simon Leinen: it contains gethostby*
9310 # variants that don't use the name server (or something). -lsocket
9311 # must be given before -lnsl if both are needed. We assume that
9312 # if connect needs -lnsl, so does gethostbyname.
9313 { echo "$as_me:$LINENO: checking for connect" >&5
9314 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9315 if test "${ac_cv_func_connect+set}" = set; then
9316 echo $ECHO_N "(cached) $ECHO_C" >&6
9317 else
9318 cat >conftest.$ac_ext <<_ACEOF
9319 /* confdefs.h. */
9320 _ACEOF
9321 cat confdefs.h >>conftest.$ac_ext
9322 cat >>conftest.$ac_ext <<_ACEOF
9323 /* end confdefs.h. */
9324 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9325 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9326 #define connect innocuous_connect
9328 /* System header to define __stub macros and hopefully few prototypes,
9329 which can conflict with char connect (); below.
9330 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9331 <limits.h> exists even on freestanding compilers. */
9333 #ifdef __STDC__
9334 # include <limits.h>
9335 #else
9336 # include <assert.h>
9337 #endif
9339 #undef connect
9341 /* Override any GCC internal prototype to avoid an error.
9342 Use char because int might match the return type of a GCC
9343 builtin and then its argument prototype would still apply. */
9344 #ifdef __cplusplus
9345 extern "C"
9346 #endif
9347 char connect ();
9348 /* The GNU C library defines this for functions which it implements
9349 to always fail with ENOSYS. Some functions are actually named
9350 something starting with __ and the normal name is an alias. */
9351 #if defined __stub_connect || defined __stub___connect
9352 choke me
9353 #endif
9356 main ()
9358 return connect ();
9360 return 0;
9362 _ACEOF
9363 rm -f conftest.$ac_objext conftest$ac_exeext
9364 if { (ac_try="$ac_link"
9365 case "(($ac_try" in
9366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9367 *) ac_try_echo=$ac_try;;
9368 esac
9369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9370 (eval "$ac_link") 2>conftest.er1
9371 ac_status=$?
9372 grep -v '^ *+' conftest.er1 >conftest.err
9373 rm -f conftest.er1
9374 cat conftest.err >&5
9375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9376 (exit $ac_status); } && {
9377 test -z "$ac_c_werror_flag" ||
9378 test ! -s conftest.err
9379 } && test -s conftest$ac_exeext &&
9380 $as_test_x conftest$ac_exeext; then
9381 ac_cv_func_connect=yes
9382 else
9383 echo "$as_me: failed program was:" >&5
9384 sed 's/^/| /' conftest.$ac_ext >&5
9386 ac_cv_func_connect=no
9389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9390 conftest$ac_exeext conftest.$ac_ext
9392 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9393 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9395 if test $ac_cv_func_connect = no; then
9396 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9397 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9398 if test "${ac_cv_lib_socket_connect+set}" = set; then
9399 echo $ECHO_N "(cached) $ECHO_C" >&6
9400 else
9401 ac_check_lib_save_LIBS=$LIBS
9402 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9403 cat >conftest.$ac_ext <<_ACEOF
9404 /* confdefs.h. */
9405 _ACEOF
9406 cat confdefs.h >>conftest.$ac_ext
9407 cat >>conftest.$ac_ext <<_ACEOF
9408 /* end confdefs.h. */
9410 /* Override any GCC internal prototype to avoid an error.
9411 Use char because int might match the return type of a GCC
9412 builtin and then its argument prototype would still apply. */
9413 #ifdef __cplusplus
9414 extern "C"
9415 #endif
9416 char connect ();
9418 main ()
9420 return connect ();
9422 return 0;
9424 _ACEOF
9425 rm -f conftest.$ac_objext conftest$ac_exeext
9426 if { (ac_try="$ac_link"
9427 case "(($ac_try" in
9428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9429 *) ac_try_echo=$ac_try;;
9430 esac
9431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9432 (eval "$ac_link") 2>conftest.er1
9433 ac_status=$?
9434 grep -v '^ *+' conftest.er1 >conftest.err
9435 rm -f conftest.er1
9436 cat conftest.err >&5
9437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9438 (exit $ac_status); } && {
9439 test -z "$ac_c_werror_flag" ||
9440 test ! -s conftest.err
9441 } && test -s conftest$ac_exeext &&
9442 $as_test_x conftest$ac_exeext; then
9443 ac_cv_lib_socket_connect=yes
9444 else
9445 echo "$as_me: failed program was:" >&5
9446 sed 's/^/| /' conftest.$ac_ext >&5
9448 ac_cv_lib_socket_connect=no
9451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9452 conftest$ac_exeext conftest.$ac_ext
9453 LIBS=$ac_check_lib_save_LIBS
9455 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9456 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9457 if test $ac_cv_lib_socket_connect = yes; then
9458 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9463 # Guillermo Gomez says -lposix is necessary on A/UX.
9464 { echo "$as_me:$LINENO: checking for remove" >&5
9465 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9466 if test "${ac_cv_func_remove+set}" = set; then
9467 echo $ECHO_N "(cached) $ECHO_C" >&6
9468 else
9469 cat >conftest.$ac_ext <<_ACEOF
9470 /* confdefs.h. */
9471 _ACEOF
9472 cat confdefs.h >>conftest.$ac_ext
9473 cat >>conftest.$ac_ext <<_ACEOF
9474 /* end confdefs.h. */
9475 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9476 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9477 #define remove innocuous_remove
9479 /* System header to define __stub macros and hopefully few prototypes,
9480 which can conflict with char remove (); below.
9481 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9482 <limits.h> exists even on freestanding compilers. */
9484 #ifdef __STDC__
9485 # include <limits.h>
9486 #else
9487 # include <assert.h>
9488 #endif
9490 #undef remove
9492 /* Override any GCC internal prototype to avoid an error.
9493 Use char because int might match the return type of a GCC
9494 builtin and then its argument prototype would still apply. */
9495 #ifdef __cplusplus
9496 extern "C"
9497 #endif
9498 char remove ();
9499 /* The GNU C library defines this for functions which it implements
9500 to always fail with ENOSYS. Some functions are actually named
9501 something starting with __ and the normal name is an alias. */
9502 #if defined __stub_remove || defined __stub___remove
9503 choke me
9504 #endif
9507 main ()
9509 return remove ();
9511 return 0;
9513 _ACEOF
9514 rm -f conftest.$ac_objext conftest$ac_exeext
9515 if { (ac_try="$ac_link"
9516 case "(($ac_try" in
9517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9518 *) ac_try_echo=$ac_try;;
9519 esac
9520 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9521 (eval "$ac_link") 2>conftest.er1
9522 ac_status=$?
9523 grep -v '^ *+' conftest.er1 >conftest.err
9524 rm -f conftest.er1
9525 cat conftest.err >&5
9526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9527 (exit $ac_status); } && {
9528 test -z "$ac_c_werror_flag" ||
9529 test ! -s conftest.err
9530 } && test -s conftest$ac_exeext &&
9531 $as_test_x conftest$ac_exeext; then
9532 ac_cv_func_remove=yes
9533 else
9534 echo "$as_me: failed program was:" >&5
9535 sed 's/^/| /' conftest.$ac_ext >&5
9537 ac_cv_func_remove=no
9540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9541 conftest$ac_exeext conftest.$ac_ext
9543 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9544 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9546 if test $ac_cv_func_remove = no; then
9547 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9548 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9549 if test "${ac_cv_lib_posix_remove+set}" = set; then
9550 echo $ECHO_N "(cached) $ECHO_C" >&6
9551 else
9552 ac_check_lib_save_LIBS=$LIBS
9553 LIBS="-lposix $LIBS"
9554 cat >conftest.$ac_ext <<_ACEOF
9555 /* confdefs.h. */
9556 _ACEOF
9557 cat confdefs.h >>conftest.$ac_ext
9558 cat >>conftest.$ac_ext <<_ACEOF
9559 /* end confdefs.h. */
9561 /* Override any GCC internal prototype to avoid an error.
9562 Use char because int might match the return type of a GCC
9563 builtin and then its argument prototype would still apply. */
9564 #ifdef __cplusplus
9565 extern "C"
9566 #endif
9567 char remove ();
9569 main ()
9571 return remove ();
9573 return 0;
9575 _ACEOF
9576 rm -f conftest.$ac_objext conftest$ac_exeext
9577 if { (ac_try="$ac_link"
9578 case "(($ac_try" in
9579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9580 *) ac_try_echo=$ac_try;;
9581 esac
9582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9583 (eval "$ac_link") 2>conftest.er1
9584 ac_status=$?
9585 grep -v '^ *+' conftest.er1 >conftest.err
9586 rm -f conftest.er1
9587 cat conftest.err >&5
9588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9589 (exit $ac_status); } && {
9590 test -z "$ac_c_werror_flag" ||
9591 test ! -s conftest.err
9592 } && test -s conftest$ac_exeext &&
9593 $as_test_x conftest$ac_exeext; then
9594 ac_cv_lib_posix_remove=yes
9595 else
9596 echo "$as_me: failed program was:" >&5
9597 sed 's/^/| /' conftest.$ac_ext >&5
9599 ac_cv_lib_posix_remove=no
9602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9603 conftest$ac_exeext conftest.$ac_ext
9604 LIBS=$ac_check_lib_save_LIBS
9606 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9607 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9608 if test $ac_cv_lib_posix_remove = yes; then
9609 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9614 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9615 { echo "$as_me:$LINENO: checking for shmat" >&5
9616 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9617 if test "${ac_cv_func_shmat+set}" = set; then
9618 echo $ECHO_N "(cached) $ECHO_C" >&6
9619 else
9620 cat >conftest.$ac_ext <<_ACEOF
9621 /* confdefs.h. */
9622 _ACEOF
9623 cat confdefs.h >>conftest.$ac_ext
9624 cat >>conftest.$ac_ext <<_ACEOF
9625 /* end confdefs.h. */
9626 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9627 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9628 #define shmat innocuous_shmat
9630 /* System header to define __stub macros and hopefully few prototypes,
9631 which can conflict with char shmat (); below.
9632 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9633 <limits.h> exists even on freestanding compilers. */
9635 #ifdef __STDC__
9636 # include <limits.h>
9637 #else
9638 # include <assert.h>
9639 #endif
9641 #undef shmat
9643 /* Override any GCC internal prototype to avoid an error.
9644 Use char because int might match the return type of a GCC
9645 builtin and then its argument prototype would still apply. */
9646 #ifdef __cplusplus
9647 extern "C"
9648 #endif
9649 char shmat ();
9650 /* The GNU C library defines this for functions which it implements
9651 to always fail with ENOSYS. Some functions are actually named
9652 something starting with __ and the normal name is an alias. */
9653 #if defined __stub_shmat || defined __stub___shmat
9654 choke me
9655 #endif
9658 main ()
9660 return shmat ();
9662 return 0;
9664 _ACEOF
9665 rm -f conftest.$ac_objext conftest$ac_exeext
9666 if { (ac_try="$ac_link"
9667 case "(($ac_try" in
9668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9669 *) ac_try_echo=$ac_try;;
9670 esac
9671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9672 (eval "$ac_link") 2>conftest.er1
9673 ac_status=$?
9674 grep -v '^ *+' conftest.er1 >conftest.err
9675 rm -f conftest.er1
9676 cat conftest.err >&5
9677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9678 (exit $ac_status); } && {
9679 test -z "$ac_c_werror_flag" ||
9680 test ! -s conftest.err
9681 } && test -s conftest$ac_exeext &&
9682 $as_test_x conftest$ac_exeext; then
9683 ac_cv_func_shmat=yes
9684 else
9685 echo "$as_me: failed program was:" >&5
9686 sed 's/^/| /' conftest.$ac_ext >&5
9688 ac_cv_func_shmat=no
9691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9692 conftest$ac_exeext conftest.$ac_ext
9694 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9695 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9697 if test $ac_cv_func_shmat = no; then
9698 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9699 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9700 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9701 echo $ECHO_N "(cached) $ECHO_C" >&6
9702 else
9703 ac_check_lib_save_LIBS=$LIBS
9704 LIBS="-lipc $LIBS"
9705 cat >conftest.$ac_ext <<_ACEOF
9706 /* confdefs.h. */
9707 _ACEOF
9708 cat confdefs.h >>conftest.$ac_ext
9709 cat >>conftest.$ac_ext <<_ACEOF
9710 /* end confdefs.h. */
9712 /* Override any GCC internal prototype to avoid an error.
9713 Use char because int might match the return type of a GCC
9714 builtin and then its argument prototype would still apply. */
9715 #ifdef __cplusplus
9716 extern "C"
9717 #endif
9718 char shmat ();
9720 main ()
9722 return shmat ();
9724 return 0;
9726 _ACEOF
9727 rm -f conftest.$ac_objext conftest$ac_exeext
9728 if { (ac_try="$ac_link"
9729 case "(($ac_try" in
9730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9731 *) ac_try_echo=$ac_try;;
9732 esac
9733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9734 (eval "$ac_link") 2>conftest.er1
9735 ac_status=$?
9736 grep -v '^ *+' conftest.er1 >conftest.err
9737 rm -f conftest.er1
9738 cat conftest.err >&5
9739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9740 (exit $ac_status); } && {
9741 test -z "$ac_c_werror_flag" ||
9742 test ! -s conftest.err
9743 } && test -s conftest$ac_exeext &&
9744 $as_test_x conftest$ac_exeext; then
9745 ac_cv_lib_ipc_shmat=yes
9746 else
9747 echo "$as_me: failed program was:" >&5
9748 sed 's/^/| /' conftest.$ac_ext >&5
9750 ac_cv_lib_ipc_shmat=no
9753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9754 conftest$ac_exeext conftest.$ac_ext
9755 LIBS=$ac_check_lib_save_LIBS
9757 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9758 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9759 if test $ac_cv_lib_ipc_shmat = yes; then
9760 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9766 # Check for libraries that X11R6 Xt/Xaw programs need.
9767 ac_save_LDFLAGS=$LDFLAGS
9768 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9769 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9770 # check for ICE first), but we must link in the order -lSM -lICE or
9771 # we get undefined symbols. So assume we have SM if we have ICE.
9772 # These have to be linked with before -lX11, unlike the other
9773 # libraries we check for below, so use a different variable.
9774 # John Interrante, Karl Berry
9775 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9776 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9777 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9778 echo $ECHO_N "(cached) $ECHO_C" >&6
9779 else
9780 ac_check_lib_save_LIBS=$LIBS
9781 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9782 cat >conftest.$ac_ext <<_ACEOF
9783 /* confdefs.h. */
9784 _ACEOF
9785 cat confdefs.h >>conftest.$ac_ext
9786 cat >>conftest.$ac_ext <<_ACEOF
9787 /* end confdefs.h. */
9789 /* Override any GCC internal prototype to avoid an error.
9790 Use char because int might match the return type of a GCC
9791 builtin and then its argument prototype would still apply. */
9792 #ifdef __cplusplus
9793 extern "C"
9794 #endif
9795 char IceConnectionNumber ();
9797 main ()
9799 return IceConnectionNumber ();
9801 return 0;
9803 _ACEOF
9804 rm -f conftest.$ac_objext conftest$ac_exeext
9805 if { (ac_try="$ac_link"
9806 case "(($ac_try" in
9807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9808 *) ac_try_echo=$ac_try;;
9809 esac
9810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9811 (eval "$ac_link") 2>conftest.er1
9812 ac_status=$?
9813 grep -v '^ *+' conftest.er1 >conftest.err
9814 rm -f conftest.er1
9815 cat conftest.err >&5
9816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9817 (exit $ac_status); } && {
9818 test -z "$ac_c_werror_flag" ||
9819 test ! -s conftest.err
9820 } && test -s conftest$ac_exeext &&
9821 $as_test_x conftest$ac_exeext; then
9822 ac_cv_lib_ICE_IceConnectionNumber=yes
9823 else
9824 echo "$as_me: failed program was:" >&5
9825 sed 's/^/| /' conftest.$ac_ext >&5
9827 ac_cv_lib_ICE_IceConnectionNumber=no
9830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9831 conftest$ac_exeext conftest.$ac_ext
9832 LIBS=$ac_check_lib_save_LIBS
9834 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9835 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9836 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9837 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9840 LDFLAGS=$ac_save_LDFLAGS
9845 if test "$have_x" = "yes"
9846 then
9847 XLIB="-lXext -lX11"
9848 ac_save_CPPFLAGS="$CPPFLAGS"
9849 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9851 { echo "$as_me:$LINENO: checking for -lX11" >&5
9852 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9853 if test "${ac_cv_lib_soname_X11+set}" = set; then
9854 echo $ECHO_N "(cached) $ECHO_C" >&6
9855 else
9856 ac_check_soname_save_LIBS=$LIBS
9857 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9858 cat >conftest.$ac_ext <<_ACEOF
9859 /* confdefs.h. */
9860 _ACEOF
9861 cat confdefs.h >>conftest.$ac_ext
9862 cat >>conftest.$ac_ext <<_ACEOF
9863 /* end confdefs.h. */
9865 /* Override any GCC internal prototype to avoid an error.
9866 Use char because int might match the return type of a GCC
9867 builtin and then its argument prototype would still apply. */
9868 #ifdef __cplusplus
9869 extern "C"
9870 #endif
9871 char XCreateWindow ();
9873 main ()
9875 return XCreateWindow ();
9877 return 0;
9879 _ACEOF
9880 rm -f conftest.$ac_objext conftest$ac_exeext
9881 if { (ac_try="$ac_link"
9882 case "(($ac_try" in
9883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9884 *) ac_try_echo=$ac_try;;
9885 esac
9886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9887 (eval "$ac_link") 2>conftest.er1
9888 ac_status=$?
9889 grep -v '^ *+' conftest.er1 >conftest.err
9890 rm -f conftest.er1
9891 cat conftest.err >&5
9892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9893 (exit $ac_status); } && {
9894 test -z "$ac_c_werror_flag" ||
9895 test ! -s conftest.err
9896 } && test -s conftest$ac_exeext &&
9897 $as_test_x conftest$ac_exeext; then
9898 case "$LIBEXT" in
9899 dll) ;;
9900 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'` ;;
9901 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9902 esac
9903 else
9904 echo "$as_me: failed program was:" >&5
9905 sed 's/^/| /' conftest.$ac_ext >&5
9910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9911 conftest$ac_exeext conftest.$ac_ext
9912 LIBS=$ac_check_soname_save_LIBS
9914 if test "x$ac_cv_lib_soname_X11" = "x"; then
9915 { echo "$as_me:$LINENO: result: not found" >&5
9916 echo "${ECHO_T}not found" >&6; }
9918 else
9919 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9920 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9922 cat >>confdefs.h <<_ACEOF
9923 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9924 _ACEOF
9929 { echo "$as_me:$LINENO: checking for -lXext" >&5
9930 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9931 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9932 echo $ECHO_N "(cached) $ECHO_C" >&6
9933 else
9934 ac_check_soname_save_LIBS=$LIBS
9935 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9936 cat >conftest.$ac_ext <<_ACEOF
9937 /* confdefs.h. */
9938 _ACEOF
9939 cat confdefs.h >>conftest.$ac_ext
9940 cat >>conftest.$ac_ext <<_ACEOF
9941 /* end confdefs.h. */
9943 /* Override any GCC internal prototype to avoid an error.
9944 Use char because int might match the return type of a GCC
9945 builtin and then its argument prototype would still apply. */
9946 #ifdef __cplusplus
9947 extern "C"
9948 #endif
9949 char XextCreateExtension ();
9951 main ()
9953 return XextCreateExtension ();
9955 return 0;
9957 _ACEOF
9958 rm -f conftest.$ac_objext conftest$ac_exeext
9959 if { (ac_try="$ac_link"
9960 case "(($ac_try" in
9961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9962 *) ac_try_echo=$ac_try;;
9963 esac
9964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9965 (eval "$ac_link") 2>conftest.er1
9966 ac_status=$?
9967 grep -v '^ *+' conftest.er1 >conftest.err
9968 rm -f conftest.er1
9969 cat conftest.err >&5
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); } && {
9972 test -z "$ac_c_werror_flag" ||
9973 test ! -s conftest.err
9974 } && test -s conftest$ac_exeext &&
9975 $as_test_x conftest$ac_exeext; then
9976 case "$LIBEXT" in
9977 dll) ;;
9978 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'` ;;
9979 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9980 esac
9981 else
9982 echo "$as_me: failed program was:" >&5
9983 sed 's/^/| /' conftest.$ac_ext >&5
9988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9989 conftest$ac_exeext conftest.$ac_ext
9990 LIBS=$ac_check_soname_save_LIBS
9992 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9993 { echo "$as_me:$LINENO: result: not found" >&5
9994 echo "${ECHO_T}not found" >&6; }
9996 else
9997 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9998 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
10000 cat >>confdefs.h <<_ACEOF
10001 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10002 _ACEOF
10020 for ac_header in X11/Xlib.h \
10021 X11/XKBlib.h \
10022 X11/Xutil.h \
10023 X11/Xcursor/Xcursor.h \
10024 X11/extensions/shape.h \
10025 X11/extensions/XInput.h \
10026 X11/extensions/XShm.h \
10027 X11/extensions/Xcomposite.h \
10028 X11/extensions/Xinerama.h \
10029 X11/extensions/Xrandr.h \
10030 X11/extensions/Xrender.h \
10031 X11/extensions/xf86vmode.h
10033 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10034 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10035 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10037 echo $ECHO_N "(cached) $ECHO_C" >&6
10038 else
10039 cat >conftest.$ac_ext <<_ACEOF
10040 /* confdefs.h. */
10041 _ACEOF
10042 cat confdefs.h >>conftest.$ac_ext
10043 cat >>conftest.$ac_ext <<_ACEOF
10044 /* end confdefs.h. */
10045 #ifdef HAVE_X11_XLIB_H
10046 # include <X11/Xlib.h>
10047 #endif
10048 #ifdef HAVE_X11_XUTIL_H
10049 # include <X11/Xutil.h>
10050 #endif
10052 #include <$ac_header>
10053 _ACEOF
10054 rm -f conftest.$ac_objext
10055 if { (ac_try="$ac_compile"
10056 case "(($ac_try" in
10057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10058 *) ac_try_echo=$ac_try;;
10059 esac
10060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10061 (eval "$ac_compile") 2>conftest.er1
10062 ac_status=$?
10063 grep -v '^ *+' conftest.er1 >conftest.err
10064 rm -f conftest.er1
10065 cat conftest.err >&5
10066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10067 (exit $ac_status); } && {
10068 test -z "$ac_c_werror_flag" ||
10069 test ! -s conftest.err
10070 } && test -s conftest.$ac_objext; then
10071 eval "$as_ac_Header=yes"
10072 else
10073 echo "$as_me: failed program was:" >&5
10074 sed 's/^/| /' conftest.$ac_ext >&5
10076 eval "$as_ac_Header=no"
10079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10081 ac_res=`eval echo '${'$as_ac_Header'}'`
10082 { echo "$as_me:$LINENO: result: $ac_res" >&5
10083 echo "${ECHO_T}$ac_res" >&6; }
10084 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10085 cat >>confdefs.h <<_ACEOF
10086 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10087 _ACEOF
10091 done
10094 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10095 then
10096 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10097 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10098 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10099 echo $ECHO_N "(cached) $ECHO_C" >&6
10100 else
10101 ac_check_lib_save_LIBS=$LIBS
10102 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10103 cat >conftest.$ac_ext <<_ACEOF
10104 /* confdefs.h. */
10105 _ACEOF
10106 cat confdefs.h >>conftest.$ac_ext
10107 cat >>conftest.$ac_ext <<_ACEOF
10108 /* end confdefs.h. */
10110 /* Override any GCC internal prototype to avoid an error.
10111 Use char because int might match the return type of a GCC
10112 builtin and then its argument prototype would still apply. */
10113 #ifdef __cplusplus
10114 extern "C"
10115 #endif
10116 char XkbQueryExtension ();
10118 main ()
10120 return XkbQueryExtension ();
10122 return 0;
10124 _ACEOF
10125 rm -f conftest.$ac_objext conftest$ac_exeext
10126 if { (ac_try="$ac_link"
10127 case "(($ac_try" in
10128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10129 *) ac_try_echo=$ac_try;;
10130 esac
10131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10132 (eval "$ac_link") 2>conftest.er1
10133 ac_status=$?
10134 grep -v '^ *+' conftest.er1 >conftest.err
10135 rm -f conftest.er1
10136 cat conftest.err >&5
10137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10138 (exit $ac_status); } && {
10139 test -z "$ac_c_werror_flag" ||
10140 test ! -s conftest.err
10141 } && test -s conftest$ac_exeext &&
10142 $as_test_x conftest$ac_exeext; then
10143 ac_cv_lib_X11_XkbQueryExtension=yes
10144 else
10145 echo "$as_me: failed program was:" >&5
10146 sed 's/^/| /' conftest.$ac_ext >&5
10148 ac_cv_lib_X11_XkbQueryExtension=no
10151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10152 conftest$ac_exeext conftest.$ac_ext
10153 LIBS=$ac_check_lib_save_LIBS
10155 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10156 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10157 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10159 cat >>confdefs.h <<\_ACEOF
10160 #define HAVE_XKB 1
10161 _ACEOF
10167 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10168 then
10169 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10170 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10171 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10172 echo $ECHO_N "(cached) $ECHO_C" >&6
10173 else
10174 ac_check_soname_save_LIBS=$LIBS
10175 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10176 cat >conftest.$ac_ext <<_ACEOF
10177 /* confdefs.h. */
10178 _ACEOF
10179 cat confdefs.h >>conftest.$ac_ext
10180 cat >>conftest.$ac_ext <<_ACEOF
10181 /* end confdefs.h. */
10183 /* Override any GCC internal prototype to avoid an error.
10184 Use char because int might match the return type of a GCC
10185 builtin and then its argument prototype would still apply. */
10186 #ifdef __cplusplus
10187 extern "C"
10188 #endif
10189 char XcursorImageLoadCursor ();
10191 main ()
10193 return XcursorImageLoadCursor ();
10195 return 0;
10197 _ACEOF
10198 rm -f conftest.$ac_objext conftest$ac_exeext
10199 if { (ac_try="$ac_link"
10200 case "(($ac_try" in
10201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10202 *) ac_try_echo=$ac_try;;
10203 esac
10204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10205 (eval "$ac_link") 2>conftest.er1
10206 ac_status=$?
10207 grep -v '^ *+' conftest.er1 >conftest.err
10208 rm -f conftest.er1
10209 cat conftest.err >&5
10210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10211 (exit $ac_status); } && {
10212 test -z "$ac_c_werror_flag" ||
10213 test ! -s conftest.err
10214 } && test -s conftest$ac_exeext &&
10215 $as_test_x conftest$ac_exeext; then
10216 case "$LIBEXT" in
10217 dll) ;;
10218 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'` ;;
10219 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10220 esac
10221 else
10222 echo "$as_me: failed program was:" >&5
10223 sed 's/^/| /' conftest.$ac_ext >&5
10228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10229 conftest$ac_exeext conftest.$ac_ext
10230 LIBS=$ac_check_soname_save_LIBS
10232 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10233 { echo "$as_me:$LINENO: result: not found" >&5
10234 echo "${ECHO_T}not found" >&6; }
10236 else
10237 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10238 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10240 cat >>confdefs.h <<_ACEOF
10241 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10242 _ACEOF
10248 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10249 case "x$with_xcursor" in
10250 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10251 xno) ;;
10252 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10253 This is an error since --with-xcursor was requested." >&5
10254 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10255 This is an error since --with-xcursor was requested." >&2;}
10256 { (exit 1); exit 1; }; } ;;
10257 esac
10261 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10262 then
10263 { echo "$as_me:$LINENO: checking for -lXi" >&5
10264 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10265 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10266 echo $ECHO_N "(cached) $ECHO_C" >&6
10267 else
10268 ac_check_soname_save_LIBS=$LIBS
10269 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10270 cat >conftest.$ac_ext <<_ACEOF
10271 /* confdefs.h. */
10272 _ACEOF
10273 cat confdefs.h >>conftest.$ac_ext
10274 cat >>conftest.$ac_ext <<_ACEOF
10275 /* end confdefs.h. */
10277 /* Override any GCC internal prototype to avoid an error.
10278 Use char because int might match the return type of a GCC
10279 builtin and then its argument prototype would still apply. */
10280 #ifdef __cplusplus
10281 extern "C"
10282 #endif
10283 char XOpenDevice ();
10285 main ()
10287 return XOpenDevice ();
10289 return 0;
10291 _ACEOF
10292 rm -f conftest.$ac_objext conftest$ac_exeext
10293 if { (ac_try="$ac_link"
10294 case "(($ac_try" in
10295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10296 *) ac_try_echo=$ac_try;;
10297 esac
10298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10299 (eval "$ac_link") 2>conftest.er1
10300 ac_status=$?
10301 grep -v '^ *+' conftest.er1 >conftest.err
10302 rm -f conftest.er1
10303 cat conftest.err >&5
10304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10305 (exit $ac_status); } && {
10306 test -z "$ac_c_werror_flag" ||
10307 test ! -s conftest.err
10308 } && test -s conftest$ac_exeext &&
10309 $as_test_x conftest$ac_exeext; then
10310 case "$LIBEXT" in
10311 dll) ;;
10312 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'` ;;
10313 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10314 esac
10315 else
10316 echo "$as_me: failed program was:" >&5
10317 sed 's/^/| /' conftest.$ac_ext >&5
10322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10323 conftest$ac_exeext conftest.$ac_ext
10324 LIBS=$ac_check_soname_save_LIBS
10326 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10327 { echo "$as_me:$LINENO: result: not found" >&5
10328 echo "${ECHO_T}not found" >&6; }
10330 else
10331 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10332 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10334 cat >>confdefs.h <<_ACEOF
10335 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10336 _ACEOF
10342 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10343 case "x$with_xinput" in
10344 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10345 xno) ;;
10346 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10347 This is an error since --with-xinput was requested." >&5
10348 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10349 This is an error since --with-xinput was requested." >&2;}
10350 { (exit 1); exit 1; }; } ;;
10351 esac
10355 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10356 then
10357 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10358 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10359 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10360 echo $ECHO_N "(cached) $ECHO_C" >&6
10361 else
10362 ac_check_lib_save_LIBS=$LIBS
10363 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10364 cat >conftest.$ac_ext <<_ACEOF
10365 /* confdefs.h. */
10366 _ACEOF
10367 cat confdefs.h >>conftest.$ac_ext
10368 cat >>conftest.$ac_ext <<_ACEOF
10369 /* end confdefs.h. */
10371 /* Override any GCC internal prototype to avoid an error.
10372 Use char because int might match the return type of a GCC
10373 builtin and then its argument prototype would still apply. */
10374 #ifdef __cplusplus
10375 extern "C"
10376 #endif
10377 char XShmQueryExtension ();
10379 main ()
10381 return XShmQueryExtension ();
10383 return 0;
10385 _ACEOF
10386 rm -f conftest.$ac_objext conftest$ac_exeext
10387 if { (ac_try="$ac_link"
10388 case "(($ac_try" in
10389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10390 *) ac_try_echo=$ac_try;;
10391 esac
10392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10393 (eval "$ac_link") 2>conftest.er1
10394 ac_status=$?
10395 grep -v '^ *+' conftest.er1 >conftest.err
10396 rm -f conftest.er1
10397 cat conftest.err >&5
10398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10399 (exit $ac_status); } && {
10400 test -z "$ac_c_werror_flag" ||
10401 test ! -s conftest.err
10402 } && test -s conftest$ac_exeext &&
10403 $as_test_x conftest$ac_exeext; then
10404 ac_cv_lib_Xext_XShmQueryExtension=yes
10405 else
10406 echo "$as_me: failed program was:" >&5
10407 sed 's/^/| /' conftest.$ac_ext >&5
10409 ac_cv_lib_Xext_XShmQueryExtension=no
10412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10413 conftest$ac_exeext conftest.$ac_ext
10414 LIBS=$ac_check_lib_save_LIBS
10416 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10417 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10418 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10420 cat >>confdefs.h <<\_ACEOF
10421 #define HAVE_LIBXXSHM 1
10422 _ACEOF
10427 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10428 case "x$with_xshm" in
10429 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10430 xno) ;;
10431 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10432 This is an error since --with-xshm was requested." >&5
10433 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10434 This is an error since --with-xshm was requested." >&2;}
10435 { (exit 1); exit 1; }; } ;;
10436 esac
10440 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10441 then
10442 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10443 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10444 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10445 echo $ECHO_N "(cached) $ECHO_C" >&6
10446 else
10447 ac_check_lib_save_LIBS=$LIBS
10448 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10449 cat >conftest.$ac_ext <<_ACEOF
10450 /* confdefs.h. */
10451 _ACEOF
10452 cat confdefs.h >>conftest.$ac_ext
10453 cat >>conftest.$ac_ext <<_ACEOF
10454 /* end confdefs.h. */
10456 /* Override any GCC internal prototype to avoid an error.
10457 Use char because int might match the return type of a GCC
10458 builtin and then its argument prototype would still apply. */
10459 #ifdef __cplusplus
10460 extern "C"
10461 #endif
10462 char XShapeQueryExtension ();
10464 main ()
10466 return XShapeQueryExtension ();
10468 return 0;
10470 _ACEOF
10471 rm -f conftest.$ac_objext conftest$ac_exeext
10472 if { (ac_try="$ac_link"
10473 case "(($ac_try" in
10474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10475 *) ac_try_echo=$ac_try;;
10476 esac
10477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10478 (eval "$ac_link") 2>conftest.er1
10479 ac_status=$?
10480 grep -v '^ *+' conftest.er1 >conftest.err
10481 rm -f conftest.er1
10482 cat conftest.err >&5
10483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10484 (exit $ac_status); } && {
10485 test -z "$ac_c_werror_flag" ||
10486 test ! -s conftest.err
10487 } && test -s conftest$ac_exeext &&
10488 $as_test_x conftest$ac_exeext; then
10489 ac_cv_lib_Xext_XShapeQueryExtension=yes
10490 else
10491 echo "$as_me: failed program was:" >&5
10492 sed 's/^/| /' conftest.$ac_ext >&5
10494 ac_cv_lib_Xext_XShapeQueryExtension=no
10497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10498 conftest$ac_exeext conftest.$ac_ext
10499 LIBS=$ac_check_lib_save_LIBS
10501 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10502 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10503 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10505 cat >>confdefs.h <<\_ACEOF
10506 #define HAVE_LIBXSHAPE 1
10507 _ACEOF
10512 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10513 case "x$with_xshape" in
10514 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10515 xno) ;;
10516 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10517 This is an error since --with-xshape was requested." >&5
10518 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10519 This is an error since --with-xshape was requested." >&2;}
10520 { (exit 1); exit 1; }; } ;;
10521 esac
10525 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10526 then
10527 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10528 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10529 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10530 echo $ECHO_N "(cached) $ECHO_C" >&6
10531 else
10532 ac_check_soname_save_LIBS=$LIBS
10533 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10534 cat >conftest.$ac_ext <<_ACEOF
10535 /* confdefs.h. */
10536 _ACEOF
10537 cat confdefs.h >>conftest.$ac_ext
10538 cat >>conftest.$ac_ext <<_ACEOF
10539 /* end confdefs.h. */
10541 /* Override any GCC internal prototype to avoid an error.
10542 Use char because int might match the return type of a GCC
10543 builtin and then its argument prototype would still apply. */
10544 #ifdef __cplusplus
10545 extern "C"
10546 #endif
10547 char XF86VidModeQueryExtension ();
10549 main ()
10551 return XF86VidModeQueryExtension ();
10553 return 0;
10555 _ACEOF
10556 rm -f conftest.$ac_objext conftest$ac_exeext
10557 if { (ac_try="$ac_link"
10558 case "(($ac_try" in
10559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10560 *) ac_try_echo=$ac_try;;
10561 esac
10562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10563 (eval "$ac_link") 2>conftest.er1
10564 ac_status=$?
10565 grep -v '^ *+' conftest.er1 >conftest.err
10566 rm -f conftest.er1
10567 cat conftest.err >&5
10568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10569 (exit $ac_status); } && {
10570 test -z "$ac_c_werror_flag" ||
10571 test ! -s conftest.err
10572 } && test -s conftest$ac_exeext &&
10573 $as_test_x conftest$ac_exeext; then
10574 case "$LIBEXT" in
10575 dll) ;;
10576 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'` ;;
10577 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10578 esac
10579 else
10580 echo "$as_me: failed program was:" >&5
10581 sed 's/^/| /' conftest.$ac_ext >&5
10586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10587 conftest$ac_exeext conftest.$ac_ext
10588 LIBS=$ac_check_soname_save_LIBS
10590 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10591 { echo "$as_me:$LINENO: result: not found" >&5
10592 echo "${ECHO_T}not found" >&6; }
10594 else
10595 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10596 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10598 cat >>confdefs.h <<_ACEOF
10599 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10600 _ACEOF
10606 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10607 case "x$with_xxf86vm" in
10608 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10609 xno) ;;
10610 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10611 This is an error since --with-xxf86vm was requested." >&5
10612 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10613 This is an error since --with-xxf86vm was requested." >&2;}
10614 { (exit 1); exit 1; }; } ;;
10615 esac
10619 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"
10620 then
10621 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10622 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10623 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10624 echo $ECHO_N "(cached) $ECHO_C" >&6
10625 else
10626 ac_check_soname_save_LIBS=$LIBS
10627 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10628 cat >conftest.$ac_ext <<_ACEOF
10629 /* confdefs.h. */
10630 _ACEOF
10631 cat confdefs.h >>conftest.$ac_ext
10632 cat >>conftest.$ac_ext <<_ACEOF
10633 /* end confdefs.h. */
10635 /* Override any GCC internal prototype to avoid an error.
10636 Use char because int might match the return type of a GCC
10637 builtin and then its argument prototype would still apply. */
10638 #ifdef __cplusplus
10639 extern "C"
10640 #endif
10641 char XRenderQueryExtension ();
10643 main ()
10645 return XRenderQueryExtension ();
10647 return 0;
10649 _ACEOF
10650 rm -f conftest.$ac_objext conftest$ac_exeext
10651 if { (ac_try="$ac_link"
10652 case "(($ac_try" in
10653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10654 *) ac_try_echo=$ac_try;;
10655 esac
10656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10657 (eval "$ac_link") 2>conftest.er1
10658 ac_status=$?
10659 grep -v '^ *+' conftest.er1 >conftest.err
10660 rm -f conftest.er1
10661 cat conftest.err >&5
10662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10663 (exit $ac_status); } && {
10664 test -z "$ac_c_werror_flag" ||
10665 test ! -s conftest.err
10666 } && test -s conftest$ac_exeext &&
10667 $as_test_x conftest$ac_exeext; then
10668 case "$LIBEXT" in
10669 dll) ;;
10670 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'` ;;
10671 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10672 esac
10673 else
10674 echo "$as_me: failed program was:" >&5
10675 sed 's/^/| /' conftest.$ac_ext >&5
10680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10681 conftest$ac_exeext conftest.$ac_ext
10682 LIBS=$ac_check_soname_save_LIBS
10684 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10685 { echo "$as_me:$LINENO: result: not found" >&5
10686 echo "${ECHO_T}not found" >&6; }
10688 else
10689 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10690 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10692 cat >>confdefs.h <<_ACEOF
10693 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10694 _ACEOF
10696 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10697 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10698 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10699 echo $ECHO_N "(cached) $ECHO_C" >&6
10700 else
10701 ac_check_lib_save_LIBS=$LIBS
10702 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10703 cat >conftest.$ac_ext <<_ACEOF
10704 /* confdefs.h. */
10705 _ACEOF
10706 cat confdefs.h >>conftest.$ac_ext
10707 cat >>conftest.$ac_ext <<_ACEOF
10708 /* end confdefs.h. */
10710 /* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10713 #ifdef __cplusplus
10714 extern "C"
10715 #endif
10716 char XRenderSetPictureTransform ();
10718 main ()
10720 return XRenderSetPictureTransform ();
10722 return 0;
10724 _ACEOF
10725 rm -f conftest.$ac_objext conftest$ac_exeext
10726 if { (ac_try="$ac_link"
10727 case "(($ac_try" in
10728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10729 *) ac_try_echo=$ac_try;;
10730 esac
10731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10732 (eval "$ac_link") 2>conftest.er1
10733 ac_status=$?
10734 grep -v '^ *+' conftest.er1 >conftest.err
10735 rm -f conftest.er1
10736 cat conftest.err >&5
10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738 (exit $ac_status); } && {
10739 test -z "$ac_c_werror_flag" ||
10740 test ! -s conftest.err
10741 } && test -s conftest$ac_exeext &&
10742 $as_test_x conftest$ac_exeext; then
10743 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10744 else
10745 echo "$as_me: failed program was:" >&5
10746 sed 's/^/| /' conftest.$ac_ext >&5
10748 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10752 conftest$ac_exeext conftest.$ac_ext
10753 LIBS=$ac_check_lib_save_LIBS
10755 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10756 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10757 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10759 cat >>confdefs.h <<\_ACEOF
10760 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10761 _ACEOF
10769 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10770 case "x$with_xrender" in
10771 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10772 xno) ;;
10773 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10774 This is an error since --with-xrender was requested." >&5
10775 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10776 This is an error since --with-xrender was requested." >&2;}
10777 { (exit 1); exit 1; }; } ;;
10778 esac
10782 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10783 then
10784 cat >conftest.$ac_ext <<_ACEOF
10785 /* confdefs.h. */
10786 _ACEOF
10787 cat confdefs.h >>conftest.$ac_ext
10788 cat >>conftest.$ac_ext <<_ACEOF
10789 /* end confdefs.h. */
10790 #include <X11/Xlib.h>
10791 #include <X11/extensions/Xrandr.h>
10793 main ()
10795 static typeof(XRRSetScreenConfigAndRate) * func;
10797 return 0;
10799 _ACEOF
10800 rm -f conftest.$ac_objext
10801 if { (ac_try="$ac_compile"
10802 case "(($ac_try" in
10803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10804 *) ac_try_echo=$ac_try;;
10805 esac
10806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10807 (eval "$ac_compile") 2>conftest.er1
10808 ac_status=$?
10809 grep -v '^ *+' conftest.er1 >conftest.err
10810 rm -f conftest.er1
10811 cat conftest.err >&5
10812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10813 (exit $ac_status); } && {
10814 test -z "$ac_c_werror_flag" ||
10815 test ! -s conftest.err
10816 } && test -s conftest.$ac_objext; then
10817 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10818 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10819 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10820 echo $ECHO_N "(cached) $ECHO_C" >&6
10821 else
10822 ac_check_soname_save_LIBS=$LIBS
10823 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10824 cat >conftest.$ac_ext <<_ACEOF
10825 /* confdefs.h. */
10826 _ACEOF
10827 cat confdefs.h >>conftest.$ac_ext
10828 cat >>conftest.$ac_ext <<_ACEOF
10829 /* end confdefs.h. */
10831 /* Override any GCC internal prototype to avoid an error.
10832 Use char because int might match the return type of a GCC
10833 builtin and then its argument prototype would still apply. */
10834 #ifdef __cplusplus
10835 extern "C"
10836 #endif
10837 char XRRQueryExtension ();
10839 main ()
10841 return XRRQueryExtension ();
10843 return 0;
10845 _ACEOF
10846 rm -f conftest.$ac_objext conftest$ac_exeext
10847 if { (ac_try="$ac_link"
10848 case "(($ac_try" in
10849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10850 *) ac_try_echo=$ac_try;;
10851 esac
10852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10853 (eval "$ac_link") 2>conftest.er1
10854 ac_status=$?
10855 grep -v '^ *+' conftest.er1 >conftest.err
10856 rm -f conftest.er1
10857 cat conftest.err >&5
10858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10859 (exit $ac_status); } && {
10860 test -z "$ac_c_werror_flag" ||
10861 test ! -s conftest.err
10862 } && test -s conftest$ac_exeext &&
10863 $as_test_x conftest$ac_exeext; then
10864 case "$LIBEXT" in
10865 dll) ;;
10866 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'` ;;
10867 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10868 esac
10869 else
10870 echo "$as_me: failed program was:" >&5
10871 sed 's/^/| /' conftest.$ac_ext >&5
10876 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10877 conftest$ac_exeext conftest.$ac_ext
10878 LIBS=$ac_check_soname_save_LIBS
10880 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10881 { echo "$as_me:$LINENO: result: not found" >&5
10882 echo "${ECHO_T}not found" >&6; }
10884 else
10885 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10886 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10888 cat >>confdefs.h <<_ACEOF
10889 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10890 _ACEOF
10895 else
10896 echo "$as_me: failed program was:" >&5
10897 sed 's/^/| /' conftest.$ac_ext >&5
10902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10904 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10905 case "x$with_xrandr" in
10906 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10907 xno) ;;
10908 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10909 This is an error since --with-xrandr was requested." >&5
10910 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10911 This is an error since --with-xrandr was requested." >&2;}
10912 { (exit 1); exit 1; }; } ;;
10913 esac
10917 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10918 then
10919 cat >conftest.$ac_ext <<_ACEOF
10920 /* confdefs.h. */
10921 _ACEOF
10922 cat confdefs.h >>conftest.$ac_ext
10923 cat >>conftest.$ac_ext <<_ACEOF
10924 /* end confdefs.h. */
10925 #include <X11/Xlib.h>
10926 #include <X11/extensions/Xinerama.h>
10928 main ()
10930 static typeof(XineramaQueryScreens) * func;
10932 return 0;
10934 _ACEOF
10935 rm -f conftest.$ac_objext
10936 if { (ac_try="$ac_compile"
10937 case "(($ac_try" in
10938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10939 *) ac_try_echo=$ac_try;;
10940 esac
10941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10942 (eval "$ac_compile") 2>conftest.er1
10943 ac_status=$?
10944 grep -v '^ *+' conftest.er1 >conftest.err
10945 rm -f conftest.er1
10946 cat conftest.err >&5
10947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10948 (exit $ac_status); } && {
10949 test -z "$ac_c_werror_flag" ||
10950 test ! -s conftest.err
10951 } && test -s conftest.$ac_objext; then
10952 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10953 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10954 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10955 echo $ECHO_N "(cached) $ECHO_C" >&6
10956 else
10957 ac_check_soname_save_LIBS=$LIBS
10958 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10959 cat >conftest.$ac_ext <<_ACEOF
10960 /* confdefs.h. */
10961 _ACEOF
10962 cat confdefs.h >>conftest.$ac_ext
10963 cat >>conftest.$ac_ext <<_ACEOF
10964 /* end confdefs.h. */
10966 /* Override any GCC internal prototype to avoid an error.
10967 Use char because int might match the return type of a GCC
10968 builtin and then its argument prototype would still apply. */
10969 #ifdef __cplusplus
10970 extern "C"
10971 #endif
10972 char XineramaQueryScreens ();
10974 main ()
10976 return XineramaQueryScreens ();
10978 return 0;
10980 _ACEOF
10981 rm -f conftest.$ac_objext conftest$ac_exeext
10982 if { (ac_try="$ac_link"
10983 case "(($ac_try" in
10984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10985 *) ac_try_echo=$ac_try;;
10986 esac
10987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10988 (eval "$ac_link") 2>conftest.er1
10989 ac_status=$?
10990 grep -v '^ *+' conftest.er1 >conftest.err
10991 rm -f conftest.er1
10992 cat conftest.err >&5
10993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10994 (exit $ac_status); } && {
10995 test -z "$ac_c_werror_flag" ||
10996 test ! -s conftest.err
10997 } && test -s conftest$ac_exeext &&
10998 $as_test_x conftest$ac_exeext; then
10999 case "$LIBEXT" in
11000 dll) ;;
11001 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'` ;;
11002 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11003 esac
11004 else
11005 echo "$as_me: failed program was:" >&5
11006 sed 's/^/| /' conftest.$ac_ext >&5
11011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11012 conftest$ac_exeext conftest.$ac_ext
11013 LIBS=$ac_check_soname_save_LIBS
11015 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11016 { echo "$as_me:$LINENO: result: not found" >&5
11017 echo "${ECHO_T}not found" >&6; }
11019 else
11020 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11021 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11023 cat >>confdefs.h <<_ACEOF
11024 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11025 _ACEOF
11030 else
11031 echo "$as_me: failed program was:" >&5
11032 sed 's/^/| /' conftest.$ac_ext >&5
11037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11039 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11040 case "x$with_xinerama" in
11041 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11042 xno) ;;
11043 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11044 This is an error since --with-xinerama was requested." >&5
11045 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11046 This is an error since --with-xinerama was requested." >&2;}
11047 { (exit 1); exit 1; }; } ;;
11048 esac
11052 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11053 then
11054 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11055 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11056 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11057 echo $ECHO_N "(cached) $ECHO_C" >&6
11058 else
11059 ac_check_soname_save_LIBS=$LIBS
11060 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11061 cat >conftest.$ac_ext <<_ACEOF
11062 /* confdefs.h. */
11063 _ACEOF
11064 cat confdefs.h >>conftest.$ac_ext
11065 cat >>conftest.$ac_ext <<_ACEOF
11066 /* end confdefs.h. */
11068 /* Override any GCC internal prototype to avoid an error.
11069 Use char because int might match the return type of a GCC
11070 builtin and then its argument prototype would still apply. */
11071 #ifdef __cplusplus
11072 extern "C"
11073 #endif
11074 char XCompositeRedirectWindow ();
11076 main ()
11078 return XCompositeRedirectWindow ();
11080 return 0;
11082 _ACEOF
11083 rm -f conftest.$ac_objext conftest$ac_exeext
11084 if { (ac_try="$ac_link"
11085 case "(($ac_try" in
11086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11087 *) ac_try_echo=$ac_try;;
11088 esac
11089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11090 (eval "$ac_link") 2>conftest.er1
11091 ac_status=$?
11092 grep -v '^ *+' conftest.er1 >conftest.err
11093 rm -f conftest.er1
11094 cat conftest.err >&5
11095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11096 (exit $ac_status); } && {
11097 test -z "$ac_c_werror_flag" ||
11098 test ! -s conftest.err
11099 } && test -s conftest$ac_exeext &&
11100 $as_test_x conftest$ac_exeext; then
11101 case "$LIBEXT" in
11102 dll) ;;
11103 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'` ;;
11104 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11105 esac
11106 else
11107 echo "$as_me: failed program was:" >&5
11108 sed 's/^/| /' conftest.$ac_ext >&5
11113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11114 conftest$ac_exeext conftest.$ac_ext
11115 LIBS=$ac_check_soname_save_LIBS
11117 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11118 { echo "$as_me:$LINENO: result: not found" >&5
11119 echo "${ECHO_T}not found" >&6; }
11121 else
11122 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11123 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11125 cat >>confdefs.h <<_ACEOF
11126 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11127 _ACEOF
11133 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11134 case "x$with_xcomposite" in
11135 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11136 xno) ;;
11137 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11138 This is an error since --with-xcomposite was requested." >&5
11139 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11140 This is an error since --with-xcomposite was requested." >&2;}
11141 { (exit 1); exit 1; }; } ;;
11142 esac
11146 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11147 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11148 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11149 echo $ECHO_N "(cached) $ECHO_C" >&6
11150 else
11151 cat >conftest.$ac_ext <<_ACEOF
11152 /* confdefs.h. */
11153 _ACEOF
11154 cat confdefs.h >>conftest.$ac_ext
11155 cat >>conftest.$ac_ext <<_ACEOF
11156 /* end confdefs.h. */
11157 #ifdef HAVE_X11_XLIB_H
11158 #include <X11/Xlib.h>
11159 #endif
11162 main ()
11164 static XICCallback ac_aggr;
11165 if (ac_aggr.callback)
11166 return 0;
11168 return 0;
11170 _ACEOF
11171 rm -f conftest.$ac_objext
11172 if { (ac_try="$ac_compile"
11173 case "(($ac_try" in
11174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11175 *) ac_try_echo=$ac_try;;
11176 esac
11177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11178 (eval "$ac_compile") 2>conftest.er1
11179 ac_status=$?
11180 grep -v '^ *+' conftest.er1 >conftest.err
11181 rm -f conftest.er1
11182 cat conftest.err >&5
11183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11184 (exit $ac_status); } && {
11185 test -z "$ac_c_werror_flag" ||
11186 test ! -s conftest.err
11187 } && test -s conftest.$ac_objext; then
11188 ac_cv_member_XICCallback_callback=yes
11189 else
11190 echo "$as_me: failed program was:" >&5
11191 sed 's/^/| /' conftest.$ac_ext >&5
11193 cat >conftest.$ac_ext <<_ACEOF
11194 /* confdefs.h. */
11195 _ACEOF
11196 cat confdefs.h >>conftest.$ac_ext
11197 cat >>conftest.$ac_ext <<_ACEOF
11198 /* end confdefs.h. */
11199 #ifdef HAVE_X11_XLIB_H
11200 #include <X11/Xlib.h>
11201 #endif
11204 main ()
11206 static XICCallback ac_aggr;
11207 if (sizeof ac_aggr.callback)
11208 return 0;
11210 return 0;
11212 _ACEOF
11213 rm -f conftest.$ac_objext
11214 if { (ac_try="$ac_compile"
11215 case "(($ac_try" in
11216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11217 *) ac_try_echo=$ac_try;;
11218 esac
11219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11220 (eval "$ac_compile") 2>conftest.er1
11221 ac_status=$?
11222 grep -v '^ *+' conftest.er1 >conftest.err
11223 rm -f conftest.er1
11224 cat conftest.err >&5
11225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11226 (exit $ac_status); } && {
11227 test -z "$ac_c_werror_flag" ||
11228 test ! -s conftest.err
11229 } && test -s conftest.$ac_objext; then
11230 ac_cv_member_XICCallback_callback=yes
11231 else
11232 echo "$as_me: failed program was:" >&5
11233 sed 's/^/| /' conftest.$ac_ext >&5
11235 ac_cv_member_XICCallback_callback=no
11238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11243 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11244 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11245 if test $ac_cv_member_XICCallback_callback = yes; then
11247 cat >>confdefs.h <<_ACEOF
11248 #define HAVE_XICCALLBACK_CALLBACK 1
11249 _ACEOF
11256 opengl_msg=""
11257 if test "x$with_opengl" != "xno"
11258 then
11263 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11265 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11266 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11267 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11268 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11269 echo $ECHO_N "(cached) $ECHO_C" >&6
11270 else
11271 cat >conftest.$ac_ext <<_ACEOF
11272 /* confdefs.h. */
11273 _ACEOF
11274 cat confdefs.h >>conftest.$ac_ext
11275 cat >>conftest.$ac_ext <<_ACEOF
11276 /* end confdefs.h. */
11277 #ifdef HAVE_GL_GLX_H
11278 # include <GL/glx.h>
11279 #endif
11281 #include <$ac_header>
11282 _ACEOF
11283 rm -f conftest.$ac_objext
11284 if { (ac_try="$ac_compile"
11285 case "(($ac_try" in
11286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11287 *) ac_try_echo=$ac_try;;
11288 esac
11289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11290 (eval "$ac_compile") 2>conftest.er1
11291 ac_status=$?
11292 grep -v '^ *+' conftest.er1 >conftest.err
11293 rm -f conftest.er1
11294 cat conftest.err >&5
11295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11296 (exit $ac_status); } && {
11297 test -z "$ac_c_werror_flag" ||
11298 test ! -s conftest.err
11299 } && test -s conftest.$ac_objext; then
11300 eval "$as_ac_Header=yes"
11301 else
11302 echo "$as_me: failed program was:" >&5
11303 sed 's/^/| /' conftest.$ac_ext >&5
11305 eval "$as_ac_Header=no"
11308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11310 ac_res=`eval echo '${'$as_ac_Header'}'`
11311 { echo "$as_me:$LINENO: result: $ac_res" >&5
11312 echo "${ECHO_T}$ac_res" >&6; }
11313 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11314 cat >>confdefs.h <<_ACEOF
11315 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11316 _ACEOF
11320 done
11322 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11323 then
11324 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11325 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11326 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11327 echo $ECHO_N "(cached) $ECHO_C" >&6
11328 else
11329 cat >conftest.$ac_ext <<_ACEOF
11330 /* confdefs.h. */
11331 _ACEOF
11332 cat confdefs.h >>conftest.$ac_ext
11333 cat >>conftest.$ac_ext <<_ACEOF
11334 /* end confdefs.h. */
11335 #include <GL/gl.h>
11337 main ()
11339 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11341 return 0;
11343 _ACEOF
11344 rm -f conftest.$ac_objext
11345 if { (ac_try="$ac_compile"
11346 case "(($ac_try" in
11347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11348 *) ac_try_echo=$ac_try;;
11349 esac
11350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11351 (eval "$ac_compile") 2>conftest.er1
11352 ac_status=$?
11353 grep -v '^ *+' conftest.er1 >conftest.err
11354 rm -f conftest.er1
11355 cat conftest.err >&5
11356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11357 (exit $ac_status); } && {
11358 test -z "$ac_c_werror_flag" ||
11359 test ! -s conftest.err
11360 } && test -s conftest.$ac_objext; then
11361 wine_cv_opengl_header_version_OK="yes"
11362 else
11363 echo "$as_me: failed program was:" >&5
11364 sed 's/^/| /' conftest.$ac_ext >&5
11366 wine_cv_opengl_header_version_OK="no"
11369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11371 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11372 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11374 if test "$wine_cv_opengl_header_version_OK" = "yes"
11375 then
11376 { echo "$as_me:$LINENO: checking for -lGL" >&5
11377 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11378 if test "${ac_cv_lib_soname_GL+set}" = set; then
11379 echo $ECHO_N "(cached) $ECHO_C" >&6
11380 else
11381 ac_check_soname_save_LIBS=$LIBS
11382 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11383 cat >conftest.$ac_ext <<_ACEOF
11384 /* confdefs.h. */
11385 _ACEOF
11386 cat confdefs.h >>conftest.$ac_ext
11387 cat >>conftest.$ac_ext <<_ACEOF
11388 /* end confdefs.h. */
11390 /* Override any GCC internal prototype to avoid an error.
11391 Use char because int might match the return type of a GCC
11392 builtin and then its argument prototype would still apply. */
11393 #ifdef __cplusplus
11394 extern "C"
11395 #endif
11396 char glXCreateContext ();
11398 main ()
11400 return glXCreateContext ();
11402 return 0;
11404 _ACEOF
11405 rm -f conftest.$ac_objext conftest$ac_exeext
11406 if { (ac_try="$ac_link"
11407 case "(($ac_try" in
11408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11409 *) ac_try_echo=$ac_try;;
11410 esac
11411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11412 (eval "$ac_link") 2>conftest.er1
11413 ac_status=$?
11414 grep -v '^ *+' conftest.er1 >conftest.err
11415 rm -f conftest.er1
11416 cat conftest.err >&5
11417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11418 (exit $ac_status); } && {
11419 test -z "$ac_c_werror_flag" ||
11420 test ! -s conftest.err
11421 } && test -s conftest$ac_exeext &&
11422 $as_test_x conftest$ac_exeext; then
11423 case "$LIBEXT" in
11424 dll) ;;
11425 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'` ;;
11426 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11427 esac
11428 else
11429 echo "$as_me: failed program was:" >&5
11430 sed 's/^/| /' conftest.$ac_ext >&5
11435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11436 conftest$ac_exeext conftest.$ac_ext
11437 LIBS=$ac_check_soname_save_LIBS
11439 if test "x$ac_cv_lib_soname_GL" = "x"; then
11440 { echo "$as_me:$LINENO: result: not found" >&5
11441 echo "${ECHO_T}not found" >&6; }
11442 { echo "$as_me:$LINENO: checking for -lGL" >&5
11443 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11444 if test "${ac_cv_lib_soname_GL+set}" = set; then
11445 echo $ECHO_N "(cached) $ECHO_C" >&6
11446 else
11447 ac_check_soname_save_LIBS=$LIBS
11448 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"
11449 cat >conftest.$ac_ext <<_ACEOF
11450 /* confdefs.h. */
11451 _ACEOF
11452 cat confdefs.h >>conftest.$ac_ext
11453 cat >>conftest.$ac_ext <<_ACEOF
11454 /* end confdefs.h. */
11456 /* Override any GCC internal prototype to avoid an error.
11457 Use char because int might match the return type of a GCC
11458 builtin and then its argument prototype would still apply. */
11459 #ifdef __cplusplus
11460 extern "C"
11461 #endif
11462 char glXCreateContext ();
11464 main ()
11466 return glXCreateContext ();
11468 return 0;
11470 _ACEOF
11471 rm -f conftest.$ac_objext conftest$ac_exeext
11472 if { (ac_try="$ac_link"
11473 case "(($ac_try" in
11474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11475 *) ac_try_echo=$ac_try;;
11476 esac
11477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11478 (eval "$ac_link") 2>conftest.er1
11479 ac_status=$?
11480 grep -v '^ *+' conftest.er1 >conftest.err
11481 rm -f conftest.er1
11482 cat conftest.err >&5
11483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11484 (exit $ac_status); } && {
11485 test -z "$ac_c_werror_flag" ||
11486 test ! -s conftest.err
11487 } && test -s conftest$ac_exeext &&
11488 $as_test_x conftest$ac_exeext; then
11489 case "$LIBEXT" in
11490 dll) ;;
11491 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'` ;;
11492 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11493 esac
11494 else
11495 echo "$as_me: failed program was:" >&5
11496 sed 's/^/| /' conftest.$ac_ext >&5
11501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11502 conftest$ac_exeext conftest.$ac_ext
11503 LIBS=$ac_check_soname_save_LIBS
11505 if test "x$ac_cv_lib_soname_GL" = "x"; then
11506 { echo "$as_me:$LINENO: result: not found" >&5
11507 echo "${ECHO_T}not found" >&6; }
11508 if test -f /usr/X11R6/lib/libGL.a
11509 then
11510 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11511 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11512 else
11513 opengl_msg="No OpenGL library found on this system."
11515 else
11516 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11517 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11519 cat >>confdefs.h <<_ACEOF
11520 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11521 _ACEOF
11523 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"
11525 cat >>confdefs.h <<\_ACEOF
11526 #define HAVE_OPENGL 1
11527 _ACEOF
11531 else
11532 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11533 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11535 cat >>confdefs.h <<_ACEOF
11536 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11537 _ACEOF
11539 OPENGL_LIBS="-lGL"
11541 cat >>confdefs.h <<\_ACEOF
11542 #define HAVE_OPENGL 1
11543 _ACEOF
11547 if test "$ac_cv_header_GL_glu_h" = "yes"
11548 then
11549 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11550 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11551 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11552 echo $ECHO_N "(cached) $ECHO_C" >&6
11553 else
11554 ac_check_soname_save_LIBS=$LIBS
11555 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11556 cat >conftest.$ac_ext <<_ACEOF
11557 /* confdefs.h. */
11558 _ACEOF
11559 cat confdefs.h >>conftest.$ac_ext
11560 cat >>conftest.$ac_ext <<_ACEOF
11561 /* end confdefs.h. */
11563 /* Override any GCC internal prototype to avoid an error.
11564 Use char because int might match the return type of a GCC
11565 builtin and then its argument prototype would still apply. */
11566 #ifdef __cplusplus
11567 extern "C"
11568 #endif
11569 char gluLookAt ();
11571 main ()
11573 return gluLookAt ();
11575 return 0;
11577 _ACEOF
11578 rm -f conftest.$ac_objext conftest$ac_exeext
11579 if { (ac_try="$ac_link"
11580 case "(($ac_try" in
11581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11582 *) ac_try_echo=$ac_try;;
11583 esac
11584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11585 (eval "$ac_link") 2>conftest.er1
11586 ac_status=$?
11587 grep -v '^ *+' conftest.er1 >conftest.err
11588 rm -f conftest.er1
11589 cat conftest.err >&5
11590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11591 (exit $ac_status); } && {
11592 test -z "$ac_c_werror_flag" ||
11593 test ! -s conftest.err
11594 } && test -s conftest$ac_exeext &&
11595 $as_test_x conftest$ac_exeext; then
11596 case "$LIBEXT" in
11597 dll) ;;
11598 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'` ;;
11599 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11600 esac
11601 else
11602 echo "$as_me: failed program was:" >&5
11603 sed 's/^/| /' conftest.$ac_ext >&5
11608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11609 conftest$ac_exeext conftest.$ac_ext
11610 LIBS=$ac_check_soname_save_LIBS
11612 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11613 { echo "$as_me:$LINENO: result: not found" >&5
11614 echo "${ECHO_T}not found" >&6; }
11616 else
11617 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11618 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11620 cat >>confdefs.h <<_ACEOF
11621 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11622 _ACEOF
11628 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11629 case "x$with_glu" in
11630 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11631 xno) ;;
11632 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11633 This is an error since --with-glu was requested." >&5
11634 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11635 This is an error since --with-glu was requested." >&2;}
11636 { (exit 1); exit 1; }; } ;;
11637 esac
11640 else
11641 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11643 else
11644 opengl_msg="OpenGL development headers not found."
11646 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11647 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11648 else
11649 enable_opengl32=${enable_opengl32:-no}
11650 enable_glu32=${enable_glu32:-no}
11652 if test -n "$opengl_msg"; then
11653 case "x$with_opengl" in
11654 x) wine_warnings="$wine_warnings|$opengl_msg
11655 OpenGL and Direct3D won't be supported." ;;
11656 xno) ;;
11657 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11658 OpenGL and Direct3D won't be supported.
11659 This is an error since --with-opengl was requested." >&5
11660 echo "$as_me: error: $opengl_msg
11661 OpenGL and Direct3D won't be supported.
11662 This is an error since --with-opengl was requested." >&2;}
11663 { (exit 1); exit 1; }; } ;;
11664 esac
11668 NASLIBS=""
11671 for ac_header in audio/audiolib.h
11673 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11674 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11675 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11676 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11677 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11678 echo $ECHO_N "(cached) $ECHO_C" >&6
11680 ac_res=`eval echo '${'$as_ac_Header'}'`
11681 { echo "$as_me:$LINENO: result: $ac_res" >&5
11682 echo "${ECHO_T}$ac_res" >&6; }
11683 else
11684 # Is the header compilable?
11685 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11686 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11687 cat >conftest.$ac_ext <<_ACEOF
11688 /* confdefs.h. */
11689 _ACEOF
11690 cat confdefs.h >>conftest.$ac_ext
11691 cat >>conftest.$ac_ext <<_ACEOF
11692 /* end confdefs.h. */
11693 $ac_includes_default
11694 #include <$ac_header>
11695 _ACEOF
11696 rm -f conftest.$ac_objext
11697 if { (ac_try="$ac_compile"
11698 case "(($ac_try" in
11699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11700 *) ac_try_echo=$ac_try;;
11701 esac
11702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11703 (eval "$ac_compile") 2>conftest.er1
11704 ac_status=$?
11705 grep -v '^ *+' conftest.er1 >conftest.err
11706 rm -f conftest.er1
11707 cat conftest.err >&5
11708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11709 (exit $ac_status); } && {
11710 test -z "$ac_c_werror_flag" ||
11711 test ! -s conftest.err
11712 } && test -s conftest.$ac_objext; then
11713 ac_header_compiler=yes
11714 else
11715 echo "$as_me: failed program was:" >&5
11716 sed 's/^/| /' conftest.$ac_ext >&5
11718 ac_header_compiler=no
11721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11722 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11723 echo "${ECHO_T}$ac_header_compiler" >&6; }
11725 # Is the header present?
11726 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11727 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11728 cat >conftest.$ac_ext <<_ACEOF
11729 /* confdefs.h. */
11730 _ACEOF
11731 cat confdefs.h >>conftest.$ac_ext
11732 cat >>conftest.$ac_ext <<_ACEOF
11733 /* end confdefs.h. */
11734 #include <$ac_header>
11735 _ACEOF
11736 if { (ac_try="$ac_cpp conftest.$ac_ext"
11737 case "(($ac_try" in
11738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11739 *) ac_try_echo=$ac_try;;
11740 esac
11741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11742 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11743 ac_status=$?
11744 grep -v '^ *+' conftest.er1 >conftest.err
11745 rm -f conftest.er1
11746 cat conftest.err >&5
11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); } >/dev/null && {
11749 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11750 test ! -s conftest.err
11751 }; then
11752 ac_header_preproc=yes
11753 else
11754 echo "$as_me: failed program was:" >&5
11755 sed 's/^/| /' conftest.$ac_ext >&5
11757 ac_header_preproc=no
11760 rm -f conftest.err conftest.$ac_ext
11761 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11762 echo "${ECHO_T}$ac_header_preproc" >&6; }
11764 # So? What about this header?
11765 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11766 yes:no: )
11767 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11768 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11769 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11770 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11771 ac_header_preproc=yes
11773 no:yes:* )
11774 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11775 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11776 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11777 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11778 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11779 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11780 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11781 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11782 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11783 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11784 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11785 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11786 ( cat <<\_ASBOX
11787 ## ------------------------------------ ##
11788 ## Report this to wine-devel@winehq.org ##
11789 ## ------------------------------------ ##
11790 _ASBOX
11791 ) | sed "s/^/$as_me: WARNING: /" >&2
11793 esac
11794 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11795 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11796 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11797 echo $ECHO_N "(cached) $ECHO_C" >&6
11798 else
11799 eval "$as_ac_Header=\$ac_header_preproc"
11801 ac_res=`eval echo '${'$as_ac_Header'}'`
11802 { echo "$as_me:$LINENO: result: $ac_res" >&5
11803 echo "${ECHO_T}$ac_res" >&6; }
11806 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11807 cat >>confdefs.h <<_ACEOF
11808 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11809 _ACEOF
11811 for ac_header in audio/soundlib.h
11813 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11814 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11815 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11816 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11817 echo $ECHO_N "(cached) $ECHO_C" >&6
11818 else
11819 cat >conftest.$ac_ext <<_ACEOF
11820 /* confdefs.h. */
11821 _ACEOF
11822 cat confdefs.h >>conftest.$ac_ext
11823 cat >>conftest.$ac_ext <<_ACEOF
11824 /* end confdefs.h. */
11825 #include <audio/audiolib.h>
11827 #include <$ac_header>
11828 _ACEOF
11829 rm -f conftest.$ac_objext
11830 if { (ac_try="$ac_compile"
11831 case "(($ac_try" in
11832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11833 *) ac_try_echo=$ac_try;;
11834 esac
11835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11836 (eval "$ac_compile") 2>conftest.er1
11837 ac_status=$?
11838 grep -v '^ *+' conftest.er1 >conftest.err
11839 rm -f conftest.er1
11840 cat conftest.err >&5
11841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11842 (exit $ac_status); } && {
11843 test -z "$ac_c_werror_flag" ||
11844 test ! -s conftest.err
11845 } && test -s conftest.$ac_objext; then
11846 eval "$as_ac_Header=yes"
11847 else
11848 echo "$as_me: failed program was:" >&5
11849 sed 's/^/| /' conftest.$ac_ext >&5
11851 eval "$as_ac_Header=no"
11854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11856 ac_res=`eval echo '${'$as_ac_Header'}'`
11857 { echo "$as_me:$LINENO: result: $ac_res" >&5
11858 echo "${ECHO_T}$ac_res" >&6; }
11859 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11860 cat >>confdefs.h <<_ACEOF
11861 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11862 _ACEOF
11866 done
11868 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11869 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11870 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11871 echo $ECHO_N "(cached) $ECHO_C" >&6
11872 else
11873 ac_check_lib_save_LIBS=$LIBS
11874 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11875 cat >conftest.$ac_ext <<_ACEOF
11876 /* confdefs.h. */
11877 _ACEOF
11878 cat confdefs.h >>conftest.$ac_ext
11879 cat >>conftest.$ac_ext <<_ACEOF
11880 /* end confdefs.h. */
11882 /* Override any GCC internal prototype to avoid an error.
11883 Use char because int might match the return type of a GCC
11884 builtin and then its argument prototype would still apply. */
11885 #ifdef __cplusplus
11886 extern "C"
11887 #endif
11888 char AuCreateFlow ();
11890 main ()
11892 return AuCreateFlow ();
11894 return 0;
11896 _ACEOF
11897 rm -f conftest.$ac_objext conftest$ac_exeext
11898 if { (ac_try="$ac_link"
11899 case "(($ac_try" in
11900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11901 *) ac_try_echo=$ac_try;;
11902 esac
11903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11904 (eval "$ac_link") 2>conftest.er1
11905 ac_status=$?
11906 grep -v '^ *+' conftest.er1 >conftest.err
11907 rm -f conftest.er1
11908 cat conftest.err >&5
11909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11910 (exit $ac_status); } && {
11911 test -z "$ac_c_werror_flag" ||
11912 test ! -s conftest.err
11913 } && test -s conftest$ac_exeext &&
11914 $as_test_x conftest$ac_exeext; then
11915 ac_cv_lib_audio_AuCreateFlow=yes
11916 else
11917 echo "$as_me: failed program was:" >&5
11918 sed 's/^/| /' conftest.$ac_ext >&5
11920 ac_cv_lib_audio_AuCreateFlow=no
11923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11924 conftest$ac_exeext conftest.$ac_ext
11925 LIBS=$ac_check_lib_save_LIBS
11927 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11928 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11929 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11931 cat >>confdefs.h <<\_ACEOF
11932 #define HAVE_NAS 1
11933 _ACEOF
11935 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11936 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11937 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11938 echo $ECHO_N "(cached) $ECHO_C" >&6
11939 else
11940 ac_check_lib_save_LIBS=$LIBS
11941 LIBS="-lXau $X_LIBS $LIBS"
11942 cat >conftest.$ac_ext <<_ACEOF
11943 /* confdefs.h. */
11944 _ACEOF
11945 cat confdefs.h >>conftest.$ac_ext
11946 cat >>conftest.$ac_ext <<_ACEOF
11947 /* end confdefs.h. */
11949 /* Override any GCC internal prototype to avoid an error.
11950 Use char because int might match the return type of a GCC
11951 builtin and then its argument prototype would still apply. */
11952 #ifdef __cplusplus
11953 extern "C"
11954 #endif
11955 char XauGetBestAuthByAddr ();
11957 main ()
11959 return XauGetBestAuthByAddr ();
11961 return 0;
11963 _ACEOF
11964 rm -f conftest.$ac_objext conftest$ac_exeext
11965 if { (ac_try="$ac_link"
11966 case "(($ac_try" in
11967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11968 *) ac_try_echo=$ac_try;;
11969 esac
11970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11971 (eval "$ac_link") 2>conftest.er1
11972 ac_status=$?
11973 grep -v '^ *+' conftest.er1 >conftest.err
11974 rm -f conftest.er1
11975 cat conftest.err >&5
11976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11977 (exit $ac_status); } && {
11978 test -z "$ac_c_werror_flag" ||
11979 test ! -s conftest.err
11980 } && test -s conftest$ac_exeext &&
11981 $as_test_x conftest$ac_exeext; then
11982 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11983 else
11984 echo "$as_me: failed program was:" >&5
11985 sed 's/^/| /' conftest.$ac_ext >&5
11987 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11991 conftest$ac_exeext conftest.$ac_ext
11992 LIBS=$ac_check_lib_save_LIBS
11994 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11995 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11996 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11997 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11998 else
11999 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12007 done
12010 CPPFLAGS="$ac_save_CPPFLAGS"
12011 else
12012 XLIB=""
12013 X_CFLAGS=""
12014 X_LIBS=""
12015 enable_winex11_drv=${enable_winex11_drv:-no}
12016 enable_opengl32=${enable_opengl32:-no}
12017 enable_glu32=${enable_glu32:-no}
12019 if test "x$XLIB" = "x"; then
12020 case "x$with_x" in
12021 xno) ;;
12022 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12023 without X support, which probably isn't what you want. You will need to install
12024 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12025 Use the --without-x option if you really want this." >&5
12026 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12027 without X support, which probably isn't what you want. You will need to install
12028 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12029 Use the --without-x option if you really want this." >&2;}
12030 { (exit 1); exit 1; }; } ;;
12031 esac
12036 XML2LIBS=""
12038 XML2INCL=""
12040 XSLTINCL=""
12042 if test "x$with_xml" != "xno"
12043 then
12044 ac_save_CPPFLAGS="$CPPFLAGS"
12045 if test "$PKG_CONFIG" != "false"
12046 then
12047 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12048 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12049 else
12050 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12051 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12053 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12055 for ac_header in libxml/parser.h
12057 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12059 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12060 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12061 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12062 echo $ECHO_N "(cached) $ECHO_C" >&6
12064 ac_res=`eval echo '${'$as_ac_Header'}'`
12065 { echo "$as_me:$LINENO: result: $ac_res" >&5
12066 echo "${ECHO_T}$ac_res" >&6; }
12067 else
12068 # Is the header compilable?
12069 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12070 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12071 cat >conftest.$ac_ext <<_ACEOF
12072 /* confdefs.h. */
12073 _ACEOF
12074 cat confdefs.h >>conftest.$ac_ext
12075 cat >>conftest.$ac_ext <<_ACEOF
12076 /* end confdefs.h. */
12077 $ac_includes_default
12078 #include <$ac_header>
12079 _ACEOF
12080 rm -f conftest.$ac_objext
12081 if { (ac_try="$ac_compile"
12082 case "(($ac_try" in
12083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12084 *) ac_try_echo=$ac_try;;
12085 esac
12086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12087 (eval "$ac_compile") 2>conftest.er1
12088 ac_status=$?
12089 grep -v '^ *+' conftest.er1 >conftest.err
12090 rm -f conftest.er1
12091 cat conftest.err >&5
12092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12093 (exit $ac_status); } && {
12094 test -z "$ac_c_werror_flag" ||
12095 test ! -s conftest.err
12096 } && test -s conftest.$ac_objext; then
12097 ac_header_compiler=yes
12098 else
12099 echo "$as_me: failed program was:" >&5
12100 sed 's/^/| /' conftest.$ac_ext >&5
12102 ac_header_compiler=no
12105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12106 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12107 echo "${ECHO_T}$ac_header_compiler" >&6; }
12109 # Is the header present?
12110 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12111 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12112 cat >conftest.$ac_ext <<_ACEOF
12113 /* confdefs.h. */
12114 _ACEOF
12115 cat confdefs.h >>conftest.$ac_ext
12116 cat >>conftest.$ac_ext <<_ACEOF
12117 /* end confdefs.h. */
12118 #include <$ac_header>
12119 _ACEOF
12120 if { (ac_try="$ac_cpp conftest.$ac_ext"
12121 case "(($ac_try" in
12122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12123 *) ac_try_echo=$ac_try;;
12124 esac
12125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12126 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12127 ac_status=$?
12128 grep -v '^ *+' conftest.er1 >conftest.err
12129 rm -f conftest.er1
12130 cat conftest.err >&5
12131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12132 (exit $ac_status); } >/dev/null && {
12133 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12134 test ! -s conftest.err
12135 }; then
12136 ac_header_preproc=yes
12137 else
12138 echo "$as_me: failed program was:" >&5
12139 sed 's/^/| /' conftest.$ac_ext >&5
12141 ac_header_preproc=no
12144 rm -f conftest.err conftest.$ac_ext
12145 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12146 echo "${ECHO_T}$ac_header_preproc" >&6; }
12148 # So? What about this header?
12149 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12150 yes:no: )
12151 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12152 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12153 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12154 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12155 ac_header_preproc=yes
12157 no:yes:* )
12158 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12159 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12160 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12161 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12162 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12163 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12164 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12165 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12166 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12167 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12168 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12169 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12170 ( cat <<\_ASBOX
12171 ## ------------------------------------ ##
12172 ## Report this to wine-devel@winehq.org ##
12173 ## ------------------------------------ ##
12174 _ASBOX
12175 ) | sed "s/^/$as_me: WARNING: /" >&2
12177 esac
12178 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12179 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12180 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12181 echo $ECHO_N "(cached) $ECHO_C" >&6
12182 else
12183 eval "$as_ac_Header=\$ac_header_preproc"
12185 ac_res=`eval echo '${'$as_ac_Header'}'`
12186 { echo "$as_me:$LINENO: result: $ac_res" >&5
12187 echo "${ECHO_T}$ac_res" >&6; }
12190 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12191 cat >>confdefs.h <<_ACEOF
12192 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12193 _ACEOF
12194 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12195 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12196 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12197 echo $ECHO_N "(cached) $ECHO_C" >&6
12198 else
12199 ac_check_lib_save_LIBS=$LIBS
12200 LIBS="-lxml2 $ac_xml_libs $LIBS"
12201 cat >conftest.$ac_ext <<_ACEOF
12202 /* confdefs.h. */
12203 _ACEOF
12204 cat confdefs.h >>conftest.$ac_ext
12205 cat >>conftest.$ac_ext <<_ACEOF
12206 /* end confdefs.h. */
12208 /* Override any GCC internal prototype to avoid an error.
12209 Use char because int might match the return type of a GCC
12210 builtin and then its argument prototype would still apply. */
12211 #ifdef __cplusplus
12212 extern "C"
12213 #endif
12214 char xmlParseMemory ();
12216 main ()
12218 return xmlParseMemory ();
12220 return 0;
12222 _ACEOF
12223 rm -f conftest.$ac_objext conftest$ac_exeext
12224 if { (ac_try="$ac_link"
12225 case "(($ac_try" in
12226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12227 *) ac_try_echo=$ac_try;;
12228 esac
12229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12230 (eval "$ac_link") 2>conftest.er1
12231 ac_status=$?
12232 grep -v '^ *+' conftest.er1 >conftest.err
12233 rm -f conftest.er1
12234 cat conftest.err >&5
12235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12236 (exit $ac_status); } && {
12237 test -z "$ac_c_werror_flag" ||
12238 test ! -s conftest.err
12239 } && test -s conftest$ac_exeext &&
12240 $as_test_x conftest$ac_exeext; then
12241 ac_cv_lib_xml2_xmlParseMemory=yes
12242 else
12243 echo "$as_me: failed program was:" >&5
12244 sed 's/^/| /' conftest.$ac_ext >&5
12246 ac_cv_lib_xml2_xmlParseMemory=no
12249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12250 conftest$ac_exeext conftest.$ac_ext
12251 LIBS=$ac_check_lib_save_LIBS
12253 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12254 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12255 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12257 cat >>confdefs.h <<\_ACEOF
12258 #define HAVE_LIBXML2 1
12259 _ACEOF
12261 XML2LIBS="$ac_xml_libs"
12262 XML2INCL="$ac_xml_cflags"
12265 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12266 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12267 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12268 echo $ECHO_N "(cached) $ECHO_C" >&6
12269 else
12270 ac_check_lib_save_LIBS=$LIBS
12271 LIBS="-lxml2 $ac_xml_libs $LIBS"
12272 cat >conftest.$ac_ext <<_ACEOF
12273 /* confdefs.h. */
12274 _ACEOF
12275 cat confdefs.h >>conftest.$ac_ext
12276 cat >>conftest.$ac_ext <<_ACEOF
12277 /* end confdefs.h. */
12279 /* Override any GCC internal prototype to avoid an error.
12280 Use char because int might match the return type of a GCC
12281 builtin and then its argument prototype would still apply. */
12282 #ifdef __cplusplus
12283 extern "C"
12284 #endif
12285 char xmlReadMemory ();
12287 main ()
12289 return xmlReadMemory ();
12291 return 0;
12293 _ACEOF
12294 rm -f conftest.$ac_objext conftest$ac_exeext
12295 if { (ac_try="$ac_link"
12296 case "(($ac_try" in
12297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12298 *) ac_try_echo=$ac_try;;
12299 esac
12300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12301 (eval "$ac_link") 2>conftest.er1
12302 ac_status=$?
12303 grep -v '^ *+' conftest.er1 >conftest.err
12304 rm -f conftest.er1
12305 cat conftest.err >&5
12306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12307 (exit $ac_status); } && {
12308 test -z "$ac_c_werror_flag" ||
12309 test ! -s conftest.err
12310 } && test -s conftest$ac_exeext &&
12311 $as_test_x conftest$ac_exeext; then
12312 ac_cv_lib_xml2_xmlReadMemory=yes
12313 else
12314 echo "$as_me: failed program was:" >&5
12315 sed 's/^/| /' conftest.$ac_ext >&5
12317 ac_cv_lib_xml2_xmlReadMemory=no
12320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12321 conftest$ac_exeext conftest.$ac_ext
12322 LIBS=$ac_check_lib_save_LIBS
12324 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12325 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12326 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12328 cat >>confdefs.h <<\_ACEOF
12329 #define HAVE_XMLREADMEMORY 1
12330 _ACEOF
12334 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12335 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12336 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12337 echo $ECHO_N "(cached) $ECHO_C" >&6
12338 else
12339 ac_check_lib_save_LIBS=$LIBS
12340 LIBS="-lxml2 $ac_xml_libs $LIBS"
12341 cat >conftest.$ac_ext <<_ACEOF
12342 /* confdefs.h. */
12343 _ACEOF
12344 cat confdefs.h >>conftest.$ac_ext
12345 cat >>conftest.$ac_ext <<_ACEOF
12346 /* end confdefs.h. */
12348 /* Override any GCC internal prototype to avoid an error.
12349 Use char because int might match the return type of a GCC
12350 builtin and then its argument prototype would still apply. */
12351 #ifdef __cplusplus
12352 extern "C"
12353 #endif
12354 char xmlNewDocPI ();
12356 main ()
12358 return xmlNewDocPI ();
12360 return 0;
12362 _ACEOF
12363 rm -f conftest.$ac_objext conftest$ac_exeext
12364 if { (ac_try="$ac_link"
12365 case "(($ac_try" in
12366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12367 *) ac_try_echo=$ac_try;;
12368 esac
12369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12370 (eval "$ac_link") 2>conftest.er1
12371 ac_status=$?
12372 grep -v '^ *+' conftest.er1 >conftest.err
12373 rm -f conftest.er1
12374 cat conftest.err >&5
12375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12376 (exit $ac_status); } && {
12377 test -z "$ac_c_werror_flag" ||
12378 test ! -s conftest.err
12379 } && test -s conftest$ac_exeext &&
12380 $as_test_x conftest$ac_exeext; then
12381 ac_cv_lib_xml2_xmlNewDocPI=yes
12382 else
12383 echo "$as_me: failed program was:" >&5
12384 sed 's/^/| /' conftest.$ac_ext >&5
12386 ac_cv_lib_xml2_xmlNewDocPI=no
12389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12390 conftest$ac_exeext conftest.$ac_ext
12391 LIBS=$ac_check_lib_save_LIBS
12393 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12394 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12395 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12397 cat >>confdefs.h <<\_ACEOF
12398 #define HAVE_XMLNEWDOCPI 1
12399 _ACEOF
12406 done
12408 CPPFLAGS="$ac_save_CPPFLAGS"
12410 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12411 case "x$with_xml" in
12412 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12413 xno) ;;
12414 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12415 This is an error since --with-xml was requested." >&5
12416 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12417 This is an error since --with-xml was requested." >&2;}
12418 { (exit 1); exit 1; }; } ;;
12419 esac
12423 if test "x$with_xslt" != "xno"
12424 then
12425 if test "$PKG_CONFIG" != "false"
12426 then
12427 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12428 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12429 else
12430 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12431 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12433 ac_save_CPPFLAGS="$CPPFLAGS"
12434 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12437 for ac_header in libxslt/pattern.h libxslt/transform.h
12439 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12440 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12443 echo $ECHO_N "(cached) $ECHO_C" >&6
12444 else
12445 cat >conftest.$ac_ext <<_ACEOF
12446 /* confdefs.h. */
12447 _ACEOF
12448 cat confdefs.h >>conftest.$ac_ext
12449 cat >>conftest.$ac_ext <<_ACEOF
12450 /* end confdefs.h. */
12451 #ifdef HAVE_LIBXSLT_PATTERN_H
12452 # include <libxslt/pattern.h>
12453 #endif
12455 #include <$ac_header>
12456 _ACEOF
12457 rm -f conftest.$ac_objext
12458 if { (ac_try="$ac_compile"
12459 case "(($ac_try" in
12460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12461 *) ac_try_echo=$ac_try;;
12462 esac
12463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12464 (eval "$ac_compile") 2>conftest.er1
12465 ac_status=$?
12466 grep -v '^ *+' conftest.er1 >conftest.err
12467 rm -f conftest.er1
12468 cat conftest.err >&5
12469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12470 (exit $ac_status); } && {
12471 test -z "$ac_c_werror_flag" ||
12472 test ! -s conftest.err
12473 } && test -s conftest.$ac_objext; then
12474 eval "$as_ac_Header=yes"
12475 else
12476 echo "$as_me: failed program was:" >&5
12477 sed 's/^/| /' conftest.$ac_ext >&5
12479 eval "$as_ac_Header=no"
12482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12484 ac_res=`eval echo '${'$as_ac_Header'}'`
12485 { echo "$as_me:$LINENO: result: $ac_res" >&5
12486 echo "${ECHO_T}$ac_res" >&6; }
12487 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12488 cat >>confdefs.h <<_ACEOF
12489 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12490 _ACEOF
12494 done
12496 CPPFLAGS="$ac_save_CPPFLAGS"
12497 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12498 then
12499 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12500 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12501 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12502 echo $ECHO_N "(cached) $ECHO_C" >&6
12503 else
12504 ac_check_soname_save_LIBS=$LIBS
12505 LIBS="-lxslt $ac_xslt_libs $LIBS"
12506 cat >conftest.$ac_ext <<_ACEOF
12507 /* confdefs.h. */
12508 _ACEOF
12509 cat confdefs.h >>conftest.$ac_ext
12510 cat >>conftest.$ac_ext <<_ACEOF
12511 /* end confdefs.h. */
12513 /* Override any GCC internal prototype to avoid an error.
12514 Use char because int might match the return type of a GCC
12515 builtin and then its argument prototype would still apply. */
12516 #ifdef __cplusplus
12517 extern "C"
12518 #endif
12519 char xsltCompilePattern ();
12521 main ()
12523 return xsltCompilePattern ();
12525 return 0;
12527 _ACEOF
12528 rm -f conftest.$ac_objext conftest$ac_exeext
12529 if { (ac_try="$ac_link"
12530 case "(($ac_try" in
12531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12532 *) ac_try_echo=$ac_try;;
12533 esac
12534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12535 (eval "$ac_link") 2>conftest.er1
12536 ac_status=$?
12537 grep -v '^ *+' conftest.er1 >conftest.err
12538 rm -f conftest.er1
12539 cat conftest.err >&5
12540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12541 (exit $ac_status); } && {
12542 test -z "$ac_c_werror_flag" ||
12543 test ! -s conftest.err
12544 } && test -s conftest$ac_exeext &&
12545 $as_test_x conftest$ac_exeext; then
12546 case "$LIBEXT" in
12547 dll) ;;
12548 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'` ;;
12549 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12550 esac
12551 else
12552 echo "$as_me: failed program was:" >&5
12553 sed 's/^/| /' conftest.$ac_ext >&5
12558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12559 conftest$ac_exeext conftest.$ac_ext
12560 LIBS=$ac_check_soname_save_LIBS
12562 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12563 { echo "$as_me:$LINENO: result: not found" >&5
12564 echo "${ECHO_T}not found" >&6; }
12566 else
12567 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12568 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12570 cat >>confdefs.h <<_ACEOF
12571 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12572 _ACEOF
12574 XSLTINCL="$ac_xslt_cflags"
12579 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12580 case "x$with_xslt" in
12581 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12582 xno) ;;
12583 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12584 This is an error since --with-xslt was requested." >&5
12585 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12586 This is an error since --with-xslt was requested." >&2;}
12587 { (exit 1); exit 1; }; } ;;
12588 esac
12592 HALINCL=""
12594 if test "x$with_hal" != "xno"
12595 then
12596 ac_save_CPPFLAGS="$CPPFLAGS"
12597 if test "$PKG_CONFIG" != "false"
12598 then
12599 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12600 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12601 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12605 for ac_header in dbus/dbus.h hal/libhal.h
12607 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12608 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12609 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12610 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12611 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12612 echo $ECHO_N "(cached) $ECHO_C" >&6
12614 ac_res=`eval echo '${'$as_ac_Header'}'`
12615 { echo "$as_me:$LINENO: result: $ac_res" >&5
12616 echo "${ECHO_T}$ac_res" >&6; }
12617 else
12618 # Is the header compilable?
12619 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12620 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12621 cat >conftest.$ac_ext <<_ACEOF
12622 /* confdefs.h. */
12623 _ACEOF
12624 cat confdefs.h >>conftest.$ac_ext
12625 cat >>conftest.$ac_ext <<_ACEOF
12626 /* end confdefs.h. */
12627 $ac_includes_default
12628 #include <$ac_header>
12629 _ACEOF
12630 rm -f conftest.$ac_objext
12631 if { (ac_try="$ac_compile"
12632 case "(($ac_try" in
12633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12634 *) ac_try_echo=$ac_try;;
12635 esac
12636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12637 (eval "$ac_compile") 2>conftest.er1
12638 ac_status=$?
12639 grep -v '^ *+' conftest.er1 >conftest.err
12640 rm -f conftest.er1
12641 cat conftest.err >&5
12642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12643 (exit $ac_status); } && {
12644 test -z "$ac_c_werror_flag" ||
12645 test ! -s conftest.err
12646 } && test -s conftest.$ac_objext; then
12647 ac_header_compiler=yes
12648 else
12649 echo "$as_me: failed program was:" >&5
12650 sed 's/^/| /' conftest.$ac_ext >&5
12652 ac_header_compiler=no
12655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12656 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12657 echo "${ECHO_T}$ac_header_compiler" >&6; }
12659 # Is the header present?
12660 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12661 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12662 cat >conftest.$ac_ext <<_ACEOF
12663 /* confdefs.h. */
12664 _ACEOF
12665 cat confdefs.h >>conftest.$ac_ext
12666 cat >>conftest.$ac_ext <<_ACEOF
12667 /* end confdefs.h. */
12668 #include <$ac_header>
12669 _ACEOF
12670 if { (ac_try="$ac_cpp conftest.$ac_ext"
12671 case "(($ac_try" in
12672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12673 *) ac_try_echo=$ac_try;;
12674 esac
12675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12676 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12677 ac_status=$?
12678 grep -v '^ *+' conftest.er1 >conftest.err
12679 rm -f conftest.er1
12680 cat conftest.err >&5
12681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12682 (exit $ac_status); } >/dev/null && {
12683 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12684 test ! -s conftest.err
12685 }; then
12686 ac_header_preproc=yes
12687 else
12688 echo "$as_me: failed program was:" >&5
12689 sed 's/^/| /' conftest.$ac_ext >&5
12691 ac_header_preproc=no
12694 rm -f conftest.err conftest.$ac_ext
12695 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12696 echo "${ECHO_T}$ac_header_preproc" >&6; }
12698 # So? What about this header?
12699 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12700 yes:no: )
12701 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12702 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12703 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12704 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12705 ac_header_preproc=yes
12707 no:yes:* )
12708 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12709 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12710 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12711 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12712 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12713 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12714 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12715 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12716 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12717 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12718 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12719 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12720 ( cat <<\_ASBOX
12721 ## ------------------------------------ ##
12722 ## Report this to wine-devel@winehq.org ##
12723 ## ------------------------------------ ##
12724 _ASBOX
12725 ) | sed "s/^/$as_me: WARNING: /" >&2
12727 esac
12728 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12729 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12730 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12731 echo $ECHO_N "(cached) $ECHO_C" >&6
12732 else
12733 eval "$as_ac_Header=\$ac_header_preproc"
12735 ac_res=`eval echo '${'$as_ac_Header'}'`
12736 { echo "$as_me:$LINENO: result: $ac_res" >&5
12737 echo "${ECHO_T}$ac_res" >&6; }
12740 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12741 cat >>confdefs.h <<_ACEOF
12742 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12743 _ACEOF
12747 done
12749 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12750 then
12751 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12752 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12753 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12754 echo $ECHO_N "(cached) $ECHO_C" >&6
12755 else
12756 ac_check_lib_save_LIBS=$LIBS
12757 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12758 cat >conftest.$ac_ext <<_ACEOF
12759 /* confdefs.h. */
12760 _ACEOF
12761 cat confdefs.h >>conftest.$ac_ext
12762 cat >>conftest.$ac_ext <<_ACEOF
12763 /* end confdefs.h. */
12765 /* Override any GCC internal prototype to avoid an error.
12766 Use char because int might match the return type of a GCC
12767 builtin and then its argument prototype would still apply. */
12768 #ifdef __cplusplus
12769 extern "C"
12770 #endif
12771 char dbus_connection_close ();
12773 main ()
12775 return dbus_connection_close ();
12777 return 0;
12779 _ACEOF
12780 rm -f conftest.$ac_objext conftest$ac_exeext
12781 if { (ac_try="$ac_link"
12782 case "(($ac_try" in
12783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12784 *) ac_try_echo=$ac_try;;
12785 esac
12786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12787 (eval "$ac_link") 2>conftest.er1
12788 ac_status=$?
12789 grep -v '^ *+' conftest.er1 >conftest.err
12790 rm -f conftest.er1
12791 cat conftest.err >&5
12792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12793 (exit $ac_status); } && {
12794 test -z "$ac_c_werror_flag" ||
12795 test ! -s conftest.err
12796 } && test -s conftest$ac_exeext &&
12797 $as_test_x conftest$ac_exeext; then
12798 ac_cv_lib_dbus_1_dbus_connection_close=yes
12799 else
12800 echo "$as_me: failed program was:" >&5
12801 sed 's/^/| /' conftest.$ac_ext >&5
12803 ac_cv_lib_dbus_1_dbus_connection_close=no
12806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12807 conftest$ac_exeext conftest.$ac_ext
12808 LIBS=$ac_check_lib_save_LIBS
12810 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12811 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12812 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12813 { echo "$as_me:$LINENO: checking for -lhal" >&5
12814 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12815 if test "${ac_cv_lib_soname_hal+set}" = set; then
12816 echo $ECHO_N "(cached) $ECHO_C" >&6
12817 else
12818 ac_check_soname_save_LIBS=$LIBS
12819 LIBS="-lhal $ac_hal_libs $LIBS"
12820 cat >conftest.$ac_ext <<_ACEOF
12821 /* confdefs.h. */
12822 _ACEOF
12823 cat confdefs.h >>conftest.$ac_ext
12824 cat >>conftest.$ac_ext <<_ACEOF
12825 /* end confdefs.h. */
12827 /* Override any GCC internal prototype to avoid an error.
12828 Use char because int might match the return type of a GCC
12829 builtin and then its argument prototype would still apply. */
12830 #ifdef __cplusplus
12831 extern "C"
12832 #endif
12833 char libhal_ctx_new ();
12835 main ()
12837 return libhal_ctx_new ();
12839 return 0;
12841 _ACEOF
12842 rm -f conftest.$ac_objext conftest$ac_exeext
12843 if { (ac_try="$ac_link"
12844 case "(($ac_try" in
12845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12846 *) ac_try_echo=$ac_try;;
12847 esac
12848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12849 (eval "$ac_link") 2>conftest.er1
12850 ac_status=$?
12851 grep -v '^ *+' conftest.er1 >conftest.err
12852 rm -f conftest.er1
12853 cat conftest.err >&5
12854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12855 (exit $ac_status); } && {
12856 test -z "$ac_c_werror_flag" ||
12857 test ! -s conftest.err
12858 } && test -s conftest$ac_exeext &&
12859 $as_test_x conftest$ac_exeext; then
12860 case "$LIBEXT" in
12861 dll) ;;
12862 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'` ;;
12863 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12864 esac
12865 else
12866 echo "$as_me: failed program was:" >&5
12867 sed 's/^/| /' conftest.$ac_ext >&5
12872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12873 conftest$ac_exeext conftest.$ac_ext
12874 LIBS=$ac_check_soname_save_LIBS
12876 if test "x$ac_cv_lib_soname_hal" = "x"; then
12877 { echo "$as_me:$LINENO: result: not found" >&5
12878 echo "${ECHO_T}not found" >&6; }
12880 else
12881 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12882 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12884 cat >>confdefs.h <<_ACEOF
12885 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12886 _ACEOF
12888 HALINCL="$ac_hal_cflags"
12894 CPPFLAGS="$ac_save_CPPFLAGS"
12896 if test "x$ac_cv_lib_soname_hal" = "x"; then
12897 case "x$with_hal" in
12898 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12899 xno) ;;
12900 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12901 This is an error since --with-hal was requested." >&5
12902 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12903 This is an error since --with-hal was requested." >&2;}
12904 { (exit 1); exit 1; }; } ;;
12905 esac
12909 if test "x$with_gnutls" != "xno"
12910 then
12911 ac_save_CPPFLAGS="$CPPFLAGS"
12912 if test "$PKG_CONFIG" != "false"
12913 then
12914 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12915 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12916 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12918 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12919 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12920 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12921 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12922 echo $ECHO_N "(cached) $ECHO_C" >&6
12924 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12925 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12926 else
12927 # Is the header compilable?
12928 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12929 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12930 cat >conftest.$ac_ext <<_ACEOF
12931 /* confdefs.h. */
12932 _ACEOF
12933 cat confdefs.h >>conftest.$ac_ext
12934 cat >>conftest.$ac_ext <<_ACEOF
12935 /* end confdefs.h. */
12936 $ac_includes_default
12937 #include <gnutls/gnutls.h>
12938 _ACEOF
12939 rm -f conftest.$ac_objext
12940 if { (ac_try="$ac_compile"
12941 case "(($ac_try" in
12942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12943 *) ac_try_echo=$ac_try;;
12944 esac
12945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12946 (eval "$ac_compile") 2>conftest.er1
12947 ac_status=$?
12948 grep -v '^ *+' conftest.er1 >conftest.err
12949 rm -f conftest.er1
12950 cat conftest.err >&5
12951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12952 (exit $ac_status); } && {
12953 test -z "$ac_c_werror_flag" ||
12954 test ! -s conftest.err
12955 } && test -s conftest.$ac_objext; then
12956 ac_header_compiler=yes
12957 else
12958 echo "$as_me: failed program was:" >&5
12959 sed 's/^/| /' conftest.$ac_ext >&5
12961 ac_header_compiler=no
12964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12965 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12966 echo "${ECHO_T}$ac_header_compiler" >&6; }
12968 # Is the header present?
12969 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12970 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12971 cat >conftest.$ac_ext <<_ACEOF
12972 /* confdefs.h. */
12973 _ACEOF
12974 cat confdefs.h >>conftest.$ac_ext
12975 cat >>conftest.$ac_ext <<_ACEOF
12976 /* end confdefs.h. */
12977 #include <gnutls/gnutls.h>
12978 _ACEOF
12979 if { (ac_try="$ac_cpp conftest.$ac_ext"
12980 case "(($ac_try" in
12981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12982 *) ac_try_echo=$ac_try;;
12983 esac
12984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12985 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12986 ac_status=$?
12987 grep -v '^ *+' conftest.er1 >conftest.err
12988 rm -f conftest.er1
12989 cat conftest.err >&5
12990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12991 (exit $ac_status); } >/dev/null && {
12992 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12993 test ! -s conftest.err
12994 }; then
12995 ac_header_preproc=yes
12996 else
12997 echo "$as_me: failed program was:" >&5
12998 sed 's/^/| /' conftest.$ac_ext >&5
13000 ac_header_preproc=no
13003 rm -f conftest.err conftest.$ac_ext
13004 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13005 echo "${ECHO_T}$ac_header_preproc" >&6; }
13007 # So? What about this header?
13008 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13009 yes:no: )
13010 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13011 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13012 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13013 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13014 ac_header_preproc=yes
13016 no:yes:* )
13017 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13018 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13019 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13020 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13021 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13022 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13023 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13024 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13025 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13026 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13027 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13028 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13029 ( cat <<\_ASBOX
13030 ## ------------------------------------ ##
13031 ## Report this to wine-devel@winehq.org ##
13032 ## ------------------------------------ ##
13033 _ASBOX
13034 ) | sed "s/^/$as_me: WARNING: /" >&2
13036 esac
13037 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13038 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13039 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13040 echo $ECHO_N "(cached) $ECHO_C" >&6
13041 else
13042 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13044 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13045 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13048 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13049 cat >conftest.$ac_ext <<_ACEOF
13050 /* confdefs.h. */
13051 _ACEOF
13052 cat confdefs.h >>conftest.$ac_ext
13053 cat >>conftest.$ac_ext <<_ACEOF
13054 /* end confdefs.h. */
13055 #include <gnutls/gnutls.h>
13057 main ()
13059 typeof(gnutls_mac_get_key_size) *pfunc;
13061 return 0;
13063 _ACEOF
13064 rm -f conftest.$ac_objext
13065 if { (ac_try="$ac_compile"
13066 case "(($ac_try" in
13067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13068 *) ac_try_echo=$ac_try;;
13069 esac
13070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13071 (eval "$ac_compile") 2>conftest.er1
13072 ac_status=$?
13073 grep -v '^ *+' conftest.er1 >conftest.err
13074 rm -f conftest.er1
13075 cat conftest.err >&5
13076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13077 (exit $ac_status); } && {
13078 test -z "$ac_c_werror_flag" ||
13079 test ! -s conftest.err
13080 } && test -s conftest.$ac_objext; then
13081 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13082 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13083 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13084 echo $ECHO_N "(cached) $ECHO_C" >&6
13085 else
13086 ac_check_soname_save_LIBS=$LIBS
13087 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13088 cat >conftest.$ac_ext <<_ACEOF
13089 /* confdefs.h. */
13090 _ACEOF
13091 cat confdefs.h >>conftest.$ac_ext
13092 cat >>conftest.$ac_ext <<_ACEOF
13093 /* end confdefs.h. */
13095 /* Override any GCC internal prototype to avoid an error.
13096 Use char because int might match the return type of a GCC
13097 builtin and then its argument prototype would still apply. */
13098 #ifdef __cplusplus
13099 extern "C"
13100 #endif
13101 char gnutls_global_init ();
13103 main ()
13105 return gnutls_global_init ();
13107 return 0;
13109 _ACEOF
13110 rm -f conftest.$ac_objext conftest$ac_exeext
13111 if { (ac_try="$ac_link"
13112 case "(($ac_try" in
13113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13114 *) ac_try_echo=$ac_try;;
13115 esac
13116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13117 (eval "$ac_link") 2>conftest.er1
13118 ac_status=$?
13119 grep -v '^ *+' conftest.er1 >conftest.err
13120 rm -f conftest.er1
13121 cat conftest.err >&5
13122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13123 (exit $ac_status); } && {
13124 test -z "$ac_c_werror_flag" ||
13125 test ! -s conftest.err
13126 } && test -s conftest$ac_exeext &&
13127 $as_test_x conftest$ac_exeext; then
13128 case "$LIBEXT" in
13129 dll) ;;
13130 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'` ;;
13131 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13132 esac
13133 else
13134 echo "$as_me: failed program was:" >&5
13135 sed 's/^/| /' conftest.$ac_ext >&5
13140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13141 conftest$ac_exeext conftest.$ac_ext
13142 LIBS=$ac_check_soname_save_LIBS
13144 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13145 { echo "$as_me:$LINENO: result: not found" >&5
13146 echo "${ECHO_T}not found" >&6; }
13148 else
13149 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13150 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13152 cat >>confdefs.h <<_ACEOF
13153 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13154 _ACEOF
13156 GNUTLSINCL="$ac_gnutls_cflags"
13160 else
13161 echo "$as_me: failed program was:" >&5
13162 sed 's/^/| /' conftest.$ac_ext >&5
13167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13171 CPPFLAGS="$ac_save_CPPFLAGS"
13173 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13174 case "x$with_gnutls" in
13175 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13176 xno) ;;
13177 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13178 This is an error since --with-gnutls was requested." >&5
13179 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13180 This is an error since --with-gnutls was requested." >&2;}
13181 { (exit 1); exit 1; }; } ;;
13182 esac
13186 CURSESLIBS=""
13187 if test "$ac_cv_header_ncurses_h" = "yes"
13188 then
13189 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13190 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13191 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13192 echo $ECHO_N "(cached) $ECHO_C" >&6
13193 else
13194 ac_check_soname_save_LIBS=$LIBS
13195 LIBS="-lncurses $LIBS"
13196 cat >conftest.$ac_ext <<_ACEOF
13197 /* confdefs.h. */
13198 _ACEOF
13199 cat confdefs.h >>conftest.$ac_ext
13200 cat >>conftest.$ac_ext <<_ACEOF
13201 /* end confdefs.h. */
13203 /* Override any GCC internal prototype to avoid an error.
13204 Use char because int might match the return type of a GCC
13205 builtin and then its argument prototype would still apply. */
13206 #ifdef __cplusplus
13207 extern "C"
13208 #endif
13209 char waddch ();
13211 main ()
13213 return waddch ();
13215 return 0;
13217 _ACEOF
13218 rm -f conftest.$ac_objext conftest$ac_exeext
13219 if { (ac_try="$ac_link"
13220 case "(($ac_try" in
13221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13222 *) ac_try_echo=$ac_try;;
13223 esac
13224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13225 (eval "$ac_link") 2>conftest.er1
13226 ac_status=$?
13227 grep -v '^ *+' conftest.er1 >conftest.err
13228 rm -f conftest.er1
13229 cat conftest.err >&5
13230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13231 (exit $ac_status); } && {
13232 test -z "$ac_c_werror_flag" ||
13233 test ! -s conftest.err
13234 } && test -s conftest$ac_exeext &&
13235 $as_test_x conftest$ac_exeext; then
13236 case "$LIBEXT" in
13237 dll) ;;
13238 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'` ;;
13239 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13240 esac
13241 else
13242 echo "$as_me: failed program was:" >&5
13243 sed 's/^/| /' conftest.$ac_ext >&5
13248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13249 conftest$ac_exeext conftest.$ac_ext
13250 LIBS=$ac_check_soname_save_LIBS
13252 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13253 { echo "$as_me:$LINENO: result: not found" >&5
13254 echo "${ECHO_T}not found" >&6; }
13256 else
13257 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13258 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13260 cat >>confdefs.h <<_ACEOF
13261 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13262 _ACEOF
13264 CURSESLIBS="-lncurses"
13267 elif test "$ac_cv_header_curses_h" = "yes"
13268 then
13269 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13270 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13271 if test "${ac_cv_lib_soname_curses+set}" = set; then
13272 echo $ECHO_N "(cached) $ECHO_C" >&6
13273 else
13274 ac_check_soname_save_LIBS=$LIBS
13275 LIBS="-lcurses $LIBS"
13276 cat >conftest.$ac_ext <<_ACEOF
13277 /* confdefs.h. */
13278 _ACEOF
13279 cat confdefs.h >>conftest.$ac_ext
13280 cat >>conftest.$ac_ext <<_ACEOF
13281 /* end confdefs.h. */
13283 /* Override any GCC internal prototype to avoid an error.
13284 Use char because int might match the return type of a GCC
13285 builtin and then its argument prototype would still apply. */
13286 #ifdef __cplusplus
13287 extern "C"
13288 #endif
13289 char waddch ();
13291 main ()
13293 return waddch ();
13295 return 0;
13297 _ACEOF
13298 rm -f conftest.$ac_objext conftest$ac_exeext
13299 if { (ac_try="$ac_link"
13300 case "(($ac_try" in
13301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13302 *) ac_try_echo=$ac_try;;
13303 esac
13304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13305 (eval "$ac_link") 2>conftest.er1
13306 ac_status=$?
13307 grep -v '^ *+' conftest.er1 >conftest.err
13308 rm -f conftest.er1
13309 cat conftest.err >&5
13310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13311 (exit $ac_status); } && {
13312 test -z "$ac_c_werror_flag" ||
13313 test ! -s conftest.err
13314 } && test -s conftest$ac_exeext &&
13315 $as_test_x conftest$ac_exeext; then
13316 case "$LIBEXT" in
13317 dll) ;;
13318 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'` ;;
13319 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13320 esac
13321 else
13322 echo "$as_me: failed program was:" >&5
13323 sed 's/^/| /' conftest.$ac_ext >&5
13328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13329 conftest$ac_exeext conftest.$ac_ext
13330 LIBS=$ac_check_soname_save_LIBS
13332 if test "x$ac_cv_lib_soname_curses" = "x"; then
13333 { echo "$as_me:$LINENO: result: not found" >&5
13334 echo "${ECHO_T}not found" >&6; }
13336 else
13337 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13338 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13340 cat >>confdefs.h <<_ACEOF
13341 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13342 _ACEOF
13344 CURSESLIBS="-lcurses"
13348 ac_save_LIBS="$LIBS"
13349 LIBS="$LIBS $CURSESLIBS"
13351 for ac_func in mousemask
13353 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13354 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13355 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13356 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13357 echo $ECHO_N "(cached) $ECHO_C" >&6
13358 else
13359 cat >conftest.$ac_ext <<_ACEOF
13360 /* confdefs.h. */
13361 _ACEOF
13362 cat confdefs.h >>conftest.$ac_ext
13363 cat >>conftest.$ac_ext <<_ACEOF
13364 /* end confdefs.h. */
13365 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13366 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13367 #define $ac_func innocuous_$ac_func
13369 /* System header to define __stub macros and hopefully few prototypes,
13370 which can conflict with char $ac_func (); below.
13371 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13372 <limits.h> exists even on freestanding compilers. */
13374 #ifdef __STDC__
13375 # include <limits.h>
13376 #else
13377 # include <assert.h>
13378 #endif
13380 #undef $ac_func
13382 /* Override any GCC internal prototype to avoid an error.
13383 Use char because int might match the return type of a GCC
13384 builtin and then its argument prototype would still apply. */
13385 #ifdef __cplusplus
13386 extern "C"
13387 #endif
13388 char $ac_func ();
13389 /* The GNU C library defines this for functions which it implements
13390 to always fail with ENOSYS. Some functions are actually named
13391 something starting with __ and the normal name is an alias. */
13392 #if defined __stub_$ac_func || defined __stub___$ac_func
13393 choke me
13394 #endif
13397 main ()
13399 return $ac_func ();
13401 return 0;
13403 _ACEOF
13404 rm -f conftest.$ac_objext conftest$ac_exeext
13405 if { (ac_try="$ac_link"
13406 case "(($ac_try" in
13407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13408 *) ac_try_echo=$ac_try;;
13409 esac
13410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13411 (eval "$ac_link") 2>conftest.er1
13412 ac_status=$?
13413 grep -v '^ *+' conftest.er1 >conftest.err
13414 rm -f conftest.er1
13415 cat conftest.err >&5
13416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13417 (exit $ac_status); } && {
13418 test -z "$ac_c_werror_flag" ||
13419 test ! -s conftest.err
13420 } && test -s conftest$ac_exeext &&
13421 $as_test_x conftest$ac_exeext; then
13422 eval "$as_ac_var=yes"
13423 else
13424 echo "$as_me: failed program was:" >&5
13425 sed 's/^/| /' conftest.$ac_ext >&5
13427 eval "$as_ac_var=no"
13430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13431 conftest$ac_exeext conftest.$ac_ext
13433 ac_res=`eval echo '${'$as_ac_var'}'`
13434 { echo "$as_me:$LINENO: result: $ac_res" >&5
13435 echo "${ECHO_T}$ac_res" >&6; }
13436 if test `eval echo '${'$as_ac_var'}'` = yes; then
13437 cat >>confdefs.h <<_ACEOF
13438 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13439 _ACEOF
13442 done
13444 LIBS="$ac_save_LIBS"
13445 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13446 case "x$with_curses" in
13447 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13448 xno) ;;
13449 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13450 This is an error since --with-curses was requested." >&5
13451 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13452 This is an error since --with-curses was requested." >&2;}
13453 { (exit 1); exit 1; }; } ;;
13454 esac
13458 if test "x$with_sane" != "xno"
13459 then
13460 ac_save_CPPFLAGS="$CPPFLAGS"
13461 # Extract the first word of "sane-config", so it can be a program name with args.
13462 set dummy sane-config; ac_word=$2
13463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13465 if test "${ac_cv_prog_sane_devel+set}" = set; then
13466 echo $ECHO_N "(cached) $ECHO_C" >&6
13467 else
13468 if test -n "$sane_devel"; then
13469 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13470 else
13471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13472 for as_dir in $PATH
13474 IFS=$as_save_IFS
13475 test -z "$as_dir" && as_dir=.
13476 for ac_exec_ext in '' $ac_executable_extensions; do
13477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13478 ac_cv_prog_sane_devel="sane-config"
13479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13480 break 2
13482 done
13483 done
13484 IFS=$as_save_IFS
13486 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13489 sane_devel=$ac_cv_prog_sane_devel
13490 if test -n "$sane_devel"; then
13491 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13492 echo "${ECHO_T}$sane_devel" >&6; }
13493 else
13494 { echo "$as_me:$LINENO: result: no" >&5
13495 echo "${ECHO_T}no" >&6; }
13499 if test "$sane_devel" != "no"
13500 then
13501 ac_sane_incl="`$sane_devel --cflags`"
13502 ac_sane_libs="`$sane_devel --ldflags`"
13503 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13505 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13506 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13507 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13508 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13509 echo $ECHO_N "(cached) $ECHO_C" >&6
13511 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13512 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13513 else
13514 # Is the header compilable?
13515 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13516 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13517 cat >conftest.$ac_ext <<_ACEOF
13518 /* confdefs.h. */
13519 _ACEOF
13520 cat confdefs.h >>conftest.$ac_ext
13521 cat >>conftest.$ac_ext <<_ACEOF
13522 /* end confdefs.h. */
13523 $ac_includes_default
13524 #include <sane/sane.h>
13525 _ACEOF
13526 rm -f conftest.$ac_objext
13527 if { (ac_try="$ac_compile"
13528 case "(($ac_try" in
13529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13530 *) ac_try_echo=$ac_try;;
13531 esac
13532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13533 (eval "$ac_compile") 2>conftest.er1
13534 ac_status=$?
13535 grep -v '^ *+' conftest.er1 >conftest.err
13536 rm -f conftest.er1
13537 cat conftest.err >&5
13538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13539 (exit $ac_status); } && {
13540 test -z "$ac_c_werror_flag" ||
13541 test ! -s conftest.err
13542 } && test -s conftest.$ac_objext; then
13543 ac_header_compiler=yes
13544 else
13545 echo "$as_me: failed program was:" >&5
13546 sed 's/^/| /' conftest.$ac_ext >&5
13548 ac_header_compiler=no
13551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13552 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13553 echo "${ECHO_T}$ac_header_compiler" >&6; }
13555 # Is the header present?
13556 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13557 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13558 cat >conftest.$ac_ext <<_ACEOF
13559 /* confdefs.h. */
13560 _ACEOF
13561 cat confdefs.h >>conftest.$ac_ext
13562 cat >>conftest.$ac_ext <<_ACEOF
13563 /* end confdefs.h. */
13564 #include <sane/sane.h>
13565 _ACEOF
13566 if { (ac_try="$ac_cpp conftest.$ac_ext"
13567 case "(($ac_try" in
13568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13569 *) ac_try_echo=$ac_try;;
13570 esac
13571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13572 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13573 ac_status=$?
13574 grep -v '^ *+' conftest.er1 >conftest.err
13575 rm -f conftest.er1
13576 cat conftest.err >&5
13577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13578 (exit $ac_status); } >/dev/null && {
13579 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13580 test ! -s conftest.err
13581 }; then
13582 ac_header_preproc=yes
13583 else
13584 echo "$as_me: failed program was:" >&5
13585 sed 's/^/| /' conftest.$ac_ext >&5
13587 ac_header_preproc=no
13590 rm -f conftest.err conftest.$ac_ext
13591 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13592 echo "${ECHO_T}$ac_header_preproc" >&6; }
13594 # So? What about this header?
13595 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13596 yes:no: )
13597 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13598 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13599 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13600 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13601 ac_header_preproc=yes
13603 no:yes:* )
13604 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13605 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13606 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13607 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13608 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13609 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13610 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13611 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13612 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13613 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13614 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13615 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13616 ( cat <<\_ASBOX
13617 ## ------------------------------------ ##
13618 ## Report this to wine-devel@winehq.org ##
13619 ## ------------------------------------ ##
13620 _ASBOX
13621 ) | sed "s/^/$as_me: WARNING: /" >&2
13623 esac
13624 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13625 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13626 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13627 echo $ECHO_N "(cached) $ECHO_C" >&6
13628 else
13629 ac_cv_header_sane_sane_h=$ac_header_preproc
13631 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13632 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13635 if test $ac_cv_header_sane_sane_h = yes; then
13636 { echo "$as_me:$LINENO: checking for -lsane" >&5
13637 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13638 if test "${ac_cv_lib_soname_sane+set}" = set; then
13639 echo $ECHO_N "(cached) $ECHO_C" >&6
13640 else
13641 ac_check_soname_save_LIBS=$LIBS
13642 LIBS="-lsane $ac_sane_libs $LIBS"
13643 cat >conftest.$ac_ext <<_ACEOF
13644 /* confdefs.h. */
13645 _ACEOF
13646 cat confdefs.h >>conftest.$ac_ext
13647 cat >>conftest.$ac_ext <<_ACEOF
13648 /* end confdefs.h. */
13650 /* Override any GCC internal prototype to avoid an error.
13651 Use char because int might match the return type of a GCC
13652 builtin and then its argument prototype would still apply. */
13653 #ifdef __cplusplus
13654 extern "C"
13655 #endif
13656 char sane_init ();
13658 main ()
13660 return sane_init ();
13662 return 0;
13664 _ACEOF
13665 rm -f conftest.$ac_objext conftest$ac_exeext
13666 if { (ac_try="$ac_link"
13667 case "(($ac_try" in
13668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13669 *) ac_try_echo=$ac_try;;
13670 esac
13671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13672 (eval "$ac_link") 2>conftest.er1
13673 ac_status=$?
13674 grep -v '^ *+' conftest.er1 >conftest.err
13675 rm -f conftest.er1
13676 cat conftest.err >&5
13677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13678 (exit $ac_status); } && {
13679 test -z "$ac_c_werror_flag" ||
13680 test ! -s conftest.err
13681 } && test -s conftest$ac_exeext &&
13682 $as_test_x conftest$ac_exeext; then
13683 case "$LIBEXT" in
13684 dll) ;;
13685 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'` ;;
13686 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13687 esac
13688 else
13689 echo "$as_me: failed program was:" >&5
13690 sed 's/^/| /' conftest.$ac_ext >&5
13695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13696 conftest$ac_exeext conftest.$ac_ext
13697 LIBS=$ac_check_soname_save_LIBS
13699 if test "x$ac_cv_lib_soname_sane" = "x"; then
13700 { echo "$as_me:$LINENO: result: not found" >&5
13701 echo "${ECHO_T}not found" >&6; }
13703 else
13704 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13705 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13707 cat >>confdefs.h <<_ACEOF
13708 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13709 _ACEOF
13711 SANEINCL="$ac_sane_incl"
13718 CPPFLAGS="$ac_save_CPPFLAGS"
13720 if test "x$ac_cv_lib_soname_sane" = "x"; then
13721 case "x$with_sane" in
13722 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13723 xno) ;;
13724 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13725 This is an error since --with-sane was requested." >&5
13726 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13727 This is an error since --with-sane was requested." >&2;}
13728 { (exit 1); exit 1; }; } ;;
13729 esac
13733 if test "x$with_gphoto" != "xno"
13734 then
13735 ac_save_CPPFLAGS="$CPPFLAGS"
13736 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13737 set dummy gphoto2-config; ac_word=$2
13738 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13739 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13740 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13741 echo $ECHO_N "(cached) $ECHO_C" >&6
13742 else
13743 if test -n "$gphoto2_devel"; then
13744 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13745 else
13746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13747 for as_dir in $PATH
13749 IFS=$as_save_IFS
13750 test -z "$as_dir" && as_dir=.
13751 for ac_exec_ext in '' $ac_executable_extensions; do
13752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13753 ac_cv_prog_gphoto2_devel="gphoto2-config"
13754 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13755 break 2
13757 done
13758 done
13759 IFS=$as_save_IFS
13761 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13764 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13765 if test -n "$gphoto2_devel"; then
13766 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13767 echo "${ECHO_T}$gphoto2_devel" >&6; }
13768 else
13769 { echo "$as_me:$LINENO: result: no" >&5
13770 echo "${ECHO_T}no" >&6; }
13774 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13775 set dummy gphoto2-port-config; ac_word=$2
13776 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13777 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13778 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13779 echo $ECHO_N "(cached) $ECHO_C" >&6
13780 else
13781 if test -n "$gphoto2port_devel"; then
13782 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13783 else
13784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13785 for as_dir in $PATH
13787 IFS=$as_save_IFS
13788 test -z "$as_dir" && as_dir=.
13789 for ac_exec_ext in '' $ac_executable_extensions; do
13790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13791 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13792 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13793 break 2
13795 done
13796 done
13797 IFS=$as_save_IFS
13799 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13802 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13803 if test -n "$gphoto2port_devel"; then
13804 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13805 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13806 else
13807 { echo "$as_me:$LINENO: result: no" >&5
13808 echo "${ECHO_T}no" >&6; }
13812 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13813 then
13814 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13815 ac_gphoto2_libs=""
13816 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13818 case "$i" in
13819 -L/usr/lib|-L/usr/lib64) ;;
13820 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13821 esac
13822 done
13823 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13825 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13826 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13827 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13828 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13829 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13830 echo $ECHO_N "(cached) $ECHO_C" >&6
13832 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13833 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13834 else
13835 # Is the header compilable?
13836 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13837 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13838 cat >conftest.$ac_ext <<_ACEOF
13839 /* confdefs.h. */
13840 _ACEOF
13841 cat confdefs.h >>conftest.$ac_ext
13842 cat >>conftest.$ac_ext <<_ACEOF
13843 /* end confdefs.h. */
13844 $ac_includes_default
13845 #include <gphoto2-camera.h>
13846 _ACEOF
13847 rm -f conftest.$ac_objext
13848 if { (ac_try="$ac_compile"
13849 case "(($ac_try" in
13850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13851 *) ac_try_echo=$ac_try;;
13852 esac
13853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13854 (eval "$ac_compile") 2>conftest.er1
13855 ac_status=$?
13856 grep -v '^ *+' conftest.er1 >conftest.err
13857 rm -f conftest.er1
13858 cat conftest.err >&5
13859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860 (exit $ac_status); } && {
13861 test -z "$ac_c_werror_flag" ||
13862 test ! -s conftest.err
13863 } && test -s conftest.$ac_objext; then
13864 ac_header_compiler=yes
13865 else
13866 echo "$as_me: failed program was:" >&5
13867 sed 's/^/| /' conftest.$ac_ext >&5
13869 ac_header_compiler=no
13872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13873 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13874 echo "${ECHO_T}$ac_header_compiler" >&6; }
13876 # Is the header present?
13877 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13878 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13879 cat >conftest.$ac_ext <<_ACEOF
13880 /* confdefs.h. */
13881 _ACEOF
13882 cat confdefs.h >>conftest.$ac_ext
13883 cat >>conftest.$ac_ext <<_ACEOF
13884 /* end confdefs.h. */
13885 #include <gphoto2-camera.h>
13886 _ACEOF
13887 if { (ac_try="$ac_cpp conftest.$ac_ext"
13888 case "(($ac_try" in
13889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13890 *) ac_try_echo=$ac_try;;
13891 esac
13892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13893 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13894 ac_status=$?
13895 grep -v '^ *+' conftest.er1 >conftest.err
13896 rm -f conftest.er1
13897 cat conftest.err >&5
13898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13899 (exit $ac_status); } >/dev/null && {
13900 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13901 test ! -s conftest.err
13902 }; then
13903 ac_header_preproc=yes
13904 else
13905 echo "$as_me: failed program was:" >&5
13906 sed 's/^/| /' conftest.$ac_ext >&5
13908 ac_header_preproc=no
13911 rm -f conftest.err conftest.$ac_ext
13912 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13913 echo "${ECHO_T}$ac_header_preproc" >&6; }
13915 # So? What about this header?
13916 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13917 yes:no: )
13918 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13919 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13920 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13921 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13922 ac_header_preproc=yes
13924 no:yes:* )
13925 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13926 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13927 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13928 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13929 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13930 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13931 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13932 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13933 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13934 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13935 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13936 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13937 ( cat <<\_ASBOX
13938 ## ------------------------------------ ##
13939 ## Report this to wine-devel@winehq.org ##
13940 ## ------------------------------------ ##
13941 _ASBOX
13942 ) | sed "s/^/$as_me: WARNING: /" >&2
13944 esac
13945 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13946 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13947 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13948 echo $ECHO_N "(cached) $ECHO_C" >&6
13949 else
13950 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13952 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13953 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13956 if test $ac_cv_header_gphoto2_camera_h = yes; then
13957 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13958 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13959 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13960 echo $ECHO_N "(cached) $ECHO_C" >&6
13961 else
13962 ac_check_lib_save_LIBS=$LIBS
13963 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13964 cat >conftest.$ac_ext <<_ACEOF
13965 /* confdefs.h. */
13966 _ACEOF
13967 cat confdefs.h >>conftest.$ac_ext
13968 cat >>conftest.$ac_ext <<_ACEOF
13969 /* end confdefs.h. */
13971 /* Override any GCC internal prototype to avoid an error.
13972 Use char because int might match the return type of a GCC
13973 builtin and then its argument prototype would still apply. */
13974 #ifdef __cplusplus
13975 extern "C"
13976 #endif
13977 char gp_camera_new ();
13979 main ()
13981 return gp_camera_new ();
13983 return 0;
13985 _ACEOF
13986 rm -f conftest.$ac_objext conftest$ac_exeext
13987 if { (ac_try="$ac_link"
13988 case "(($ac_try" in
13989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13990 *) ac_try_echo=$ac_try;;
13991 esac
13992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13993 (eval "$ac_link") 2>conftest.er1
13994 ac_status=$?
13995 grep -v '^ *+' conftest.er1 >conftest.err
13996 rm -f conftest.er1
13997 cat conftest.err >&5
13998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13999 (exit $ac_status); } && {
14000 test -z "$ac_c_werror_flag" ||
14001 test ! -s conftest.err
14002 } && test -s conftest$ac_exeext &&
14003 $as_test_x conftest$ac_exeext; then
14004 ac_cv_lib_gphoto2_gp_camera_new=yes
14005 else
14006 echo "$as_me: failed program was:" >&5
14007 sed 's/^/| /' conftest.$ac_ext >&5
14009 ac_cv_lib_gphoto2_gp_camera_new=no
14012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14013 conftest$ac_exeext conftest.$ac_ext
14014 LIBS=$ac_check_lib_save_LIBS
14016 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14017 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14018 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14020 cat >>confdefs.h <<\_ACEOF
14021 #define HAVE_GPHOTO2 1
14022 _ACEOF
14024 GPHOTO2LIBS="$ac_gphoto2_libs"
14026 GPHOTO2INCL="$ac_gphoto2_incl"
14033 CPPFLAGS="$ac_save_CPPFLAGS"
14035 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14036 case "x$with_gphoto" in
14037 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14038 xno) ;;
14039 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14040 This is an error since --with-gphoto was requested." >&5
14041 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14042 This is an error since --with-gphoto was requested." >&2;}
14043 { (exit 1); exit 1; }; } ;;
14044 esac
14049 RESOLVLIBS=""
14051 if test "$ac_cv_header_resolv_h" = "yes"
14052 then
14053 ac_save_LIBS="$LIBS"
14054 LIBS="$LIBS -lresolv"
14055 cat >conftest.$ac_ext <<_ACEOF
14056 /* confdefs.h. */
14057 _ACEOF
14058 cat confdefs.h >>conftest.$ac_ext
14059 cat >>conftest.$ac_ext <<_ACEOF
14060 /* end confdefs.h. */
14061 #ifdef HAVE_NETINET_IN_H
14062 #include <netinet/in.h>
14063 #endif
14064 #include <resolv.h>
14066 main ()
14068 res_init();
14070 return 0;
14072 _ACEOF
14073 rm -f conftest.$ac_objext conftest$ac_exeext
14074 if { (ac_try="$ac_link"
14075 case "(($ac_try" in
14076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14077 *) ac_try_echo=$ac_try;;
14078 esac
14079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14080 (eval "$ac_link") 2>conftest.er1
14081 ac_status=$?
14082 grep -v '^ *+' conftest.er1 >conftest.err
14083 rm -f conftest.er1
14084 cat conftest.err >&5
14085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14086 (exit $ac_status); } && {
14087 test -z "$ac_c_werror_flag" ||
14088 test ! -s conftest.err
14089 } && test -s conftest$ac_exeext &&
14090 $as_test_x conftest$ac_exeext; then
14092 cat >>confdefs.h <<\_ACEOF
14093 #define HAVE_RESOLV 1
14094 _ACEOF
14096 RESOLVLIBS="-lresolv"
14097 else
14098 echo "$as_me: failed program was:" >&5
14099 sed 's/^/| /' conftest.$ac_ext >&5
14104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14105 conftest$ac_exeext conftest.$ac_ext
14106 LIBS="$ac_save_LIBS"
14109 LCMSLIBS=""
14111 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14112 then
14113 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14114 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14115 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14116 echo $ECHO_N "(cached) $ECHO_C" >&6
14117 else
14118 ac_check_lib_save_LIBS=$LIBS
14119 LIBS="-llcms $LIBS"
14120 cat >conftest.$ac_ext <<_ACEOF
14121 /* confdefs.h. */
14122 _ACEOF
14123 cat confdefs.h >>conftest.$ac_ext
14124 cat >>conftest.$ac_ext <<_ACEOF
14125 /* end confdefs.h. */
14127 /* Override any GCC internal prototype to avoid an error.
14128 Use char because int might match the return type of a GCC
14129 builtin and then its argument prototype would still apply. */
14130 #ifdef __cplusplus
14131 extern "C"
14132 #endif
14133 char cmsOpenProfileFromFile ();
14135 main ()
14137 return cmsOpenProfileFromFile ();
14139 return 0;
14141 _ACEOF
14142 rm -f conftest.$ac_objext conftest$ac_exeext
14143 if { (ac_try="$ac_link"
14144 case "(($ac_try" in
14145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14146 *) ac_try_echo=$ac_try;;
14147 esac
14148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14149 (eval "$ac_link") 2>conftest.er1
14150 ac_status=$?
14151 grep -v '^ *+' conftest.er1 >conftest.err
14152 rm -f conftest.er1
14153 cat conftest.err >&5
14154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14155 (exit $ac_status); } && {
14156 test -z "$ac_c_werror_flag" ||
14157 test ! -s conftest.err
14158 } && test -s conftest$ac_exeext &&
14159 $as_test_x conftest$ac_exeext; then
14160 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14161 else
14162 echo "$as_me: failed program was:" >&5
14163 sed 's/^/| /' conftest.$ac_ext >&5
14165 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14168 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14169 conftest$ac_exeext conftest.$ac_ext
14170 LIBS=$ac_check_lib_save_LIBS
14172 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14173 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14174 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14176 cat >>confdefs.h <<\_ACEOF
14177 #define HAVE_LCMS 1
14178 _ACEOF
14180 LCMSLIBS="-llcms"
14184 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14185 case "x$with_cms" in
14186 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14187 xno) ;;
14188 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14189 This is an error since --with-cms was requested." >&5
14190 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14191 This is an error since --with-cms was requested." >&2;}
14192 { (exit 1); exit 1; }; } ;;
14193 esac
14197 if test "x$with_freetype" != "xno"
14198 then
14199 for ac_prog in freetype-config freetype2-config
14201 # Extract the first word of "$ac_prog", so it can be a program name with args.
14202 set dummy $ac_prog; ac_word=$2
14203 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14205 if test "${ac_cv_prog_ft_devel+set}" = set; then
14206 echo $ECHO_N "(cached) $ECHO_C" >&6
14207 else
14208 if test -n "$ft_devel"; then
14209 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14210 else
14211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14212 for as_dir in $PATH
14214 IFS=$as_save_IFS
14215 test -z "$as_dir" && as_dir=.
14216 for ac_exec_ext in '' $ac_executable_extensions; do
14217 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14218 ac_cv_prog_ft_devel="$ac_prog"
14219 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14220 break 2
14222 done
14223 done
14224 IFS=$as_save_IFS
14228 ft_devel=$ac_cv_prog_ft_devel
14229 if test -n "$ft_devel"; then
14230 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14231 echo "${ECHO_T}$ft_devel" >&6; }
14232 else
14233 { echo "$as_me:$LINENO: result: no" >&5
14234 echo "${ECHO_T}no" >&6; }
14238 test -n "$ft_devel" && break
14239 done
14240 test -n "$ft_devel" || ft_devel="no"
14242 if test "$ft_devel" != "no"
14243 then
14244 ac_freetype_incl=`$ft_devel --cflags`
14245 ac_freetype_libs=`$ft_devel --libs`
14247 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14248 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14249 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14250 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14251 echo $ECHO_N "(cached) $ECHO_C" >&6
14252 else
14253 ac_check_soname_save_LIBS=$LIBS
14254 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14255 cat >conftest.$ac_ext <<_ACEOF
14256 /* confdefs.h. */
14257 _ACEOF
14258 cat confdefs.h >>conftest.$ac_ext
14259 cat >>conftest.$ac_ext <<_ACEOF
14260 /* end confdefs.h. */
14262 /* Override any GCC internal prototype to avoid an error.
14263 Use char because int might match the return type of a GCC
14264 builtin and then its argument prototype would still apply. */
14265 #ifdef __cplusplus
14266 extern "C"
14267 #endif
14268 char FT_Init_FreeType ();
14270 main ()
14272 return FT_Init_FreeType ();
14274 return 0;
14276 _ACEOF
14277 rm -f conftest.$ac_objext conftest$ac_exeext
14278 if { (ac_try="$ac_link"
14279 case "(($ac_try" in
14280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14281 *) ac_try_echo=$ac_try;;
14282 esac
14283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14284 (eval "$ac_link") 2>conftest.er1
14285 ac_status=$?
14286 grep -v '^ *+' conftest.er1 >conftest.err
14287 rm -f conftest.er1
14288 cat conftest.err >&5
14289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14290 (exit $ac_status); } && {
14291 test -z "$ac_c_werror_flag" ||
14292 test ! -s conftest.err
14293 } && test -s conftest$ac_exeext &&
14294 $as_test_x conftest$ac_exeext; then
14295 case "$LIBEXT" in
14296 dll) ;;
14297 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'` ;;
14298 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14299 esac
14300 else
14301 echo "$as_me: failed program was:" >&5
14302 sed 's/^/| /' conftest.$ac_ext >&5
14307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14308 conftest$ac_exeext conftest.$ac_ext
14309 LIBS=$ac_check_soname_save_LIBS
14311 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14312 { echo "$as_me:$LINENO: result: not found" >&5
14313 echo "${ECHO_T}not found" >&6; }
14314 ft_lib=no
14315 else
14316 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14317 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14319 cat >>confdefs.h <<_ACEOF
14320 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14321 _ACEOF
14323 ft_lib=yes
14326 if test "$ft_lib" = "yes"
14327 then
14328 ac_save_CPPFLAGS="$CPPFLAGS"
14329 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14343 for ac_header in ft2build.h \
14344 freetype/freetype.h \
14345 freetype/ftglyph.h \
14346 freetype/fttypes.h \
14347 freetype/tttables.h \
14348 freetype/ftnames.h \
14349 freetype/ftsnames.h \
14350 freetype/ttnameid.h \
14351 freetype/ftoutln.h \
14352 freetype/ftwinfnt.h \
14353 freetype/ftmodapi.h \
14354 freetype/ftlcdfil.h \
14355 freetype/internal/sfnt.h
14357 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14358 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14359 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14360 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14361 echo $ECHO_N "(cached) $ECHO_C" >&6
14362 else
14363 cat >conftest.$ac_ext <<_ACEOF
14364 /* confdefs.h. */
14365 _ACEOF
14366 cat confdefs.h >>conftest.$ac_ext
14367 cat >>conftest.$ac_ext <<_ACEOF
14368 /* end confdefs.h. */
14369 #ifdef HAVE_FT2BUILD_H
14370 # include <ft2build.h>
14371 #endif
14373 #include <$ac_header>
14374 _ACEOF
14375 rm -f conftest.$ac_objext
14376 if { (ac_try="$ac_compile"
14377 case "(($ac_try" in
14378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14379 *) ac_try_echo=$ac_try;;
14380 esac
14381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14382 (eval "$ac_compile") 2>conftest.er1
14383 ac_status=$?
14384 grep -v '^ *+' conftest.er1 >conftest.err
14385 rm -f conftest.er1
14386 cat conftest.err >&5
14387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14388 (exit $ac_status); } && {
14389 test -z "$ac_c_werror_flag" ||
14390 test ! -s conftest.err
14391 } && test -s conftest.$ac_objext; then
14392 eval "$as_ac_Header=yes"
14393 else
14394 echo "$as_me: failed program was:" >&5
14395 sed 's/^/| /' conftest.$ac_ext >&5
14397 eval "$as_ac_Header=no"
14400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14402 ac_res=`eval echo '${'$as_ac_Header'}'`
14403 { echo "$as_me:$LINENO: result: $ac_res" >&5
14404 echo "${ECHO_T}$ac_res" >&6; }
14405 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14406 cat >>confdefs.h <<_ACEOF
14407 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14408 _ACEOF
14412 done
14414 cat >conftest.$ac_ext <<_ACEOF
14415 /* confdefs.h. */
14416 _ACEOF
14417 cat confdefs.h >>conftest.$ac_ext
14418 cat >>conftest.$ac_ext <<_ACEOF
14419 /* end confdefs.h. */
14420 #include <ft2build.h>
14421 #include <freetype/fttrigon.h>
14422 _ACEOF
14423 if { (ac_try="$ac_cpp conftest.$ac_ext"
14424 case "(($ac_try" in
14425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14426 *) ac_try_echo=$ac_try;;
14427 esac
14428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14429 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14430 ac_status=$?
14431 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1
14433 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } >/dev/null && {
14436 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14437 test ! -s conftest.err
14438 }; then
14440 cat >>confdefs.h <<\_ACEOF
14441 #define HAVE_FREETYPE_FTTRIGON_H 1
14442 _ACEOF
14444 wine_cv_fttrigon=yes
14445 else
14446 echo "$as_me: failed program was:" >&5
14447 sed 's/^/| /' conftest.$ac_ext >&5
14449 wine_cv_fttrigon=no
14452 rm -f conftest.err conftest.$ac_ext
14453 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14454 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14455 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14456 echo $ECHO_N "(cached) $ECHO_C" >&6
14457 else
14458 cat >conftest.$ac_ext <<_ACEOF
14459 /* confdefs.h. */
14460 _ACEOF
14461 cat confdefs.h >>conftest.$ac_ext
14462 cat >>conftest.$ac_ext <<_ACEOF
14463 /* end confdefs.h. */
14464 #include <freetype/ftmodapi.h>
14466 typedef FT_TrueTypeEngineType ac__type_new_;
14468 main ()
14470 if ((ac__type_new_ *) 0)
14471 return 0;
14472 if (sizeof (ac__type_new_))
14473 return 0;
14475 return 0;
14477 _ACEOF
14478 rm -f conftest.$ac_objext
14479 if { (ac_try="$ac_compile"
14480 case "(($ac_try" in
14481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14482 *) ac_try_echo=$ac_try;;
14483 esac
14484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14485 (eval "$ac_compile") 2>conftest.er1
14486 ac_status=$?
14487 grep -v '^ *+' conftest.er1 >conftest.err
14488 rm -f conftest.er1
14489 cat conftest.err >&5
14490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14491 (exit $ac_status); } && {
14492 test -z "$ac_c_werror_flag" ||
14493 test ! -s conftest.err
14494 } && test -s conftest.$ac_objext; then
14495 ac_cv_type_FT_TrueTypeEngineType=yes
14496 else
14497 echo "$as_me: failed program was:" >&5
14498 sed 's/^/| /' conftest.$ac_ext >&5
14500 ac_cv_type_FT_TrueTypeEngineType=no
14503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14505 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14506 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14507 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14509 cat >>confdefs.h <<_ACEOF
14510 #define HAVE_FT_TRUETYPEENGINETYPE 1
14511 _ACEOF
14516 ac_save_CFLAGS="$CFLAGS"
14517 CFLAGS="$CFLAGS $ac_freetype_libs"
14519 for ac_func in FT_Load_Sfnt_Table
14521 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14522 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14523 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14524 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14525 echo $ECHO_N "(cached) $ECHO_C" >&6
14526 else
14527 cat >conftest.$ac_ext <<_ACEOF
14528 /* confdefs.h. */
14529 _ACEOF
14530 cat confdefs.h >>conftest.$ac_ext
14531 cat >>conftest.$ac_ext <<_ACEOF
14532 /* end confdefs.h. */
14533 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14535 #define $ac_func innocuous_$ac_func
14537 /* System header to define __stub macros and hopefully few prototypes,
14538 which can conflict with char $ac_func (); below.
14539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14540 <limits.h> exists even on freestanding compilers. */
14542 #ifdef __STDC__
14543 # include <limits.h>
14544 #else
14545 # include <assert.h>
14546 #endif
14548 #undef $ac_func
14550 /* Override any GCC internal prototype to avoid an error.
14551 Use char because int might match the return type of a GCC
14552 builtin and then its argument prototype would still apply. */
14553 #ifdef __cplusplus
14554 extern "C"
14555 #endif
14556 char $ac_func ();
14557 /* The GNU C library defines this for functions which it implements
14558 to always fail with ENOSYS. Some functions are actually named
14559 something starting with __ and the normal name is an alias. */
14560 #if defined __stub_$ac_func || defined __stub___$ac_func
14561 choke me
14562 #endif
14565 main ()
14567 return $ac_func ();
14569 return 0;
14571 _ACEOF
14572 rm -f conftest.$ac_objext conftest$ac_exeext
14573 if { (ac_try="$ac_link"
14574 case "(($ac_try" in
14575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14576 *) ac_try_echo=$ac_try;;
14577 esac
14578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14579 (eval "$ac_link") 2>conftest.er1
14580 ac_status=$?
14581 grep -v '^ *+' conftest.er1 >conftest.err
14582 rm -f conftest.er1
14583 cat conftest.err >&5
14584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14585 (exit $ac_status); } && {
14586 test -z "$ac_c_werror_flag" ||
14587 test ! -s conftest.err
14588 } && test -s conftest$ac_exeext &&
14589 $as_test_x conftest$ac_exeext; then
14590 eval "$as_ac_var=yes"
14591 else
14592 echo "$as_me: failed program was:" >&5
14593 sed 's/^/| /' conftest.$ac_ext >&5
14595 eval "$as_ac_var=no"
14598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14599 conftest$ac_exeext conftest.$ac_ext
14601 ac_res=`eval echo '${'$as_ac_var'}'`
14602 { echo "$as_me:$LINENO: result: $ac_res" >&5
14603 echo "${ECHO_T}$ac_res" >&6; }
14604 if test `eval echo '${'$as_ac_var'}'` = yes; then
14605 cat >>confdefs.h <<_ACEOF
14606 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14607 _ACEOF
14610 done
14612 CFLAGS="$ac_save_CFLAGS"
14613 CPPFLAGS="$ac_save_CPPFLAGS"
14614 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14615 then
14617 cat >>confdefs.h <<\_ACEOF
14618 #define HAVE_FREETYPE 1
14619 _ACEOF
14621 FREETYPELIBS="$ac_freetype_libs"
14623 FREETYPEINCL="$ac_freetype_incl"
14628 if test "x$FREETYPELIBS" = "x"; then
14629 case "x$with_freetype" in
14630 xno) ;;
14631 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14632 Use the --without-freetype option if you really want this." >&5
14633 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14634 Use the --without-freetype option if you really want this." >&2;}
14635 { (exit 1); exit 1; }; } ;;
14636 esac
14639 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14641 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14642 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14643 if test "${ac_cv_c_ppdev+set}" = set; then
14644 echo $ECHO_N "(cached) $ECHO_C" >&6
14645 else
14646 cat >conftest.$ac_ext <<_ACEOF
14647 /* confdefs.h. */
14648 _ACEOF
14649 cat confdefs.h >>conftest.$ac_ext
14650 cat >>conftest.$ac_ext <<_ACEOF
14651 /* end confdefs.h. */
14652 #include <linux/ppdev.h>
14654 main ()
14656 ioctl (1,PPCLAIM,0)
14658 return 0;
14660 _ACEOF
14661 rm -f conftest.$ac_objext
14662 if { (ac_try="$ac_compile"
14663 case "(($ac_try" in
14664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14665 *) ac_try_echo=$ac_try;;
14666 esac
14667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14668 (eval "$ac_compile") 2>conftest.er1
14669 ac_status=$?
14670 grep -v '^ *+' conftest.er1 >conftest.err
14671 rm -f conftest.er1
14672 cat conftest.err >&5
14673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14674 (exit $ac_status); } && {
14675 test -z "$ac_c_werror_flag" ||
14676 test ! -s conftest.err
14677 } && test -s conftest.$ac_objext; then
14678 ac_cv_c_ppdev="yes"
14679 else
14680 echo "$as_me: failed program was:" >&5
14681 sed 's/^/| /' conftest.$ac_ext >&5
14683 ac_cv_c_ppdev="no"
14686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14688 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14689 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14690 if test "$ac_cv_c_ppdev" = "yes"
14691 then
14693 cat >>confdefs.h <<\_ACEOF
14694 #define HAVE_PPDEV 1
14695 _ACEOF
14699 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14700 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14701 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14702 echo $ECHO_N "(cached) $ECHO_C" >&6
14703 else
14704 cat >conftest.$ac_ext <<_ACEOF
14705 /* confdefs.h. */
14706 _ACEOF
14707 cat confdefs.h >>conftest.$ac_ext
14708 cat >>conftest.$ac_ext <<_ACEOF
14709 /* end confdefs.h. */
14710 #define _GNU_SOURCE
14711 #include <pthread.h>
14713 typedef pthread_rwlock_t ac__type_new_;
14715 main ()
14717 if ((ac__type_new_ *) 0)
14718 return 0;
14719 if (sizeof (ac__type_new_))
14720 return 0;
14722 return 0;
14724 _ACEOF
14725 rm -f conftest.$ac_objext
14726 if { (ac_try="$ac_compile"
14727 case "(($ac_try" in
14728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14729 *) ac_try_echo=$ac_try;;
14730 esac
14731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14732 (eval "$ac_compile") 2>conftest.er1
14733 ac_status=$?
14734 grep -v '^ *+' conftest.er1 >conftest.err
14735 rm -f conftest.er1
14736 cat conftest.err >&5
14737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14738 (exit $ac_status); } && {
14739 test -z "$ac_c_werror_flag" ||
14740 test ! -s conftest.err
14741 } && test -s conftest.$ac_objext; then
14742 ac_cv_type_pthread_rwlock_t=yes
14743 else
14744 echo "$as_me: failed program was:" >&5
14745 sed 's/^/| /' conftest.$ac_ext >&5
14747 ac_cv_type_pthread_rwlock_t=no
14750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14752 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14753 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14754 if test $ac_cv_type_pthread_rwlock_t = yes; then
14756 cat >>confdefs.h <<_ACEOF
14757 #define HAVE_PTHREAD_RWLOCK_T 1
14758 _ACEOF
14762 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14763 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14764 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14765 echo $ECHO_N "(cached) $ECHO_C" >&6
14766 else
14767 cat >conftest.$ac_ext <<_ACEOF
14768 /* confdefs.h. */
14769 _ACEOF
14770 cat confdefs.h >>conftest.$ac_ext
14771 cat >>conftest.$ac_ext <<_ACEOF
14772 /* end confdefs.h. */
14773 #define _GNU_SOURCE
14774 #include <pthread.h>
14776 typedef pthread_rwlockattr_t ac__type_new_;
14778 main ()
14780 if ((ac__type_new_ *) 0)
14781 return 0;
14782 if (sizeof (ac__type_new_))
14783 return 0;
14785 return 0;
14787 _ACEOF
14788 rm -f conftest.$ac_objext
14789 if { (ac_try="$ac_compile"
14790 case "(($ac_try" in
14791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14792 *) ac_try_echo=$ac_try;;
14793 esac
14794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14795 (eval "$ac_compile") 2>conftest.er1
14796 ac_status=$?
14797 grep -v '^ *+' conftest.er1 >conftest.err
14798 rm -f conftest.er1
14799 cat conftest.err >&5
14800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14801 (exit $ac_status); } && {
14802 test -z "$ac_c_werror_flag" ||
14803 test ! -s conftest.err
14804 } && test -s conftest.$ac_objext; then
14805 ac_cv_type_pthread_rwlockattr_t=yes
14806 else
14807 echo "$as_me: failed program was:" >&5
14808 sed 's/^/| /' conftest.$ac_ext >&5
14810 ac_cv_type_pthread_rwlockattr_t=no
14813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14815 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14816 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14817 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14819 cat >>confdefs.h <<_ACEOF
14820 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14821 _ACEOF
14827 ac_wine_check_funcs_save_LIBS="$LIBS"
14828 LIBS="$LIBS $LIBPTHREAD"
14833 for ac_func in \
14834 pthread_attr_get_np \
14835 pthread_getattr_np \
14836 pthread_get_stackaddr_np \
14837 pthread_get_stacksize_np
14839 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14840 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14841 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14842 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14843 echo $ECHO_N "(cached) $ECHO_C" >&6
14844 else
14845 cat >conftest.$ac_ext <<_ACEOF
14846 /* confdefs.h. */
14847 _ACEOF
14848 cat confdefs.h >>conftest.$ac_ext
14849 cat >>conftest.$ac_ext <<_ACEOF
14850 /* end confdefs.h. */
14851 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14853 #define $ac_func innocuous_$ac_func
14855 /* System header to define __stub macros and hopefully few prototypes,
14856 which can conflict with char $ac_func (); below.
14857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14858 <limits.h> exists even on freestanding compilers. */
14860 #ifdef __STDC__
14861 # include <limits.h>
14862 #else
14863 # include <assert.h>
14864 #endif
14866 #undef $ac_func
14868 /* Override any GCC internal prototype to avoid an error.
14869 Use char because int might match the return type of a GCC
14870 builtin and then its argument prototype would still apply. */
14871 #ifdef __cplusplus
14872 extern "C"
14873 #endif
14874 char $ac_func ();
14875 /* The GNU C library defines this for functions which it implements
14876 to always fail with ENOSYS. Some functions are actually named
14877 something starting with __ and the normal name is an alias. */
14878 #if defined __stub_$ac_func || defined __stub___$ac_func
14879 choke me
14880 #endif
14883 main ()
14885 return $ac_func ();
14887 return 0;
14889 _ACEOF
14890 rm -f conftest.$ac_objext conftest$ac_exeext
14891 if { (ac_try="$ac_link"
14892 case "(($ac_try" in
14893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14894 *) ac_try_echo=$ac_try;;
14895 esac
14896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14897 (eval "$ac_link") 2>conftest.er1
14898 ac_status=$?
14899 grep -v '^ *+' conftest.er1 >conftest.err
14900 rm -f conftest.er1
14901 cat conftest.err >&5
14902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14903 (exit $ac_status); } && {
14904 test -z "$ac_c_werror_flag" ||
14905 test ! -s conftest.err
14906 } && test -s conftest$ac_exeext &&
14907 $as_test_x conftest$ac_exeext; then
14908 eval "$as_ac_var=yes"
14909 else
14910 echo "$as_me: failed program was:" >&5
14911 sed 's/^/| /' conftest.$ac_ext >&5
14913 eval "$as_ac_var=no"
14916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14917 conftest$ac_exeext conftest.$ac_ext
14919 ac_res=`eval echo '${'$as_ac_var'}'`
14920 { echo "$as_me:$LINENO: result: $ac_res" >&5
14921 echo "${ECHO_T}$ac_res" >&6; }
14922 if test `eval echo '${'$as_ac_var'}'` = yes; then
14923 cat >>confdefs.h <<_ACEOF
14924 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14925 _ACEOF
14928 done
14930 LIBS="$ac_wine_check_funcs_save_LIBS"
14932 if test "x$with_esd" != xno
14933 then
14934 save_CFLAGS="$CFLAGS"
14935 # Extract the first word of "esd-config", so it can be a program name with args.
14936 set dummy esd-config; ac_word=$2
14937 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14938 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14939 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14940 echo $ECHO_N "(cached) $ECHO_C" >&6
14941 else
14942 case $ESDCONFIG in
14943 [\\/]* | ?:[\\/]*)
14944 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14948 for as_dir in $PATH
14950 IFS=$as_save_IFS
14951 test -z "$as_dir" && as_dir=.
14952 for ac_exec_ext in '' $ac_executable_extensions; do
14953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14954 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14955 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14956 break 2
14958 done
14959 done
14960 IFS=$as_save_IFS
14962 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14964 esac
14966 ESDCONFIG=$ac_cv_path_ESDCONFIG
14967 if test -n "$ESDCONFIG"; then
14968 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14969 echo "${ECHO_T}$ESDCONFIG" >&6; }
14970 else
14971 { echo "$as_me:$LINENO: result: no" >&5
14972 echo "${ECHO_T}no" >&6; }
14976 if test "x$ESDCONFIG" != "xno"
14977 then
14978 ac_esd_incl=""
14979 for i in `$ESDCONFIG --cflags`
14981 case "$i" in
14982 -I*) ac_esd_incl="$ac_esd_incl $i";;
14983 esac
14984 done
14985 ac_esd_libs=`$ESDCONFIG --libs`
14986 CFLAGS="$CFLAGS $ac_esd_incl"
14988 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14989 if test "${ac_cv_header_esd_h+set}" = set; then
14990 { echo "$as_me:$LINENO: checking for esd.h" >&5
14991 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14992 if test "${ac_cv_header_esd_h+set}" = set; then
14993 echo $ECHO_N "(cached) $ECHO_C" >&6
14995 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14996 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14997 else
14998 # Is the header compilable?
14999 { echo "$as_me:$LINENO: checking esd.h usability" >&5
15000 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
15001 cat >conftest.$ac_ext <<_ACEOF
15002 /* confdefs.h. */
15003 _ACEOF
15004 cat confdefs.h >>conftest.$ac_ext
15005 cat >>conftest.$ac_ext <<_ACEOF
15006 /* end confdefs.h. */
15007 $ac_includes_default
15008 #include <esd.h>
15009 _ACEOF
15010 rm -f conftest.$ac_objext
15011 if { (ac_try="$ac_compile"
15012 case "(($ac_try" in
15013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15014 *) ac_try_echo=$ac_try;;
15015 esac
15016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15017 (eval "$ac_compile") 2>conftest.er1
15018 ac_status=$?
15019 grep -v '^ *+' conftest.er1 >conftest.err
15020 rm -f conftest.er1
15021 cat conftest.err >&5
15022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15023 (exit $ac_status); } && {
15024 test -z "$ac_c_werror_flag" ||
15025 test ! -s conftest.err
15026 } && test -s conftest.$ac_objext; then
15027 ac_header_compiler=yes
15028 else
15029 echo "$as_me: failed program was:" >&5
15030 sed 's/^/| /' conftest.$ac_ext >&5
15032 ac_header_compiler=no
15035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15036 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15037 echo "${ECHO_T}$ac_header_compiler" >&6; }
15039 # Is the header present?
15040 { echo "$as_me:$LINENO: checking esd.h presence" >&5
15041 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
15042 cat >conftest.$ac_ext <<_ACEOF
15043 /* confdefs.h. */
15044 _ACEOF
15045 cat confdefs.h >>conftest.$ac_ext
15046 cat >>conftest.$ac_ext <<_ACEOF
15047 /* end confdefs.h. */
15048 #include <esd.h>
15049 _ACEOF
15050 if { (ac_try="$ac_cpp conftest.$ac_ext"
15051 case "(($ac_try" in
15052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15053 *) ac_try_echo=$ac_try;;
15054 esac
15055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15056 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15057 ac_status=$?
15058 grep -v '^ *+' conftest.er1 >conftest.err
15059 rm -f conftest.er1
15060 cat conftest.err >&5
15061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15062 (exit $ac_status); } >/dev/null && {
15063 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15064 test ! -s conftest.err
15065 }; then
15066 ac_header_preproc=yes
15067 else
15068 echo "$as_me: failed program was:" >&5
15069 sed 's/^/| /' conftest.$ac_ext >&5
15071 ac_header_preproc=no
15074 rm -f conftest.err conftest.$ac_ext
15075 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15076 echo "${ECHO_T}$ac_header_preproc" >&6; }
15078 # So? What about this header?
15079 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15080 yes:no: )
15081 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15082 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15083 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15084 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15085 ac_header_preproc=yes
15087 no:yes:* )
15088 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15089 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15090 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15091 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15092 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15093 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15094 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15095 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15096 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15097 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15098 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15099 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15100 ( cat <<\_ASBOX
15101 ## ------------------------------------ ##
15102 ## Report this to wine-devel@winehq.org ##
15103 ## ------------------------------------ ##
15104 _ASBOX
15105 ) | sed "s/^/$as_me: WARNING: /" >&2
15107 esac
15108 { echo "$as_me:$LINENO: checking for esd.h" >&5
15109 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15110 if test "${ac_cv_header_esd_h+set}" = set; then
15111 echo $ECHO_N "(cached) $ECHO_C" >&6
15112 else
15113 ac_cv_header_esd_h=$ac_header_preproc
15115 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15116 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15119 if test $ac_cv_header_esd_h = yes; then
15120 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15121 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15122 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15123 echo $ECHO_N "(cached) $ECHO_C" >&6
15124 else
15125 ac_check_lib_save_LIBS=$LIBS
15126 LIBS="-lesd $ac_esd_libs $LIBS"
15127 cat >conftest.$ac_ext <<_ACEOF
15128 /* confdefs.h. */
15129 _ACEOF
15130 cat confdefs.h >>conftest.$ac_ext
15131 cat >>conftest.$ac_ext <<_ACEOF
15132 /* end confdefs.h. */
15134 /* Override any GCC internal prototype to avoid an error.
15135 Use char because int might match the return type of a GCC
15136 builtin and then its argument prototype would still apply. */
15137 #ifdef __cplusplus
15138 extern "C"
15139 #endif
15140 char esd_open_sound ();
15142 main ()
15144 return esd_open_sound ();
15146 return 0;
15148 _ACEOF
15149 rm -f conftest.$ac_objext conftest$ac_exeext
15150 if { (ac_try="$ac_link"
15151 case "(($ac_try" in
15152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15153 *) ac_try_echo=$ac_try;;
15154 esac
15155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15156 (eval "$ac_link") 2>conftest.er1
15157 ac_status=$?
15158 grep -v '^ *+' conftest.er1 >conftest.err
15159 rm -f conftest.er1
15160 cat conftest.err >&5
15161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15162 (exit $ac_status); } && {
15163 test -z "$ac_c_werror_flag" ||
15164 test ! -s conftest.err
15165 } && test -s conftest$ac_exeext &&
15166 $as_test_x conftest$ac_exeext; then
15167 ac_cv_lib_esd_esd_open_sound=yes
15168 else
15169 echo "$as_me: failed program was:" >&5
15170 sed 's/^/| /' conftest.$ac_ext >&5
15172 ac_cv_lib_esd_esd_open_sound=no
15175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15176 conftest$ac_exeext conftest.$ac_ext
15177 LIBS=$ac_check_lib_save_LIBS
15179 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15180 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15181 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15182 ESDINCL="$ac_esd_incl"
15184 ESDLIBS="$ac_esd_libs"
15187 cat >>confdefs.h <<\_ACEOF
15188 #define HAVE_ESD 1
15189 _ACEOF
15196 CFLAGS="$save_CFLAGS"
15199 if test "x$with_pulse" != "xno"; then
15200 if test "$PKG_CONFIG" != "false"; then
15201 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15202 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15203 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15204 have_pulseaudio="yes"
15205 else
15206 have_pulseaudio="no"
15208 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15209 echo "${ECHO_T}$have_pulseaudio" >&6; }
15210 if test x"$have_pulseaudio" = xyes; then
15211 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15213 cat >>confdefs.h <<\_ACEOF
15214 #define HAVE_PULSEAUDIO_0_9_11 1
15215 _ACEOF
15217 else
15219 cat >>confdefs.h <<\_ACEOF
15220 #define HAVE_PULSEAUDIO_0_9_11 0
15221 _ACEOF
15224 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15226 cat >>confdefs.h <<\_ACEOF
15227 #define HAVE_PULSEAUDIO 1
15228 _ACEOF
15230 PULSELIBS="$ac_pulse_libs"
15236 ALSALIBS=""
15238 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15239 then
15240 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15241 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15242 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15243 echo $ECHO_N "(cached) $ECHO_C" >&6
15244 else
15245 ac_check_lib_save_LIBS=$LIBS
15246 LIBS="-lasound $LIBS"
15247 cat >conftest.$ac_ext <<_ACEOF
15248 /* confdefs.h. */
15249 _ACEOF
15250 cat confdefs.h >>conftest.$ac_ext
15251 cat >>conftest.$ac_ext <<_ACEOF
15252 /* end confdefs.h. */
15254 /* Override any GCC internal prototype to avoid an error.
15255 Use char because int might match the return type of a GCC
15256 builtin and then its argument prototype would still apply. */
15257 #ifdef __cplusplus
15258 extern "C"
15259 #endif
15260 char snd_pcm_hw_params_get_access ();
15262 main ()
15264 return snd_pcm_hw_params_get_access ();
15266 return 0;
15268 _ACEOF
15269 rm -f conftest.$ac_objext conftest$ac_exeext
15270 if { (ac_try="$ac_link"
15271 case "(($ac_try" in
15272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15273 *) ac_try_echo=$ac_try;;
15274 esac
15275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15276 (eval "$ac_link") 2>conftest.er1
15277 ac_status=$?
15278 grep -v '^ *+' conftest.er1 >conftest.err
15279 rm -f conftest.er1
15280 cat conftest.err >&5
15281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15282 (exit $ac_status); } && {
15283 test -z "$ac_c_werror_flag" ||
15284 test ! -s conftest.err
15285 } && test -s conftest$ac_exeext &&
15286 $as_test_x conftest$ac_exeext; then
15287 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15288 else
15289 echo "$as_me: failed program was:" >&5
15290 sed 's/^/| /' conftest.$ac_ext >&5
15292 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15295 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15296 conftest$ac_exeext conftest.$ac_ext
15297 LIBS=$ac_check_lib_save_LIBS
15299 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15300 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15301 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15302 cat >conftest.$ac_ext <<_ACEOF
15303 /* confdefs.h. */
15304 _ACEOF
15305 cat confdefs.h >>conftest.$ac_ext
15306 cat >>conftest.$ac_ext <<_ACEOF
15307 /* end confdefs.h. */
15308 #ifdef HAVE_ALSA_ASOUNDLIB_H
15309 #include <alsa/asoundlib.h>
15310 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15311 #include <sys/asoundlib.h>
15312 #endif
15314 main ()
15316 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15318 return 0;
15320 _ACEOF
15321 rm -f conftest.$ac_objext
15322 if { (ac_try="$ac_compile"
15323 case "(($ac_try" in
15324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15325 *) ac_try_echo=$ac_try;;
15326 esac
15327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15328 (eval "$ac_compile") 2>conftest.er1
15329 ac_status=$?
15330 grep -v '^ *+' conftest.er1 >conftest.err
15331 rm -f conftest.er1
15332 cat conftest.err >&5
15333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15334 (exit $ac_status); } && {
15335 test -z "$ac_c_werror_flag" ||
15336 test ! -s conftest.err
15337 } && test -s conftest.$ac_objext; then
15339 cat >>confdefs.h <<\_ACEOF
15340 #define HAVE_ALSA 1
15341 _ACEOF
15343 ALSALIBS="-lasound"
15344 else
15345 echo "$as_me: failed program was:" >&5
15346 sed 's/^/| /' conftest.$ac_ext >&5
15351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15356 AUDIOIOLIBS=""
15358 if test "$ac_cv_header_libaudioio_h" = "yes"
15359 then
15360 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15361 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15362 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15363 echo $ECHO_N "(cached) $ECHO_C" >&6
15364 else
15365 ac_check_lib_save_LIBS=$LIBS
15366 LIBS="-laudioio $LIBS"
15367 cat >conftest.$ac_ext <<_ACEOF
15368 /* confdefs.h. */
15369 _ACEOF
15370 cat confdefs.h >>conftest.$ac_ext
15371 cat >>conftest.$ac_ext <<_ACEOF
15372 /* end confdefs.h. */
15374 /* Override any GCC internal prototype to avoid an error.
15375 Use char because int might match the return type of a GCC
15376 builtin and then its argument prototype would still apply. */
15377 #ifdef __cplusplus
15378 extern "C"
15379 #endif
15380 char AudioIOGetVersion ();
15382 main ()
15384 return AudioIOGetVersion ();
15386 return 0;
15388 _ACEOF
15389 rm -f conftest.$ac_objext conftest$ac_exeext
15390 if { (ac_try="$ac_link"
15391 case "(($ac_try" in
15392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15393 *) ac_try_echo=$ac_try;;
15394 esac
15395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15396 (eval "$ac_link") 2>conftest.er1
15397 ac_status=$?
15398 grep -v '^ *+' conftest.er1 >conftest.err
15399 rm -f conftest.er1
15400 cat conftest.err >&5
15401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15402 (exit $ac_status); } && {
15403 test -z "$ac_c_werror_flag" ||
15404 test ! -s conftest.err
15405 } && test -s conftest$ac_exeext &&
15406 $as_test_x conftest$ac_exeext; then
15407 ac_cv_lib_audioio_AudioIOGetVersion=yes
15408 else
15409 echo "$as_me: failed program was:" >&5
15410 sed 's/^/| /' conftest.$ac_ext >&5
15412 ac_cv_lib_audioio_AudioIOGetVersion=no
15415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15416 conftest$ac_exeext conftest.$ac_ext
15417 LIBS=$ac_check_lib_save_LIBS
15419 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15420 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15421 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15422 AUDIOIOLIBS="-laudioio"
15424 cat >>confdefs.h <<\_ACEOF
15425 #define HAVE_LIBAUDIOIO 1
15426 _ACEOF
15433 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15434 then
15435 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15436 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15437 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15438 echo $ECHO_N "(cached) $ECHO_C" >&6
15439 else
15440 ac_check_soname_save_LIBS=$LIBS
15441 LIBS="-lcapi20 $LIBS"
15442 cat >conftest.$ac_ext <<_ACEOF
15443 /* confdefs.h. */
15444 _ACEOF
15445 cat confdefs.h >>conftest.$ac_ext
15446 cat >>conftest.$ac_ext <<_ACEOF
15447 /* end confdefs.h. */
15449 /* Override any GCC internal prototype to avoid an error.
15450 Use char because int might match the return type of a GCC
15451 builtin and then its argument prototype would still apply. */
15452 #ifdef __cplusplus
15453 extern "C"
15454 #endif
15455 char capi20_register ();
15457 main ()
15459 return capi20_register ();
15461 return 0;
15463 _ACEOF
15464 rm -f conftest.$ac_objext conftest$ac_exeext
15465 if { (ac_try="$ac_link"
15466 case "(($ac_try" in
15467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15468 *) ac_try_echo=$ac_try;;
15469 esac
15470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15471 (eval "$ac_link") 2>conftest.er1
15472 ac_status=$?
15473 grep -v '^ *+' conftest.er1 >conftest.err
15474 rm -f conftest.er1
15475 cat conftest.err >&5
15476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15477 (exit $ac_status); } && {
15478 test -z "$ac_c_werror_flag" ||
15479 test ! -s conftest.err
15480 } && test -s conftest$ac_exeext &&
15481 $as_test_x conftest$ac_exeext; then
15482 case "$LIBEXT" in
15483 dll) ;;
15484 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'` ;;
15485 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15486 esac
15487 else
15488 echo "$as_me: failed program was:" >&5
15489 sed 's/^/| /' conftest.$ac_ext >&5
15494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15495 conftest$ac_exeext conftest.$ac_ext
15496 LIBS=$ac_check_soname_save_LIBS
15498 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15499 { echo "$as_me:$LINENO: result: not found" >&5
15500 echo "${ECHO_T}not found" >&6; }
15502 else
15503 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15504 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15506 cat >>confdefs.h <<_ACEOF
15507 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15508 _ACEOF
15514 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15515 case "x$with_capi" in
15516 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15517 xno) ;;
15518 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15519 This is an error since --with-capi was requested." >&5
15520 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15521 This is an error since --with-capi was requested." >&2;}
15522 { (exit 1); exit 1; }; } ;;
15523 esac
15527 CUPSINCL=""
15529 if test "x$with_cups" != "xno"
15530 then
15531 ac_save_CPPFLAGS="$CPPFLAGS"
15532 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15533 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15534 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15536 for ac_header in cups/cups.h
15538 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15539 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15540 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15543 echo $ECHO_N "(cached) $ECHO_C" >&6
15545 ac_res=`eval echo '${'$as_ac_Header'}'`
15546 { echo "$as_me:$LINENO: result: $ac_res" >&5
15547 echo "${ECHO_T}$ac_res" >&6; }
15548 else
15549 # Is the header compilable?
15550 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15551 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15552 cat >conftest.$ac_ext <<_ACEOF
15553 /* confdefs.h. */
15554 _ACEOF
15555 cat confdefs.h >>conftest.$ac_ext
15556 cat >>conftest.$ac_ext <<_ACEOF
15557 /* end confdefs.h. */
15558 $ac_includes_default
15559 #include <$ac_header>
15560 _ACEOF
15561 rm -f conftest.$ac_objext
15562 if { (ac_try="$ac_compile"
15563 case "(($ac_try" in
15564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15565 *) ac_try_echo=$ac_try;;
15566 esac
15567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15568 (eval "$ac_compile") 2>conftest.er1
15569 ac_status=$?
15570 grep -v '^ *+' conftest.er1 >conftest.err
15571 rm -f conftest.er1
15572 cat conftest.err >&5
15573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15574 (exit $ac_status); } && {
15575 test -z "$ac_c_werror_flag" ||
15576 test ! -s conftest.err
15577 } && test -s conftest.$ac_objext; then
15578 ac_header_compiler=yes
15579 else
15580 echo "$as_me: failed program was:" >&5
15581 sed 's/^/| /' conftest.$ac_ext >&5
15583 ac_header_compiler=no
15586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15587 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15588 echo "${ECHO_T}$ac_header_compiler" >&6; }
15590 # Is the header present?
15591 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15592 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15593 cat >conftest.$ac_ext <<_ACEOF
15594 /* confdefs.h. */
15595 _ACEOF
15596 cat confdefs.h >>conftest.$ac_ext
15597 cat >>conftest.$ac_ext <<_ACEOF
15598 /* end confdefs.h. */
15599 #include <$ac_header>
15600 _ACEOF
15601 if { (ac_try="$ac_cpp conftest.$ac_ext"
15602 case "(($ac_try" in
15603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15604 *) ac_try_echo=$ac_try;;
15605 esac
15606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15607 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15608 ac_status=$?
15609 grep -v '^ *+' conftest.er1 >conftest.err
15610 rm -f conftest.er1
15611 cat conftest.err >&5
15612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15613 (exit $ac_status); } >/dev/null && {
15614 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15615 test ! -s conftest.err
15616 }; then
15617 ac_header_preproc=yes
15618 else
15619 echo "$as_me: failed program was:" >&5
15620 sed 's/^/| /' conftest.$ac_ext >&5
15622 ac_header_preproc=no
15625 rm -f conftest.err conftest.$ac_ext
15626 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15627 echo "${ECHO_T}$ac_header_preproc" >&6; }
15629 # So? What about this header?
15630 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15631 yes:no: )
15632 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15633 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15634 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15635 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15636 ac_header_preproc=yes
15638 no:yes:* )
15639 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15640 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15641 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15642 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15643 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15644 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15645 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15646 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15647 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15648 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15649 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15650 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15651 ( cat <<\_ASBOX
15652 ## ------------------------------------ ##
15653 ## Report this to wine-devel@winehq.org ##
15654 ## ------------------------------------ ##
15655 _ASBOX
15656 ) | sed "s/^/$as_me: WARNING: /" >&2
15658 esac
15659 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15660 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15661 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15662 echo $ECHO_N "(cached) $ECHO_C" >&6
15663 else
15664 eval "$as_ac_Header=\$ac_header_preproc"
15666 ac_res=`eval echo '${'$as_ac_Header'}'`
15667 { echo "$as_me:$LINENO: result: $ac_res" >&5
15668 echo "${ECHO_T}$ac_res" >&6; }
15671 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15672 cat >>confdefs.h <<_ACEOF
15673 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15674 _ACEOF
15675 { echo "$as_me:$LINENO: checking for -lcups" >&5
15676 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15677 if test "${ac_cv_lib_soname_cups+set}" = set; then
15678 echo $ECHO_N "(cached) $ECHO_C" >&6
15679 else
15680 ac_check_soname_save_LIBS=$LIBS
15681 LIBS="-lcups $ac_cups_libs $LIBS"
15682 cat >conftest.$ac_ext <<_ACEOF
15683 /* confdefs.h. */
15684 _ACEOF
15685 cat confdefs.h >>conftest.$ac_ext
15686 cat >>conftest.$ac_ext <<_ACEOF
15687 /* end confdefs.h. */
15689 /* Override any GCC internal prototype to avoid an error.
15690 Use char because int might match the return type of a GCC
15691 builtin and then its argument prototype would still apply. */
15692 #ifdef __cplusplus
15693 extern "C"
15694 #endif
15695 char cupsGetDefault ();
15697 main ()
15699 return cupsGetDefault ();
15701 return 0;
15703 _ACEOF
15704 rm -f conftest.$ac_objext conftest$ac_exeext
15705 if { (ac_try="$ac_link"
15706 case "(($ac_try" in
15707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15708 *) ac_try_echo=$ac_try;;
15709 esac
15710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15711 (eval "$ac_link") 2>conftest.er1
15712 ac_status=$?
15713 grep -v '^ *+' conftest.er1 >conftest.err
15714 rm -f conftest.er1
15715 cat conftest.err >&5
15716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15717 (exit $ac_status); } && {
15718 test -z "$ac_c_werror_flag" ||
15719 test ! -s conftest.err
15720 } && test -s conftest$ac_exeext &&
15721 $as_test_x conftest$ac_exeext; then
15722 case "$LIBEXT" in
15723 dll) ;;
15724 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'` ;;
15725 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15726 esac
15727 else
15728 echo "$as_me: failed program was:" >&5
15729 sed 's/^/| /' conftest.$ac_ext >&5
15734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15735 conftest$ac_exeext conftest.$ac_ext
15736 LIBS=$ac_check_soname_save_LIBS
15738 if test "x$ac_cv_lib_soname_cups" = "x"; then
15739 { echo "$as_me:$LINENO: result: not found" >&5
15740 echo "${ECHO_T}not found" >&6; }
15742 else
15743 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15744 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15746 cat >>confdefs.h <<_ACEOF
15747 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15748 _ACEOF
15750 CUPSINCL="$ac_cups_cflags"
15755 done
15757 CPPFLAGS="$ac_save_CPPFLAGS"
15759 if test "x$ac_cv_lib_soname_cups" = "x"; then
15760 case "x$with_cups" in
15761 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15762 xno) ;;
15763 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15764 This is an error since --with-cups was requested." >&5
15765 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15766 This is an error since --with-cups was requested." >&2;}
15767 { (exit 1); exit 1; }; } ;;
15768 esac
15772 if test "$ac_cv_header_jack_jack_h" = "yes"
15773 then
15774 { echo "$as_me:$LINENO: checking for -ljack" >&5
15775 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15776 if test "${ac_cv_lib_soname_jack+set}" = set; then
15777 echo $ECHO_N "(cached) $ECHO_C" >&6
15778 else
15779 ac_check_soname_save_LIBS=$LIBS
15780 LIBS="-ljack $LIBS"
15781 cat >conftest.$ac_ext <<_ACEOF
15782 /* confdefs.h. */
15783 _ACEOF
15784 cat confdefs.h >>conftest.$ac_ext
15785 cat >>conftest.$ac_ext <<_ACEOF
15786 /* end confdefs.h. */
15788 /* Override any GCC internal prototype to avoid an error.
15789 Use char because int might match the return type of a GCC
15790 builtin and then its argument prototype would still apply. */
15791 #ifdef __cplusplus
15792 extern "C"
15793 #endif
15794 char jack_client_new ();
15796 main ()
15798 return jack_client_new ();
15800 return 0;
15802 _ACEOF
15803 rm -f conftest.$ac_objext conftest$ac_exeext
15804 if { (ac_try="$ac_link"
15805 case "(($ac_try" in
15806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15807 *) ac_try_echo=$ac_try;;
15808 esac
15809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15810 (eval "$ac_link") 2>conftest.er1
15811 ac_status=$?
15812 grep -v '^ *+' conftest.er1 >conftest.err
15813 rm -f conftest.er1
15814 cat conftest.err >&5
15815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15816 (exit $ac_status); } && {
15817 test -z "$ac_c_werror_flag" ||
15818 test ! -s conftest.err
15819 } && test -s conftest$ac_exeext &&
15820 $as_test_x conftest$ac_exeext; then
15821 case "$LIBEXT" in
15822 dll) ;;
15823 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'` ;;
15824 *) 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'` ;;
15825 esac
15826 else
15827 echo "$as_me: failed program was:" >&5
15828 sed 's/^/| /' conftest.$ac_ext >&5
15833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15834 conftest$ac_exeext conftest.$ac_ext
15835 LIBS=$ac_check_soname_save_LIBS
15837 if test "x$ac_cv_lib_soname_jack" = "x"; then
15838 { echo "$as_me:$LINENO: result: not found" >&5
15839 echo "${ECHO_T}not found" >&6; }
15841 else
15842 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15843 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15845 cat >>confdefs.h <<_ACEOF
15846 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15847 _ACEOF
15854 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15855 then
15856 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15857 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15858 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15859 echo $ECHO_N "(cached) $ECHO_C" >&6
15860 else
15861 ac_check_soname_save_LIBS=$LIBS
15862 LIBS="-lfontconfig $LIBS"
15863 cat >conftest.$ac_ext <<_ACEOF
15864 /* confdefs.h. */
15865 _ACEOF
15866 cat confdefs.h >>conftest.$ac_ext
15867 cat >>conftest.$ac_ext <<_ACEOF
15868 /* end confdefs.h. */
15870 /* Override any GCC internal prototype to avoid an error.
15871 Use char because int might match the return type of a GCC
15872 builtin and then its argument prototype would still apply. */
15873 #ifdef __cplusplus
15874 extern "C"
15875 #endif
15876 char FcInit ();
15878 main ()
15880 return FcInit ();
15882 return 0;
15884 _ACEOF
15885 rm -f conftest.$ac_objext conftest$ac_exeext
15886 if { (ac_try="$ac_link"
15887 case "(($ac_try" in
15888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15889 *) ac_try_echo=$ac_try;;
15890 esac
15891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15892 (eval "$ac_link") 2>conftest.er1
15893 ac_status=$?
15894 grep -v '^ *+' conftest.er1 >conftest.err
15895 rm -f conftest.er1
15896 cat conftest.err >&5
15897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15898 (exit $ac_status); } && {
15899 test -z "$ac_c_werror_flag" ||
15900 test ! -s conftest.err
15901 } && test -s conftest$ac_exeext &&
15902 $as_test_x conftest$ac_exeext; then
15903 case "$LIBEXT" in
15904 dll) ;;
15905 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'` ;;
15906 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15907 esac
15908 else
15909 echo "$as_me: failed program was:" >&5
15910 sed 's/^/| /' conftest.$ac_ext >&5
15915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15916 conftest$ac_exeext conftest.$ac_ext
15917 LIBS=$ac_check_soname_save_LIBS
15919 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15920 { echo "$as_me:$LINENO: result: not found" >&5
15921 echo "${ECHO_T}not found" >&6; }
15923 else
15924 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15925 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15927 cat >>confdefs.h <<_ACEOF
15928 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15929 _ACEOF
15934 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15935 then
15936 ac_save_CPPFLAGS="$CPPFLAGS"
15937 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15938 $as_unset ac_cv_header_fontconfig_fontconfig_h
15940 for ac_header in fontconfig/fontconfig.h
15942 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15943 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15944 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15945 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15946 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15947 echo $ECHO_N "(cached) $ECHO_C" >&6
15949 ac_res=`eval echo '${'$as_ac_Header'}'`
15950 { echo "$as_me:$LINENO: result: $ac_res" >&5
15951 echo "${ECHO_T}$ac_res" >&6; }
15952 else
15953 # Is the header compilable?
15954 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15955 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15956 cat >conftest.$ac_ext <<_ACEOF
15957 /* confdefs.h. */
15958 _ACEOF
15959 cat confdefs.h >>conftest.$ac_ext
15960 cat >>conftest.$ac_ext <<_ACEOF
15961 /* end confdefs.h. */
15962 $ac_includes_default
15963 #include <$ac_header>
15964 _ACEOF
15965 rm -f conftest.$ac_objext
15966 if { (ac_try="$ac_compile"
15967 case "(($ac_try" in
15968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15969 *) ac_try_echo=$ac_try;;
15970 esac
15971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15972 (eval "$ac_compile") 2>conftest.er1
15973 ac_status=$?
15974 grep -v '^ *+' conftest.er1 >conftest.err
15975 rm -f conftest.er1
15976 cat conftest.err >&5
15977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15978 (exit $ac_status); } && {
15979 test -z "$ac_c_werror_flag" ||
15980 test ! -s conftest.err
15981 } && test -s conftest.$ac_objext; then
15982 ac_header_compiler=yes
15983 else
15984 echo "$as_me: failed program was:" >&5
15985 sed 's/^/| /' conftest.$ac_ext >&5
15987 ac_header_compiler=no
15990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15991 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15992 echo "${ECHO_T}$ac_header_compiler" >&6; }
15994 # Is the header present?
15995 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15996 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15997 cat >conftest.$ac_ext <<_ACEOF
15998 /* confdefs.h. */
15999 _ACEOF
16000 cat confdefs.h >>conftest.$ac_ext
16001 cat >>conftest.$ac_ext <<_ACEOF
16002 /* end confdefs.h. */
16003 #include <$ac_header>
16004 _ACEOF
16005 if { (ac_try="$ac_cpp conftest.$ac_ext"
16006 case "(($ac_try" in
16007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16008 *) ac_try_echo=$ac_try;;
16009 esac
16010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16011 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16012 ac_status=$?
16013 grep -v '^ *+' conftest.er1 >conftest.err
16014 rm -f conftest.er1
16015 cat conftest.err >&5
16016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16017 (exit $ac_status); } >/dev/null && {
16018 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16019 test ! -s conftest.err
16020 }; then
16021 ac_header_preproc=yes
16022 else
16023 echo "$as_me: failed program was:" >&5
16024 sed 's/^/| /' conftest.$ac_ext >&5
16026 ac_header_preproc=no
16029 rm -f conftest.err conftest.$ac_ext
16030 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16031 echo "${ECHO_T}$ac_header_preproc" >&6; }
16033 # So? What about this header?
16034 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16035 yes:no: )
16036 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16037 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16038 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16039 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16040 ac_header_preproc=yes
16042 no:yes:* )
16043 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16044 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16045 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16046 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16047 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16048 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16049 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16050 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16051 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16052 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16053 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16054 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16055 ( cat <<\_ASBOX
16056 ## ------------------------------------ ##
16057 ## Report this to wine-devel@winehq.org ##
16058 ## ------------------------------------ ##
16059 _ASBOX
16060 ) | sed "s/^/$as_me: WARNING: /" >&2
16062 esac
16063 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16064 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16065 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16066 echo $ECHO_N "(cached) $ECHO_C" >&6
16067 else
16068 eval "$as_ac_Header=\$ac_header_preproc"
16070 ac_res=`eval echo '${'$as_ac_Header'}'`
16071 { echo "$as_me:$LINENO: result: $ac_res" >&5
16072 echo "${ECHO_T}$ac_res" >&6; }
16075 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16076 cat >>confdefs.h <<_ACEOF
16077 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16078 _ACEOF
16082 done
16084 CPPFLAGS="$ac_save_CPPFLAGS"
16085 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16086 then
16087 FONTCONFIGINCL="$X_CFLAGS"
16089 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16090 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
16091 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16092 echo $ECHO_N "(cached) $ECHO_C" >&6
16093 else
16094 ac_check_soname_save_LIBS=$LIBS
16095 LIBS="-lfontconfig $X_LIBS $LIBS"
16096 cat >conftest.$ac_ext <<_ACEOF
16097 /* confdefs.h. */
16098 _ACEOF
16099 cat confdefs.h >>conftest.$ac_ext
16100 cat >>conftest.$ac_ext <<_ACEOF
16101 /* end confdefs.h. */
16103 /* Override any GCC internal prototype to avoid an error.
16104 Use char because int might match the return type of a GCC
16105 builtin and then its argument prototype would still apply. */
16106 #ifdef __cplusplus
16107 extern "C"
16108 #endif
16109 char FcInit ();
16111 main ()
16113 return FcInit ();
16115 return 0;
16117 _ACEOF
16118 rm -f conftest.$ac_objext conftest$ac_exeext
16119 if { (ac_try="$ac_link"
16120 case "(($ac_try" in
16121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16122 *) ac_try_echo=$ac_try;;
16123 esac
16124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16125 (eval "$ac_link") 2>conftest.er1
16126 ac_status=$?
16127 grep -v '^ *+' conftest.er1 >conftest.err
16128 rm -f conftest.er1
16129 cat conftest.err >&5
16130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16131 (exit $ac_status); } && {
16132 test -z "$ac_c_werror_flag" ||
16133 test ! -s conftest.err
16134 } && test -s conftest$ac_exeext &&
16135 $as_test_x conftest$ac_exeext; then
16136 case "$LIBEXT" in
16137 dll) ;;
16138 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'` ;;
16139 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16140 esac
16141 else
16142 echo "$as_me: failed program was:" >&5
16143 sed 's/^/| /' conftest.$ac_ext >&5
16148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16149 conftest$ac_exeext conftest.$ac_ext
16150 LIBS=$ac_check_soname_save_LIBS
16152 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16153 { echo "$as_me:$LINENO: result: not found" >&5
16154 echo "${ECHO_T}not found" >&6; }
16156 else
16157 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16158 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16160 cat >>confdefs.h <<_ACEOF
16161 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16162 _ACEOF
16169 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16170 case "x$with_fontconfig" in
16171 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16172 xno) ;;
16173 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16174 This is an error since --with-fontconfig was requested." >&5
16175 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16176 This is an error since --with-fontconfig was requested." >&2;}
16177 { (exit 1); exit 1; }; } ;;
16178 esac
16182 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16183 then
16184 { echo "$as_me:$LINENO: checking for -lssl" >&5
16185 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16186 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16187 echo $ECHO_N "(cached) $ECHO_C" >&6
16188 else
16189 ac_check_soname_save_LIBS=$LIBS
16190 LIBS="-lssl $LIBS"
16191 cat >conftest.$ac_ext <<_ACEOF
16192 /* confdefs.h. */
16193 _ACEOF
16194 cat confdefs.h >>conftest.$ac_ext
16195 cat >>conftest.$ac_ext <<_ACEOF
16196 /* end confdefs.h. */
16198 /* Override any GCC internal prototype to avoid an error.
16199 Use char because int might match the return type of a GCC
16200 builtin and then its argument prototype would still apply. */
16201 #ifdef __cplusplus
16202 extern "C"
16203 #endif
16204 char SSL_library_init ();
16206 main ()
16208 return SSL_library_init ();
16210 return 0;
16212 _ACEOF
16213 rm -f conftest.$ac_objext conftest$ac_exeext
16214 if { (ac_try="$ac_link"
16215 case "(($ac_try" in
16216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16217 *) ac_try_echo=$ac_try;;
16218 esac
16219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16220 (eval "$ac_link") 2>conftest.er1
16221 ac_status=$?
16222 grep -v '^ *+' conftest.er1 >conftest.err
16223 rm -f conftest.er1
16224 cat conftest.err >&5
16225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16226 (exit $ac_status); } && {
16227 test -z "$ac_c_werror_flag" ||
16228 test ! -s conftest.err
16229 } && test -s conftest$ac_exeext &&
16230 $as_test_x conftest$ac_exeext; then
16231 case "$LIBEXT" in
16232 dll) ;;
16233 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'` ;;
16234 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16235 esac
16236 else
16237 echo "$as_me: failed program was:" >&5
16238 sed 's/^/| /' conftest.$ac_ext >&5
16243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16244 conftest$ac_exeext conftest.$ac_ext
16245 LIBS=$ac_check_soname_save_LIBS
16247 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16248 { echo "$as_me:$LINENO: result: not found" >&5
16249 echo "${ECHO_T}not found" >&6; }
16251 else
16252 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16253 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16255 cat >>confdefs.h <<_ACEOF
16256 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16257 _ACEOF
16262 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16263 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16264 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16265 echo $ECHO_N "(cached) $ECHO_C" >&6
16266 else
16267 ac_check_soname_save_LIBS=$LIBS
16268 LIBS="-lcrypto $LIBS"
16269 cat >conftest.$ac_ext <<_ACEOF
16270 /* confdefs.h. */
16271 _ACEOF
16272 cat confdefs.h >>conftest.$ac_ext
16273 cat >>conftest.$ac_ext <<_ACEOF
16274 /* end confdefs.h. */
16276 /* Override any GCC internal prototype to avoid an error.
16277 Use char because int might match the return type of a GCC
16278 builtin and then its argument prototype would still apply. */
16279 #ifdef __cplusplus
16280 extern "C"
16281 #endif
16282 char BIO_new_socket ();
16284 main ()
16286 return BIO_new_socket ();
16288 return 0;
16290 _ACEOF
16291 rm -f conftest.$ac_objext conftest$ac_exeext
16292 if { (ac_try="$ac_link"
16293 case "(($ac_try" in
16294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16295 *) ac_try_echo=$ac_try;;
16296 esac
16297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16298 (eval "$ac_link") 2>conftest.er1
16299 ac_status=$?
16300 grep -v '^ *+' conftest.er1 >conftest.err
16301 rm -f conftest.er1
16302 cat conftest.err >&5
16303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16304 (exit $ac_status); } && {
16305 test -z "$ac_c_werror_flag" ||
16306 test ! -s conftest.err
16307 } && test -s conftest$ac_exeext &&
16308 $as_test_x conftest$ac_exeext; then
16309 case "$LIBEXT" in
16310 dll) ;;
16311 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'` ;;
16312 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16313 esac
16314 else
16315 echo "$as_me: failed program was:" >&5
16316 sed 's/^/| /' conftest.$ac_ext >&5
16321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16322 conftest$ac_exeext conftest.$ac_ext
16323 LIBS=$ac_check_soname_save_LIBS
16325 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16326 { echo "$as_me:$LINENO: result: not found" >&5
16327 echo "${ECHO_T}not found" >&6; }
16329 else
16330 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16331 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16333 cat >>confdefs.h <<_ACEOF
16334 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16335 _ACEOF
16341 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16342 case "x$with_openssl" in
16343 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16344 xno) ;;
16345 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16346 This is an error since --with-openssl was requested." >&5
16347 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16348 This is an error since --with-openssl was requested." >&2;}
16349 { (exit 1); exit 1; }; } ;;
16350 esac
16354 if test "$ac_cv_header_jpeglib_h" = "yes"
16355 then
16356 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16357 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16358 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16359 echo $ECHO_N "(cached) $ECHO_C" >&6
16360 else
16361 ac_check_soname_save_LIBS=$LIBS
16362 LIBS="-ljpeg $LIBS"
16363 cat >conftest.$ac_ext <<_ACEOF
16364 /* confdefs.h. */
16365 _ACEOF
16366 cat confdefs.h >>conftest.$ac_ext
16367 cat >>conftest.$ac_ext <<_ACEOF
16368 /* end confdefs.h. */
16370 /* Override any GCC internal prototype to avoid an error.
16371 Use char because int might match the return type of a GCC
16372 builtin and then its argument prototype would still apply. */
16373 #ifdef __cplusplus
16374 extern "C"
16375 #endif
16376 char jpeg_start_decompress ();
16378 main ()
16380 return jpeg_start_decompress ();
16382 return 0;
16384 _ACEOF
16385 rm -f conftest.$ac_objext conftest$ac_exeext
16386 if { (ac_try="$ac_link"
16387 case "(($ac_try" in
16388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16389 *) ac_try_echo=$ac_try;;
16390 esac
16391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16392 (eval "$ac_link") 2>conftest.er1
16393 ac_status=$?
16394 grep -v '^ *+' conftest.er1 >conftest.err
16395 rm -f conftest.er1
16396 cat conftest.err >&5
16397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16398 (exit $ac_status); } && {
16399 test -z "$ac_c_werror_flag" ||
16400 test ! -s conftest.err
16401 } && test -s conftest$ac_exeext &&
16402 $as_test_x conftest$ac_exeext; then
16403 case "$LIBEXT" in
16404 dll) ;;
16405 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'` ;;
16406 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16407 esac
16408 else
16409 echo "$as_me: failed program was:" >&5
16410 sed 's/^/| /' conftest.$ac_ext >&5
16415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16416 conftest$ac_exeext conftest.$ac_ext
16417 LIBS=$ac_check_soname_save_LIBS
16419 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16420 { echo "$as_me:$LINENO: result: not found" >&5
16421 echo "${ECHO_T}not found" >&6; }
16423 else
16424 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16425 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16427 cat >>confdefs.h <<_ACEOF
16428 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16429 _ACEOF
16435 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16436 case "x$with_jpeg" in
16437 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16438 xno) ;;
16439 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16440 This is an error since --with-jpeg was requested." >&5
16441 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16442 This is an error since --with-jpeg was requested." >&2;}
16443 { (exit 1); exit 1; }; } ;;
16444 esac
16448 if test "$ac_cv_header_png_h" = "yes"
16449 then
16450 { echo "$as_me:$LINENO: checking for -lpng" >&5
16451 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16452 if test "${ac_cv_lib_soname_png+set}" = set; then
16453 echo $ECHO_N "(cached) $ECHO_C" >&6
16454 else
16455 ac_check_soname_save_LIBS=$LIBS
16456 LIBS="-lpng -lm -lz $LIBS"
16457 cat >conftest.$ac_ext <<_ACEOF
16458 /* confdefs.h. */
16459 _ACEOF
16460 cat confdefs.h >>conftest.$ac_ext
16461 cat >>conftest.$ac_ext <<_ACEOF
16462 /* end confdefs.h. */
16464 /* Override any GCC internal prototype to avoid an error.
16465 Use char because int might match the return type of a GCC
16466 builtin and then its argument prototype would still apply. */
16467 #ifdef __cplusplus
16468 extern "C"
16469 #endif
16470 char png_create_read_struct ();
16472 main ()
16474 return png_create_read_struct ();
16476 return 0;
16478 _ACEOF
16479 rm -f conftest.$ac_objext conftest$ac_exeext
16480 if { (ac_try="$ac_link"
16481 case "(($ac_try" in
16482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16483 *) ac_try_echo=$ac_try;;
16484 esac
16485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16486 (eval "$ac_link") 2>conftest.er1
16487 ac_status=$?
16488 grep -v '^ *+' conftest.er1 >conftest.err
16489 rm -f conftest.er1
16490 cat conftest.err >&5
16491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16492 (exit $ac_status); } && {
16493 test -z "$ac_c_werror_flag" ||
16494 test ! -s conftest.err
16495 } && test -s conftest$ac_exeext &&
16496 $as_test_x conftest$ac_exeext; then
16497 case "$LIBEXT" in
16498 dll) ;;
16499 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'` ;;
16500 *) 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'` ;;
16501 esac
16502 else
16503 echo "$as_me: failed program was:" >&5
16504 sed 's/^/| /' conftest.$ac_ext >&5
16509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16510 conftest$ac_exeext conftest.$ac_ext
16511 LIBS=$ac_check_soname_save_LIBS
16513 if test "x$ac_cv_lib_soname_png" = "x"; then
16514 { echo "$as_me:$LINENO: result: not found" >&5
16515 echo "${ECHO_T}not found" >&6; }
16517 else
16518 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16519 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16521 cat >>confdefs.h <<_ACEOF
16522 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16523 _ACEOF
16529 if test "x$ac_cv_lib_soname_png" = "x"; then
16530 case "x$with_png" in
16531 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16532 xno) ;;
16533 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16534 This is an error since --with-png was requested." >&5
16535 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16536 This is an error since --with-png was requested." >&2;}
16537 { (exit 1); exit 1; }; } ;;
16538 esac
16542 if test "$ac_cv_header_kstat_h" = "yes"
16543 then
16544 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16545 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16546 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16547 echo $ECHO_N "(cached) $ECHO_C" >&6
16548 else
16549 ac_check_lib_save_LIBS=$LIBS
16550 LIBS="-lkstat $LIBS"
16551 cat >conftest.$ac_ext <<_ACEOF
16552 /* confdefs.h. */
16553 _ACEOF
16554 cat confdefs.h >>conftest.$ac_ext
16555 cat >>conftest.$ac_ext <<_ACEOF
16556 /* end confdefs.h. */
16558 /* Override any GCC internal prototype to avoid an error.
16559 Use char because int might match the return type of a GCC
16560 builtin and then its argument prototype would still apply. */
16561 #ifdef __cplusplus
16562 extern "C"
16563 #endif
16564 char kstat_open ();
16566 main ()
16568 return kstat_open ();
16570 return 0;
16572 _ACEOF
16573 rm -f conftest.$ac_objext conftest$ac_exeext
16574 if { (ac_try="$ac_link"
16575 case "(($ac_try" in
16576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16577 *) ac_try_echo=$ac_try;;
16578 esac
16579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16580 (eval "$ac_link") 2>conftest.er1
16581 ac_status=$?
16582 grep -v '^ *+' conftest.er1 >conftest.err
16583 rm -f conftest.er1
16584 cat conftest.err >&5
16585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16586 (exit $ac_status); } && {
16587 test -z "$ac_c_werror_flag" ||
16588 test ! -s conftest.err
16589 } && test -s conftest$ac_exeext &&
16590 $as_test_x conftest$ac_exeext; then
16591 ac_cv_lib_kstat_kstat_open=yes
16592 else
16593 echo "$as_me: failed program was:" >&5
16594 sed 's/^/| /' conftest.$ac_ext >&5
16596 ac_cv_lib_kstat_kstat_open=no
16599 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16600 conftest$ac_exeext conftest.$ac_ext
16601 LIBS=$ac_check_lib_save_LIBS
16603 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16604 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16605 if test $ac_cv_lib_kstat_kstat_open = yes; then
16607 cat >>confdefs.h <<\_ACEOF
16608 #define HAVE_LIBKSTAT 1
16609 _ACEOF
16611 LIBKSTAT="-lkstat"
16617 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16618 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16619 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16620 echo $ECHO_N "(cached) $ECHO_C" >&6
16621 else
16622 ac_check_soname_save_LIBS=$LIBS
16623 LIBS="-lodbc $LIBS"
16624 cat >conftest.$ac_ext <<_ACEOF
16625 /* confdefs.h. */
16626 _ACEOF
16627 cat confdefs.h >>conftest.$ac_ext
16628 cat >>conftest.$ac_ext <<_ACEOF
16629 /* end confdefs.h. */
16631 /* Override any GCC internal prototype to avoid an error.
16632 Use char because int might match the return type of a GCC
16633 builtin and then its argument prototype would still apply. */
16634 #ifdef __cplusplus
16635 extern "C"
16636 #endif
16637 char SQLConnect ();
16639 main ()
16641 return SQLConnect ();
16643 return 0;
16645 _ACEOF
16646 rm -f conftest.$ac_objext conftest$ac_exeext
16647 if { (ac_try="$ac_link"
16648 case "(($ac_try" in
16649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16650 *) ac_try_echo=$ac_try;;
16651 esac
16652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16653 (eval "$ac_link") 2>conftest.er1
16654 ac_status=$?
16655 grep -v '^ *+' conftest.er1 >conftest.err
16656 rm -f conftest.er1
16657 cat conftest.err >&5
16658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16659 (exit $ac_status); } && {
16660 test -z "$ac_c_werror_flag" ||
16661 test ! -s conftest.err
16662 } && test -s conftest$ac_exeext &&
16663 $as_test_x conftest$ac_exeext; then
16664 case "$LIBEXT" in
16665 dll) ;;
16666 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'` ;;
16667 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16668 esac
16669 else
16670 echo "$as_me: failed program was:" >&5
16671 sed 's/^/| /' conftest.$ac_ext >&5
16676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16677 conftest$ac_exeext conftest.$ac_ext
16678 LIBS=$ac_check_soname_save_LIBS
16680 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16681 { echo "$as_me:$LINENO: result: not found" >&5
16682 echo "${ECHO_T}not found" >&6; }
16683 cat >>confdefs.h <<_ACEOF
16684 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16685 _ACEOF
16687 else
16688 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16689 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16691 cat >>confdefs.h <<_ACEOF
16692 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16693 _ACEOF
16699 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16700 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16701 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16702 "$ac_cv_header_soundcard_h" != "yes" -a \
16703 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16704 then
16705 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16709 EXTRACFLAGS=""
16711 if test "x${GCC}" = "xyes"
16712 then
16713 EXTRACFLAGS="-Wall -pipe"
16715 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16716 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16717 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16718 echo $ECHO_N "(cached) $ECHO_C" >&6
16719 else
16720 if test "$cross_compiling" = yes; then
16721 ac_cv_c_gcc_strength_bug="yes"
16722 else
16723 cat >conftest.$ac_ext <<_ACEOF
16724 /* confdefs.h. */
16725 _ACEOF
16726 cat confdefs.h >>conftest.$ac_ext
16727 cat >>conftest.$ac_ext <<_ACEOF
16728 /* end confdefs.h. */
16729 int L[4] = {0,1,2,3};
16731 main ()
16733 static int Array[3];
16734 unsigned int B = 3;
16735 int i;
16736 for(i=0; i<B; i++) Array[i] = i - 3;
16737 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16738 L[i] = 4;
16739 return (Array[1] != -2 || L[2] != 3)
16741 return 0;
16743 _ACEOF
16744 rm -f conftest$ac_exeext
16745 if { (ac_try="$ac_link"
16746 case "(($ac_try" in
16747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16748 *) ac_try_echo=$ac_try;;
16749 esac
16750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16751 (eval "$ac_link") 2>&5
16752 ac_status=$?
16753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16754 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16755 { (case "(($ac_try" in
16756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16757 *) ac_try_echo=$ac_try;;
16758 esac
16759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16760 (eval "$ac_try") 2>&5
16761 ac_status=$?
16762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16763 (exit $ac_status); }; }; then
16764 ac_cv_c_gcc_strength_bug="no"
16765 else
16766 echo "$as_me: program exited with status $ac_status" >&5
16767 echo "$as_me: failed program was:" >&5
16768 sed 's/^/| /' conftest.$ac_ext >&5
16770 ( exit $ac_status )
16771 ac_cv_c_gcc_strength_bug="yes"
16773 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16778 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16779 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16780 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16781 then
16782 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16785 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16786 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16787 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16788 echo $ECHO_N "(cached) $ECHO_C" >&6
16789 else
16790 ac_wine_try_cflags_saved=$CFLAGS
16791 CFLAGS="$CFLAGS -fno-builtin"
16792 cat >conftest.$ac_ext <<_ACEOF
16793 /* confdefs.h. */
16794 _ACEOF
16795 cat confdefs.h >>conftest.$ac_ext
16796 cat >>conftest.$ac_ext <<_ACEOF
16797 /* end confdefs.h. */
16800 main ()
16804 return 0;
16806 _ACEOF
16807 rm -f conftest.$ac_objext conftest$ac_exeext
16808 if { (ac_try="$ac_link"
16809 case "(($ac_try" in
16810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16811 *) ac_try_echo=$ac_try;;
16812 esac
16813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16814 (eval "$ac_link") 2>conftest.er1
16815 ac_status=$?
16816 grep -v '^ *+' conftest.er1 >conftest.err
16817 rm -f conftest.er1
16818 cat conftest.err >&5
16819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16820 (exit $ac_status); } && {
16821 test -z "$ac_c_werror_flag" ||
16822 test ! -s conftest.err
16823 } && test -s conftest$ac_exeext &&
16824 $as_test_x conftest$ac_exeext; then
16825 ac_cv_cflags__fno_builtin=yes
16826 else
16827 echo "$as_me: failed program was:" >&5
16828 sed 's/^/| /' conftest.$ac_ext >&5
16830 ac_cv_cflags__fno_builtin=no
16833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16834 conftest$ac_exeext conftest.$ac_ext
16835 CFLAGS=$ac_wine_try_cflags_saved
16837 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16838 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16839 if test $ac_cv_cflags__fno_builtin = yes; then
16840 BUILTINFLAG="-fno-builtin"
16844 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16845 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16846 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16847 echo $ECHO_N "(cached) $ECHO_C" >&6
16848 else
16849 ac_wine_try_cflags_saved=$CFLAGS
16850 CFLAGS="$CFLAGS -fno-strict-aliasing"
16851 cat >conftest.$ac_ext <<_ACEOF
16852 /* confdefs.h. */
16853 _ACEOF
16854 cat confdefs.h >>conftest.$ac_ext
16855 cat >>conftest.$ac_ext <<_ACEOF
16856 /* end confdefs.h. */
16859 main ()
16863 return 0;
16865 _ACEOF
16866 rm -f conftest.$ac_objext conftest$ac_exeext
16867 if { (ac_try="$ac_link"
16868 case "(($ac_try" in
16869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16870 *) ac_try_echo=$ac_try;;
16871 esac
16872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16873 (eval "$ac_link") 2>conftest.er1
16874 ac_status=$?
16875 grep -v '^ *+' conftest.er1 >conftest.err
16876 rm -f conftest.er1
16877 cat conftest.err >&5
16878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16879 (exit $ac_status); } && {
16880 test -z "$ac_c_werror_flag" ||
16881 test ! -s conftest.err
16882 } && test -s conftest$ac_exeext &&
16883 $as_test_x conftest$ac_exeext; then
16884 ac_cv_cflags__fno_strict_aliasing=yes
16885 else
16886 echo "$as_me: failed program was:" >&5
16887 sed 's/^/| /' conftest.$ac_ext >&5
16889 ac_cv_cflags__fno_strict_aliasing=no
16892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16893 conftest$ac_exeext conftest.$ac_ext
16894 CFLAGS=$ac_wine_try_cflags_saved
16896 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16897 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16898 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16899 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16902 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16903 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16904 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16905 echo $ECHO_N "(cached) $ECHO_C" >&6
16906 else
16907 ac_wine_try_cflags_saved=$CFLAGS
16908 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16909 cat >conftest.$ac_ext <<_ACEOF
16910 /* confdefs.h. */
16911 _ACEOF
16912 cat confdefs.h >>conftest.$ac_ext
16913 cat >>conftest.$ac_ext <<_ACEOF
16914 /* end confdefs.h. */
16917 main ()
16921 return 0;
16923 _ACEOF
16924 rm -f conftest.$ac_objext conftest$ac_exeext
16925 if { (ac_try="$ac_link"
16926 case "(($ac_try" in
16927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16928 *) ac_try_echo=$ac_try;;
16929 esac
16930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16931 (eval "$ac_link") 2>conftest.er1
16932 ac_status=$?
16933 grep -v '^ *+' conftest.er1 >conftest.err
16934 rm -f conftest.er1
16935 cat conftest.err >&5
16936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16937 (exit $ac_status); } && {
16938 test -z "$ac_c_werror_flag" ||
16939 test ! -s conftest.err
16940 } && test -s conftest$ac_exeext &&
16941 $as_test_x conftest$ac_exeext; then
16942 ac_cv_cflags__Wdeclaration_after_statement=yes
16943 else
16944 echo "$as_me: failed program was:" >&5
16945 sed 's/^/| /' conftest.$ac_ext >&5
16947 ac_cv_cflags__Wdeclaration_after_statement=no
16950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16951 conftest$ac_exeext conftest.$ac_ext
16952 CFLAGS=$ac_wine_try_cflags_saved
16954 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16955 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16956 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16957 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16960 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16961 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16962 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16963 echo $ECHO_N "(cached) $ECHO_C" >&6
16964 else
16965 ac_wine_try_cflags_saved=$CFLAGS
16966 CFLAGS="$CFLAGS -Wwrite-strings"
16967 cat >conftest.$ac_ext <<_ACEOF
16968 /* confdefs.h. */
16969 _ACEOF
16970 cat confdefs.h >>conftest.$ac_ext
16971 cat >>conftest.$ac_ext <<_ACEOF
16972 /* end confdefs.h. */
16975 main ()
16979 return 0;
16981 _ACEOF
16982 rm -f conftest.$ac_objext conftest$ac_exeext
16983 if { (ac_try="$ac_link"
16984 case "(($ac_try" in
16985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16986 *) ac_try_echo=$ac_try;;
16987 esac
16988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16989 (eval "$ac_link") 2>conftest.er1
16990 ac_status=$?
16991 grep -v '^ *+' conftest.er1 >conftest.err
16992 rm -f conftest.er1
16993 cat conftest.err >&5
16994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16995 (exit $ac_status); } && {
16996 test -z "$ac_c_werror_flag" ||
16997 test ! -s conftest.err
16998 } && test -s conftest$ac_exeext &&
16999 $as_test_x conftest$ac_exeext; then
17000 ac_cv_cflags__Wwrite_strings=yes
17001 else
17002 echo "$as_me: failed program was:" >&5
17003 sed 's/^/| /' conftest.$ac_ext >&5
17005 ac_cv_cflags__Wwrite_strings=no
17008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17009 conftest$ac_exeext conftest.$ac_ext
17010 CFLAGS=$ac_wine_try_cflags_saved
17012 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17013 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
17014 if test $ac_cv_cflags__Wwrite_strings = yes; then
17015 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17018 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17019 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
17020 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17021 echo $ECHO_N "(cached) $ECHO_C" >&6
17022 else
17023 ac_wine_try_cflags_saved=$CFLAGS
17024 CFLAGS="$CFLAGS -Wtype-limits"
17025 cat >conftest.$ac_ext <<_ACEOF
17026 /* confdefs.h. */
17027 _ACEOF
17028 cat confdefs.h >>conftest.$ac_ext
17029 cat >>conftest.$ac_ext <<_ACEOF
17030 /* end confdefs.h. */
17033 main ()
17037 return 0;
17039 _ACEOF
17040 rm -f conftest.$ac_objext conftest$ac_exeext
17041 if { (ac_try="$ac_link"
17042 case "(($ac_try" in
17043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17044 *) ac_try_echo=$ac_try;;
17045 esac
17046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17047 (eval "$ac_link") 2>conftest.er1
17048 ac_status=$?
17049 grep -v '^ *+' conftest.er1 >conftest.err
17050 rm -f conftest.er1
17051 cat conftest.err >&5
17052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17053 (exit $ac_status); } && {
17054 test -z "$ac_c_werror_flag" ||
17055 test ! -s conftest.err
17056 } && test -s conftest$ac_exeext &&
17057 $as_test_x conftest$ac_exeext; then
17058 ac_cv_cflags__Wtype_limits=yes
17059 else
17060 echo "$as_me: failed program was:" >&5
17061 sed 's/^/| /' conftest.$ac_ext >&5
17063 ac_cv_cflags__Wtype_limits=no
17066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17067 conftest$ac_exeext conftest.$ac_ext
17068 CFLAGS=$ac_wine_try_cflags_saved
17070 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17071 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17072 if test $ac_cv_cflags__Wtype_limits = yes; then
17073 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17077 saved_CFLAGS="$CFLAGS"
17078 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17079 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17080 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17081 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17082 echo $ECHO_N "(cached) $ECHO_C" >&6
17083 else
17084 cat >conftest.$ac_ext <<_ACEOF
17085 /* confdefs.h. */
17086 _ACEOF
17087 cat confdefs.h >>conftest.$ac_ext
17088 cat >>conftest.$ac_ext <<_ACEOF
17089 /* end confdefs.h. */
17090 #include <string.h>
17092 main ()
17096 return 0;
17098 _ACEOF
17099 rm -f conftest.$ac_objext
17100 if { (ac_try="$ac_compile"
17101 case "(($ac_try" in
17102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17103 *) ac_try_echo=$ac_try;;
17104 esac
17105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17106 (eval "$ac_compile") 2>conftest.er1
17107 ac_status=$?
17108 grep -v '^ *+' conftest.er1 >conftest.err
17109 rm -f conftest.er1
17110 cat conftest.err >&5
17111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17112 (exit $ac_status); } && {
17113 test -z "$ac_c_werror_flag" ||
17114 test ! -s conftest.err
17115 } && test -s conftest.$ac_objext; then
17116 ac_cv_c_string_h_warnings=no
17117 else
17118 echo "$as_me: failed program was:" >&5
17119 sed 's/^/| /' conftest.$ac_ext >&5
17121 ac_cv_c_string_h_warnings=yes
17124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17126 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17127 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17128 CFLAGS="$saved_CFLAGS"
17129 if test "$ac_cv_c_string_h_warnings" = "no"
17130 then
17131 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17136 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17137 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17138 if test "${ac_cv_asm_func_def+set}" = set; then
17139 echo $ECHO_N "(cached) $ECHO_C" >&6
17140 else
17141 cat >conftest.$ac_ext <<_ACEOF
17142 /* confdefs.h. */
17143 _ACEOF
17144 cat confdefs.h >>conftest.$ac_ext
17145 cat >>conftest.$ac_ext <<_ACEOF
17146 /* end confdefs.h. */
17149 main ()
17151 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17153 return 0;
17155 _ACEOF
17156 rm -f conftest.$ac_objext conftest$ac_exeext
17157 if { (ac_try="$ac_link"
17158 case "(($ac_try" in
17159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17160 *) ac_try_echo=$ac_try;;
17161 esac
17162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17163 (eval "$ac_link") 2>conftest.er1
17164 ac_status=$?
17165 grep -v '^ *+' conftest.er1 >conftest.err
17166 rm -f conftest.er1
17167 cat conftest.err >&5
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); } && {
17170 test -z "$ac_c_werror_flag" ||
17171 test ! -s conftest.err
17172 } && test -s conftest$ac_exeext &&
17173 $as_test_x conftest$ac_exeext; then
17174 ac_cv_asm_func_def=".def"
17175 else
17176 echo "$as_me: failed program was:" >&5
17177 sed 's/^/| /' conftest.$ac_ext >&5
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. */
17187 main ()
17189 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
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_asm_func_def=".type @function"
17213 else
17214 echo "$as_me: failed program was:" >&5
17215 sed 's/^/| /' conftest.$ac_ext >&5
17217 cat >conftest.$ac_ext <<_ACEOF
17218 /* confdefs.h. */
17219 _ACEOF
17220 cat confdefs.h >>conftest.$ac_ext
17221 cat >>conftest.$ac_ext <<_ACEOF
17222 /* end confdefs.h. */
17225 main ()
17227 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17229 return 0;
17231 _ACEOF
17232 rm -f conftest.$ac_objext conftest$ac_exeext
17233 if { (ac_try="$ac_link"
17234 case "(($ac_try" in
17235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17236 *) ac_try_echo=$ac_try;;
17237 esac
17238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17239 (eval "$ac_link") 2>conftest.er1
17240 ac_status=$?
17241 grep -v '^ *+' conftest.er1 >conftest.err
17242 rm -f conftest.er1
17243 cat conftest.err >&5
17244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17245 (exit $ac_status); } && {
17246 test -z "$ac_c_werror_flag" ||
17247 test ! -s conftest.err
17248 } && test -s conftest$ac_exeext &&
17249 $as_test_x conftest$ac_exeext; then
17250 ac_cv_asm_func_def=".type 2"
17251 else
17252 echo "$as_me: failed program was:" >&5
17253 sed 's/^/| /' conftest.$ac_ext >&5
17255 ac_cv_asm_func_def="unknown"
17258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17259 conftest$ac_exeext conftest.$ac_ext
17262 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17263 conftest$ac_exeext conftest.$ac_ext
17266 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17267 conftest$ac_exeext conftest.$ac_ext
17269 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17270 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17274 case "$ac_cv_asm_func_def" in
17275 ".def")
17276 cat >>confdefs.h <<\_ACEOF
17277 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17278 _ACEOF
17280 ".type @function")
17281 cat >>confdefs.h <<\_ACEOF
17282 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17283 _ACEOF
17285 ".type 2")
17286 cat >>confdefs.h <<\_ACEOF
17287 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17288 _ACEOF
17291 cat >>confdefs.h <<\_ACEOF
17292 #define __ASM_FUNC(name) ""
17293 _ACEOF
17295 esac
17298 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17299 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17300 if test "${ac_cv_c_extern_prefix+set}" = set; then
17301 echo $ECHO_N "(cached) $ECHO_C" >&6
17302 else
17303 cat >conftest.$ac_ext <<_ACEOF
17304 /* confdefs.h. */
17305 _ACEOF
17306 cat confdefs.h >>conftest.$ac_ext
17307 cat >>conftest.$ac_ext <<_ACEOF
17308 /* end confdefs.h. */
17309 extern int ac_test;
17311 main ()
17313 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17315 return 0;
17317 _ACEOF
17318 rm -f conftest.$ac_objext conftest$ac_exeext
17319 if { (ac_try="$ac_link"
17320 case "(($ac_try" in
17321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17322 *) ac_try_echo=$ac_try;;
17323 esac
17324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17325 (eval "$ac_link") 2>conftest.er1
17326 ac_status=$?
17327 grep -v '^ *+' conftest.er1 >conftest.err
17328 rm -f conftest.er1
17329 cat conftest.err >&5
17330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17331 (exit $ac_status); } && {
17332 test -z "$ac_c_werror_flag" ||
17333 test ! -s conftest.err
17334 } && test -s conftest$ac_exeext &&
17335 $as_test_x conftest$ac_exeext; then
17336 ac_cv_c_extern_prefix="yes"
17337 else
17338 echo "$as_me: failed program was:" >&5
17339 sed 's/^/| /' conftest.$ac_ext >&5
17341 ac_cv_c_extern_prefix="no"
17344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17345 conftest$ac_exeext conftest.$ac_ext
17347 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17348 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17352 if test "$ac_cv_c_extern_prefix" = "yes"
17353 then
17354 cat >>confdefs.h <<\_ACEOF
17355 #define __ASM_NAME(name) "_" name
17356 _ACEOF
17358 else
17359 cat >>confdefs.h <<\_ACEOF
17360 #define __ASM_NAME(name) name
17361 _ACEOF
17366 LDPATH=""
17368 case $build_os in
17369 cygwin*|mingw32*)
17370 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17372 darwin*|macosx*)
17374 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17375 then
17376 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17380 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17382 esac
17384 case $host_os in
17385 mingw32*)
17386 CRTLIBS="-lmsvcrt"
17388 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17391 esac
17393 case $host_cpu in
17394 *i[3456789]86*)
17395 case $host_os in
17396 linux* | k*bsd*-gnu)
17397 EXTRA_BINARIES="wine-preloader"
17399 esac
17401 esac
17404 ac_save_CFLAGS="$CFLAGS"
17405 CFLAGS="$CFLAGS $BUILTINFLAG"
17477 for ac_func in \
17478 _pclose \
17479 _popen \
17480 _snprintf \
17481 _spawnvp \
17482 _strdup \
17483 _stricmp \
17484 _strnicmp \
17485 _strtoi64 \
17486 _strtoui64 \
17487 _vsnprintf \
17488 asctime_r \
17489 chsize \
17490 dlopen \
17491 epoll_create \
17492 ffs \
17493 finite \
17494 fork \
17495 fpclass \
17496 fstatfs \
17497 fstatvfs \
17498 ftruncate \
17499 futimes \
17500 futimesat \
17501 getdirentries \
17502 getopt_long \
17503 getpagesize \
17504 getpwuid \
17505 gettid \
17506 gettimeofday \
17507 getuid \
17508 inet_ntop \
17509 inet_pton \
17510 kqueue \
17511 lstat \
17512 memmove \
17513 mmap \
17514 pclose \
17515 poll \
17516 popen \
17517 prctl \
17518 pread \
17519 pwrite \
17520 readdir \
17521 readlink \
17522 sched_yield \
17523 select \
17524 setproctitle \
17525 setrlimit \
17526 settimeofday \
17527 sigaltstack \
17528 sigprocmask \
17529 snprintf \
17530 socketpair \
17531 spawnvp \
17532 statfs \
17533 statvfs \
17534 strcasecmp \
17535 strdup \
17536 strerror \
17537 strncasecmp \
17538 strtold \
17539 strtoll \
17540 strtoull \
17541 symlink \
17542 tcgetattr \
17543 thr_kill2 \
17544 timegm \
17545 usleep \
17546 vsnprintf \
17547 wait4 \
17548 waitpid \
17551 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17552 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17553 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17554 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17555 echo $ECHO_N "(cached) $ECHO_C" >&6
17556 else
17557 cat >conftest.$ac_ext <<_ACEOF
17558 /* confdefs.h. */
17559 _ACEOF
17560 cat confdefs.h >>conftest.$ac_ext
17561 cat >>conftest.$ac_ext <<_ACEOF
17562 /* end confdefs.h. */
17563 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17564 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17565 #define $ac_func innocuous_$ac_func
17567 /* System header to define __stub macros and hopefully few prototypes,
17568 which can conflict with char $ac_func (); below.
17569 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17570 <limits.h> exists even on freestanding compilers. */
17572 #ifdef __STDC__
17573 # include <limits.h>
17574 #else
17575 # include <assert.h>
17576 #endif
17578 #undef $ac_func
17580 /* Override any GCC internal prototype to avoid an error.
17581 Use char because int might match the return type of a GCC
17582 builtin and then its argument prototype would still apply. */
17583 #ifdef __cplusplus
17584 extern "C"
17585 #endif
17586 char $ac_func ();
17587 /* The GNU C library defines this for functions which it implements
17588 to always fail with ENOSYS. Some functions are actually named
17589 something starting with __ and the normal name is an alias. */
17590 #if defined __stub_$ac_func || defined __stub___$ac_func
17591 choke me
17592 #endif
17595 main ()
17597 return $ac_func ();
17599 return 0;
17601 _ACEOF
17602 rm -f conftest.$ac_objext conftest$ac_exeext
17603 if { (ac_try="$ac_link"
17604 case "(($ac_try" in
17605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17606 *) ac_try_echo=$ac_try;;
17607 esac
17608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17609 (eval "$ac_link") 2>conftest.er1
17610 ac_status=$?
17611 grep -v '^ *+' conftest.er1 >conftest.err
17612 rm -f conftest.er1
17613 cat conftest.err >&5
17614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17615 (exit $ac_status); } && {
17616 test -z "$ac_c_werror_flag" ||
17617 test ! -s conftest.err
17618 } && test -s conftest$ac_exeext &&
17619 $as_test_x conftest$ac_exeext; then
17620 eval "$as_ac_var=yes"
17621 else
17622 echo "$as_me: failed program was:" >&5
17623 sed 's/^/| /' conftest.$ac_ext >&5
17625 eval "$as_ac_var=no"
17628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17629 conftest$ac_exeext conftest.$ac_ext
17631 ac_res=`eval echo '${'$as_ac_var'}'`
17632 { echo "$as_me:$LINENO: result: $ac_res" >&5
17633 echo "${ECHO_T}$ac_res" >&6; }
17634 if test `eval echo '${'$as_ac_var'}'` = yes; then
17635 cat >>confdefs.h <<_ACEOF
17636 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17637 _ACEOF
17640 done
17642 CFLAGS="$ac_save_CFLAGS"
17644 if test "$ac_cv_func_dlopen" = no
17645 then
17646 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17647 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17648 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17649 echo $ECHO_N "(cached) $ECHO_C" >&6
17650 else
17651 ac_check_lib_save_LIBS=$LIBS
17652 LIBS="-ldl $LIBS"
17653 cat >conftest.$ac_ext <<_ACEOF
17654 /* confdefs.h. */
17655 _ACEOF
17656 cat confdefs.h >>conftest.$ac_ext
17657 cat >>conftest.$ac_ext <<_ACEOF
17658 /* end confdefs.h. */
17660 /* Override any GCC internal prototype to avoid an error.
17661 Use char because int might match the return type of a GCC
17662 builtin and then its argument prototype would still apply. */
17663 #ifdef __cplusplus
17664 extern "C"
17665 #endif
17666 char dlopen ();
17668 main ()
17670 return dlopen ();
17672 return 0;
17674 _ACEOF
17675 rm -f conftest.$ac_objext conftest$ac_exeext
17676 if { (ac_try="$ac_link"
17677 case "(($ac_try" in
17678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17679 *) ac_try_echo=$ac_try;;
17680 esac
17681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17682 (eval "$ac_link") 2>conftest.er1
17683 ac_status=$?
17684 grep -v '^ *+' conftest.er1 >conftest.err
17685 rm -f conftest.er1
17686 cat conftest.err >&5
17687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17688 (exit $ac_status); } && {
17689 test -z "$ac_c_werror_flag" ||
17690 test ! -s conftest.err
17691 } && test -s conftest$ac_exeext &&
17692 $as_test_x conftest$ac_exeext; then
17693 ac_cv_lib_dl_dlopen=yes
17694 else
17695 echo "$as_me: failed program was:" >&5
17696 sed 's/^/| /' conftest.$ac_ext >&5
17698 ac_cv_lib_dl_dlopen=no
17701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17702 conftest$ac_exeext conftest.$ac_ext
17703 LIBS=$ac_check_lib_save_LIBS
17705 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17706 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17707 if test $ac_cv_lib_dl_dlopen = yes; then
17708 cat >>confdefs.h <<\_ACEOF
17709 #define HAVE_DLOPEN 1
17710 _ACEOF
17711 LIBDL="-ldl"
17716 ac_wine_check_funcs_save_LIBS="$LIBS"
17717 LIBS="$LIBS $LIBDL"
17719 for ac_func in dladdr
17721 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17722 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17723 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17724 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17725 echo $ECHO_N "(cached) $ECHO_C" >&6
17726 else
17727 cat >conftest.$ac_ext <<_ACEOF
17728 /* confdefs.h. */
17729 _ACEOF
17730 cat confdefs.h >>conftest.$ac_ext
17731 cat >>conftest.$ac_ext <<_ACEOF
17732 /* end confdefs.h. */
17733 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17734 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17735 #define $ac_func innocuous_$ac_func
17737 /* System header to define __stub macros and hopefully few prototypes,
17738 which can conflict with char $ac_func (); below.
17739 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17740 <limits.h> exists even on freestanding compilers. */
17742 #ifdef __STDC__
17743 # include <limits.h>
17744 #else
17745 # include <assert.h>
17746 #endif
17748 #undef $ac_func
17750 /* Override any GCC internal prototype to avoid an error.
17751 Use char because int might match the return type of a GCC
17752 builtin and then its argument prototype would still apply. */
17753 #ifdef __cplusplus
17754 extern "C"
17755 #endif
17756 char $ac_func ();
17757 /* The GNU C library defines this for functions which it implements
17758 to always fail with ENOSYS. Some functions are actually named
17759 something starting with __ and the normal name is an alias. */
17760 #if defined __stub_$ac_func || defined __stub___$ac_func
17761 choke me
17762 #endif
17765 main ()
17767 return $ac_func ();
17769 return 0;
17771 _ACEOF
17772 rm -f conftest.$ac_objext conftest$ac_exeext
17773 if { (ac_try="$ac_link"
17774 case "(($ac_try" in
17775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17776 *) ac_try_echo=$ac_try;;
17777 esac
17778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17779 (eval "$ac_link") 2>conftest.er1
17780 ac_status=$?
17781 grep -v '^ *+' conftest.er1 >conftest.err
17782 rm -f conftest.er1
17783 cat conftest.err >&5
17784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17785 (exit $ac_status); } && {
17786 test -z "$ac_c_werror_flag" ||
17787 test ! -s conftest.err
17788 } && test -s conftest$ac_exeext &&
17789 $as_test_x conftest$ac_exeext; then
17790 eval "$as_ac_var=yes"
17791 else
17792 echo "$as_me: failed program was:" >&5
17793 sed 's/^/| /' conftest.$ac_ext >&5
17795 eval "$as_ac_var=no"
17798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17799 conftest$ac_exeext conftest.$ac_ext
17801 ac_res=`eval echo '${'$as_ac_var'}'`
17802 { echo "$as_me:$LINENO: result: $ac_res" >&5
17803 echo "${ECHO_T}$ac_res" >&6; }
17804 if test `eval echo '${'$as_ac_var'}'` = yes; then
17805 cat >>confdefs.h <<_ACEOF
17806 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17807 _ACEOF
17810 done
17812 LIBS="$ac_wine_check_funcs_save_LIBS"
17814 if test "$ac_cv_func_poll" = no
17815 then
17816 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17817 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17818 if test "${ac_cv_lib_poll_poll+set}" = set; then
17819 echo $ECHO_N "(cached) $ECHO_C" >&6
17820 else
17821 ac_check_lib_save_LIBS=$LIBS
17822 LIBS="-lpoll $LIBS"
17823 cat >conftest.$ac_ext <<_ACEOF
17824 /* confdefs.h. */
17825 _ACEOF
17826 cat confdefs.h >>conftest.$ac_ext
17827 cat >>conftest.$ac_ext <<_ACEOF
17828 /* end confdefs.h. */
17830 /* Override any GCC internal prototype to avoid an error.
17831 Use char because int might match the return type of a GCC
17832 builtin and then its argument prototype would still apply. */
17833 #ifdef __cplusplus
17834 extern "C"
17835 #endif
17836 char poll ();
17838 main ()
17840 return poll ();
17842 return 0;
17844 _ACEOF
17845 rm -f conftest.$ac_objext conftest$ac_exeext
17846 if { (ac_try="$ac_link"
17847 case "(($ac_try" in
17848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17849 *) ac_try_echo=$ac_try;;
17850 esac
17851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17852 (eval "$ac_link") 2>conftest.er1
17853 ac_status=$?
17854 grep -v '^ *+' conftest.er1 >conftest.err
17855 rm -f conftest.er1
17856 cat conftest.err >&5
17857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17858 (exit $ac_status); } && {
17859 test -z "$ac_c_werror_flag" ||
17860 test ! -s conftest.err
17861 } && test -s conftest$ac_exeext &&
17862 $as_test_x conftest$ac_exeext; then
17863 ac_cv_lib_poll_poll=yes
17864 else
17865 echo "$as_me: failed program was:" >&5
17866 sed 's/^/| /' conftest.$ac_ext >&5
17868 ac_cv_lib_poll_poll=no
17871 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17872 conftest$ac_exeext conftest.$ac_ext
17873 LIBS=$ac_check_lib_save_LIBS
17875 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17876 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17877 if test $ac_cv_lib_poll_poll = yes; then
17878 cat >>confdefs.h <<\_ACEOF
17879 #define HAVE_POLL 1
17880 _ACEOF
17881 LIBPOLL="-lpoll"
17887 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17888 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17889 if test "${ac_cv_search_gethostbyname+set}" = set; then
17890 echo $ECHO_N "(cached) $ECHO_C" >&6
17891 else
17892 ac_func_search_save_LIBS=$LIBS
17893 cat >conftest.$ac_ext <<_ACEOF
17894 /* confdefs.h. */
17895 _ACEOF
17896 cat confdefs.h >>conftest.$ac_ext
17897 cat >>conftest.$ac_ext <<_ACEOF
17898 /* end confdefs.h. */
17900 /* Override any GCC internal prototype to avoid an error.
17901 Use char because int might match the return type of a GCC
17902 builtin and then its argument prototype would still apply. */
17903 #ifdef __cplusplus
17904 extern "C"
17905 #endif
17906 char gethostbyname ();
17908 main ()
17910 return gethostbyname ();
17912 return 0;
17914 _ACEOF
17915 for ac_lib in '' nsl; do
17916 if test -z "$ac_lib"; then
17917 ac_res="none required"
17918 else
17919 ac_res=-l$ac_lib
17920 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17922 rm -f conftest.$ac_objext conftest$ac_exeext
17923 if { (ac_try="$ac_link"
17924 case "(($ac_try" in
17925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17926 *) ac_try_echo=$ac_try;;
17927 esac
17928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17929 (eval "$ac_link") 2>conftest.er1
17930 ac_status=$?
17931 grep -v '^ *+' conftest.er1 >conftest.err
17932 rm -f conftest.er1
17933 cat conftest.err >&5
17934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17935 (exit $ac_status); } && {
17936 test -z "$ac_c_werror_flag" ||
17937 test ! -s conftest.err
17938 } && test -s conftest$ac_exeext &&
17939 $as_test_x conftest$ac_exeext; then
17940 ac_cv_search_gethostbyname=$ac_res
17941 else
17942 echo "$as_me: failed program was:" >&5
17943 sed 's/^/| /' conftest.$ac_ext >&5
17948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17949 conftest$ac_exeext
17950 if test "${ac_cv_search_gethostbyname+set}" = set; then
17951 break
17953 done
17954 if test "${ac_cv_search_gethostbyname+set}" = set; then
17956 else
17957 ac_cv_search_gethostbyname=no
17959 rm conftest.$ac_ext
17960 LIBS=$ac_func_search_save_LIBS
17962 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17963 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17964 ac_res=$ac_cv_search_gethostbyname
17965 if test "$ac_res" != no; then
17966 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17971 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17972 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17973 if test "${ac_cv_search_connect+set}" = set; then
17974 echo $ECHO_N "(cached) $ECHO_C" >&6
17975 else
17976 ac_func_search_save_LIBS=$LIBS
17977 cat >conftest.$ac_ext <<_ACEOF
17978 /* confdefs.h. */
17979 _ACEOF
17980 cat confdefs.h >>conftest.$ac_ext
17981 cat >>conftest.$ac_ext <<_ACEOF
17982 /* end confdefs.h. */
17984 /* Override any GCC internal prototype to avoid an error.
17985 Use char because int might match the return type of a GCC
17986 builtin and then its argument prototype would still apply. */
17987 #ifdef __cplusplus
17988 extern "C"
17989 #endif
17990 char connect ();
17992 main ()
17994 return connect ();
17996 return 0;
17998 _ACEOF
17999 for ac_lib in '' socket; do
18000 if test -z "$ac_lib"; then
18001 ac_res="none required"
18002 else
18003 ac_res=-l$ac_lib
18004 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18006 rm -f conftest.$ac_objext conftest$ac_exeext
18007 if { (ac_try="$ac_link"
18008 case "(($ac_try" in
18009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18010 *) ac_try_echo=$ac_try;;
18011 esac
18012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18013 (eval "$ac_link") 2>conftest.er1
18014 ac_status=$?
18015 grep -v '^ *+' conftest.er1 >conftest.err
18016 rm -f conftest.er1
18017 cat conftest.err >&5
18018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18019 (exit $ac_status); } && {
18020 test -z "$ac_c_werror_flag" ||
18021 test ! -s conftest.err
18022 } && test -s conftest$ac_exeext &&
18023 $as_test_x conftest$ac_exeext; then
18024 ac_cv_search_connect=$ac_res
18025 else
18026 echo "$as_me: failed program was:" >&5
18027 sed 's/^/| /' conftest.$ac_ext >&5
18032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18033 conftest$ac_exeext
18034 if test "${ac_cv_search_connect+set}" = set; then
18035 break
18037 done
18038 if test "${ac_cv_search_connect+set}" = set; then
18040 else
18041 ac_cv_search_connect=no
18043 rm conftest.$ac_ext
18044 LIBS=$ac_func_search_save_LIBS
18046 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18047 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
18048 ac_res=$ac_cv_search_connect
18049 if test "$ac_res" != no; then
18050 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18055 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18056 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
18057 if test "${ac_cv_search_inet_aton+set}" = set; then
18058 echo $ECHO_N "(cached) $ECHO_C" >&6
18059 else
18060 ac_func_search_save_LIBS=$LIBS
18061 cat >conftest.$ac_ext <<_ACEOF
18062 /* confdefs.h. */
18063 _ACEOF
18064 cat confdefs.h >>conftest.$ac_ext
18065 cat >>conftest.$ac_ext <<_ACEOF
18066 /* end confdefs.h. */
18068 /* Override any GCC internal prototype to avoid an error.
18069 Use char because int might match the return type of a GCC
18070 builtin and then its argument prototype would still apply. */
18071 #ifdef __cplusplus
18072 extern "C"
18073 #endif
18074 char inet_aton ();
18076 main ()
18078 return inet_aton ();
18080 return 0;
18082 _ACEOF
18083 for ac_lib in '' resolv; do
18084 if test -z "$ac_lib"; then
18085 ac_res="none required"
18086 else
18087 ac_res=-l$ac_lib
18088 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18090 rm -f conftest.$ac_objext conftest$ac_exeext
18091 if { (ac_try="$ac_link"
18092 case "(($ac_try" in
18093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18094 *) ac_try_echo=$ac_try;;
18095 esac
18096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18097 (eval "$ac_link") 2>conftest.er1
18098 ac_status=$?
18099 grep -v '^ *+' conftest.er1 >conftest.err
18100 rm -f conftest.er1
18101 cat conftest.err >&5
18102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18103 (exit $ac_status); } && {
18104 test -z "$ac_c_werror_flag" ||
18105 test ! -s conftest.err
18106 } && test -s conftest$ac_exeext &&
18107 $as_test_x conftest$ac_exeext; then
18108 ac_cv_search_inet_aton=$ac_res
18109 else
18110 echo "$as_me: failed program was:" >&5
18111 sed 's/^/| /' conftest.$ac_ext >&5
18116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18117 conftest$ac_exeext
18118 if test "${ac_cv_search_inet_aton+set}" = set; then
18119 break
18121 done
18122 if test "${ac_cv_search_inet_aton+set}" = set; then
18124 else
18125 ac_cv_search_inet_aton=no
18127 rm conftest.$ac_ext
18128 LIBS=$ac_func_search_save_LIBS
18130 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18131 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
18132 ac_res=$ac_cv_search_inet_aton
18133 if test "$ac_res" != no; then
18134 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18147 for ac_func in \
18148 getaddrinfo \
18149 getnameinfo \
18150 getnetbyname \
18151 getprotobyname \
18152 getprotobynumber \
18153 getservbyport \
18154 inet_network \
18155 sendmsg \
18158 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18159 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18160 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18161 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18162 echo $ECHO_N "(cached) $ECHO_C" >&6
18163 else
18164 cat >conftest.$ac_ext <<_ACEOF
18165 /* confdefs.h. */
18166 _ACEOF
18167 cat confdefs.h >>conftest.$ac_ext
18168 cat >>conftest.$ac_ext <<_ACEOF
18169 /* end confdefs.h. */
18170 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18171 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18172 #define $ac_func innocuous_$ac_func
18174 /* System header to define __stub macros and hopefully few prototypes,
18175 which can conflict with char $ac_func (); below.
18176 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18177 <limits.h> exists even on freestanding compilers. */
18179 #ifdef __STDC__
18180 # include <limits.h>
18181 #else
18182 # include <assert.h>
18183 #endif
18185 #undef $ac_func
18187 /* Override any GCC internal prototype to avoid an error.
18188 Use char because int might match the return type of a GCC
18189 builtin and then its argument prototype would still apply. */
18190 #ifdef __cplusplus
18191 extern "C"
18192 #endif
18193 char $ac_func ();
18194 /* The GNU C library defines this for functions which it implements
18195 to always fail with ENOSYS. Some functions are actually named
18196 something starting with __ and the normal name is an alias. */
18197 #if defined __stub_$ac_func || defined __stub___$ac_func
18198 choke me
18199 #endif
18202 main ()
18204 return $ac_func ();
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 eval "$as_ac_var=yes"
18228 else
18229 echo "$as_me: failed program was:" >&5
18230 sed 's/^/| /' conftest.$ac_ext >&5
18232 eval "$as_ac_var=no"
18235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18236 conftest$ac_exeext conftest.$ac_ext
18238 ac_res=`eval echo '${'$as_ac_var'}'`
18239 { echo "$as_me:$LINENO: result: $ac_res" >&5
18240 echo "${ECHO_T}$ac_res" >&6; }
18241 if test `eval echo '${'$as_ac_var'}'` = yes; then
18242 cat >>confdefs.h <<_ACEOF
18243 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18244 _ACEOF
18247 done
18250 LDAPLIBS=""
18252 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18253 then
18254 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18255 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18256 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18257 echo $ECHO_N "(cached) $ECHO_C" >&6
18258 else
18259 cat >conftest.$ac_ext <<_ACEOF
18260 /* confdefs.h. */
18261 _ACEOF
18262 cat confdefs.h >>conftest.$ac_ext
18263 cat >>conftest.$ac_ext <<_ACEOF
18264 /* end confdefs.h. */
18265 #include <ldap.h>
18267 typedef LDAPSortKey ac__type_new_;
18269 main ()
18271 if ((ac__type_new_ *) 0)
18272 return 0;
18273 if (sizeof (ac__type_new_))
18274 return 0;
18276 return 0;
18278 _ACEOF
18279 rm -f conftest.$ac_objext
18280 if { (ac_try="$ac_compile"
18281 case "(($ac_try" in
18282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18283 *) ac_try_echo=$ac_try;;
18284 esac
18285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18286 (eval "$ac_compile") 2>conftest.er1
18287 ac_status=$?
18288 grep -v '^ *+' conftest.er1 >conftest.err
18289 rm -f conftest.er1
18290 cat conftest.err >&5
18291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18292 (exit $ac_status); } && {
18293 test -z "$ac_c_werror_flag" ||
18294 test ! -s conftest.err
18295 } && test -s conftest.$ac_objext; then
18296 ac_cv_type_LDAPSortKey=yes
18297 else
18298 echo "$as_me: failed program was:" >&5
18299 sed 's/^/| /' conftest.$ac_ext >&5
18301 ac_cv_type_LDAPSortKey=no
18304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18306 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18307 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18308 if test $ac_cv_type_LDAPSortKey = yes; then
18309 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18310 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18311 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18312 echo $ECHO_N "(cached) $ECHO_C" >&6
18313 else
18314 ac_check_lib_save_LIBS=$LIBS
18315 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18316 cat >conftest.$ac_ext <<_ACEOF
18317 /* confdefs.h. */
18318 _ACEOF
18319 cat confdefs.h >>conftest.$ac_ext
18320 cat >>conftest.$ac_ext <<_ACEOF
18321 /* end confdefs.h. */
18323 /* Override any GCC internal prototype to avoid an error.
18324 Use char because int might match the return type of a GCC
18325 builtin and then its argument prototype would still apply. */
18326 #ifdef __cplusplus
18327 extern "C"
18328 #endif
18329 char ldap_initialize ();
18331 main ()
18333 return ldap_initialize ();
18335 return 0;
18337 _ACEOF
18338 rm -f conftest.$ac_objext conftest$ac_exeext
18339 if { (ac_try="$ac_link"
18340 case "(($ac_try" in
18341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18342 *) ac_try_echo=$ac_try;;
18343 esac
18344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18345 (eval "$ac_link") 2>conftest.er1
18346 ac_status=$?
18347 grep -v '^ *+' conftest.er1 >conftest.err
18348 rm -f conftest.er1
18349 cat conftest.err >&5
18350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18351 (exit $ac_status); } && {
18352 test -z "$ac_c_werror_flag" ||
18353 test ! -s conftest.err
18354 } && test -s conftest$ac_exeext &&
18355 $as_test_x conftest$ac_exeext; then
18356 ac_cv_lib_ldap_r_ldap_initialize=yes
18357 else
18358 echo "$as_me: failed program was:" >&5
18359 sed 's/^/| /' conftest.$ac_ext >&5
18361 ac_cv_lib_ldap_r_ldap_initialize=no
18364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18365 conftest$ac_exeext conftest.$ac_ext
18366 LIBS=$ac_check_lib_save_LIBS
18368 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18369 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18370 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18371 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18372 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18373 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18374 echo $ECHO_N "(cached) $ECHO_C" >&6
18375 else
18376 ac_check_lib_save_LIBS=$LIBS
18377 LIBS="-llber $LIBPTHREAD $LIBS"
18378 cat >conftest.$ac_ext <<_ACEOF
18379 /* confdefs.h. */
18380 _ACEOF
18381 cat confdefs.h >>conftest.$ac_ext
18382 cat >>conftest.$ac_ext <<_ACEOF
18383 /* end confdefs.h. */
18385 /* Override any GCC internal prototype to avoid an error.
18386 Use char because int might match the return type of a GCC
18387 builtin and then its argument prototype would still apply. */
18388 #ifdef __cplusplus
18389 extern "C"
18390 #endif
18391 char ber_init ();
18393 main ()
18395 return ber_init ();
18397 return 0;
18399 _ACEOF
18400 rm -f conftest.$ac_objext conftest$ac_exeext
18401 if { (ac_try="$ac_link"
18402 case "(($ac_try" in
18403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18404 *) ac_try_echo=$ac_try;;
18405 esac
18406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18407 (eval "$ac_link") 2>conftest.er1
18408 ac_status=$?
18409 grep -v '^ *+' conftest.er1 >conftest.err
18410 rm -f conftest.er1
18411 cat conftest.err >&5
18412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18413 (exit $ac_status); } && {
18414 test -z "$ac_c_werror_flag" ||
18415 test ! -s conftest.err
18416 } && test -s conftest$ac_exeext &&
18417 $as_test_x conftest$ac_exeext; then
18418 ac_cv_lib_lber_ber_init=yes
18419 else
18420 echo "$as_me: failed program was:" >&5
18421 sed 's/^/| /' conftest.$ac_ext >&5
18423 ac_cv_lib_lber_ber_init=no
18426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18427 conftest$ac_exeext conftest.$ac_ext
18428 LIBS=$ac_check_lib_save_LIBS
18430 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18431 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18432 if test $ac_cv_lib_lber_ber_init = yes; then
18434 cat >>confdefs.h <<\_ACEOF
18435 #define HAVE_LDAP 1
18436 _ACEOF
18438 LDAPLIBS="-lldap_r -llber"
18445 ac_wine_check_funcs_save_LIBS="$LIBS"
18446 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18455 for ac_func in \
18456 ldap_count_references \
18457 ldap_first_reference \
18458 ldap_next_reference \
18459 ldap_parse_reference \
18460 ldap_parse_sort_control \
18461 ldap_parse_sortresponse_control \
18462 ldap_parse_vlv_control \
18463 ldap_parse_vlvresponse_control
18465 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18466 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18467 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18468 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18469 echo $ECHO_N "(cached) $ECHO_C" >&6
18470 else
18471 cat >conftest.$ac_ext <<_ACEOF
18472 /* confdefs.h. */
18473 _ACEOF
18474 cat confdefs.h >>conftest.$ac_ext
18475 cat >>conftest.$ac_ext <<_ACEOF
18476 /* end confdefs.h. */
18477 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18478 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18479 #define $ac_func innocuous_$ac_func
18481 /* System header to define __stub macros and hopefully few prototypes,
18482 which can conflict with char $ac_func (); below.
18483 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18484 <limits.h> exists even on freestanding compilers. */
18486 #ifdef __STDC__
18487 # include <limits.h>
18488 #else
18489 # include <assert.h>
18490 #endif
18492 #undef $ac_func
18494 /* Override any GCC internal prototype to avoid an error.
18495 Use char because int might match the return type of a GCC
18496 builtin and then its argument prototype would still apply. */
18497 #ifdef __cplusplus
18498 extern "C"
18499 #endif
18500 char $ac_func ();
18501 /* The GNU C library defines this for functions which it implements
18502 to always fail with ENOSYS. Some functions are actually named
18503 something starting with __ and the normal name is an alias. */
18504 #if defined __stub_$ac_func || defined __stub___$ac_func
18505 choke me
18506 #endif
18509 main ()
18511 return $ac_func ();
18513 return 0;
18515 _ACEOF
18516 rm -f conftest.$ac_objext conftest$ac_exeext
18517 if { (ac_try="$ac_link"
18518 case "(($ac_try" in
18519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18520 *) ac_try_echo=$ac_try;;
18521 esac
18522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18523 (eval "$ac_link") 2>conftest.er1
18524 ac_status=$?
18525 grep -v '^ *+' conftest.er1 >conftest.err
18526 rm -f conftest.er1
18527 cat conftest.err >&5
18528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18529 (exit $ac_status); } && {
18530 test -z "$ac_c_werror_flag" ||
18531 test ! -s conftest.err
18532 } && test -s conftest$ac_exeext &&
18533 $as_test_x conftest$ac_exeext; then
18534 eval "$as_ac_var=yes"
18535 else
18536 echo "$as_me: failed program was:" >&5
18537 sed 's/^/| /' conftest.$ac_ext >&5
18539 eval "$as_ac_var=no"
18542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18543 conftest$ac_exeext conftest.$ac_ext
18545 ac_res=`eval echo '${'$as_ac_var'}'`
18546 { echo "$as_me:$LINENO: result: $ac_res" >&5
18547 echo "${ECHO_T}$ac_res" >&6; }
18548 if test `eval echo '${'$as_ac_var'}'` = yes; then
18549 cat >>confdefs.h <<_ACEOF
18550 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18551 _ACEOF
18554 done
18556 LIBS="$ac_wine_check_funcs_save_LIBS"
18558 if test "x$LDAPLIBS" = "x"; then
18559 case "x$with_ldap" in
18560 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18561 xno) ;;
18562 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18563 This is an error since --with-ldap was requested." >&5
18564 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18565 This is an error since --with-ldap was requested." >&2;}
18566 { (exit 1); exit 1; }; } ;;
18567 esac
18571 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18572 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18573 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18574 echo $ECHO_N "(cached) $ECHO_C" >&6
18575 else
18576 cat >conftest.$ac_ext <<_ACEOF
18577 /* confdefs.h. */
18578 _ACEOF
18579 cat confdefs.h >>conftest.$ac_ext
18580 cat >>conftest.$ac_ext <<_ACEOF
18581 /* end confdefs.h. */
18582 #include <sys/stat.h>
18584 main ()
18586 mkdir("foo");
18588 return 0;
18590 _ACEOF
18591 rm -f conftest.$ac_objext
18592 if { (ac_try="$ac_compile"
18593 case "(($ac_try" in
18594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18595 *) ac_try_echo=$ac_try;;
18596 esac
18597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18598 (eval "$ac_compile") 2>conftest.er1
18599 ac_status=$?
18600 grep -v '^ *+' conftest.er1 >conftest.err
18601 rm -f conftest.er1
18602 cat conftest.err >&5
18603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18604 (exit $ac_status); } && {
18605 test -z "$ac_c_werror_flag" ||
18606 test ! -s conftest.err
18607 } && test -s conftest.$ac_objext; then
18608 wine_cv_one_arg_mkdir=yes
18609 else
18610 echo "$as_me: failed program was:" >&5
18611 sed 's/^/| /' conftest.$ac_ext >&5
18613 wine_cv_one_arg_mkdir=no
18616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18618 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18619 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18620 if test "$wine_cv_one_arg_mkdir" = "yes"
18621 then
18623 cat >>confdefs.h <<\_ACEOF
18624 #define HAVE_ONE_ARG_MKDIR 1
18625 _ACEOF
18630 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18631 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18632 if test "${ac_cv_c_const+set}" = set; then
18633 echo $ECHO_N "(cached) $ECHO_C" >&6
18634 else
18635 cat >conftest.$ac_ext <<_ACEOF
18636 /* confdefs.h. */
18637 _ACEOF
18638 cat confdefs.h >>conftest.$ac_ext
18639 cat >>conftest.$ac_ext <<_ACEOF
18640 /* end confdefs.h. */
18643 main ()
18645 /* FIXME: Include the comments suggested by Paul. */
18646 #ifndef __cplusplus
18647 /* Ultrix mips cc rejects this. */
18648 typedef int charset[2];
18649 const charset cs;
18650 /* SunOS 4.1.1 cc rejects this. */
18651 char const *const *pcpcc;
18652 char **ppc;
18653 /* NEC SVR4.0.2 mips cc rejects this. */
18654 struct point {int x, y;};
18655 static struct point const zero = {0,0};
18656 /* AIX XL C 1.02.0.0 rejects this.
18657 It does not let you subtract one const X* pointer from another in
18658 an arm of an if-expression whose if-part is not a constant
18659 expression */
18660 const char *g = "string";
18661 pcpcc = &g + (g ? g-g : 0);
18662 /* HPUX 7.0 cc rejects these. */
18663 ++pcpcc;
18664 ppc = (char**) pcpcc;
18665 pcpcc = (char const *const *) ppc;
18666 { /* SCO 3.2v4 cc rejects this. */
18667 char *t;
18668 char const *s = 0 ? (char *) 0 : (char const *) 0;
18670 *t++ = 0;
18671 if (s) return 0;
18673 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18674 int x[] = {25, 17};
18675 const int *foo = &x[0];
18676 ++foo;
18678 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18679 typedef const int *iptr;
18680 iptr p = 0;
18681 ++p;
18683 { /* AIX XL C 1.02.0.0 rejects this saying
18684 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18685 struct s { int j; const int *ap[3]; };
18686 struct s *b; b->j = 5;
18688 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18689 const int foo = 10;
18690 if (!foo) return 0;
18692 return !cs[0] && !zero.x;
18693 #endif
18696 return 0;
18698 _ACEOF
18699 rm -f conftest.$ac_objext
18700 if { (ac_try="$ac_compile"
18701 case "(($ac_try" in
18702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18703 *) ac_try_echo=$ac_try;;
18704 esac
18705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18706 (eval "$ac_compile") 2>conftest.er1
18707 ac_status=$?
18708 grep -v '^ *+' conftest.er1 >conftest.err
18709 rm -f conftest.er1
18710 cat conftest.err >&5
18711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18712 (exit $ac_status); } && {
18713 test -z "$ac_c_werror_flag" ||
18714 test ! -s conftest.err
18715 } && test -s conftest.$ac_objext; then
18716 ac_cv_c_const=yes
18717 else
18718 echo "$as_me: failed program was:" >&5
18719 sed 's/^/| /' conftest.$ac_ext >&5
18721 ac_cv_c_const=no
18724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18726 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18727 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18728 if test $ac_cv_c_const = no; then
18730 cat >>confdefs.h <<\_ACEOF
18731 #define const
18732 _ACEOF
18736 { echo "$as_me:$LINENO: checking for inline" >&5
18737 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18738 if test "${ac_cv_c_inline+set}" = set; then
18739 echo $ECHO_N "(cached) $ECHO_C" >&6
18740 else
18741 ac_cv_c_inline=no
18742 for ac_kw in inline __inline__ __inline; do
18743 cat >conftest.$ac_ext <<_ACEOF
18744 /* confdefs.h. */
18745 _ACEOF
18746 cat confdefs.h >>conftest.$ac_ext
18747 cat >>conftest.$ac_ext <<_ACEOF
18748 /* end confdefs.h. */
18749 #ifndef __cplusplus
18750 typedef int foo_t;
18751 static $ac_kw foo_t static_foo () {return 0; }
18752 $ac_kw foo_t foo () {return 0; }
18753 #endif
18755 _ACEOF
18756 rm -f conftest.$ac_objext
18757 if { (ac_try="$ac_compile"
18758 case "(($ac_try" in
18759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18760 *) ac_try_echo=$ac_try;;
18761 esac
18762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18763 (eval "$ac_compile") 2>conftest.er1
18764 ac_status=$?
18765 grep -v '^ *+' conftest.er1 >conftest.err
18766 rm -f conftest.er1
18767 cat conftest.err >&5
18768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18769 (exit $ac_status); } && {
18770 test -z "$ac_c_werror_flag" ||
18771 test ! -s conftest.err
18772 } && test -s conftest.$ac_objext; then
18773 ac_cv_c_inline=$ac_kw
18774 else
18775 echo "$as_me: failed program was:" >&5
18776 sed 's/^/| /' conftest.$ac_ext >&5
18781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18782 test "$ac_cv_c_inline" != no && break
18783 done
18786 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18787 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18790 case $ac_cv_c_inline in
18791 inline | yes) ;;
18793 case $ac_cv_c_inline in
18794 no) ac_val=;;
18795 *) ac_val=$ac_cv_c_inline;;
18796 esac
18797 cat >>confdefs.h <<_ACEOF
18798 #ifndef __cplusplus
18799 #define inline $ac_val
18800 #endif
18801 _ACEOF
18803 esac
18805 { echo "$as_me:$LINENO: checking for mode_t" >&5
18806 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18807 if test "${ac_cv_type_mode_t+set}" = set; then
18808 echo $ECHO_N "(cached) $ECHO_C" >&6
18809 else
18810 cat >conftest.$ac_ext <<_ACEOF
18811 /* confdefs.h. */
18812 _ACEOF
18813 cat confdefs.h >>conftest.$ac_ext
18814 cat >>conftest.$ac_ext <<_ACEOF
18815 /* end confdefs.h. */
18816 $ac_includes_default
18817 typedef mode_t ac__type_new_;
18819 main ()
18821 if ((ac__type_new_ *) 0)
18822 return 0;
18823 if (sizeof (ac__type_new_))
18824 return 0;
18826 return 0;
18828 _ACEOF
18829 rm -f conftest.$ac_objext
18830 if { (ac_try="$ac_compile"
18831 case "(($ac_try" in
18832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18833 *) ac_try_echo=$ac_try;;
18834 esac
18835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18836 (eval "$ac_compile") 2>conftest.er1
18837 ac_status=$?
18838 grep -v '^ *+' conftest.er1 >conftest.err
18839 rm -f conftest.er1
18840 cat conftest.err >&5
18841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18842 (exit $ac_status); } && {
18843 test -z "$ac_c_werror_flag" ||
18844 test ! -s conftest.err
18845 } && test -s conftest.$ac_objext; then
18846 ac_cv_type_mode_t=yes
18847 else
18848 echo "$as_me: failed program was:" >&5
18849 sed 's/^/| /' conftest.$ac_ext >&5
18851 ac_cv_type_mode_t=no
18854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18856 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18857 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18858 if test $ac_cv_type_mode_t = yes; then
18860 cat >>confdefs.h <<_ACEOF
18861 #define HAVE_MODE_T 1
18862 _ACEOF
18866 { echo "$as_me:$LINENO: checking for off_t" >&5
18867 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18868 if test "${ac_cv_type_off_t+set}" = set; then
18869 echo $ECHO_N "(cached) $ECHO_C" >&6
18870 else
18871 cat >conftest.$ac_ext <<_ACEOF
18872 /* confdefs.h. */
18873 _ACEOF
18874 cat confdefs.h >>conftest.$ac_ext
18875 cat >>conftest.$ac_ext <<_ACEOF
18876 /* end confdefs.h. */
18877 $ac_includes_default
18878 typedef off_t ac__type_new_;
18880 main ()
18882 if ((ac__type_new_ *) 0)
18883 return 0;
18884 if (sizeof (ac__type_new_))
18885 return 0;
18887 return 0;
18889 _ACEOF
18890 rm -f conftest.$ac_objext
18891 if { (ac_try="$ac_compile"
18892 case "(($ac_try" in
18893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18894 *) ac_try_echo=$ac_try;;
18895 esac
18896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18897 (eval "$ac_compile") 2>conftest.er1
18898 ac_status=$?
18899 grep -v '^ *+' conftest.er1 >conftest.err
18900 rm -f conftest.er1
18901 cat conftest.err >&5
18902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18903 (exit $ac_status); } && {
18904 test -z "$ac_c_werror_flag" ||
18905 test ! -s conftest.err
18906 } && test -s conftest.$ac_objext; then
18907 ac_cv_type_off_t=yes
18908 else
18909 echo "$as_me: failed program was:" >&5
18910 sed 's/^/| /' conftest.$ac_ext >&5
18912 ac_cv_type_off_t=no
18915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18917 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18918 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18919 if test $ac_cv_type_off_t = yes; then
18921 cat >>confdefs.h <<_ACEOF
18922 #define HAVE_OFF_T 1
18923 _ACEOF
18927 { echo "$as_me:$LINENO: checking for pid_t" >&5
18928 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18929 if test "${ac_cv_type_pid_t+set}" = set; then
18930 echo $ECHO_N "(cached) $ECHO_C" >&6
18931 else
18932 cat >conftest.$ac_ext <<_ACEOF
18933 /* confdefs.h. */
18934 _ACEOF
18935 cat confdefs.h >>conftest.$ac_ext
18936 cat >>conftest.$ac_ext <<_ACEOF
18937 /* end confdefs.h. */
18938 $ac_includes_default
18939 typedef pid_t ac__type_new_;
18941 main ()
18943 if ((ac__type_new_ *) 0)
18944 return 0;
18945 if (sizeof (ac__type_new_))
18946 return 0;
18948 return 0;
18950 _ACEOF
18951 rm -f conftest.$ac_objext
18952 if { (ac_try="$ac_compile"
18953 case "(($ac_try" in
18954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18955 *) ac_try_echo=$ac_try;;
18956 esac
18957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18958 (eval "$ac_compile") 2>conftest.er1
18959 ac_status=$?
18960 grep -v '^ *+' conftest.er1 >conftest.err
18961 rm -f conftest.er1
18962 cat conftest.err >&5
18963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18964 (exit $ac_status); } && {
18965 test -z "$ac_c_werror_flag" ||
18966 test ! -s conftest.err
18967 } && test -s conftest.$ac_objext; then
18968 ac_cv_type_pid_t=yes
18969 else
18970 echo "$as_me: failed program was:" >&5
18971 sed 's/^/| /' conftest.$ac_ext >&5
18973 ac_cv_type_pid_t=no
18976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18978 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18979 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18980 if test $ac_cv_type_pid_t = yes; then
18982 cat >>confdefs.h <<_ACEOF
18983 #define HAVE_PID_T 1
18984 _ACEOF
18988 { echo "$as_me:$LINENO: checking for size_t" >&5
18989 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18990 if test "${ac_cv_type_size_t+set}" = set; then
18991 echo $ECHO_N "(cached) $ECHO_C" >&6
18992 else
18993 cat >conftest.$ac_ext <<_ACEOF
18994 /* confdefs.h. */
18995 _ACEOF
18996 cat confdefs.h >>conftest.$ac_ext
18997 cat >>conftest.$ac_ext <<_ACEOF
18998 /* end confdefs.h. */
18999 $ac_includes_default
19000 typedef size_t ac__type_new_;
19002 main ()
19004 if ((ac__type_new_ *) 0)
19005 return 0;
19006 if (sizeof (ac__type_new_))
19007 return 0;
19009 return 0;
19011 _ACEOF
19012 rm -f conftest.$ac_objext
19013 if { (ac_try="$ac_compile"
19014 case "(($ac_try" in
19015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19016 *) ac_try_echo=$ac_try;;
19017 esac
19018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19019 (eval "$ac_compile") 2>conftest.er1
19020 ac_status=$?
19021 grep -v '^ *+' conftest.er1 >conftest.err
19022 rm -f conftest.er1
19023 cat conftest.err >&5
19024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19025 (exit $ac_status); } && {
19026 test -z "$ac_c_werror_flag" ||
19027 test ! -s conftest.err
19028 } && test -s conftest.$ac_objext; then
19029 ac_cv_type_size_t=yes
19030 else
19031 echo "$as_me: failed program was:" >&5
19032 sed 's/^/| /' conftest.$ac_ext >&5
19034 ac_cv_type_size_t=no
19037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19039 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19040 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19041 if test $ac_cv_type_size_t = yes; then
19043 cat >>confdefs.h <<_ACEOF
19044 #define HAVE_SIZE_T 1
19045 _ACEOF
19049 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19050 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19051 if test "${ac_cv_type_ssize_t+set}" = set; then
19052 echo $ECHO_N "(cached) $ECHO_C" >&6
19053 else
19054 cat >conftest.$ac_ext <<_ACEOF
19055 /* confdefs.h. */
19056 _ACEOF
19057 cat confdefs.h >>conftest.$ac_ext
19058 cat >>conftest.$ac_ext <<_ACEOF
19059 /* end confdefs.h. */
19060 $ac_includes_default
19061 typedef ssize_t ac__type_new_;
19063 main ()
19065 if ((ac__type_new_ *) 0)
19066 return 0;
19067 if (sizeof (ac__type_new_))
19068 return 0;
19070 return 0;
19072 _ACEOF
19073 rm -f conftest.$ac_objext
19074 if { (ac_try="$ac_compile"
19075 case "(($ac_try" in
19076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19077 *) ac_try_echo=$ac_try;;
19078 esac
19079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19080 (eval "$ac_compile") 2>conftest.er1
19081 ac_status=$?
19082 grep -v '^ *+' conftest.er1 >conftest.err
19083 rm -f conftest.er1
19084 cat conftest.err >&5
19085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19086 (exit $ac_status); } && {
19087 test -z "$ac_c_werror_flag" ||
19088 test ! -s conftest.err
19089 } && test -s conftest.$ac_objext; then
19090 ac_cv_type_ssize_t=yes
19091 else
19092 echo "$as_me: failed program was:" >&5
19093 sed 's/^/| /' conftest.$ac_ext >&5
19095 ac_cv_type_ssize_t=no
19098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19100 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19101 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19102 if test $ac_cv_type_ssize_t = yes; then
19104 cat >>confdefs.h <<_ACEOF
19105 #define HAVE_SSIZE_T 1
19106 _ACEOF
19110 { echo "$as_me:$LINENO: checking for long long" >&5
19111 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19112 if test "${ac_cv_type_long_long+set}" = set; then
19113 echo $ECHO_N "(cached) $ECHO_C" >&6
19114 else
19115 cat >conftest.$ac_ext <<_ACEOF
19116 /* confdefs.h. */
19117 _ACEOF
19118 cat confdefs.h >>conftest.$ac_ext
19119 cat >>conftest.$ac_ext <<_ACEOF
19120 /* end confdefs.h. */
19121 $ac_includes_default
19122 typedef long long ac__type_new_;
19124 main ()
19126 if ((ac__type_new_ *) 0)
19127 return 0;
19128 if (sizeof (ac__type_new_))
19129 return 0;
19131 return 0;
19133 _ACEOF
19134 rm -f conftest.$ac_objext
19135 if { (ac_try="$ac_compile"
19136 case "(($ac_try" in
19137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19138 *) ac_try_echo=$ac_try;;
19139 esac
19140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19141 (eval "$ac_compile") 2>conftest.er1
19142 ac_status=$?
19143 grep -v '^ *+' conftest.er1 >conftest.err
19144 rm -f conftest.er1
19145 cat conftest.err >&5
19146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19147 (exit $ac_status); } && {
19148 test -z "$ac_c_werror_flag" ||
19149 test ! -s conftest.err
19150 } && test -s conftest.$ac_objext; then
19151 ac_cv_type_long_long=yes
19152 else
19153 echo "$as_me: failed program was:" >&5
19154 sed 's/^/| /' conftest.$ac_ext >&5
19156 ac_cv_type_long_long=no
19159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19161 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19162 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19163 if test $ac_cv_type_long_long = yes; then
19165 cat >>confdefs.h <<_ACEOF
19166 #define HAVE_LONG_LONG 1
19167 _ACEOF
19171 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19172 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19173 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19174 echo $ECHO_N "(cached) $ECHO_C" >&6
19175 else
19176 cat >conftest.$ac_ext <<_ACEOF
19177 /* confdefs.h. */
19178 _ACEOF
19179 cat confdefs.h >>conftest.$ac_ext
19180 cat >>conftest.$ac_ext <<_ACEOF
19181 /* end confdefs.h. */
19182 $ac_includes_default
19183 typedef fsblkcnt_t ac__type_new_;
19185 main ()
19187 if ((ac__type_new_ *) 0)
19188 return 0;
19189 if (sizeof (ac__type_new_))
19190 return 0;
19192 return 0;
19194 _ACEOF
19195 rm -f conftest.$ac_objext
19196 if { (ac_try="$ac_compile"
19197 case "(($ac_try" in
19198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19199 *) ac_try_echo=$ac_try;;
19200 esac
19201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19202 (eval "$ac_compile") 2>conftest.er1
19203 ac_status=$?
19204 grep -v '^ *+' conftest.er1 >conftest.err
19205 rm -f conftest.er1
19206 cat conftest.err >&5
19207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19208 (exit $ac_status); } && {
19209 test -z "$ac_c_werror_flag" ||
19210 test ! -s conftest.err
19211 } && test -s conftest.$ac_objext; then
19212 ac_cv_type_fsblkcnt_t=yes
19213 else
19214 echo "$as_me: failed program was:" >&5
19215 sed 's/^/| /' conftest.$ac_ext >&5
19217 ac_cv_type_fsblkcnt_t=no
19220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19222 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19223 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19224 if test $ac_cv_type_fsblkcnt_t = yes; then
19226 cat >>confdefs.h <<_ACEOF
19227 #define HAVE_FSBLKCNT_T 1
19228 _ACEOF
19232 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19233 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19234 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19235 echo $ECHO_N "(cached) $ECHO_C" >&6
19236 else
19237 cat >conftest.$ac_ext <<_ACEOF
19238 /* confdefs.h. */
19239 _ACEOF
19240 cat confdefs.h >>conftest.$ac_ext
19241 cat >>conftest.$ac_ext <<_ACEOF
19242 /* end confdefs.h. */
19243 $ac_includes_default
19244 typedef fsfilcnt_t ac__type_new_;
19246 main ()
19248 if ((ac__type_new_ *) 0)
19249 return 0;
19250 if (sizeof (ac__type_new_))
19251 return 0;
19253 return 0;
19255 _ACEOF
19256 rm -f conftest.$ac_objext
19257 if { (ac_try="$ac_compile"
19258 case "(($ac_try" in
19259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19260 *) ac_try_echo=$ac_try;;
19261 esac
19262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19263 (eval "$ac_compile") 2>conftest.er1
19264 ac_status=$?
19265 grep -v '^ *+' conftest.er1 >conftest.err
19266 rm -f conftest.er1
19267 cat conftest.err >&5
19268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19269 (exit $ac_status); } && {
19270 test -z "$ac_c_werror_flag" ||
19271 test ! -s conftest.err
19272 } && test -s conftest.$ac_objext; then
19273 ac_cv_type_fsfilcnt_t=yes
19274 else
19275 echo "$as_me: failed program was:" >&5
19276 sed 's/^/| /' conftest.$ac_ext >&5
19278 ac_cv_type_fsfilcnt_t=no
19281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19283 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19284 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19285 if test $ac_cv_type_fsfilcnt_t = yes; then
19287 cat >>confdefs.h <<_ACEOF
19288 #define HAVE_FSFILCNT_T 1
19289 _ACEOF
19294 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19295 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19296 if test "${ac_cv_type_sigset_t+set}" = set; then
19297 echo $ECHO_N "(cached) $ECHO_C" >&6
19298 else
19299 cat >conftest.$ac_ext <<_ACEOF
19300 /* confdefs.h. */
19301 _ACEOF
19302 cat confdefs.h >>conftest.$ac_ext
19303 cat >>conftest.$ac_ext <<_ACEOF
19304 /* end confdefs.h. */
19305 #include <sys/types.h>
19306 #include <signal.h>
19308 typedef sigset_t ac__type_new_;
19310 main ()
19312 if ((ac__type_new_ *) 0)
19313 return 0;
19314 if (sizeof (ac__type_new_))
19315 return 0;
19317 return 0;
19319 _ACEOF
19320 rm -f conftest.$ac_objext
19321 if { (ac_try="$ac_compile"
19322 case "(($ac_try" in
19323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19324 *) ac_try_echo=$ac_try;;
19325 esac
19326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19327 (eval "$ac_compile") 2>conftest.er1
19328 ac_status=$?
19329 grep -v '^ *+' conftest.er1 >conftest.err
19330 rm -f conftest.er1
19331 cat conftest.err >&5
19332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19333 (exit $ac_status); } && {
19334 test -z "$ac_c_werror_flag" ||
19335 test ! -s conftest.err
19336 } && test -s conftest.$ac_objext; then
19337 ac_cv_type_sigset_t=yes
19338 else
19339 echo "$as_me: failed program was:" >&5
19340 sed 's/^/| /' conftest.$ac_ext >&5
19342 ac_cv_type_sigset_t=no
19345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19347 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19348 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19349 if test $ac_cv_type_sigset_t = yes; then
19351 cat >>confdefs.h <<_ACEOF
19352 #define HAVE_SIGSET_T 1
19353 _ACEOF
19358 { echo "$as_me:$LINENO: checking for request_sense" >&5
19359 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19360 if test "${ac_cv_type_request_sense+set}" = set; then
19361 echo $ECHO_N "(cached) $ECHO_C" >&6
19362 else
19363 cat >conftest.$ac_ext <<_ACEOF
19364 /* confdefs.h. */
19365 _ACEOF
19366 cat confdefs.h >>conftest.$ac_ext
19367 cat >>conftest.$ac_ext <<_ACEOF
19368 /* end confdefs.h. */
19369 #include <linux/cdrom.h>
19371 typedef request_sense ac__type_new_;
19373 main ()
19375 if ((ac__type_new_ *) 0)
19376 return 0;
19377 if (sizeof (ac__type_new_))
19378 return 0;
19380 return 0;
19382 _ACEOF
19383 rm -f conftest.$ac_objext
19384 if { (ac_try="$ac_compile"
19385 case "(($ac_try" in
19386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19387 *) ac_try_echo=$ac_try;;
19388 esac
19389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19390 (eval "$ac_compile") 2>conftest.er1
19391 ac_status=$?
19392 grep -v '^ *+' conftest.er1 >conftest.err
19393 rm -f conftest.er1
19394 cat conftest.err >&5
19395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19396 (exit $ac_status); } && {
19397 test -z "$ac_c_werror_flag" ||
19398 test ! -s conftest.err
19399 } && test -s conftest.$ac_objext; then
19400 ac_cv_type_request_sense=yes
19401 else
19402 echo "$as_me: failed program was:" >&5
19403 sed 's/^/| /' conftest.$ac_ext >&5
19405 ac_cv_type_request_sense=no
19408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19410 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19411 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19412 if test $ac_cv_type_request_sense = yes; then
19414 cat >>confdefs.h <<_ACEOF
19415 #define HAVE_REQUEST_SENSE 1
19416 _ACEOF
19422 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19423 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19424 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19425 echo $ECHO_N "(cached) $ECHO_C" >&6
19426 else
19427 cat >conftest.$ac_ext <<_ACEOF
19428 /* confdefs.h. */
19429 _ACEOF
19430 cat confdefs.h >>conftest.$ac_ext
19431 cat >>conftest.$ac_ext <<_ACEOF
19432 /* end confdefs.h. */
19433 #include <sys/types.h>
19434 #ifdef HAVE_SYS_SOCKET_H
19435 #include <sys/socket.h>
19436 #endif
19437 #ifdef HAVE_SYS_SOCKETVAR_H
19438 #include <sys/socketvar.h>
19439 #endif
19440 #ifdef HAVE_NET_ROUTE_H
19441 #include <net/route.h>
19442 #endif
19443 #ifdef HAVE_NETINET_IN_H
19444 #include <netinet/in.h>
19445 #endif
19446 #ifdef HAVE_NETINET_IN_SYSTM_H
19447 #include <netinet/in_systm.h>
19448 #endif
19449 #ifdef HAVE_NETINET_IP_H
19450 #include <netinet/ip.h>
19451 #endif
19452 #ifdef HAVE_NETINET_IN_PCB_H
19453 #include <netinet/in_pcb.h>
19454 #endif
19456 typedef struct xinpgen ac__type_new_;
19458 main ()
19460 if ((ac__type_new_ *) 0)
19461 return 0;
19462 if (sizeof (ac__type_new_))
19463 return 0;
19465 return 0;
19467 _ACEOF
19468 rm -f conftest.$ac_objext
19469 if { (ac_try="$ac_compile"
19470 case "(($ac_try" in
19471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19472 *) ac_try_echo=$ac_try;;
19473 esac
19474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19475 (eval "$ac_compile") 2>conftest.er1
19476 ac_status=$?
19477 grep -v '^ *+' conftest.er1 >conftest.err
19478 rm -f conftest.er1
19479 cat conftest.err >&5
19480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19481 (exit $ac_status); } && {
19482 test -z "$ac_c_werror_flag" ||
19483 test ! -s conftest.err
19484 } && test -s conftest.$ac_objext; then
19485 ac_cv_type_struct_xinpgen=yes
19486 else
19487 echo "$as_me: failed program was:" >&5
19488 sed 's/^/| /' conftest.$ac_ext >&5
19490 ac_cv_type_struct_xinpgen=no
19493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19495 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19496 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19497 if test $ac_cv_type_struct_xinpgen = yes; then
19499 cat >>confdefs.h <<_ACEOF
19500 #define HAVE_STRUCT_XINPGEN 1
19501 _ACEOF
19507 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19508 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19509 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19510 echo $ECHO_N "(cached) $ECHO_C" >&6
19511 else
19512 cat >conftest.$ac_ext <<_ACEOF
19513 /* confdefs.h. */
19514 _ACEOF
19515 cat confdefs.h >>conftest.$ac_ext
19516 cat >>conftest.$ac_ext <<_ACEOF
19517 /* end confdefs.h. */
19518 #ifdef HAVE_LINUX_INPUT_H
19519 #include <linux/input.h>
19520 #endif
19523 main ()
19525 static struct ff_effect ac_aggr;
19526 if (ac_aggr.direction)
19527 return 0;
19529 return 0;
19531 _ACEOF
19532 rm -f conftest.$ac_objext
19533 if { (ac_try="$ac_compile"
19534 case "(($ac_try" in
19535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19536 *) ac_try_echo=$ac_try;;
19537 esac
19538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19539 (eval "$ac_compile") 2>conftest.er1
19540 ac_status=$?
19541 grep -v '^ *+' conftest.er1 >conftest.err
19542 rm -f conftest.er1
19543 cat conftest.err >&5
19544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19545 (exit $ac_status); } && {
19546 test -z "$ac_c_werror_flag" ||
19547 test ! -s conftest.err
19548 } && test -s conftest.$ac_objext; then
19549 ac_cv_member_struct_ff_effect_direction=yes
19550 else
19551 echo "$as_me: failed program was:" >&5
19552 sed 's/^/| /' conftest.$ac_ext >&5
19554 cat >conftest.$ac_ext <<_ACEOF
19555 /* confdefs.h. */
19556 _ACEOF
19557 cat confdefs.h >>conftest.$ac_ext
19558 cat >>conftest.$ac_ext <<_ACEOF
19559 /* end confdefs.h. */
19560 #ifdef HAVE_LINUX_INPUT_H
19561 #include <linux/input.h>
19562 #endif
19565 main ()
19567 static struct ff_effect ac_aggr;
19568 if (sizeof ac_aggr.direction)
19569 return 0;
19571 return 0;
19573 _ACEOF
19574 rm -f conftest.$ac_objext
19575 if { (ac_try="$ac_compile"
19576 case "(($ac_try" in
19577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19578 *) ac_try_echo=$ac_try;;
19579 esac
19580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19581 (eval "$ac_compile") 2>conftest.er1
19582 ac_status=$?
19583 grep -v '^ *+' conftest.er1 >conftest.err
19584 rm -f conftest.er1
19585 cat conftest.err >&5
19586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19587 (exit $ac_status); } && {
19588 test -z "$ac_c_werror_flag" ||
19589 test ! -s conftest.err
19590 } && test -s conftest.$ac_objext; then
19591 ac_cv_member_struct_ff_effect_direction=yes
19592 else
19593 echo "$as_me: failed program was:" >&5
19594 sed 's/^/| /' conftest.$ac_ext >&5
19596 ac_cv_member_struct_ff_effect_direction=no
19599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19604 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19605 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19606 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19608 cat >>confdefs.h <<_ACEOF
19609 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19610 _ACEOF
19616 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19617 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19618 if test "${wine_cv_have_sigaddset+set}" = set; then
19619 echo $ECHO_N "(cached) $ECHO_C" >&6
19620 else
19621 cat >conftest.$ac_ext <<_ACEOF
19622 /* confdefs.h. */
19623 _ACEOF
19624 cat confdefs.h >>conftest.$ac_ext
19625 cat >>conftest.$ac_ext <<_ACEOF
19626 /* end confdefs.h. */
19627 #include <signal.h>
19629 main ()
19631 sigset_t set; sigaddset(&set,SIGTERM);
19633 return 0;
19635 _ACEOF
19636 rm -f conftest.$ac_objext conftest$ac_exeext
19637 if { (ac_try="$ac_link"
19638 case "(($ac_try" in
19639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19640 *) ac_try_echo=$ac_try;;
19641 esac
19642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19643 (eval "$ac_link") 2>conftest.er1
19644 ac_status=$?
19645 grep -v '^ *+' conftest.er1 >conftest.err
19646 rm -f conftest.er1
19647 cat conftest.err >&5
19648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19649 (exit $ac_status); } && {
19650 test -z "$ac_c_werror_flag" ||
19651 test ! -s conftest.err
19652 } && test -s conftest$ac_exeext &&
19653 $as_test_x conftest$ac_exeext; then
19654 wine_cv_have_sigaddset=yes
19655 else
19656 echo "$as_me: failed program was:" >&5
19657 sed 's/^/| /' conftest.$ac_ext >&5
19659 wine_cv_have_sigaddset=no
19662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19663 conftest$ac_exeext conftest.$ac_ext
19665 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19666 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19667 if test "$wine_cv_have_sigaddset" = "yes"
19668 then
19670 cat >>confdefs.h <<\_ACEOF
19671 #define HAVE_SIGADDSET 1
19672 _ACEOF
19677 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19678 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19679 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19680 echo $ECHO_N "(cached) $ECHO_C" >&6
19681 else
19682 cat >conftest.$ac_ext <<_ACEOF
19683 /* confdefs.h. */
19684 _ACEOF
19685 cat confdefs.h >>conftest.$ac_ext
19686 cat >>conftest.$ac_ext <<_ACEOF
19687 /* end confdefs.h. */
19688 #include <netdb.h>
19690 main ()
19693 char *name=0;
19694 struct hostent he;
19695 struct hostent *result;
19696 char *buf=0;
19697 int bufsize=0;
19698 int res,errnr;
19699 char *addr=0;
19700 int addrlen=0;
19701 int addrtype=0;
19702 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19703 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19706 return 0;
19708 _ACEOF
19709 rm -f conftest.$ac_objext conftest$ac_exeext
19710 if { (ac_try="$ac_link"
19711 case "(($ac_try" in
19712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19713 *) ac_try_echo=$ac_try;;
19714 esac
19715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19716 (eval "$ac_link") 2>conftest.er1
19717 ac_status=$?
19718 grep -v '^ *+' conftest.er1 >conftest.err
19719 rm -f conftest.er1
19720 cat conftest.err >&5
19721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19722 (exit $ac_status); } && {
19723 test -z "$ac_c_werror_flag" ||
19724 test ! -s conftest.err
19725 } && test -s conftest$ac_exeext &&
19726 $as_test_x conftest$ac_exeext; then
19727 wine_cv_linux_gethostbyname_r_6=yes
19728 else
19729 echo "$as_me: failed program was:" >&5
19730 sed 's/^/| /' conftest.$ac_ext >&5
19732 wine_cv_linux_gethostbyname_r_6=no
19736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19737 conftest$ac_exeext conftest.$ac_ext
19740 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19741 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19742 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19743 then
19745 cat >>confdefs.h <<\_ACEOF
19746 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19747 _ACEOF
19751 if test "$ac_cv_header_linux_joystick_h" = "yes"
19752 then
19753 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19754 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19755 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19756 echo $ECHO_N "(cached) $ECHO_C" >&6
19757 else
19758 cat >conftest.$ac_ext <<_ACEOF
19759 /* confdefs.h. */
19760 _ACEOF
19761 cat confdefs.h >>conftest.$ac_ext
19762 cat >>conftest.$ac_ext <<_ACEOF
19763 /* end confdefs.h. */
19765 #include <sys/ioctl.h>
19766 #include <sys/types.h>
19767 #include <linux/joystick.h>
19769 struct js_event blub;
19770 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19771 #error "no 2.2 header"
19772 #endif
19775 main ()
19777 /*empty*/
19779 return 0;
19781 _ACEOF
19782 rm -f conftest.$ac_objext
19783 if { (ac_try="$ac_compile"
19784 case "(($ac_try" in
19785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19786 *) ac_try_echo=$ac_try;;
19787 esac
19788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19789 (eval "$ac_compile") 2>conftest.er1
19790 ac_status=$?
19791 grep -v '^ *+' conftest.er1 >conftest.err
19792 rm -f conftest.er1
19793 cat conftest.err >&5
19794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19795 (exit $ac_status); } && {
19796 test -z "$ac_c_werror_flag" ||
19797 test ! -s conftest.err
19798 } && test -s conftest.$ac_objext; then
19799 wine_cv_linux_joystick_22_api=yes
19800 else
19801 echo "$as_me: failed program was:" >&5
19802 sed 's/^/| /' conftest.$ac_ext >&5
19804 wine_cv_linux_joystick_22_api=no
19807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19810 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19811 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19812 if test "$wine_cv_linux_joystick_22_api" = "yes"
19813 then
19815 cat >>confdefs.h <<\_ACEOF
19816 #define HAVE_LINUX_22_JOYSTICK_API 1
19817 _ACEOF
19823 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19824 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19825 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19826 echo $ECHO_N "(cached) $ECHO_C" >&6
19827 else
19828 cat >conftest.$ac_ext <<_ACEOF
19829 /* confdefs.h. */
19830 _ACEOF
19831 cat confdefs.h >>conftest.$ac_ext
19832 cat >>conftest.$ac_ext <<_ACEOF
19833 /* end confdefs.h. */
19834 #include <sys/types.h>
19835 #ifdef HAVE_SYS_PARAM_H
19836 # include <sys/param.h>
19837 #endif
19838 #ifdef HAVE_SYS_MOUNT_H
19839 # include <sys/mount.h>
19840 #endif
19841 #ifdef HAVE_SYS_VFS_H
19842 # include <sys/vfs.h>
19843 #endif
19844 #ifdef HAVE_SYS_STATFS_H
19845 # include <sys/statfs.h>
19846 #endif
19849 main ()
19851 static struct statfs ac_aggr;
19852 if (ac_aggr.f_bfree)
19853 return 0;
19855 return 0;
19857 _ACEOF
19858 rm -f conftest.$ac_objext
19859 if { (ac_try="$ac_compile"
19860 case "(($ac_try" in
19861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19862 *) ac_try_echo=$ac_try;;
19863 esac
19864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19865 (eval "$ac_compile") 2>conftest.er1
19866 ac_status=$?
19867 grep -v '^ *+' conftest.er1 >conftest.err
19868 rm -f conftest.er1
19869 cat conftest.err >&5
19870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19871 (exit $ac_status); } && {
19872 test -z "$ac_c_werror_flag" ||
19873 test ! -s conftest.err
19874 } && test -s conftest.$ac_objext; then
19875 ac_cv_member_struct_statfs_f_bfree=yes
19876 else
19877 echo "$as_me: failed program was:" >&5
19878 sed 's/^/| /' conftest.$ac_ext >&5
19880 cat >conftest.$ac_ext <<_ACEOF
19881 /* confdefs.h. */
19882 _ACEOF
19883 cat confdefs.h >>conftest.$ac_ext
19884 cat >>conftest.$ac_ext <<_ACEOF
19885 /* end confdefs.h. */
19886 #include <sys/types.h>
19887 #ifdef HAVE_SYS_PARAM_H
19888 # include <sys/param.h>
19889 #endif
19890 #ifdef HAVE_SYS_MOUNT_H
19891 # include <sys/mount.h>
19892 #endif
19893 #ifdef HAVE_SYS_VFS_H
19894 # include <sys/vfs.h>
19895 #endif
19896 #ifdef HAVE_SYS_STATFS_H
19897 # include <sys/statfs.h>
19898 #endif
19901 main ()
19903 static struct statfs ac_aggr;
19904 if (sizeof ac_aggr.f_bfree)
19905 return 0;
19907 return 0;
19909 _ACEOF
19910 rm -f conftest.$ac_objext
19911 if { (ac_try="$ac_compile"
19912 case "(($ac_try" in
19913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19914 *) ac_try_echo=$ac_try;;
19915 esac
19916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19917 (eval "$ac_compile") 2>conftest.er1
19918 ac_status=$?
19919 grep -v '^ *+' conftest.er1 >conftest.err
19920 rm -f conftest.er1
19921 cat conftest.err >&5
19922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19923 (exit $ac_status); } && {
19924 test -z "$ac_c_werror_flag" ||
19925 test ! -s conftest.err
19926 } && test -s conftest.$ac_objext; then
19927 ac_cv_member_struct_statfs_f_bfree=yes
19928 else
19929 echo "$as_me: failed program was:" >&5
19930 sed 's/^/| /' conftest.$ac_ext >&5
19932 ac_cv_member_struct_statfs_f_bfree=no
19935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19940 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19941 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19942 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19944 cat >>confdefs.h <<_ACEOF
19945 #define HAVE_STRUCT_STATFS_F_BFREE 1
19946 _ACEOF
19950 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19951 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19952 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19953 echo $ECHO_N "(cached) $ECHO_C" >&6
19954 else
19955 cat >conftest.$ac_ext <<_ACEOF
19956 /* confdefs.h. */
19957 _ACEOF
19958 cat confdefs.h >>conftest.$ac_ext
19959 cat >>conftest.$ac_ext <<_ACEOF
19960 /* end confdefs.h. */
19961 #include <sys/types.h>
19962 #ifdef HAVE_SYS_PARAM_H
19963 # include <sys/param.h>
19964 #endif
19965 #ifdef HAVE_SYS_MOUNT_H
19966 # include <sys/mount.h>
19967 #endif
19968 #ifdef HAVE_SYS_VFS_H
19969 # include <sys/vfs.h>
19970 #endif
19971 #ifdef HAVE_SYS_STATFS_H
19972 # include <sys/statfs.h>
19973 #endif
19976 main ()
19978 static struct statfs ac_aggr;
19979 if (ac_aggr.f_bavail)
19980 return 0;
19982 return 0;
19984 _ACEOF
19985 rm -f conftest.$ac_objext
19986 if { (ac_try="$ac_compile"
19987 case "(($ac_try" in
19988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19989 *) ac_try_echo=$ac_try;;
19990 esac
19991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19992 (eval "$ac_compile") 2>conftest.er1
19993 ac_status=$?
19994 grep -v '^ *+' conftest.er1 >conftest.err
19995 rm -f conftest.er1
19996 cat conftest.err >&5
19997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19998 (exit $ac_status); } && {
19999 test -z "$ac_c_werror_flag" ||
20000 test ! -s conftest.err
20001 } && test -s conftest.$ac_objext; then
20002 ac_cv_member_struct_statfs_f_bavail=yes
20003 else
20004 echo "$as_me: failed program was:" >&5
20005 sed 's/^/| /' conftest.$ac_ext >&5
20007 cat >conftest.$ac_ext <<_ACEOF
20008 /* confdefs.h. */
20009 _ACEOF
20010 cat confdefs.h >>conftest.$ac_ext
20011 cat >>conftest.$ac_ext <<_ACEOF
20012 /* end confdefs.h. */
20013 #include <sys/types.h>
20014 #ifdef HAVE_SYS_PARAM_H
20015 # include <sys/param.h>
20016 #endif
20017 #ifdef HAVE_SYS_MOUNT_H
20018 # include <sys/mount.h>
20019 #endif
20020 #ifdef HAVE_SYS_VFS_H
20021 # include <sys/vfs.h>
20022 #endif
20023 #ifdef HAVE_SYS_STATFS_H
20024 # include <sys/statfs.h>
20025 #endif
20028 main ()
20030 static struct statfs ac_aggr;
20031 if (sizeof ac_aggr.f_bavail)
20032 return 0;
20034 return 0;
20036 _ACEOF
20037 rm -f conftest.$ac_objext
20038 if { (ac_try="$ac_compile"
20039 case "(($ac_try" in
20040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20041 *) ac_try_echo=$ac_try;;
20042 esac
20043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20044 (eval "$ac_compile") 2>conftest.er1
20045 ac_status=$?
20046 grep -v '^ *+' conftest.er1 >conftest.err
20047 rm -f conftest.er1
20048 cat conftest.err >&5
20049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20050 (exit $ac_status); } && {
20051 test -z "$ac_c_werror_flag" ||
20052 test ! -s conftest.err
20053 } && test -s conftest.$ac_objext; then
20054 ac_cv_member_struct_statfs_f_bavail=yes
20055 else
20056 echo "$as_me: failed program was:" >&5
20057 sed 's/^/| /' conftest.$ac_ext >&5
20059 ac_cv_member_struct_statfs_f_bavail=no
20062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20067 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20068 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20069 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20071 cat >>confdefs.h <<_ACEOF
20072 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20073 _ACEOF
20077 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20078 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20079 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20080 echo $ECHO_N "(cached) $ECHO_C" >&6
20081 else
20082 cat >conftest.$ac_ext <<_ACEOF
20083 /* confdefs.h. */
20084 _ACEOF
20085 cat confdefs.h >>conftest.$ac_ext
20086 cat >>conftest.$ac_ext <<_ACEOF
20087 /* end confdefs.h. */
20088 #include <sys/types.h>
20089 #ifdef HAVE_SYS_PARAM_H
20090 # include <sys/param.h>
20091 #endif
20092 #ifdef HAVE_SYS_MOUNT_H
20093 # include <sys/mount.h>
20094 #endif
20095 #ifdef HAVE_SYS_VFS_H
20096 # include <sys/vfs.h>
20097 #endif
20098 #ifdef HAVE_SYS_STATFS_H
20099 # include <sys/statfs.h>
20100 #endif
20103 main ()
20105 static struct statfs ac_aggr;
20106 if (ac_aggr.f_frsize)
20107 return 0;
20109 return 0;
20111 _ACEOF
20112 rm -f conftest.$ac_objext
20113 if { (ac_try="$ac_compile"
20114 case "(($ac_try" in
20115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20116 *) ac_try_echo=$ac_try;;
20117 esac
20118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20119 (eval "$ac_compile") 2>conftest.er1
20120 ac_status=$?
20121 grep -v '^ *+' conftest.er1 >conftest.err
20122 rm -f conftest.er1
20123 cat conftest.err >&5
20124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20125 (exit $ac_status); } && {
20126 test -z "$ac_c_werror_flag" ||
20127 test ! -s conftest.err
20128 } && test -s conftest.$ac_objext; then
20129 ac_cv_member_struct_statfs_f_frsize=yes
20130 else
20131 echo "$as_me: failed program was:" >&5
20132 sed 's/^/| /' conftest.$ac_ext >&5
20134 cat >conftest.$ac_ext <<_ACEOF
20135 /* confdefs.h. */
20136 _ACEOF
20137 cat confdefs.h >>conftest.$ac_ext
20138 cat >>conftest.$ac_ext <<_ACEOF
20139 /* end confdefs.h. */
20140 #include <sys/types.h>
20141 #ifdef HAVE_SYS_PARAM_H
20142 # include <sys/param.h>
20143 #endif
20144 #ifdef HAVE_SYS_MOUNT_H
20145 # include <sys/mount.h>
20146 #endif
20147 #ifdef HAVE_SYS_VFS_H
20148 # include <sys/vfs.h>
20149 #endif
20150 #ifdef HAVE_SYS_STATFS_H
20151 # include <sys/statfs.h>
20152 #endif
20155 main ()
20157 static struct statfs ac_aggr;
20158 if (sizeof ac_aggr.f_frsize)
20159 return 0;
20161 return 0;
20163 _ACEOF
20164 rm -f conftest.$ac_objext
20165 if { (ac_try="$ac_compile"
20166 case "(($ac_try" in
20167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20168 *) ac_try_echo=$ac_try;;
20169 esac
20170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20171 (eval "$ac_compile") 2>conftest.er1
20172 ac_status=$?
20173 grep -v '^ *+' conftest.er1 >conftest.err
20174 rm -f conftest.er1
20175 cat conftest.err >&5
20176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20177 (exit $ac_status); } && {
20178 test -z "$ac_c_werror_flag" ||
20179 test ! -s conftest.err
20180 } && test -s conftest.$ac_objext; then
20181 ac_cv_member_struct_statfs_f_frsize=yes
20182 else
20183 echo "$as_me: failed program was:" >&5
20184 sed 's/^/| /' conftest.$ac_ext >&5
20186 ac_cv_member_struct_statfs_f_frsize=no
20189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20194 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20195 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20196 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20198 cat >>confdefs.h <<_ACEOF
20199 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20200 _ACEOF
20204 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20205 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20206 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20207 echo $ECHO_N "(cached) $ECHO_C" >&6
20208 else
20209 cat >conftest.$ac_ext <<_ACEOF
20210 /* confdefs.h. */
20211 _ACEOF
20212 cat confdefs.h >>conftest.$ac_ext
20213 cat >>conftest.$ac_ext <<_ACEOF
20214 /* end confdefs.h. */
20215 #include <sys/types.h>
20216 #ifdef HAVE_SYS_PARAM_H
20217 # include <sys/param.h>
20218 #endif
20219 #ifdef HAVE_SYS_MOUNT_H
20220 # include <sys/mount.h>
20221 #endif
20222 #ifdef HAVE_SYS_VFS_H
20223 # include <sys/vfs.h>
20224 #endif
20225 #ifdef HAVE_SYS_STATFS_H
20226 # include <sys/statfs.h>
20227 #endif
20230 main ()
20232 static struct statfs ac_aggr;
20233 if (ac_aggr.f_ffree)
20234 return 0;
20236 return 0;
20238 _ACEOF
20239 rm -f conftest.$ac_objext
20240 if { (ac_try="$ac_compile"
20241 case "(($ac_try" in
20242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20243 *) ac_try_echo=$ac_try;;
20244 esac
20245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20246 (eval "$ac_compile") 2>conftest.er1
20247 ac_status=$?
20248 grep -v '^ *+' conftest.er1 >conftest.err
20249 rm -f conftest.er1
20250 cat conftest.err >&5
20251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20252 (exit $ac_status); } && {
20253 test -z "$ac_c_werror_flag" ||
20254 test ! -s conftest.err
20255 } && test -s conftest.$ac_objext; then
20256 ac_cv_member_struct_statfs_f_ffree=yes
20257 else
20258 echo "$as_me: failed program was:" >&5
20259 sed 's/^/| /' conftest.$ac_ext >&5
20261 cat >conftest.$ac_ext <<_ACEOF
20262 /* confdefs.h. */
20263 _ACEOF
20264 cat confdefs.h >>conftest.$ac_ext
20265 cat >>conftest.$ac_ext <<_ACEOF
20266 /* end confdefs.h. */
20267 #include <sys/types.h>
20268 #ifdef HAVE_SYS_PARAM_H
20269 # include <sys/param.h>
20270 #endif
20271 #ifdef HAVE_SYS_MOUNT_H
20272 # include <sys/mount.h>
20273 #endif
20274 #ifdef HAVE_SYS_VFS_H
20275 # include <sys/vfs.h>
20276 #endif
20277 #ifdef HAVE_SYS_STATFS_H
20278 # include <sys/statfs.h>
20279 #endif
20282 main ()
20284 static struct statfs ac_aggr;
20285 if (sizeof ac_aggr.f_ffree)
20286 return 0;
20288 return 0;
20290 _ACEOF
20291 rm -f conftest.$ac_objext
20292 if { (ac_try="$ac_compile"
20293 case "(($ac_try" in
20294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20295 *) ac_try_echo=$ac_try;;
20296 esac
20297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20298 (eval "$ac_compile") 2>conftest.er1
20299 ac_status=$?
20300 grep -v '^ *+' conftest.er1 >conftest.err
20301 rm -f conftest.er1
20302 cat conftest.err >&5
20303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20304 (exit $ac_status); } && {
20305 test -z "$ac_c_werror_flag" ||
20306 test ! -s conftest.err
20307 } && test -s conftest.$ac_objext; then
20308 ac_cv_member_struct_statfs_f_ffree=yes
20309 else
20310 echo "$as_me: failed program was:" >&5
20311 sed 's/^/| /' conftest.$ac_ext >&5
20313 ac_cv_member_struct_statfs_f_ffree=no
20316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20321 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20322 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20323 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20325 cat >>confdefs.h <<_ACEOF
20326 #define HAVE_STRUCT_STATFS_F_FFREE 1
20327 _ACEOF
20331 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20332 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20333 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20334 echo $ECHO_N "(cached) $ECHO_C" >&6
20335 else
20336 cat >conftest.$ac_ext <<_ACEOF
20337 /* confdefs.h. */
20338 _ACEOF
20339 cat confdefs.h >>conftest.$ac_ext
20340 cat >>conftest.$ac_ext <<_ACEOF
20341 /* end confdefs.h. */
20342 #include <sys/types.h>
20343 #ifdef HAVE_SYS_PARAM_H
20344 # include <sys/param.h>
20345 #endif
20346 #ifdef HAVE_SYS_MOUNT_H
20347 # include <sys/mount.h>
20348 #endif
20349 #ifdef HAVE_SYS_VFS_H
20350 # include <sys/vfs.h>
20351 #endif
20352 #ifdef HAVE_SYS_STATFS_H
20353 # include <sys/statfs.h>
20354 #endif
20357 main ()
20359 static struct statfs ac_aggr;
20360 if (ac_aggr.f_favail)
20361 return 0;
20363 return 0;
20365 _ACEOF
20366 rm -f conftest.$ac_objext
20367 if { (ac_try="$ac_compile"
20368 case "(($ac_try" in
20369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20370 *) ac_try_echo=$ac_try;;
20371 esac
20372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20373 (eval "$ac_compile") 2>conftest.er1
20374 ac_status=$?
20375 grep -v '^ *+' conftest.er1 >conftest.err
20376 rm -f conftest.er1
20377 cat conftest.err >&5
20378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20379 (exit $ac_status); } && {
20380 test -z "$ac_c_werror_flag" ||
20381 test ! -s conftest.err
20382 } && test -s conftest.$ac_objext; then
20383 ac_cv_member_struct_statfs_f_favail=yes
20384 else
20385 echo "$as_me: failed program was:" >&5
20386 sed 's/^/| /' conftest.$ac_ext >&5
20388 cat >conftest.$ac_ext <<_ACEOF
20389 /* confdefs.h. */
20390 _ACEOF
20391 cat confdefs.h >>conftest.$ac_ext
20392 cat >>conftest.$ac_ext <<_ACEOF
20393 /* end confdefs.h. */
20394 #include <sys/types.h>
20395 #ifdef HAVE_SYS_PARAM_H
20396 # include <sys/param.h>
20397 #endif
20398 #ifdef HAVE_SYS_MOUNT_H
20399 # include <sys/mount.h>
20400 #endif
20401 #ifdef HAVE_SYS_VFS_H
20402 # include <sys/vfs.h>
20403 #endif
20404 #ifdef HAVE_SYS_STATFS_H
20405 # include <sys/statfs.h>
20406 #endif
20409 main ()
20411 static struct statfs ac_aggr;
20412 if (sizeof ac_aggr.f_favail)
20413 return 0;
20415 return 0;
20417 _ACEOF
20418 rm -f conftest.$ac_objext
20419 if { (ac_try="$ac_compile"
20420 case "(($ac_try" in
20421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20422 *) ac_try_echo=$ac_try;;
20423 esac
20424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20425 (eval "$ac_compile") 2>conftest.er1
20426 ac_status=$?
20427 grep -v '^ *+' conftest.er1 >conftest.err
20428 rm -f conftest.er1
20429 cat conftest.err >&5
20430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20431 (exit $ac_status); } && {
20432 test -z "$ac_c_werror_flag" ||
20433 test ! -s conftest.err
20434 } && test -s conftest.$ac_objext; then
20435 ac_cv_member_struct_statfs_f_favail=yes
20436 else
20437 echo "$as_me: failed program was:" >&5
20438 sed 's/^/| /' conftest.$ac_ext >&5
20440 ac_cv_member_struct_statfs_f_favail=no
20443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20448 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20449 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20450 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20452 cat >>confdefs.h <<_ACEOF
20453 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20454 _ACEOF
20458 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20459 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20460 if test "${ac_cv_member_struct_statfs_f_namelen+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 #include <sys/types.h>
20470 #ifdef HAVE_SYS_PARAM_H
20471 # include <sys/param.h>
20472 #endif
20473 #ifdef HAVE_SYS_MOUNT_H
20474 # include <sys/mount.h>
20475 #endif
20476 #ifdef HAVE_SYS_VFS_H
20477 # include <sys/vfs.h>
20478 #endif
20479 #ifdef HAVE_SYS_STATFS_H
20480 # include <sys/statfs.h>
20481 #endif
20484 main ()
20486 static struct statfs ac_aggr;
20487 if (ac_aggr.f_namelen)
20488 return 0;
20490 return 0;
20492 _ACEOF
20493 rm -f conftest.$ac_objext
20494 if { (ac_try="$ac_compile"
20495 case "(($ac_try" in
20496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20497 *) ac_try_echo=$ac_try;;
20498 esac
20499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20500 (eval "$ac_compile") 2>conftest.er1
20501 ac_status=$?
20502 grep -v '^ *+' conftest.er1 >conftest.err
20503 rm -f conftest.er1
20504 cat conftest.err >&5
20505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20506 (exit $ac_status); } && {
20507 test -z "$ac_c_werror_flag" ||
20508 test ! -s conftest.err
20509 } && test -s conftest.$ac_objext; then
20510 ac_cv_member_struct_statfs_f_namelen=yes
20511 else
20512 echo "$as_me: failed program was:" >&5
20513 sed 's/^/| /' conftest.$ac_ext >&5
20515 cat >conftest.$ac_ext <<_ACEOF
20516 /* confdefs.h. */
20517 _ACEOF
20518 cat confdefs.h >>conftest.$ac_ext
20519 cat >>conftest.$ac_ext <<_ACEOF
20520 /* end confdefs.h. */
20521 #include <sys/types.h>
20522 #ifdef HAVE_SYS_PARAM_H
20523 # include <sys/param.h>
20524 #endif
20525 #ifdef HAVE_SYS_MOUNT_H
20526 # include <sys/mount.h>
20527 #endif
20528 #ifdef HAVE_SYS_VFS_H
20529 # include <sys/vfs.h>
20530 #endif
20531 #ifdef HAVE_SYS_STATFS_H
20532 # include <sys/statfs.h>
20533 #endif
20536 main ()
20538 static struct statfs ac_aggr;
20539 if (sizeof ac_aggr.f_namelen)
20540 return 0;
20542 return 0;
20544 _ACEOF
20545 rm -f conftest.$ac_objext
20546 if { (ac_try="$ac_compile"
20547 case "(($ac_try" in
20548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20549 *) ac_try_echo=$ac_try;;
20550 esac
20551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20552 (eval "$ac_compile") 2>conftest.er1
20553 ac_status=$?
20554 grep -v '^ *+' conftest.er1 >conftest.err
20555 rm -f conftest.er1
20556 cat conftest.err >&5
20557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20558 (exit $ac_status); } && {
20559 test -z "$ac_c_werror_flag" ||
20560 test ! -s conftest.err
20561 } && test -s conftest.$ac_objext; then
20562 ac_cv_member_struct_statfs_f_namelen=yes
20563 else
20564 echo "$as_me: failed program was:" >&5
20565 sed 's/^/| /' conftest.$ac_ext >&5
20567 ac_cv_member_struct_statfs_f_namelen=no
20570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20575 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20576 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20577 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20579 cat >>confdefs.h <<_ACEOF
20580 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20581 _ACEOF
20587 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20588 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20589 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20590 echo $ECHO_N "(cached) $ECHO_C" >&6
20591 else
20592 cat >conftest.$ac_ext <<_ACEOF
20593 /* confdefs.h. */
20594 _ACEOF
20595 cat confdefs.h >>conftest.$ac_ext
20596 cat >>conftest.$ac_ext <<_ACEOF
20597 /* end confdefs.h. */
20598 #ifdef HAVE_SYS_STATVFS_H
20599 #include <sys/statvfs.h>
20600 #endif
20603 main ()
20605 static struct statvfs ac_aggr;
20606 if (ac_aggr.f_blocks)
20607 return 0;
20609 return 0;
20611 _ACEOF
20612 rm -f conftest.$ac_objext
20613 if { (ac_try="$ac_compile"
20614 case "(($ac_try" in
20615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20616 *) ac_try_echo=$ac_try;;
20617 esac
20618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20619 (eval "$ac_compile") 2>conftest.er1
20620 ac_status=$?
20621 grep -v '^ *+' conftest.er1 >conftest.err
20622 rm -f conftest.er1
20623 cat conftest.err >&5
20624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20625 (exit $ac_status); } && {
20626 test -z "$ac_c_werror_flag" ||
20627 test ! -s conftest.err
20628 } && test -s conftest.$ac_objext; then
20629 ac_cv_member_struct_statvfs_f_blocks=yes
20630 else
20631 echo "$as_me: failed program was:" >&5
20632 sed 's/^/| /' conftest.$ac_ext >&5
20634 cat >conftest.$ac_ext <<_ACEOF
20635 /* confdefs.h. */
20636 _ACEOF
20637 cat confdefs.h >>conftest.$ac_ext
20638 cat >>conftest.$ac_ext <<_ACEOF
20639 /* end confdefs.h. */
20640 #ifdef HAVE_SYS_STATVFS_H
20641 #include <sys/statvfs.h>
20642 #endif
20645 main ()
20647 static struct statvfs ac_aggr;
20648 if (sizeof ac_aggr.f_blocks)
20649 return 0;
20651 return 0;
20653 _ACEOF
20654 rm -f conftest.$ac_objext
20655 if { (ac_try="$ac_compile"
20656 case "(($ac_try" in
20657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20658 *) ac_try_echo=$ac_try;;
20659 esac
20660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20661 (eval "$ac_compile") 2>conftest.er1
20662 ac_status=$?
20663 grep -v '^ *+' conftest.er1 >conftest.err
20664 rm -f conftest.er1
20665 cat conftest.err >&5
20666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20667 (exit $ac_status); } && {
20668 test -z "$ac_c_werror_flag" ||
20669 test ! -s conftest.err
20670 } && test -s conftest.$ac_objext; then
20671 ac_cv_member_struct_statvfs_f_blocks=yes
20672 else
20673 echo "$as_me: failed program was:" >&5
20674 sed 's/^/| /' conftest.$ac_ext >&5
20676 ac_cv_member_struct_statvfs_f_blocks=no
20679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20684 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20685 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20686 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20688 cat >>confdefs.h <<_ACEOF
20689 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20690 _ACEOF
20696 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20697 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20698 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20699 echo $ECHO_N "(cached) $ECHO_C" >&6
20700 else
20701 cat >conftest.$ac_ext <<_ACEOF
20702 /* confdefs.h. */
20703 _ACEOF
20704 cat confdefs.h >>conftest.$ac_ext
20705 cat >>conftest.$ac_ext <<_ACEOF
20706 /* end confdefs.h. */
20707 #include <sys/types.h>
20708 #ifdef HAVE_SYS_SOCKET_H
20709 # include <sys/socket.h>
20710 #endif
20711 #ifdef HAVE_SYS_UN_H
20712 # include <sys/un.h>
20713 #endif
20716 main ()
20718 static struct msghdr ac_aggr;
20719 if (ac_aggr.msg_accrights)
20720 return 0;
20722 return 0;
20724 _ACEOF
20725 rm -f conftest.$ac_objext
20726 if { (ac_try="$ac_compile"
20727 case "(($ac_try" in
20728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20729 *) ac_try_echo=$ac_try;;
20730 esac
20731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20732 (eval "$ac_compile") 2>conftest.er1
20733 ac_status=$?
20734 grep -v '^ *+' conftest.er1 >conftest.err
20735 rm -f conftest.er1
20736 cat conftest.err >&5
20737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20738 (exit $ac_status); } && {
20739 test -z "$ac_c_werror_flag" ||
20740 test ! -s conftest.err
20741 } && test -s conftest.$ac_objext; then
20742 ac_cv_member_struct_msghdr_msg_accrights=yes
20743 else
20744 echo "$as_me: failed program was:" >&5
20745 sed 's/^/| /' conftest.$ac_ext >&5
20747 cat >conftest.$ac_ext <<_ACEOF
20748 /* confdefs.h. */
20749 _ACEOF
20750 cat confdefs.h >>conftest.$ac_ext
20751 cat >>conftest.$ac_ext <<_ACEOF
20752 /* end confdefs.h. */
20753 #include <sys/types.h>
20754 #ifdef HAVE_SYS_SOCKET_H
20755 # include <sys/socket.h>
20756 #endif
20757 #ifdef HAVE_SYS_UN_H
20758 # include <sys/un.h>
20759 #endif
20762 main ()
20764 static struct msghdr ac_aggr;
20765 if (sizeof ac_aggr.msg_accrights)
20766 return 0;
20768 return 0;
20770 _ACEOF
20771 rm -f conftest.$ac_objext
20772 if { (ac_try="$ac_compile"
20773 case "(($ac_try" in
20774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20775 *) ac_try_echo=$ac_try;;
20776 esac
20777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20778 (eval "$ac_compile") 2>conftest.er1
20779 ac_status=$?
20780 grep -v '^ *+' conftest.er1 >conftest.err
20781 rm -f conftest.er1
20782 cat conftest.err >&5
20783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20784 (exit $ac_status); } && {
20785 test -z "$ac_c_werror_flag" ||
20786 test ! -s conftest.err
20787 } && test -s conftest.$ac_objext; then
20788 ac_cv_member_struct_msghdr_msg_accrights=yes
20789 else
20790 echo "$as_me: failed program was:" >&5
20791 sed 's/^/| /' conftest.$ac_ext >&5
20793 ac_cv_member_struct_msghdr_msg_accrights=no
20796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20801 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20802 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20803 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20805 cat >>confdefs.h <<_ACEOF
20806 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20807 _ACEOF
20811 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20812 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20813 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20814 echo $ECHO_N "(cached) $ECHO_C" >&6
20815 else
20816 cat >conftest.$ac_ext <<_ACEOF
20817 /* confdefs.h. */
20818 _ACEOF
20819 cat confdefs.h >>conftest.$ac_ext
20820 cat >>conftest.$ac_ext <<_ACEOF
20821 /* end confdefs.h. */
20822 #include <sys/types.h>
20823 #ifdef HAVE_SYS_SOCKET_H
20824 # include <sys/socket.h>
20825 #endif
20826 #ifdef HAVE_SYS_UN_H
20827 # include <sys/un.h>
20828 #endif
20831 main ()
20833 static struct sockaddr ac_aggr;
20834 if (ac_aggr.sa_len)
20835 return 0;
20837 return 0;
20839 _ACEOF
20840 rm -f conftest.$ac_objext
20841 if { (ac_try="$ac_compile"
20842 case "(($ac_try" in
20843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20844 *) ac_try_echo=$ac_try;;
20845 esac
20846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20847 (eval "$ac_compile") 2>conftest.er1
20848 ac_status=$?
20849 grep -v '^ *+' conftest.er1 >conftest.err
20850 rm -f conftest.er1
20851 cat conftest.err >&5
20852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20853 (exit $ac_status); } && {
20854 test -z "$ac_c_werror_flag" ||
20855 test ! -s conftest.err
20856 } && test -s conftest.$ac_objext; then
20857 ac_cv_member_struct_sockaddr_sa_len=yes
20858 else
20859 echo "$as_me: failed program was:" >&5
20860 sed 's/^/| /' conftest.$ac_ext >&5
20862 cat >conftest.$ac_ext <<_ACEOF
20863 /* confdefs.h. */
20864 _ACEOF
20865 cat confdefs.h >>conftest.$ac_ext
20866 cat >>conftest.$ac_ext <<_ACEOF
20867 /* end confdefs.h. */
20868 #include <sys/types.h>
20869 #ifdef HAVE_SYS_SOCKET_H
20870 # include <sys/socket.h>
20871 #endif
20872 #ifdef HAVE_SYS_UN_H
20873 # include <sys/un.h>
20874 #endif
20877 main ()
20879 static struct sockaddr ac_aggr;
20880 if (sizeof ac_aggr.sa_len)
20881 return 0;
20883 return 0;
20885 _ACEOF
20886 rm -f conftest.$ac_objext
20887 if { (ac_try="$ac_compile"
20888 case "(($ac_try" in
20889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20890 *) ac_try_echo=$ac_try;;
20891 esac
20892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20893 (eval "$ac_compile") 2>conftest.er1
20894 ac_status=$?
20895 grep -v '^ *+' conftest.er1 >conftest.err
20896 rm -f conftest.er1
20897 cat conftest.err >&5
20898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20899 (exit $ac_status); } && {
20900 test -z "$ac_c_werror_flag" ||
20901 test ! -s conftest.err
20902 } && test -s conftest.$ac_objext; then
20903 ac_cv_member_struct_sockaddr_sa_len=yes
20904 else
20905 echo "$as_me: failed program was:" >&5
20906 sed 's/^/| /' conftest.$ac_ext >&5
20908 ac_cv_member_struct_sockaddr_sa_len=no
20911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20916 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20917 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20918 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20920 cat >>confdefs.h <<_ACEOF
20921 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20922 _ACEOF
20926 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20927 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20928 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20929 echo $ECHO_N "(cached) $ECHO_C" >&6
20930 else
20931 cat >conftest.$ac_ext <<_ACEOF
20932 /* confdefs.h. */
20933 _ACEOF
20934 cat confdefs.h >>conftest.$ac_ext
20935 cat >>conftest.$ac_ext <<_ACEOF
20936 /* end confdefs.h. */
20937 #include <sys/types.h>
20938 #ifdef HAVE_SYS_SOCKET_H
20939 # include <sys/socket.h>
20940 #endif
20941 #ifdef HAVE_SYS_UN_H
20942 # include <sys/un.h>
20943 #endif
20946 main ()
20948 static struct sockaddr_un ac_aggr;
20949 if (ac_aggr.sun_len)
20950 return 0;
20952 return 0;
20954 _ACEOF
20955 rm -f conftest.$ac_objext
20956 if { (ac_try="$ac_compile"
20957 case "(($ac_try" in
20958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20959 *) ac_try_echo=$ac_try;;
20960 esac
20961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20962 (eval "$ac_compile") 2>conftest.er1
20963 ac_status=$?
20964 grep -v '^ *+' conftest.er1 >conftest.err
20965 rm -f conftest.er1
20966 cat conftest.err >&5
20967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20968 (exit $ac_status); } && {
20969 test -z "$ac_c_werror_flag" ||
20970 test ! -s conftest.err
20971 } && test -s conftest.$ac_objext; then
20972 ac_cv_member_struct_sockaddr_un_sun_len=yes
20973 else
20974 echo "$as_me: failed program was:" >&5
20975 sed 's/^/| /' conftest.$ac_ext >&5
20977 cat >conftest.$ac_ext <<_ACEOF
20978 /* confdefs.h. */
20979 _ACEOF
20980 cat confdefs.h >>conftest.$ac_ext
20981 cat >>conftest.$ac_ext <<_ACEOF
20982 /* end confdefs.h. */
20983 #include <sys/types.h>
20984 #ifdef HAVE_SYS_SOCKET_H
20985 # include <sys/socket.h>
20986 #endif
20987 #ifdef HAVE_SYS_UN_H
20988 # include <sys/un.h>
20989 #endif
20992 main ()
20994 static struct sockaddr_un ac_aggr;
20995 if (sizeof ac_aggr.sun_len)
20996 return 0;
20998 return 0;
21000 _ACEOF
21001 rm -f conftest.$ac_objext
21002 if { (ac_try="$ac_compile"
21003 case "(($ac_try" in
21004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21005 *) ac_try_echo=$ac_try;;
21006 esac
21007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21008 (eval "$ac_compile") 2>conftest.er1
21009 ac_status=$?
21010 grep -v '^ *+' conftest.er1 >conftest.err
21011 rm -f conftest.er1
21012 cat conftest.err >&5
21013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21014 (exit $ac_status); } && {
21015 test -z "$ac_c_werror_flag" ||
21016 test ! -s conftest.err
21017 } && test -s conftest.$ac_objext; then
21018 ac_cv_member_struct_sockaddr_un_sun_len=yes
21019 else
21020 echo "$as_me: failed program was:" >&5
21021 sed 's/^/| /' conftest.$ac_ext >&5
21023 ac_cv_member_struct_sockaddr_un_sun_len=no
21026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21031 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21032 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21033 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21035 cat >>confdefs.h <<_ACEOF
21036 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21037 _ACEOF
21043 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21044 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21045 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21046 echo $ECHO_N "(cached) $ECHO_C" >&6
21047 else
21048 cat >conftest.$ac_ext <<_ACEOF
21049 /* confdefs.h. */
21050 _ACEOF
21051 cat confdefs.h >>conftest.$ac_ext
21052 cat >>conftest.$ac_ext <<_ACEOF
21053 /* end confdefs.h. */
21054 #include <sys/types.h>
21055 #ifdef HAVE_SCSI_SG_H
21056 #include <scsi/sg.h>
21057 #endif
21060 main ()
21062 static scsireq_t ac_aggr;
21063 if (ac_aggr.cmd)
21064 return 0;
21066 return 0;
21068 _ACEOF
21069 rm -f conftest.$ac_objext
21070 if { (ac_try="$ac_compile"
21071 case "(($ac_try" in
21072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21073 *) ac_try_echo=$ac_try;;
21074 esac
21075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21076 (eval "$ac_compile") 2>conftest.er1
21077 ac_status=$?
21078 grep -v '^ *+' conftest.er1 >conftest.err
21079 rm -f conftest.er1
21080 cat conftest.err >&5
21081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21082 (exit $ac_status); } && {
21083 test -z "$ac_c_werror_flag" ||
21084 test ! -s conftest.err
21085 } && test -s conftest.$ac_objext; then
21086 ac_cv_member_scsireq_t_cmd=yes
21087 else
21088 echo "$as_me: failed program was:" >&5
21089 sed 's/^/| /' conftest.$ac_ext >&5
21091 cat >conftest.$ac_ext <<_ACEOF
21092 /* confdefs.h. */
21093 _ACEOF
21094 cat confdefs.h >>conftest.$ac_ext
21095 cat >>conftest.$ac_ext <<_ACEOF
21096 /* end confdefs.h. */
21097 #include <sys/types.h>
21098 #ifdef HAVE_SCSI_SG_H
21099 #include <scsi/sg.h>
21100 #endif
21103 main ()
21105 static scsireq_t ac_aggr;
21106 if (sizeof ac_aggr.cmd)
21107 return 0;
21109 return 0;
21111 _ACEOF
21112 rm -f conftest.$ac_objext
21113 if { (ac_try="$ac_compile"
21114 case "(($ac_try" in
21115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21116 *) ac_try_echo=$ac_try;;
21117 esac
21118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21119 (eval "$ac_compile") 2>conftest.er1
21120 ac_status=$?
21121 grep -v '^ *+' conftest.er1 >conftest.err
21122 rm -f conftest.er1
21123 cat conftest.err >&5
21124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21125 (exit $ac_status); } && {
21126 test -z "$ac_c_werror_flag" ||
21127 test ! -s conftest.err
21128 } && test -s conftest.$ac_objext; then
21129 ac_cv_member_scsireq_t_cmd=yes
21130 else
21131 echo "$as_me: failed program was:" >&5
21132 sed 's/^/| /' conftest.$ac_ext >&5
21134 ac_cv_member_scsireq_t_cmd=no
21137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21142 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21143 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21144 if test $ac_cv_member_scsireq_t_cmd = yes; then
21146 cat >>confdefs.h <<_ACEOF
21147 #define HAVE_SCSIREQ_T_CMD 1
21148 _ACEOF
21152 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21153 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21154 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21155 echo $ECHO_N "(cached) $ECHO_C" >&6
21156 else
21157 cat >conftest.$ac_ext <<_ACEOF
21158 /* confdefs.h. */
21159 _ACEOF
21160 cat confdefs.h >>conftest.$ac_ext
21161 cat >>conftest.$ac_ext <<_ACEOF
21162 /* end confdefs.h. */
21163 #include <sys/types.h>
21164 #ifdef HAVE_SCSI_SG_H
21165 #include <scsi/sg.h>
21166 #endif
21169 main ()
21171 static sg_io_hdr_t ac_aggr;
21172 if (ac_aggr.interface_id)
21173 return 0;
21175 return 0;
21177 _ACEOF
21178 rm -f conftest.$ac_objext
21179 if { (ac_try="$ac_compile"
21180 case "(($ac_try" in
21181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21182 *) ac_try_echo=$ac_try;;
21183 esac
21184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21185 (eval "$ac_compile") 2>conftest.er1
21186 ac_status=$?
21187 grep -v '^ *+' conftest.er1 >conftest.err
21188 rm -f conftest.er1
21189 cat conftest.err >&5
21190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); } && {
21192 test -z "$ac_c_werror_flag" ||
21193 test ! -s conftest.err
21194 } && test -s conftest.$ac_objext; then
21195 ac_cv_member_sg_io_hdr_t_interface_id=yes
21196 else
21197 echo "$as_me: failed program was:" >&5
21198 sed 's/^/| /' conftest.$ac_ext >&5
21200 cat >conftest.$ac_ext <<_ACEOF
21201 /* confdefs.h. */
21202 _ACEOF
21203 cat confdefs.h >>conftest.$ac_ext
21204 cat >>conftest.$ac_ext <<_ACEOF
21205 /* end confdefs.h. */
21206 #include <sys/types.h>
21207 #ifdef HAVE_SCSI_SG_H
21208 #include <scsi/sg.h>
21209 #endif
21212 main ()
21214 static sg_io_hdr_t ac_aggr;
21215 if (sizeof ac_aggr.interface_id)
21216 return 0;
21218 return 0;
21220 _ACEOF
21221 rm -f conftest.$ac_objext
21222 if { (ac_try="$ac_compile"
21223 case "(($ac_try" in
21224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21225 *) ac_try_echo=$ac_try;;
21226 esac
21227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21228 (eval "$ac_compile") 2>conftest.er1
21229 ac_status=$?
21230 grep -v '^ *+' conftest.er1 >conftest.err
21231 rm -f conftest.er1
21232 cat conftest.err >&5
21233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21234 (exit $ac_status); } && {
21235 test -z "$ac_c_werror_flag" ||
21236 test ! -s conftest.err
21237 } && test -s conftest.$ac_objext; then
21238 ac_cv_member_sg_io_hdr_t_interface_id=yes
21239 else
21240 echo "$as_me: failed program was:" >&5
21241 sed 's/^/| /' conftest.$ac_ext >&5
21243 ac_cv_member_sg_io_hdr_t_interface_id=no
21246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21251 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21252 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21253 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21255 cat >>confdefs.h <<_ACEOF
21256 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21257 _ACEOF
21263 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21264 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21265 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21266 echo $ECHO_N "(cached) $ECHO_C" >&6
21267 else
21268 cat >conftest.$ac_ext <<_ACEOF
21269 /* confdefs.h. */
21270 _ACEOF
21271 cat confdefs.h >>conftest.$ac_ext
21272 cat >>conftest.$ac_ext <<_ACEOF
21273 /* end confdefs.h. */
21274 #include <signal.h>
21277 main ()
21279 static siginfo_t ac_aggr;
21280 if (ac_aggr.si_fd)
21281 return 0;
21283 return 0;
21285 _ACEOF
21286 rm -f conftest.$ac_objext
21287 if { (ac_try="$ac_compile"
21288 case "(($ac_try" in
21289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21290 *) ac_try_echo=$ac_try;;
21291 esac
21292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21293 (eval "$ac_compile") 2>conftest.er1
21294 ac_status=$?
21295 grep -v '^ *+' conftest.er1 >conftest.err
21296 rm -f conftest.er1
21297 cat conftest.err >&5
21298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21299 (exit $ac_status); } && {
21300 test -z "$ac_c_werror_flag" ||
21301 test ! -s conftest.err
21302 } && test -s conftest.$ac_objext; then
21303 ac_cv_member_siginfo_t_si_fd=yes
21304 else
21305 echo "$as_me: failed program was:" >&5
21306 sed 's/^/| /' conftest.$ac_ext >&5
21308 cat >conftest.$ac_ext <<_ACEOF
21309 /* confdefs.h. */
21310 _ACEOF
21311 cat confdefs.h >>conftest.$ac_ext
21312 cat >>conftest.$ac_ext <<_ACEOF
21313 /* end confdefs.h. */
21314 #include <signal.h>
21317 main ()
21319 static siginfo_t ac_aggr;
21320 if (sizeof ac_aggr.si_fd)
21321 return 0;
21323 return 0;
21325 _ACEOF
21326 rm -f conftest.$ac_objext
21327 if { (ac_try="$ac_compile"
21328 case "(($ac_try" in
21329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21330 *) ac_try_echo=$ac_try;;
21331 esac
21332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21333 (eval "$ac_compile") 2>conftest.er1
21334 ac_status=$?
21335 grep -v '^ *+' conftest.er1 >conftest.err
21336 rm -f conftest.er1
21337 cat conftest.err >&5
21338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21339 (exit $ac_status); } && {
21340 test -z "$ac_c_werror_flag" ||
21341 test ! -s conftest.err
21342 } && test -s conftest.$ac_objext; then
21343 ac_cv_member_siginfo_t_si_fd=yes
21344 else
21345 echo "$as_me: failed program was:" >&5
21346 sed 's/^/| /' conftest.$ac_ext >&5
21348 ac_cv_member_siginfo_t_si_fd=no
21351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21356 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21357 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21358 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21360 cat >>confdefs.h <<_ACEOF
21361 #define HAVE_SIGINFO_T_SI_FD 1
21362 _ACEOF
21368 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21369 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21370 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21371 echo $ECHO_N "(cached) $ECHO_C" >&6
21372 else
21373 cat >conftest.$ac_ext <<_ACEOF
21374 /* confdefs.h. */
21375 _ACEOF
21376 cat confdefs.h >>conftest.$ac_ext
21377 cat >>conftest.$ac_ext <<_ACEOF
21378 /* end confdefs.h. */
21379 #include <sys/types.h>
21380 #ifdef HAVE_SYS_MTIO_H
21381 #include <sys/mtio.h>
21382 #endif
21385 main ()
21387 static struct mtget ac_aggr;
21388 if (ac_aggr.mt_blksiz)
21389 return 0;
21391 return 0;
21393 _ACEOF
21394 rm -f conftest.$ac_objext
21395 if { (ac_try="$ac_compile"
21396 case "(($ac_try" in
21397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21398 *) ac_try_echo=$ac_try;;
21399 esac
21400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21401 (eval "$ac_compile") 2>conftest.er1
21402 ac_status=$?
21403 grep -v '^ *+' conftest.er1 >conftest.err
21404 rm -f conftest.er1
21405 cat conftest.err >&5
21406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21407 (exit $ac_status); } && {
21408 test -z "$ac_c_werror_flag" ||
21409 test ! -s conftest.err
21410 } && test -s conftest.$ac_objext; then
21411 ac_cv_member_struct_mtget_mt_blksiz=yes
21412 else
21413 echo "$as_me: failed program was:" >&5
21414 sed 's/^/| /' conftest.$ac_ext >&5
21416 cat >conftest.$ac_ext <<_ACEOF
21417 /* confdefs.h. */
21418 _ACEOF
21419 cat confdefs.h >>conftest.$ac_ext
21420 cat >>conftest.$ac_ext <<_ACEOF
21421 /* end confdefs.h. */
21422 #include <sys/types.h>
21423 #ifdef HAVE_SYS_MTIO_H
21424 #include <sys/mtio.h>
21425 #endif
21428 main ()
21430 static struct mtget ac_aggr;
21431 if (sizeof ac_aggr.mt_blksiz)
21432 return 0;
21434 return 0;
21436 _ACEOF
21437 rm -f conftest.$ac_objext
21438 if { (ac_try="$ac_compile"
21439 case "(($ac_try" in
21440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21441 *) ac_try_echo=$ac_try;;
21442 esac
21443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21444 (eval "$ac_compile") 2>conftest.er1
21445 ac_status=$?
21446 grep -v '^ *+' conftest.er1 >conftest.err
21447 rm -f conftest.er1
21448 cat conftest.err >&5
21449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21450 (exit $ac_status); } && {
21451 test -z "$ac_c_werror_flag" ||
21452 test ! -s conftest.err
21453 } && test -s conftest.$ac_objext; then
21454 ac_cv_member_struct_mtget_mt_blksiz=yes
21455 else
21456 echo "$as_me: failed program was:" >&5
21457 sed 's/^/| /' conftest.$ac_ext >&5
21459 ac_cv_member_struct_mtget_mt_blksiz=no
21462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21467 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21468 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21469 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21471 cat >>confdefs.h <<_ACEOF
21472 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21473 _ACEOF
21477 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21478 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21479 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21480 echo $ECHO_N "(cached) $ECHO_C" >&6
21481 else
21482 cat >conftest.$ac_ext <<_ACEOF
21483 /* confdefs.h. */
21484 _ACEOF
21485 cat confdefs.h >>conftest.$ac_ext
21486 cat >>conftest.$ac_ext <<_ACEOF
21487 /* end confdefs.h. */
21488 #include <sys/types.h>
21489 #ifdef HAVE_SYS_MTIO_H
21490 #include <sys/mtio.h>
21491 #endif
21494 main ()
21496 static struct mtget ac_aggr;
21497 if (ac_aggr.mt_gstat)
21498 return 0;
21500 return 0;
21502 _ACEOF
21503 rm -f conftest.$ac_objext
21504 if { (ac_try="$ac_compile"
21505 case "(($ac_try" in
21506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21507 *) ac_try_echo=$ac_try;;
21508 esac
21509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21510 (eval "$ac_compile") 2>conftest.er1
21511 ac_status=$?
21512 grep -v '^ *+' conftest.er1 >conftest.err
21513 rm -f conftest.er1
21514 cat conftest.err >&5
21515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21516 (exit $ac_status); } && {
21517 test -z "$ac_c_werror_flag" ||
21518 test ! -s conftest.err
21519 } && test -s conftest.$ac_objext; then
21520 ac_cv_member_struct_mtget_mt_gstat=yes
21521 else
21522 echo "$as_me: failed program was:" >&5
21523 sed 's/^/| /' conftest.$ac_ext >&5
21525 cat >conftest.$ac_ext <<_ACEOF
21526 /* confdefs.h. */
21527 _ACEOF
21528 cat confdefs.h >>conftest.$ac_ext
21529 cat >>conftest.$ac_ext <<_ACEOF
21530 /* end confdefs.h. */
21531 #include <sys/types.h>
21532 #ifdef HAVE_SYS_MTIO_H
21533 #include <sys/mtio.h>
21534 #endif
21537 main ()
21539 static struct mtget ac_aggr;
21540 if (sizeof ac_aggr.mt_gstat)
21541 return 0;
21543 return 0;
21545 _ACEOF
21546 rm -f conftest.$ac_objext
21547 if { (ac_try="$ac_compile"
21548 case "(($ac_try" in
21549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21550 *) ac_try_echo=$ac_try;;
21551 esac
21552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21553 (eval "$ac_compile") 2>conftest.er1
21554 ac_status=$?
21555 grep -v '^ *+' conftest.er1 >conftest.err
21556 rm -f conftest.er1
21557 cat conftest.err >&5
21558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21559 (exit $ac_status); } && {
21560 test -z "$ac_c_werror_flag" ||
21561 test ! -s conftest.err
21562 } && test -s conftest.$ac_objext; then
21563 ac_cv_member_struct_mtget_mt_gstat=yes
21564 else
21565 echo "$as_me: failed program was:" >&5
21566 sed 's/^/| /' conftest.$ac_ext >&5
21568 ac_cv_member_struct_mtget_mt_gstat=no
21571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21576 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21577 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21578 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21580 cat >>confdefs.h <<_ACEOF
21581 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21582 _ACEOF
21586 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21587 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21588 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21589 echo $ECHO_N "(cached) $ECHO_C" >&6
21590 else
21591 cat >conftest.$ac_ext <<_ACEOF
21592 /* confdefs.h. */
21593 _ACEOF
21594 cat confdefs.h >>conftest.$ac_ext
21595 cat >>conftest.$ac_ext <<_ACEOF
21596 /* end confdefs.h. */
21597 #include <sys/types.h>
21598 #ifdef HAVE_SYS_MTIO_H
21599 #include <sys/mtio.h>
21600 #endif
21603 main ()
21605 static struct mtget ac_aggr;
21606 if (ac_aggr.mt_blkno)
21607 return 0;
21609 return 0;
21611 _ACEOF
21612 rm -f conftest.$ac_objext
21613 if { (ac_try="$ac_compile"
21614 case "(($ac_try" in
21615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21616 *) ac_try_echo=$ac_try;;
21617 esac
21618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21619 (eval "$ac_compile") 2>conftest.er1
21620 ac_status=$?
21621 grep -v '^ *+' conftest.er1 >conftest.err
21622 rm -f conftest.er1
21623 cat conftest.err >&5
21624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21625 (exit $ac_status); } && {
21626 test -z "$ac_c_werror_flag" ||
21627 test ! -s conftest.err
21628 } && test -s conftest.$ac_objext; then
21629 ac_cv_member_struct_mtget_mt_blkno=yes
21630 else
21631 echo "$as_me: failed program was:" >&5
21632 sed 's/^/| /' conftest.$ac_ext >&5
21634 cat >conftest.$ac_ext <<_ACEOF
21635 /* confdefs.h. */
21636 _ACEOF
21637 cat confdefs.h >>conftest.$ac_ext
21638 cat >>conftest.$ac_ext <<_ACEOF
21639 /* end confdefs.h. */
21640 #include <sys/types.h>
21641 #ifdef HAVE_SYS_MTIO_H
21642 #include <sys/mtio.h>
21643 #endif
21646 main ()
21648 static struct mtget ac_aggr;
21649 if (sizeof ac_aggr.mt_blkno)
21650 return 0;
21652 return 0;
21654 _ACEOF
21655 rm -f conftest.$ac_objext
21656 if { (ac_try="$ac_compile"
21657 case "(($ac_try" in
21658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21659 *) ac_try_echo=$ac_try;;
21660 esac
21661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21662 (eval "$ac_compile") 2>conftest.er1
21663 ac_status=$?
21664 grep -v '^ *+' conftest.er1 >conftest.err
21665 rm -f conftest.er1
21666 cat conftest.err >&5
21667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21668 (exit $ac_status); } && {
21669 test -z "$ac_c_werror_flag" ||
21670 test ! -s conftest.err
21671 } && test -s conftest.$ac_objext; then
21672 ac_cv_member_struct_mtget_mt_blkno=yes
21673 else
21674 echo "$as_me: failed program was:" >&5
21675 sed 's/^/| /' conftest.$ac_ext >&5
21677 ac_cv_member_struct_mtget_mt_blkno=no
21680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21685 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21686 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21687 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21689 cat >>confdefs.h <<_ACEOF
21690 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21691 _ACEOF
21697 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21698 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21699 if test "${ac_cv_member_struct_option_name+set}" = set; then
21700 echo $ECHO_N "(cached) $ECHO_C" >&6
21701 else
21702 cat >conftest.$ac_ext <<_ACEOF
21703 /* confdefs.h. */
21704 _ACEOF
21705 cat confdefs.h >>conftest.$ac_ext
21706 cat >>conftest.$ac_ext <<_ACEOF
21707 /* end confdefs.h. */
21708 #ifdef HAVE_GETOPT_H
21709 #include <getopt.h>
21710 #endif
21713 main ()
21715 static struct option ac_aggr;
21716 if (ac_aggr.name)
21717 return 0;
21719 return 0;
21721 _ACEOF
21722 rm -f conftest.$ac_objext
21723 if { (ac_try="$ac_compile"
21724 case "(($ac_try" in
21725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21726 *) ac_try_echo=$ac_try;;
21727 esac
21728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21729 (eval "$ac_compile") 2>conftest.er1
21730 ac_status=$?
21731 grep -v '^ *+' conftest.er1 >conftest.err
21732 rm -f conftest.er1
21733 cat conftest.err >&5
21734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21735 (exit $ac_status); } && {
21736 test -z "$ac_c_werror_flag" ||
21737 test ! -s conftest.err
21738 } && test -s conftest.$ac_objext; then
21739 ac_cv_member_struct_option_name=yes
21740 else
21741 echo "$as_me: failed program was:" >&5
21742 sed 's/^/| /' conftest.$ac_ext >&5
21744 cat >conftest.$ac_ext <<_ACEOF
21745 /* confdefs.h. */
21746 _ACEOF
21747 cat confdefs.h >>conftest.$ac_ext
21748 cat >>conftest.$ac_ext <<_ACEOF
21749 /* end confdefs.h. */
21750 #ifdef HAVE_GETOPT_H
21751 #include <getopt.h>
21752 #endif
21755 main ()
21757 static struct option ac_aggr;
21758 if (sizeof ac_aggr.name)
21759 return 0;
21761 return 0;
21763 _ACEOF
21764 rm -f conftest.$ac_objext
21765 if { (ac_try="$ac_compile"
21766 case "(($ac_try" in
21767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21768 *) ac_try_echo=$ac_try;;
21769 esac
21770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21771 (eval "$ac_compile") 2>conftest.er1
21772 ac_status=$?
21773 grep -v '^ *+' conftest.er1 >conftest.err
21774 rm -f conftest.er1
21775 cat conftest.err >&5
21776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21777 (exit $ac_status); } && {
21778 test -z "$ac_c_werror_flag" ||
21779 test ! -s conftest.err
21780 } && test -s conftest.$ac_objext; then
21781 ac_cv_member_struct_option_name=yes
21782 else
21783 echo "$as_me: failed program was:" >&5
21784 sed 's/^/| /' conftest.$ac_ext >&5
21786 ac_cv_member_struct_option_name=no
21789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21794 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21795 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21796 if test $ac_cv_member_struct_option_name = yes; then
21798 cat >>confdefs.h <<_ACEOF
21799 #define HAVE_STRUCT_OPTION_NAME 1
21800 _ACEOF
21806 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21807 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21808 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21809 echo $ECHO_N "(cached) $ECHO_C" >&6
21810 else
21811 cat >conftest.$ac_ext <<_ACEOF
21812 /* confdefs.h. */
21813 _ACEOF
21814 cat confdefs.h >>conftest.$ac_ext
21815 cat >>conftest.$ac_ext <<_ACEOF
21816 /* end confdefs.h. */
21817 $ac_includes_default
21819 main ()
21821 static struct stat ac_aggr;
21822 if (ac_aggr.st_blocks)
21823 return 0;
21825 return 0;
21827 _ACEOF
21828 rm -f conftest.$ac_objext
21829 if { (ac_try="$ac_compile"
21830 case "(($ac_try" in
21831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21832 *) ac_try_echo=$ac_try;;
21833 esac
21834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21835 (eval "$ac_compile") 2>conftest.er1
21836 ac_status=$?
21837 grep -v '^ *+' conftest.er1 >conftest.err
21838 rm -f conftest.er1
21839 cat conftest.err >&5
21840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21841 (exit $ac_status); } && {
21842 test -z "$ac_c_werror_flag" ||
21843 test ! -s conftest.err
21844 } && test -s conftest.$ac_objext; then
21845 ac_cv_member_struct_stat_st_blocks=yes
21846 else
21847 echo "$as_me: failed program was:" >&5
21848 sed 's/^/| /' conftest.$ac_ext >&5
21850 cat >conftest.$ac_ext <<_ACEOF
21851 /* confdefs.h. */
21852 _ACEOF
21853 cat confdefs.h >>conftest.$ac_ext
21854 cat >>conftest.$ac_ext <<_ACEOF
21855 /* end confdefs.h. */
21856 $ac_includes_default
21858 main ()
21860 static struct stat ac_aggr;
21861 if (sizeof ac_aggr.st_blocks)
21862 return 0;
21864 return 0;
21866 _ACEOF
21867 rm -f conftest.$ac_objext
21868 if { (ac_try="$ac_compile"
21869 case "(($ac_try" in
21870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21871 *) ac_try_echo=$ac_try;;
21872 esac
21873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21874 (eval "$ac_compile") 2>conftest.er1
21875 ac_status=$?
21876 grep -v '^ *+' conftest.er1 >conftest.err
21877 rm -f conftest.er1
21878 cat conftest.err >&5
21879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21880 (exit $ac_status); } && {
21881 test -z "$ac_c_werror_flag" ||
21882 test ! -s conftest.err
21883 } && test -s conftest.$ac_objext; then
21884 ac_cv_member_struct_stat_st_blocks=yes
21885 else
21886 echo "$as_me: failed program was:" >&5
21887 sed 's/^/| /' conftest.$ac_ext >&5
21889 ac_cv_member_struct_stat_st_blocks=no
21892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21897 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21898 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21899 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21901 cat >>confdefs.h <<_ACEOF
21902 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21903 _ACEOF
21907 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21908 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21909 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21910 echo $ECHO_N "(cached) $ECHO_C" >&6
21911 else
21912 cat >conftest.$ac_ext <<_ACEOF
21913 /* confdefs.h. */
21914 _ACEOF
21915 cat confdefs.h >>conftest.$ac_ext
21916 cat >>conftest.$ac_ext <<_ACEOF
21917 /* end confdefs.h. */
21918 $ac_includes_default
21920 main ()
21922 static struct stat ac_aggr;
21923 if (ac_aggr.st_mtim)
21924 return 0;
21926 return 0;
21928 _ACEOF
21929 rm -f conftest.$ac_objext
21930 if { (ac_try="$ac_compile"
21931 case "(($ac_try" in
21932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21933 *) ac_try_echo=$ac_try;;
21934 esac
21935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21936 (eval "$ac_compile") 2>conftest.er1
21937 ac_status=$?
21938 grep -v '^ *+' conftest.er1 >conftest.err
21939 rm -f conftest.er1
21940 cat conftest.err >&5
21941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21942 (exit $ac_status); } && {
21943 test -z "$ac_c_werror_flag" ||
21944 test ! -s conftest.err
21945 } && test -s conftest.$ac_objext; then
21946 ac_cv_member_struct_stat_st_mtim=yes
21947 else
21948 echo "$as_me: failed program was:" >&5
21949 sed 's/^/| /' conftest.$ac_ext >&5
21951 cat >conftest.$ac_ext <<_ACEOF
21952 /* confdefs.h. */
21953 _ACEOF
21954 cat confdefs.h >>conftest.$ac_ext
21955 cat >>conftest.$ac_ext <<_ACEOF
21956 /* end confdefs.h. */
21957 $ac_includes_default
21959 main ()
21961 static struct stat ac_aggr;
21962 if (sizeof ac_aggr.st_mtim)
21963 return 0;
21965 return 0;
21967 _ACEOF
21968 rm -f conftest.$ac_objext
21969 if { (ac_try="$ac_compile"
21970 case "(($ac_try" in
21971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21972 *) ac_try_echo=$ac_try;;
21973 esac
21974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21975 (eval "$ac_compile") 2>conftest.er1
21976 ac_status=$?
21977 grep -v '^ *+' conftest.er1 >conftest.err
21978 rm -f conftest.er1
21979 cat conftest.err >&5
21980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21981 (exit $ac_status); } && {
21982 test -z "$ac_c_werror_flag" ||
21983 test ! -s conftest.err
21984 } && test -s conftest.$ac_objext; then
21985 ac_cv_member_struct_stat_st_mtim=yes
21986 else
21987 echo "$as_me: failed program was:" >&5
21988 sed 's/^/| /' conftest.$ac_ext >&5
21990 ac_cv_member_struct_stat_st_mtim=no
21993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21998 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21999 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
22000 if test $ac_cv_member_struct_stat_st_mtim = yes; then
22002 cat >>confdefs.h <<_ACEOF
22003 #define HAVE_STRUCT_STAT_ST_MTIM 1
22004 _ACEOF
22008 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22009 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22010 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22011 echo $ECHO_N "(cached) $ECHO_C" >&6
22012 else
22013 cat >conftest.$ac_ext <<_ACEOF
22014 /* confdefs.h. */
22015 _ACEOF
22016 cat confdefs.h >>conftest.$ac_ext
22017 cat >>conftest.$ac_ext <<_ACEOF
22018 /* end confdefs.h. */
22019 $ac_includes_default
22021 main ()
22023 static struct stat ac_aggr;
22024 if (ac_aggr.st_ctim)
22025 return 0;
22027 return 0;
22029 _ACEOF
22030 rm -f conftest.$ac_objext
22031 if { (ac_try="$ac_compile"
22032 case "(($ac_try" in
22033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22034 *) ac_try_echo=$ac_try;;
22035 esac
22036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22037 (eval "$ac_compile") 2>conftest.er1
22038 ac_status=$?
22039 grep -v '^ *+' conftest.er1 >conftest.err
22040 rm -f conftest.er1
22041 cat conftest.err >&5
22042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22043 (exit $ac_status); } && {
22044 test -z "$ac_c_werror_flag" ||
22045 test ! -s conftest.err
22046 } && test -s conftest.$ac_objext; then
22047 ac_cv_member_struct_stat_st_ctim=yes
22048 else
22049 echo "$as_me: failed program was:" >&5
22050 sed 's/^/| /' conftest.$ac_ext >&5
22052 cat >conftest.$ac_ext <<_ACEOF
22053 /* confdefs.h. */
22054 _ACEOF
22055 cat confdefs.h >>conftest.$ac_ext
22056 cat >>conftest.$ac_ext <<_ACEOF
22057 /* end confdefs.h. */
22058 $ac_includes_default
22060 main ()
22062 static struct stat ac_aggr;
22063 if (sizeof ac_aggr.st_ctim)
22064 return 0;
22066 return 0;
22068 _ACEOF
22069 rm -f conftest.$ac_objext
22070 if { (ac_try="$ac_compile"
22071 case "(($ac_try" in
22072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22073 *) ac_try_echo=$ac_try;;
22074 esac
22075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22076 (eval "$ac_compile") 2>conftest.er1
22077 ac_status=$?
22078 grep -v '^ *+' conftest.er1 >conftest.err
22079 rm -f conftest.er1
22080 cat conftest.err >&5
22081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22082 (exit $ac_status); } && {
22083 test -z "$ac_c_werror_flag" ||
22084 test ! -s conftest.err
22085 } && test -s conftest.$ac_objext; then
22086 ac_cv_member_struct_stat_st_ctim=yes
22087 else
22088 echo "$as_me: failed program was:" >&5
22089 sed 's/^/| /' conftest.$ac_ext >&5
22091 ac_cv_member_struct_stat_st_ctim=no
22094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22099 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22100 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
22101 if test $ac_cv_member_struct_stat_st_ctim = yes; then
22103 cat >>confdefs.h <<_ACEOF
22104 #define HAVE_STRUCT_STAT_ST_CTIM 1
22105 _ACEOF
22109 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22110 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
22111 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22112 echo $ECHO_N "(cached) $ECHO_C" >&6
22113 else
22114 cat >conftest.$ac_ext <<_ACEOF
22115 /* confdefs.h. */
22116 _ACEOF
22117 cat confdefs.h >>conftest.$ac_ext
22118 cat >>conftest.$ac_ext <<_ACEOF
22119 /* end confdefs.h. */
22120 $ac_includes_default
22122 main ()
22124 static struct stat ac_aggr;
22125 if (ac_aggr.st_atim)
22126 return 0;
22128 return 0;
22130 _ACEOF
22131 rm -f conftest.$ac_objext
22132 if { (ac_try="$ac_compile"
22133 case "(($ac_try" in
22134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22135 *) ac_try_echo=$ac_try;;
22136 esac
22137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22138 (eval "$ac_compile") 2>conftest.er1
22139 ac_status=$?
22140 grep -v '^ *+' conftest.er1 >conftest.err
22141 rm -f conftest.er1
22142 cat conftest.err >&5
22143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22144 (exit $ac_status); } && {
22145 test -z "$ac_c_werror_flag" ||
22146 test ! -s conftest.err
22147 } && test -s conftest.$ac_objext; then
22148 ac_cv_member_struct_stat_st_atim=yes
22149 else
22150 echo "$as_me: failed program was:" >&5
22151 sed 's/^/| /' conftest.$ac_ext >&5
22153 cat >conftest.$ac_ext <<_ACEOF
22154 /* confdefs.h. */
22155 _ACEOF
22156 cat confdefs.h >>conftest.$ac_ext
22157 cat >>conftest.$ac_ext <<_ACEOF
22158 /* end confdefs.h. */
22159 $ac_includes_default
22161 main ()
22163 static struct stat ac_aggr;
22164 if (sizeof ac_aggr.st_atim)
22165 return 0;
22167 return 0;
22169 _ACEOF
22170 rm -f conftest.$ac_objext
22171 if { (ac_try="$ac_compile"
22172 case "(($ac_try" in
22173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22174 *) ac_try_echo=$ac_try;;
22175 esac
22176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22177 (eval "$ac_compile") 2>conftest.er1
22178 ac_status=$?
22179 grep -v '^ *+' conftest.er1 >conftest.err
22180 rm -f conftest.er1
22181 cat conftest.err >&5
22182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22183 (exit $ac_status); } && {
22184 test -z "$ac_c_werror_flag" ||
22185 test ! -s conftest.err
22186 } && test -s conftest.$ac_objext; then
22187 ac_cv_member_struct_stat_st_atim=yes
22188 else
22189 echo "$as_me: failed program was:" >&5
22190 sed 's/^/| /' conftest.$ac_ext >&5
22192 ac_cv_member_struct_stat_st_atim=no
22195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22200 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22201 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22202 if test $ac_cv_member_struct_stat_st_atim = yes; then
22204 cat >>confdefs.h <<_ACEOF
22205 #define HAVE_STRUCT_STAT_ST_ATIM 1
22206 _ACEOF
22212 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22213 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22214 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22215 echo $ECHO_N "(cached) $ECHO_C" >&6
22216 else
22217 cat >conftest.$ac_ext <<_ACEOF
22218 /* confdefs.h. */
22219 _ACEOF
22220 cat confdefs.h >>conftest.$ac_ext
22221 cat >>conftest.$ac_ext <<_ACEOF
22222 /* end confdefs.h. */
22223 #ifdef HAVE_SYS_TYPES_H
22224 #include <sys/types.h>
22225 #endif
22226 #ifdef HAVE_NETINET_IN_H
22227 #include <netinet/in.h>
22228 #endif
22231 main ()
22233 static struct sockaddr_in6 ac_aggr;
22234 if (ac_aggr.sin6_scope_id)
22235 return 0;
22237 return 0;
22239 _ACEOF
22240 rm -f conftest.$ac_objext
22241 if { (ac_try="$ac_compile"
22242 case "(($ac_try" in
22243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22244 *) ac_try_echo=$ac_try;;
22245 esac
22246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22247 (eval "$ac_compile") 2>conftest.er1
22248 ac_status=$?
22249 grep -v '^ *+' conftest.er1 >conftest.err
22250 rm -f conftest.er1
22251 cat conftest.err >&5
22252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22253 (exit $ac_status); } && {
22254 test -z "$ac_c_werror_flag" ||
22255 test ! -s conftest.err
22256 } && test -s conftest.$ac_objext; then
22257 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22258 else
22259 echo "$as_me: failed program was:" >&5
22260 sed 's/^/| /' conftest.$ac_ext >&5
22262 cat >conftest.$ac_ext <<_ACEOF
22263 /* confdefs.h. */
22264 _ACEOF
22265 cat confdefs.h >>conftest.$ac_ext
22266 cat >>conftest.$ac_ext <<_ACEOF
22267 /* end confdefs.h. */
22268 #ifdef HAVE_SYS_TYPES_H
22269 #include <sys/types.h>
22270 #endif
22271 #ifdef HAVE_NETINET_IN_H
22272 #include <netinet/in.h>
22273 #endif
22276 main ()
22278 static struct sockaddr_in6 ac_aggr;
22279 if (sizeof ac_aggr.sin6_scope_id)
22280 return 0;
22282 return 0;
22284 _ACEOF
22285 rm -f conftest.$ac_objext
22286 if { (ac_try="$ac_compile"
22287 case "(($ac_try" in
22288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22289 *) ac_try_echo=$ac_try;;
22290 esac
22291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22292 (eval "$ac_compile") 2>conftest.er1
22293 ac_status=$?
22294 grep -v '^ *+' conftest.er1 >conftest.err
22295 rm -f conftest.er1
22296 cat conftest.err >&5
22297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22298 (exit $ac_status); } && {
22299 test -z "$ac_c_werror_flag" ||
22300 test ! -s conftest.err
22301 } && test -s conftest.$ac_objext; then
22302 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22303 else
22304 echo "$as_me: failed program was:" >&5
22305 sed 's/^/| /' conftest.$ac_ext >&5
22307 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22315 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22316 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22317 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22319 cat >>confdefs.h <<_ACEOF
22320 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22321 _ACEOF
22327 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22328 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22329 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22330 echo $ECHO_N "(cached) $ECHO_C" >&6
22331 else
22332 cat >conftest.$ac_ext <<_ACEOF
22333 /* confdefs.h. */
22334 _ACEOF
22335 cat confdefs.h >>conftest.$ac_ext
22336 cat >>conftest.$ac_ext <<_ACEOF
22337 /* end confdefs.h. */
22338 #ifdef HAVE_SYS_TYPES_H
22339 #include <sys/types.h>
22340 #endif
22341 #ifdef HAVE_NETINET_IN_H
22342 # include <netinet/in.h>
22343 #endif
22344 #ifdef HAVE_ARPA_NAMESER_H
22345 # include <arpa/nameser.h>
22346 #endif
22349 main ()
22351 static ns_msg ac_aggr;
22352 if (ac_aggr._msg_ptr)
22353 return 0;
22355 return 0;
22357 _ACEOF
22358 rm -f conftest.$ac_objext
22359 if { (ac_try="$ac_compile"
22360 case "(($ac_try" in
22361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22362 *) ac_try_echo=$ac_try;;
22363 esac
22364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22365 (eval "$ac_compile") 2>conftest.er1
22366 ac_status=$?
22367 grep -v '^ *+' conftest.er1 >conftest.err
22368 rm -f conftest.er1
22369 cat conftest.err >&5
22370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22371 (exit $ac_status); } && {
22372 test -z "$ac_c_werror_flag" ||
22373 test ! -s conftest.err
22374 } && test -s conftest.$ac_objext; then
22375 ac_cv_member_ns_msg__msg_ptr=yes
22376 else
22377 echo "$as_me: failed program was:" >&5
22378 sed 's/^/| /' conftest.$ac_ext >&5
22380 cat >conftest.$ac_ext <<_ACEOF
22381 /* confdefs.h. */
22382 _ACEOF
22383 cat confdefs.h >>conftest.$ac_ext
22384 cat >>conftest.$ac_ext <<_ACEOF
22385 /* end confdefs.h. */
22386 #ifdef HAVE_SYS_TYPES_H
22387 #include <sys/types.h>
22388 #endif
22389 #ifdef HAVE_NETINET_IN_H
22390 # include <netinet/in.h>
22391 #endif
22392 #ifdef HAVE_ARPA_NAMESER_H
22393 # include <arpa/nameser.h>
22394 #endif
22397 main ()
22399 static ns_msg ac_aggr;
22400 if (sizeof ac_aggr._msg_ptr)
22401 return 0;
22403 return 0;
22405 _ACEOF
22406 rm -f conftest.$ac_objext
22407 if { (ac_try="$ac_compile"
22408 case "(($ac_try" in
22409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22410 *) ac_try_echo=$ac_try;;
22411 esac
22412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22413 (eval "$ac_compile") 2>conftest.er1
22414 ac_status=$?
22415 grep -v '^ *+' conftest.er1 >conftest.err
22416 rm -f conftest.er1
22417 cat conftest.err >&5
22418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22419 (exit $ac_status); } && {
22420 test -z "$ac_c_werror_flag" ||
22421 test ! -s conftest.err
22422 } && test -s conftest.$ac_objext; then
22423 ac_cv_member_ns_msg__msg_ptr=yes
22424 else
22425 echo "$as_me: failed program was:" >&5
22426 sed 's/^/| /' conftest.$ac_ext >&5
22428 ac_cv_member_ns_msg__msg_ptr=no
22431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22436 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22437 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22438 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22440 cat >>confdefs.h <<_ACEOF
22441 #define HAVE_NS_MSG__MSG_PTR 1
22442 _ACEOF
22448 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22449 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22450 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22451 echo $ECHO_N "(cached) $ECHO_C" >&6
22452 else
22453 cat >conftest.$ac_ext <<_ACEOF
22454 /* confdefs.h. */
22455 _ACEOF
22456 cat confdefs.h >>conftest.$ac_ext
22457 cat >>conftest.$ac_ext <<_ACEOF
22458 /* end confdefs.h. */
22459 #ifdef HAVE_SYS_TYPES_H
22460 #include <sys/types.h>
22461 #endif
22462 #ifdef HAVE_ALIAS_H
22463 #include <alias.h>
22464 #endif
22465 #ifdef HAVE_SYS_SOCKET_H
22466 #include <sys/socket.h>
22467 #endif
22468 #ifdef HAVE_SYS_SOCKETVAR_H
22469 #include <sys/socketvar.h>
22470 #endif
22471 #ifdef HAVE_SYS_TIMEOUT_H
22472 #include <sys/timeout.h>
22473 #endif
22474 #ifdef HAVE_NETINET_IN_H
22475 #include <netinet/in.h>
22476 #endif
22477 #ifdef HAVE_NETINET_IN_SYSTM_H
22478 #include <netinet/in_systm.h>
22479 #endif
22480 #ifdef HAVE_NETINET_IP_H
22481 #include <netinet/ip.h>
22482 #endif
22483 #ifdef HAVE_NETINET_IP_VAR_H
22484 #include <netinet/ip_var.h>
22485 #endif
22486 #ifdef HAVE_NETINET_IP_ICMP_H
22487 #include <netinet/ip_icmp.h>
22488 #endif
22489 #ifdef HAVE_NETINET_ICMP_VAR
22490 #include <netinet/icmp_var.h>
22491 #endif
22494 main ()
22496 static struct icmpstat ac_aggr;
22497 if (ac_aggr.icps_outhist)
22498 return 0;
22500 return 0;
22502 _ACEOF
22503 rm -f conftest.$ac_objext
22504 if { (ac_try="$ac_compile"
22505 case "(($ac_try" in
22506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22507 *) ac_try_echo=$ac_try;;
22508 esac
22509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22510 (eval "$ac_compile") 2>conftest.er1
22511 ac_status=$?
22512 grep -v '^ *+' conftest.er1 >conftest.err
22513 rm -f conftest.er1
22514 cat conftest.err >&5
22515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22516 (exit $ac_status); } && {
22517 test -z "$ac_c_werror_flag" ||
22518 test ! -s conftest.err
22519 } && test -s conftest.$ac_objext; then
22520 ac_cv_member_struct_icmpstat_icps_outhist=yes
22521 else
22522 echo "$as_me: failed program was:" >&5
22523 sed 's/^/| /' conftest.$ac_ext >&5
22525 cat >conftest.$ac_ext <<_ACEOF
22526 /* confdefs.h. */
22527 _ACEOF
22528 cat confdefs.h >>conftest.$ac_ext
22529 cat >>conftest.$ac_ext <<_ACEOF
22530 /* end confdefs.h. */
22531 #ifdef HAVE_SYS_TYPES_H
22532 #include <sys/types.h>
22533 #endif
22534 #ifdef HAVE_ALIAS_H
22535 #include <alias.h>
22536 #endif
22537 #ifdef HAVE_SYS_SOCKET_H
22538 #include <sys/socket.h>
22539 #endif
22540 #ifdef HAVE_SYS_SOCKETVAR_H
22541 #include <sys/socketvar.h>
22542 #endif
22543 #ifdef HAVE_SYS_TIMEOUT_H
22544 #include <sys/timeout.h>
22545 #endif
22546 #ifdef HAVE_NETINET_IN_H
22547 #include <netinet/in.h>
22548 #endif
22549 #ifdef HAVE_NETINET_IN_SYSTM_H
22550 #include <netinet/in_systm.h>
22551 #endif
22552 #ifdef HAVE_NETINET_IP_H
22553 #include <netinet/ip.h>
22554 #endif
22555 #ifdef HAVE_NETINET_IP_VAR_H
22556 #include <netinet/ip_var.h>
22557 #endif
22558 #ifdef HAVE_NETINET_IP_ICMP_H
22559 #include <netinet/ip_icmp.h>
22560 #endif
22561 #ifdef HAVE_NETINET_ICMP_VAR
22562 #include <netinet/icmp_var.h>
22563 #endif
22566 main ()
22568 static struct icmpstat ac_aggr;
22569 if (sizeof ac_aggr.icps_outhist)
22570 return 0;
22572 return 0;
22574 _ACEOF
22575 rm -f conftest.$ac_objext
22576 if { (ac_try="$ac_compile"
22577 case "(($ac_try" in
22578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22579 *) ac_try_echo=$ac_try;;
22580 esac
22581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22582 (eval "$ac_compile") 2>conftest.er1
22583 ac_status=$?
22584 grep -v '^ *+' conftest.er1 >conftest.err
22585 rm -f conftest.er1
22586 cat conftest.err >&5
22587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22588 (exit $ac_status); } && {
22589 test -z "$ac_c_werror_flag" ||
22590 test ! -s conftest.err
22591 } && test -s conftest.$ac_objext; then
22592 ac_cv_member_struct_icmpstat_icps_outhist=yes
22593 else
22594 echo "$as_me: failed program was:" >&5
22595 sed 's/^/| /' conftest.$ac_ext >&5
22597 ac_cv_member_struct_icmpstat_icps_outhist=no
22600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22605 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22606 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22607 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22609 cat >>confdefs.h <<_ACEOF
22610 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22611 _ACEOF
22617 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22618 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22619 if test "${ac_cv_have_timezone+set}" = set; then
22620 echo $ECHO_N "(cached) $ECHO_C" >&6
22621 else
22622 cat >conftest.$ac_ext <<_ACEOF
22623 /* confdefs.h. */
22624 _ACEOF
22625 cat confdefs.h >>conftest.$ac_ext
22626 cat >>conftest.$ac_ext <<_ACEOF
22627 /* end confdefs.h. */
22628 #include <time.h>
22630 main ()
22632 timezone = 1
22634 return 0;
22636 _ACEOF
22637 rm -f conftest.$ac_objext conftest$ac_exeext
22638 if { (ac_try="$ac_link"
22639 case "(($ac_try" in
22640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22641 *) ac_try_echo=$ac_try;;
22642 esac
22643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22644 (eval "$ac_link") 2>conftest.er1
22645 ac_status=$?
22646 grep -v '^ *+' conftest.er1 >conftest.err
22647 rm -f conftest.er1
22648 cat conftest.err >&5
22649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22650 (exit $ac_status); } && {
22651 test -z "$ac_c_werror_flag" ||
22652 test ! -s conftest.err
22653 } && test -s conftest$ac_exeext &&
22654 $as_test_x conftest$ac_exeext; then
22655 ac_cv_have_timezone="yes"
22656 else
22657 echo "$as_me: failed program was:" >&5
22658 sed 's/^/| /' conftest.$ac_ext >&5
22660 ac_cv_have_timezone="no"
22663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22664 conftest$ac_exeext conftest.$ac_ext
22666 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22667 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22668 if test "$ac_cv_have_timezone" = "yes"
22669 then
22671 cat >>confdefs.h <<\_ACEOF
22672 #define HAVE_TIMEZONE 1
22673 _ACEOF
22676 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22677 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22678 if test "${ac_cv_have_daylight+set}" = set; then
22679 echo $ECHO_N "(cached) $ECHO_C" >&6
22680 else
22681 cat >conftest.$ac_ext <<_ACEOF
22682 /* confdefs.h. */
22683 _ACEOF
22684 cat confdefs.h >>conftest.$ac_ext
22685 cat >>conftest.$ac_ext <<_ACEOF
22686 /* end confdefs.h. */
22687 #include <time.h>
22689 main ()
22691 daylight = 1
22693 return 0;
22695 _ACEOF
22696 rm -f conftest.$ac_objext conftest$ac_exeext
22697 if { (ac_try="$ac_link"
22698 case "(($ac_try" in
22699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22700 *) ac_try_echo=$ac_try;;
22701 esac
22702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22703 (eval "$ac_link") 2>conftest.er1
22704 ac_status=$?
22705 grep -v '^ *+' conftest.er1 >conftest.err
22706 rm -f conftest.er1
22707 cat conftest.err >&5
22708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22709 (exit $ac_status); } && {
22710 test -z "$ac_c_werror_flag" ||
22711 test ! -s conftest.err
22712 } && test -s conftest$ac_exeext &&
22713 $as_test_x conftest$ac_exeext; then
22714 ac_cv_have_daylight="yes"
22715 else
22716 echo "$as_me: failed program was:" >&5
22717 sed 's/^/| /' conftest.$ac_ext >&5
22719 ac_cv_have_daylight="no"
22722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22723 conftest$ac_exeext conftest.$ac_ext
22725 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22726 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22727 if test "$ac_cv_have_daylight" = "yes"
22728 then
22730 cat >>confdefs.h <<\_ACEOF
22731 #define HAVE_DAYLIGHT 1
22732 _ACEOF
22736 { echo "$as_me:$LINENO: checking for isinf" >&5
22737 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22738 if test "${ac_cv_have_isinf+set}" = set; then
22739 echo $ECHO_N "(cached) $ECHO_C" >&6
22740 else
22741 cat >conftest.$ac_ext <<_ACEOF
22742 /* confdefs.h. */
22743 _ACEOF
22744 cat confdefs.h >>conftest.$ac_ext
22745 cat >>conftest.$ac_ext <<_ACEOF
22746 /* end confdefs.h. */
22747 #include <math.h>
22749 main ()
22751 float f = 0.0; int i=isinf(f)
22753 return 0;
22755 _ACEOF
22756 rm -f conftest.$ac_objext conftest$ac_exeext
22757 if { (ac_try="$ac_link"
22758 case "(($ac_try" in
22759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22760 *) ac_try_echo=$ac_try;;
22761 esac
22762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22763 (eval "$ac_link") 2>conftest.er1
22764 ac_status=$?
22765 grep -v '^ *+' conftest.er1 >conftest.err
22766 rm -f conftest.er1
22767 cat conftest.err >&5
22768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22769 (exit $ac_status); } && {
22770 test -z "$ac_c_werror_flag" ||
22771 test ! -s conftest.err
22772 } && test -s conftest$ac_exeext &&
22773 $as_test_x conftest$ac_exeext; then
22774 ac_cv_have_isinf="yes"
22775 else
22776 echo "$as_me: failed program was:" >&5
22777 sed 's/^/| /' conftest.$ac_ext >&5
22779 ac_cv_have_isinf="no"
22782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22783 conftest$ac_exeext conftest.$ac_ext
22785 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22786 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22787 if test "$ac_cv_have_isinf" = "yes"
22788 then
22790 cat >>confdefs.h <<\_ACEOF
22791 #define HAVE_ISINF 1
22792 _ACEOF
22796 { echo "$as_me:$LINENO: checking for isnan" >&5
22797 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22798 if test "${ac_cv_have_isnan+set}" = set; then
22799 echo $ECHO_N "(cached) $ECHO_C" >&6
22800 else
22801 cat >conftest.$ac_ext <<_ACEOF
22802 /* confdefs.h. */
22803 _ACEOF
22804 cat confdefs.h >>conftest.$ac_ext
22805 cat >>conftest.$ac_ext <<_ACEOF
22806 /* end confdefs.h. */
22807 #include <math.h>
22809 main ()
22811 float f = 0.0; int i=isnan(f)
22813 return 0;
22815 _ACEOF
22816 rm -f conftest.$ac_objext conftest$ac_exeext
22817 if { (ac_try="$ac_link"
22818 case "(($ac_try" in
22819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22820 *) ac_try_echo=$ac_try;;
22821 esac
22822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22823 (eval "$ac_link") 2>conftest.er1
22824 ac_status=$?
22825 grep -v '^ *+' conftest.er1 >conftest.err
22826 rm -f conftest.er1
22827 cat conftest.err >&5
22828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22829 (exit $ac_status); } && {
22830 test -z "$ac_c_werror_flag" ||
22831 test ! -s conftest.err
22832 } && test -s conftest$ac_exeext &&
22833 $as_test_x conftest$ac_exeext; then
22834 ac_cv_have_isnan="yes"
22835 else
22836 echo "$as_me: failed program was:" >&5
22837 sed 's/^/| /' conftest.$ac_ext >&5
22839 ac_cv_have_isnan="no"
22842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22843 conftest$ac_exeext conftest.$ac_ext
22845 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22846 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22847 if test "$ac_cv_have_isnan" = "yes"
22848 then
22850 cat >>confdefs.h <<\_ACEOF
22851 #define HAVE_ISNAN 1
22852 _ACEOF
22857 case $host_cpu in
22858 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22859 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22860 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22861 echo $ECHO_N "(cached) $ECHO_C" >&6
22862 else
22863 cat >conftest.$ac_ext <<_ACEOF
22864 /* confdefs.h. */
22865 _ACEOF
22866 cat confdefs.h >>conftest.$ac_ext
22867 cat >>conftest.$ac_ext <<_ACEOF
22868 /* end confdefs.h. */
22869 #ifndef __i386__
22871 #endif
22872 _ACEOF
22873 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22874 $EGREP "yes" >/dev/null 2>&1; then
22875 ac_cv_cpp_def___i386__=yes
22876 else
22877 ac_cv_cpp_def___i386__=no
22879 rm -f conftest*
22882 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22883 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22884 if test $ac_cv_cpp_def___i386__ = yes; then
22885 CFLAGS="$CFLAGS -D__i386__"
22886 LINTFLAGS="$LINTFLAGS -D__i386__"
22889 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22890 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22891 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22892 echo $ECHO_N "(cached) $ECHO_C" >&6
22893 else
22894 cat >conftest.$ac_ext <<_ACEOF
22895 /* confdefs.h. */
22896 _ACEOF
22897 cat confdefs.h >>conftest.$ac_ext
22898 cat >>conftest.$ac_ext <<_ACEOF
22899 /* end confdefs.h. */
22900 #ifndef __x86_64__
22902 #endif
22903 _ACEOF
22904 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22905 $EGREP "yes" >/dev/null 2>&1; then
22906 ac_cv_cpp_def___x86_64__=yes
22907 else
22908 ac_cv_cpp_def___x86_64__=no
22910 rm -f conftest*
22913 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22914 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22915 if test $ac_cv_cpp_def___x86_64__ = yes; then
22916 CFLAGS="$CFLAGS -D__x86_64__"
22917 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22920 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22921 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22922 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22923 echo $ECHO_N "(cached) $ECHO_C" >&6
22924 else
22925 cat >conftest.$ac_ext <<_ACEOF
22926 /* confdefs.h. */
22927 _ACEOF
22928 cat confdefs.h >>conftest.$ac_ext
22929 cat >>conftest.$ac_ext <<_ACEOF
22930 /* end confdefs.h. */
22931 #ifndef __ALPHA__
22933 #endif
22934 _ACEOF
22935 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22936 $EGREP "yes" >/dev/null 2>&1; then
22937 ac_cv_cpp_def___ALPHA__=yes
22938 else
22939 ac_cv_cpp_def___ALPHA__=no
22941 rm -f conftest*
22944 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22945 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22946 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22947 CFLAGS="$CFLAGS -D__ALPHA__"
22948 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22951 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22952 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22953 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22954 echo $ECHO_N "(cached) $ECHO_C" >&6
22955 else
22956 cat >conftest.$ac_ext <<_ACEOF
22957 /* confdefs.h. */
22958 _ACEOF
22959 cat confdefs.h >>conftest.$ac_ext
22960 cat >>conftest.$ac_ext <<_ACEOF
22961 /* end confdefs.h. */
22962 #ifndef __sparc__
22964 #endif
22965 _ACEOF
22966 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22967 $EGREP "yes" >/dev/null 2>&1; then
22968 ac_cv_cpp_def___sparc__=yes
22969 else
22970 ac_cv_cpp_def___sparc__=no
22972 rm -f conftest*
22975 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22976 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22977 if test $ac_cv_cpp_def___sparc__ = yes; then
22978 CFLAGS="$CFLAGS -D__sparc__"
22979 LINTFLAGS="$LINTFLAGS -D__sparc__"
22982 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22983 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22984 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22985 echo $ECHO_N "(cached) $ECHO_C" >&6
22986 else
22987 cat >conftest.$ac_ext <<_ACEOF
22988 /* confdefs.h. */
22989 _ACEOF
22990 cat confdefs.h >>conftest.$ac_ext
22991 cat >>conftest.$ac_ext <<_ACEOF
22992 /* end confdefs.h. */
22993 #ifndef __powerpc__
22995 #endif
22996 _ACEOF
22997 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22998 $EGREP "yes" >/dev/null 2>&1; then
22999 ac_cv_cpp_def___powerpc__=yes
23000 else
23001 ac_cv_cpp_def___powerpc__=no
23003 rm -f conftest*
23006 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23007 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23008 if test $ac_cv_cpp_def___powerpc__ = yes; then
23009 CFLAGS="$CFLAGS -D__powerpc__"
23010 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23013 esac
23015 case $host_vendor in
23016 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23017 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23018 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23019 echo $ECHO_N "(cached) $ECHO_C" >&6
23020 else
23021 cat >conftest.$ac_ext <<_ACEOF
23022 /* confdefs.h. */
23023 _ACEOF
23024 cat confdefs.h >>conftest.$ac_ext
23025 cat >>conftest.$ac_ext <<_ACEOF
23026 /* end confdefs.h. */
23027 #ifndef __sun__
23029 #endif
23030 _ACEOF
23031 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23032 $EGREP "yes" >/dev/null 2>&1; then
23033 ac_cv_cpp_def___sun__=yes
23034 else
23035 ac_cv_cpp_def___sun__=no
23037 rm -f conftest*
23040 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23041 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23042 if test $ac_cv_cpp_def___sun__ = yes; then
23043 CFLAGS="$CFLAGS -D__sun__"
23044 LINTFLAGS="$LINTFLAGS -D__sun__"
23047 esac
23050 DEPENDENCIES="### Dependencies:
23052 .INIT: Makefile
23053 .BEGIN: Makefile
23054 .MAKEFILEDEPS:
23055 Makefile: dummy
23056 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23058 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
23059 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23060 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23061 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23062 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23065 ALL_MAKERULES=""
23067 ALL_MAKEFILES=""
23069 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23072 ALL_TOP_DIRS=""
23074 ALL_DLL_DIRS=""
23076 ALL_IMPLIB_DIRS=""
23078 ALL_TEST_DIRS=""
23080 ALL_PROGRAM_DIRS=""
23082 ALL_PROGRAM_INSTALL_DIRS=""
23084 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23090 ac_config_commands="$ac_config_commands include/stamp-h"
23093 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23095 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23097 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23099 ac_config_commands="$ac_config_commands dlls/user32/resources"
23101 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23103 ac_config_commands="$ac_config_commands include/wine"
23106 ALL_MAKERULES="$ALL_MAKERULES \\
23107 Make.rules"
23108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23109 Make.rules: Make.rules.in"
23110 MAKE_RULES=Make.rules
23111 ac_config_files="$ac_config_files Make.rules"
23113 ALL_MAKERULES="$ALL_MAKERULES \\
23114 dlls/Makedll.rules"
23115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23116 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23117 MAKE_DLL_RULES=dlls/Makedll.rules
23118 ac_config_files="$ac_config_files dlls/Makedll.rules"
23120 ALL_MAKERULES="$ALL_MAKERULES \\
23121 dlls/Makeimplib.rules"
23122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23123 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23124 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23125 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23127 ALL_MAKERULES="$ALL_MAKERULES \\
23128 dlls/Maketest.rules"
23129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23130 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23131 MAKE_TEST_RULES=dlls/Maketest.rules
23132 ac_config_files="$ac_config_files dlls/Maketest.rules"
23134 ALL_MAKERULES="$ALL_MAKERULES \\
23135 programs/Makeprog.rules"
23136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23137 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23138 MAKE_PROG_RULES=programs/Makeprog.rules
23139 ac_config_files="$ac_config_files programs/Makeprog.rules"
23144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23145 Makefile: Makefile.in Make.rules"
23146 ac_config_files="$ac_config_files Makefile"
23148 ALL_MAKEFILES="$ALL_MAKEFILES \\
23149 dlls/Makefile"
23150 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23151 dlls"
23152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23153 dlls/Makefile: dlls/Makefile.in Make.rules"
23154 ac_config_files="$ac_config_files dlls/Makefile"
23156 ALL_MAKEFILES="$ALL_MAKEFILES \\
23157 dlls/acledit/Makefile"
23158 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23159 acledit"
23160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23161 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23162 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23164 ALL_MAKEFILES="$ALL_MAKEFILES \\
23165 dlls/aclui/Makefile"
23166 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23167 aclui"
23168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23169 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23170 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23172 ALL_MAKEFILES="$ALL_MAKEFILES \\
23173 dlls/activeds/Makefile"
23174 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23175 activeds"
23176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23177 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23178 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23180 ALL_MAKEFILES="$ALL_MAKEFILES \\
23181 dlls/actxprxy/Makefile"
23182 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23183 actxprxy"
23184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23185 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23186 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23188 ALL_MAKEFILES="$ALL_MAKEFILES \\
23189 dlls/adsiid/Makefile"
23190 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23191 adsiid"
23192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23193 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23194 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23196 ALL_MAKEFILES="$ALL_MAKEFILES \\
23197 dlls/advapi32/Makefile"
23198 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23199 advapi32"
23200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23201 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23202 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23204 ALL_MAKEFILES="$ALL_MAKEFILES \\
23205 dlls/advapi32/tests/Makefile"
23206 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23207 advapi32/tests"
23208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23209 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23210 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23212 ALL_MAKEFILES="$ALL_MAKEFILES \\
23213 dlls/advpack/Makefile"
23214 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23215 advpack"
23216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23217 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23218 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23220 ALL_MAKEFILES="$ALL_MAKEFILES \\
23221 dlls/advpack/tests/Makefile"
23222 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23223 advpack/tests"
23224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23225 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23226 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23228 ALL_MAKEFILES="$ALL_MAKEFILES \\
23229 dlls/amstream/Makefile"
23230 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23231 amstream"
23232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23233 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23234 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23236 ALL_MAKEFILES="$ALL_MAKEFILES \\
23237 dlls/appwiz.cpl/Makefile"
23238 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23239 appwiz.cpl"
23240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23241 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23242 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23244 ALL_MAKEFILES="$ALL_MAKEFILES \\
23245 dlls/atl/Makefile"
23246 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23247 atl"
23248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23249 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23250 ac_config_files="$ac_config_files dlls/atl/Makefile"
23252 ALL_MAKEFILES="$ALL_MAKEFILES \\
23253 dlls/authz/Makefile"
23254 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23255 authz"
23256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23257 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23258 ac_config_files="$ac_config_files dlls/authz/Makefile"
23260 ALL_MAKEFILES="$ALL_MAKEFILES \\
23261 dlls/avicap32/Makefile"
23262 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23263 avicap32"
23264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23265 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23266 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23268 ALL_MAKEFILES="$ALL_MAKEFILES \\
23269 dlls/avifil32/Makefile"
23270 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23271 avifil32"
23272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23273 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23274 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23276 ALL_MAKEFILES="$ALL_MAKEFILES \\
23277 dlls/browseui/Makefile"
23278 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23279 browseui"
23280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23281 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23282 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23284 ALL_MAKEFILES="$ALL_MAKEFILES \\
23285 dlls/browseui/tests/Makefile"
23286 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23287 browseui/tests"
23288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23289 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23290 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23292 ALL_MAKEFILES="$ALL_MAKEFILES \\
23293 dlls/cabinet/Makefile"
23294 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23295 cabinet"
23296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23297 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23298 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23300 ALL_MAKEFILES="$ALL_MAKEFILES \\
23301 dlls/cabinet/tests/Makefile"
23302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23303 cabinet/tests"
23304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23305 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23306 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23308 ALL_MAKEFILES="$ALL_MAKEFILES \\
23309 dlls/capi2032/Makefile"
23310 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23311 capi2032"
23312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23313 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23314 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23316 ALL_MAKEFILES="$ALL_MAKEFILES \\
23317 dlls/cards/Makefile"
23318 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23319 cards"
23320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23321 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23322 ac_config_files="$ac_config_files dlls/cards/Makefile"
23324 ALL_MAKEFILES="$ALL_MAKEFILES \\
23325 dlls/cfgmgr32/Makefile"
23326 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23327 cfgmgr32"
23328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23329 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23330 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23332 ALL_MAKEFILES="$ALL_MAKEFILES \\
23333 dlls/clusapi/Makefile"
23334 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23335 clusapi"
23336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23337 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23338 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23340 ALL_MAKEFILES="$ALL_MAKEFILES \\
23341 dlls/comcat/Makefile"
23342 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23343 comcat"
23344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23345 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23346 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23348 ALL_MAKEFILES="$ALL_MAKEFILES \\
23349 dlls/comcat/tests/Makefile"
23350 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23351 comcat/tests"
23352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23353 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23354 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23356 ALL_MAKEFILES="$ALL_MAKEFILES \\
23357 dlls/comctl32/Makefile"
23358 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23359 comctl32"
23360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23361 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23362 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23364 ALL_MAKEFILES="$ALL_MAKEFILES \\
23365 dlls/comctl32/tests/Makefile"
23366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23367 comctl32/tests"
23368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23369 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23370 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23372 ALL_MAKEFILES="$ALL_MAKEFILES \\
23373 dlls/comdlg32/Makefile"
23374 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23375 comdlg32"
23376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23377 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23378 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23380 ALL_MAKEFILES="$ALL_MAKEFILES \\
23381 dlls/comdlg32/tests/Makefile"
23382 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23383 comdlg32/tests"
23384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23385 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23386 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23388 ALL_MAKEFILES="$ALL_MAKEFILES \\
23389 dlls/comm.drv16/Makefile"
23390 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23391 comm.drv16"
23392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23393 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23394 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23396 ALL_MAKEFILES="$ALL_MAKEFILES \\
23397 dlls/compobj.dll16/Makefile"
23398 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23399 compobj.dll16"
23400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23401 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23402 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23404 ALL_MAKEFILES="$ALL_MAKEFILES \\
23405 dlls/compstui/Makefile"
23406 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23407 compstui"
23408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23409 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23410 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23412 ALL_MAKEFILES="$ALL_MAKEFILES \\
23413 dlls/credui/Makefile"
23414 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23415 credui"
23416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23417 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23418 ac_config_files="$ac_config_files dlls/credui/Makefile"
23420 ALL_MAKEFILES="$ALL_MAKEFILES \\
23421 dlls/credui/tests/Makefile"
23422 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23423 credui/tests"
23424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23425 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23426 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23428 ALL_MAKEFILES="$ALL_MAKEFILES \\
23429 dlls/crtdll/Makefile"
23430 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23431 crtdll"
23432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23433 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23434 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23436 ALL_MAKEFILES="$ALL_MAKEFILES \\
23437 dlls/crypt32/Makefile"
23438 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23439 crypt32"
23440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23441 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23442 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23444 ALL_MAKEFILES="$ALL_MAKEFILES \\
23445 dlls/crypt32/tests/Makefile"
23446 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23447 crypt32/tests"
23448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23449 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23450 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23452 ALL_MAKEFILES="$ALL_MAKEFILES \\
23453 dlls/cryptdlg/Makefile"
23454 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23455 cryptdlg"
23456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23457 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23458 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23460 ALL_MAKEFILES="$ALL_MAKEFILES \\
23461 dlls/cryptdll/Makefile"
23462 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23463 cryptdll"
23464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23465 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23466 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23468 ALL_MAKEFILES="$ALL_MAKEFILES \\
23469 dlls/cryptnet/Makefile"
23470 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23471 cryptnet"
23472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23473 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23474 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23476 ALL_MAKEFILES="$ALL_MAKEFILES \\
23477 dlls/cryptnet/tests/Makefile"
23478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23479 cryptnet/tests"
23480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23481 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23482 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23484 ALL_MAKEFILES="$ALL_MAKEFILES \\
23485 dlls/cryptui/Makefile"
23486 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23487 cryptui"
23488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23489 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23490 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23492 ALL_MAKEFILES="$ALL_MAKEFILES \\
23493 dlls/cryptui/tests/Makefile"
23494 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23495 cryptui/tests"
23496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23497 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23498 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23500 ALL_MAKEFILES="$ALL_MAKEFILES \\
23501 dlls/ctapi32/Makefile"
23502 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23503 ctapi32"
23504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23505 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23506 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23508 ALL_MAKEFILES="$ALL_MAKEFILES \\
23509 dlls/ctl3d32/Makefile"
23510 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23511 ctl3d32"
23512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23513 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23514 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23516 ALL_MAKEFILES="$ALL_MAKEFILES \\
23517 dlls/d3d10/Makefile"
23518 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23519 d3d10"
23520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23521 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23522 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23524 ALL_MAKEFILES="$ALL_MAKEFILES \\
23525 dlls/d3d10/tests/Makefile"
23526 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23527 d3d10/tests"
23528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23529 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23530 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23532 ALL_MAKEFILES="$ALL_MAKEFILES \\
23533 dlls/d3d10core/Makefile"
23534 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23535 d3d10core"
23536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23537 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23538 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23540 ALL_MAKEFILES="$ALL_MAKEFILES \\
23541 dlls/d3d10core/tests/Makefile"
23542 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23543 d3d10core/tests"
23544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23545 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23546 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23548 ALL_MAKEFILES="$ALL_MAKEFILES \\
23549 dlls/d3d8/Makefile"
23550 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23551 d3d8"
23552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23553 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23554 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23556 ALL_MAKEFILES="$ALL_MAKEFILES \\
23557 dlls/d3d8/tests/Makefile"
23558 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23559 d3d8/tests"
23560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23561 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23562 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23564 ALL_MAKEFILES="$ALL_MAKEFILES \\
23565 dlls/d3d9/Makefile"
23566 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23567 d3d9"
23568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23569 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23570 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23572 ALL_MAKEFILES="$ALL_MAKEFILES \\
23573 dlls/d3d9/tests/Makefile"
23574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23575 d3d9/tests"
23576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23577 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23578 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23580 ALL_MAKEFILES="$ALL_MAKEFILES \\
23581 dlls/d3dim/Makefile"
23582 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23583 d3dim"
23584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23585 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23586 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23588 ALL_MAKEFILES="$ALL_MAKEFILES \\
23589 dlls/d3drm/Makefile"
23590 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23591 d3drm"
23592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23593 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23594 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23596 ALL_MAKEFILES="$ALL_MAKEFILES \\
23597 dlls/d3drm/tests/Makefile"
23598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23599 d3drm/tests"
23600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23601 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23602 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23604 ALL_MAKEFILES="$ALL_MAKEFILES \\
23605 dlls/d3dx8/Makefile"
23606 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23607 d3dx8"
23608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23609 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23610 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23612 ALL_MAKEFILES="$ALL_MAKEFILES \\
23613 dlls/d3dx8/tests/Makefile"
23614 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23615 d3dx8/tests"
23616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23617 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23618 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23620 ALL_MAKEFILES="$ALL_MAKEFILES \\
23621 dlls/d3dx9_24/Makefile"
23622 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23623 d3dx9_24"
23624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23625 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23626 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23628 ALL_MAKEFILES="$ALL_MAKEFILES \\
23629 dlls/d3dx9_25/Makefile"
23630 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23631 d3dx9_25"
23632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23633 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23634 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23636 ALL_MAKEFILES="$ALL_MAKEFILES \\
23637 dlls/d3dx9_26/Makefile"
23638 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23639 d3dx9_26"
23640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23641 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23642 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23644 ALL_MAKEFILES="$ALL_MAKEFILES \\
23645 dlls/d3dx9_27/Makefile"
23646 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23647 d3dx9_27"
23648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23649 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23650 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23652 ALL_MAKEFILES="$ALL_MAKEFILES \\
23653 dlls/d3dx9_28/Makefile"
23654 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23655 d3dx9_28"
23656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23657 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23658 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23660 ALL_MAKEFILES="$ALL_MAKEFILES \\
23661 dlls/d3dx9_29/Makefile"
23662 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23663 d3dx9_29"
23664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23665 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23666 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23668 ALL_MAKEFILES="$ALL_MAKEFILES \\
23669 dlls/d3dx9_30/Makefile"
23670 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23671 d3dx9_30"
23672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23673 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23674 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23676 ALL_MAKEFILES="$ALL_MAKEFILES \\
23677 dlls/d3dx9_31/Makefile"
23678 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23679 d3dx9_31"
23680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23681 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23682 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23684 ALL_MAKEFILES="$ALL_MAKEFILES \\
23685 dlls/d3dx9_32/Makefile"
23686 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23687 d3dx9_32"
23688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23689 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23690 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23692 ALL_MAKEFILES="$ALL_MAKEFILES \\
23693 dlls/d3dx9_33/Makefile"
23694 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23695 d3dx9_33"
23696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23697 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23698 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23700 ALL_MAKEFILES="$ALL_MAKEFILES \\
23701 dlls/d3dx9_34/Makefile"
23702 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23703 d3dx9_34"
23704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23705 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23706 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23708 ALL_MAKEFILES="$ALL_MAKEFILES \\
23709 dlls/d3dx9_35/Makefile"
23710 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23711 d3dx9_35"
23712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23713 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23714 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23716 ALL_MAKEFILES="$ALL_MAKEFILES \\
23717 dlls/d3dx9_36/Makefile"
23718 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23719 d3dx9_36"
23720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23721 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23722 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23724 ALL_MAKEFILES="$ALL_MAKEFILES \\
23725 dlls/d3dx9_36/tests/Makefile"
23726 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23727 d3dx9_36/tests"
23728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23729 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23730 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23732 ALL_MAKEFILES="$ALL_MAKEFILES \\
23733 dlls/d3dx9_37/Makefile"
23734 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23735 d3dx9_37"
23736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23737 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23738 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23740 ALL_MAKEFILES="$ALL_MAKEFILES \\
23741 dlls/d3dx9_38/Makefile"
23742 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23743 d3dx9_38"
23744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23745 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23746 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23748 ALL_MAKEFILES="$ALL_MAKEFILES \\
23749 dlls/d3dx9_39/Makefile"
23750 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23751 d3dx9_39"
23752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23753 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23754 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23756 ALL_MAKEFILES="$ALL_MAKEFILES \\
23757 dlls/d3dx9_40/Makefile"
23758 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23759 d3dx9_40"
23760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23761 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23762 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23764 ALL_MAKEFILES="$ALL_MAKEFILES \\
23765 dlls/d3dxof/Makefile"
23766 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23767 d3dxof"
23768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23769 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23770 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23772 ALL_MAKEFILES="$ALL_MAKEFILES \\
23773 dlls/d3dxof/tests/Makefile"
23774 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23775 d3dxof/tests"
23776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23777 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23778 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23780 ALL_MAKEFILES="$ALL_MAKEFILES \\
23781 dlls/dbghelp/Makefile"
23782 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23783 dbghelp"
23784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23785 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23786 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23788 ALL_MAKEFILES="$ALL_MAKEFILES \\
23789 dlls/dciman32/Makefile"
23790 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23791 dciman32"
23792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23793 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23794 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23796 ALL_MAKEFILES="$ALL_MAKEFILES \\
23797 dlls/ddraw/Makefile"
23798 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23799 ddraw"
23800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23801 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23802 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23804 ALL_MAKEFILES="$ALL_MAKEFILES \\
23805 dlls/ddraw/tests/Makefile"
23806 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23807 ddraw/tests"
23808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23809 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23810 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23812 ALL_MAKEFILES="$ALL_MAKEFILES \\
23813 dlls/ddrawex/Makefile"
23814 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23815 ddrawex"
23816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23817 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23818 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23820 ALL_MAKEFILES="$ALL_MAKEFILES \\
23821 dlls/ddrawex/tests/Makefile"
23822 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23823 ddrawex/tests"
23824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23825 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23826 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23828 ALL_MAKEFILES="$ALL_MAKEFILES \\
23829 dlls/devenum/Makefile"
23830 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23831 devenum"
23832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23833 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23834 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23836 ALL_MAKEFILES="$ALL_MAKEFILES \\
23837 dlls/dinput/Makefile"
23838 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23839 dinput"
23840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23841 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23842 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23844 ALL_MAKEFILES="$ALL_MAKEFILES \\
23845 dlls/dinput/tests/Makefile"
23846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23847 dinput/tests"
23848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23849 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23850 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23852 ALL_MAKEFILES="$ALL_MAKEFILES \\
23853 dlls/dinput8/Makefile"
23854 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23855 dinput8"
23856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23857 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23858 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23860 ALL_MAKEFILES="$ALL_MAKEFILES \\
23861 dlls/dispdib.dll16/Makefile"
23862 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23863 dispdib.dll16"
23864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23865 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
23866 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
23868 ALL_MAKEFILES="$ALL_MAKEFILES \\
23869 dlls/display.drv16/Makefile"
23870 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23871 display.drv16"
23872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23873 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
23874 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
23876 ALL_MAKEFILES="$ALL_MAKEFILES \\
23877 dlls/dmband/Makefile"
23878 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23879 dmband"
23880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23881 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23882 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23884 ALL_MAKEFILES="$ALL_MAKEFILES \\
23885 dlls/dmcompos/Makefile"
23886 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23887 dmcompos"
23888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23889 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23890 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23892 ALL_MAKEFILES="$ALL_MAKEFILES \\
23893 dlls/dmime/Makefile"
23894 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23895 dmime"
23896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23897 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23898 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23900 ALL_MAKEFILES="$ALL_MAKEFILES \\
23901 dlls/dmloader/Makefile"
23902 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23903 dmloader"
23904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23905 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23906 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23908 ALL_MAKEFILES="$ALL_MAKEFILES \\
23909 dlls/dmscript/Makefile"
23910 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23911 dmscript"
23912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23913 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23914 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23916 ALL_MAKEFILES="$ALL_MAKEFILES \\
23917 dlls/dmstyle/Makefile"
23918 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23919 dmstyle"
23920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23921 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23922 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23924 ALL_MAKEFILES="$ALL_MAKEFILES \\
23925 dlls/dmsynth/Makefile"
23926 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23927 dmsynth"
23928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23929 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23930 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23932 ALL_MAKEFILES="$ALL_MAKEFILES \\
23933 dlls/dmusic/Makefile"
23934 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23935 dmusic"
23936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23937 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23938 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23940 ALL_MAKEFILES="$ALL_MAKEFILES \\
23941 dlls/dmusic32/Makefile"
23942 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23943 dmusic32"
23944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23945 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23946 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23948 ALL_MAKEFILES="$ALL_MAKEFILES \\
23949 dlls/dnsapi/Makefile"
23950 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23951 dnsapi"
23952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23953 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23954 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23956 ALL_MAKEFILES="$ALL_MAKEFILES \\
23957 dlls/dnsapi/tests/Makefile"
23958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23959 dnsapi/tests"
23960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23961 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23962 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23964 ALL_MAKEFILES="$ALL_MAKEFILES \\
23965 dlls/dplay/Makefile"
23966 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23967 dplay"
23968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23969 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23970 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23972 ALL_MAKEFILES="$ALL_MAKEFILES \\
23973 dlls/dplayx/Makefile"
23974 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23975 dplayx"
23976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23977 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23978 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23980 ALL_MAKEFILES="$ALL_MAKEFILES \\
23981 dlls/dplayx/tests/Makefile"
23982 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23983 dplayx/tests"
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23986 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23988 ALL_MAKEFILES="$ALL_MAKEFILES \\
23989 dlls/dpnaddr/Makefile"
23990 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23991 dpnaddr"
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23994 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23996 ALL_MAKEFILES="$ALL_MAKEFILES \\
23997 dlls/dpnet/Makefile"
23998 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23999 dpnet"
24000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24001 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24002 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24004 ALL_MAKEFILES="$ALL_MAKEFILES \\
24005 dlls/dpnhpast/Makefile"
24006 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24007 dpnhpast"
24008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24009 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24010 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24012 ALL_MAKEFILES="$ALL_MAKEFILES \\
24013 dlls/dpnlobby/Makefile"
24014 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24015 dpnlobby"
24016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24017 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24018 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24020 ALL_MAKEFILES="$ALL_MAKEFILES \\
24021 dlls/dpwsockx/Makefile"
24022 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24023 dpwsockx"
24024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24025 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24026 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24028 ALL_MAKEFILES="$ALL_MAKEFILES \\
24029 dlls/dsound/Makefile"
24030 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24031 dsound"
24032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24033 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24034 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24036 ALL_MAKEFILES="$ALL_MAKEFILES \\
24037 dlls/dsound/tests/Makefile"
24038 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24039 dsound/tests"
24040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24041 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24042 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24044 ALL_MAKEFILES="$ALL_MAKEFILES \\
24045 dlls/dssenh/Makefile"
24046 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24047 dssenh"
24048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24049 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24050 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24052 ALL_MAKEFILES="$ALL_MAKEFILES \\
24053 dlls/dswave/Makefile"
24054 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24055 dswave"
24056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24057 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24058 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24060 ALL_MAKEFILES="$ALL_MAKEFILES \\
24061 dlls/dwmapi/Makefile"
24062 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24063 dwmapi"
24064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24065 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24066 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24068 ALL_MAKEFILES="$ALL_MAKEFILES \\
24069 dlls/dxdiagn/Makefile"
24070 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24071 dxdiagn"
24072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24073 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24074 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24076 ALL_MAKEFILES="$ALL_MAKEFILES \\
24077 dlls/dxerr8/Makefile"
24078 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24079 dxerr8"
24080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24081 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24082 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24084 ALL_MAKEFILES="$ALL_MAKEFILES \\
24085 dlls/dxerr9/Makefile"
24086 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24087 dxerr9"
24088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24089 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24090 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24092 ALL_MAKEFILES="$ALL_MAKEFILES \\
24093 dlls/dxgi/Makefile"
24094 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24095 dxgi"
24096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24097 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24098 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24100 ALL_MAKEFILES="$ALL_MAKEFILES \\
24101 dlls/dxgi/tests/Makefile"
24102 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24103 dxgi/tests"
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24106 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24108 ALL_MAKEFILES="$ALL_MAKEFILES \\
24109 dlls/dxguid/Makefile"
24110 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24111 dxguid"
24112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24113 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24114 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24116 ALL_MAKEFILES="$ALL_MAKEFILES \\
24117 dlls/faultrep/Makefile"
24118 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24119 faultrep"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24122 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125 dlls/fusion/Makefile"
24126 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24127 fusion"
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24130 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133 dlls/fusion/tests/Makefile"
24134 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24135 fusion/tests"
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24138 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141 dlls/gdi32/Makefile"
24142 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24143 gdi32"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24146 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149 dlls/gdi32/tests/Makefile"
24150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24151 gdi32/tests"
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24154 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157 dlls/gdiplus/Makefile"
24158 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24159 gdiplus"
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24162 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165 dlls/gdiplus/tests/Makefile"
24166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24167 gdiplus/tests"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24170 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173 dlls/glu32/Makefile"
24174 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24175 glu32"
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24178 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181 dlls/gphoto2.ds/Makefile"
24182 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24183 gphoto2.ds"
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24186 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189 dlls/gpkcsp/Makefile"
24190 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24191 gpkcsp"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24194 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197 dlls/hal/Makefile"
24198 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24199 hal"
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24202 ac_config_files="$ac_config_files dlls/hal/Makefile"
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205 dlls/hhctrl.ocx/Makefile"
24206 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24207 hhctrl.ocx"
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24210 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213 dlls/hid/Makefile"
24214 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24215 hid"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/hid/Makefile"
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221 dlls/hlink/Makefile"
24222 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24223 hlink"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24226 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229 dlls/hlink/tests/Makefile"
24230 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24231 hlink/tests"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24234 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237 dlls/hnetcfg/Makefile"
24238 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24239 hnetcfg"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/httpapi/Makefile"
24246 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24247 httpapi"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24250 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253 dlls/iccvid/Makefile"
24254 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24255 iccvid"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24258 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261 dlls/icmp/Makefile"
24262 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24263 icmp"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/ifsmgr.vxd/Makefile"
24270 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24271 ifsmgr.vxd"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24274 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277 dlls/imaadp32.acm/Makefile"
24278 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24279 imaadp32.acm"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285 dlls/imagehlp/Makefile"
24286 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24287 imagehlp"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24290 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/imm32/Makefile"
24294 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24295 imm32"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24298 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301 dlls/imm32/tests/Makefile"
24302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24303 imm32/tests"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24306 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309 dlls/inetcomm/Makefile"
24310 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24311 inetcomm"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24314 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/inetcomm/tests/Makefile"
24318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24319 inetcomm/tests"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24322 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325 dlls/inetmib1/Makefile"
24326 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24327 inetmib1"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24330 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333 dlls/inetmib1/tests/Makefile"
24334 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24335 inetmib1/tests"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24338 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/infosoft/Makefile"
24342 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24343 infosoft"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24346 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349 dlls/infosoft/tests/Makefile"
24350 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24351 infosoft/tests"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24354 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357 dlls/initpki/Makefile"
24358 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24359 initpki"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/inkobj/Makefile"
24366 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24367 inkobj"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24370 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373 dlls/inseng/Makefile"
24374 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24375 inseng"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24378 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/iphlpapi/Makefile"
24382 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24383 iphlpapi"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24386 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/iphlpapi/tests/Makefile"
24390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24391 iphlpapi/tests"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24394 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/itircl/Makefile"
24398 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24399 itircl"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24402 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/itss/Makefile"
24406 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24407 itss"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24410 ac_config_files="$ac_config_files dlls/itss/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/itss/tests/Makefile"
24414 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24415 itss/tests"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24418 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/jscript/Makefile"
24422 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24423 jscript"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24426 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/jscript/tests/Makefile"
24430 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24431 jscript/tests"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24434 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/kernel32/Makefile"
24438 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24439 kernel32"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24442 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/kernel32/tests/Makefile"
24446 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24447 kernel32/tests"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24450 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/keyboard.drv16/Makefile"
24454 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24455 keyboard.drv16"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24458 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/loadperf/Makefile"
24462 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463 loadperf"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/localspl/Makefile"
24470 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24471 localspl"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24474 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/localspl/tests/Makefile"
24478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24479 localspl/tests"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24482 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/localui/Makefile"
24486 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24487 localui"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24490 ac_config_files="$ac_config_files dlls/localui/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/localui/tests/Makefile"
24494 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24495 localui/tests"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24498 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/lz32/Makefile"
24502 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24503 lz32"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24506 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/lz32/tests/Makefile"
24510 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24511 lz32/tests"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24514 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/lzexpand.dll16/Makefile"
24518 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24519 lzexpand.dll16"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24522 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/mapi32/Makefile"
24526 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24527 mapi32"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24530 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/mapi32/tests/Makefile"
24534 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24535 mapi32/tests"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24538 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/mciavi32/Makefile"
24542 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24543 mciavi32"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24546 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/mcicda/Makefile"
24550 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24551 mcicda"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24554 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/mciqtz32/Makefile"
24558 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24559 mciqtz32"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24562 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/mciseq/Makefile"
24566 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24567 mciseq"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24570 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/mciwave/Makefile"
24574 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24575 mciwave"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24578 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/midimap/Makefile"
24582 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24583 midimap"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24586 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/mlang/Makefile"
24590 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24591 mlang"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/mlang/tests/Makefile"
24598 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24599 mlang/tests"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24602 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/mmdevldr.vxd/Makefile"
24606 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24607 mmdevldr.vxd"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/monodebg.vxd/Makefile"
24614 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615 monodebg.vxd"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/mountmgr.sys/Makefile"
24622 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623 mountmgr.sys"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/mouse.drv16/Makefile"
24630 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24631 mouse.drv16"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24634 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/mpr/Makefile"
24638 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639 mpr"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/mprapi/Makefile"
24646 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647 mprapi"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/msacm.dll16/Makefile"
24654 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 msacm.dll16"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/msacm32.drv/Makefile"
24662 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24663 msacm32.drv"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24666 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/msacm32/Makefile"
24670 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671 msacm32"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/msacm32/tests/Makefile"
24678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24679 msacm32/tests"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/msadp32.acm/Makefile"
24686 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687 msadp32.acm"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/mscat32/Makefile"
24694 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24695 mscat32"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24698 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/mscms/Makefile"
24702 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703 mscms"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/mscms/tests/Makefile"
24710 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24711 mscms/tests"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24714 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/mscoree/Makefile"
24718 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24719 mscoree"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24722 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/msctf/Makefile"
24726 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24727 msctf"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24730 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/msctf/tests/Makefile"
24734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24735 msctf/tests"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24738 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/msdmo/Makefile"
24742 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743 msdmo"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/msftedit/Makefile"
24750 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24751 msftedit"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24754 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/msg711.acm/Makefile"
24758 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759 msg711.acm"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/mshtml.tlb/Makefile"
24766 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24767 mshtml.tlb"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/mshtml/Makefile"
24774 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775 mshtml"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/mshtml/tests/Makefile"
24782 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24783 mshtml/tests"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24786 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/msi/Makefile"
24790 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24791 msi"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24794 ac_config_files="$ac_config_files dlls/msi/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/msi/tests/Makefile"
24798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24799 msi/tests"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24802 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/msimg32/Makefile"
24806 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807 msimg32"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/msimtf/Makefile"
24814 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24815 msimtf"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24818 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/msisip/Makefile"
24822 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 msisip"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/msisys.ocx/Makefile"
24830 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831 msisys.ocx"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/msnet32/Makefile"
24838 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24839 msnet32"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/msrle32/Makefile"
24846 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24847 msrle32"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24850 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/mssign32/Makefile"
24854 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855 mssign32"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/mssip32/Makefile"
24862 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863 mssip32"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/mstask/Makefile"
24870 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871 mstask"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/mstask/tests/Makefile"
24878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24879 mstask/tests"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24882 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/msvcirt/Makefile"
24886 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887 msvcirt"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/msvcr71/Makefile"
24894 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24895 msvcr71"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/msvcrt/Makefile"
24902 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903 msvcrt"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/msvcrt/tests/Makefile"
24910 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24911 msvcrt/tests"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24914 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/msvcrt20/Makefile"
24918 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919 msvcrt20"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/msvcrt40/Makefile"
24926 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927 msvcrt40"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/msvcrtd/Makefile"
24934 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 msvcrtd"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/msvcrtd/tests/Makefile"
24942 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24943 msvcrtd/tests"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24946 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/msvfw32/Makefile"
24950 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951 msvfw32"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/msvfw32/tests/Makefile"
24958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24959 msvfw32/tests"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24962 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/msvidc32/Makefile"
24966 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24967 msvidc32"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24970 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/mswsock/Makefile"
24974 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24975 mswsock"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24978 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/msxml3/Makefile"
24982 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24983 msxml3"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24986 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/msxml3/tests/Makefile"
24990 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24991 msxml3/tests"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24994 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/nddeapi/Makefile"
24998 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24999 nddeapi"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25002 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/netapi32/Makefile"
25006 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25007 netapi32"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/netapi32/tests/Makefile"
25014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25015 netapi32/tests"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25018 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/newdev/Makefile"
25022 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023 newdev"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/ntdll/Makefile"
25030 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25031 ntdll"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/ntdll/tests/Makefile"
25038 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25039 ntdll/tests"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25042 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/ntdsapi/Makefile"
25046 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047 ntdsapi"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/ntdsapi/tests/Makefile"
25054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25055 ntdsapi/tests"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25058 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/ntoskrnl.exe/Makefile"
25062 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063 ntoskrnl.exe"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/ntprint/Makefile"
25070 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071 ntprint"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/ntprint/tests/Makefile"
25078 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25079 ntprint/tests"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25082 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/objsel/Makefile"
25086 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087 objsel"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/odbc32/Makefile"
25094 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25095 odbc32"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25098 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/odbccp32/Makefile"
25102 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103 odbccp32"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/odbccp32/tests/Makefile"
25110 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25111 odbccp32/tests"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25114 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/ole2.dll16/Makefile"
25118 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25119 ole2.dll16"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 dlls/ole2conv.dll16/Makefile"
25126 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25127 ole2conv.dll16"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25130 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 dlls/ole2disp.dll16/Makefile"
25134 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25135 ole2disp.dll16"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25138 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 dlls/ole2nls.dll16/Makefile"
25142 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25143 ole2nls.dll16"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25146 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 dlls/ole2prox.dll16/Makefile"
25150 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25151 ole2prox.dll16"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25154 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 dlls/ole2thk.dll16/Makefile"
25158 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25159 ole2thk.dll16"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25162 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165 dlls/ole32/Makefile"
25166 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25167 ole32"
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25170 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173 dlls/ole32/tests/Makefile"
25174 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25175 ole32/tests"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25178 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 dlls/oleacc/Makefile"
25182 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25183 oleacc"
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25186 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189 dlls/oleacc/tests/Makefile"
25190 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25191 oleacc/tests"
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25194 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197 dlls/oleaut32/Makefile"
25198 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25199 oleaut32"
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25202 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205 dlls/oleaut32/tests/Makefile"
25206 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25207 oleaut32/tests"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25210 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213 dlls/olecli.dll16/Makefile"
25214 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25215 olecli.dll16"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25218 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 dlls/olecli32/Makefile"
25222 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25223 olecli32"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25226 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 dlls/oledlg/Makefile"
25230 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25231 oledlg"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25234 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 dlls/olepro32/Makefile"
25238 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25239 olepro32"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25242 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245 dlls/olesvr.dll16/Makefile"
25246 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25247 olesvr.dll16"
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25250 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253 dlls/olesvr32/Makefile"
25254 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25255 olesvr32"
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25258 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261 dlls/olethk32/Makefile"
25262 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25263 olethk32"
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25266 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269 dlls/opengl32/Makefile"
25270 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25271 opengl32"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25274 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277 dlls/opengl32/tests/Makefile"
25278 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25279 opengl32/tests"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25282 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 dlls/pdh/Makefile"
25286 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25287 pdh"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25290 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 dlls/pdh/tests/Makefile"
25294 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25295 pdh/tests"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25298 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 dlls/pidgen/Makefile"
25302 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25303 pidgen"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25306 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309 dlls/powrprof/Makefile"
25310 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25311 powrprof"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25314 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317 dlls/printui/Makefile"
25318 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25319 printui"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25322 ac_config_files="$ac_config_files dlls/printui/Makefile"
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325 dlls/propsys/Makefile"
25326 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25327 propsys"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25330 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333 dlls/psapi/Makefile"
25334 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25335 psapi"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 dlls/psapi/tests/Makefile"
25342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25343 psapi/tests"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25346 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 dlls/pstorec/Makefile"
25350 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25351 pstorec"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25354 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357 dlls/qcap/Makefile"
25358 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25359 qcap"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25362 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365 dlls/qedit/Makefile"
25366 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25367 qedit"
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25370 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373 dlls/qedit/tests/Makefile"
25374 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25375 qedit/tests"
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25378 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25381 dlls/qmgr/Makefile"
25382 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25383 qmgr"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25386 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389 dlls/qmgr/tests/Makefile"
25390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25391 qmgr/tests"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25394 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397 dlls/qmgrprxy/Makefile"
25398 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25399 qmgrprxy"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25402 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 dlls/quartz/Makefile"
25406 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25407 quartz"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25410 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413 dlls/quartz/tests/Makefile"
25414 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25415 quartz/tests"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25418 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421 dlls/query/Makefile"
25422 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25423 query"
25424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25425 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25426 ac_config_files="$ac_config_files dlls/query/Makefile"
25428 ALL_MAKEFILES="$ALL_MAKEFILES \\
25429 dlls/rasapi32/Makefile"
25430 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25431 rasapi32"
25432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25433 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25434 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25436 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437 dlls/rasapi32/tests/Makefile"
25438 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25439 rasapi32/tests"
25440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25441 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25442 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25444 ALL_MAKEFILES="$ALL_MAKEFILES \\
25445 dlls/rasdlg/Makefile"
25446 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25447 rasdlg"
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25450 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453 dlls/resutils/Makefile"
25454 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25455 resutils"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25458 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 dlls/riched20/Makefile"
25462 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25463 riched20"
25464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25465 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25466 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25468 ALL_MAKEFILES="$ALL_MAKEFILES \\
25469 dlls/riched20/tests/Makefile"
25470 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25471 riched20/tests"
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25474 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477 dlls/riched32/Makefile"
25478 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25479 riched32"
25480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25481 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25482 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25484 ALL_MAKEFILES="$ALL_MAKEFILES \\
25485 dlls/riched32/tests/Makefile"
25486 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25487 riched32/tests"
25488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25489 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25490 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25492 ALL_MAKEFILES="$ALL_MAKEFILES \\
25493 dlls/rpcrt4/Makefile"
25494 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25495 rpcrt4"
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25498 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501 dlls/rpcrt4/tests/Makefile"
25502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25503 rpcrt4/tests"
25504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25505 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25506 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25508 ALL_MAKEFILES="$ALL_MAKEFILES \\
25509 dlls/rsabase/Makefile"
25510 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25511 rsabase"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25514 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 dlls/rsaenh/Makefile"
25518 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25519 rsaenh"
25520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25521 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25522 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25524 ALL_MAKEFILES="$ALL_MAKEFILES \\
25525 dlls/rsaenh/tests/Makefile"
25526 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25527 rsaenh/tests"
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25530 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533 dlls/sane.ds/Makefile"
25534 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25535 sane.ds"
25536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25537 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25538 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25540 ALL_MAKEFILES="$ALL_MAKEFILES \\
25541 dlls/sccbase/Makefile"
25542 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25543 sccbase"
25544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25545 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25546 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25548 ALL_MAKEFILES="$ALL_MAKEFILES \\
25549 dlls/schannel/Makefile"
25550 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25551 schannel"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25554 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 dlls/schannel/tests/Makefile"
25558 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25559 schannel/tests"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25562 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 dlls/secur32/Makefile"
25566 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25567 secur32"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25570 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573 dlls/secur32/tests/Makefile"
25574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25575 secur32/tests"
25576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25577 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25578 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25580 ALL_MAKEFILES="$ALL_MAKEFILES \\
25581 dlls/security/Makefile"
25582 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25583 security"
25584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25585 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25586 ac_config_files="$ac_config_files dlls/security/Makefile"
25588 ALL_MAKEFILES="$ALL_MAKEFILES \\
25589 dlls/sensapi/Makefile"
25590 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25591 sensapi"
25592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25593 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25594 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25596 ALL_MAKEFILES="$ALL_MAKEFILES \\
25597 dlls/serialui/Makefile"
25598 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25599 serialui"
25600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25601 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25602 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25604 ALL_MAKEFILES="$ALL_MAKEFILES \\
25605 dlls/serialui/tests/Makefile"
25606 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25607 serialui/tests"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25610 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613 dlls/setupapi/Makefile"
25614 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25615 setupapi"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25618 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621 dlls/setupapi/tests/Makefile"
25622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25623 setupapi/tests"
25624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25625 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25626 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25628 ALL_MAKEFILES="$ALL_MAKEFILES \\
25629 dlls/sfc/Makefile"
25630 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25631 sfc"
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25634 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637 dlls/sfc_os/Makefile"
25638 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25639 sfc_os"
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25642 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645 dlls/shdoclc/Makefile"
25646 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25647 shdoclc"
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25650 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653 dlls/shdocvw/Makefile"
25654 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25655 shdocvw"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25658 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 dlls/shdocvw/tests/Makefile"
25662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25663 shdocvw/tests"
25664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25665 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25666 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25668 ALL_MAKEFILES="$ALL_MAKEFILES \\
25669 dlls/shell32/Makefile"
25670 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25671 shell32"
25672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25673 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25674 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25676 ALL_MAKEFILES="$ALL_MAKEFILES \\
25677 dlls/shell32/tests/Makefile"
25678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25679 shell32/tests"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25682 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685 dlls/shfolder/Makefile"
25686 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25687 shfolder"
25688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25689 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25690 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25692 ALL_MAKEFILES="$ALL_MAKEFILES \\
25693 dlls/shlwapi/Makefile"
25694 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25695 shlwapi"
25696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25697 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25698 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25700 ALL_MAKEFILES="$ALL_MAKEFILES \\
25701 dlls/shlwapi/tests/Makefile"
25702 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25703 shlwapi/tests"
25704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25705 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25706 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25708 ALL_MAKEFILES="$ALL_MAKEFILES \\
25709 dlls/slbcsp/Makefile"
25710 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25711 slbcsp"
25712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25713 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25714 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25716 ALL_MAKEFILES="$ALL_MAKEFILES \\
25717 dlls/slc/Makefile"
25718 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25719 slc"
25720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25721 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25722 ac_config_files="$ac_config_files dlls/slc/Makefile"
25724 ALL_MAKEFILES="$ALL_MAKEFILES \\
25725 dlls/snmpapi/Makefile"
25726 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25727 snmpapi"
25728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25729 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25730 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25732 ALL_MAKEFILES="$ALL_MAKEFILES \\
25733 dlls/snmpapi/tests/Makefile"
25734 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25735 snmpapi/tests"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25738 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741 dlls/softpub/Makefile"
25742 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25743 softpub"
25744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25745 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25746 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25748 ALL_MAKEFILES="$ALL_MAKEFILES \\
25749 dlls/spoolss/Makefile"
25750 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25751 spoolss"
25752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25753 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25754 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25756 ALL_MAKEFILES="$ALL_MAKEFILES \\
25757 dlls/spoolss/tests/Makefile"
25758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25759 spoolss/tests"
25760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25761 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25762 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25764 ALL_MAKEFILES="$ALL_MAKEFILES \\
25765 dlls/stdole2.tlb/Makefile"
25766 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25767 stdole2.tlb"
25768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25769 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25770 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25772 ALL_MAKEFILES="$ALL_MAKEFILES \\
25773 dlls/stdole32.tlb/Makefile"
25774 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25775 stdole32.tlb"
25776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25777 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25778 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25780 ALL_MAKEFILES="$ALL_MAKEFILES \\
25781 dlls/sti/Makefile"
25782 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25783 sti"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25786 ac_config_files="$ac_config_files dlls/sti/Makefile"
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789 dlls/storage.dll16/Makefile"
25790 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25791 storage.dll16"
25792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25793 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
25794 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
25796 ALL_MAKEFILES="$ALL_MAKEFILES \\
25797 dlls/stress.dll16/Makefile"
25798 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25799 stress.dll16"
25800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25801 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
25802 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
25804 ALL_MAKEFILES="$ALL_MAKEFILES \\
25805 dlls/strmiids/Makefile"
25806 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25807 strmiids"
25808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25809 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25810 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25812 ALL_MAKEFILES="$ALL_MAKEFILES \\
25813 dlls/svrapi/Makefile"
25814 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25815 svrapi"
25816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25817 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25818 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25820 ALL_MAKEFILES="$ALL_MAKEFILES \\
25821 dlls/sxs/Makefile"
25822 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25823 sxs"
25824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25825 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25826 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25828 ALL_MAKEFILES="$ALL_MAKEFILES \\
25829 dlls/tapi32/Makefile"
25830 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25831 tapi32"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25834 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837 dlls/traffic/Makefile"
25838 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25839 traffic"
25840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25841 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25842 ac_config_files="$ac_config_files dlls/traffic/Makefile"
25844 ALL_MAKEFILES="$ALL_MAKEFILES \\
25845 dlls/twain_32/Makefile"
25846 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25847 twain_32"
25848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25849 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25850 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25852 ALL_MAKEFILES="$ALL_MAKEFILES \\
25853 dlls/twain_32/tests/Makefile"
25854 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25855 twain_32/tests"
25856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25857 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25858 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
25860 ALL_MAKEFILES="$ALL_MAKEFILES \\
25861 dlls/typelib.dll16/Makefile"
25862 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25863 typelib.dll16"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
25866 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869 dlls/unicows/Makefile"
25870 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25871 unicows"
25872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25873 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25874 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25876 ALL_MAKEFILES="$ALL_MAKEFILES \\
25877 dlls/updspapi/Makefile"
25878 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25879 updspapi"
25880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25881 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25882 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25884 ALL_MAKEFILES="$ALL_MAKEFILES \\
25885 dlls/url/Makefile"
25886 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25887 url"
25888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25889 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25890 ac_config_files="$ac_config_files dlls/url/Makefile"
25892 ALL_MAKEFILES="$ALL_MAKEFILES \\
25893 dlls/urlmon/Makefile"
25894 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25895 urlmon"
25896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25897 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25898 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25900 ALL_MAKEFILES="$ALL_MAKEFILES \\
25901 dlls/urlmon/tests/Makefile"
25902 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25903 urlmon/tests"
25904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25905 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25906 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25908 ALL_MAKEFILES="$ALL_MAKEFILES \\
25909 dlls/user32/Makefile"
25910 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25911 user32"
25912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25913 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25914 ac_config_files="$ac_config_files dlls/user32/Makefile"
25916 ALL_MAKEFILES="$ALL_MAKEFILES \\
25917 dlls/user32/tests/Makefile"
25918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25919 user32/tests"
25920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25921 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25922 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25924 ALL_MAKEFILES="$ALL_MAKEFILES \\
25925 dlls/userenv/Makefile"
25926 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25927 userenv"
25928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25929 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25930 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25932 ALL_MAKEFILES="$ALL_MAKEFILES \\
25933 dlls/userenv/tests/Makefile"
25934 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25935 userenv/tests"
25936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25937 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25938 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25940 ALL_MAKEFILES="$ALL_MAKEFILES \\
25941 dlls/usp10/Makefile"
25942 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25943 usp10"
25944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25945 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25946 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25948 ALL_MAKEFILES="$ALL_MAKEFILES \\
25949 dlls/usp10/tests/Makefile"
25950 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25951 usp10/tests"
25952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25953 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25954 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25956 ALL_MAKEFILES="$ALL_MAKEFILES \\
25957 dlls/uuid/Makefile"
25958 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25959 uuid"
25960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25961 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25962 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25964 ALL_MAKEFILES="$ALL_MAKEFILES \\
25965 dlls/uxtheme/Makefile"
25966 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25967 uxtheme"
25968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25969 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25970 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25972 ALL_MAKEFILES="$ALL_MAKEFILES \\
25973 dlls/uxtheme/tests/Makefile"
25974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25975 uxtheme/tests"
25976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25977 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25978 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25980 ALL_MAKEFILES="$ALL_MAKEFILES \\
25981 dlls/vdhcp.vxd/Makefile"
25982 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25983 vdhcp.vxd"
25984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25985 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25986 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25988 ALL_MAKEFILES="$ALL_MAKEFILES \\
25989 dlls/vdmdbg/Makefile"
25990 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25991 vdmdbg"
25992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25993 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25994 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25996 ALL_MAKEFILES="$ALL_MAKEFILES \\
25997 dlls/version/Makefile"
25998 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25999 version"
26000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26001 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26002 ac_config_files="$ac_config_files dlls/version/Makefile"
26004 ALL_MAKEFILES="$ALL_MAKEFILES \\
26005 dlls/version/tests/Makefile"
26006 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26007 version/tests"
26008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26009 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26010 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26012 ALL_MAKEFILES="$ALL_MAKEFILES \\
26013 dlls/vmm.vxd/Makefile"
26014 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26015 vmm.vxd"
26016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26017 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26018 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26020 ALL_MAKEFILES="$ALL_MAKEFILES \\
26021 dlls/vnbt.vxd/Makefile"
26022 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26023 vnbt.vxd"
26024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26025 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26026 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26028 ALL_MAKEFILES="$ALL_MAKEFILES \\
26029 dlls/vnetbios.vxd/Makefile"
26030 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26031 vnetbios.vxd"
26032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26033 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26034 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26036 ALL_MAKEFILES="$ALL_MAKEFILES \\
26037 dlls/vtdapi.vxd/Makefile"
26038 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26039 vtdapi.vxd"
26040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26041 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26042 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26044 ALL_MAKEFILES="$ALL_MAKEFILES \\
26045 dlls/vwin32.vxd/Makefile"
26046 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26047 vwin32.vxd"
26048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26049 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26050 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26052 ALL_MAKEFILES="$ALL_MAKEFILES \\
26053 dlls/w32skrnl/Makefile"
26054 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26055 w32skrnl"
26056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26057 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26058 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26060 ALL_MAKEFILES="$ALL_MAKEFILES \\
26061 dlls/win87em.dll16/Makefile"
26062 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26063 win87em.dll16"
26064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26065 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26066 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26068 ALL_MAKEFILES="$ALL_MAKEFILES \\
26069 dlls/windebug.dll16/Makefile"
26070 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26071 windebug.dll16"
26072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26073 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26074 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26076 ALL_MAKEFILES="$ALL_MAKEFILES \\
26077 dlls/winealsa.drv/Makefile"
26078 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26079 winealsa.drv"
26080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26081 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26082 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26084 ALL_MAKEFILES="$ALL_MAKEFILES \\
26085 dlls/wineaudioio.drv/Makefile"
26086 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26087 wineaudioio.drv"
26088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26089 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26090 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26092 ALL_MAKEFILES="$ALL_MAKEFILES \\
26093 dlls/winecoreaudio.drv/Makefile"
26094 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26095 winecoreaudio.drv"
26096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26097 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26098 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26100 ALL_MAKEFILES="$ALL_MAKEFILES \\
26101 dlls/winecrt0/Makefile"
26102 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26103 winecrt0"
26104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26105 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26106 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26108 ALL_MAKEFILES="$ALL_MAKEFILES \\
26109 dlls/wined3d/Makefile"
26110 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26111 wined3d"
26112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26113 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26114 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26116 ALL_MAKEFILES="$ALL_MAKEFILES \\
26117 dlls/winedos/Makefile"
26118 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26119 winedos"
26120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26121 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26122 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26124 ALL_MAKEFILES="$ALL_MAKEFILES \\
26125 dlls/wineesd.drv/Makefile"
26126 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26127 wineesd.drv"
26128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26129 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26130 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26132 ALL_MAKEFILES="$ALL_MAKEFILES \\
26133 dlls/winejack.drv/Makefile"
26134 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26135 winejack.drv"
26136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26137 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26138 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26140 ALL_MAKEFILES="$ALL_MAKEFILES \\
26141 dlls/winejoystick.drv/Makefile"
26142 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26143 winejoystick.drv"
26144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26145 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26146 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26148 ALL_MAKEFILES="$ALL_MAKEFILES \\
26149 dlls/winemp3.acm/Makefile"
26150 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26151 winemp3.acm"
26152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26153 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26154 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26156 ALL_MAKEFILES="$ALL_MAKEFILES \\
26157 dlls/winenas.drv/Makefile"
26158 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26159 winenas.drv"
26160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26161 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26162 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26164 ALL_MAKEFILES="$ALL_MAKEFILES \\
26165 dlls/wineoss.drv/Makefile"
26166 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26167 wineoss.drv"
26168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26169 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26170 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26172 ALL_MAKEFILES="$ALL_MAKEFILES \\
26173 dlls/wineps.drv/Makefile"
26174 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26175 wineps.drv"
26176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26177 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26178 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26180 ALL_MAKEFILES="$ALL_MAKEFILES \\
26181 dlls/winepulse.drv/Makefile"
26182 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26183 winepulse.drv"
26184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26185 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26186 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26188 ALL_MAKEFILES="$ALL_MAKEFILES \\
26189 dlls/winequartz.drv/Makefile"
26190 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26191 winequartz.drv"
26192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26193 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26194 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26196 ALL_MAKEFILES="$ALL_MAKEFILES \\
26197 dlls/winex11.drv/Makefile"
26198 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26199 winex11.drv"
26200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26201 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26202 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26204 ALL_MAKEFILES="$ALL_MAKEFILES \\
26205 dlls/wing32/Makefile"
26206 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26207 wing32"
26208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26209 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26210 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26212 ALL_MAKEFILES="$ALL_MAKEFILES \\
26213 dlls/winhttp/Makefile"
26214 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26215 winhttp"
26216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26217 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26218 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26220 ALL_MAKEFILES="$ALL_MAKEFILES \\
26221 dlls/winhttp/tests/Makefile"
26222 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26223 winhttp/tests"
26224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26225 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26226 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26228 ALL_MAKEFILES="$ALL_MAKEFILES \\
26229 dlls/wininet/Makefile"
26230 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26231 wininet"
26232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26233 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26234 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26236 ALL_MAKEFILES="$ALL_MAKEFILES \\
26237 dlls/wininet/tests/Makefile"
26238 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26239 wininet/tests"
26240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26241 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26242 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26244 ALL_MAKEFILES="$ALL_MAKEFILES \\
26245 dlls/winmm/Makefile"
26246 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26247 winmm"
26248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26249 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26250 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26252 ALL_MAKEFILES="$ALL_MAKEFILES \\
26253 dlls/winmm/tests/Makefile"
26254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26255 winmm/tests"
26256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26257 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26258 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26260 ALL_MAKEFILES="$ALL_MAKEFILES \\
26261 dlls/winnls32/Makefile"
26262 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26263 winnls32"
26264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26265 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26266 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26268 ALL_MAKEFILES="$ALL_MAKEFILES \\
26269 dlls/winscard/Makefile"
26270 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26271 winscard"
26272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26273 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26274 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26276 ALL_MAKEFILES="$ALL_MAKEFILES \\
26277 dlls/winspool.drv/Makefile"
26278 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26279 winspool.drv"
26280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26281 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26282 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26284 ALL_MAKEFILES="$ALL_MAKEFILES \\
26285 dlls/winspool.drv/tests/Makefile"
26286 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26287 winspool.drv/tests"
26288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26289 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26290 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26292 ALL_MAKEFILES="$ALL_MAKEFILES \\
26293 dlls/wintab32/Makefile"
26294 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26295 wintab32"
26296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26297 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26298 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26300 ALL_MAKEFILES="$ALL_MAKEFILES \\
26301 dlls/wintrust/Makefile"
26302 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26303 wintrust"
26304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26305 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26306 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26308 ALL_MAKEFILES="$ALL_MAKEFILES \\
26309 dlls/wintrust/tests/Makefile"
26310 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26311 wintrust/tests"
26312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26313 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26314 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26316 ALL_MAKEFILES="$ALL_MAKEFILES \\
26317 dlls/wldap32/Makefile"
26318 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26319 wldap32"
26320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26321 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26322 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26324 ALL_MAKEFILES="$ALL_MAKEFILES \\
26325 dlls/wldap32/tests/Makefile"
26326 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26327 wldap32/tests"
26328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26329 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26330 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26332 ALL_MAKEFILES="$ALL_MAKEFILES \\
26333 dlls/wmi/Makefile"
26334 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26335 wmi"
26336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26337 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26338 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26340 ALL_MAKEFILES="$ALL_MAKEFILES \\
26341 dlls/wnaspi32/Makefile"
26342 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26343 wnaspi32"
26344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26345 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26346 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26348 ALL_MAKEFILES="$ALL_MAKEFILES \\
26349 dlls/wow32/Makefile"
26350 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26351 wow32"
26352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26353 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26354 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26356 ALL_MAKEFILES="$ALL_MAKEFILES \\
26357 dlls/ws2_32/Makefile"
26358 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26359 ws2_32"
26360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26361 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26362 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26364 ALL_MAKEFILES="$ALL_MAKEFILES \\
26365 dlls/ws2_32/tests/Makefile"
26366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26367 ws2_32/tests"
26368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26369 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26370 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26372 ALL_MAKEFILES="$ALL_MAKEFILES \\
26373 dlls/wsock32/Makefile"
26374 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26375 wsock32"
26376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26377 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26378 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26380 ALL_MAKEFILES="$ALL_MAKEFILES \\
26381 dlls/wtsapi32/Makefile"
26382 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26383 wtsapi32"
26384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26385 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26386 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26388 ALL_MAKEFILES="$ALL_MAKEFILES \\
26389 dlls/wuapi/Makefile"
26390 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26391 wuapi"
26392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26393 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26394 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26396 ALL_MAKEFILES="$ALL_MAKEFILES \\
26397 dlls/xinput1_1/Makefile"
26398 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26399 xinput1_1"
26400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26401 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26402 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26404 ALL_MAKEFILES="$ALL_MAKEFILES \\
26405 dlls/xinput1_2/Makefile"
26406 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26407 xinput1_2"
26408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26409 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26410 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26412 ALL_MAKEFILES="$ALL_MAKEFILES \\
26413 dlls/xinput1_3/Makefile"
26414 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26415 xinput1_3"
26416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26417 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26418 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26420 ALL_MAKEFILES="$ALL_MAKEFILES \\
26421 dlls/xinput1_3/tests/Makefile"
26422 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26423 xinput1_3/tests"
26424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26425 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26426 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26428 ALL_MAKEFILES="$ALL_MAKEFILES \\
26429 dlls/xinput9_1_0/Makefile"
26430 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26431 xinput9_1_0"
26432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26433 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26434 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26436 ALL_MAKEFILES="$ALL_MAKEFILES \\
26437 documentation/Makefile"
26438 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26439 documentation"
26440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26441 documentation/Makefile: documentation/Makefile.in Make.rules"
26442 ac_config_files="$ac_config_files documentation/Makefile"
26444 ALL_MAKEFILES="$ALL_MAKEFILES \\
26445 fonts/Makefile"
26446 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26447 fonts"
26448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26449 fonts/Makefile: fonts/Makefile.in Make.rules"
26450 ac_config_files="$ac_config_files fonts/Makefile"
26452 ALL_MAKEFILES="$ALL_MAKEFILES \\
26453 include/Makefile"
26454 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26455 include"
26456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26457 include/Makefile: include/Makefile.in Make.rules"
26458 ac_config_files="$ac_config_files include/Makefile"
26460 ALL_MAKEFILES="$ALL_MAKEFILES \\
26461 libs/Makefile"
26462 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26463 libs"
26464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26465 libs/Makefile: libs/Makefile.in Make.rules"
26466 ac_config_files="$ac_config_files libs/Makefile"
26468 ALL_MAKEFILES="$ALL_MAKEFILES \\
26469 libs/port/Makefile"
26471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26472 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26473 ac_config_files="$ac_config_files libs/port/Makefile"
26475 ALL_MAKEFILES="$ALL_MAKEFILES \\
26476 libs/wine/Makefile"
26478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26479 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26480 ac_config_files="$ac_config_files libs/wine/Makefile"
26482 ALL_MAKEFILES="$ALL_MAKEFILES \\
26483 libs/wpp/Makefile"
26485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26486 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26487 ac_config_files="$ac_config_files libs/wpp/Makefile"
26489 ALL_MAKEFILES="$ALL_MAKEFILES \\
26490 loader/Makefile"
26491 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26492 loader"
26493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26494 loader/Makefile: loader/Makefile.in Make.rules"
26495 ac_config_files="$ac_config_files loader/Makefile"
26497 ALL_MAKEFILES="$ALL_MAKEFILES \\
26498 programs/Makefile"
26499 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26500 programs"
26501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26502 programs/Makefile: programs/Makefile.in Make.rules"
26503 ac_config_files="$ac_config_files programs/Makefile"
26505 ALL_MAKEFILES="$ALL_MAKEFILES \\
26506 programs/cacls/Makefile"
26507 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26508 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26509 cacls"
26510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26511 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26512 ac_config_files="$ac_config_files programs/cacls/Makefile"
26514 ALL_MAKEFILES="$ALL_MAKEFILES \\
26515 programs/clock/Makefile"
26516 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26517 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26518 clock"
26519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26520 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26521 ac_config_files="$ac_config_files programs/clock/Makefile"
26523 ALL_MAKEFILES="$ALL_MAKEFILES \\
26524 programs/cmd/Makefile"
26525 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26526 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26527 cmd"
26528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26529 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26530 ac_config_files="$ac_config_files programs/cmd/Makefile"
26532 ALL_MAKEFILES="$ALL_MAKEFILES \\
26533 programs/cmdlgtst/Makefile"
26534 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26535 cmdlgtst"
26536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26537 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26538 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26540 ALL_MAKEFILES="$ALL_MAKEFILES \\
26541 programs/control/Makefile"
26542 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26543 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26544 control"
26545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26546 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26547 ac_config_files="$ac_config_files programs/control/Makefile"
26549 ALL_MAKEFILES="$ALL_MAKEFILES \\
26550 programs/eject/Makefile"
26551 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26552 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26553 eject"
26554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26555 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26556 ac_config_files="$ac_config_files programs/eject/Makefile"
26558 ALL_MAKEFILES="$ALL_MAKEFILES \\
26559 programs/expand/Makefile"
26560 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26561 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26562 expand"
26563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26564 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26565 ac_config_files="$ac_config_files programs/expand/Makefile"
26567 ALL_MAKEFILES="$ALL_MAKEFILES \\
26568 programs/explorer/Makefile"
26569 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26570 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26571 explorer"
26572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26573 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26574 ac_config_files="$ac_config_files programs/explorer/Makefile"
26576 ALL_MAKEFILES="$ALL_MAKEFILES \\
26577 programs/hh/Makefile"
26578 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26579 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26582 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26583 ac_config_files="$ac_config_files programs/hh/Makefile"
26585 ALL_MAKEFILES="$ALL_MAKEFILES \\
26586 programs/icinfo/Makefile"
26587 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26588 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26589 icinfo"
26590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26591 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26592 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26594 ALL_MAKEFILES="$ALL_MAKEFILES \\
26595 programs/iexplore/Makefile"
26596 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26597 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26598 iexplore"
26599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26600 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26601 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26603 ALL_MAKEFILES="$ALL_MAKEFILES \\
26604 programs/lodctr/Makefile"
26605 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26606 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26607 lodctr"
26608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26609 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26610 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26612 ALL_MAKEFILES="$ALL_MAKEFILES \\
26613 programs/msiexec/Makefile"
26614 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26615 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26616 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26617 msiexec"
26618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26619 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26620 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26622 ALL_MAKEFILES="$ALL_MAKEFILES \\
26623 programs/net/Makefile"
26624 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26625 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26626 net"
26627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26628 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26629 ac_config_files="$ac_config_files programs/net/Makefile"
26631 ALL_MAKEFILES="$ALL_MAKEFILES \\
26632 programs/notepad/Makefile"
26633 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26634 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26635 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26636 notepad"
26637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26638 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26639 ac_config_files="$ac_config_files programs/notepad/Makefile"
26641 ALL_MAKEFILES="$ALL_MAKEFILES \\
26642 programs/oleview/Makefile"
26643 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26644 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26645 oleview"
26646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26647 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26648 ac_config_files="$ac_config_files programs/oleview/Makefile"
26650 ALL_MAKEFILES="$ALL_MAKEFILES \\
26651 programs/progman/Makefile"
26652 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26653 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26654 progman"
26655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26656 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26657 ac_config_files="$ac_config_files programs/progman/Makefile"
26659 ALL_MAKEFILES="$ALL_MAKEFILES \\
26660 programs/reg/Makefile"
26661 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26662 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26663 reg"
26664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26665 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26666 ac_config_files="$ac_config_files programs/reg/Makefile"
26668 ALL_MAKEFILES="$ALL_MAKEFILES \\
26669 programs/regedit/Makefile"
26670 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26671 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26672 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26673 regedit"
26674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26675 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26676 ac_config_files="$ac_config_files programs/regedit/Makefile"
26678 ALL_MAKEFILES="$ALL_MAKEFILES \\
26679 programs/regsvr32/Makefile"
26680 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26681 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26682 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26683 regsvr32"
26684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26685 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26686 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26688 ALL_MAKEFILES="$ALL_MAKEFILES \\
26689 programs/rpcss/Makefile"
26690 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26691 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26692 rpcss"
26693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26694 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26695 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26697 ALL_MAKEFILES="$ALL_MAKEFILES \\
26698 programs/rundll32/Makefile"
26699 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26700 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26701 rundll32"
26702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26703 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26704 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26706 ALL_MAKEFILES="$ALL_MAKEFILES \\
26707 programs/secedit/Makefile"
26708 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26709 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26710 secedit"
26711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26712 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26713 ac_config_files="$ac_config_files programs/secedit/Makefile"
26715 ALL_MAKEFILES="$ALL_MAKEFILES \\
26716 programs/services/Makefile"
26717 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26718 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26719 services"
26720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26721 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26722 ac_config_files="$ac_config_files programs/services/Makefile"
26724 ALL_MAKEFILES="$ALL_MAKEFILES \\
26725 programs/spoolsv/Makefile"
26726 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26727 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26728 spoolsv"
26729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26730 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26731 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26733 ALL_MAKEFILES="$ALL_MAKEFILES \\
26734 programs/start/Makefile"
26735 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26736 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26737 start"
26738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26739 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26740 ac_config_files="$ac_config_files programs/start/Makefile"
26742 ALL_MAKEFILES="$ALL_MAKEFILES \\
26743 programs/svchost/Makefile"
26744 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26745 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26746 svchost"
26747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26748 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26749 ac_config_files="$ac_config_files programs/svchost/Makefile"
26751 ALL_MAKEFILES="$ALL_MAKEFILES \\
26752 programs/taskmgr/Makefile"
26753 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26754 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26755 taskmgr"
26756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26757 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26758 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26760 ALL_MAKEFILES="$ALL_MAKEFILES \\
26761 programs/uninstaller/Makefile"
26762 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26763 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26764 uninstaller"
26765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26766 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26767 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26769 ALL_MAKEFILES="$ALL_MAKEFILES \\
26770 programs/unlodctr/Makefile"
26771 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26772 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26773 unlodctr"
26774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26775 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26776 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
26778 ALL_MAKEFILES="$ALL_MAKEFILES \\
26779 programs/view/Makefile"
26780 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26781 view"
26782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26783 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26784 ac_config_files="$ac_config_files programs/view/Makefile"
26786 ALL_MAKEFILES="$ALL_MAKEFILES \\
26787 programs/wineboot/Makefile"
26788 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26789 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26790 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26791 wineboot"
26792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26793 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26794 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26796 ALL_MAKEFILES="$ALL_MAKEFILES \\
26797 programs/winebrowser/Makefile"
26798 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26799 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26800 winebrowser"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26803 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 programs/winecfg/Makefile"
26807 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26808 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26809 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26810 winecfg"
26811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26812 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26813 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26815 ALL_MAKEFILES="$ALL_MAKEFILES \\
26816 programs/wineconsole/Makefile"
26817 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26818 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26819 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26820 wineconsole"
26821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26822 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26823 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26825 ALL_MAKEFILES="$ALL_MAKEFILES \\
26826 programs/winedbg/Makefile"
26827 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26828 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26829 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26830 winedbg"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26833 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 programs/winedevice/Makefile"
26837 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26838 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26839 winedevice"
26840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26841 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26842 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26844 ALL_MAKEFILES="$ALL_MAKEFILES \\
26845 programs/winefile/Makefile"
26846 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26847 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26848 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26849 winefile"
26850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26851 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26852 ac_config_files="$ac_config_files programs/winefile/Makefile"
26854 ALL_MAKEFILES="$ALL_MAKEFILES \\
26855 programs/winemenubuilder/Makefile"
26856 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26857 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26858 winemenubuilder"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26861 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864 programs/winemine/Makefile"
26865 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26866 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26867 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26868 winemine"
26869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26870 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26871 ac_config_files="$ac_config_files programs/winemine/Makefile"
26873 ALL_MAKEFILES="$ALL_MAKEFILES \\
26874 programs/winepath/Makefile"
26875 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26876 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26877 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26878 winepath"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26881 ac_config_files="$ac_config_files programs/winepath/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 programs/winetest/Makefile"
26885 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26886 winetest"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26889 ac_config_files="$ac_config_files programs/winetest/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 programs/winevdm/Makefile"
26893 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26894 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26895 winevdm"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26898 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901 programs/winhelp.exe16/Makefile"
26902 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26903 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26904 winhelp.exe16"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
26907 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 programs/winhlp32/Makefile"
26911 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26912 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26913 winhlp32"
26914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26915 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26916 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26918 ALL_MAKEFILES="$ALL_MAKEFILES \\
26919 programs/winoldap.mod16/Makefile"
26920 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26921 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26922 winoldap.mod16"
26923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26924 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
26925 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
26927 ALL_MAKEFILES="$ALL_MAKEFILES \\
26928 programs/winver/Makefile"
26929 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26930 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26931 winver"
26932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26933 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26934 ac_config_files="$ac_config_files programs/winver/Makefile"
26936 ALL_MAKEFILES="$ALL_MAKEFILES \\
26937 programs/wordpad/Makefile"
26938 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26939 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26940 wordpad"
26941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26942 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26943 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26945 ALL_MAKEFILES="$ALL_MAKEFILES \\
26946 programs/write/Makefile"
26947 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26948 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26949 write"
26950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26951 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26952 ac_config_files="$ac_config_files programs/write/Makefile"
26954 ALL_MAKEFILES="$ALL_MAKEFILES \\
26955 programs/xcopy/Makefile"
26956 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26957 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26958 xcopy"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26961 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 server/Makefile"
26965 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26966 server"
26967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26968 server/Makefile: server/Makefile.in Make.rules"
26969 ac_config_files="$ac_config_files server/Makefile"
26971 ALL_MAKEFILES="$ALL_MAKEFILES \\
26972 tools/Makefile"
26973 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26974 tools"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 tools/Makefile: tools/Makefile.in Make.rules"
26977 ac_config_files="$ac_config_files tools/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 tools/widl/Makefile"
26982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26983 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26984 ac_config_files="$ac_config_files tools/widl/Makefile"
26986 ALL_MAKEFILES="$ALL_MAKEFILES \\
26987 tools/winebuild/Makefile"
26989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26990 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26991 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26993 ALL_MAKEFILES="$ALL_MAKEFILES \\
26994 tools/winedump/Makefile"
26996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26997 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26998 ac_config_files="$ac_config_files tools/winedump/Makefile"
27000 ALL_MAKEFILES="$ALL_MAKEFILES \\
27001 tools/winegcc/Makefile"
27003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27004 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27005 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27007 ALL_MAKEFILES="$ALL_MAKEFILES \\
27008 tools/wmc/Makefile"
27010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27011 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27012 ac_config_files="$ac_config_files tools/wmc/Makefile"
27014 ALL_MAKEFILES="$ALL_MAKEFILES \\
27015 tools/wrc/Makefile"
27017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27018 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27019 ac_config_files="$ac_config_files tools/wrc/Makefile"
27023 ALL_WINETEST_DEPENDS="# Test binaries"
27025 for dir in $ALL_TEST_DIRS
27027 if test "$dir" != "\\"
27028 then
27029 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27030 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27031 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27032 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27034 done
27036 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27038 cat >confcache <<\_ACEOF
27039 # This file is a shell script that caches the results of configure
27040 # tests run on this system so they can be shared between configure
27041 # scripts and configure runs, see configure's option --config-cache.
27042 # It is not useful on other systems. If it contains results you don't
27043 # want to keep, you may remove or edit it.
27045 # config.status only pays attention to the cache file if you give it
27046 # the --recheck option to rerun configure.
27048 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27049 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27050 # following values.
27052 _ACEOF
27054 # The following way of writing the cache mishandles newlines in values,
27055 # but we know of no workaround that is simple, portable, and efficient.
27056 # So, we kill variables containing newlines.
27057 # Ultrix sh set writes to stderr and can't be redirected directly,
27058 # and sets the high bit in the cache file unless we assign to the vars.
27060 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27061 eval ac_val=\$$ac_var
27062 case $ac_val in #(
27063 *${as_nl}*)
27064 case $ac_var in #(
27065 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27066 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27067 esac
27068 case $ac_var in #(
27069 _ | IFS | as_nl) ;; #(
27070 *) $as_unset $ac_var ;;
27071 esac ;;
27072 esac
27073 done
27075 (set) 2>&1 |
27076 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27077 *${as_nl}ac_space=\ *)
27078 # `set' does not quote correctly, so add quotes (double-quote
27079 # substitution turns \\\\ into \\, and sed turns \\ into \).
27080 sed -n \
27081 "s/'/'\\\\''/g;
27082 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27083 ;; #(
27085 # `set' quotes correctly as required by POSIX, so do not add quotes.
27086 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27088 esac |
27089 sort
27091 sed '
27092 /^ac_cv_env_/b end
27093 t clear
27094 :clear
27095 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27096 t end
27097 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27098 :end' >>confcache
27099 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27100 if test -w "$cache_file"; then
27101 test "x$cache_file" != "x/dev/null" &&
27102 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27103 echo "$as_me: updating cache $cache_file" >&6;}
27104 cat confcache >$cache_file
27105 else
27106 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27107 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27110 rm -f confcache
27112 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27113 # Let make expand exec_prefix.
27114 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27116 DEFS=-DHAVE_CONFIG_H
27118 ac_libobjs=
27119 ac_ltlibobjs=
27120 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27121 # 1. Remove the extension, and $U if already installed.
27122 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27123 ac_i=`echo "$ac_i" | sed "$ac_script"`
27124 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27125 # will be set to the directory where LIBOBJS objects are built.
27126 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27127 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27128 done
27129 LIBOBJS=$ac_libobjs
27131 LTLIBOBJS=$ac_ltlibobjs
27135 : ${CONFIG_STATUS=./config.status}
27136 ac_clean_files_save=$ac_clean_files
27137 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27138 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27139 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27140 cat >$CONFIG_STATUS <<_ACEOF
27141 #! $SHELL
27142 # Generated by $as_me.
27143 # Run this file to recreate the current configuration.
27144 # Compiler output produced by configure, useful for debugging
27145 # configure, is in config.log if it exists.
27147 debug=false
27148 ac_cs_recheck=false
27149 ac_cs_silent=false
27150 SHELL=\${CONFIG_SHELL-$SHELL}
27151 _ACEOF
27153 cat >>$CONFIG_STATUS <<\_ACEOF
27154 ## --------------------- ##
27155 ## M4sh Initialization. ##
27156 ## --------------------- ##
27158 # Be more Bourne compatible
27159 DUALCASE=1; export DUALCASE # for MKS sh
27160 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27161 emulate sh
27162 NULLCMD=:
27163 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27164 # is contrary to our usage. Disable this feature.
27165 alias -g '${1+"$@"}'='"$@"'
27166 setopt NO_GLOB_SUBST
27167 else
27168 case `(set -o) 2>/dev/null` in
27169 *posix*) set -o posix ;;
27170 esac
27177 # PATH needs CR
27178 # Avoid depending upon Character Ranges.
27179 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27180 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27181 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27182 as_cr_digits='0123456789'
27183 as_cr_alnum=$as_cr_Letters$as_cr_digits
27185 # The user is always right.
27186 if test "${PATH_SEPARATOR+set}" != set; then
27187 echo "#! /bin/sh" >conf$$.sh
27188 echo "exit 0" >>conf$$.sh
27189 chmod +x conf$$.sh
27190 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27191 PATH_SEPARATOR=';'
27192 else
27193 PATH_SEPARATOR=:
27195 rm -f conf$$.sh
27198 # Support unset when possible.
27199 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27200 as_unset=unset
27201 else
27202 as_unset=false
27206 # IFS
27207 # We need space, tab and new line, in precisely that order. Quoting is
27208 # there to prevent editors from complaining about space-tab.
27209 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27210 # splitting by setting IFS to empty value.)
27211 as_nl='
27213 IFS=" "" $as_nl"
27215 # Find who we are. Look in the path if we contain no directory separator.
27216 case $0 in
27217 *[\\/]* ) as_myself=$0 ;;
27218 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27219 for as_dir in $PATH
27221 IFS=$as_save_IFS
27222 test -z "$as_dir" && as_dir=.
27223 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27224 done
27225 IFS=$as_save_IFS
27228 esac
27229 # We did not find ourselves, most probably we were run as `sh COMMAND'
27230 # in which case we are not to be found in the path.
27231 if test "x$as_myself" = x; then
27232 as_myself=$0
27234 if test ! -f "$as_myself"; then
27235 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27236 { (exit 1); exit 1; }
27239 # Work around bugs in pre-3.0 UWIN ksh.
27240 for as_var in ENV MAIL MAILPATH
27241 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27242 done
27243 PS1='$ '
27244 PS2='> '
27245 PS4='+ '
27247 # NLS nuisances.
27248 for as_var in \
27249 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27250 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27251 LC_TELEPHONE LC_TIME
27253 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27254 eval $as_var=C; export $as_var
27255 else
27256 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27258 done
27260 # Required to use basename.
27261 if expr a : '\(a\)' >/dev/null 2>&1 &&
27262 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27263 as_expr=expr
27264 else
27265 as_expr=false
27268 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27269 as_basename=basename
27270 else
27271 as_basename=false
27275 # Name of the executable.
27276 as_me=`$as_basename -- "$0" ||
27277 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27278 X"$0" : 'X\(//\)$' \| \
27279 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27280 echo X/"$0" |
27281 sed '/^.*\/\([^/][^/]*\)\/*$/{
27282 s//\1/
27285 /^X\/\(\/\/\)$/{
27286 s//\1/
27289 /^X\/\(\/\).*/{
27290 s//\1/
27293 s/.*/./; q'`
27295 # CDPATH.
27296 $as_unset CDPATH
27300 as_lineno_1=$LINENO
27301 as_lineno_2=$LINENO
27302 test "x$as_lineno_1" != "x$as_lineno_2" &&
27303 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27305 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27306 # uniformly replaced by the line number. The first 'sed' inserts a
27307 # line-number line after each line using $LINENO; the second 'sed'
27308 # does the real work. The second script uses 'N' to pair each
27309 # line-number line with the line containing $LINENO, and appends
27310 # trailing '-' during substitution so that $LINENO is not a special
27311 # case at line end.
27312 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27313 # scripts with optimization help from Paolo Bonzini. Blame Lee
27314 # E. McMahon (1931-1989) for sed's syntax. :-)
27315 sed -n '
27317 /[$]LINENO/=
27318 ' <$as_myself |
27319 sed '
27320 s/[$]LINENO.*/&-/
27321 t lineno
27323 :lineno
27325 :loop
27326 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27327 t loop
27328 s/-\n.*//
27329 ' >$as_me.lineno &&
27330 chmod +x "$as_me.lineno" ||
27331 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27332 { (exit 1); exit 1; }; }
27334 # Don't try to exec as it changes $[0], causing all sort of problems
27335 # (the dirname of $[0] is not the place where we might find the
27336 # original and so on. Autoconf is especially sensitive to this).
27337 . "./$as_me.lineno"
27338 # Exit status is that of the last command.
27339 exit
27343 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27344 as_dirname=dirname
27345 else
27346 as_dirname=false
27349 ECHO_C= ECHO_N= ECHO_T=
27350 case `echo -n x` in
27351 -n*)
27352 case `echo 'x\c'` in
27353 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27354 *) ECHO_C='\c';;
27355 esac;;
27357 ECHO_N='-n';;
27358 esac
27360 if expr a : '\(a\)' >/dev/null 2>&1 &&
27361 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27362 as_expr=expr
27363 else
27364 as_expr=false
27367 rm -f conf$$ conf$$.exe conf$$.file
27368 if test -d conf$$.dir; then
27369 rm -f conf$$.dir/conf$$.file
27370 else
27371 rm -f conf$$.dir
27372 mkdir conf$$.dir
27374 echo >conf$$.file
27375 if ln -s conf$$.file conf$$ 2>/dev/null; then
27376 as_ln_s='ln -s'
27377 # ... but there are two gotchas:
27378 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27379 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27380 # In both cases, we have to default to `cp -p'.
27381 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27382 as_ln_s='cp -p'
27383 elif ln conf$$.file conf$$ 2>/dev/null; then
27384 as_ln_s=ln
27385 else
27386 as_ln_s='cp -p'
27388 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27389 rmdir conf$$.dir 2>/dev/null
27391 if mkdir -p . 2>/dev/null; then
27392 as_mkdir_p=:
27393 else
27394 test -d ./-p && rmdir ./-p
27395 as_mkdir_p=false
27398 if test -x / >/dev/null 2>&1; then
27399 as_test_x='test -x'
27400 else
27401 if ls -dL / >/dev/null 2>&1; then
27402 as_ls_L_option=L
27403 else
27404 as_ls_L_option=
27406 as_test_x='
27407 eval sh -c '\''
27408 if test -d "$1"; then
27409 test -d "$1/.";
27410 else
27411 case $1 in
27412 -*)set "./$1";;
27413 esac;
27414 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27415 ???[sx]*):;;*)false;;esac;fi
27416 '\'' sh
27419 as_executable_p=$as_test_x
27421 # Sed expression to map a string onto a valid CPP name.
27422 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27424 # Sed expression to map a string onto a valid variable name.
27425 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27428 exec 6>&1
27430 # Save the log message, to keep $[0] and so on meaningful, and to
27431 # report actual input values of CONFIG_FILES etc. instead of their
27432 # values after options handling.
27433 ac_log="
27434 This file was extended by Wine $as_me 1.1.17, which was
27435 generated by GNU Autoconf 2.61. Invocation command line was
27437 CONFIG_FILES = $CONFIG_FILES
27438 CONFIG_HEADERS = $CONFIG_HEADERS
27439 CONFIG_LINKS = $CONFIG_LINKS
27440 CONFIG_COMMANDS = $CONFIG_COMMANDS
27441 $ $0 $@
27443 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27446 _ACEOF
27448 cat >>$CONFIG_STATUS <<_ACEOF
27449 # Files that config.status was made for.
27450 config_files="$ac_config_files"
27451 config_headers="$ac_config_headers"
27452 config_commands="$ac_config_commands"
27454 _ACEOF
27456 cat >>$CONFIG_STATUS <<\_ACEOF
27457 ac_cs_usage="\
27458 \`$as_me' instantiates files from templates according to the
27459 current configuration.
27461 Usage: $0 [OPTIONS] [FILE]...
27463 -h, --help print this help, then exit
27464 -V, --version print version number and configuration settings, then exit
27465 -q, --quiet do not print progress messages
27466 -d, --debug don't remove temporary files
27467 --recheck update $as_me by reconfiguring in the same conditions
27468 --file=FILE[:TEMPLATE]
27469 instantiate the configuration file FILE
27470 --header=FILE[:TEMPLATE]
27471 instantiate the configuration header FILE
27473 Configuration files:
27474 $config_files
27476 Configuration headers:
27477 $config_headers
27479 Configuration commands:
27480 $config_commands
27482 Report bugs to <bug-autoconf@gnu.org>."
27484 _ACEOF
27485 cat >>$CONFIG_STATUS <<_ACEOF
27486 ac_cs_version="\\
27487 Wine config.status 1.1.17
27488 configured by $0, generated by GNU Autoconf 2.61,
27489 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27491 Copyright (C) 2006 Free Software Foundation, Inc.
27492 This config.status script is free software; the Free Software Foundation
27493 gives unlimited permission to copy, distribute and modify it."
27495 ac_pwd='$ac_pwd'
27496 srcdir='$srcdir'
27497 INSTALL='$INSTALL'
27498 _ACEOF
27500 cat >>$CONFIG_STATUS <<\_ACEOF
27501 # If no file are specified by the user, then we need to provide default
27502 # value. By we need to know if files were specified by the user.
27503 ac_need_defaults=:
27504 while test $# != 0
27506 case $1 in
27507 --*=*)
27508 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27509 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27510 ac_shift=:
27513 ac_option=$1
27514 ac_optarg=$2
27515 ac_shift=shift
27517 esac
27519 case $ac_option in
27520 # Handling of the options.
27521 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27522 ac_cs_recheck=: ;;
27523 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27524 echo "$ac_cs_version"; exit ;;
27525 --debug | --debu | --deb | --de | --d | -d )
27526 debug=: ;;
27527 --file | --fil | --fi | --f )
27528 $ac_shift
27529 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27530 ac_need_defaults=false;;
27531 --header | --heade | --head | --hea )
27532 $ac_shift
27533 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27534 ac_need_defaults=false;;
27535 --he | --h)
27536 # Conflict between --help and --header
27537 { echo "$as_me: error: ambiguous option: $1
27538 Try \`$0 --help' for more information." >&2
27539 { (exit 1); exit 1; }; };;
27540 --help | --hel | -h )
27541 echo "$ac_cs_usage"; exit ;;
27542 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27543 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27544 ac_cs_silent=: ;;
27546 # This is an error.
27547 -*) { echo "$as_me: error: unrecognized option: $1
27548 Try \`$0 --help' for more information." >&2
27549 { (exit 1); exit 1; }; } ;;
27551 *) ac_config_targets="$ac_config_targets $1"
27552 ac_need_defaults=false ;;
27554 esac
27555 shift
27556 done
27558 ac_configure_extra_args=
27560 if $ac_cs_silent; then
27561 exec 6>/dev/null
27562 ac_configure_extra_args="$ac_configure_extra_args --silent"
27565 _ACEOF
27566 cat >>$CONFIG_STATUS <<_ACEOF
27567 if \$ac_cs_recheck; then
27568 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27569 CONFIG_SHELL=$SHELL
27570 export CONFIG_SHELL
27571 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27574 _ACEOF
27575 cat >>$CONFIG_STATUS <<\_ACEOF
27576 exec 5>>config.log
27578 echo
27579 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27580 ## Running $as_me. ##
27581 _ASBOX
27582 echo "$ac_log"
27583 } >&5
27585 _ACEOF
27586 cat >>$CONFIG_STATUS <<_ACEOF
27587 _ACEOF
27589 cat >>$CONFIG_STATUS <<\_ACEOF
27591 # Handling of arguments.
27592 for ac_config_target in $ac_config_targets
27594 case $ac_config_target in
27595 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27596 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27597 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27598 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27599 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27600 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27601 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27602 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27603 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27604 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27605 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27606 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27607 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27608 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27609 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27610 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27611 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27612 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27613 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27614 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27615 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27616 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27617 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27618 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27619 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27620 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27621 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27622 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27623 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27624 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27625 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27626 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27627 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27628 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27629 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27630 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27631 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27632 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27633 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27634 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27635 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27636 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27637 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27638 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27639 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27640 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
27641 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27642 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27643 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27644 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27645 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27646 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27647 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27648 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27649 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27650 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27651 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27652 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27653 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27654 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27655 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27656 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27657 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27658 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27659 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27660 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27661 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27662 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27663 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27664 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27665 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27666 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27667 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27668 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27669 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27670 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27671 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27672 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27673 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27674 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27675 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27676 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27677 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27678 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27679 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27680 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27681 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27682 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27683 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27684 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27685 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27686 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27687 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27688 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27689 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27690 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27691 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27692 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27693 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27694 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27695 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27696 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27697 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27698 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
27699 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
27700 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27701 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27702 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27703 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27704 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27705 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27706 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27707 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27708 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27709 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27710 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27711 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27712 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27713 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27714 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27715 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27716 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27717 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27718 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27719 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27720 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27721 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27722 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27723 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27724 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27725 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27726 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27727 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27728 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27729 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27730 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27731 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27732 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27733 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27734 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27735 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27736 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27737 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27738 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27739 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27740 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27741 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27742 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27743 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27744 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27745 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27746 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27747 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27748 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27749 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27750 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27751 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27752 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27753 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27754 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27755 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27756 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27757 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27758 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27759 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27760 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27761 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27762 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27763 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27764 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27765 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27766 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27767 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27768 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27769 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27770 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27771 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27772 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
27773 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27774 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27775 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27776 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27777 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27778 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27779 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27780 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
27781 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27782 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27783 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27784 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27785 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
27786 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27787 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27788 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27789 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27790 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27791 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27792 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27793 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27794 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
27795 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27796 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27797 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
27798 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27799 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27800 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27801 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27802 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27803 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27804 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27805 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27806 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
27807 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27808 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27809 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27810 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27811 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27812 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27813 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27814 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27815 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27816 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27817 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27818 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27819 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27820 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27821 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27822 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27823 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27824 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27825 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27826 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27827 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27828 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27829 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27830 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27831 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27832 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27833 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27834 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27835 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27836 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27837 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27838 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27839 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27840 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27841 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27842 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27843 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27844 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27845 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27846 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27847 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27848 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27849 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27850 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27851 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27852 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27853 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27854 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27855 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
27856 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
27857 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
27858 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
27859 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
27860 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
27861 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27862 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27863 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27864 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27865 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27866 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27867 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
27868 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27869 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27870 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27871 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
27872 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27873 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27874 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27875 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27876 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27877 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27878 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27879 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27880 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27881 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27882 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27883 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27884 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27885 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27886 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27887 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27888 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27889 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27890 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27891 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27892 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27893 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27894 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27895 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27896 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27897 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27898 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27899 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27900 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27901 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27902 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27903 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27904 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27905 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27906 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27907 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27908 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27909 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
27910 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27911 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
27912 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27913 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
27914 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27915 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
27916 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27917 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27918 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27919 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
27920 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27921 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27922 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27923 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27924 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
27925 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27926 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27927 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27928 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27929 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27930 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
27931 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27932 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27933 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
27934 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27935 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27936 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27937 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27938 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
27939 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
27940 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
27941 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
27942 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
27943 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
27944 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
27945 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
27946 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
27947 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
27948 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
27949 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
27950 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
27951 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
27952 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
27953 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
27954 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
27955 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
27956 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
27957 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
27958 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
27959 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
27960 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
27961 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
27962 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
27963 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27964 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27965 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27966 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27967 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27968 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27969 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27970 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27971 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27972 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27973 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
27974 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
27975 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27976 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27977 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27978 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27979 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27980 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27981 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27982 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27983 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27984 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27985 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27986 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27987 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27988 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27989 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27990 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27991 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27992 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27993 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27994 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27995 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27996 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27997 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27998 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27999 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28000 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28001 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28002 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28003 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28004 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28005 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28006 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28007 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28008 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28009 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28010 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28011 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28012 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28013 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28014 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28015 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28016 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28017 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28018 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28019 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28020 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28021 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28022 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28023 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28024 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28025 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28026 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28027 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28028 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28029 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28030 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28031 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28032 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28033 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28034 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28035 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28036 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28037 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28038 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28039 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28040 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28041 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28042 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28043 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28044 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28045 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28046 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28047 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28048 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28049 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28050 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28051 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28052 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28053 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28054 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28055 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28056 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28057 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28058 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28059 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28060 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28061 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28062 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28063 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28064 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28065 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28066 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28067 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28068 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28069 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28070 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28071 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28072 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28073 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28074 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28075 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28076 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28077 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28078 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28079 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28080 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28081 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28082 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28083 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28084 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28085 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28086 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28088 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28089 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28090 { (exit 1); exit 1; }; };;
28091 esac
28092 done
28095 # If the user did not use the arguments to specify the items to instantiate,
28096 # then the envvar interface is used. Set only those that are not.
28097 # We use the long form for the default assignment because of an extremely
28098 # bizarre bug on SunOS 4.1.3.
28099 if $ac_need_defaults; then
28100 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28101 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28102 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28105 # Have a temporary directory for convenience. Make it in the build tree
28106 # simply because there is no reason against having it here, and in addition,
28107 # creating and moving files from /tmp can sometimes cause problems.
28108 # Hook for its removal unless debugging.
28109 # Note that there is a small window in which the directory will not be cleaned:
28110 # after its creation but before its name has been assigned to `$tmp'.
28111 $debug ||
28113 tmp=
28114 trap 'exit_status=$?
28115 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28117 trap '{ (exit 1); exit 1; }' 1 2 13 15
28119 # Create a (secure) tmp directory for tmp files.
28122 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28123 test -n "$tmp" && test -d "$tmp"
28124 } ||
28126 tmp=./conf$$-$RANDOM
28127 (umask 077 && mkdir "$tmp")
28128 } ||
28130 echo "$me: cannot create a temporary directory in ." >&2
28131 { (exit 1); exit 1; }
28135 # Set up the sed scripts for CONFIG_FILES section.
28138 # No need to generate the scripts if there are no CONFIG_FILES.
28139 # This happens for instance when ./config.status config.h
28140 if test -n "$CONFIG_FILES"; then
28142 _ACEOF
28144 # Create sed commands to just substitute file output variables.
28146 # Remaining file output variables are in a fragment that also has non-file
28147 # output varibles.
28151 ac_delim='%!_!# '
28152 for ac_last_try in false false false false false :; do
28153 cat >conf$$subs.sed <<_ACEOF
28154 SHELL!$SHELL$ac_delim
28155 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28156 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28157 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28158 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28159 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28160 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28161 exec_prefix!$exec_prefix$ac_delim
28162 prefix!$prefix$ac_delim
28163 program_transform_name!$program_transform_name$ac_delim
28164 bindir!$bindir$ac_delim
28165 sbindir!$sbindir$ac_delim
28166 libexecdir!$libexecdir$ac_delim
28167 datarootdir!$datarootdir$ac_delim
28168 datadir!$datadir$ac_delim
28169 sysconfdir!$sysconfdir$ac_delim
28170 sharedstatedir!$sharedstatedir$ac_delim
28171 localstatedir!$localstatedir$ac_delim
28172 includedir!$includedir$ac_delim
28173 oldincludedir!$oldincludedir$ac_delim
28174 docdir!$docdir$ac_delim
28175 infodir!$infodir$ac_delim
28176 htmldir!$htmldir$ac_delim
28177 dvidir!$dvidir$ac_delim
28178 pdfdir!$pdfdir$ac_delim
28179 psdir!$psdir$ac_delim
28180 libdir!$libdir$ac_delim
28181 localedir!$localedir$ac_delim
28182 mandir!$mandir$ac_delim
28183 DEFS!$DEFS$ac_delim
28184 ECHO_C!$ECHO_C$ac_delim
28185 ECHO_N!$ECHO_N$ac_delim
28186 ECHO_T!$ECHO_T$ac_delim
28187 LIBS!$LIBS$ac_delim
28188 build_alias!$build_alias$ac_delim
28189 host_alias!$host_alias$ac_delim
28190 target_alias!$target_alias$ac_delim
28191 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28192 build!$build$ac_delim
28193 build_cpu!$build_cpu$ac_delim
28194 build_vendor!$build_vendor$ac_delim
28195 build_os!$build_os$ac_delim
28196 host!$host$ac_delim
28197 host_cpu!$host_cpu$ac_delim
28198 host_vendor!$host_vendor$ac_delim
28199 host_os!$host_os$ac_delim
28200 SET_MAKE!$SET_MAKE$ac_delim
28201 CC!$CC$ac_delim
28202 CFLAGS!$CFLAGS$ac_delim
28203 LDFLAGS!$LDFLAGS$ac_delim
28204 CPPFLAGS!$CPPFLAGS$ac_delim
28205 ac_ct_CC!$ac_ct_CC$ac_delim
28206 EXEEXT!$EXEEXT$ac_delim
28207 OBJEXT!$OBJEXT$ac_delim
28208 CXX!$CXX$ac_delim
28209 CXXFLAGS!$CXXFLAGS$ac_delim
28210 ac_ct_CXX!$ac_ct_CXX$ac_delim
28211 CPPBIN!$CPPBIN$ac_delim
28212 TARGETFLAGS!$TARGETFLAGS$ac_delim
28213 WIN16_FILES!$WIN16_FILES$ac_delim
28214 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28215 TOOLSDIR!$TOOLSDIR$ac_delim
28216 FLEX!$FLEX$ac_delim
28217 BISON!$BISON$ac_delim
28218 AS!$AS$ac_delim
28219 ac_ct_AS!$ac_ct_AS$ac_delim
28220 LD!$LD$ac_delim
28221 ac_ct_LD!$ac_ct_LD$ac_delim
28222 NM!$NM$ac_delim
28223 ac_ct_NM!$ac_ct_NM$ac_delim
28224 AR!$AR$ac_delim
28225 ac_ct_AR!$ac_ct_AR$ac_delim
28226 ARFLAGS!$ARFLAGS$ac_delim
28227 RANLIB!$RANLIB$ac_delim
28228 STRIP!$STRIP$ac_delim
28229 WINDRES!$WINDRES$ac_delim
28230 LN_S!$LN_S$ac_delim
28231 LN!$LN$ac_delim
28232 GREP!$GREP$ac_delim
28233 EGREP!$EGREP$ac_delim
28234 LDCONFIG!$LDCONFIG$ac_delim
28235 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28236 _ACEOF
28238 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28239 break
28240 elif $ac_last_try; then
28241 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28242 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28243 { (exit 1); exit 1; }; }
28244 else
28245 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28247 done
28249 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28250 if test -n "$ac_eof"; then
28251 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28252 ac_eof=`expr $ac_eof + 1`
28255 cat >>$CONFIG_STATUS <<_ACEOF
28256 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28257 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28258 /^[ ]*@MAKE_RULES@[ ]*$/{
28259 r $MAKE_RULES
28262 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28263 r $MAKE_DLL_RULES
28266 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28267 r $MAKE_IMPLIB_RULES
28270 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28271 r $MAKE_TEST_RULES
28274 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28275 r $MAKE_PROG_RULES
28278 _ACEOF
28279 sed '
28280 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28281 s/^/s,@/; s/!/@,|#_!!_#|/
28284 s/'"$ac_delim"'$/,g/; t
28285 s/$/\\/; p
28286 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28287 ' >>$CONFIG_STATUS <conf$$subs.sed
28288 rm -f conf$$subs.sed
28289 cat >>$CONFIG_STATUS <<_ACEOF
28290 CEOF$ac_eof
28291 _ACEOF
28294 ac_delim='%!_!# '
28295 for ac_last_try in false false false false false :; do
28296 cat >conf$$subs.sed <<_ACEOF
28297 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28298 INSTALL_DATA!$INSTALL_DATA$ac_delim
28299 LINT!$LINT$ac_delim
28300 LINTFLAGS!$LINTFLAGS$ac_delim
28301 FONTFORGE!$FONTFORGE$ac_delim
28302 PKG_CONFIG!$PKG_CONFIG$ac_delim
28303 RSVG!$RSVG$ac_delim
28304 ICOTOOL!$ICOTOOL$ac_delim
28305 PRELINK!$PRELINK$ac_delim
28306 XLIB!$XLIB$ac_delim
28307 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28308 CPP!$CPP$ac_delim
28309 DLLEXT!$DLLEXT$ac_delim
28310 DLLFLAGS!$DLLFLAGS$ac_delim
28311 LDSHARED!$LDSHARED$ac_delim
28312 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28313 LIBEXT!$LIBEXT$ac_delim
28314 IMPLIBEXT!$IMPLIBEXT$ac_delim
28315 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28316 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28317 LDD!$LDD$ac_delim
28318 DLLTOOL!$DLLTOOL$ac_delim
28319 DLLWRAP!$DLLWRAP$ac_delim
28320 MINGWAR!$MINGWAR$ac_delim
28321 SECURITYLIB!$SECURITYLIB$ac_delim
28322 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28323 IOKITLIB!$IOKITLIB$ac_delim
28324 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28325 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28326 COREAUDIO!$COREAUDIO$ac_delim
28327 CARBONLIB!$CARBONLIB$ac_delim
28328 CROSSCC!$CROSSCC$ac_delim
28329 CROSSWINDRES!$CROSSWINDRES$ac_delim
28330 CROSSTEST!$CROSSTEST$ac_delim
28331 LIBPTHREAD!$LIBPTHREAD$ac_delim
28332 XMKMF!$XMKMF$ac_delim
28333 X_CFLAGS!$X_CFLAGS$ac_delim
28334 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28335 X_LIBS!$X_LIBS$ac_delim
28336 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28337 NASLIBS!$NASLIBS$ac_delim
28338 XML2LIBS!$XML2LIBS$ac_delim
28339 XML2INCL!$XML2INCL$ac_delim
28340 XSLTINCL!$XSLTINCL$ac_delim
28341 HALINCL!$HALINCL$ac_delim
28342 GNUTLSINCL!$GNUTLSINCL$ac_delim
28343 sane_devel!$sane_devel$ac_delim
28344 SANEINCL!$SANEINCL$ac_delim
28345 gphoto2_devel!$gphoto2_devel$ac_delim
28346 gphoto2port_devel!$gphoto2port_devel$ac_delim
28347 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28348 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28349 RESOLVLIBS!$RESOLVLIBS$ac_delim
28350 LCMSLIBS!$LCMSLIBS$ac_delim
28351 ft_devel!$ft_devel$ac_delim
28352 FREETYPELIBS!$FREETYPELIBS$ac_delim
28353 FREETYPEINCL!$FREETYPEINCL$ac_delim
28354 ESDCONFIG!$ESDCONFIG$ac_delim
28355 ESDINCL!$ESDINCL$ac_delim
28356 ESDLIBS!$ESDLIBS$ac_delim
28357 PULSELIBS!$PULSELIBS$ac_delim
28358 ALSALIBS!$ALSALIBS$ac_delim
28359 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28360 CUPSINCL!$CUPSINCL$ac_delim
28361 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28362 LIBKSTAT!$LIBKSTAT$ac_delim
28363 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28364 BUILTINFLAG!$BUILTINFLAG$ac_delim
28365 LDPATH!$LDPATH$ac_delim
28366 CRTLIBS!$CRTLIBS$ac_delim
28367 SOCKETLIBS!$SOCKETLIBS$ac_delim
28368 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28369 LIBDL!$LIBDL$ac_delim
28370 LIBPOLL!$LIBPOLL$ac_delim
28371 LDAPLIBS!$LDAPLIBS$ac_delim
28372 DEPENDENCIES!$DEPENDENCIES$ac_delim
28373 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28374 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28375 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28376 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28377 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28378 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28379 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28380 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28381 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28382 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28383 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28384 LIBOBJS!$LIBOBJS$ac_delim
28385 LTLIBOBJS!$LTLIBOBJS$ac_delim
28386 _ACEOF
28388 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
28389 break
28390 elif $ac_last_try; then
28391 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28392 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28393 { (exit 1); exit 1; }; }
28394 else
28395 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28397 done
28399 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28400 if test -n "$ac_eof"; then
28401 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28402 ac_eof=`expr $ac_eof + 1`
28405 cat >>$CONFIG_STATUS <<_ACEOF
28406 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28407 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28408 _ACEOF
28409 sed '
28410 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28411 s/^/s,@/; s/!/@,|#_!!_#|/
28414 s/'"$ac_delim"'$/,g/; t
28415 s/$/\\/; p
28416 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28417 ' >>$CONFIG_STATUS <conf$$subs.sed
28418 rm -f conf$$subs.sed
28419 cat >>$CONFIG_STATUS <<_ACEOF
28420 :end
28421 s/|#_!!_#|//g
28422 CEOF$ac_eof
28423 _ACEOF
28426 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28427 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28428 # trailing colons and then remove the whole line if VPATH becomes empty
28429 # (actually we leave an empty line to preserve line numbers).
28430 if test "x$srcdir" = x.; then
28431 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28432 s/:*\$(srcdir):*/:/
28433 s/:*\${srcdir}:*/:/
28434 s/:*@srcdir@:*/:/
28435 s/^\([^=]*=[ ]*\):*/\1/
28436 s/:*$//
28437 s/^[^=]*=[ ]*$//
28441 cat >>$CONFIG_STATUS <<\_ACEOF
28442 fi # test -n "$CONFIG_FILES"
28445 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28447 case $ac_tag in
28448 :[FHLC]) ac_mode=$ac_tag; continue;;
28449 esac
28450 case $ac_mode$ac_tag in
28451 :[FHL]*:*);;
28452 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28453 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28454 { (exit 1); exit 1; }; };;
28455 :[FH]-) ac_tag=-:-;;
28456 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28457 esac
28458 ac_save_IFS=$IFS
28459 IFS=:
28460 set x $ac_tag
28461 IFS=$ac_save_IFS
28462 shift
28463 ac_file=$1
28464 shift
28466 case $ac_mode in
28467 :L) ac_source=$1;;
28468 :[FH])
28469 ac_file_inputs=
28470 for ac_f
28472 case $ac_f in
28473 -) ac_f="$tmp/stdin";;
28474 *) # Look for the file first in the build tree, then in the source tree
28475 # (if the path is not absolute). The absolute path cannot be DOS-style,
28476 # because $ac_f cannot contain `:'.
28477 test -f "$ac_f" ||
28478 case $ac_f in
28479 [\\/$]*) false;;
28480 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28481 esac ||
28482 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28483 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28484 { (exit 1); exit 1; }; };;
28485 esac
28486 ac_file_inputs="$ac_file_inputs $ac_f"
28487 done
28489 # Let's still pretend it is `configure' which instantiates (i.e., don't
28490 # use $as_me), people would be surprised to read:
28491 # /* config.h. Generated by config.status. */
28492 configure_input="Generated from "`IFS=:
28493 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28494 if test x"$ac_file" != x-; then
28495 configure_input="$ac_file. $configure_input"
28496 { echo "$as_me:$LINENO: creating $ac_file" >&5
28497 echo "$as_me: creating $ac_file" >&6;}
28500 case $ac_tag in
28501 *:-:* | *:-) cat >"$tmp/stdin";;
28502 esac
28504 esac
28506 ac_dir=`$as_dirname -- "$ac_file" ||
28507 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28508 X"$ac_file" : 'X\(//\)[^/]' \| \
28509 X"$ac_file" : 'X\(//\)$' \| \
28510 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28511 echo X"$ac_file" |
28512 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28513 s//\1/
28516 /^X\(\/\/\)[^/].*/{
28517 s//\1/
28520 /^X\(\/\/\)$/{
28521 s//\1/
28524 /^X\(\/\).*/{
28525 s//\1/
28528 s/.*/./; q'`
28529 { as_dir="$ac_dir"
28530 case $as_dir in #(
28531 -*) as_dir=./$as_dir;;
28532 esac
28533 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28534 as_dirs=
28535 while :; do
28536 case $as_dir in #(
28537 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28538 *) as_qdir=$as_dir;;
28539 esac
28540 as_dirs="'$as_qdir' $as_dirs"
28541 as_dir=`$as_dirname -- "$as_dir" ||
28542 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28543 X"$as_dir" : 'X\(//\)[^/]' \| \
28544 X"$as_dir" : 'X\(//\)$' \| \
28545 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28546 echo X"$as_dir" |
28547 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28548 s//\1/
28551 /^X\(\/\/\)[^/].*/{
28552 s//\1/
28555 /^X\(\/\/\)$/{
28556 s//\1/
28559 /^X\(\/\).*/{
28560 s//\1/
28563 s/.*/./; q'`
28564 test -d "$as_dir" && break
28565 done
28566 test -z "$as_dirs" || eval "mkdir $as_dirs"
28567 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28568 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28569 { (exit 1); exit 1; }; }; }
28570 ac_builddir=.
28572 case "$ac_dir" in
28573 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28575 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28576 # A ".." for each directory in $ac_dir_suffix.
28577 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28578 case $ac_top_builddir_sub in
28579 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28580 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28581 esac ;;
28582 esac
28583 ac_abs_top_builddir=$ac_pwd
28584 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28585 # for backward compatibility:
28586 ac_top_builddir=$ac_top_build_prefix
28588 case $srcdir in
28589 .) # We are building in place.
28590 ac_srcdir=.
28591 ac_top_srcdir=$ac_top_builddir_sub
28592 ac_abs_top_srcdir=$ac_pwd ;;
28593 [\\/]* | ?:[\\/]* ) # Absolute name.
28594 ac_srcdir=$srcdir$ac_dir_suffix;
28595 ac_top_srcdir=$srcdir
28596 ac_abs_top_srcdir=$srcdir ;;
28597 *) # Relative name.
28598 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28599 ac_top_srcdir=$ac_top_build_prefix$srcdir
28600 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28601 esac
28602 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28605 case $ac_mode in
28608 # CONFIG_FILE
28611 case $INSTALL in
28612 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28613 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28614 esac
28615 _ACEOF
28617 cat >>$CONFIG_STATUS <<\_ACEOF
28618 # If the template does not know about datarootdir, expand it.
28619 # FIXME: This hack should be removed a few years after 2.60.
28620 ac_datarootdir_hack=; ac_datarootdir_seen=
28622 case `sed -n '/datarootdir/ {
28626 /@datadir@/p
28627 /@docdir@/p
28628 /@infodir@/p
28629 /@localedir@/p
28630 /@mandir@/p
28631 ' $ac_file_inputs` in
28632 *datarootdir*) ac_datarootdir_seen=yes;;
28633 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28634 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28635 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28636 _ACEOF
28637 cat >>$CONFIG_STATUS <<_ACEOF
28638 ac_datarootdir_hack='
28639 s&@datadir@&$datadir&g
28640 s&@docdir@&$docdir&g
28641 s&@infodir@&$infodir&g
28642 s&@localedir@&$localedir&g
28643 s&@mandir@&$mandir&g
28644 s&\\\${datarootdir}&$datarootdir&g' ;;
28645 esac
28646 _ACEOF
28648 # Neutralize VPATH when `$srcdir' = `.'.
28649 # Shell code in configure.ac might set extrasub.
28650 # FIXME: do we really want to maintain this feature?
28651 cat >>$CONFIG_STATUS <<_ACEOF
28652 sed "$ac_vpsub
28653 $extrasub
28654 _ACEOF
28655 cat >>$CONFIG_STATUS <<\_ACEOF
28657 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28658 s&@configure_input@&$configure_input&;t t
28659 s&@top_builddir@&$ac_top_builddir_sub&;t t
28660 s&@srcdir@&$ac_srcdir&;t t
28661 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28662 s&@top_srcdir@&$ac_top_srcdir&;t t
28663 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28664 s&@builddir@&$ac_builddir&;t t
28665 s&@abs_builddir@&$ac_abs_builddir&;t t
28666 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28667 s&@INSTALL@&$ac_INSTALL&;t t
28668 $ac_datarootdir_hack
28669 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28671 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28672 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28673 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28674 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28675 which seems to be undefined. Please make sure it is defined." >&5
28676 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28677 which seems to be undefined. Please make sure it is defined." >&2;}
28679 rm -f "$tmp/stdin"
28680 case $ac_file in
28681 -) cat "$tmp/out"; rm -f "$tmp/out";;
28682 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28683 esac
28687 # CONFIG_HEADER
28689 _ACEOF
28691 # Transform confdefs.h into a sed script `conftest.defines', that
28692 # substitutes the proper values into config.h.in to produce config.h.
28693 rm -f conftest.defines conftest.tail
28694 # First, append a space to every undef/define line, to ease matching.
28695 echo 's/$/ /' >conftest.defines
28696 # Then, protect against being on the right side of a sed subst, or in
28697 # an unquoted here document, in config.status. If some macros were
28698 # called several times there might be several #defines for the same
28699 # symbol, which is useless. But do not sort them, since the last
28700 # AC_DEFINE must be honored.
28701 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28702 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28703 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28704 # PARAMS is the parameter list in the macro definition--in most cases, it's
28705 # just an empty string.
28706 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28707 ac_dB='\\)[ (].*,\\1define\\2'
28708 ac_dC=' '
28709 ac_dD=' ,'
28711 uniq confdefs.h |
28712 sed -n '
28713 t rset
28714 :rset
28715 s/^[ ]*#[ ]*define[ ][ ]*//
28716 t ok
28719 s/[\\&,]/\\&/g
28720 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28721 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28722 ' >>conftest.defines
28724 # Remove the space that was appended to ease matching.
28725 # Then replace #undef with comments. This is necessary, for
28726 # example, in the case of _POSIX_SOURCE, which is predefined and required
28727 # on some systems where configure will not decide to define it.
28728 # (The regexp can be short, since the line contains either #define or #undef.)
28729 echo 's/ $//
28730 s,^[ #]*u.*,/* & */,' >>conftest.defines
28732 # Break up conftest.defines:
28733 ac_max_sed_lines=50
28735 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28736 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28737 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28738 # et cetera.
28739 ac_in='$ac_file_inputs'
28740 ac_out='"$tmp/out1"'
28741 ac_nxt='"$tmp/out2"'
28743 while :
28745 # Write a here document:
28746 cat >>$CONFIG_STATUS <<_ACEOF
28747 # First, check the format of the line:
28748 cat >"\$tmp/defines.sed" <<\\CEOF
28749 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28750 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28752 :def
28753 _ACEOF
28754 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28755 echo 'CEOF
28756 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28757 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28758 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28759 grep . conftest.tail >/dev/null || break
28760 rm -f conftest.defines
28761 mv conftest.tail conftest.defines
28762 done
28763 rm -f conftest.defines conftest.tail
28765 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28766 cat >>$CONFIG_STATUS <<\_ACEOF
28767 if test x"$ac_file" != x-; then
28768 echo "/* $configure_input */" >"$tmp/config.h"
28769 cat "$ac_result" >>"$tmp/config.h"
28770 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28771 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28772 echo "$as_me: $ac_file is unchanged" >&6;}
28773 else
28774 rm -f $ac_file
28775 mv "$tmp/config.h" $ac_file
28777 else
28778 echo "/* $configure_input */"
28779 cat "$ac_result"
28781 rm -f "$tmp/out12"
28784 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28785 echo "$as_me: executing $ac_file commands" >&6;}
28787 esac
28790 case $ac_file$ac_mode in
28791 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28792 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28793 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28794 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28795 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28796 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28797 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28798 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28799 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28800 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28801 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28802 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28803 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28805 esac
28806 done # for ac_tag
28809 { (exit 0); exit 0; }
28810 _ACEOF
28811 chmod +x $CONFIG_STATUS
28812 ac_clean_files=$ac_clean_files_save
28815 # configure is writing to config.log, and then calls config.status.
28816 # config.status does its own redirection, appending to config.log.
28817 # Unfortunately, on DOS this fails, as config.log is still kept open
28818 # by configure, so config.status won't be able to write to it; its
28819 # output is simply discarded. So we exec the FD to /dev/null,
28820 # effectively closing config.log, so it can be properly (re)opened and
28821 # appended to by config.status. When coming back to configure, we
28822 # need to make the FD available again.
28823 if test "$no_create" != yes; then
28824 ac_cs_success=:
28825 ac_config_status_args=
28826 test "$silent" = yes &&
28827 ac_config_status_args="$ac_config_status_args --quiet"
28828 exec 5>/dev/null
28829 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28830 exec 5>>config.log
28831 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28832 # would make configure fail if this is the last instruction.
28833 $ac_cs_success || { (exit 1); exit 1; }
28837 if test "$no_create" = "yes"
28838 then
28839 exit 0
28842 ac_save_IFS="$IFS"
28843 if test "x$wine_notices != "x; then
28844 echo >&6
28845 IFS="|"
28846 for msg in $wine_notices; do
28847 IFS="$ac_save_IFS"
28848 if test -n "$msg"; then
28849 { echo "$as_me:$LINENO: $msg" >&5
28850 echo "$as_me: $msg" >&6;}
28852 done
28854 IFS="|"
28855 for msg in $wine_warnings; do
28856 IFS="$ac_save_IFS"
28857 if test -n "$msg"; then
28858 echo >&2
28859 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28860 echo "$as_me: WARNING: $msg" >&2;}
28862 done
28863 IFS="$ac_save_IFS"
28865 echo "
28866 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28867 " >&6