push e2308b9c6dc940b8389f656b8a3f458d065e25ec
[wine/hacks.git] / configure
blobbd994ebfad9cd14675093c5a35f8af2c759efe33
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 ac_wine_check_funcs_save_LIBS="$LIBS"
14700 LIBS="$LIBS $LIBPTHREAD"
14705 for ac_func in \
14706 pthread_attr_get_np \
14707 pthread_getattr_np \
14708 pthread_get_stackaddr_np \
14709 pthread_get_stacksize_np
14711 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14712 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14713 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14714 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14715 echo $ECHO_N "(cached) $ECHO_C" >&6
14716 else
14717 cat >conftest.$ac_ext <<_ACEOF
14718 /* confdefs.h. */
14719 _ACEOF
14720 cat confdefs.h >>conftest.$ac_ext
14721 cat >>conftest.$ac_ext <<_ACEOF
14722 /* end confdefs.h. */
14723 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14724 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14725 #define $ac_func innocuous_$ac_func
14727 /* System header to define __stub macros and hopefully few prototypes,
14728 which can conflict with char $ac_func (); below.
14729 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14730 <limits.h> exists even on freestanding compilers. */
14732 #ifdef __STDC__
14733 # include <limits.h>
14734 #else
14735 # include <assert.h>
14736 #endif
14738 #undef $ac_func
14740 /* Override any GCC internal prototype to avoid an error.
14741 Use char because int might match the return type of a GCC
14742 builtin and then its argument prototype would still apply. */
14743 #ifdef __cplusplus
14744 extern "C"
14745 #endif
14746 char $ac_func ();
14747 /* The GNU C library defines this for functions which it implements
14748 to always fail with ENOSYS. Some functions are actually named
14749 something starting with __ and the normal name is an alias. */
14750 #if defined __stub_$ac_func || defined __stub___$ac_func
14751 choke me
14752 #endif
14755 main ()
14757 return $ac_func ();
14759 return 0;
14761 _ACEOF
14762 rm -f conftest.$ac_objext conftest$ac_exeext
14763 if { (ac_try="$ac_link"
14764 case "(($ac_try" in
14765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14766 *) ac_try_echo=$ac_try;;
14767 esac
14768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14769 (eval "$ac_link") 2>conftest.er1
14770 ac_status=$?
14771 grep -v '^ *+' conftest.er1 >conftest.err
14772 rm -f conftest.er1
14773 cat conftest.err >&5
14774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14775 (exit $ac_status); } && {
14776 test -z "$ac_c_werror_flag" ||
14777 test ! -s conftest.err
14778 } && test -s conftest$ac_exeext &&
14779 $as_test_x conftest$ac_exeext; then
14780 eval "$as_ac_var=yes"
14781 else
14782 echo "$as_me: failed program was:" >&5
14783 sed 's/^/| /' conftest.$ac_ext >&5
14785 eval "$as_ac_var=no"
14788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14789 conftest$ac_exeext conftest.$ac_ext
14791 ac_res=`eval echo '${'$as_ac_var'}'`
14792 { echo "$as_me:$LINENO: result: $ac_res" >&5
14793 echo "${ECHO_T}$ac_res" >&6; }
14794 if test `eval echo '${'$as_ac_var'}'` = yes; then
14795 cat >>confdefs.h <<_ACEOF
14796 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14797 _ACEOF
14800 done
14802 LIBS="$ac_wine_check_funcs_save_LIBS"
14804 if test "x$with_esd" != xno
14805 then
14806 save_CFLAGS="$CFLAGS"
14807 # Extract the first word of "esd-config", so it can be a program name with args.
14808 set dummy esd-config; ac_word=$2
14809 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14810 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14811 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14812 echo $ECHO_N "(cached) $ECHO_C" >&6
14813 else
14814 case $ESDCONFIG in
14815 [\\/]* | ?:[\\/]*)
14816 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14820 for as_dir in $PATH
14822 IFS=$as_save_IFS
14823 test -z "$as_dir" && as_dir=.
14824 for ac_exec_ext in '' $ac_executable_extensions; do
14825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14826 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14827 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14828 break 2
14830 done
14831 done
14832 IFS=$as_save_IFS
14834 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14836 esac
14838 ESDCONFIG=$ac_cv_path_ESDCONFIG
14839 if test -n "$ESDCONFIG"; then
14840 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14841 echo "${ECHO_T}$ESDCONFIG" >&6; }
14842 else
14843 { echo "$as_me:$LINENO: result: no" >&5
14844 echo "${ECHO_T}no" >&6; }
14848 if test "x$ESDCONFIG" != "xno"
14849 then
14850 ac_esd_incl=""
14851 for i in `$ESDCONFIG --cflags`
14853 case "$i" in
14854 -I*) ac_esd_incl="$ac_esd_incl $i";;
14855 esac
14856 done
14857 ac_esd_libs=`$ESDCONFIG --libs`
14858 CFLAGS="$CFLAGS $ac_esd_incl"
14860 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14861 if test "${ac_cv_header_esd_h+set}" = set; then
14862 { echo "$as_me:$LINENO: checking for esd.h" >&5
14863 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14864 if test "${ac_cv_header_esd_h+set}" = set; then
14865 echo $ECHO_N "(cached) $ECHO_C" >&6
14867 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14868 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14869 else
14870 # Is the header compilable?
14871 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14872 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14873 cat >conftest.$ac_ext <<_ACEOF
14874 /* confdefs.h. */
14875 _ACEOF
14876 cat confdefs.h >>conftest.$ac_ext
14877 cat >>conftest.$ac_ext <<_ACEOF
14878 /* end confdefs.h. */
14879 $ac_includes_default
14880 #include <esd.h>
14881 _ACEOF
14882 rm -f conftest.$ac_objext
14883 if { (ac_try="$ac_compile"
14884 case "(($ac_try" in
14885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14886 *) ac_try_echo=$ac_try;;
14887 esac
14888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14889 (eval "$ac_compile") 2>conftest.er1
14890 ac_status=$?
14891 grep -v '^ *+' conftest.er1 >conftest.err
14892 rm -f conftest.er1
14893 cat conftest.err >&5
14894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14895 (exit $ac_status); } && {
14896 test -z "$ac_c_werror_flag" ||
14897 test ! -s conftest.err
14898 } && test -s conftest.$ac_objext; then
14899 ac_header_compiler=yes
14900 else
14901 echo "$as_me: failed program was:" >&5
14902 sed 's/^/| /' conftest.$ac_ext >&5
14904 ac_header_compiler=no
14907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14908 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14909 echo "${ECHO_T}$ac_header_compiler" >&6; }
14911 # Is the header present?
14912 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14913 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14914 cat >conftest.$ac_ext <<_ACEOF
14915 /* confdefs.h. */
14916 _ACEOF
14917 cat confdefs.h >>conftest.$ac_ext
14918 cat >>conftest.$ac_ext <<_ACEOF
14919 /* end confdefs.h. */
14920 #include <esd.h>
14921 _ACEOF
14922 if { (ac_try="$ac_cpp conftest.$ac_ext"
14923 case "(($ac_try" in
14924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14925 *) ac_try_echo=$ac_try;;
14926 esac
14927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14928 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14929 ac_status=$?
14930 grep -v '^ *+' conftest.er1 >conftest.err
14931 rm -f conftest.er1
14932 cat conftest.err >&5
14933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14934 (exit $ac_status); } >/dev/null && {
14935 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14936 test ! -s conftest.err
14937 }; then
14938 ac_header_preproc=yes
14939 else
14940 echo "$as_me: failed program was:" >&5
14941 sed 's/^/| /' conftest.$ac_ext >&5
14943 ac_header_preproc=no
14946 rm -f conftest.err conftest.$ac_ext
14947 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14948 echo "${ECHO_T}$ac_header_preproc" >&6; }
14950 # So? What about this header?
14951 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14952 yes:no: )
14953 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14954 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14955 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14956 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14957 ac_header_preproc=yes
14959 no:yes:* )
14960 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14961 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14962 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14963 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14964 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14965 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14966 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14967 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14968 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14969 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14970 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14971 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14972 ( cat <<\_ASBOX
14973 ## ------------------------------------ ##
14974 ## Report this to wine-devel@winehq.org ##
14975 ## ------------------------------------ ##
14976 _ASBOX
14977 ) | sed "s/^/$as_me: WARNING: /" >&2
14979 esac
14980 { echo "$as_me:$LINENO: checking for esd.h" >&5
14981 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14982 if test "${ac_cv_header_esd_h+set}" = set; then
14983 echo $ECHO_N "(cached) $ECHO_C" >&6
14984 else
14985 ac_cv_header_esd_h=$ac_header_preproc
14987 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14988 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14991 if test $ac_cv_header_esd_h = yes; then
14992 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14993 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14994 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14995 echo $ECHO_N "(cached) $ECHO_C" >&6
14996 else
14997 ac_check_lib_save_LIBS=$LIBS
14998 LIBS="-lesd $ac_esd_libs $LIBS"
14999 cat >conftest.$ac_ext <<_ACEOF
15000 /* confdefs.h. */
15001 _ACEOF
15002 cat confdefs.h >>conftest.$ac_ext
15003 cat >>conftest.$ac_ext <<_ACEOF
15004 /* end confdefs.h. */
15006 /* Override any GCC internal prototype to avoid an error.
15007 Use char because int might match the return type of a GCC
15008 builtin and then its argument prototype would still apply. */
15009 #ifdef __cplusplus
15010 extern "C"
15011 #endif
15012 char esd_open_sound ();
15014 main ()
15016 return esd_open_sound ();
15018 return 0;
15020 _ACEOF
15021 rm -f conftest.$ac_objext conftest$ac_exeext
15022 if { (ac_try="$ac_link"
15023 case "(($ac_try" in
15024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15025 *) ac_try_echo=$ac_try;;
15026 esac
15027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15028 (eval "$ac_link") 2>conftest.er1
15029 ac_status=$?
15030 grep -v '^ *+' conftest.er1 >conftest.err
15031 rm -f conftest.er1
15032 cat conftest.err >&5
15033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15034 (exit $ac_status); } && {
15035 test -z "$ac_c_werror_flag" ||
15036 test ! -s conftest.err
15037 } && test -s conftest$ac_exeext &&
15038 $as_test_x conftest$ac_exeext; then
15039 ac_cv_lib_esd_esd_open_sound=yes
15040 else
15041 echo "$as_me: failed program was:" >&5
15042 sed 's/^/| /' conftest.$ac_ext >&5
15044 ac_cv_lib_esd_esd_open_sound=no
15047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15048 conftest$ac_exeext conftest.$ac_ext
15049 LIBS=$ac_check_lib_save_LIBS
15051 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15052 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15053 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15054 ESDINCL="$ac_esd_incl"
15056 ESDLIBS="$ac_esd_libs"
15059 cat >>confdefs.h <<\_ACEOF
15060 #define HAVE_ESD 1
15061 _ACEOF
15068 CFLAGS="$save_CFLAGS"
15071 if test "x$with_pulse" != "xno"; then
15072 if test "$PKG_CONFIG" != "false"; then
15073 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15074 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15075 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15076 have_pulseaudio="yes"
15077 else
15078 have_pulseaudio="no"
15080 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15081 echo "${ECHO_T}$have_pulseaudio" >&6; }
15082 if test x"$have_pulseaudio" = xyes; then
15083 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15085 cat >>confdefs.h <<\_ACEOF
15086 #define HAVE_PULSEAUDIO_0_9_11 1
15087 _ACEOF
15089 else
15091 cat >>confdefs.h <<\_ACEOF
15092 #define HAVE_PULSEAUDIO_0_9_11 0
15093 _ACEOF
15096 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15098 cat >>confdefs.h <<\_ACEOF
15099 #define HAVE_PULSEAUDIO 1
15100 _ACEOF
15102 PULSELIBS="$ac_pulse_libs"
15108 ALSALIBS=""
15110 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15111 then
15112 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15113 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15114 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15115 echo $ECHO_N "(cached) $ECHO_C" >&6
15116 else
15117 ac_check_lib_save_LIBS=$LIBS
15118 LIBS="-lasound $LIBS"
15119 cat >conftest.$ac_ext <<_ACEOF
15120 /* confdefs.h. */
15121 _ACEOF
15122 cat confdefs.h >>conftest.$ac_ext
15123 cat >>conftest.$ac_ext <<_ACEOF
15124 /* end confdefs.h. */
15126 /* Override any GCC internal prototype to avoid an error.
15127 Use char because int might match the return type of a GCC
15128 builtin and then its argument prototype would still apply. */
15129 #ifdef __cplusplus
15130 extern "C"
15131 #endif
15132 char snd_pcm_hw_params_get_access ();
15134 main ()
15136 return snd_pcm_hw_params_get_access ();
15138 return 0;
15140 _ACEOF
15141 rm -f conftest.$ac_objext conftest$ac_exeext
15142 if { (ac_try="$ac_link"
15143 case "(($ac_try" in
15144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15145 *) ac_try_echo=$ac_try;;
15146 esac
15147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15148 (eval "$ac_link") 2>conftest.er1
15149 ac_status=$?
15150 grep -v '^ *+' conftest.er1 >conftest.err
15151 rm -f conftest.er1
15152 cat conftest.err >&5
15153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15154 (exit $ac_status); } && {
15155 test -z "$ac_c_werror_flag" ||
15156 test ! -s conftest.err
15157 } && test -s conftest$ac_exeext &&
15158 $as_test_x conftest$ac_exeext; then
15159 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15160 else
15161 echo "$as_me: failed program was:" >&5
15162 sed 's/^/| /' conftest.$ac_ext >&5
15164 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15168 conftest$ac_exeext conftest.$ac_ext
15169 LIBS=$ac_check_lib_save_LIBS
15171 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15172 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15173 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15174 cat >conftest.$ac_ext <<_ACEOF
15175 /* confdefs.h. */
15176 _ACEOF
15177 cat confdefs.h >>conftest.$ac_ext
15178 cat >>conftest.$ac_ext <<_ACEOF
15179 /* end confdefs.h. */
15180 #ifdef HAVE_ALSA_ASOUNDLIB_H
15181 #include <alsa/asoundlib.h>
15182 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15183 #include <sys/asoundlib.h>
15184 #endif
15186 main ()
15188 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15190 return 0;
15192 _ACEOF
15193 rm -f conftest.$ac_objext
15194 if { (ac_try="$ac_compile"
15195 case "(($ac_try" in
15196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15197 *) ac_try_echo=$ac_try;;
15198 esac
15199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15200 (eval "$ac_compile") 2>conftest.er1
15201 ac_status=$?
15202 grep -v '^ *+' conftest.er1 >conftest.err
15203 rm -f conftest.er1
15204 cat conftest.err >&5
15205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15206 (exit $ac_status); } && {
15207 test -z "$ac_c_werror_flag" ||
15208 test ! -s conftest.err
15209 } && test -s conftest.$ac_objext; then
15211 cat >>confdefs.h <<\_ACEOF
15212 #define HAVE_ALSA 1
15213 _ACEOF
15215 ALSALIBS="-lasound"
15216 else
15217 echo "$as_me: failed program was:" >&5
15218 sed 's/^/| /' conftest.$ac_ext >&5
15223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15228 AUDIOIOLIBS=""
15230 if test "$ac_cv_header_libaudioio_h" = "yes"
15231 then
15232 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15233 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15234 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15235 echo $ECHO_N "(cached) $ECHO_C" >&6
15236 else
15237 ac_check_lib_save_LIBS=$LIBS
15238 LIBS="-laudioio $LIBS"
15239 cat >conftest.$ac_ext <<_ACEOF
15240 /* confdefs.h. */
15241 _ACEOF
15242 cat confdefs.h >>conftest.$ac_ext
15243 cat >>conftest.$ac_ext <<_ACEOF
15244 /* end confdefs.h. */
15246 /* Override any GCC internal prototype to avoid an error.
15247 Use char because int might match the return type of a GCC
15248 builtin and then its argument prototype would still apply. */
15249 #ifdef __cplusplus
15250 extern "C"
15251 #endif
15252 char AudioIOGetVersion ();
15254 main ()
15256 return AudioIOGetVersion ();
15258 return 0;
15260 _ACEOF
15261 rm -f conftest.$ac_objext conftest$ac_exeext
15262 if { (ac_try="$ac_link"
15263 case "(($ac_try" in
15264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15265 *) ac_try_echo=$ac_try;;
15266 esac
15267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15268 (eval "$ac_link") 2>conftest.er1
15269 ac_status=$?
15270 grep -v '^ *+' conftest.er1 >conftest.err
15271 rm -f conftest.er1
15272 cat conftest.err >&5
15273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15274 (exit $ac_status); } && {
15275 test -z "$ac_c_werror_flag" ||
15276 test ! -s conftest.err
15277 } && test -s conftest$ac_exeext &&
15278 $as_test_x conftest$ac_exeext; then
15279 ac_cv_lib_audioio_AudioIOGetVersion=yes
15280 else
15281 echo "$as_me: failed program was:" >&5
15282 sed 's/^/| /' conftest.$ac_ext >&5
15284 ac_cv_lib_audioio_AudioIOGetVersion=no
15287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15288 conftest$ac_exeext conftest.$ac_ext
15289 LIBS=$ac_check_lib_save_LIBS
15291 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15292 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15293 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15294 AUDIOIOLIBS="-laudioio"
15296 cat >>confdefs.h <<\_ACEOF
15297 #define HAVE_LIBAUDIOIO 1
15298 _ACEOF
15305 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15306 then
15307 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15308 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15309 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15310 echo $ECHO_N "(cached) $ECHO_C" >&6
15311 else
15312 ac_check_soname_save_LIBS=$LIBS
15313 LIBS="-lcapi20 $LIBS"
15314 cat >conftest.$ac_ext <<_ACEOF
15315 /* confdefs.h. */
15316 _ACEOF
15317 cat confdefs.h >>conftest.$ac_ext
15318 cat >>conftest.$ac_ext <<_ACEOF
15319 /* end confdefs.h. */
15321 /* Override any GCC internal prototype to avoid an error.
15322 Use char because int might match the return type of a GCC
15323 builtin and then its argument prototype would still apply. */
15324 #ifdef __cplusplus
15325 extern "C"
15326 #endif
15327 char capi20_register ();
15329 main ()
15331 return capi20_register ();
15333 return 0;
15335 _ACEOF
15336 rm -f conftest.$ac_objext conftest$ac_exeext
15337 if { (ac_try="$ac_link"
15338 case "(($ac_try" in
15339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15340 *) ac_try_echo=$ac_try;;
15341 esac
15342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15343 (eval "$ac_link") 2>conftest.er1
15344 ac_status=$?
15345 grep -v '^ *+' conftest.er1 >conftest.err
15346 rm -f conftest.er1
15347 cat conftest.err >&5
15348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15349 (exit $ac_status); } && {
15350 test -z "$ac_c_werror_flag" ||
15351 test ! -s conftest.err
15352 } && test -s conftest$ac_exeext &&
15353 $as_test_x conftest$ac_exeext; then
15354 case "$LIBEXT" in
15355 dll) ;;
15356 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'` ;;
15357 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15358 esac
15359 else
15360 echo "$as_me: failed program was:" >&5
15361 sed 's/^/| /' conftest.$ac_ext >&5
15366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15367 conftest$ac_exeext conftest.$ac_ext
15368 LIBS=$ac_check_soname_save_LIBS
15370 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15371 { echo "$as_me:$LINENO: result: not found" >&5
15372 echo "${ECHO_T}not found" >&6; }
15374 else
15375 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15376 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15378 cat >>confdefs.h <<_ACEOF
15379 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15380 _ACEOF
15386 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15387 case "x$with_capi" in
15388 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15389 xno) ;;
15390 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15391 This is an error since --with-capi was requested." >&5
15392 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15393 This is an error since --with-capi was requested." >&2;}
15394 { (exit 1); exit 1; }; } ;;
15395 esac
15399 CUPSINCL=""
15401 if test "x$with_cups" != "xno"
15402 then
15403 ac_save_CPPFLAGS="$CPPFLAGS"
15404 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15405 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15406 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15408 for ac_header in cups/cups.h
15410 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15411 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15412 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15413 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15414 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15415 echo $ECHO_N "(cached) $ECHO_C" >&6
15417 ac_res=`eval echo '${'$as_ac_Header'}'`
15418 { echo "$as_me:$LINENO: result: $ac_res" >&5
15419 echo "${ECHO_T}$ac_res" >&6; }
15420 else
15421 # Is the header compilable?
15422 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15423 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15424 cat >conftest.$ac_ext <<_ACEOF
15425 /* confdefs.h. */
15426 _ACEOF
15427 cat confdefs.h >>conftest.$ac_ext
15428 cat >>conftest.$ac_ext <<_ACEOF
15429 /* end confdefs.h. */
15430 $ac_includes_default
15431 #include <$ac_header>
15432 _ACEOF
15433 rm -f conftest.$ac_objext
15434 if { (ac_try="$ac_compile"
15435 case "(($ac_try" in
15436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15437 *) ac_try_echo=$ac_try;;
15438 esac
15439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15440 (eval "$ac_compile") 2>conftest.er1
15441 ac_status=$?
15442 grep -v '^ *+' conftest.er1 >conftest.err
15443 rm -f conftest.er1
15444 cat conftest.err >&5
15445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15446 (exit $ac_status); } && {
15447 test -z "$ac_c_werror_flag" ||
15448 test ! -s conftest.err
15449 } && test -s conftest.$ac_objext; then
15450 ac_header_compiler=yes
15451 else
15452 echo "$as_me: failed program was:" >&5
15453 sed 's/^/| /' conftest.$ac_ext >&5
15455 ac_header_compiler=no
15458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15459 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15460 echo "${ECHO_T}$ac_header_compiler" >&6; }
15462 # Is the header present?
15463 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15464 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15465 cat >conftest.$ac_ext <<_ACEOF
15466 /* confdefs.h. */
15467 _ACEOF
15468 cat confdefs.h >>conftest.$ac_ext
15469 cat >>conftest.$ac_ext <<_ACEOF
15470 /* end confdefs.h. */
15471 #include <$ac_header>
15472 _ACEOF
15473 if { (ac_try="$ac_cpp conftest.$ac_ext"
15474 case "(($ac_try" in
15475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15476 *) ac_try_echo=$ac_try;;
15477 esac
15478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15479 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15480 ac_status=$?
15481 grep -v '^ *+' conftest.er1 >conftest.err
15482 rm -f conftest.er1
15483 cat conftest.err >&5
15484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15485 (exit $ac_status); } >/dev/null && {
15486 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15487 test ! -s conftest.err
15488 }; then
15489 ac_header_preproc=yes
15490 else
15491 echo "$as_me: failed program was:" >&5
15492 sed 's/^/| /' conftest.$ac_ext >&5
15494 ac_header_preproc=no
15497 rm -f conftest.err conftest.$ac_ext
15498 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15499 echo "${ECHO_T}$ac_header_preproc" >&6; }
15501 # So? What about this header?
15502 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15503 yes:no: )
15504 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15505 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15506 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15507 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15508 ac_header_preproc=yes
15510 no:yes:* )
15511 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15512 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15513 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15514 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15515 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15516 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15517 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15518 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15519 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15520 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15521 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15522 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15523 ( cat <<\_ASBOX
15524 ## ------------------------------------ ##
15525 ## Report this to wine-devel@winehq.org ##
15526 ## ------------------------------------ ##
15527 _ASBOX
15528 ) | sed "s/^/$as_me: WARNING: /" >&2
15530 esac
15531 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15532 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15533 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15534 echo $ECHO_N "(cached) $ECHO_C" >&6
15535 else
15536 eval "$as_ac_Header=\$ac_header_preproc"
15538 ac_res=`eval echo '${'$as_ac_Header'}'`
15539 { echo "$as_me:$LINENO: result: $ac_res" >&5
15540 echo "${ECHO_T}$ac_res" >&6; }
15543 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15544 cat >>confdefs.h <<_ACEOF
15545 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15546 _ACEOF
15547 { echo "$as_me:$LINENO: checking for -lcups" >&5
15548 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15549 if test "${ac_cv_lib_soname_cups+set}" = set; then
15550 echo $ECHO_N "(cached) $ECHO_C" >&6
15551 else
15552 ac_check_soname_save_LIBS=$LIBS
15553 LIBS="-lcups $ac_cups_libs $LIBS"
15554 cat >conftest.$ac_ext <<_ACEOF
15555 /* confdefs.h. */
15556 _ACEOF
15557 cat confdefs.h >>conftest.$ac_ext
15558 cat >>conftest.$ac_ext <<_ACEOF
15559 /* end confdefs.h. */
15561 /* Override any GCC internal prototype to avoid an error.
15562 Use char because int might match the return type of a GCC
15563 builtin and then its argument prototype would still apply. */
15564 #ifdef __cplusplus
15565 extern "C"
15566 #endif
15567 char cupsGetDefault ();
15569 main ()
15571 return cupsGetDefault ();
15573 return 0;
15575 _ACEOF
15576 rm -f conftest.$ac_objext conftest$ac_exeext
15577 if { (ac_try="$ac_link"
15578 case "(($ac_try" in
15579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15580 *) ac_try_echo=$ac_try;;
15581 esac
15582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15583 (eval "$ac_link") 2>conftest.er1
15584 ac_status=$?
15585 grep -v '^ *+' conftest.er1 >conftest.err
15586 rm -f conftest.er1
15587 cat conftest.err >&5
15588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15589 (exit $ac_status); } && {
15590 test -z "$ac_c_werror_flag" ||
15591 test ! -s conftest.err
15592 } && test -s conftest$ac_exeext &&
15593 $as_test_x conftest$ac_exeext; then
15594 case "$LIBEXT" in
15595 dll) ;;
15596 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'` ;;
15597 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15598 esac
15599 else
15600 echo "$as_me: failed program was:" >&5
15601 sed 's/^/| /' conftest.$ac_ext >&5
15606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15607 conftest$ac_exeext conftest.$ac_ext
15608 LIBS=$ac_check_soname_save_LIBS
15610 if test "x$ac_cv_lib_soname_cups" = "x"; then
15611 { echo "$as_me:$LINENO: result: not found" >&5
15612 echo "${ECHO_T}not found" >&6; }
15614 else
15615 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15616 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15618 cat >>confdefs.h <<_ACEOF
15619 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15620 _ACEOF
15622 CUPSINCL="$ac_cups_cflags"
15627 done
15629 CPPFLAGS="$ac_save_CPPFLAGS"
15631 if test "x$ac_cv_lib_soname_cups" = "x"; then
15632 case "x$with_cups" in
15633 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15634 xno) ;;
15635 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15636 This is an error since --with-cups was requested." >&5
15637 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15638 This is an error since --with-cups was requested." >&2;}
15639 { (exit 1); exit 1; }; } ;;
15640 esac
15644 if test "$ac_cv_header_jack_jack_h" = "yes"
15645 then
15646 { echo "$as_me:$LINENO: checking for -ljack" >&5
15647 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15648 if test "${ac_cv_lib_soname_jack+set}" = set; then
15649 echo $ECHO_N "(cached) $ECHO_C" >&6
15650 else
15651 ac_check_soname_save_LIBS=$LIBS
15652 LIBS="-ljack $LIBS"
15653 cat >conftest.$ac_ext <<_ACEOF
15654 /* confdefs.h. */
15655 _ACEOF
15656 cat confdefs.h >>conftest.$ac_ext
15657 cat >>conftest.$ac_ext <<_ACEOF
15658 /* end confdefs.h. */
15660 /* Override any GCC internal prototype to avoid an error.
15661 Use char because int might match the return type of a GCC
15662 builtin and then its argument prototype would still apply. */
15663 #ifdef __cplusplus
15664 extern "C"
15665 #endif
15666 char jack_client_new ();
15668 main ()
15670 return jack_client_new ();
15672 return 0;
15674 _ACEOF
15675 rm -f conftest.$ac_objext conftest$ac_exeext
15676 if { (ac_try="$ac_link"
15677 case "(($ac_try" in
15678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15679 *) ac_try_echo=$ac_try;;
15680 esac
15681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15682 (eval "$ac_link") 2>conftest.er1
15683 ac_status=$?
15684 grep -v '^ *+' conftest.er1 >conftest.err
15685 rm -f conftest.er1
15686 cat conftest.err >&5
15687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15688 (exit $ac_status); } && {
15689 test -z "$ac_c_werror_flag" ||
15690 test ! -s conftest.err
15691 } && test -s conftest$ac_exeext &&
15692 $as_test_x conftest$ac_exeext; then
15693 case "$LIBEXT" in
15694 dll) ;;
15695 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'` ;;
15696 *) 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'` ;;
15697 esac
15698 else
15699 echo "$as_me: failed program was:" >&5
15700 sed 's/^/| /' conftest.$ac_ext >&5
15705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15706 conftest$ac_exeext conftest.$ac_ext
15707 LIBS=$ac_check_soname_save_LIBS
15709 if test "x$ac_cv_lib_soname_jack" = "x"; then
15710 { echo "$as_me:$LINENO: result: not found" >&5
15711 echo "${ECHO_T}not found" >&6; }
15713 else
15714 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15715 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15717 cat >>confdefs.h <<_ACEOF
15718 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15719 _ACEOF
15726 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15727 then
15728 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15729 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15730 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15731 echo $ECHO_N "(cached) $ECHO_C" >&6
15732 else
15733 ac_check_soname_save_LIBS=$LIBS
15734 LIBS="-lfontconfig $LIBS"
15735 cat >conftest.$ac_ext <<_ACEOF
15736 /* confdefs.h. */
15737 _ACEOF
15738 cat confdefs.h >>conftest.$ac_ext
15739 cat >>conftest.$ac_ext <<_ACEOF
15740 /* end confdefs.h. */
15742 /* Override any GCC internal prototype to avoid an error.
15743 Use char because int might match the return type of a GCC
15744 builtin and then its argument prototype would still apply. */
15745 #ifdef __cplusplus
15746 extern "C"
15747 #endif
15748 char FcInit ();
15750 main ()
15752 return FcInit ();
15754 return 0;
15756 _ACEOF
15757 rm -f conftest.$ac_objext conftest$ac_exeext
15758 if { (ac_try="$ac_link"
15759 case "(($ac_try" in
15760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15761 *) ac_try_echo=$ac_try;;
15762 esac
15763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15764 (eval "$ac_link") 2>conftest.er1
15765 ac_status=$?
15766 grep -v '^ *+' conftest.er1 >conftest.err
15767 rm -f conftest.er1
15768 cat conftest.err >&5
15769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15770 (exit $ac_status); } && {
15771 test -z "$ac_c_werror_flag" ||
15772 test ! -s conftest.err
15773 } && test -s conftest$ac_exeext &&
15774 $as_test_x conftest$ac_exeext; then
15775 case "$LIBEXT" in
15776 dll) ;;
15777 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'` ;;
15778 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15779 esac
15780 else
15781 echo "$as_me: failed program was:" >&5
15782 sed 's/^/| /' conftest.$ac_ext >&5
15787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15788 conftest$ac_exeext conftest.$ac_ext
15789 LIBS=$ac_check_soname_save_LIBS
15791 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15792 { echo "$as_me:$LINENO: result: not found" >&5
15793 echo "${ECHO_T}not found" >&6; }
15795 else
15796 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15797 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15799 cat >>confdefs.h <<_ACEOF
15800 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15801 _ACEOF
15806 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15807 then
15808 ac_save_CPPFLAGS="$CPPFLAGS"
15809 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15810 $as_unset ac_cv_header_fontconfig_fontconfig_h
15812 for ac_header in fontconfig/fontconfig.h
15814 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15815 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15816 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15817 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15818 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15819 echo $ECHO_N "(cached) $ECHO_C" >&6
15821 ac_res=`eval echo '${'$as_ac_Header'}'`
15822 { echo "$as_me:$LINENO: result: $ac_res" >&5
15823 echo "${ECHO_T}$ac_res" >&6; }
15824 else
15825 # Is the header compilable?
15826 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15827 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15828 cat >conftest.$ac_ext <<_ACEOF
15829 /* confdefs.h. */
15830 _ACEOF
15831 cat confdefs.h >>conftest.$ac_ext
15832 cat >>conftest.$ac_ext <<_ACEOF
15833 /* end confdefs.h. */
15834 $ac_includes_default
15835 #include <$ac_header>
15836 _ACEOF
15837 rm -f conftest.$ac_objext
15838 if { (ac_try="$ac_compile"
15839 case "(($ac_try" in
15840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15841 *) ac_try_echo=$ac_try;;
15842 esac
15843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15844 (eval "$ac_compile") 2>conftest.er1
15845 ac_status=$?
15846 grep -v '^ *+' conftest.er1 >conftest.err
15847 rm -f conftest.er1
15848 cat conftest.err >&5
15849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15850 (exit $ac_status); } && {
15851 test -z "$ac_c_werror_flag" ||
15852 test ! -s conftest.err
15853 } && test -s conftest.$ac_objext; then
15854 ac_header_compiler=yes
15855 else
15856 echo "$as_me: failed program was:" >&5
15857 sed 's/^/| /' conftest.$ac_ext >&5
15859 ac_header_compiler=no
15862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15863 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15864 echo "${ECHO_T}$ac_header_compiler" >&6; }
15866 # Is the header present?
15867 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15868 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15869 cat >conftest.$ac_ext <<_ACEOF
15870 /* confdefs.h. */
15871 _ACEOF
15872 cat confdefs.h >>conftest.$ac_ext
15873 cat >>conftest.$ac_ext <<_ACEOF
15874 /* end confdefs.h. */
15875 #include <$ac_header>
15876 _ACEOF
15877 if { (ac_try="$ac_cpp conftest.$ac_ext"
15878 case "(($ac_try" in
15879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15880 *) ac_try_echo=$ac_try;;
15881 esac
15882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15883 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15884 ac_status=$?
15885 grep -v '^ *+' conftest.er1 >conftest.err
15886 rm -f conftest.er1
15887 cat conftest.err >&5
15888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15889 (exit $ac_status); } >/dev/null && {
15890 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15891 test ! -s conftest.err
15892 }; then
15893 ac_header_preproc=yes
15894 else
15895 echo "$as_me: failed program was:" >&5
15896 sed 's/^/| /' conftest.$ac_ext >&5
15898 ac_header_preproc=no
15901 rm -f conftest.err conftest.$ac_ext
15902 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15903 echo "${ECHO_T}$ac_header_preproc" >&6; }
15905 # So? What about this header?
15906 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15907 yes:no: )
15908 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15909 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15910 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15911 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15912 ac_header_preproc=yes
15914 no:yes:* )
15915 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15916 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15917 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15918 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15919 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15920 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15921 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15922 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15923 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15924 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15925 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15926 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15927 ( cat <<\_ASBOX
15928 ## ------------------------------------ ##
15929 ## Report this to wine-devel@winehq.org ##
15930 ## ------------------------------------ ##
15931 _ASBOX
15932 ) | sed "s/^/$as_me: WARNING: /" >&2
15934 esac
15935 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15936 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15938 echo $ECHO_N "(cached) $ECHO_C" >&6
15939 else
15940 eval "$as_ac_Header=\$ac_header_preproc"
15942 ac_res=`eval echo '${'$as_ac_Header'}'`
15943 { echo "$as_me:$LINENO: result: $ac_res" >&5
15944 echo "${ECHO_T}$ac_res" >&6; }
15947 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15948 cat >>confdefs.h <<_ACEOF
15949 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15950 _ACEOF
15954 done
15956 CPPFLAGS="$ac_save_CPPFLAGS"
15957 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15958 then
15959 FONTCONFIGINCL="$X_CFLAGS"
15961 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15962 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15963 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15964 echo $ECHO_N "(cached) $ECHO_C" >&6
15965 else
15966 ac_check_soname_save_LIBS=$LIBS
15967 LIBS="-lfontconfig $X_LIBS $LIBS"
15968 cat >conftest.$ac_ext <<_ACEOF
15969 /* confdefs.h. */
15970 _ACEOF
15971 cat confdefs.h >>conftest.$ac_ext
15972 cat >>conftest.$ac_ext <<_ACEOF
15973 /* end confdefs.h. */
15975 /* Override any GCC internal prototype to avoid an error.
15976 Use char because int might match the return type of a GCC
15977 builtin and then its argument prototype would still apply. */
15978 #ifdef __cplusplus
15979 extern "C"
15980 #endif
15981 char FcInit ();
15983 main ()
15985 return FcInit ();
15987 return 0;
15989 _ACEOF
15990 rm -f conftest.$ac_objext conftest$ac_exeext
15991 if { (ac_try="$ac_link"
15992 case "(($ac_try" in
15993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15994 *) ac_try_echo=$ac_try;;
15995 esac
15996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15997 (eval "$ac_link") 2>conftest.er1
15998 ac_status=$?
15999 grep -v '^ *+' conftest.er1 >conftest.err
16000 rm -f conftest.er1
16001 cat conftest.err >&5
16002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16003 (exit $ac_status); } && {
16004 test -z "$ac_c_werror_flag" ||
16005 test ! -s conftest.err
16006 } && test -s conftest$ac_exeext &&
16007 $as_test_x conftest$ac_exeext; then
16008 case "$LIBEXT" in
16009 dll) ;;
16010 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'` ;;
16011 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16012 esac
16013 else
16014 echo "$as_me: failed program was:" >&5
16015 sed 's/^/| /' conftest.$ac_ext >&5
16020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16021 conftest$ac_exeext conftest.$ac_ext
16022 LIBS=$ac_check_soname_save_LIBS
16024 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16025 { echo "$as_me:$LINENO: result: not found" >&5
16026 echo "${ECHO_T}not found" >&6; }
16028 else
16029 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16030 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16032 cat >>confdefs.h <<_ACEOF
16033 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16034 _ACEOF
16041 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16042 case "x$with_fontconfig" in
16043 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16044 xno) ;;
16045 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16046 This is an error since --with-fontconfig was requested." >&5
16047 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16048 This is an error since --with-fontconfig was requested." >&2;}
16049 { (exit 1); exit 1; }; } ;;
16050 esac
16054 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16055 then
16056 { echo "$as_me:$LINENO: checking for -lssl" >&5
16057 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16058 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16059 echo $ECHO_N "(cached) $ECHO_C" >&6
16060 else
16061 ac_check_soname_save_LIBS=$LIBS
16062 LIBS="-lssl $LIBS"
16063 cat >conftest.$ac_ext <<_ACEOF
16064 /* confdefs.h. */
16065 _ACEOF
16066 cat confdefs.h >>conftest.$ac_ext
16067 cat >>conftest.$ac_ext <<_ACEOF
16068 /* end confdefs.h. */
16070 /* Override any GCC internal prototype to avoid an error.
16071 Use char because int might match the return type of a GCC
16072 builtin and then its argument prototype would still apply. */
16073 #ifdef __cplusplus
16074 extern "C"
16075 #endif
16076 char SSL_library_init ();
16078 main ()
16080 return SSL_library_init ();
16082 return 0;
16084 _ACEOF
16085 rm -f conftest.$ac_objext conftest$ac_exeext
16086 if { (ac_try="$ac_link"
16087 case "(($ac_try" in
16088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16089 *) ac_try_echo=$ac_try;;
16090 esac
16091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16092 (eval "$ac_link") 2>conftest.er1
16093 ac_status=$?
16094 grep -v '^ *+' conftest.er1 >conftest.err
16095 rm -f conftest.er1
16096 cat conftest.err >&5
16097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16098 (exit $ac_status); } && {
16099 test -z "$ac_c_werror_flag" ||
16100 test ! -s conftest.err
16101 } && test -s conftest$ac_exeext &&
16102 $as_test_x conftest$ac_exeext; then
16103 case "$LIBEXT" in
16104 dll) ;;
16105 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'` ;;
16106 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16107 esac
16108 else
16109 echo "$as_me: failed program was:" >&5
16110 sed 's/^/| /' conftest.$ac_ext >&5
16115 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16116 conftest$ac_exeext conftest.$ac_ext
16117 LIBS=$ac_check_soname_save_LIBS
16119 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16120 { echo "$as_me:$LINENO: result: not found" >&5
16121 echo "${ECHO_T}not found" >&6; }
16123 else
16124 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16125 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16127 cat >>confdefs.h <<_ACEOF
16128 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16129 _ACEOF
16134 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16135 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16136 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16137 echo $ECHO_N "(cached) $ECHO_C" >&6
16138 else
16139 ac_check_soname_save_LIBS=$LIBS
16140 LIBS="-lcrypto $LIBS"
16141 cat >conftest.$ac_ext <<_ACEOF
16142 /* confdefs.h. */
16143 _ACEOF
16144 cat confdefs.h >>conftest.$ac_ext
16145 cat >>conftest.$ac_ext <<_ACEOF
16146 /* end confdefs.h. */
16148 /* Override any GCC internal prototype to avoid an error.
16149 Use char because int might match the return type of a GCC
16150 builtin and then its argument prototype would still apply. */
16151 #ifdef __cplusplus
16152 extern "C"
16153 #endif
16154 char BIO_new_socket ();
16156 main ()
16158 return BIO_new_socket ();
16160 return 0;
16162 _ACEOF
16163 rm -f conftest.$ac_objext conftest$ac_exeext
16164 if { (ac_try="$ac_link"
16165 case "(($ac_try" in
16166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16167 *) ac_try_echo=$ac_try;;
16168 esac
16169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16170 (eval "$ac_link") 2>conftest.er1
16171 ac_status=$?
16172 grep -v '^ *+' conftest.er1 >conftest.err
16173 rm -f conftest.er1
16174 cat conftest.err >&5
16175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16176 (exit $ac_status); } && {
16177 test -z "$ac_c_werror_flag" ||
16178 test ! -s conftest.err
16179 } && test -s conftest$ac_exeext &&
16180 $as_test_x conftest$ac_exeext; then
16181 case "$LIBEXT" in
16182 dll) ;;
16183 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'` ;;
16184 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16185 esac
16186 else
16187 echo "$as_me: failed program was:" >&5
16188 sed 's/^/| /' conftest.$ac_ext >&5
16193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16194 conftest$ac_exeext conftest.$ac_ext
16195 LIBS=$ac_check_soname_save_LIBS
16197 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16198 { echo "$as_me:$LINENO: result: not found" >&5
16199 echo "${ECHO_T}not found" >&6; }
16201 else
16202 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16203 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16205 cat >>confdefs.h <<_ACEOF
16206 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16207 _ACEOF
16213 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16214 case "x$with_openssl" in
16215 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16216 xno) ;;
16217 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16218 This is an error since --with-openssl was requested." >&5
16219 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16220 This is an error since --with-openssl was requested." >&2;}
16221 { (exit 1); exit 1; }; } ;;
16222 esac
16226 if test "$ac_cv_header_jpeglib_h" = "yes"
16227 then
16228 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16229 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16230 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16231 echo $ECHO_N "(cached) $ECHO_C" >&6
16232 else
16233 ac_check_soname_save_LIBS=$LIBS
16234 LIBS="-ljpeg $LIBS"
16235 cat >conftest.$ac_ext <<_ACEOF
16236 /* confdefs.h. */
16237 _ACEOF
16238 cat confdefs.h >>conftest.$ac_ext
16239 cat >>conftest.$ac_ext <<_ACEOF
16240 /* end confdefs.h. */
16242 /* Override any GCC internal prototype to avoid an error.
16243 Use char because int might match the return type of a GCC
16244 builtin and then its argument prototype would still apply. */
16245 #ifdef __cplusplus
16246 extern "C"
16247 #endif
16248 char jpeg_start_decompress ();
16250 main ()
16252 return jpeg_start_decompress ();
16254 return 0;
16256 _ACEOF
16257 rm -f conftest.$ac_objext conftest$ac_exeext
16258 if { (ac_try="$ac_link"
16259 case "(($ac_try" in
16260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16261 *) ac_try_echo=$ac_try;;
16262 esac
16263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16264 (eval "$ac_link") 2>conftest.er1
16265 ac_status=$?
16266 grep -v '^ *+' conftest.er1 >conftest.err
16267 rm -f conftest.er1
16268 cat conftest.err >&5
16269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16270 (exit $ac_status); } && {
16271 test -z "$ac_c_werror_flag" ||
16272 test ! -s conftest.err
16273 } && test -s conftest$ac_exeext &&
16274 $as_test_x conftest$ac_exeext; then
16275 case "$LIBEXT" in
16276 dll) ;;
16277 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'` ;;
16278 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16279 esac
16280 else
16281 echo "$as_me: failed program was:" >&5
16282 sed 's/^/| /' conftest.$ac_ext >&5
16287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16288 conftest$ac_exeext conftest.$ac_ext
16289 LIBS=$ac_check_soname_save_LIBS
16291 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16292 { echo "$as_me:$LINENO: result: not found" >&5
16293 echo "${ECHO_T}not found" >&6; }
16295 else
16296 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16297 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16299 cat >>confdefs.h <<_ACEOF
16300 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16301 _ACEOF
16307 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16308 case "x$with_jpeg" in
16309 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16310 xno) ;;
16311 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16312 This is an error since --with-jpeg was requested." >&5
16313 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16314 This is an error since --with-jpeg was requested." >&2;}
16315 { (exit 1); exit 1; }; } ;;
16316 esac
16320 if test "$ac_cv_header_png_h" = "yes"
16321 then
16322 { echo "$as_me:$LINENO: checking for -lpng" >&5
16323 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16324 if test "${ac_cv_lib_soname_png+set}" = set; then
16325 echo $ECHO_N "(cached) $ECHO_C" >&6
16326 else
16327 ac_check_soname_save_LIBS=$LIBS
16328 LIBS="-lpng -lm -lz $LIBS"
16329 cat >conftest.$ac_ext <<_ACEOF
16330 /* confdefs.h. */
16331 _ACEOF
16332 cat confdefs.h >>conftest.$ac_ext
16333 cat >>conftest.$ac_ext <<_ACEOF
16334 /* end confdefs.h. */
16336 /* Override any GCC internal prototype to avoid an error.
16337 Use char because int might match the return type of a GCC
16338 builtin and then its argument prototype would still apply. */
16339 #ifdef __cplusplus
16340 extern "C"
16341 #endif
16342 char png_create_read_struct ();
16344 main ()
16346 return png_create_read_struct ();
16348 return 0;
16350 _ACEOF
16351 rm -f conftest.$ac_objext conftest$ac_exeext
16352 if { (ac_try="$ac_link"
16353 case "(($ac_try" in
16354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16355 *) ac_try_echo=$ac_try;;
16356 esac
16357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16358 (eval "$ac_link") 2>conftest.er1
16359 ac_status=$?
16360 grep -v '^ *+' conftest.er1 >conftest.err
16361 rm -f conftest.er1
16362 cat conftest.err >&5
16363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16364 (exit $ac_status); } && {
16365 test -z "$ac_c_werror_flag" ||
16366 test ! -s conftest.err
16367 } && test -s conftest$ac_exeext &&
16368 $as_test_x conftest$ac_exeext; then
16369 case "$LIBEXT" in
16370 dll) ;;
16371 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'` ;;
16372 *) 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'` ;;
16373 esac
16374 else
16375 echo "$as_me: failed program was:" >&5
16376 sed 's/^/| /' conftest.$ac_ext >&5
16381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16382 conftest$ac_exeext conftest.$ac_ext
16383 LIBS=$ac_check_soname_save_LIBS
16385 if test "x$ac_cv_lib_soname_png" = "x"; then
16386 { echo "$as_me:$LINENO: result: not found" >&5
16387 echo "${ECHO_T}not found" >&6; }
16389 else
16390 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16391 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16393 cat >>confdefs.h <<_ACEOF
16394 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16395 _ACEOF
16401 if test "x$ac_cv_lib_soname_png" = "x"; then
16402 case "x$with_png" in
16403 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16404 xno) ;;
16405 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16406 This is an error since --with-png was requested." >&5
16407 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16408 This is an error since --with-png was requested." >&2;}
16409 { (exit 1); exit 1; }; } ;;
16410 esac
16414 if test "$ac_cv_header_kstat_h" = "yes"
16415 then
16416 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16417 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16418 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16419 echo $ECHO_N "(cached) $ECHO_C" >&6
16420 else
16421 ac_check_lib_save_LIBS=$LIBS
16422 LIBS="-lkstat $LIBS"
16423 cat >conftest.$ac_ext <<_ACEOF
16424 /* confdefs.h. */
16425 _ACEOF
16426 cat confdefs.h >>conftest.$ac_ext
16427 cat >>conftest.$ac_ext <<_ACEOF
16428 /* end confdefs.h. */
16430 /* Override any GCC internal prototype to avoid an error.
16431 Use char because int might match the return type of a GCC
16432 builtin and then its argument prototype would still apply. */
16433 #ifdef __cplusplus
16434 extern "C"
16435 #endif
16436 char kstat_open ();
16438 main ()
16440 return kstat_open ();
16442 return 0;
16444 _ACEOF
16445 rm -f conftest.$ac_objext conftest$ac_exeext
16446 if { (ac_try="$ac_link"
16447 case "(($ac_try" in
16448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16449 *) ac_try_echo=$ac_try;;
16450 esac
16451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16452 (eval "$ac_link") 2>conftest.er1
16453 ac_status=$?
16454 grep -v '^ *+' conftest.er1 >conftest.err
16455 rm -f conftest.er1
16456 cat conftest.err >&5
16457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16458 (exit $ac_status); } && {
16459 test -z "$ac_c_werror_flag" ||
16460 test ! -s conftest.err
16461 } && test -s conftest$ac_exeext &&
16462 $as_test_x conftest$ac_exeext; then
16463 ac_cv_lib_kstat_kstat_open=yes
16464 else
16465 echo "$as_me: failed program was:" >&5
16466 sed 's/^/| /' conftest.$ac_ext >&5
16468 ac_cv_lib_kstat_kstat_open=no
16471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16472 conftest$ac_exeext conftest.$ac_ext
16473 LIBS=$ac_check_lib_save_LIBS
16475 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16476 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16477 if test $ac_cv_lib_kstat_kstat_open = yes; then
16479 cat >>confdefs.h <<\_ACEOF
16480 #define HAVE_LIBKSTAT 1
16481 _ACEOF
16483 LIBKSTAT="-lkstat"
16489 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16490 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16491 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16492 echo $ECHO_N "(cached) $ECHO_C" >&6
16493 else
16494 ac_check_soname_save_LIBS=$LIBS
16495 LIBS="-lodbc $LIBS"
16496 cat >conftest.$ac_ext <<_ACEOF
16497 /* confdefs.h. */
16498 _ACEOF
16499 cat confdefs.h >>conftest.$ac_ext
16500 cat >>conftest.$ac_ext <<_ACEOF
16501 /* end confdefs.h. */
16503 /* Override any GCC internal prototype to avoid an error.
16504 Use char because int might match the return type of a GCC
16505 builtin and then its argument prototype would still apply. */
16506 #ifdef __cplusplus
16507 extern "C"
16508 #endif
16509 char SQLConnect ();
16511 main ()
16513 return SQLConnect ();
16515 return 0;
16517 _ACEOF
16518 rm -f conftest.$ac_objext conftest$ac_exeext
16519 if { (ac_try="$ac_link"
16520 case "(($ac_try" in
16521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16522 *) ac_try_echo=$ac_try;;
16523 esac
16524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16525 (eval "$ac_link") 2>conftest.er1
16526 ac_status=$?
16527 grep -v '^ *+' conftest.er1 >conftest.err
16528 rm -f conftest.er1
16529 cat conftest.err >&5
16530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16531 (exit $ac_status); } && {
16532 test -z "$ac_c_werror_flag" ||
16533 test ! -s conftest.err
16534 } && test -s conftest$ac_exeext &&
16535 $as_test_x conftest$ac_exeext; then
16536 case "$LIBEXT" in
16537 dll) ;;
16538 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'` ;;
16539 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16540 esac
16541 else
16542 echo "$as_me: failed program was:" >&5
16543 sed 's/^/| /' conftest.$ac_ext >&5
16548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16549 conftest$ac_exeext conftest.$ac_ext
16550 LIBS=$ac_check_soname_save_LIBS
16552 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16553 { echo "$as_me:$LINENO: result: not found" >&5
16554 echo "${ECHO_T}not found" >&6; }
16555 cat >>confdefs.h <<_ACEOF
16556 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16557 _ACEOF
16559 else
16560 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16561 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16563 cat >>confdefs.h <<_ACEOF
16564 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16565 _ACEOF
16571 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16572 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16573 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16574 "$ac_cv_header_soundcard_h" != "yes" -a \
16575 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16576 then
16577 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16581 EXTRACFLAGS=""
16583 if test "x${GCC}" = "xyes"
16584 then
16585 EXTRACFLAGS="-Wall -pipe"
16587 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16588 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16589 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16590 echo $ECHO_N "(cached) $ECHO_C" >&6
16591 else
16592 if test "$cross_compiling" = yes; then
16593 ac_cv_c_gcc_strength_bug="yes"
16594 else
16595 cat >conftest.$ac_ext <<_ACEOF
16596 /* confdefs.h. */
16597 _ACEOF
16598 cat confdefs.h >>conftest.$ac_ext
16599 cat >>conftest.$ac_ext <<_ACEOF
16600 /* end confdefs.h. */
16601 int L[4] = {0,1,2,3};
16603 main ()
16605 static int Array[3];
16606 unsigned int B = 3;
16607 int i;
16608 for(i=0; i<B; i++) Array[i] = i - 3;
16609 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16610 L[i] = 4;
16611 return (Array[1] != -2 || L[2] != 3)
16613 return 0;
16615 _ACEOF
16616 rm -f conftest$ac_exeext
16617 if { (ac_try="$ac_link"
16618 case "(($ac_try" in
16619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16620 *) ac_try_echo=$ac_try;;
16621 esac
16622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16623 (eval "$ac_link") 2>&5
16624 ac_status=$?
16625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16626 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16627 { (case "(($ac_try" in
16628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16629 *) ac_try_echo=$ac_try;;
16630 esac
16631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16632 (eval "$ac_try") 2>&5
16633 ac_status=$?
16634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16635 (exit $ac_status); }; }; then
16636 ac_cv_c_gcc_strength_bug="no"
16637 else
16638 echo "$as_me: program exited with status $ac_status" >&5
16639 echo "$as_me: failed program was:" >&5
16640 sed 's/^/| /' conftest.$ac_ext >&5
16642 ( exit $ac_status )
16643 ac_cv_c_gcc_strength_bug="yes"
16645 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16650 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16651 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16652 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16653 then
16654 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16657 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16658 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16659 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16660 echo $ECHO_N "(cached) $ECHO_C" >&6
16661 else
16662 ac_wine_try_cflags_saved=$CFLAGS
16663 CFLAGS="$CFLAGS -fno-builtin"
16664 cat >conftest.$ac_ext <<_ACEOF
16665 /* confdefs.h. */
16666 _ACEOF
16667 cat confdefs.h >>conftest.$ac_ext
16668 cat >>conftest.$ac_ext <<_ACEOF
16669 /* end confdefs.h. */
16672 main ()
16676 return 0;
16678 _ACEOF
16679 rm -f conftest.$ac_objext conftest$ac_exeext
16680 if { (ac_try="$ac_link"
16681 case "(($ac_try" in
16682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16683 *) ac_try_echo=$ac_try;;
16684 esac
16685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16686 (eval "$ac_link") 2>conftest.er1
16687 ac_status=$?
16688 grep -v '^ *+' conftest.er1 >conftest.err
16689 rm -f conftest.er1
16690 cat conftest.err >&5
16691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16692 (exit $ac_status); } && {
16693 test -z "$ac_c_werror_flag" ||
16694 test ! -s conftest.err
16695 } && test -s conftest$ac_exeext &&
16696 $as_test_x conftest$ac_exeext; then
16697 ac_cv_cflags__fno_builtin=yes
16698 else
16699 echo "$as_me: failed program was:" >&5
16700 sed 's/^/| /' conftest.$ac_ext >&5
16702 ac_cv_cflags__fno_builtin=no
16705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16706 conftest$ac_exeext conftest.$ac_ext
16707 CFLAGS=$ac_wine_try_cflags_saved
16709 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16710 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16711 if test $ac_cv_cflags__fno_builtin = yes; then
16712 BUILTINFLAG="-fno-builtin"
16716 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16717 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16718 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16719 echo $ECHO_N "(cached) $ECHO_C" >&6
16720 else
16721 ac_wine_try_cflags_saved=$CFLAGS
16722 CFLAGS="$CFLAGS -fno-strict-aliasing"
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. */
16731 main ()
16735 return 0;
16737 _ACEOF
16738 rm -f conftest.$ac_objext conftest$ac_exeext
16739 if { (ac_try="$ac_link"
16740 case "(($ac_try" in
16741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16742 *) ac_try_echo=$ac_try;;
16743 esac
16744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16745 (eval "$ac_link") 2>conftest.er1
16746 ac_status=$?
16747 grep -v '^ *+' conftest.er1 >conftest.err
16748 rm -f conftest.er1
16749 cat conftest.err >&5
16750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16751 (exit $ac_status); } && {
16752 test -z "$ac_c_werror_flag" ||
16753 test ! -s conftest.err
16754 } && test -s conftest$ac_exeext &&
16755 $as_test_x conftest$ac_exeext; then
16756 ac_cv_cflags__fno_strict_aliasing=yes
16757 else
16758 echo "$as_me: failed program was:" >&5
16759 sed 's/^/| /' conftest.$ac_ext >&5
16761 ac_cv_cflags__fno_strict_aliasing=no
16764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16765 conftest$ac_exeext conftest.$ac_ext
16766 CFLAGS=$ac_wine_try_cflags_saved
16768 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16769 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16770 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16771 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16774 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16775 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16776 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16777 echo $ECHO_N "(cached) $ECHO_C" >&6
16778 else
16779 ac_wine_try_cflags_saved=$CFLAGS
16780 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16781 cat >conftest.$ac_ext <<_ACEOF
16782 /* confdefs.h. */
16783 _ACEOF
16784 cat confdefs.h >>conftest.$ac_ext
16785 cat >>conftest.$ac_ext <<_ACEOF
16786 /* end confdefs.h. */
16789 main ()
16793 return 0;
16795 _ACEOF
16796 rm -f conftest.$ac_objext conftest$ac_exeext
16797 if { (ac_try="$ac_link"
16798 case "(($ac_try" in
16799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16800 *) ac_try_echo=$ac_try;;
16801 esac
16802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16803 (eval "$ac_link") 2>conftest.er1
16804 ac_status=$?
16805 grep -v '^ *+' conftest.er1 >conftest.err
16806 rm -f conftest.er1
16807 cat conftest.err >&5
16808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16809 (exit $ac_status); } && {
16810 test -z "$ac_c_werror_flag" ||
16811 test ! -s conftest.err
16812 } && test -s conftest$ac_exeext &&
16813 $as_test_x conftest$ac_exeext; then
16814 ac_cv_cflags__Wdeclaration_after_statement=yes
16815 else
16816 echo "$as_me: failed program was:" >&5
16817 sed 's/^/| /' conftest.$ac_ext >&5
16819 ac_cv_cflags__Wdeclaration_after_statement=no
16822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16823 conftest$ac_exeext conftest.$ac_ext
16824 CFLAGS=$ac_wine_try_cflags_saved
16826 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16827 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16828 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16829 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16832 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16833 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16834 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16835 echo $ECHO_N "(cached) $ECHO_C" >&6
16836 else
16837 ac_wine_try_cflags_saved=$CFLAGS
16838 CFLAGS="$CFLAGS -Wwrite-strings"
16839 cat >conftest.$ac_ext <<_ACEOF
16840 /* confdefs.h. */
16841 _ACEOF
16842 cat confdefs.h >>conftest.$ac_ext
16843 cat >>conftest.$ac_ext <<_ACEOF
16844 /* end confdefs.h. */
16847 main ()
16851 return 0;
16853 _ACEOF
16854 rm -f conftest.$ac_objext conftest$ac_exeext
16855 if { (ac_try="$ac_link"
16856 case "(($ac_try" in
16857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16858 *) ac_try_echo=$ac_try;;
16859 esac
16860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16861 (eval "$ac_link") 2>conftest.er1
16862 ac_status=$?
16863 grep -v '^ *+' conftest.er1 >conftest.err
16864 rm -f conftest.er1
16865 cat conftest.err >&5
16866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16867 (exit $ac_status); } && {
16868 test -z "$ac_c_werror_flag" ||
16869 test ! -s conftest.err
16870 } && test -s conftest$ac_exeext &&
16871 $as_test_x conftest$ac_exeext; then
16872 ac_cv_cflags__Wwrite_strings=yes
16873 else
16874 echo "$as_me: failed program was:" >&5
16875 sed 's/^/| /' conftest.$ac_ext >&5
16877 ac_cv_cflags__Wwrite_strings=no
16880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16881 conftest$ac_exeext conftest.$ac_ext
16882 CFLAGS=$ac_wine_try_cflags_saved
16884 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16885 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16886 if test $ac_cv_cflags__Wwrite_strings = yes; then
16887 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16890 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16891 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16892 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16893 echo $ECHO_N "(cached) $ECHO_C" >&6
16894 else
16895 ac_wine_try_cflags_saved=$CFLAGS
16896 CFLAGS="$CFLAGS -Wtype-limits"
16897 cat >conftest.$ac_ext <<_ACEOF
16898 /* confdefs.h. */
16899 _ACEOF
16900 cat confdefs.h >>conftest.$ac_ext
16901 cat >>conftest.$ac_ext <<_ACEOF
16902 /* end confdefs.h. */
16905 main ()
16909 return 0;
16911 _ACEOF
16912 rm -f conftest.$ac_objext conftest$ac_exeext
16913 if { (ac_try="$ac_link"
16914 case "(($ac_try" in
16915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16916 *) ac_try_echo=$ac_try;;
16917 esac
16918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16919 (eval "$ac_link") 2>conftest.er1
16920 ac_status=$?
16921 grep -v '^ *+' conftest.er1 >conftest.err
16922 rm -f conftest.er1
16923 cat conftest.err >&5
16924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16925 (exit $ac_status); } && {
16926 test -z "$ac_c_werror_flag" ||
16927 test ! -s conftest.err
16928 } && test -s conftest$ac_exeext &&
16929 $as_test_x conftest$ac_exeext; then
16930 ac_cv_cflags__Wtype_limits=yes
16931 else
16932 echo "$as_me: failed program was:" >&5
16933 sed 's/^/| /' conftest.$ac_ext >&5
16935 ac_cv_cflags__Wtype_limits=no
16938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16939 conftest$ac_exeext conftest.$ac_ext
16940 CFLAGS=$ac_wine_try_cflags_saved
16942 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16943 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16944 if test $ac_cv_cflags__Wtype_limits = yes; then
16945 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16949 saved_CFLAGS="$CFLAGS"
16950 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16951 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16952 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16953 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16954 echo $ECHO_N "(cached) $ECHO_C" >&6
16955 else
16956 cat >conftest.$ac_ext <<_ACEOF
16957 /* confdefs.h. */
16958 _ACEOF
16959 cat confdefs.h >>conftest.$ac_ext
16960 cat >>conftest.$ac_ext <<_ACEOF
16961 /* end confdefs.h. */
16962 #include <string.h>
16964 main ()
16968 return 0;
16970 _ACEOF
16971 rm -f conftest.$ac_objext
16972 if { (ac_try="$ac_compile"
16973 case "(($ac_try" in
16974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16975 *) ac_try_echo=$ac_try;;
16976 esac
16977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16978 (eval "$ac_compile") 2>conftest.er1
16979 ac_status=$?
16980 grep -v '^ *+' conftest.er1 >conftest.err
16981 rm -f conftest.er1
16982 cat conftest.err >&5
16983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16984 (exit $ac_status); } && {
16985 test -z "$ac_c_werror_flag" ||
16986 test ! -s conftest.err
16987 } && test -s conftest.$ac_objext; then
16988 ac_cv_c_string_h_warnings=no
16989 else
16990 echo "$as_me: failed program was:" >&5
16991 sed 's/^/| /' conftest.$ac_ext >&5
16993 ac_cv_c_string_h_warnings=yes
16996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16998 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16999 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17000 CFLAGS="$saved_CFLAGS"
17001 if test "$ac_cv_c_string_h_warnings" = "no"
17002 then
17003 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17008 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17009 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17010 if test "${ac_cv_asm_func_def+set}" = set; then
17011 echo $ECHO_N "(cached) $ECHO_C" >&6
17012 else
17013 cat >conftest.$ac_ext <<_ACEOF
17014 /* confdefs.h. */
17015 _ACEOF
17016 cat confdefs.h >>conftest.$ac_ext
17017 cat >>conftest.$ac_ext <<_ACEOF
17018 /* end confdefs.h. */
17021 main ()
17023 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17025 return 0;
17027 _ACEOF
17028 rm -f conftest.$ac_objext conftest$ac_exeext
17029 if { (ac_try="$ac_link"
17030 case "(($ac_try" in
17031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17032 *) ac_try_echo=$ac_try;;
17033 esac
17034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17035 (eval "$ac_link") 2>conftest.er1
17036 ac_status=$?
17037 grep -v '^ *+' conftest.er1 >conftest.err
17038 rm -f conftest.er1
17039 cat conftest.err >&5
17040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17041 (exit $ac_status); } && {
17042 test -z "$ac_c_werror_flag" ||
17043 test ! -s conftest.err
17044 } && test -s conftest$ac_exeext &&
17045 $as_test_x conftest$ac_exeext; then
17046 ac_cv_asm_func_def=".def"
17047 else
17048 echo "$as_me: failed program was:" >&5
17049 sed 's/^/| /' conftest.$ac_ext >&5
17051 cat >conftest.$ac_ext <<_ACEOF
17052 /* confdefs.h. */
17053 _ACEOF
17054 cat confdefs.h >>conftest.$ac_ext
17055 cat >>conftest.$ac_ext <<_ACEOF
17056 /* end confdefs.h. */
17059 main ()
17061 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17063 return 0;
17065 _ACEOF
17066 rm -f conftest.$ac_objext conftest$ac_exeext
17067 if { (ac_try="$ac_link"
17068 case "(($ac_try" in
17069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17070 *) ac_try_echo=$ac_try;;
17071 esac
17072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17073 (eval "$ac_link") 2>conftest.er1
17074 ac_status=$?
17075 grep -v '^ *+' conftest.er1 >conftest.err
17076 rm -f conftest.er1
17077 cat conftest.err >&5
17078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17079 (exit $ac_status); } && {
17080 test -z "$ac_c_werror_flag" ||
17081 test ! -s conftest.err
17082 } && test -s conftest$ac_exeext &&
17083 $as_test_x conftest$ac_exeext; then
17084 ac_cv_asm_func_def=".type @function"
17085 else
17086 echo "$as_me: failed program was:" >&5
17087 sed 's/^/| /' conftest.$ac_ext >&5
17089 cat >conftest.$ac_ext <<_ACEOF
17090 /* confdefs.h. */
17091 _ACEOF
17092 cat confdefs.h >>conftest.$ac_ext
17093 cat >>conftest.$ac_ext <<_ACEOF
17094 /* end confdefs.h. */
17097 main ()
17099 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17101 return 0;
17103 _ACEOF
17104 rm -f conftest.$ac_objext conftest$ac_exeext
17105 if { (ac_try="$ac_link"
17106 case "(($ac_try" in
17107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17108 *) ac_try_echo=$ac_try;;
17109 esac
17110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17111 (eval "$ac_link") 2>conftest.er1
17112 ac_status=$?
17113 grep -v '^ *+' conftest.er1 >conftest.err
17114 rm -f conftest.er1
17115 cat conftest.err >&5
17116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17117 (exit $ac_status); } && {
17118 test -z "$ac_c_werror_flag" ||
17119 test ! -s conftest.err
17120 } && test -s conftest$ac_exeext &&
17121 $as_test_x conftest$ac_exeext; then
17122 ac_cv_asm_func_def=".type 2"
17123 else
17124 echo "$as_me: failed program was:" >&5
17125 sed 's/^/| /' conftest.$ac_ext >&5
17127 ac_cv_asm_func_def="unknown"
17130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17131 conftest$ac_exeext conftest.$ac_ext
17134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17135 conftest$ac_exeext conftest.$ac_ext
17138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17139 conftest$ac_exeext conftest.$ac_ext
17141 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17142 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17146 case "$ac_cv_asm_func_def" in
17147 ".def")
17148 cat >>confdefs.h <<\_ACEOF
17149 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17150 _ACEOF
17152 ".type @function")
17153 cat >>confdefs.h <<\_ACEOF
17154 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17155 _ACEOF
17157 ".type 2")
17158 cat >>confdefs.h <<\_ACEOF
17159 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17160 _ACEOF
17163 cat >>confdefs.h <<\_ACEOF
17164 #define __ASM_FUNC(name) ""
17165 _ACEOF
17167 esac
17170 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17171 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17172 if test "${ac_cv_c_extern_prefix+set}" = set; then
17173 echo $ECHO_N "(cached) $ECHO_C" >&6
17174 else
17175 cat >conftest.$ac_ext <<_ACEOF
17176 /* confdefs.h. */
17177 _ACEOF
17178 cat confdefs.h >>conftest.$ac_ext
17179 cat >>conftest.$ac_ext <<_ACEOF
17180 /* end confdefs.h. */
17181 extern int ac_test;
17183 main ()
17185 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17187 return 0;
17189 _ACEOF
17190 rm -f conftest.$ac_objext conftest$ac_exeext
17191 if { (ac_try="$ac_link"
17192 case "(($ac_try" in
17193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17194 *) ac_try_echo=$ac_try;;
17195 esac
17196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17197 (eval "$ac_link") 2>conftest.er1
17198 ac_status=$?
17199 grep -v '^ *+' conftest.er1 >conftest.err
17200 rm -f conftest.er1
17201 cat conftest.err >&5
17202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17203 (exit $ac_status); } && {
17204 test -z "$ac_c_werror_flag" ||
17205 test ! -s conftest.err
17206 } && test -s conftest$ac_exeext &&
17207 $as_test_x conftest$ac_exeext; then
17208 ac_cv_c_extern_prefix="yes"
17209 else
17210 echo "$as_me: failed program was:" >&5
17211 sed 's/^/| /' conftest.$ac_ext >&5
17213 ac_cv_c_extern_prefix="no"
17216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17217 conftest$ac_exeext conftest.$ac_ext
17219 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17220 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17224 if test "$ac_cv_c_extern_prefix" = "yes"
17225 then
17226 cat >>confdefs.h <<\_ACEOF
17227 #define __ASM_NAME(name) "_" name
17228 _ACEOF
17230 else
17231 cat >>confdefs.h <<\_ACEOF
17232 #define __ASM_NAME(name) name
17233 _ACEOF
17238 LDPATH=""
17240 case $build_os in
17241 cygwin*|mingw32*)
17242 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17244 darwin*|macosx*)
17247 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17249 esac
17251 case $host_os in
17252 mingw32*)
17253 CRTLIBS="-lmsvcrt"
17255 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17258 esac
17260 case $host_cpu in
17261 *i[3456789]86*)
17262 case $host_os in
17263 linux* | k*bsd*-gnu)
17264 EXTRA_BINARIES="wine-preloader"
17266 esac
17268 esac
17271 ac_save_CFLAGS="$CFLAGS"
17272 CFLAGS="$CFLAGS $BUILTINFLAG"
17343 for ac_func in \
17344 _pclose \
17345 _popen \
17346 _snprintf \
17347 _spawnvp \
17348 _strdup \
17349 _stricmp \
17350 _strnicmp \
17351 _strtoi64 \
17352 _strtoui64 \
17353 _vsnprintf \
17354 asctime_r \
17355 chsize \
17356 dlopen \
17357 epoll_create \
17358 ffs \
17359 finite \
17360 fork \
17361 fpclass \
17362 fstatfs \
17363 fstatvfs \
17364 ftruncate \
17365 futimes \
17366 futimesat \
17367 getdirentries \
17368 getopt_long \
17369 getpagesize \
17370 getpwuid \
17371 gettid \
17372 gettimeofday \
17373 getuid \
17374 inet_ntop \
17375 inet_pton \
17376 kqueue \
17377 lstat \
17378 memmove \
17379 mmap \
17380 pclose \
17381 poll \
17382 popen \
17383 prctl \
17384 pread \
17385 pwrite \
17386 readdir \
17387 readlink \
17388 sched_yield \
17389 select \
17390 setproctitle \
17391 setrlimit \
17392 settimeofday \
17393 sigaltstack \
17394 sigprocmask \
17395 snprintf \
17396 spawnvp \
17397 statfs \
17398 statvfs \
17399 strcasecmp \
17400 strdup \
17401 strerror \
17402 strncasecmp \
17403 strtold \
17404 strtoll \
17405 strtoull \
17406 symlink \
17407 tcgetattr \
17408 thr_kill2 \
17409 timegm \
17410 usleep \
17411 vsnprintf \
17412 wait4 \
17413 waitpid \
17416 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17417 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17418 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17419 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17420 echo $ECHO_N "(cached) $ECHO_C" >&6
17421 else
17422 cat >conftest.$ac_ext <<_ACEOF
17423 /* confdefs.h. */
17424 _ACEOF
17425 cat confdefs.h >>conftest.$ac_ext
17426 cat >>conftest.$ac_ext <<_ACEOF
17427 /* end confdefs.h. */
17428 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17429 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17430 #define $ac_func innocuous_$ac_func
17432 /* System header to define __stub macros and hopefully few prototypes,
17433 which can conflict with char $ac_func (); below.
17434 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17435 <limits.h> exists even on freestanding compilers. */
17437 #ifdef __STDC__
17438 # include <limits.h>
17439 #else
17440 # include <assert.h>
17441 #endif
17443 #undef $ac_func
17445 /* Override any GCC internal prototype to avoid an error.
17446 Use char because int might match the return type of a GCC
17447 builtin and then its argument prototype would still apply. */
17448 #ifdef __cplusplus
17449 extern "C"
17450 #endif
17451 char $ac_func ();
17452 /* The GNU C library defines this for functions which it implements
17453 to always fail with ENOSYS. Some functions are actually named
17454 something starting with __ and the normal name is an alias. */
17455 #if defined __stub_$ac_func || defined __stub___$ac_func
17456 choke me
17457 #endif
17460 main ()
17462 return $ac_func ();
17464 return 0;
17466 _ACEOF
17467 rm -f conftest.$ac_objext conftest$ac_exeext
17468 if { (ac_try="$ac_link"
17469 case "(($ac_try" in
17470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17471 *) ac_try_echo=$ac_try;;
17472 esac
17473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17474 (eval "$ac_link") 2>conftest.er1
17475 ac_status=$?
17476 grep -v '^ *+' conftest.er1 >conftest.err
17477 rm -f conftest.er1
17478 cat conftest.err >&5
17479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480 (exit $ac_status); } && {
17481 test -z "$ac_c_werror_flag" ||
17482 test ! -s conftest.err
17483 } && test -s conftest$ac_exeext &&
17484 $as_test_x conftest$ac_exeext; then
17485 eval "$as_ac_var=yes"
17486 else
17487 echo "$as_me: failed program was:" >&5
17488 sed 's/^/| /' conftest.$ac_ext >&5
17490 eval "$as_ac_var=no"
17493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17494 conftest$ac_exeext conftest.$ac_ext
17496 ac_res=`eval echo '${'$as_ac_var'}'`
17497 { echo "$as_me:$LINENO: result: $ac_res" >&5
17498 echo "${ECHO_T}$ac_res" >&6; }
17499 if test `eval echo '${'$as_ac_var'}'` = yes; then
17500 cat >>confdefs.h <<_ACEOF
17501 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17502 _ACEOF
17505 done
17507 CFLAGS="$ac_save_CFLAGS"
17509 if test "$ac_cv_func_dlopen" = no
17510 then
17511 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17512 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17513 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17514 echo $ECHO_N "(cached) $ECHO_C" >&6
17515 else
17516 ac_check_lib_save_LIBS=$LIBS
17517 LIBS="-ldl $LIBS"
17518 cat >conftest.$ac_ext <<_ACEOF
17519 /* confdefs.h. */
17520 _ACEOF
17521 cat confdefs.h >>conftest.$ac_ext
17522 cat >>conftest.$ac_ext <<_ACEOF
17523 /* end confdefs.h. */
17525 /* Override any GCC internal prototype to avoid an error.
17526 Use char because int might match the return type of a GCC
17527 builtin and then its argument prototype would still apply. */
17528 #ifdef __cplusplus
17529 extern "C"
17530 #endif
17531 char dlopen ();
17533 main ()
17535 return dlopen ();
17537 return 0;
17539 _ACEOF
17540 rm -f conftest.$ac_objext conftest$ac_exeext
17541 if { (ac_try="$ac_link"
17542 case "(($ac_try" in
17543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17544 *) ac_try_echo=$ac_try;;
17545 esac
17546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17547 (eval "$ac_link") 2>conftest.er1
17548 ac_status=$?
17549 grep -v '^ *+' conftest.er1 >conftest.err
17550 rm -f conftest.er1
17551 cat conftest.err >&5
17552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17553 (exit $ac_status); } && {
17554 test -z "$ac_c_werror_flag" ||
17555 test ! -s conftest.err
17556 } && test -s conftest$ac_exeext &&
17557 $as_test_x conftest$ac_exeext; then
17558 ac_cv_lib_dl_dlopen=yes
17559 else
17560 echo "$as_me: failed program was:" >&5
17561 sed 's/^/| /' conftest.$ac_ext >&5
17563 ac_cv_lib_dl_dlopen=no
17566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17567 conftest$ac_exeext conftest.$ac_ext
17568 LIBS=$ac_check_lib_save_LIBS
17570 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17571 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17572 if test $ac_cv_lib_dl_dlopen = yes; then
17573 cat >>confdefs.h <<\_ACEOF
17574 #define HAVE_DLOPEN 1
17575 _ACEOF
17576 LIBDL="-ldl"
17581 ac_wine_check_funcs_save_LIBS="$LIBS"
17582 LIBS="$LIBS $LIBDL"
17584 for ac_func in dladdr
17586 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17587 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17588 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17589 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17590 echo $ECHO_N "(cached) $ECHO_C" >&6
17591 else
17592 cat >conftest.$ac_ext <<_ACEOF
17593 /* confdefs.h. */
17594 _ACEOF
17595 cat confdefs.h >>conftest.$ac_ext
17596 cat >>conftest.$ac_ext <<_ACEOF
17597 /* end confdefs.h. */
17598 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17599 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17600 #define $ac_func innocuous_$ac_func
17602 /* System header to define __stub macros and hopefully few prototypes,
17603 which can conflict with char $ac_func (); below.
17604 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17605 <limits.h> exists even on freestanding compilers. */
17607 #ifdef __STDC__
17608 # include <limits.h>
17609 #else
17610 # include <assert.h>
17611 #endif
17613 #undef $ac_func
17615 /* Override any GCC internal prototype to avoid an error.
17616 Use char because int might match the return type of a GCC
17617 builtin and then its argument prototype would still apply. */
17618 #ifdef __cplusplus
17619 extern "C"
17620 #endif
17621 char $ac_func ();
17622 /* The GNU C library defines this for functions which it implements
17623 to always fail with ENOSYS. Some functions are actually named
17624 something starting with __ and the normal name is an alias. */
17625 #if defined __stub_$ac_func || defined __stub___$ac_func
17626 choke me
17627 #endif
17630 main ()
17632 return $ac_func ();
17634 return 0;
17636 _ACEOF
17637 rm -f conftest.$ac_objext conftest$ac_exeext
17638 if { (ac_try="$ac_link"
17639 case "(($ac_try" in
17640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17641 *) ac_try_echo=$ac_try;;
17642 esac
17643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17644 (eval "$ac_link") 2>conftest.er1
17645 ac_status=$?
17646 grep -v '^ *+' conftest.er1 >conftest.err
17647 rm -f conftest.er1
17648 cat conftest.err >&5
17649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17650 (exit $ac_status); } && {
17651 test -z "$ac_c_werror_flag" ||
17652 test ! -s conftest.err
17653 } && test -s conftest$ac_exeext &&
17654 $as_test_x conftest$ac_exeext; then
17655 eval "$as_ac_var=yes"
17656 else
17657 echo "$as_me: failed program was:" >&5
17658 sed 's/^/| /' conftest.$ac_ext >&5
17660 eval "$as_ac_var=no"
17663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17664 conftest$ac_exeext conftest.$ac_ext
17666 ac_res=`eval echo '${'$as_ac_var'}'`
17667 { echo "$as_me:$LINENO: result: $ac_res" >&5
17668 echo "${ECHO_T}$ac_res" >&6; }
17669 if test `eval echo '${'$as_ac_var'}'` = yes; then
17670 cat >>confdefs.h <<_ACEOF
17671 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17672 _ACEOF
17675 done
17677 LIBS="$ac_wine_check_funcs_save_LIBS"
17679 if test "$ac_cv_func_poll" = no
17680 then
17681 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17682 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17683 if test "${ac_cv_lib_poll_poll+set}" = set; then
17684 echo $ECHO_N "(cached) $ECHO_C" >&6
17685 else
17686 ac_check_lib_save_LIBS=$LIBS
17687 LIBS="-lpoll $LIBS"
17688 cat >conftest.$ac_ext <<_ACEOF
17689 /* confdefs.h. */
17690 _ACEOF
17691 cat confdefs.h >>conftest.$ac_ext
17692 cat >>conftest.$ac_ext <<_ACEOF
17693 /* end confdefs.h. */
17695 /* Override any GCC internal prototype to avoid an error.
17696 Use char because int might match the return type of a GCC
17697 builtin and then its argument prototype would still apply. */
17698 #ifdef __cplusplus
17699 extern "C"
17700 #endif
17701 char poll ();
17703 main ()
17705 return poll ();
17707 return 0;
17709 _ACEOF
17710 rm -f conftest.$ac_objext conftest$ac_exeext
17711 if { (ac_try="$ac_link"
17712 case "(($ac_try" in
17713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17714 *) ac_try_echo=$ac_try;;
17715 esac
17716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17717 (eval "$ac_link") 2>conftest.er1
17718 ac_status=$?
17719 grep -v '^ *+' conftest.er1 >conftest.err
17720 rm -f conftest.er1
17721 cat conftest.err >&5
17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); } && {
17724 test -z "$ac_c_werror_flag" ||
17725 test ! -s conftest.err
17726 } && test -s conftest$ac_exeext &&
17727 $as_test_x conftest$ac_exeext; then
17728 ac_cv_lib_poll_poll=yes
17729 else
17730 echo "$as_me: failed program was:" >&5
17731 sed 's/^/| /' conftest.$ac_ext >&5
17733 ac_cv_lib_poll_poll=no
17736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17737 conftest$ac_exeext conftest.$ac_ext
17738 LIBS=$ac_check_lib_save_LIBS
17740 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17741 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17742 if test $ac_cv_lib_poll_poll = yes; then
17743 cat >>confdefs.h <<\_ACEOF
17744 #define HAVE_POLL 1
17745 _ACEOF
17746 LIBPOLL="-lpoll"
17752 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17753 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17754 if test "${ac_cv_search_gethostbyname+set}" = set; then
17755 echo $ECHO_N "(cached) $ECHO_C" >&6
17756 else
17757 ac_func_search_save_LIBS=$LIBS
17758 cat >conftest.$ac_ext <<_ACEOF
17759 /* confdefs.h. */
17760 _ACEOF
17761 cat confdefs.h >>conftest.$ac_ext
17762 cat >>conftest.$ac_ext <<_ACEOF
17763 /* end confdefs.h. */
17765 /* Override any GCC internal prototype to avoid an error.
17766 Use char because int might match the return type of a GCC
17767 builtin and then its argument prototype would still apply. */
17768 #ifdef __cplusplus
17769 extern "C"
17770 #endif
17771 char gethostbyname ();
17773 main ()
17775 return gethostbyname ();
17777 return 0;
17779 _ACEOF
17780 for ac_lib in '' nsl; do
17781 if test -z "$ac_lib"; then
17782 ac_res="none required"
17783 else
17784 ac_res=-l$ac_lib
17785 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17787 rm -f conftest.$ac_objext conftest$ac_exeext
17788 if { (ac_try="$ac_link"
17789 case "(($ac_try" in
17790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17791 *) ac_try_echo=$ac_try;;
17792 esac
17793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17794 (eval "$ac_link") 2>conftest.er1
17795 ac_status=$?
17796 grep -v '^ *+' conftest.er1 >conftest.err
17797 rm -f conftest.er1
17798 cat conftest.err >&5
17799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17800 (exit $ac_status); } && {
17801 test -z "$ac_c_werror_flag" ||
17802 test ! -s conftest.err
17803 } && test -s conftest$ac_exeext &&
17804 $as_test_x conftest$ac_exeext; then
17805 ac_cv_search_gethostbyname=$ac_res
17806 else
17807 echo "$as_me: failed program was:" >&5
17808 sed 's/^/| /' conftest.$ac_ext >&5
17813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17814 conftest$ac_exeext
17815 if test "${ac_cv_search_gethostbyname+set}" = set; then
17816 break
17818 done
17819 if test "${ac_cv_search_gethostbyname+set}" = set; then
17821 else
17822 ac_cv_search_gethostbyname=no
17824 rm conftest.$ac_ext
17825 LIBS=$ac_func_search_save_LIBS
17827 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17828 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17829 ac_res=$ac_cv_search_gethostbyname
17830 if test "$ac_res" != no; then
17831 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17836 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17837 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17838 if test "${ac_cv_search_connect+set}" = set; then
17839 echo $ECHO_N "(cached) $ECHO_C" >&6
17840 else
17841 ac_func_search_save_LIBS=$LIBS
17842 cat >conftest.$ac_ext <<_ACEOF
17843 /* confdefs.h. */
17844 _ACEOF
17845 cat confdefs.h >>conftest.$ac_ext
17846 cat >>conftest.$ac_ext <<_ACEOF
17847 /* end confdefs.h. */
17849 /* Override any GCC internal prototype to avoid an error.
17850 Use char because int might match the return type of a GCC
17851 builtin and then its argument prototype would still apply. */
17852 #ifdef __cplusplus
17853 extern "C"
17854 #endif
17855 char connect ();
17857 main ()
17859 return connect ();
17861 return 0;
17863 _ACEOF
17864 for ac_lib in '' socket; do
17865 if test -z "$ac_lib"; then
17866 ac_res="none required"
17867 else
17868 ac_res=-l$ac_lib
17869 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17871 rm -f conftest.$ac_objext conftest$ac_exeext
17872 if { (ac_try="$ac_link"
17873 case "(($ac_try" in
17874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17875 *) ac_try_echo=$ac_try;;
17876 esac
17877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17878 (eval "$ac_link") 2>conftest.er1
17879 ac_status=$?
17880 grep -v '^ *+' conftest.er1 >conftest.err
17881 rm -f conftest.er1
17882 cat conftest.err >&5
17883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17884 (exit $ac_status); } && {
17885 test -z "$ac_c_werror_flag" ||
17886 test ! -s conftest.err
17887 } && test -s conftest$ac_exeext &&
17888 $as_test_x conftest$ac_exeext; then
17889 ac_cv_search_connect=$ac_res
17890 else
17891 echo "$as_me: failed program was:" >&5
17892 sed 's/^/| /' conftest.$ac_ext >&5
17897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17898 conftest$ac_exeext
17899 if test "${ac_cv_search_connect+set}" = set; then
17900 break
17902 done
17903 if test "${ac_cv_search_connect+set}" = set; then
17905 else
17906 ac_cv_search_connect=no
17908 rm conftest.$ac_ext
17909 LIBS=$ac_func_search_save_LIBS
17911 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17912 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17913 ac_res=$ac_cv_search_connect
17914 if test "$ac_res" != no; then
17915 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17920 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17921 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17922 if test "${ac_cv_search_inet_aton+set}" = set; then
17923 echo $ECHO_N "(cached) $ECHO_C" >&6
17924 else
17925 ac_func_search_save_LIBS=$LIBS
17926 cat >conftest.$ac_ext <<_ACEOF
17927 /* confdefs.h. */
17928 _ACEOF
17929 cat confdefs.h >>conftest.$ac_ext
17930 cat >>conftest.$ac_ext <<_ACEOF
17931 /* end confdefs.h. */
17933 /* Override any GCC internal prototype to avoid an error.
17934 Use char because int might match the return type of a GCC
17935 builtin and then its argument prototype would still apply. */
17936 #ifdef __cplusplus
17937 extern "C"
17938 #endif
17939 char inet_aton ();
17941 main ()
17943 return inet_aton ();
17945 return 0;
17947 _ACEOF
17948 for ac_lib in '' resolv; do
17949 if test -z "$ac_lib"; then
17950 ac_res="none required"
17951 else
17952 ac_res=-l$ac_lib
17953 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17955 rm -f conftest.$ac_objext conftest$ac_exeext
17956 if { (ac_try="$ac_link"
17957 case "(($ac_try" in
17958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17959 *) ac_try_echo=$ac_try;;
17960 esac
17961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17962 (eval "$ac_link") 2>conftest.er1
17963 ac_status=$?
17964 grep -v '^ *+' conftest.er1 >conftest.err
17965 rm -f conftest.er1
17966 cat conftest.err >&5
17967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17968 (exit $ac_status); } && {
17969 test -z "$ac_c_werror_flag" ||
17970 test ! -s conftest.err
17971 } && test -s conftest$ac_exeext &&
17972 $as_test_x conftest$ac_exeext; then
17973 ac_cv_search_inet_aton=$ac_res
17974 else
17975 echo "$as_me: failed program was:" >&5
17976 sed 's/^/| /' conftest.$ac_ext >&5
17981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17982 conftest$ac_exeext
17983 if test "${ac_cv_search_inet_aton+set}" = set; then
17984 break
17986 done
17987 if test "${ac_cv_search_inet_aton+set}" = set; then
17989 else
17990 ac_cv_search_inet_aton=no
17992 rm conftest.$ac_ext
17993 LIBS=$ac_func_search_save_LIBS
17995 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17996 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17997 ac_res=$ac_cv_search_inet_aton
17998 if test "$ac_res" != no; then
17999 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18013 for ac_func in \
18014 getaddrinfo \
18015 getnameinfo \
18016 getnetbyname \
18017 getprotobyname \
18018 getprotobynumber \
18019 getservbyport \
18020 inet_network \
18021 sendmsg \
18022 socketpair \
18025 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18026 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18027 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18028 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18029 echo $ECHO_N "(cached) $ECHO_C" >&6
18030 else
18031 cat >conftest.$ac_ext <<_ACEOF
18032 /* confdefs.h. */
18033 _ACEOF
18034 cat confdefs.h >>conftest.$ac_ext
18035 cat >>conftest.$ac_ext <<_ACEOF
18036 /* end confdefs.h. */
18037 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18038 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18039 #define $ac_func innocuous_$ac_func
18041 /* System header to define __stub macros and hopefully few prototypes,
18042 which can conflict with char $ac_func (); below.
18043 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18044 <limits.h> exists even on freestanding compilers. */
18046 #ifdef __STDC__
18047 # include <limits.h>
18048 #else
18049 # include <assert.h>
18050 #endif
18052 #undef $ac_func
18054 /* Override any GCC internal prototype to avoid an error.
18055 Use char because int might match the return type of a GCC
18056 builtin and then its argument prototype would still apply. */
18057 #ifdef __cplusplus
18058 extern "C"
18059 #endif
18060 char $ac_func ();
18061 /* The GNU C library defines this for functions which it implements
18062 to always fail with ENOSYS. Some functions are actually named
18063 something starting with __ and the normal name is an alias. */
18064 #if defined __stub_$ac_func || defined __stub___$ac_func
18065 choke me
18066 #endif
18069 main ()
18071 return $ac_func ();
18073 return 0;
18075 _ACEOF
18076 rm -f conftest.$ac_objext conftest$ac_exeext
18077 if { (ac_try="$ac_link"
18078 case "(($ac_try" in
18079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18080 *) ac_try_echo=$ac_try;;
18081 esac
18082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18083 (eval "$ac_link") 2>conftest.er1
18084 ac_status=$?
18085 grep -v '^ *+' conftest.er1 >conftest.err
18086 rm -f conftest.er1
18087 cat conftest.err >&5
18088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18089 (exit $ac_status); } && {
18090 test -z "$ac_c_werror_flag" ||
18091 test ! -s conftest.err
18092 } && test -s conftest$ac_exeext &&
18093 $as_test_x conftest$ac_exeext; then
18094 eval "$as_ac_var=yes"
18095 else
18096 echo "$as_me: failed program was:" >&5
18097 sed 's/^/| /' conftest.$ac_ext >&5
18099 eval "$as_ac_var=no"
18102 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18103 conftest$ac_exeext conftest.$ac_ext
18105 ac_res=`eval echo '${'$as_ac_var'}'`
18106 { echo "$as_me:$LINENO: result: $ac_res" >&5
18107 echo "${ECHO_T}$ac_res" >&6; }
18108 if test `eval echo '${'$as_ac_var'}'` = yes; then
18109 cat >>confdefs.h <<_ACEOF
18110 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18111 _ACEOF
18114 done
18117 LDAPLIBS=""
18119 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18120 then
18121 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18122 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18123 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18124 echo $ECHO_N "(cached) $ECHO_C" >&6
18125 else
18126 cat >conftest.$ac_ext <<_ACEOF
18127 /* confdefs.h. */
18128 _ACEOF
18129 cat confdefs.h >>conftest.$ac_ext
18130 cat >>conftest.$ac_ext <<_ACEOF
18131 /* end confdefs.h. */
18132 #include <ldap.h>
18134 typedef LDAPSortKey ac__type_new_;
18136 main ()
18138 if ((ac__type_new_ *) 0)
18139 return 0;
18140 if (sizeof (ac__type_new_))
18141 return 0;
18143 return 0;
18145 _ACEOF
18146 rm -f conftest.$ac_objext
18147 if { (ac_try="$ac_compile"
18148 case "(($ac_try" in
18149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18150 *) ac_try_echo=$ac_try;;
18151 esac
18152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18153 (eval "$ac_compile") 2>conftest.er1
18154 ac_status=$?
18155 grep -v '^ *+' conftest.er1 >conftest.err
18156 rm -f conftest.er1
18157 cat conftest.err >&5
18158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18159 (exit $ac_status); } && {
18160 test -z "$ac_c_werror_flag" ||
18161 test ! -s conftest.err
18162 } && test -s conftest.$ac_objext; then
18163 ac_cv_type_LDAPSortKey=yes
18164 else
18165 echo "$as_me: failed program was:" >&5
18166 sed 's/^/| /' conftest.$ac_ext >&5
18168 ac_cv_type_LDAPSortKey=no
18171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18173 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18174 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18175 if test $ac_cv_type_LDAPSortKey = yes; then
18176 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18177 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18178 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18179 echo $ECHO_N "(cached) $ECHO_C" >&6
18180 else
18181 ac_check_lib_save_LIBS=$LIBS
18182 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18183 cat >conftest.$ac_ext <<_ACEOF
18184 /* confdefs.h. */
18185 _ACEOF
18186 cat confdefs.h >>conftest.$ac_ext
18187 cat >>conftest.$ac_ext <<_ACEOF
18188 /* end confdefs.h. */
18190 /* Override any GCC internal prototype to avoid an error.
18191 Use char because int might match the return type of a GCC
18192 builtin and then its argument prototype would still apply. */
18193 #ifdef __cplusplus
18194 extern "C"
18195 #endif
18196 char ldap_initialize ();
18198 main ()
18200 return ldap_initialize ();
18202 return 0;
18204 _ACEOF
18205 rm -f conftest.$ac_objext conftest$ac_exeext
18206 if { (ac_try="$ac_link"
18207 case "(($ac_try" in
18208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18209 *) ac_try_echo=$ac_try;;
18210 esac
18211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18212 (eval "$ac_link") 2>conftest.er1
18213 ac_status=$?
18214 grep -v '^ *+' conftest.er1 >conftest.err
18215 rm -f conftest.er1
18216 cat conftest.err >&5
18217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18218 (exit $ac_status); } && {
18219 test -z "$ac_c_werror_flag" ||
18220 test ! -s conftest.err
18221 } && test -s conftest$ac_exeext &&
18222 $as_test_x conftest$ac_exeext; then
18223 ac_cv_lib_ldap_r_ldap_initialize=yes
18224 else
18225 echo "$as_me: failed program was:" >&5
18226 sed 's/^/| /' conftest.$ac_ext >&5
18228 ac_cv_lib_ldap_r_ldap_initialize=no
18231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18232 conftest$ac_exeext conftest.$ac_ext
18233 LIBS=$ac_check_lib_save_LIBS
18235 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18236 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18237 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18238 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18239 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18240 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18241 echo $ECHO_N "(cached) $ECHO_C" >&6
18242 else
18243 ac_check_lib_save_LIBS=$LIBS
18244 LIBS="-llber $LIBPTHREAD $LIBS"
18245 cat >conftest.$ac_ext <<_ACEOF
18246 /* confdefs.h. */
18247 _ACEOF
18248 cat confdefs.h >>conftest.$ac_ext
18249 cat >>conftest.$ac_ext <<_ACEOF
18250 /* end confdefs.h. */
18252 /* Override any GCC internal prototype to avoid an error.
18253 Use char because int might match the return type of a GCC
18254 builtin and then its argument prototype would still apply. */
18255 #ifdef __cplusplus
18256 extern "C"
18257 #endif
18258 char ber_init ();
18260 main ()
18262 return ber_init ();
18264 return 0;
18266 _ACEOF
18267 rm -f conftest.$ac_objext conftest$ac_exeext
18268 if { (ac_try="$ac_link"
18269 case "(($ac_try" in
18270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18271 *) ac_try_echo=$ac_try;;
18272 esac
18273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18274 (eval "$ac_link") 2>conftest.er1
18275 ac_status=$?
18276 grep -v '^ *+' conftest.er1 >conftest.err
18277 rm -f conftest.er1
18278 cat conftest.err >&5
18279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18280 (exit $ac_status); } && {
18281 test -z "$ac_c_werror_flag" ||
18282 test ! -s conftest.err
18283 } && test -s conftest$ac_exeext &&
18284 $as_test_x conftest$ac_exeext; then
18285 ac_cv_lib_lber_ber_init=yes
18286 else
18287 echo "$as_me: failed program was:" >&5
18288 sed 's/^/| /' conftest.$ac_ext >&5
18290 ac_cv_lib_lber_ber_init=no
18293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18294 conftest$ac_exeext conftest.$ac_ext
18295 LIBS=$ac_check_lib_save_LIBS
18297 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18298 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18299 if test $ac_cv_lib_lber_ber_init = yes; then
18301 cat >>confdefs.h <<\_ACEOF
18302 #define HAVE_LDAP 1
18303 _ACEOF
18305 LDAPLIBS="-lldap_r -llber"
18312 ac_wine_check_funcs_save_LIBS="$LIBS"
18313 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18322 for ac_func in \
18323 ldap_count_references \
18324 ldap_first_reference \
18325 ldap_next_reference \
18326 ldap_parse_reference \
18327 ldap_parse_sort_control \
18328 ldap_parse_sortresponse_control \
18329 ldap_parse_vlv_control \
18330 ldap_parse_vlvresponse_control
18332 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18333 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18334 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18335 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18336 echo $ECHO_N "(cached) $ECHO_C" >&6
18337 else
18338 cat >conftest.$ac_ext <<_ACEOF
18339 /* confdefs.h. */
18340 _ACEOF
18341 cat confdefs.h >>conftest.$ac_ext
18342 cat >>conftest.$ac_ext <<_ACEOF
18343 /* end confdefs.h. */
18344 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18345 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18346 #define $ac_func innocuous_$ac_func
18348 /* System header to define __stub macros and hopefully few prototypes,
18349 which can conflict with char $ac_func (); below.
18350 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18351 <limits.h> exists even on freestanding compilers. */
18353 #ifdef __STDC__
18354 # include <limits.h>
18355 #else
18356 # include <assert.h>
18357 #endif
18359 #undef $ac_func
18361 /* Override any GCC internal prototype to avoid an error.
18362 Use char because int might match the return type of a GCC
18363 builtin and then its argument prototype would still apply. */
18364 #ifdef __cplusplus
18365 extern "C"
18366 #endif
18367 char $ac_func ();
18368 /* The GNU C library defines this for functions which it implements
18369 to always fail with ENOSYS. Some functions are actually named
18370 something starting with __ and the normal name is an alias. */
18371 #if defined __stub_$ac_func || defined __stub___$ac_func
18372 choke me
18373 #endif
18376 main ()
18378 return $ac_func ();
18380 return 0;
18382 _ACEOF
18383 rm -f conftest.$ac_objext conftest$ac_exeext
18384 if { (ac_try="$ac_link"
18385 case "(($ac_try" in
18386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18387 *) ac_try_echo=$ac_try;;
18388 esac
18389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18390 (eval "$ac_link") 2>conftest.er1
18391 ac_status=$?
18392 grep -v '^ *+' conftest.er1 >conftest.err
18393 rm -f conftest.er1
18394 cat conftest.err >&5
18395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18396 (exit $ac_status); } && {
18397 test -z "$ac_c_werror_flag" ||
18398 test ! -s conftest.err
18399 } && test -s conftest$ac_exeext &&
18400 $as_test_x conftest$ac_exeext; then
18401 eval "$as_ac_var=yes"
18402 else
18403 echo "$as_me: failed program was:" >&5
18404 sed 's/^/| /' conftest.$ac_ext >&5
18406 eval "$as_ac_var=no"
18409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18410 conftest$ac_exeext conftest.$ac_ext
18412 ac_res=`eval echo '${'$as_ac_var'}'`
18413 { echo "$as_me:$LINENO: result: $ac_res" >&5
18414 echo "${ECHO_T}$ac_res" >&6; }
18415 if test `eval echo '${'$as_ac_var'}'` = yes; then
18416 cat >>confdefs.h <<_ACEOF
18417 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18418 _ACEOF
18421 done
18423 LIBS="$ac_wine_check_funcs_save_LIBS"
18425 if test "x$LDAPLIBS" = "x"; then
18426 case "x$with_ldap" in
18427 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18428 xno) ;;
18429 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18430 This is an error since --with-ldap was requested." >&5
18431 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18432 This is an error since --with-ldap was requested." >&2;}
18433 { (exit 1); exit 1; }; } ;;
18434 esac
18438 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18439 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18440 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18441 echo $ECHO_N "(cached) $ECHO_C" >&6
18442 else
18443 cat >conftest.$ac_ext <<_ACEOF
18444 /* confdefs.h. */
18445 _ACEOF
18446 cat confdefs.h >>conftest.$ac_ext
18447 cat >>conftest.$ac_ext <<_ACEOF
18448 /* end confdefs.h. */
18449 #include <sys/stat.h>
18451 main ()
18453 mkdir("foo");
18455 return 0;
18457 _ACEOF
18458 rm -f conftest.$ac_objext
18459 if { (ac_try="$ac_compile"
18460 case "(($ac_try" in
18461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18462 *) ac_try_echo=$ac_try;;
18463 esac
18464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18465 (eval "$ac_compile") 2>conftest.er1
18466 ac_status=$?
18467 grep -v '^ *+' conftest.er1 >conftest.err
18468 rm -f conftest.er1
18469 cat conftest.err >&5
18470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18471 (exit $ac_status); } && {
18472 test -z "$ac_c_werror_flag" ||
18473 test ! -s conftest.err
18474 } && test -s conftest.$ac_objext; then
18475 wine_cv_one_arg_mkdir=yes
18476 else
18477 echo "$as_me: failed program was:" >&5
18478 sed 's/^/| /' conftest.$ac_ext >&5
18480 wine_cv_one_arg_mkdir=no
18483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18485 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18486 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18487 if test "$wine_cv_one_arg_mkdir" = "yes"
18488 then
18490 cat >>confdefs.h <<\_ACEOF
18491 #define HAVE_ONE_ARG_MKDIR 1
18492 _ACEOF
18497 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18498 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18499 if test "${ac_cv_c_const+set}" = set; then
18500 echo $ECHO_N "(cached) $ECHO_C" >&6
18501 else
18502 cat >conftest.$ac_ext <<_ACEOF
18503 /* confdefs.h. */
18504 _ACEOF
18505 cat confdefs.h >>conftest.$ac_ext
18506 cat >>conftest.$ac_ext <<_ACEOF
18507 /* end confdefs.h. */
18510 main ()
18512 /* FIXME: Include the comments suggested by Paul. */
18513 #ifndef __cplusplus
18514 /* Ultrix mips cc rejects this. */
18515 typedef int charset[2];
18516 const charset cs;
18517 /* SunOS 4.1.1 cc rejects this. */
18518 char const *const *pcpcc;
18519 char **ppc;
18520 /* NEC SVR4.0.2 mips cc rejects this. */
18521 struct point {int x, y;};
18522 static struct point const zero = {0,0};
18523 /* AIX XL C 1.02.0.0 rejects this.
18524 It does not let you subtract one const X* pointer from another in
18525 an arm of an if-expression whose if-part is not a constant
18526 expression */
18527 const char *g = "string";
18528 pcpcc = &g + (g ? g-g : 0);
18529 /* HPUX 7.0 cc rejects these. */
18530 ++pcpcc;
18531 ppc = (char**) pcpcc;
18532 pcpcc = (char const *const *) ppc;
18533 { /* SCO 3.2v4 cc rejects this. */
18534 char *t;
18535 char const *s = 0 ? (char *) 0 : (char const *) 0;
18537 *t++ = 0;
18538 if (s) return 0;
18540 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18541 int x[] = {25, 17};
18542 const int *foo = &x[0];
18543 ++foo;
18545 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18546 typedef const int *iptr;
18547 iptr p = 0;
18548 ++p;
18550 { /* AIX XL C 1.02.0.0 rejects this saying
18551 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18552 struct s { int j; const int *ap[3]; };
18553 struct s *b; b->j = 5;
18555 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18556 const int foo = 10;
18557 if (!foo) return 0;
18559 return !cs[0] && !zero.x;
18560 #endif
18563 return 0;
18565 _ACEOF
18566 rm -f conftest.$ac_objext
18567 if { (ac_try="$ac_compile"
18568 case "(($ac_try" in
18569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18570 *) ac_try_echo=$ac_try;;
18571 esac
18572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18573 (eval "$ac_compile") 2>conftest.er1
18574 ac_status=$?
18575 grep -v '^ *+' conftest.er1 >conftest.err
18576 rm -f conftest.er1
18577 cat conftest.err >&5
18578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18579 (exit $ac_status); } && {
18580 test -z "$ac_c_werror_flag" ||
18581 test ! -s conftest.err
18582 } && test -s conftest.$ac_objext; then
18583 ac_cv_c_const=yes
18584 else
18585 echo "$as_me: failed program was:" >&5
18586 sed 's/^/| /' conftest.$ac_ext >&5
18588 ac_cv_c_const=no
18591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18593 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18594 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18595 if test $ac_cv_c_const = no; then
18597 cat >>confdefs.h <<\_ACEOF
18598 #define const
18599 _ACEOF
18603 { echo "$as_me:$LINENO: checking for inline" >&5
18604 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18605 if test "${ac_cv_c_inline+set}" = set; then
18606 echo $ECHO_N "(cached) $ECHO_C" >&6
18607 else
18608 ac_cv_c_inline=no
18609 for ac_kw in inline __inline__ __inline; do
18610 cat >conftest.$ac_ext <<_ACEOF
18611 /* confdefs.h. */
18612 _ACEOF
18613 cat confdefs.h >>conftest.$ac_ext
18614 cat >>conftest.$ac_ext <<_ACEOF
18615 /* end confdefs.h. */
18616 #ifndef __cplusplus
18617 typedef int foo_t;
18618 static $ac_kw foo_t static_foo () {return 0; }
18619 $ac_kw foo_t foo () {return 0; }
18620 #endif
18622 _ACEOF
18623 rm -f conftest.$ac_objext
18624 if { (ac_try="$ac_compile"
18625 case "(($ac_try" in
18626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18627 *) ac_try_echo=$ac_try;;
18628 esac
18629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18630 (eval "$ac_compile") 2>conftest.er1
18631 ac_status=$?
18632 grep -v '^ *+' conftest.er1 >conftest.err
18633 rm -f conftest.er1
18634 cat conftest.err >&5
18635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18636 (exit $ac_status); } && {
18637 test -z "$ac_c_werror_flag" ||
18638 test ! -s conftest.err
18639 } && test -s conftest.$ac_objext; then
18640 ac_cv_c_inline=$ac_kw
18641 else
18642 echo "$as_me: failed program was:" >&5
18643 sed 's/^/| /' conftest.$ac_ext >&5
18648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18649 test "$ac_cv_c_inline" != no && break
18650 done
18653 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18654 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18657 case $ac_cv_c_inline in
18658 inline | yes) ;;
18660 case $ac_cv_c_inline in
18661 no) ac_val=;;
18662 *) ac_val=$ac_cv_c_inline;;
18663 esac
18664 cat >>confdefs.h <<_ACEOF
18665 #ifndef __cplusplus
18666 #define inline $ac_val
18667 #endif
18668 _ACEOF
18670 esac
18672 { echo "$as_me:$LINENO: checking for mode_t" >&5
18673 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18674 if test "${ac_cv_type_mode_t+set}" = set; then
18675 echo $ECHO_N "(cached) $ECHO_C" >&6
18676 else
18677 cat >conftest.$ac_ext <<_ACEOF
18678 /* confdefs.h. */
18679 _ACEOF
18680 cat confdefs.h >>conftest.$ac_ext
18681 cat >>conftest.$ac_ext <<_ACEOF
18682 /* end confdefs.h. */
18683 $ac_includes_default
18684 typedef mode_t ac__type_new_;
18686 main ()
18688 if ((ac__type_new_ *) 0)
18689 return 0;
18690 if (sizeof (ac__type_new_))
18691 return 0;
18693 return 0;
18695 _ACEOF
18696 rm -f conftest.$ac_objext
18697 if { (ac_try="$ac_compile"
18698 case "(($ac_try" in
18699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18700 *) ac_try_echo=$ac_try;;
18701 esac
18702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18703 (eval "$ac_compile") 2>conftest.er1
18704 ac_status=$?
18705 grep -v '^ *+' conftest.er1 >conftest.err
18706 rm -f conftest.er1
18707 cat conftest.err >&5
18708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18709 (exit $ac_status); } && {
18710 test -z "$ac_c_werror_flag" ||
18711 test ! -s conftest.err
18712 } && test -s conftest.$ac_objext; then
18713 ac_cv_type_mode_t=yes
18714 else
18715 echo "$as_me: failed program was:" >&5
18716 sed 's/^/| /' conftest.$ac_ext >&5
18718 ac_cv_type_mode_t=no
18721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18723 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18724 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18725 if test $ac_cv_type_mode_t = yes; then
18727 cat >>confdefs.h <<_ACEOF
18728 #define HAVE_MODE_T 1
18729 _ACEOF
18733 { echo "$as_me:$LINENO: checking for off_t" >&5
18734 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18735 if test "${ac_cv_type_off_t+set}" = set; then
18736 echo $ECHO_N "(cached) $ECHO_C" >&6
18737 else
18738 cat >conftest.$ac_ext <<_ACEOF
18739 /* confdefs.h. */
18740 _ACEOF
18741 cat confdefs.h >>conftest.$ac_ext
18742 cat >>conftest.$ac_ext <<_ACEOF
18743 /* end confdefs.h. */
18744 $ac_includes_default
18745 typedef off_t ac__type_new_;
18747 main ()
18749 if ((ac__type_new_ *) 0)
18750 return 0;
18751 if (sizeof (ac__type_new_))
18752 return 0;
18754 return 0;
18756 _ACEOF
18757 rm -f conftest.$ac_objext
18758 if { (ac_try="$ac_compile"
18759 case "(($ac_try" in
18760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18761 *) ac_try_echo=$ac_try;;
18762 esac
18763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18764 (eval "$ac_compile") 2>conftest.er1
18765 ac_status=$?
18766 grep -v '^ *+' conftest.er1 >conftest.err
18767 rm -f conftest.er1
18768 cat conftest.err >&5
18769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18770 (exit $ac_status); } && {
18771 test -z "$ac_c_werror_flag" ||
18772 test ! -s conftest.err
18773 } && test -s conftest.$ac_objext; then
18774 ac_cv_type_off_t=yes
18775 else
18776 echo "$as_me: failed program was:" >&5
18777 sed 's/^/| /' conftest.$ac_ext >&5
18779 ac_cv_type_off_t=no
18782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18784 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18785 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18786 if test $ac_cv_type_off_t = yes; then
18788 cat >>confdefs.h <<_ACEOF
18789 #define HAVE_OFF_T 1
18790 _ACEOF
18794 { echo "$as_me:$LINENO: checking for pid_t" >&5
18795 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18796 if test "${ac_cv_type_pid_t+set}" = set; then
18797 echo $ECHO_N "(cached) $ECHO_C" >&6
18798 else
18799 cat >conftest.$ac_ext <<_ACEOF
18800 /* confdefs.h. */
18801 _ACEOF
18802 cat confdefs.h >>conftest.$ac_ext
18803 cat >>conftest.$ac_ext <<_ACEOF
18804 /* end confdefs.h. */
18805 $ac_includes_default
18806 typedef pid_t ac__type_new_;
18808 main ()
18810 if ((ac__type_new_ *) 0)
18811 return 0;
18812 if (sizeof (ac__type_new_))
18813 return 0;
18815 return 0;
18817 _ACEOF
18818 rm -f conftest.$ac_objext
18819 if { (ac_try="$ac_compile"
18820 case "(($ac_try" in
18821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18822 *) ac_try_echo=$ac_try;;
18823 esac
18824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18825 (eval "$ac_compile") 2>conftest.er1
18826 ac_status=$?
18827 grep -v '^ *+' conftest.er1 >conftest.err
18828 rm -f conftest.er1
18829 cat conftest.err >&5
18830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18831 (exit $ac_status); } && {
18832 test -z "$ac_c_werror_flag" ||
18833 test ! -s conftest.err
18834 } && test -s conftest.$ac_objext; then
18835 ac_cv_type_pid_t=yes
18836 else
18837 echo "$as_me: failed program was:" >&5
18838 sed 's/^/| /' conftest.$ac_ext >&5
18840 ac_cv_type_pid_t=no
18843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18845 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18846 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18847 if test $ac_cv_type_pid_t = yes; then
18849 cat >>confdefs.h <<_ACEOF
18850 #define HAVE_PID_T 1
18851 _ACEOF
18855 { echo "$as_me:$LINENO: checking for size_t" >&5
18856 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18857 if test "${ac_cv_type_size_t+set}" = set; then
18858 echo $ECHO_N "(cached) $ECHO_C" >&6
18859 else
18860 cat >conftest.$ac_ext <<_ACEOF
18861 /* confdefs.h. */
18862 _ACEOF
18863 cat confdefs.h >>conftest.$ac_ext
18864 cat >>conftest.$ac_ext <<_ACEOF
18865 /* end confdefs.h. */
18866 $ac_includes_default
18867 typedef size_t ac__type_new_;
18869 main ()
18871 if ((ac__type_new_ *) 0)
18872 return 0;
18873 if (sizeof (ac__type_new_))
18874 return 0;
18876 return 0;
18878 _ACEOF
18879 rm -f conftest.$ac_objext
18880 if { (ac_try="$ac_compile"
18881 case "(($ac_try" in
18882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18883 *) ac_try_echo=$ac_try;;
18884 esac
18885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18886 (eval "$ac_compile") 2>conftest.er1
18887 ac_status=$?
18888 grep -v '^ *+' conftest.er1 >conftest.err
18889 rm -f conftest.er1
18890 cat conftest.err >&5
18891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18892 (exit $ac_status); } && {
18893 test -z "$ac_c_werror_flag" ||
18894 test ! -s conftest.err
18895 } && test -s conftest.$ac_objext; then
18896 ac_cv_type_size_t=yes
18897 else
18898 echo "$as_me: failed program was:" >&5
18899 sed 's/^/| /' conftest.$ac_ext >&5
18901 ac_cv_type_size_t=no
18904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18906 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18907 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18908 if test $ac_cv_type_size_t = yes; then
18910 cat >>confdefs.h <<_ACEOF
18911 #define HAVE_SIZE_T 1
18912 _ACEOF
18916 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18917 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18918 if test "${ac_cv_type_ssize_t+set}" = set; then
18919 echo $ECHO_N "(cached) $ECHO_C" >&6
18920 else
18921 cat >conftest.$ac_ext <<_ACEOF
18922 /* confdefs.h. */
18923 _ACEOF
18924 cat confdefs.h >>conftest.$ac_ext
18925 cat >>conftest.$ac_ext <<_ACEOF
18926 /* end confdefs.h. */
18927 $ac_includes_default
18928 typedef ssize_t ac__type_new_;
18930 main ()
18932 if ((ac__type_new_ *) 0)
18933 return 0;
18934 if (sizeof (ac__type_new_))
18935 return 0;
18937 return 0;
18939 _ACEOF
18940 rm -f conftest.$ac_objext
18941 if { (ac_try="$ac_compile"
18942 case "(($ac_try" in
18943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18944 *) ac_try_echo=$ac_try;;
18945 esac
18946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18947 (eval "$ac_compile") 2>conftest.er1
18948 ac_status=$?
18949 grep -v '^ *+' conftest.er1 >conftest.err
18950 rm -f conftest.er1
18951 cat conftest.err >&5
18952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18953 (exit $ac_status); } && {
18954 test -z "$ac_c_werror_flag" ||
18955 test ! -s conftest.err
18956 } && test -s conftest.$ac_objext; then
18957 ac_cv_type_ssize_t=yes
18958 else
18959 echo "$as_me: failed program was:" >&5
18960 sed 's/^/| /' conftest.$ac_ext >&5
18962 ac_cv_type_ssize_t=no
18965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18967 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18968 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18969 if test $ac_cv_type_ssize_t = yes; then
18971 cat >>confdefs.h <<_ACEOF
18972 #define HAVE_SSIZE_T 1
18973 _ACEOF
18977 { echo "$as_me:$LINENO: checking for long long" >&5
18978 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18979 if test "${ac_cv_type_long_long+set}" = set; then
18980 echo $ECHO_N "(cached) $ECHO_C" >&6
18981 else
18982 cat >conftest.$ac_ext <<_ACEOF
18983 /* confdefs.h. */
18984 _ACEOF
18985 cat confdefs.h >>conftest.$ac_ext
18986 cat >>conftest.$ac_ext <<_ACEOF
18987 /* end confdefs.h. */
18988 $ac_includes_default
18989 typedef long long ac__type_new_;
18991 main ()
18993 if ((ac__type_new_ *) 0)
18994 return 0;
18995 if (sizeof (ac__type_new_))
18996 return 0;
18998 return 0;
19000 _ACEOF
19001 rm -f conftest.$ac_objext
19002 if { (ac_try="$ac_compile"
19003 case "(($ac_try" in
19004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19005 *) ac_try_echo=$ac_try;;
19006 esac
19007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19008 (eval "$ac_compile") 2>conftest.er1
19009 ac_status=$?
19010 grep -v '^ *+' conftest.er1 >conftest.err
19011 rm -f conftest.er1
19012 cat conftest.err >&5
19013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19014 (exit $ac_status); } && {
19015 test -z "$ac_c_werror_flag" ||
19016 test ! -s conftest.err
19017 } && test -s conftest.$ac_objext; then
19018 ac_cv_type_long_long=yes
19019 else
19020 echo "$as_me: failed program was:" >&5
19021 sed 's/^/| /' conftest.$ac_ext >&5
19023 ac_cv_type_long_long=no
19026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19028 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19029 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19030 if test $ac_cv_type_long_long = yes; then
19032 cat >>confdefs.h <<_ACEOF
19033 #define HAVE_LONG_LONG 1
19034 _ACEOF
19038 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19039 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19040 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19041 echo $ECHO_N "(cached) $ECHO_C" >&6
19042 else
19043 cat >conftest.$ac_ext <<_ACEOF
19044 /* confdefs.h. */
19045 _ACEOF
19046 cat confdefs.h >>conftest.$ac_ext
19047 cat >>conftest.$ac_ext <<_ACEOF
19048 /* end confdefs.h. */
19049 $ac_includes_default
19050 typedef fsblkcnt_t ac__type_new_;
19052 main ()
19054 if ((ac__type_new_ *) 0)
19055 return 0;
19056 if (sizeof (ac__type_new_))
19057 return 0;
19059 return 0;
19061 _ACEOF
19062 rm -f conftest.$ac_objext
19063 if { (ac_try="$ac_compile"
19064 case "(($ac_try" in
19065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19066 *) ac_try_echo=$ac_try;;
19067 esac
19068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19069 (eval "$ac_compile") 2>conftest.er1
19070 ac_status=$?
19071 grep -v '^ *+' conftest.er1 >conftest.err
19072 rm -f conftest.er1
19073 cat conftest.err >&5
19074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19075 (exit $ac_status); } && {
19076 test -z "$ac_c_werror_flag" ||
19077 test ! -s conftest.err
19078 } && test -s conftest.$ac_objext; then
19079 ac_cv_type_fsblkcnt_t=yes
19080 else
19081 echo "$as_me: failed program was:" >&5
19082 sed 's/^/| /' conftest.$ac_ext >&5
19084 ac_cv_type_fsblkcnt_t=no
19087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19089 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19090 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19091 if test $ac_cv_type_fsblkcnt_t = yes; then
19093 cat >>confdefs.h <<_ACEOF
19094 #define HAVE_FSBLKCNT_T 1
19095 _ACEOF
19099 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19100 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19101 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19102 echo $ECHO_N "(cached) $ECHO_C" >&6
19103 else
19104 cat >conftest.$ac_ext <<_ACEOF
19105 /* confdefs.h. */
19106 _ACEOF
19107 cat confdefs.h >>conftest.$ac_ext
19108 cat >>conftest.$ac_ext <<_ACEOF
19109 /* end confdefs.h. */
19110 $ac_includes_default
19111 typedef fsfilcnt_t ac__type_new_;
19113 main ()
19115 if ((ac__type_new_ *) 0)
19116 return 0;
19117 if (sizeof (ac__type_new_))
19118 return 0;
19120 return 0;
19122 _ACEOF
19123 rm -f conftest.$ac_objext
19124 if { (ac_try="$ac_compile"
19125 case "(($ac_try" in
19126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19127 *) ac_try_echo=$ac_try;;
19128 esac
19129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19130 (eval "$ac_compile") 2>conftest.er1
19131 ac_status=$?
19132 grep -v '^ *+' conftest.er1 >conftest.err
19133 rm -f conftest.er1
19134 cat conftest.err >&5
19135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19136 (exit $ac_status); } && {
19137 test -z "$ac_c_werror_flag" ||
19138 test ! -s conftest.err
19139 } && test -s conftest.$ac_objext; then
19140 ac_cv_type_fsfilcnt_t=yes
19141 else
19142 echo "$as_me: failed program was:" >&5
19143 sed 's/^/| /' conftest.$ac_ext >&5
19145 ac_cv_type_fsfilcnt_t=no
19148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19150 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19151 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19152 if test $ac_cv_type_fsfilcnt_t = yes; then
19154 cat >>confdefs.h <<_ACEOF
19155 #define HAVE_FSFILCNT_T 1
19156 _ACEOF
19161 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19162 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19163 if test "${ac_cv_type_sigset_t+set}" = set; then
19164 echo $ECHO_N "(cached) $ECHO_C" >&6
19165 else
19166 cat >conftest.$ac_ext <<_ACEOF
19167 /* confdefs.h. */
19168 _ACEOF
19169 cat confdefs.h >>conftest.$ac_ext
19170 cat >>conftest.$ac_ext <<_ACEOF
19171 /* end confdefs.h. */
19172 #include <sys/types.h>
19173 #include <signal.h>
19175 typedef sigset_t ac__type_new_;
19177 main ()
19179 if ((ac__type_new_ *) 0)
19180 return 0;
19181 if (sizeof (ac__type_new_))
19182 return 0;
19184 return 0;
19186 _ACEOF
19187 rm -f conftest.$ac_objext
19188 if { (ac_try="$ac_compile"
19189 case "(($ac_try" in
19190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19191 *) ac_try_echo=$ac_try;;
19192 esac
19193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19194 (eval "$ac_compile") 2>conftest.er1
19195 ac_status=$?
19196 grep -v '^ *+' conftest.er1 >conftest.err
19197 rm -f conftest.er1
19198 cat conftest.err >&5
19199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19200 (exit $ac_status); } && {
19201 test -z "$ac_c_werror_flag" ||
19202 test ! -s conftest.err
19203 } && test -s conftest.$ac_objext; then
19204 ac_cv_type_sigset_t=yes
19205 else
19206 echo "$as_me: failed program was:" >&5
19207 sed 's/^/| /' conftest.$ac_ext >&5
19209 ac_cv_type_sigset_t=no
19212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19214 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19215 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19216 if test $ac_cv_type_sigset_t = yes; then
19218 cat >>confdefs.h <<_ACEOF
19219 #define HAVE_SIGSET_T 1
19220 _ACEOF
19225 { echo "$as_me:$LINENO: checking for request_sense" >&5
19226 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19227 if test "${ac_cv_type_request_sense+set}" = set; then
19228 echo $ECHO_N "(cached) $ECHO_C" >&6
19229 else
19230 cat >conftest.$ac_ext <<_ACEOF
19231 /* confdefs.h. */
19232 _ACEOF
19233 cat confdefs.h >>conftest.$ac_ext
19234 cat >>conftest.$ac_ext <<_ACEOF
19235 /* end confdefs.h. */
19236 #include <linux/cdrom.h>
19238 typedef request_sense ac__type_new_;
19240 main ()
19242 if ((ac__type_new_ *) 0)
19243 return 0;
19244 if (sizeof (ac__type_new_))
19245 return 0;
19247 return 0;
19249 _ACEOF
19250 rm -f conftest.$ac_objext
19251 if { (ac_try="$ac_compile"
19252 case "(($ac_try" in
19253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19254 *) ac_try_echo=$ac_try;;
19255 esac
19256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19257 (eval "$ac_compile") 2>conftest.er1
19258 ac_status=$?
19259 grep -v '^ *+' conftest.er1 >conftest.err
19260 rm -f conftest.er1
19261 cat conftest.err >&5
19262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19263 (exit $ac_status); } && {
19264 test -z "$ac_c_werror_flag" ||
19265 test ! -s conftest.err
19266 } && test -s conftest.$ac_objext; then
19267 ac_cv_type_request_sense=yes
19268 else
19269 echo "$as_me: failed program was:" >&5
19270 sed 's/^/| /' conftest.$ac_ext >&5
19272 ac_cv_type_request_sense=no
19275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19277 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19278 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19279 if test $ac_cv_type_request_sense = yes; then
19281 cat >>confdefs.h <<_ACEOF
19282 #define HAVE_REQUEST_SENSE 1
19283 _ACEOF
19289 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19290 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19291 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19292 echo $ECHO_N "(cached) $ECHO_C" >&6
19293 else
19294 cat >conftest.$ac_ext <<_ACEOF
19295 /* confdefs.h. */
19296 _ACEOF
19297 cat confdefs.h >>conftest.$ac_ext
19298 cat >>conftest.$ac_ext <<_ACEOF
19299 /* end confdefs.h. */
19300 #include <sys/types.h>
19301 #ifdef HAVE_SYS_SOCKET_H
19302 #include <sys/socket.h>
19303 #endif
19304 #ifdef HAVE_SYS_SOCKETVAR_H
19305 #include <sys/socketvar.h>
19306 #endif
19307 #ifdef HAVE_NET_ROUTE_H
19308 #include <net/route.h>
19309 #endif
19310 #ifdef HAVE_NETINET_IN_H
19311 #include <netinet/in.h>
19312 #endif
19313 #ifdef HAVE_NETINET_IN_SYSTM_H
19314 #include <netinet/in_systm.h>
19315 #endif
19316 #ifdef HAVE_NETINET_IP_H
19317 #include <netinet/ip.h>
19318 #endif
19319 #ifdef HAVE_NETINET_IN_PCB_H
19320 #include <netinet/in_pcb.h>
19321 #endif
19323 typedef struct xinpgen ac__type_new_;
19325 main ()
19327 if ((ac__type_new_ *) 0)
19328 return 0;
19329 if (sizeof (ac__type_new_))
19330 return 0;
19332 return 0;
19334 _ACEOF
19335 rm -f conftest.$ac_objext
19336 if { (ac_try="$ac_compile"
19337 case "(($ac_try" in
19338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19339 *) ac_try_echo=$ac_try;;
19340 esac
19341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19342 (eval "$ac_compile") 2>conftest.er1
19343 ac_status=$?
19344 grep -v '^ *+' conftest.er1 >conftest.err
19345 rm -f conftest.er1
19346 cat conftest.err >&5
19347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19348 (exit $ac_status); } && {
19349 test -z "$ac_c_werror_flag" ||
19350 test ! -s conftest.err
19351 } && test -s conftest.$ac_objext; then
19352 ac_cv_type_struct_xinpgen=yes
19353 else
19354 echo "$as_me: failed program was:" >&5
19355 sed 's/^/| /' conftest.$ac_ext >&5
19357 ac_cv_type_struct_xinpgen=no
19360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19362 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19363 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19364 if test $ac_cv_type_struct_xinpgen = yes; then
19366 cat >>confdefs.h <<_ACEOF
19367 #define HAVE_STRUCT_XINPGEN 1
19368 _ACEOF
19374 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19375 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19376 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19377 echo $ECHO_N "(cached) $ECHO_C" >&6
19378 else
19379 cat >conftest.$ac_ext <<_ACEOF
19380 /* confdefs.h. */
19381 _ACEOF
19382 cat confdefs.h >>conftest.$ac_ext
19383 cat >>conftest.$ac_ext <<_ACEOF
19384 /* end confdefs.h. */
19385 #ifdef HAVE_LINUX_INPUT_H
19386 #include <linux/input.h>
19387 #endif
19390 main ()
19392 static struct ff_effect ac_aggr;
19393 if (ac_aggr.direction)
19394 return 0;
19396 return 0;
19398 _ACEOF
19399 rm -f conftest.$ac_objext
19400 if { (ac_try="$ac_compile"
19401 case "(($ac_try" in
19402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19403 *) ac_try_echo=$ac_try;;
19404 esac
19405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19406 (eval "$ac_compile") 2>conftest.er1
19407 ac_status=$?
19408 grep -v '^ *+' conftest.er1 >conftest.err
19409 rm -f conftest.er1
19410 cat conftest.err >&5
19411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19412 (exit $ac_status); } && {
19413 test -z "$ac_c_werror_flag" ||
19414 test ! -s conftest.err
19415 } && test -s conftest.$ac_objext; then
19416 ac_cv_member_struct_ff_effect_direction=yes
19417 else
19418 echo "$as_me: failed program was:" >&5
19419 sed 's/^/| /' conftest.$ac_ext >&5
19421 cat >conftest.$ac_ext <<_ACEOF
19422 /* confdefs.h. */
19423 _ACEOF
19424 cat confdefs.h >>conftest.$ac_ext
19425 cat >>conftest.$ac_ext <<_ACEOF
19426 /* end confdefs.h. */
19427 #ifdef HAVE_LINUX_INPUT_H
19428 #include <linux/input.h>
19429 #endif
19432 main ()
19434 static struct ff_effect ac_aggr;
19435 if (sizeof ac_aggr.direction)
19436 return 0;
19438 return 0;
19440 _ACEOF
19441 rm -f conftest.$ac_objext
19442 if { (ac_try="$ac_compile"
19443 case "(($ac_try" in
19444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19445 *) ac_try_echo=$ac_try;;
19446 esac
19447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19448 (eval "$ac_compile") 2>conftest.er1
19449 ac_status=$?
19450 grep -v '^ *+' conftest.er1 >conftest.err
19451 rm -f conftest.er1
19452 cat conftest.err >&5
19453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19454 (exit $ac_status); } && {
19455 test -z "$ac_c_werror_flag" ||
19456 test ! -s conftest.err
19457 } && test -s conftest.$ac_objext; then
19458 ac_cv_member_struct_ff_effect_direction=yes
19459 else
19460 echo "$as_me: failed program was:" >&5
19461 sed 's/^/| /' conftest.$ac_ext >&5
19463 ac_cv_member_struct_ff_effect_direction=no
19466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19471 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19472 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19473 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19475 cat >>confdefs.h <<_ACEOF
19476 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19477 _ACEOF
19483 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19484 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19485 if test "${wine_cv_have_sigaddset+set}" = set; then
19486 echo $ECHO_N "(cached) $ECHO_C" >&6
19487 else
19488 cat >conftest.$ac_ext <<_ACEOF
19489 /* confdefs.h. */
19490 _ACEOF
19491 cat confdefs.h >>conftest.$ac_ext
19492 cat >>conftest.$ac_ext <<_ACEOF
19493 /* end confdefs.h. */
19494 #include <signal.h>
19496 main ()
19498 sigset_t set; sigaddset(&set,SIGTERM);
19500 return 0;
19502 _ACEOF
19503 rm -f conftest.$ac_objext conftest$ac_exeext
19504 if { (ac_try="$ac_link"
19505 case "(($ac_try" in
19506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19507 *) ac_try_echo=$ac_try;;
19508 esac
19509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19510 (eval "$ac_link") 2>conftest.er1
19511 ac_status=$?
19512 grep -v '^ *+' conftest.er1 >conftest.err
19513 rm -f conftest.er1
19514 cat conftest.err >&5
19515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19516 (exit $ac_status); } && {
19517 test -z "$ac_c_werror_flag" ||
19518 test ! -s conftest.err
19519 } && test -s conftest$ac_exeext &&
19520 $as_test_x conftest$ac_exeext; then
19521 wine_cv_have_sigaddset=yes
19522 else
19523 echo "$as_me: failed program was:" >&5
19524 sed 's/^/| /' conftest.$ac_ext >&5
19526 wine_cv_have_sigaddset=no
19529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19530 conftest$ac_exeext conftest.$ac_ext
19532 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19533 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19534 if test "$wine_cv_have_sigaddset" = "yes"
19535 then
19537 cat >>confdefs.h <<\_ACEOF
19538 #define HAVE_SIGADDSET 1
19539 _ACEOF
19544 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19545 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19546 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19547 echo $ECHO_N "(cached) $ECHO_C" >&6
19548 else
19549 cat >conftest.$ac_ext <<_ACEOF
19550 /* confdefs.h. */
19551 _ACEOF
19552 cat confdefs.h >>conftest.$ac_ext
19553 cat >>conftest.$ac_ext <<_ACEOF
19554 /* end confdefs.h. */
19555 #include <netdb.h>
19557 main ()
19560 char *name=0;
19561 struct hostent he;
19562 struct hostent *result;
19563 char *buf=0;
19564 int bufsize=0;
19565 int res,errnr;
19566 char *addr=0;
19567 int addrlen=0;
19568 int addrtype=0;
19569 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19570 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19573 return 0;
19575 _ACEOF
19576 rm -f conftest.$ac_objext conftest$ac_exeext
19577 if { (ac_try="$ac_link"
19578 case "(($ac_try" in
19579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19580 *) ac_try_echo=$ac_try;;
19581 esac
19582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19583 (eval "$ac_link") 2>conftest.er1
19584 ac_status=$?
19585 grep -v '^ *+' conftest.er1 >conftest.err
19586 rm -f conftest.er1
19587 cat conftest.err >&5
19588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19589 (exit $ac_status); } && {
19590 test -z "$ac_c_werror_flag" ||
19591 test ! -s conftest.err
19592 } && test -s conftest$ac_exeext &&
19593 $as_test_x conftest$ac_exeext; then
19594 wine_cv_linux_gethostbyname_r_6=yes
19595 else
19596 echo "$as_me: failed program was:" >&5
19597 sed 's/^/| /' conftest.$ac_ext >&5
19599 wine_cv_linux_gethostbyname_r_6=no
19603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19604 conftest$ac_exeext conftest.$ac_ext
19607 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19608 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19609 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19610 then
19612 cat >>confdefs.h <<\_ACEOF
19613 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19614 _ACEOF
19618 if test "$ac_cv_header_linux_joystick_h" = "yes"
19619 then
19620 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19621 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19622 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19623 echo $ECHO_N "(cached) $ECHO_C" >&6
19624 else
19625 cat >conftest.$ac_ext <<_ACEOF
19626 /* confdefs.h. */
19627 _ACEOF
19628 cat confdefs.h >>conftest.$ac_ext
19629 cat >>conftest.$ac_ext <<_ACEOF
19630 /* end confdefs.h. */
19632 #include <sys/ioctl.h>
19633 #include <sys/types.h>
19634 #include <linux/joystick.h>
19636 struct js_event blub;
19637 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19638 #error "no 2.2 header"
19639 #endif
19642 main ()
19644 /*empty*/
19646 return 0;
19648 _ACEOF
19649 rm -f conftest.$ac_objext
19650 if { (ac_try="$ac_compile"
19651 case "(($ac_try" in
19652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19653 *) ac_try_echo=$ac_try;;
19654 esac
19655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19656 (eval "$ac_compile") 2>conftest.er1
19657 ac_status=$?
19658 grep -v '^ *+' conftest.er1 >conftest.err
19659 rm -f conftest.er1
19660 cat conftest.err >&5
19661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19662 (exit $ac_status); } && {
19663 test -z "$ac_c_werror_flag" ||
19664 test ! -s conftest.err
19665 } && test -s conftest.$ac_objext; then
19666 wine_cv_linux_joystick_22_api=yes
19667 else
19668 echo "$as_me: failed program was:" >&5
19669 sed 's/^/| /' conftest.$ac_ext >&5
19671 wine_cv_linux_joystick_22_api=no
19674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19677 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19678 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19679 if test "$wine_cv_linux_joystick_22_api" = "yes"
19680 then
19682 cat >>confdefs.h <<\_ACEOF
19683 #define HAVE_LINUX_22_JOYSTICK_API 1
19684 _ACEOF
19690 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19691 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19692 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19693 echo $ECHO_N "(cached) $ECHO_C" >&6
19694 else
19695 cat >conftest.$ac_ext <<_ACEOF
19696 /* confdefs.h. */
19697 _ACEOF
19698 cat confdefs.h >>conftest.$ac_ext
19699 cat >>conftest.$ac_ext <<_ACEOF
19700 /* end confdefs.h. */
19701 #include <sys/types.h>
19702 #ifdef HAVE_SYS_PARAM_H
19703 # include <sys/param.h>
19704 #endif
19705 #ifdef HAVE_SYS_MOUNT_H
19706 # include <sys/mount.h>
19707 #endif
19708 #ifdef HAVE_SYS_VFS_H
19709 # include <sys/vfs.h>
19710 #endif
19711 #ifdef HAVE_SYS_STATFS_H
19712 # include <sys/statfs.h>
19713 #endif
19716 main ()
19718 static struct statfs ac_aggr;
19719 if (ac_aggr.f_bfree)
19720 return 0;
19722 return 0;
19724 _ACEOF
19725 rm -f conftest.$ac_objext
19726 if { (ac_try="$ac_compile"
19727 case "(($ac_try" in
19728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19729 *) ac_try_echo=$ac_try;;
19730 esac
19731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19732 (eval "$ac_compile") 2>conftest.er1
19733 ac_status=$?
19734 grep -v '^ *+' conftest.er1 >conftest.err
19735 rm -f conftest.er1
19736 cat conftest.err >&5
19737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19738 (exit $ac_status); } && {
19739 test -z "$ac_c_werror_flag" ||
19740 test ! -s conftest.err
19741 } && test -s conftest.$ac_objext; then
19742 ac_cv_member_struct_statfs_f_bfree=yes
19743 else
19744 echo "$as_me: failed program was:" >&5
19745 sed 's/^/| /' conftest.$ac_ext >&5
19747 cat >conftest.$ac_ext <<_ACEOF
19748 /* confdefs.h. */
19749 _ACEOF
19750 cat confdefs.h >>conftest.$ac_ext
19751 cat >>conftest.$ac_ext <<_ACEOF
19752 /* end confdefs.h. */
19753 #include <sys/types.h>
19754 #ifdef HAVE_SYS_PARAM_H
19755 # include <sys/param.h>
19756 #endif
19757 #ifdef HAVE_SYS_MOUNT_H
19758 # include <sys/mount.h>
19759 #endif
19760 #ifdef HAVE_SYS_VFS_H
19761 # include <sys/vfs.h>
19762 #endif
19763 #ifdef HAVE_SYS_STATFS_H
19764 # include <sys/statfs.h>
19765 #endif
19768 main ()
19770 static struct statfs ac_aggr;
19771 if (sizeof ac_aggr.f_bfree)
19772 return 0;
19774 return 0;
19776 _ACEOF
19777 rm -f conftest.$ac_objext
19778 if { (ac_try="$ac_compile"
19779 case "(($ac_try" in
19780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19781 *) ac_try_echo=$ac_try;;
19782 esac
19783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19784 (eval "$ac_compile") 2>conftest.er1
19785 ac_status=$?
19786 grep -v '^ *+' conftest.er1 >conftest.err
19787 rm -f conftest.er1
19788 cat conftest.err >&5
19789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19790 (exit $ac_status); } && {
19791 test -z "$ac_c_werror_flag" ||
19792 test ! -s conftest.err
19793 } && test -s conftest.$ac_objext; then
19794 ac_cv_member_struct_statfs_f_bfree=yes
19795 else
19796 echo "$as_me: failed program was:" >&5
19797 sed 's/^/| /' conftest.$ac_ext >&5
19799 ac_cv_member_struct_statfs_f_bfree=no
19802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19807 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19808 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19809 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19811 cat >>confdefs.h <<_ACEOF
19812 #define HAVE_STRUCT_STATFS_F_BFREE 1
19813 _ACEOF
19817 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19818 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19819 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19820 echo $ECHO_N "(cached) $ECHO_C" >&6
19821 else
19822 cat >conftest.$ac_ext <<_ACEOF
19823 /* confdefs.h. */
19824 _ACEOF
19825 cat confdefs.h >>conftest.$ac_ext
19826 cat >>conftest.$ac_ext <<_ACEOF
19827 /* end confdefs.h. */
19828 #include <sys/types.h>
19829 #ifdef HAVE_SYS_PARAM_H
19830 # include <sys/param.h>
19831 #endif
19832 #ifdef HAVE_SYS_MOUNT_H
19833 # include <sys/mount.h>
19834 #endif
19835 #ifdef HAVE_SYS_VFS_H
19836 # include <sys/vfs.h>
19837 #endif
19838 #ifdef HAVE_SYS_STATFS_H
19839 # include <sys/statfs.h>
19840 #endif
19843 main ()
19845 static struct statfs ac_aggr;
19846 if (ac_aggr.f_bavail)
19847 return 0;
19849 return 0;
19851 _ACEOF
19852 rm -f conftest.$ac_objext
19853 if { (ac_try="$ac_compile"
19854 case "(($ac_try" in
19855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19856 *) ac_try_echo=$ac_try;;
19857 esac
19858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19859 (eval "$ac_compile") 2>conftest.er1
19860 ac_status=$?
19861 grep -v '^ *+' conftest.er1 >conftest.err
19862 rm -f conftest.er1
19863 cat conftest.err >&5
19864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19865 (exit $ac_status); } && {
19866 test -z "$ac_c_werror_flag" ||
19867 test ! -s conftest.err
19868 } && test -s conftest.$ac_objext; then
19869 ac_cv_member_struct_statfs_f_bavail=yes
19870 else
19871 echo "$as_me: failed program was:" >&5
19872 sed 's/^/| /' conftest.$ac_ext >&5
19874 cat >conftest.$ac_ext <<_ACEOF
19875 /* confdefs.h. */
19876 _ACEOF
19877 cat confdefs.h >>conftest.$ac_ext
19878 cat >>conftest.$ac_ext <<_ACEOF
19879 /* end confdefs.h. */
19880 #include <sys/types.h>
19881 #ifdef HAVE_SYS_PARAM_H
19882 # include <sys/param.h>
19883 #endif
19884 #ifdef HAVE_SYS_MOUNT_H
19885 # include <sys/mount.h>
19886 #endif
19887 #ifdef HAVE_SYS_VFS_H
19888 # include <sys/vfs.h>
19889 #endif
19890 #ifdef HAVE_SYS_STATFS_H
19891 # include <sys/statfs.h>
19892 #endif
19895 main ()
19897 static struct statfs ac_aggr;
19898 if (sizeof ac_aggr.f_bavail)
19899 return 0;
19901 return 0;
19903 _ACEOF
19904 rm -f conftest.$ac_objext
19905 if { (ac_try="$ac_compile"
19906 case "(($ac_try" in
19907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19908 *) ac_try_echo=$ac_try;;
19909 esac
19910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19911 (eval "$ac_compile") 2>conftest.er1
19912 ac_status=$?
19913 grep -v '^ *+' conftest.er1 >conftest.err
19914 rm -f conftest.er1
19915 cat conftest.err >&5
19916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19917 (exit $ac_status); } && {
19918 test -z "$ac_c_werror_flag" ||
19919 test ! -s conftest.err
19920 } && test -s conftest.$ac_objext; then
19921 ac_cv_member_struct_statfs_f_bavail=yes
19922 else
19923 echo "$as_me: failed program was:" >&5
19924 sed 's/^/| /' conftest.$ac_ext >&5
19926 ac_cv_member_struct_statfs_f_bavail=no
19929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19934 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19935 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19936 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19938 cat >>confdefs.h <<_ACEOF
19939 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19940 _ACEOF
19944 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19945 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19946 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19947 echo $ECHO_N "(cached) $ECHO_C" >&6
19948 else
19949 cat >conftest.$ac_ext <<_ACEOF
19950 /* confdefs.h. */
19951 _ACEOF
19952 cat confdefs.h >>conftest.$ac_ext
19953 cat >>conftest.$ac_ext <<_ACEOF
19954 /* end confdefs.h. */
19955 #include <sys/types.h>
19956 #ifdef HAVE_SYS_PARAM_H
19957 # include <sys/param.h>
19958 #endif
19959 #ifdef HAVE_SYS_MOUNT_H
19960 # include <sys/mount.h>
19961 #endif
19962 #ifdef HAVE_SYS_VFS_H
19963 # include <sys/vfs.h>
19964 #endif
19965 #ifdef HAVE_SYS_STATFS_H
19966 # include <sys/statfs.h>
19967 #endif
19970 main ()
19972 static struct statfs ac_aggr;
19973 if (ac_aggr.f_frsize)
19974 return 0;
19976 return 0;
19978 _ACEOF
19979 rm -f conftest.$ac_objext
19980 if { (ac_try="$ac_compile"
19981 case "(($ac_try" in
19982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19983 *) ac_try_echo=$ac_try;;
19984 esac
19985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19986 (eval "$ac_compile") 2>conftest.er1
19987 ac_status=$?
19988 grep -v '^ *+' conftest.er1 >conftest.err
19989 rm -f conftest.er1
19990 cat conftest.err >&5
19991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19992 (exit $ac_status); } && {
19993 test -z "$ac_c_werror_flag" ||
19994 test ! -s conftest.err
19995 } && test -s conftest.$ac_objext; then
19996 ac_cv_member_struct_statfs_f_frsize=yes
19997 else
19998 echo "$as_me: failed program was:" >&5
19999 sed 's/^/| /' conftest.$ac_ext >&5
20001 cat >conftest.$ac_ext <<_ACEOF
20002 /* confdefs.h. */
20003 _ACEOF
20004 cat confdefs.h >>conftest.$ac_ext
20005 cat >>conftest.$ac_ext <<_ACEOF
20006 /* end confdefs.h. */
20007 #include <sys/types.h>
20008 #ifdef HAVE_SYS_PARAM_H
20009 # include <sys/param.h>
20010 #endif
20011 #ifdef HAVE_SYS_MOUNT_H
20012 # include <sys/mount.h>
20013 #endif
20014 #ifdef HAVE_SYS_VFS_H
20015 # include <sys/vfs.h>
20016 #endif
20017 #ifdef HAVE_SYS_STATFS_H
20018 # include <sys/statfs.h>
20019 #endif
20022 main ()
20024 static struct statfs ac_aggr;
20025 if (sizeof ac_aggr.f_frsize)
20026 return 0;
20028 return 0;
20030 _ACEOF
20031 rm -f conftest.$ac_objext
20032 if { (ac_try="$ac_compile"
20033 case "(($ac_try" in
20034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20035 *) ac_try_echo=$ac_try;;
20036 esac
20037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20038 (eval "$ac_compile") 2>conftest.er1
20039 ac_status=$?
20040 grep -v '^ *+' conftest.er1 >conftest.err
20041 rm -f conftest.er1
20042 cat conftest.err >&5
20043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20044 (exit $ac_status); } && {
20045 test -z "$ac_c_werror_flag" ||
20046 test ! -s conftest.err
20047 } && test -s conftest.$ac_objext; then
20048 ac_cv_member_struct_statfs_f_frsize=yes
20049 else
20050 echo "$as_me: failed program was:" >&5
20051 sed 's/^/| /' conftest.$ac_ext >&5
20053 ac_cv_member_struct_statfs_f_frsize=no
20056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20061 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20062 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20063 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20065 cat >>confdefs.h <<_ACEOF
20066 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20067 _ACEOF
20071 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20072 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20073 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20074 echo $ECHO_N "(cached) $ECHO_C" >&6
20075 else
20076 cat >conftest.$ac_ext <<_ACEOF
20077 /* confdefs.h. */
20078 _ACEOF
20079 cat confdefs.h >>conftest.$ac_ext
20080 cat >>conftest.$ac_ext <<_ACEOF
20081 /* end confdefs.h. */
20082 #include <sys/types.h>
20083 #ifdef HAVE_SYS_PARAM_H
20084 # include <sys/param.h>
20085 #endif
20086 #ifdef HAVE_SYS_MOUNT_H
20087 # include <sys/mount.h>
20088 #endif
20089 #ifdef HAVE_SYS_VFS_H
20090 # include <sys/vfs.h>
20091 #endif
20092 #ifdef HAVE_SYS_STATFS_H
20093 # include <sys/statfs.h>
20094 #endif
20097 main ()
20099 static struct statfs ac_aggr;
20100 if (ac_aggr.f_ffree)
20101 return 0;
20103 return 0;
20105 _ACEOF
20106 rm -f conftest.$ac_objext
20107 if { (ac_try="$ac_compile"
20108 case "(($ac_try" in
20109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20110 *) ac_try_echo=$ac_try;;
20111 esac
20112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20113 (eval "$ac_compile") 2>conftest.er1
20114 ac_status=$?
20115 grep -v '^ *+' conftest.er1 >conftest.err
20116 rm -f conftest.er1
20117 cat conftest.err >&5
20118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20119 (exit $ac_status); } && {
20120 test -z "$ac_c_werror_flag" ||
20121 test ! -s conftest.err
20122 } && test -s conftest.$ac_objext; then
20123 ac_cv_member_struct_statfs_f_ffree=yes
20124 else
20125 echo "$as_me: failed program was:" >&5
20126 sed 's/^/| /' conftest.$ac_ext >&5
20128 cat >conftest.$ac_ext <<_ACEOF
20129 /* confdefs.h. */
20130 _ACEOF
20131 cat confdefs.h >>conftest.$ac_ext
20132 cat >>conftest.$ac_ext <<_ACEOF
20133 /* end confdefs.h. */
20134 #include <sys/types.h>
20135 #ifdef HAVE_SYS_PARAM_H
20136 # include <sys/param.h>
20137 #endif
20138 #ifdef HAVE_SYS_MOUNT_H
20139 # include <sys/mount.h>
20140 #endif
20141 #ifdef HAVE_SYS_VFS_H
20142 # include <sys/vfs.h>
20143 #endif
20144 #ifdef HAVE_SYS_STATFS_H
20145 # include <sys/statfs.h>
20146 #endif
20149 main ()
20151 static struct statfs ac_aggr;
20152 if (sizeof ac_aggr.f_ffree)
20153 return 0;
20155 return 0;
20157 _ACEOF
20158 rm -f conftest.$ac_objext
20159 if { (ac_try="$ac_compile"
20160 case "(($ac_try" in
20161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20162 *) ac_try_echo=$ac_try;;
20163 esac
20164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20165 (eval "$ac_compile") 2>conftest.er1
20166 ac_status=$?
20167 grep -v '^ *+' conftest.er1 >conftest.err
20168 rm -f conftest.er1
20169 cat conftest.err >&5
20170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20171 (exit $ac_status); } && {
20172 test -z "$ac_c_werror_flag" ||
20173 test ! -s conftest.err
20174 } && test -s conftest.$ac_objext; then
20175 ac_cv_member_struct_statfs_f_ffree=yes
20176 else
20177 echo "$as_me: failed program was:" >&5
20178 sed 's/^/| /' conftest.$ac_ext >&5
20180 ac_cv_member_struct_statfs_f_ffree=no
20183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20188 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20189 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20190 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20192 cat >>confdefs.h <<_ACEOF
20193 #define HAVE_STRUCT_STATFS_F_FFREE 1
20194 _ACEOF
20198 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20199 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20200 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20201 echo $ECHO_N "(cached) $ECHO_C" >&6
20202 else
20203 cat >conftest.$ac_ext <<_ACEOF
20204 /* confdefs.h. */
20205 _ACEOF
20206 cat confdefs.h >>conftest.$ac_ext
20207 cat >>conftest.$ac_ext <<_ACEOF
20208 /* end confdefs.h. */
20209 #include <sys/types.h>
20210 #ifdef HAVE_SYS_PARAM_H
20211 # include <sys/param.h>
20212 #endif
20213 #ifdef HAVE_SYS_MOUNT_H
20214 # include <sys/mount.h>
20215 #endif
20216 #ifdef HAVE_SYS_VFS_H
20217 # include <sys/vfs.h>
20218 #endif
20219 #ifdef HAVE_SYS_STATFS_H
20220 # include <sys/statfs.h>
20221 #endif
20224 main ()
20226 static struct statfs ac_aggr;
20227 if (ac_aggr.f_favail)
20228 return 0;
20230 return 0;
20232 _ACEOF
20233 rm -f conftest.$ac_objext
20234 if { (ac_try="$ac_compile"
20235 case "(($ac_try" in
20236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20237 *) ac_try_echo=$ac_try;;
20238 esac
20239 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20240 (eval "$ac_compile") 2>conftest.er1
20241 ac_status=$?
20242 grep -v '^ *+' conftest.er1 >conftest.err
20243 rm -f conftest.er1
20244 cat conftest.err >&5
20245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20246 (exit $ac_status); } && {
20247 test -z "$ac_c_werror_flag" ||
20248 test ! -s conftest.err
20249 } && test -s conftest.$ac_objext; then
20250 ac_cv_member_struct_statfs_f_favail=yes
20251 else
20252 echo "$as_me: failed program was:" >&5
20253 sed 's/^/| /' conftest.$ac_ext >&5
20255 cat >conftest.$ac_ext <<_ACEOF
20256 /* confdefs.h. */
20257 _ACEOF
20258 cat confdefs.h >>conftest.$ac_ext
20259 cat >>conftest.$ac_ext <<_ACEOF
20260 /* end confdefs.h. */
20261 #include <sys/types.h>
20262 #ifdef HAVE_SYS_PARAM_H
20263 # include <sys/param.h>
20264 #endif
20265 #ifdef HAVE_SYS_MOUNT_H
20266 # include <sys/mount.h>
20267 #endif
20268 #ifdef HAVE_SYS_VFS_H
20269 # include <sys/vfs.h>
20270 #endif
20271 #ifdef HAVE_SYS_STATFS_H
20272 # include <sys/statfs.h>
20273 #endif
20276 main ()
20278 static struct statfs ac_aggr;
20279 if (sizeof ac_aggr.f_favail)
20280 return 0;
20282 return 0;
20284 _ACEOF
20285 rm -f conftest.$ac_objext
20286 if { (ac_try="$ac_compile"
20287 case "(($ac_try" in
20288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20289 *) ac_try_echo=$ac_try;;
20290 esac
20291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20292 (eval "$ac_compile") 2>conftest.er1
20293 ac_status=$?
20294 grep -v '^ *+' conftest.er1 >conftest.err
20295 rm -f conftest.er1
20296 cat conftest.err >&5
20297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20298 (exit $ac_status); } && {
20299 test -z "$ac_c_werror_flag" ||
20300 test ! -s conftest.err
20301 } && test -s conftest.$ac_objext; then
20302 ac_cv_member_struct_statfs_f_favail=yes
20303 else
20304 echo "$as_me: failed program was:" >&5
20305 sed 's/^/| /' conftest.$ac_ext >&5
20307 ac_cv_member_struct_statfs_f_favail=no
20310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20315 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20316 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20317 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20319 cat >>confdefs.h <<_ACEOF
20320 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20321 _ACEOF
20325 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20326 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20327 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20328 echo $ECHO_N "(cached) $ECHO_C" >&6
20329 else
20330 cat >conftest.$ac_ext <<_ACEOF
20331 /* confdefs.h. */
20332 _ACEOF
20333 cat confdefs.h >>conftest.$ac_ext
20334 cat >>conftest.$ac_ext <<_ACEOF
20335 /* end confdefs.h. */
20336 #include <sys/types.h>
20337 #ifdef HAVE_SYS_PARAM_H
20338 # include <sys/param.h>
20339 #endif
20340 #ifdef HAVE_SYS_MOUNT_H
20341 # include <sys/mount.h>
20342 #endif
20343 #ifdef HAVE_SYS_VFS_H
20344 # include <sys/vfs.h>
20345 #endif
20346 #ifdef HAVE_SYS_STATFS_H
20347 # include <sys/statfs.h>
20348 #endif
20351 main ()
20353 static struct statfs ac_aggr;
20354 if (ac_aggr.f_namelen)
20355 return 0;
20357 return 0;
20359 _ACEOF
20360 rm -f conftest.$ac_objext
20361 if { (ac_try="$ac_compile"
20362 case "(($ac_try" in
20363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20364 *) ac_try_echo=$ac_try;;
20365 esac
20366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20367 (eval "$ac_compile") 2>conftest.er1
20368 ac_status=$?
20369 grep -v '^ *+' conftest.er1 >conftest.err
20370 rm -f conftest.er1
20371 cat conftest.err >&5
20372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20373 (exit $ac_status); } && {
20374 test -z "$ac_c_werror_flag" ||
20375 test ! -s conftest.err
20376 } && test -s conftest.$ac_objext; then
20377 ac_cv_member_struct_statfs_f_namelen=yes
20378 else
20379 echo "$as_me: failed program was:" >&5
20380 sed 's/^/| /' conftest.$ac_ext >&5
20382 cat >conftest.$ac_ext <<_ACEOF
20383 /* confdefs.h. */
20384 _ACEOF
20385 cat confdefs.h >>conftest.$ac_ext
20386 cat >>conftest.$ac_ext <<_ACEOF
20387 /* end confdefs.h. */
20388 #include <sys/types.h>
20389 #ifdef HAVE_SYS_PARAM_H
20390 # include <sys/param.h>
20391 #endif
20392 #ifdef HAVE_SYS_MOUNT_H
20393 # include <sys/mount.h>
20394 #endif
20395 #ifdef HAVE_SYS_VFS_H
20396 # include <sys/vfs.h>
20397 #endif
20398 #ifdef HAVE_SYS_STATFS_H
20399 # include <sys/statfs.h>
20400 #endif
20403 main ()
20405 static struct statfs ac_aggr;
20406 if (sizeof ac_aggr.f_namelen)
20407 return 0;
20409 return 0;
20411 _ACEOF
20412 rm -f conftest.$ac_objext
20413 if { (ac_try="$ac_compile"
20414 case "(($ac_try" in
20415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20416 *) ac_try_echo=$ac_try;;
20417 esac
20418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20419 (eval "$ac_compile") 2>conftest.er1
20420 ac_status=$?
20421 grep -v '^ *+' conftest.er1 >conftest.err
20422 rm -f conftest.er1
20423 cat conftest.err >&5
20424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20425 (exit $ac_status); } && {
20426 test -z "$ac_c_werror_flag" ||
20427 test ! -s conftest.err
20428 } && test -s conftest.$ac_objext; then
20429 ac_cv_member_struct_statfs_f_namelen=yes
20430 else
20431 echo "$as_me: failed program was:" >&5
20432 sed 's/^/| /' conftest.$ac_ext >&5
20434 ac_cv_member_struct_statfs_f_namelen=no
20437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20442 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20443 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20444 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20446 cat >>confdefs.h <<_ACEOF
20447 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20448 _ACEOF
20454 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20455 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20456 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20457 echo $ECHO_N "(cached) $ECHO_C" >&6
20458 else
20459 cat >conftest.$ac_ext <<_ACEOF
20460 /* confdefs.h. */
20461 _ACEOF
20462 cat confdefs.h >>conftest.$ac_ext
20463 cat >>conftest.$ac_ext <<_ACEOF
20464 /* end confdefs.h. */
20465 #ifdef HAVE_SYS_STATVFS_H
20466 #include <sys/statvfs.h>
20467 #endif
20470 main ()
20472 static struct statvfs ac_aggr;
20473 if (ac_aggr.f_blocks)
20474 return 0;
20476 return 0;
20478 _ACEOF
20479 rm -f conftest.$ac_objext
20480 if { (ac_try="$ac_compile"
20481 case "(($ac_try" in
20482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20483 *) ac_try_echo=$ac_try;;
20484 esac
20485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20486 (eval "$ac_compile") 2>conftest.er1
20487 ac_status=$?
20488 grep -v '^ *+' conftest.er1 >conftest.err
20489 rm -f conftest.er1
20490 cat conftest.err >&5
20491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20492 (exit $ac_status); } && {
20493 test -z "$ac_c_werror_flag" ||
20494 test ! -s conftest.err
20495 } && test -s conftest.$ac_objext; then
20496 ac_cv_member_struct_statvfs_f_blocks=yes
20497 else
20498 echo "$as_me: failed program was:" >&5
20499 sed 's/^/| /' conftest.$ac_ext >&5
20501 cat >conftest.$ac_ext <<_ACEOF
20502 /* confdefs.h. */
20503 _ACEOF
20504 cat confdefs.h >>conftest.$ac_ext
20505 cat >>conftest.$ac_ext <<_ACEOF
20506 /* end confdefs.h. */
20507 #ifdef HAVE_SYS_STATVFS_H
20508 #include <sys/statvfs.h>
20509 #endif
20512 main ()
20514 static struct statvfs ac_aggr;
20515 if (sizeof ac_aggr.f_blocks)
20516 return 0;
20518 return 0;
20520 _ACEOF
20521 rm -f conftest.$ac_objext
20522 if { (ac_try="$ac_compile"
20523 case "(($ac_try" in
20524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20525 *) ac_try_echo=$ac_try;;
20526 esac
20527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20528 (eval "$ac_compile") 2>conftest.er1
20529 ac_status=$?
20530 grep -v '^ *+' conftest.er1 >conftest.err
20531 rm -f conftest.er1
20532 cat conftest.err >&5
20533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20534 (exit $ac_status); } && {
20535 test -z "$ac_c_werror_flag" ||
20536 test ! -s conftest.err
20537 } && test -s conftest.$ac_objext; then
20538 ac_cv_member_struct_statvfs_f_blocks=yes
20539 else
20540 echo "$as_me: failed program was:" >&5
20541 sed 's/^/| /' conftest.$ac_ext >&5
20543 ac_cv_member_struct_statvfs_f_blocks=no
20546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20551 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20552 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20553 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20555 cat >>confdefs.h <<_ACEOF
20556 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20557 _ACEOF
20563 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20564 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20565 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20566 echo $ECHO_N "(cached) $ECHO_C" >&6
20567 else
20568 cat >conftest.$ac_ext <<_ACEOF
20569 /* confdefs.h. */
20570 _ACEOF
20571 cat confdefs.h >>conftest.$ac_ext
20572 cat >>conftest.$ac_ext <<_ACEOF
20573 /* end confdefs.h. */
20574 #include <sys/types.h>
20575 #ifdef HAVE_SYS_SOCKET_H
20576 # include <sys/socket.h>
20577 #endif
20578 #ifdef HAVE_SYS_UN_H
20579 # include <sys/un.h>
20580 #endif
20583 main ()
20585 static struct msghdr ac_aggr;
20586 if (ac_aggr.msg_accrights)
20587 return 0;
20589 return 0;
20591 _ACEOF
20592 rm -f conftest.$ac_objext
20593 if { (ac_try="$ac_compile"
20594 case "(($ac_try" in
20595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20596 *) ac_try_echo=$ac_try;;
20597 esac
20598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20599 (eval "$ac_compile") 2>conftest.er1
20600 ac_status=$?
20601 grep -v '^ *+' conftest.er1 >conftest.err
20602 rm -f conftest.er1
20603 cat conftest.err >&5
20604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20605 (exit $ac_status); } && {
20606 test -z "$ac_c_werror_flag" ||
20607 test ! -s conftest.err
20608 } && test -s conftest.$ac_objext; then
20609 ac_cv_member_struct_msghdr_msg_accrights=yes
20610 else
20611 echo "$as_me: failed program was:" >&5
20612 sed 's/^/| /' conftest.$ac_ext >&5
20614 cat >conftest.$ac_ext <<_ACEOF
20615 /* confdefs.h. */
20616 _ACEOF
20617 cat confdefs.h >>conftest.$ac_ext
20618 cat >>conftest.$ac_ext <<_ACEOF
20619 /* end confdefs.h. */
20620 #include <sys/types.h>
20621 #ifdef HAVE_SYS_SOCKET_H
20622 # include <sys/socket.h>
20623 #endif
20624 #ifdef HAVE_SYS_UN_H
20625 # include <sys/un.h>
20626 #endif
20629 main ()
20631 static struct msghdr ac_aggr;
20632 if (sizeof ac_aggr.msg_accrights)
20633 return 0;
20635 return 0;
20637 _ACEOF
20638 rm -f conftest.$ac_objext
20639 if { (ac_try="$ac_compile"
20640 case "(($ac_try" in
20641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20642 *) ac_try_echo=$ac_try;;
20643 esac
20644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20645 (eval "$ac_compile") 2>conftest.er1
20646 ac_status=$?
20647 grep -v '^ *+' conftest.er1 >conftest.err
20648 rm -f conftest.er1
20649 cat conftest.err >&5
20650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20651 (exit $ac_status); } && {
20652 test -z "$ac_c_werror_flag" ||
20653 test ! -s conftest.err
20654 } && test -s conftest.$ac_objext; then
20655 ac_cv_member_struct_msghdr_msg_accrights=yes
20656 else
20657 echo "$as_me: failed program was:" >&5
20658 sed 's/^/| /' conftest.$ac_ext >&5
20660 ac_cv_member_struct_msghdr_msg_accrights=no
20663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20668 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20669 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20670 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20672 cat >>confdefs.h <<_ACEOF
20673 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20674 _ACEOF
20678 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20679 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20680 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20681 echo $ECHO_N "(cached) $ECHO_C" >&6
20682 else
20683 cat >conftest.$ac_ext <<_ACEOF
20684 /* confdefs.h. */
20685 _ACEOF
20686 cat confdefs.h >>conftest.$ac_ext
20687 cat >>conftest.$ac_ext <<_ACEOF
20688 /* end confdefs.h. */
20689 #include <sys/types.h>
20690 #ifdef HAVE_SYS_SOCKET_H
20691 # include <sys/socket.h>
20692 #endif
20693 #ifdef HAVE_SYS_UN_H
20694 # include <sys/un.h>
20695 #endif
20698 main ()
20700 static struct sockaddr ac_aggr;
20701 if (ac_aggr.sa_len)
20702 return 0;
20704 return 0;
20706 _ACEOF
20707 rm -f conftest.$ac_objext
20708 if { (ac_try="$ac_compile"
20709 case "(($ac_try" in
20710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20711 *) ac_try_echo=$ac_try;;
20712 esac
20713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20714 (eval "$ac_compile") 2>conftest.er1
20715 ac_status=$?
20716 grep -v '^ *+' conftest.er1 >conftest.err
20717 rm -f conftest.er1
20718 cat conftest.err >&5
20719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20720 (exit $ac_status); } && {
20721 test -z "$ac_c_werror_flag" ||
20722 test ! -s conftest.err
20723 } && test -s conftest.$ac_objext; then
20724 ac_cv_member_struct_sockaddr_sa_len=yes
20725 else
20726 echo "$as_me: failed program was:" >&5
20727 sed 's/^/| /' conftest.$ac_ext >&5
20729 cat >conftest.$ac_ext <<_ACEOF
20730 /* confdefs.h. */
20731 _ACEOF
20732 cat confdefs.h >>conftest.$ac_ext
20733 cat >>conftest.$ac_ext <<_ACEOF
20734 /* end confdefs.h. */
20735 #include <sys/types.h>
20736 #ifdef HAVE_SYS_SOCKET_H
20737 # include <sys/socket.h>
20738 #endif
20739 #ifdef HAVE_SYS_UN_H
20740 # include <sys/un.h>
20741 #endif
20744 main ()
20746 static struct sockaddr ac_aggr;
20747 if (sizeof ac_aggr.sa_len)
20748 return 0;
20750 return 0;
20752 _ACEOF
20753 rm -f conftest.$ac_objext
20754 if { (ac_try="$ac_compile"
20755 case "(($ac_try" in
20756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20757 *) ac_try_echo=$ac_try;;
20758 esac
20759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20760 (eval "$ac_compile") 2>conftest.er1
20761 ac_status=$?
20762 grep -v '^ *+' conftest.er1 >conftest.err
20763 rm -f conftest.er1
20764 cat conftest.err >&5
20765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20766 (exit $ac_status); } && {
20767 test -z "$ac_c_werror_flag" ||
20768 test ! -s conftest.err
20769 } && test -s conftest.$ac_objext; then
20770 ac_cv_member_struct_sockaddr_sa_len=yes
20771 else
20772 echo "$as_me: failed program was:" >&5
20773 sed 's/^/| /' conftest.$ac_ext >&5
20775 ac_cv_member_struct_sockaddr_sa_len=no
20778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20783 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20784 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20785 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20787 cat >>confdefs.h <<_ACEOF
20788 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20789 _ACEOF
20793 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20794 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20795 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20796 echo $ECHO_N "(cached) $ECHO_C" >&6
20797 else
20798 cat >conftest.$ac_ext <<_ACEOF
20799 /* confdefs.h. */
20800 _ACEOF
20801 cat confdefs.h >>conftest.$ac_ext
20802 cat >>conftest.$ac_ext <<_ACEOF
20803 /* end confdefs.h. */
20804 #include <sys/types.h>
20805 #ifdef HAVE_SYS_SOCKET_H
20806 # include <sys/socket.h>
20807 #endif
20808 #ifdef HAVE_SYS_UN_H
20809 # include <sys/un.h>
20810 #endif
20813 main ()
20815 static struct sockaddr_un ac_aggr;
20816 if (ac_aggr.sun_len)
20817 return 0;
20819 return 0;
20821 _ACEOF
20822 rm -f conftest.$ac_objext
20823 if { (ac_try="$ac_compile"
20824 case "(($ac_try" in
20825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20826 *) ac_try_echo=$ac_try;;
20827 esac
20828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20829 (eval "$ac_compile") 2>conftest.er1
20830 ac_status=$?
20831 grep -v '^ *+' conftest.er1 >conftest.err
20832 rm -f conftest.er1
20833 cat conftest.err >&5
20834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20835 (exit $ac_status); } && {
20836 test -z "$ac_c_werror_flag" ||
20837 test ! -s conftest.err
20838 } && test -s conftest.$ac_objext; then
20839 ac_cv_member_struct_sockaddr_un_sun_len=yes
20840 else
20841 echo "$as_me: failed program was:" >&5
20842 sed 's/^/| /' conftest.$ac_ext >&5
20844 cat >conftest.$ac_ext <<_ACEOF
20845 /* confdefs.h. */
20846 _ACEOF
20847 cat confdefs.h >>conftest.$ac_ext
20848 cat >>conftest.$ac_ext <<_ACEOF
20849 /* end confdefs.h. */
20850 #include <sys/types.h>
20851 #ifdef HAVE_SYS_SOCKET_H
20852 # include <sys/socket.h>
20853 #endif
20854 #ifdef HAVE_SYS_UN_H
20855 # include <sys/un.h>
20856 #endif
20859 main ()
20861 static struct sockaddr_un ac_aggr;
20862 if (sizeof ac_aggr.sun_len)
20863 return 0;
20865 return 0;
20867 _ACEOF
20868 rm -f conftest.$ac_objext
20869 if { (ac_try="$ac_compile"
20870 case "(($ac_try" in
20871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20872 *) ac_try_echo=$ac_try;;
20873 esac
20874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20875 (eval "$ac_compile") 2>conftest.er1
20876 ac_status=$?
20877 grep -v '^ *+' conftest.er1 >conftest.err
20878 rm -f conftest.er1
20879 cat conftest.err >&5
20880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20881 (exit $ac_status); } && {
20882 test -z "$ac_c_werror_flag" ||
20883 test ! -s conftest.err
20884 } && test -s conftest.$ac_objext; then
20885 ac_cv_member_struct_sockaddr_un_sun_len=yes
20886 else
20887 echo "$as_me: failed program was:" >&5
20888 sed 's/^/| /' conftest.$ac_ext >&5
20890 ac_cv_member_struct_sockaddr_un_sun_len=no
20893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20898 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20899 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20900 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20902 cat >>confdefs.h <<_ACEOF
20903 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20904 _ACEOF
20910 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20911 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20912 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20913 echo $ECHO_N "(cached) $ECHO_C" >&6
20914 else
20915 cat >conftest.$ac_ext <<_ACEOF
20916 /* confdefs.h. */
20917 _ACEOF
20918 cat confdefs.h >>conftest.$ac_ext
20919 cat >>conftest.$ac_ext <<_ACEOF
20920 /* end confdefs.h. */
20921 #include <sys/types.h>
20922 #ifdef HAVE_SCSI_SG_H
20923 #include <scsi/sg.h>
20924 #endif
20927 main ()
20929 static scsireq_t ac_aggr;
20930 if (ac_aggr.cmd)
20931 return 0;
20933 return 0;
20935 _ACEOF
20936 rm -f conftest.$ac_objext
20937 if { (ac_try="$ac_compile"
20938 case "(($ac_try" in
20939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20940 *) ac_try_echo=$ac_try;;
20941 esac
20942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20943 (eval "$ac_compile") 2>conftest.er1
20944 ac_status=$?
20945 grep -v '^ *+' conftest.er1 >conftest.err
20946 rm -f conftest.er1
20947 cat conftest.err >&5
20948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20949 (exit $ac_status); } && {
20950 test -z "$ac_c_werror_flag" ||
20951 test ! -s conftest.err
20952 } && test -s conftest.$ac_objext; then
20953 ac_cv_member_scsireq_t_cmd=yes
20954 else
20955 echo "$as_me: failed program was:" >&5
20956 sed 's/^/| /' conftest.$ac_ext >&5
20958 cat >conftest.$ac_ext <<_ACEOF
20959 /* confdefs.h. */
20960 _ACEOF
20961 cat confdefs.h >>conftest.$ac_ext
20962 cat >>conftest.$ac_ext <<_ACEOF
20963 /* end confdefs.h. */
20964 #include <sys/types.h>
20965 #ifdef HAVE_SCSI_SG_H
20966 #include <scsi/sg.h>
20967 #endif
20970 main ()
20972 static scsireq_t ac_aggr;
20973 if (sizeof ac_aggr.cmd)
20974 return 0;
20976 return 0;
20978 _ACEOF
20979 rm -f conftest.$ac_objext
20980 if { (ac_try="$ac_compile"
20981 case "(($ac_try" in
20982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20983 *) ac_try_echo=$ac_try;;
20984 esac
20985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20986 (eval "$ac_compile") 2>conftest.er1
20987 ac_status=$?
20988 grep -v '^ *+' conftest.er1 >conftest.err
20989 rm -f conftest.er1
20990 cat conftest.err >&5
20991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20992 (exit $ac_status); } && {
20993 test -z "$ac_c_werror_flag" ||
20994 test ! -s conftest.err
20995 } && test -s conftest.$ac_objext; then
20996 ac_cv_member_scsireq_t_cmd=yes
20997 else
20998 echo "$as_me: failed program was:" >&5
20999 sed 's/^/| /' conftest.$ac_ext >&5
21001 ac_cv_member_scsireq_t_cmd=no
21004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21009 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21010 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21011 if test $ac_cv_member_scsireq_t_cmd = yes; then
21013 cat >>confdefs.h <<_ACEOF
21014 #define HAVE_SCSIREQ_T_CMD 1
21015 _ACEOF
21019 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21020 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21021 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21022 echo $ECHO_N "(cached) $ECHO_C" >&6
21023 else
21024 cat >conftest.$ac_ext <<_ACEOF
21025 /* confdefs.h. */
21026 _ACEOF
21027 cat confdefs.h >>conftest.$ac_ext
21028 cat >>conftest.$ac_ext <<_ACEOF
21029 /* end confdefs.h. */
21030 #include <sys/types.h>
21031 #ifdef HAVE_SCSI_SG_H
21032 #include <scsi/sg.h>
21033 #endif
21036 main ()
21038 static sg_io_hdr_t ac_aggr;
21039 if (ac_aggr.interface_id)
21040 return 0;
21042 return 0;
21044 _ACEOF
21045 rm -f conftest.$ac_objext
21046 if { (ac_try="$ac_compile"
21047 case "(($ac_try" in
21048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21049 *) ac_try_echo=$ac_try;;
21050 esac
21051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21052 (eval "$ac_compile") 2>conftest.er1
21053 ac_status=$?
21054 grep -v '^ *+' conftest.er1 >conftest.err
21055 rm -f conftest.er1
21056 cat conftest.err >&5
21057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21058 (exit $ac_status); } && {
21059 test -z "$ac_c_werror_flag" ||
21060 test ! -s conftest.err
21061 } && test -s conftest.$ac_objext; then
21062 ac_cv_member_sg_io_hdr_t_interface_id=yes
21063 else
21064 echo "$as_me: failed program was:" >&5
21065 sed 's/^/| /' conftest.$ac_ext >&5
21067 cat >conftest.$ac_ext <<_ACEOF
21068 /* confdefs.h. */
21069 _ACEOF
21070 cat confdefs.h >>conftest.$ac_ext
21071 cat >>conftest.$ac_ext <<_ACEOF
21072 /* end confdefs.h. */
21073 #include <sys/types.h>
21074 #ifdef HAVE_SCSI_SG_H
21075 #include <scsi/sg.h>
21076 #endif
21079 main ()
21081 static sg_io_hdr_t ac_aggr;
21082 if (sizeof ac_aggr.interface_id)
21083 return 0;
21085 return 0;
21087 _ACEOF
21088 rm -f conftest.$ac_objext
21089 if { (ac_try="$ac_compile"
21090 case "(($ac_try" in
21091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21092 *) ac_try_echo=$ac_try;;
21093 esac
21094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21095 (eval "$ac_compile") 2>conftest.er1
21096 ac_status=$?
21097 grep -v '^ *+' conftest.er1 >conftest.err
21098 rm -f conftest.er1
21099 cat conftest.err >&5
21100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21101 (exit $ac_status); } && {
21102 test -z "$ac_c_werror_flag" ||
21103 test ! -s conftest.err
21104 } && test -s conftest.$ac_objext; then
21105 ac_cv_member_sg_io_hdr_t_interface_id=yes
21106 else
21107 echo "$as_me: failed program was:" >&5
21108 sed 's/^/| /' conftest.$ac_ext >&5
21110 ac_cv_member_sg_io_hdr_t_interface_id=no
21113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21118 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21119 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21120 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21122 cat >>confdefs.h <<_ACEOF
21123 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21124 _ACEOF
21130 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21131 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21132 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21133 echo $ECHO_N "(cached) $ECHO_C" >&6
21134 else
21135 cat >conftest.$ac_ext <<_ACEOF
21136 /* confdefs.h. */
21137 _ACEOF
21138 cat confdefs.h >>conftest.$ac_ext
21139 cat >>conftest.$ac_ext <<_ACEOF
21140 /* end confdefs.h. */
21141 #include <signal.h>
21144 main ()
21146 static siginfo_t ac_aggr;
21147 if (ac_aggr.si_fd)
21148 return 0;
21150 return 0;
21152 _ACEOF
21153 rm -f conftest.$ac_objext
21154 if { (ac_try="$ac_compile"
21155 case "(($ac_try" in
21156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21157 *) ac_try_echo=$ac_try;;
21158 esac
21159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21160 (eval "$ac_compile") 2>conftest.er1
21161 ac_status=$?
21162 grep -v '^ *+' conftest.er1 >conftest.err
21163 rm -f conftest.er1
21164 cat conftest.err >&5
21165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21166 (exit $ac_status); } && {
21167 test -z "$ac_c_werror_flag" ||
21168 test ! -s conftest.err
21169 } && test -s conftest.$ac_objext; then
21170 ac_cv_member_siginfo_t_si_fd=yes
21171 else
21172 echo "$as_me: failed program was:" >&5
21173 sed 's/^/| /' conftest.$ac_ext >&5
21175 cat >conftest.$ac_ext <<_ACEOF
21176 /* confdefs.h. */
21177 _ACEOF
21178 cat confdefs.h >>conftest.$ac_ext
21179 cat >>conftest.$ac_ext <<_ACEOF
21180 /* end confdefs.h. */
21181 #include <signal.h>
21184 main ()
21186 static siginfo_t ac_aggr;
21187 if (sizeof ac_aggr.si_fd)
21188 return 0;
21190 return 0;
21192 _ACEOF
21193 rm -f conftest.$ac_objext
21194 if { (ac_try="$ac_compile"
21195 case "(($ac_try" in
21196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21197 *) ac_try_echo=$ac_try;;
21198 esac
21199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21200 (eval "$ac_compile") 2>conftest.er1
21201 ac_status=$?
21202 grep -v '^ *+' conftest.er1 >conftest.err
21203 rm -f conftest.er1
21204 cat conftest.err >&5
21205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21206 (exit $ac_status); } && {
21207 test -z "$ac_c_werror_flag" ||
21208 test ! -s conftest.err
21209 } && test -s conftest.$ac_objext; then
21210 ac_cv_member_siginfo_t_si_fd=yes
21211 else
21212 echo "$as_me: failed program was:" >&5
21213 sed 's/^/| /' conftest.$ac_ext >&5
21215 ac_cv_member_siginfo_t_si_fd=no
21218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21223 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21224 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21225 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21227 cat >>confdefs.h <<_ACEOF
21228 #define HAVE_SIGINFO_T_SI_FD 1
21229 _ACEOF
21235 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21236 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21237 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21238 echo $ECHO_N "(cached) $ECHO_C" >&6
21239 else
21240 cat >conftest.$ac_ext <<_ACEOF
21241 /* confdefs.h. */
21242 _ACEOF
21243 cat confdefs.h >>conftest.$ac_ext
21244 cat >>conftest.$ac_ext <<_ACEOF
21245 /* end confdefs.h. */
21246 #include <sys/types.h>
21247 #ifdef HAVE_SYS_MTIO_H
21248 #include <sys/mtio.h>
21249 #endif
21252 main ()
21254 static struct mtget ac_aggr;
21255 if (ac_aggr.mt_blksiz)
21256 return 0;
21258 return 0;
21260 _ACEOF
21261 rm -f conftest.$ac_objext
21262 if { (ac_try="$ac_compile"
21263 case "(($ac_try" in
21264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21265 *) ac_try_echo=$ac_try;;
21266 esac
21267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21268 (eval "$ac_compile") 2>conftest.er1
21269 ac_status=$?
21270 grep -v '^ *+' conftest.er1 >conftest.err
21271 rm -f conftest.er1
21272 cat conftest.err >&5
21273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21274 (exit $ac_status); } && {
21275 test -z "$ac_c_werror_flag" ||
21276 test ! -s conftest.err
21277 } && test -s conftest.$ac_objext; then
21278 ac_cv_member_struct_mtget_mt_blksiz=yes
21279 else
21280 echo "$as_me: failed program was:" >&5
21281 sed 's/^/| /' conftest.$ac_ext >&5
21283 cat >conftest.$ac_ext <<_ACEOF
21284 /* confdefs.h. */
21285 _ACEOF
21286 cat confdefs.h >>conftest.$ac_ext
21287 cat >>conftest.$ac_ext <<_ACEOF
21288 /* end confdefs.h. */
21289 #include <sys/types.h>
21290 #ifdef HAVE_SYS_MTIO_H
21291 #include <sys/mtio.h>
21292 #endif
21295 main ()
21297 static struct mtget ac_aggr;
21298 if (sizeof ac_aggr.mt_blksiz)
21299 return 0;
21301 return 0;
21303 _ACEOF
21304 rm -f conftest.$ac_objext
21305 if { (ac_try="$ac_compile"
21306 case "(($ac_try" in
21307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21308 *) ac_try_echo=$ac_try;;
21309 esac
21310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21311 (eval "$ac_compile") 2>conftest.er1
21312 ac_status=$?
21313 grep -v '^ *+' conftest.er1 >conftest.err
21314 rm -f conftest.er1
21315 cat conftest.err >&5
21316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21317 (exit $ac_status); } && {
21318 test -z "$ac_c_werror_flag" ||
21319 test ! -s conftest.err
21320 } && test -s conftest.$ac_objext; then
21321 ac_cv_member_struct_mtget_mt_blksiz=yes
21322 else
21323 echo "$as_me: failed program was:" >&5
21324 sed 's/^/| /' conftest.$ac_ext >&5
21326 ac_cv_member_struct_mtget_mt_blksiz=no
21329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21334 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21335 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21336 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21338 cat >>confdefs.h <<_ACEOF
21339 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21340 _ACEOF
21344 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21345 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21346 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21347 echo $ECHO_N "(cached) $ECHO_C" >&6
21348 else
21349 cat >conftest.$ac_ext <<_ACEOF
21350 /* confdefs.h. */
21351 _ACEOF
21352 cat confdefs.h >>conftest.$ac_ext
21353 cat >>conftest.$ac_ext <<_ACEOF
21354 /* end confdefs.h. */
21355 #include <sys/types.h>
21356 #ifdef HAVE_SYS_MTIO_H
21357 #include <sys/mtio.h>
21358 #endif
21361 main ()
21363 static struct mtget ac_aggr;
21364 if (ac_aggr.mt_gstat)
21365 return 0;
21367 return 0;
21369 _ACEOF
21370 rm -f conftest.$ac_objext
21371 if { (ac_try="$ac_compile"
21372 case "(($ac_try" in
21373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21374 *) ac_try_echo=$ac_try;;
21375 esac
21376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21377 (eval "$ac_compile") 2>conftest.er1
21378 ac_status=$?
21379 grep -v '^ *+' conftest.er1 >conftest.err
21380 rm -f conftest.er1
21381 cat conftest.err >&5
21382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21383 (exit $ac_status); } && {
21384 test -z "$ac_c_werror_flag" ||
21385 test ! -s conftest.err
21386 } && test -s conftest.$ac_objext; then
21387 ac_cv_member_struct_mtget_mt_gstat=yes
21388 else
21389 echo "$as_me: failed program was:" >&5
21390 sed 's/^/| /' conftest.$ac_ext >&5
21392 cat >conftest.$ac_ext <<_ACEOF
21393 /* confdefs.h. */
21394 _ACEOF
21395 cat confdefs.h >>conftest.$ac_ext
21396 cat >>conftest.$ac_ext <<_ACEOF
21397 /* end confdefs.h. */
21398 #include <sys/types.h>
21399 #ifdef HAVE_SYS_MTIO_H
21400 #include <sys/mtio.h>
21401 #endif
21404 main ()
21406 static struct mtget ac_aggr;
21407 if (sizeof ac_aggr.mt_gstat)
21408 return 0;
21410 return 0;
21412 _ACEOF
21413 rm -f conftest.$ac_objext
21414 if { (ac_try="$ac_compile"
21415 case "(($ac_try" in
21416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21417 *) ac_try_echo=$ac_try;;
21418 esac
21419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21420 (eval "$ac_compile") 2>conftest.er1
21421 ac_status=$?
21422 grep -v '^ *+' conftest.er1 >conftest.err
21423 rm -f conftest.er1
21424 cat conftest.err >&5
21425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21426 (exit $ac_status); } && {
21427 test -z "$ac_c_werror_flag" ||
21428 test ! -s conftest.err
21429 } && test -s conftest.$ac_objext; then
21430 ac_cv_member_struct_mtget_mt_gstat=yes
21431 else
21432 echo "$as_me: failed program was:" >&5
21433 sed 's/^/| /' conftest.$ac_ext >&5
21435 ac_cv_member_struct_mtget_mt_gstat=no
21438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21443 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21444 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21445 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21447 cat >>confdefs.h <<_ACEOF
21448 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21449 _ACEOF
21453 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21454 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21455 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21456 echo $ECHO_N "(cached) $ECHO_C" >&6
21457 else
21458 cat >conftest.$ac_ext <<_ACEOF
21459 /* confdefs.h. */
21460 _ACEOF
21461 cat confdefs.h >>conftest.$ac_ext
21462 cat >>conftest.$ac_ext <<_ACEOF
21463 /* end confdefs.h. */
21464 #include <sys/types.h>
21465 #ifdef HAVE_SYS_MTIO_H
21466 #include <sys/mtio.h>
21467 #endif
21470 main ()
21472 static struct mtget ac_aggr;
21473 if (ac_aggr.mt_blkno)
21474 return 0;
21476 return 0;
21478 _ACEOF
21479 rm -f conftest.$ac_objext
21480 if { (ac_try="$ac_compile"
21481 case "(($ac_try" in
21482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21483 *) ac_try_echo=$ac_try;;
21484 esac
21485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21486 (eval "$ac_compile") 2>conftest.er1
21487 ac_status=$?
21488 grep -v '^ *+' conftest.er1 >conftest.err
21489 rm -f conftest.er1
21490 cat conftest.err >&5
21491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21492 (exit $ac_status); } && {
21493 test -z "$ac_c_werror_flag" ||
21494 test ! -s conftest.err
21495 } && test -s conftest.$ac_objext; then
21496 ac_cv_member_struct_mtget_mt_blkno=yes
21497 else
21498 echo "$as_me: failed program was:" >&5
21499 sed 's/^/| /' conftest.$ac_ext >&5
21501 cat >conftest.$ac_ext <<_ACEOF
21502 /* confdefs.h. */
21503 _ACEOF
21504 cat confdefs.h >>conftest.$ac_ext
21505 cat >>conftest.$ac_ext <<_ACEOF
21506 /* end confdefs.h. */
21507 #include <sys/types.h>
21508 #ifdef HAVE_SYS_MTIO_H
21509 #include <sys/mtio.h>
21510 #endif
21513 main ()
21515 static struct mtget ac_aggr;
21516 if (sizeof ac_aggr.mt_blkno)
21517 return 0;
21519 return 0;
21521 _ACEOF
21522 rm -f conftest.$ac_objext
21523 if { (ac_try="$ac_compile"
21524 case "(($ac_try" in
21525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21526 *) ac_try_echo=$ac_try;;
21527 esac
21528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21529 (eval "$ac_compile") 2>conftest.er1
21530 ac_status=$?
21531 grep -v '^ *+' conftest.er1 >conftest.err
21532 rm -f conftest.er1
21533 cat conftest.err >&5
21534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21535 (exit $ac_status); } && {
21536 test -z "$ac_c_werror_flag" ||
21537 test ! -s conftest.err
21538 } && test -s conftest.$ac_objext; then
21539 ac_cv_member_struct_mtget_mt_blkno=yes
21540 else
21541 echo "$as_me: failed program was:" >&5
21542 sed 's/^/| /' conftest.$ac_ext >&5
21544 ac_cv_member_struct_mtget_mt_blkno=no
21547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21552 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21553 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21554 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21556 cat >>confdefs.h <<_ACEOF
21557 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21558 _ACEOF
21564 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21565 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21566 if test "${ac_cv_member_struct_option_name+set}" = set; then
21567 echo $ECHO_N "(cached) $ECHO_C" >&6
21568 else
21569 cat >conftest.$ac_ext <<_ACEOF
21570 /* confdefs.h. */
21571 _ACEOF
21572 cat confdefs.h >>conftest.$ac_ext
21573 cat >>conftest.$ac_ext <<_ACEOF
21574 /* end confdefs.h. */
21575 #ifdef HAVE_GETOPT_H
21576 #include <getopt.h>
21577 #endif
21580 main ()
21582 static struct option ac_aggr;
21583 if (ac_aggr.name)
21584 return 0;
21586 return 0;
21588 _ACEOF
21589 rm -f conftest.$ac_objext
21590 if { (ac_try="$ac_compile"
21591 case "(($ac_try" in
21592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21593 *) ac_try_echo=$ac_try;;
21594 esac
21595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21596 (eval "$ac_compile") 2>conftest.er1
21597 ac_status=$?
21598 grep -v '^ *+' conftest.er1 >conftest.err
21599 rm -f conftest.er1
21600 cat conftest.err >&5
21601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21602 (exit $ac_status); } && {
21603 test -z "$ac_c_werror_flag" ||
21604 test ! -s conftest.err
21605 } && test -s conftest.$ac_objext; then
21606 ac_cv_member_struct_option_name=yes
21607 else
21608 echo "$as_me: failed program was:" >&5
21609 sed 's/^/| /' conftest.$ac_ext >&5
21611 cat >conftest.$ac_ext <<_ACEOF
21612 /* confdefs.h. */
21613 _ACEOF
21614 cat confdefs.h >>conftest.$ac_ext
21615 cat >>conftest.$ac_ext <<_ACEOF
21616 /* end confdefs.h. */
21617 #ifdef HAVE_GETOPT_H
21618 #include <getopt.h>
21619 #endif
21622 main ()
21624 static struct option ac_aggr;
21625 if (sizeof ac_aggr.name)
21626 return 0;
21628 return 0;
21630 _ACEOF
21631 rm -f conftest.$ac_objext
21632 if { (ac_try="$ac_compile"
21633 case "(($ac_try" in
21634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21635 *) ac_try_echo=$ac_try;;
21636 esac
21637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21638 (eval "$ac_compile") 2>conftest.er1
21639 ac_status=$?
21640 grep -v '^ *+' conftest.er1 >conftest.err
21641 rm -f conftest.er1
21642 cat conftest.err >&5
21643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21644 (exit $ac_status); } && {
21645 test -z "$ac_c_werror_flag" ||
21646 test ! -s conftest.err
21647 } && test -s conftest.$ac_objext; then
21648 ac_cv_member_struct_option_name=yes
21649 else
21650 echo "$as_me: failed program was:" >&5
21651 sed 's/^/| /' conftest.$ac_ext >&5
21653 ac_cv_member_struct_option_name=no
21656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21661 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21662 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21663 if test $ac_cv_member_struct_option_name = yes; then
21665 cat >>confdefs.h <<_ACEOF
21666 #define HAVE_STRUCT_OPTION_NAME 1
21667 _ACEOF
21673 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21674 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21675 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21676 echo $ECHO_N "(cached) $ECHO_C" >&6
21677 else
21678 cat >conftest.$ac_ext <<_ACEOF
21679 /* confdefs.h. */
21680 _ACEOF
21681 cat confdefs.h >>conftest.$ac_ext
21682 cat >>conftest.$ac_ext <<_ACEOF
21683 /* end confdefs.h. */
21684 $ac_includes_default
21686 main ()
21688 static struct stat ac_aggr;
21689 if (ac_aggr.st_blocks)
21690 return 0;
21692 return 0;
21694 _ACEOF
21695 rm -f conftest.$ac_objext
21696 if { (ac_try="$ac_compile"
21697 case "(($ac_try" in
21698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21699 *) ac_try_echo=$ac_try;;
21700 esac
21701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21702 (eval "$ac_compile") 2>conftest.er1
21703 ac_status=$?
21704 grep -v '^ *+' conftest.er1 >conftest.err
21705 rm -f conftest.er1
21706 cat conftest.err >&5
21707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21708 (exit $ac_status); } && {
21709 test -z "$ac_c_werror_flag" ||
21710 test ! -s conftest.err
21711 } && test -s conftest.$ac_objext; then
21712 ac_cv_member_struct_stat_st_blocks=yes
21713 else
21714 echo "$as_me: failed program was:" >&5
21715 sed 's/^/| /' conftest.$ac_ext >&5
21717 cat >conftest.$ac_ext <<_ACEOF
21718 /* confdefs.h. */
21719 _ACEOF
21720 cat confdefs.h >>conftest.$ac_ext
21721 cat >>conftest.$ac_ext <<_ACEOF
21722 /* end confdefs.h. */
21723 $ac_includes_default
21725 main ()
21727 static struct stat ac_aggr;
21728 if (sizeof ac_aggr.st_blocks)
21729 return 0;
21731 return 0;
21733 _ACEOF
21734 rm -f conftest.$ac_objext
21735 if { (ac_try="$ac_compile"
21736 case "(($ac_try" in
21737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21738 *) ac_try_echo=$ac_try;;
21739 esac
21740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21741 (eval "$ac_compile") 2>conftest.er1
21742 ac_status=$?
21743 grep -v '^ *+' conftest.er1 >conftest.err
21744 rm -f conftest.er1
21745 cat conftest.err >&5
21746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21747 (exit $ac_status); } && {
21748 test -z "$ac_c_werror_flag" ||
21749 test ! -s conftest.err
21750 } && test -s conftest.$ac_objext; then
21751 ac_cv_member_struct_stat_st_blocks=yes
21752 else
21753 echo "$as_me: failed program was:" >&5
21754 sed 's/^/| /' conftest.$ac_ext >&5
21756 ac_cv_member_struct_stat_st_blocks=no
21759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21764 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21765 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21766 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21768 cat >>confdefs.h <<_ACEOF
21769 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21770 _ACEOF
21774 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21775 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21776 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21777 echo $ECHO_N "(cached) $ECHO_C" >&6
21778 else
21779 cat >conftest.$ac_ext <<_ACEOF
21780 /* confdefs.h. */
21781 _ACEOF
21782 cat confdefs.h >>conftest.$ac_ext
21783 cat >>conftest.$ac_ext <<_ACEOF
21784 /* end confdefs.h. */
21785 $ac_includes_default
21787 main ()
21789 static struct stat ac_aggr;
21790 if (ac_aggr.st_mtim)
21791 return 0;
21793 return 0;
21795 _ACEOF
21796 rm -f conftest.$ac_objext
21797 if { (ac_try="$ac_compile"
21798 case "(($ac_try" in
21799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21800 *) ac_try_echo=$ac_try;;
21801 esac
21802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21803 (eval "$ac_compile") 2>conftest.er1
21804 ac_status=$?
21805 grep -v '^ *+' conftest.er1 >conftest.err
21806 rm -f conftest.er1
21807 cat conftest.err >&5
21808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21809 (exit $ac_status); } && {
21810 test -z "$ac_c_werror_flag" ||
21811 test ! -s conftest.err
21812 } && test -s conftest.$ac_objext; then
21813 ac_cv_member_struct_stat_st_mtim=yes
21814 else
21815 echo "$as_me: failed program was:" >&5
21816 sed 's/^/| /' conftest.$ac_ext >&5
21818 cat >conftest.$ac_ext <<_ACEOF
21819 /* confdefs.h. */
21820 _ACEOF
21821 cat confdefs.h >>conftest.$ac_ext
21822 cat >>conftest.$ac_ext <<_ACEOF
21823 /* end confdefs.h. */
21824 $ac_includes_default
21826 main ()
21828 static struct stat ac_aggr;
21829 if (sizeof ac_aggr.st_mtim)
21830 return 0;
21832 return 0;
21834 _ACEOF
21835 rm -f conftest.$ac_objext
21836 if { (ac_try="$ac_compile"
21837 case "(($ac_try" in
21838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21839 *) ac_try_echo=$ac_try;;
21840 esac
21841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21842 (eval "$ac_compile") 2>conftest.er1
21843 ac_status=$?
21844 grep -v '^ *+' conftest.er1 >conftest.err
21845 rm -f conftest.er1
21846 cat conftest.err >&5
21847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21848 (exit $ac_status); } && {
21849 test -z "$ac_c_werror_flag" ||
21850 test ! -s conftest.err
21851 } && test -s conftest.$ac_objext; then
21852 ac_cv_member_struct_stat_st_mtim=yes
21853 else
21854 echo "$as_me: failed program was:" >&5
21855 sed 's/^/| /' conftest.$ac_ext >&5
21857 ac_cv_member_struct_stat_st_mtim=no
21860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21865 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21866 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21867 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21869 cat >>confdefs.h <<_ACEOF
21870 #define HAVE_STRUCT_STAT_ST_MTIM 1
21871 _ACEOF
21875 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21876 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21877 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21878 echo $ECHO_N "(cached) $ECHO_C" >&6
21879 else
21880 cat >conftest.$ac_ext <<_ACEOF
21881 /* confdefs.h. */
21882 _ACEOF
21883 cat confdefs.h >>conftest.$ac_ext
21884 cat >>conftest.$ac_ext <<_ACEOF
21885 /* end confdefs.h. */
21886 $ac_includes_default
21888 main ()
21890 static struct stat ac_aggr;
21891 if (ac_aggr.st_ctim)
21892 return 0;
21894 return 0;
21896 _ACEOF
21897 rm -f conftest.$ac_objext
21898 if { (ac_try="$ac_compile"
21899 case "(($ac_try" in
21900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21901 *) ac_try_echo=$ac_try;;
21902 esac
21903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21904 (eval "$ac_compile") 2>conftest.er1
21905 ac_status=$?
21906 grep -v '^ *+' conftest.er1 >conftest.err
21907 rm -f conftest.er1
21908 cat conftest.err >&5
21909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21910 (exit $ac_status); } && {
21911 test -z "$ac_c_werror_flag" ||
21912 test ! -s conftest.err
21913 } && test -s conftest.$ac_objext; then
21914 ac_cv_member_struct_stat_st_ctim=yes
21915 else
21916 echo "$as_me: failed program was:" >&5
21917 sed 's/^/| /' conftest.$ac_ext >&5
21919 cat >conftest.$ac_ext <<_ACEOF
21920 /* confdefs.h. */
21921 _ACEOF
21922 cat confdefs.h >>conftest.$ac_ext
21923 cat >>conftest.$ac_ext <<_ACEOF
21924 /* end confdefs.h. */
21925 $ac_includes_default
21927 main ()
21929 static struct stat ac_aggr;
21930 if (sizeof ac_aggr.st_ctim)
21931 return 0;
21933 return 0;
21935 _ACEOF
21936 rm -f conftest.$ac_objext
21937 if { (ac_try="$ac_compile"
21938 case "(($ac_try" in
21939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21940 *) ac_try_echo=$ac_try;;
21941 esac
21942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21943 (eval "$ac_compile") 2>conftest.er1
21944 ac_status=$?
21945 grep -v '^ *+' conftest.er1 >conftest.err
21946 rm -f conftest.er1
21947 cat conftest.err >&5
21948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21949 (exit $ac_status); } && {
21950 test -z "$ac_c_werror_flag" ||
21951 test ! -s conftest.err
21952 } && test -s conftest.$ac_objext; then
21953 ac_cv_member_struct_stat_st_ctim=yes
21954 else
21955 echo "$as_me: failed program was:" >&5
21956 sed 's/^/| /' conftest.$ac_ext >&5
21958 ac_cv_member_struct_stat_st_ctim=no
21961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21966 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21967 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21968 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21970 cat >>confdefs.h <<_ACEOF
21971 #define HAVE_STRUCT_STAT_ST_CTIM 1
21972 _ACEOF
21976 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21977 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21978 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21979 echo $ECHO_N "(cached) $ECHO_C" >&6
21980 else
21981 cat >conftest.$ac_ext <<_ACEOF
21982 /* confdefs.h. */
21983 _ACEOF
21984 cat confdefs.h >>conftest.$ac_ext
21985 cat >>conftest.$ac_ext <<_ACEOF
21986 /* end confdefs.h. */
21987 $ac_includes_default
21989 main ()
21991 static struct stat ac_aggr;
21992 if (ac_aggr.st_atim)
21993 return 0;
21995 return 0;
21997 _ACEOF
21998 rm -f conftest.$ac_objext
21999 if { (ac_try="$ac_compile"
22000 case "(($ac_try" in
22001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22002 *) ac_try_echo=$ac_try;;
22003 esac
22004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22005 (eval "$ac_compile") 2>conftest.er1
22006 ac_status=$?
22007 grep -v '^ *+' conftest.er1 >conftest.err
22008 rm -f conftest.er1
22009 cat conftest.err >&5
22010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22011 (exit $ac_status); } && {
22012 test -z "$ac_c_werror_flag" ||
22013 test ! -s conftest.err
22014 } && test -s conftest.$ac_objext; then
22015 ac_cv_member_struct_stat_st_atim=yes
22016 else
22017 echo "$as_me: failed program was:" >&5
22018 sed 's/^/| /' conftest.$ac_ext >&5
22020 cat >conftest.$ac_ext <<_ACEOF
22021 /* confdefs.h. */
22022 _ACEOF
22023 cat confdefs.h >>conftest.$ac_ext
22024 cat >>conftest.$ac_ext <<_ACEOF
22025 /* end confdefs.h. */
22026 $ac_includes_default
22028 main ()
22030 static struct stat ac_aggr;
22031 if (sizeof ac_aggr.st_atim)
22032 return 0;
22034 return 0;
22036 _ACEOF
22037 rm -f conftest.$ac_objext
22038 if { (ac_try="$ac_compile"
22039 case "(($ac_try" in
22040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22041 *) ac_try_echo=$ac_try;;
22042 esac
22043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22044 (eval "$ac_compile") 2>conftest.er1
22045 ac_status=$?
22046 grep -v '^ *+' conftest.er1 >conftest.err
22047 rm -f conftest.er1
22048 cat conftest.err >&5
22049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22050 (exit $ac_status); } && {
22051 test -z "$ac_c_werror_flag" ||
22052 test ! -s conftest.err
22053 } && test -s conftest.$ac_objext; then
22054 ac_cv_member_struct_stat_st_atim=yes
22055 else
22056 echo "$as_me: failed program was:" >&5
22057 sed 's/^/| /' conftest.$ac_ext >&5
22059 ac_cv_member_struct_stat_st_atim=no
22062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22067 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22068 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22069 if test $ac_cv_member_struct_stat_st_atim = yes; then
22071 cat >>confdefs.h <<_ACEOF
22072 #define HAVE_STRUCT_STAT_ST_ATIM 1
22073 _ACEOF
22079 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22080 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22081 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22082 echo $ECHO_N "(cached) $ECHO_C" >&6
22083 else
22084 cat >conftest.$ac_ext <<_ACEOF
22085 /* confdefs.h. */
22086 _ACEOF
22087 cat confdefs.h >>conftest.$ac_ext
22088 cat >>conftest.$ac_ext <<_ACEOF
22089 /* end confdefs.h. */
22090 #ifdef HAVE_SYS_TYPES_H
22091 #include <sys/types.h>
22092 #endif
22093 #ifdef HAVE_NETINET_IN_H
22094 #include <netinet/in.h>
22095 #endif
22098 main ()
22100 static struct sockaddr_in6 ac_aggr;
22101 if (ac_aggr.sin6_scope_id)
22102 return 0;
22104 return 0;
22106 _ACEOF
22107 rm -f conftest.$ac_objext
22108 if { (ac_try="$ac_compile"
22109 case "(($ac_try" in
22110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22111 *) ac_try_echo=$ac_try;;
22112 esac
22113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22114 (eval "$ac_compile") 2>conftest.er1
22115 ac_status=$?
22116 grep -v '^ *+' conftest.er1 >conftest.err
22117 rm -f conftest.er1
22118 cat conftest.err >&5
22119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22120 (exit $ac_status); } && {
22121 test -z "$ac_c_werror_flag" ||
22122 test ! -s conftest.err
22123 } && test -s conftest.$ac_objext; then
22124 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22125 else
22126 echo "$as_me: failed program was:" >&5
22127 sed 's/^/| /' conftest.$ac_ext >&5
22129 cat >conftest.$ac_ext <<_ACEOF
22130 /* confdefs.h. */
22131 _ACEOF
22132 cat confdefs.h >>conftest.$ac_ext
22133 cat >>conftest.$ac_ext <<_ACEOF
22134 /* end confdefs.h. */
22135 #ifdef HAVE_SYS_TYPES_H
22136 #include <sys/types.h>
22137 #endif
22138 #ifdef HAVE_NETINET_IN_H
22139 #include <netinet/in.h>
22140 #endif
22143 main ()
22145 static struct sockaddr_in6 ac_aggr;
22146 if (sizeof ac_aggr.sin6_scope_id)
22147 return 0;
22149 return 0;
22151 _ACEOF
22152 rm -f conftest.$ac_objext
22153 if { (ac_try="$ac_compile"
22154 case "(($ac_try" in
22155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22156 *) ac_try_echo=$ac_try;;
22157 esac
22158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22159 (eval "$ac_compile") 2>conftest.er1
22160 ac_status=$?
22161 grep -v '^ *+' conftest.er1 >conftest.err
22162 rm -f conftest.er1
22163 cat conftest.err >&5
22164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22165 (exit $ac_status); } && {
22166 test -z "$ac_c_werror_flag" ||
22167 test ! -s conftest.err
22168 } && test -s conftest.$ac_objext; then
22169 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22170 else
22171 echo "$as_me: failed program was:" >&5
22172 sed 's/^/| /' conftest.$ac_ext >&5
22174 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22182 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22183 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22184 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22186 cat >>confdefs.h <<_ACEOF
22187 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22188 _ACEOF
22194 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22195 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22196 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22197 echo $ECHO_N "(cached) $ECHO_C" >&6
22198 else
22199 cat >conftest.$ac_ext <<_ACEOF
22200 /* confdefs.h. */
22201 _ACEOF
22202 cat confdefs.h >>conftest.$ac_ext
22203 cat >>conftest.$ac_ext <<_ACEOF
22204 /* end confdefs.h. */
22205 #ifdef HAVE_SYS_TYPES_H
22206 #include <sys/types.h>
22207 #endif
22208 #ifdef HAVE_NETINET_IN_H
22209 # include <netinet/in.h>
22210 #endif
22211 #ifdef HAVE_ARPA_NAMESER_H
22212 # include <arpa/nameser.h>
22213 #endif
22216 main ()
22218 static ns_msg ac_aggr;
22219 if (ac_aggr._msg_ptr)
22220 return 0;
22222 return 0;
22224 _ACEOF
22225 rm -f conftest.$ac_objext
22226 if { (ac_try="$ac_compile"
22227 case "(($ac_try" in
22228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22229 *) ac_try_echo=$ac_try;;
22230 esac
22231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22232 (eval "$ac_compile") 2>conftest.er1
22233 ac_status=$?
22234 grep -v '^ *+' conftest.er1 >conftest.err
22235 rm -f conftest.er1
22236 cat conftest.err >&5
22237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22238 (exit $ac_status); } && {
22239 test -z "$ac_c_werror_flag" ||
22240 test ! -s conftest.err
22241 } && test -s conftest.$ac_objext; then
22242 ac_cv_member_ns_msg__msg_ptr=yes
22243 else
22244 echo "$as_me: failed program was:" >&5
22245 sed 's/^/| /' conftest.$ac_ext >&5
22247 cat >conftest.$ac_ext <<_ACEOF
22248 /* confdefs.h. */
22249 _ACEOF
22250 cat confdefs.h >>conftest.$ac_ext
22251 cat >>conftest.$ac_ext <<_ACEOF
22252 /* end confdefs.h. */
22253 #ifdef HAVE_SYS_TYPES_H
22254 #include <sys/types.h>
22255 #endif
22256 #ifdef HAVE_NETINET_IN_H
22257 # include <netinet/in.h>
22258 #endif
22259 #ifdef HAVE_ARPA_NAMESER_H
22260 # include <arpa/nameser.h>
22261 #endif
22264 main ()
22266 static ns_msg ac_aggr;
22267 if (sizeof ac_aggr._msg_ptr)
22268 return 0;
22270 return 0;
22272 _ACEOF
22273 rm -f conftest.$ac_objext
22274 if { (ac_try="$ac_compile"
22275 case "(($ac_try" in
22276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22277 *) ac_try_echo=$ac_try;;
22278 esac
22279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22280 (eval "$ac_compile") 2>conftest.er1
22281 ac_status=$?
22282 grep -v '^ *+' conftest.er1 >conftest.err
22283 rm -f conftest.er1
22284 cat conftest.err >&5
22285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22286 (exit $ac_status); } && {
22287 test -z "$ac_c_werror_flag" ||
22288 test ! -s conftest.err
22289 } && test -s conftest.$ac_objext; then
22290 ac_cv_member_ns_msg__msg_ptr=yes
22291 else
22292 echo "$as_me: failed program was:" >&5
22293 sed 's/^/| /' conftest.$ac_ext >&5
22295 ac_cv_member_ns_msg__msg_ptr=no
22298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22303 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22304 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22305 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22307 cat >>confdefs.h <<_ACEOF
22308 #define HAVE_NS_MSG__MSG_PTR 1
22309 _ACEOF
22315 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22316 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22317 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22318 echo $ECHO_N "(cached) $ECHO_C" >&6
22319 else
22320 cat >conftest.$ac_ext <<_ACEOF
22321 /* confdefs.h. */
22322 _ACEOF
22323 cat confdefs.h >>conftest.$ac_ext
22324 cat >>conftest.$ac_ext <<_ACEOF
22325 /* end confdefs.h. */
22326 #ifdef HAVE_SYS_TYPES_H
22327 #include <sys/types.h>
22328 #endif
22329 #ifdef HAVE_ALIAS_H
22330 #include <alias.h>
22331 #endif
22332 #ifdef HAVE_SYS_SOCKET_H
22333 #include <sys/socket.h>
22334 #endif
22335 #ifdef HAVE_SYS_SOCKETVAR_H
22336 #include <sys/socketvar.h>
22337 #endif
22338 #ifdef HAVE_SYS_TIMEOUT_H
22339 #include <sys/timeout.h>
22340 #endif
22341 #ifdef HAVE_NETINET_IN_H
22342 #include <netinet/in.h>
22343 #endif
22344 #ifdef HAVE_NETINET_IN_SYSTM_H
22345 #include <netinet/in_systm.h>
22346 #endif
22347 #ifdef HAVE_NETINET_IP_H
22348 #include <netinet/ip.h>
22349 #endif
22350 #ifdef HAVE_NETINET_IP_VAR_H
22351 #include <netinet/ip_var.h>
22352 #endif
22353 #ifdef HAVE_NETINET_IP_ICMP_H
22354 #include <netinet/ip_icmp.h>
22355 #endif
22356 #ifdef HAVE_NETINET_ICMP_VAR
22357 #include <netinet/icmp_var.h>
22358 #endif
22361 main ()
22363 static struct icmpstat ac_aggr;
22364 if (ac_aggr.icps_outhist)
22365 return 0;
22367 return 0;
22369 _ACEOF
22370 rm -f conftest.$ac_objext
22371 if { (ac_try="$ac_compile"
22372 case "(($ac_try" in
22373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22374 *) ac_try_echo=$ac_try;;
22375 esac
22376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22377 (eval "$ac_compile") 2>conftest.er1
22378 ac_status=$?
22379 grep -v '^ *+' conftest.er1 >conftest.err
22380 rm -f conftest.er1
22381 cat conftest.err >&5
22382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22383 (exit $ac_status); } && {
22384 test -z "$ac_c_werror_flag" ||
22385 test ! -s conftest.err
22386 } && test -s conftest.$ac_objext; then
22387 ac_cv_member_struct_icmpstat_icps_outhist=yes
22388 else
22389 echo "$as_me: failed program was:" >&5
22390 sed 's/^/| /' conftest.$ac_ext >&5
22392 cat >conftest.$ac_ext <<_ACEOF
22393 /* confdefs.h. */
22394 _ACEOF
22395 cat confdefs.h >>conftest.$ac_ext
22396 cat >>conftest.$ac_ext <<_ACEOF
22397 /* end confdefs.h. */
22398 #ifdef HAVE_SYS_TYPES_H
22399 #include <sys/types.h>
22400 #endif
22401 #ifdef HAVE_ALIAS_H
22402 #include <alias.h>
22403 #endif
22404 #ifdef HAVE_SYS_SOCKET_H
22405 #include <sys/socket.h>
22406 #endif
22407 #ifdef HAVE_SYS_SOCKETVAR_H
22408 #include <sys/socketvar.h>
22409 #endif
22410 #ifdef HAVE_SYS_TIMEOUT_H
22411 #include <sys/timeout.h>
22412 #endif
22413 #ifdef HAVE_NETINET_IN_H
22414 #include <netinet/in.h>
22415 #endif
22416 #ifdef HAVE_NETINET_IN_SYSTM_H
22417 #include <netinet/in_systm.h>
22418 #endif
22419 #ifdef HAVE_NETINET_IP_H
22420 #include <netinet/ip.h>
22421 #endif
22422 #ifdef HAVE_NETINET_IP_VAR_H
22423 #include <netinet/ip_var.h>
22424 #endif
22425 #ifdef HAVE_NETINET_IP_ICMP_H
22426 #include <netinet/ip_icmp.h>
22427 #endif
22428 #ifdef HAVE_NETINET_ICMP_VAR
22429 #include <netinet/icmp_var.h>
22430 #endif
22433 main ()
22435 static struct icmpstat ac_aggr;
22436 if (sizeof ac_aggr.icps_outhist)
22437 return 0;
22439 return 0;
22441 _ACEOF
22442 rm -f conftest.$ac_objext
22443 if { (ac_try="$ac_compile"
22444 case "(($ac_try" in
22445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22446 *) ac_try_echo=$ac_try;;
22447 esac
22448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22449 (eval "$ac_compile") 2>conftest.er1
22450 ac_status=$?
22451 grep -v '^ *+' conftest.er1 >conftest.err
22452 rm -f conftest.er1
22453 cat conftest.err >&5
22454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22455 (exit $ac_status); } && {
22456 test -z "$ac_c_werror_flag" ||
22457 test ! -s conftest.err
22458 } && test -s conftest.$ac_objext; then
22459 ac_cv_member_struct_icmpstat_icps_outhist=yes
22460 else
22461 echo "$as_me: failed program was:" >&5
22462 sed 's/^/| /' conftest.$ac_ext >&5
22464 ac_cv_member_struct_icmpstat_icps_outhist=no
22467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22472 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22473 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22474 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22476 cat >>confdefs.h <<_ACEOF
22477 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22478 _ACEOF
22484 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22485 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22486 if test "${ac_cv_have_timezone+set}" = set; then
22487 echo $ECHO_N "(cached) $ECHO_C" >&6
22488 else
22489 cat >conftest.$ac_ext <<_ACEOF
22490 /* confdefs.h. */
22491 _ACEOF
22492 cat confdefs.h >>conftest.$ac_ext
22493 cat >>conftest.$ac_ext <<_ACEOF
22494 /* end confdefs.h. */
22495 #include <time.h>
22497 main ()
22499 timezone = 1
22501 return 0;
22503 _ACEOF
22504 rm -f conftest.$ac_objext conftest$ac_exeext
22505 if { (ac_try="$ac_link"
22506 case "(($ac_try" in
22507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22508 *) ac_try_echo=$ac_try;;
22509 esac
22510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22511 (eval "$ac_link") 2>conftest.er1
22512 ac_status=$?
22513 grep -v '^ *+' conftest.er1 >conftest.err
22514 rm -f conftest.er1
22515 cat conftest.err >&5
22516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22517 (exit $ac_status); } && {
22518 test -z "$ac_c_werror_flag" ||
22519 test ! -s conftest.err
22520 } && test -s conftest$ac_exeext &&
22521 $as_test_x conftest$ac_exeext; then
22522 ac_cv_have_timezone="yes"
22523 else
22524 echo "$as_me: failed program was:" >&5
22525 sed 's/^/| /' conftest.$ac_ext >&5
22527 ac_cv_have_timezone="no"
22530 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22531 conftest$ac_exeext conftest.$ac_ext
22533 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22534 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22535 if test "$ac_cv_have_timezone" = "yes"
22536 then
22538 cat >>confdefs.h <<\_ACEOF
22539 #define HAVE_TIMEZONE 1
22540 _ACEOF
22543 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22544 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22545 if test "${ac_cv_have_daylight+set}" = set; then
22546 echo $ECHO_N "(cached) $ECHO_C" >&6
22547 else
22548 cat >conftest.$ac_ext <<_ACEOF
22549 /* confdefs.h. */
22550 _ACEOF
22551 cat confdefs.h >>conftest.$ac_ext
22552 cat >>conftest.$ac_ext <<_ACEOF
22553 /* end confdefs.h. */
22554 #include <time.h>
22556 main ()
22558 daylight = 1
22560 return 0;
22562 _ACEOF
22563 rm -f conftest.$ac_objext conftest$ac_exeext
22564 if { (ac_try="$ac_link"
22565 case "(($ac_try" in
22566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22567 *) ac_try_echo=$ac_try;;
22568 esac
22569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22570 (eval "$ac_link") 2>conftest.er1
22571 ac_status=$?
22572 grep -v '^ *+' conftest.er1 >conftest.err
22573 rm -f conftest.er1
22574 cat conftest.err >&5
22575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22576 (exit $ac_status); } && {
22577 test -z "$ac_c_werror_flag" ||
22578 test ! -s conftest.err
22579 } && test -s conftest$ac_exeext &&
22580 $as_test_x conftest$ac_exeext; then
22581 ac_cv_have_daylight="yes"
22582 else
22583 echo "$as_me: failed program was:" >&5
22584 sed 's/^/| /' conftest.$ac_ext >&5
22586 ac_cv_have_daylight="no"
22589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22590 conftest$ac_exeext conftest.$ac_ext
22592 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22593 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22594 if test "$ac_cv_have_daylight" = "yes"
22595 then
22597 cat >>confdefs.h <<\_ACEOF
22598 #define HAVE_DAYLIGHT 1
22599 _ACEOF
22603 { echo "$as_me:$LINENO: checking for isinf" >&5
22604 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22605 if test "${ac_cv_have_isinf+set}" = set; then
22606 echo $ECHO_N "(cached) $ECHO_C" >&6
22607 else
22608 cat >conftest.$ac_ext <<_ACEOF
22609 /* confdefs.h. */
22610 _ACEOF
22611 cat confdefs.h >>conftest.$ac_ext
22612 cat >>conftest.$ac_ext <<_ACEOF
22613 /* end confdefs.h. */
22614 #include <math.h>
22616 main ()
22618 float f = 0.0; int i=isinf(f)
22620 return 0;
22622 _ACEOF
22623 rm -f conftest.$ac_objext conftest$ac_exeext
22624 if { (ac_try="$ac_link"
22625 case "(($ac_try" in
22626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22627 *) ac_try_echo=$ac_try;;
22628 esac
22629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22630 (eval "$ac_link") 2>conftest.er1
22631 ac_status=$?
22632 grep -v '^ *+' conftest.er1 >conftest.err
22633 rm -f conftest.er1
22634 cat conftest.err >&5
22635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22636 (exit $ac_status); } && {
22637 test -z "$ac_c_werror_flag" ||
22638 test ! -s conftest.err
22639 } && test -s conftest$ac_exeext &&
22640 $as_test_x conftest$ac_exeext; then
22641 ac_cv_have_isinf="yes"
22642 else
22643 echo "$as_me: failed program was:" >&5
22644 sed 's/^/| /' conftest.$ac_ext >&5
22646 ac_cv_have_isinf="no"
22649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22650 conftest$ac_exeext conftest.$ac_ext
22652 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22653 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22654 if test "$ac_cv_have_isinf" = "yes"
22655 then
22657 cat >>confdefs.h <<\_ACEOF
22658 #define HAVE_ISINF 1
22659 _ACEOF
22663 { echo "$as_me:$LINENO: checking for isnan" >&5
22664 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22665 if test "${ac_cv_have_isnan+set}" = set; then
22666 echo $ECHO_N "(cached) $ECHO_C" >&6
22667 else
22668 cat >conftest.$ac_ext <<_ACEOF
22669 /* confdefs.h. */
22670 _ACEOF
22671 cat confdefs.h >>conftest.$ac_ext
22672 cat >>conftest.$ac_ext <<_ACEOF
22673 /* end confdefs.h. */
22674 #include <math.h>
22676 main ()
22678 float f = 0.0; int i=isnan(f)
22680 return 0;
22682 _ACEOF
22683 rm -f conftest.$ac_objext conftest$ac_exeext
22684 if { (ac_try="$ac_link"
22685 case "(($ac_try" in
22686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22687 *) ac_try_echo=$ac_try;;
22688 esac
22689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22690 (eval "$ac_link") 2>conftest.er1
22691 ac_status=$?
22692 grep -v '^ *+' conftest.er1 >conftest.err
22693 rm -f conftest.er1
22694 cat conftest.err >&5
22695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22696 (exit $ac_status); } && {
22697 test -z "$ac_c_werror_flag" ||
22698 test ! -s conftest.err
22699 } && test -s conftest$ac_exeext &&
22700 $as_test_x conftest$ac_exeext; then
22701 ac_cv_have_isnan="yes"
22702 else
22703 echo "$as_me: failed program was:" >&5
22704 sed 's/^/| /' conftest.$ac_ext >&5
22706 ac_cv_have_isnan="no"
22709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22710 conftest$ac_exeext conftest.$ac_ext
22712 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22713 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22714 if test "$ac_cv_have_isnan" = "yes"
22715 then
22717 cat >>confdefs.h <<\_ACEOF
22718 #define HAVE_ISNAN 1
22719 _ACEOF
22724 case $host_cpu in
22725 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22726 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22727 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22728 echo $ECHO_N "(cached) $ECHO_C" >&6
22729 else
22730 cat >conftest.$ac_ext <<_ACEOF
22731 /* confdefs.h. */
22732 _ACEOF
22733 cat confdefs.h >>conftest.$ac_ext
22734 cat >>conftest.$ac_ext <<_ACEOF
22735 /* end confdefs.h. */
22736 #ifndef __i386__
22738 #endif
22739 _ACEOF
22740 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22741 $EGREP "yes" >/dev/null 2>&1; then
22742 ac_cv_cpp_def___i386__=yes
22743 else
22744 ac_cv_cpp_def___i386__=no
22746 rm -f conftest*
22749 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22750 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22751 if test $ac_cv_cpp_def___i386__ = yes; then
22752 CFLAGS="$CFLAGS -D__i386__"
22753 LINTFLAGS="$LINTFLAGS -D__i386__"
22756 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22757 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22758 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22759 echo $ECHO_N "(cached) $ECHO_C" >&6
22760 else
22761 cat >conftest.$ac_ext <<_ACEOF
22762 /* confdefs.h. */
22763 _ACEOF
22764 cat confdefs.h >>conftest.$ac_ext
22765 cat >>conftest.$ac_ext <<_ACEOF
22766 /* end confdefs.h. */
22767 #ifndef __x86_64__
22769 #endif
22770 _ACEOF
22771 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22772 $EGREP "yes" >/dev/null 2>&1; then
22773 ac_cv_cpp_def___x86_64__=yes
22774 else
22775 ac_cv_cpp_def___x86_64__=no
22777 rm -f conftest*
22780 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22781 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22782 if test $ac_cv_cpp_def___x86_64__ = yes; then
22783 CFLAGS="$CFLAGS -D__x86_64__"
22784 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22787 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22788 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22789 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22790 echo $ECHO_N "(cached) $ECHO_C" >&6
22791 else
22792 cat >conftest.$ac_ext <<_ACEOF
22793 /* confdefs.h. */
22794 _ACEOF
22795 cat confdefs.h >>conftest.$ac_ext
22796 cat >>conftest.$ac_ext <<_ACEOF
22797 /* end confdefs.h. */
22798 #ifndef __ALPHA__
22800 #endif
22801 _ACEOF
22802 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22803 $EGREP "yes" >/dev/null 2>&1; then
22804 ac_cv_cpp_def___ALPHA__=yes
22805 else
22806 ac_cv_cpp_def___ALPHA__=no
22808 rm -f conftest*
22811 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22812 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22813 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22814 CFLAGS="$CFLAGS -D__ALPHA__"
22815 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22818 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22819 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22820 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22821 echo $ECHO_N "(cached) $ECHO_C" >&6
22822 else
22823 cat >conftest.$ac_ext <<_ACEOF
22824 /* confdefs.h. */
22825 _ACEOF
22826 cat confdefs.h >>conftest.$ac_ext
22827 cat >>conftest.$ac_ext <<_ACEOF
22828 /* end confdefs.h. */
22829 #ifndef __sparc__
22831 #endif
22832 _ACEOF
22833 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22834 $EGREP "yes" >/dev/null 2>&1; then
22835 ac_cv_cpp_def___sparc__=yes
22836 else
22837 ac_cv_cpp_def___sparc__=no
22839 rm -f conftest*
22842 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22843 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22844 if test $ac_cv_cpp_def___sparc__ = yes; then
22845 CFLAGS="$CFLAGS -D__sparc__"
22846 LINTFLAGS="$LINTFLAGS -D__sparc__"
22849 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22850 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22851 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22852 echo $ECHO_N "(cached) $ECHO_C" >&6
22853 else
22854 cat >conftest.$ac_ext <<_ACEOF
22855 /* confdefs.h. */
22856 _ACEOF
22857 cat confdefs.h >>conftest.$ac_ext
22858 cat >>conftest.$ac_ext <<_ACEOF
22859 /* end confdefs.h. */
22860 #ifndef __powerpc__
22862 #endif
22863 _ACEOF
22864 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22865 $EGREP "yes" >/dev/null 2>&1; then
22866 ac_cv_cpp_def___powerpc__=yes
22867 else
22868 ac_cv_cpp_def___powerpc__=no
22870 rm -f conftest*
22873 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22874 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22875 if test $ac_cv_cpp_def___powerpc__ = yes; then
22876 CFLAGS="$CFLAGS -D__powerpc__"
22877 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22880 esac
22882 case $host_vendor in
22883 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22884 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22885 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22886 echo $ECHO_N "(cached) $ECHO_C" >&6
22887 else
22888 cat >conftest.$ac_ext <<_ACEOF
22889 /* confdefs.h. */
22890 _ACEOF
22891 cat confdefs.h >>conftest.$ac_ext
22892 cat >>conftest.$ac_ext <<_ACEOF
22893 /* end confdefs.h. */
22894 #ifndef __sun__
22896 #endif
22897 _ACEOF
22898 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22899 $EGREP "yes" >/dev/null 2>&1; then
22900 ac_cv_cpp_def___sun__=yes
22901 else
22902 ac_cv_cpp_def___sun__=no
22904 rm -f conftest*
22907 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22908 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22909 if test $ac_cv_cpp_def___sun__ = yes; then
22910 CFLAGS="$CFLAGS -D__sun__"
22911 LINTFLAGS="$LINTFLAGS -D__sun__"
22914 esac
22917 DEPENDENCIES="### Dependencies:
22919 .INIT: Makefile
22920 .BEGIN: Makefile
22921 .MAKEFILEDEPS:
22922 Makefile: dummy
22923 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22925 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
22926 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22927 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22928 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22929 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22932 ALL_MAKERULES=""
22934 ALL_MAKEFILES=""
22936 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22939 ALL_TOP_DIRS=""
22941 ALL_DLL_DIRS=""
22943 ALL_IMPLIB_DIRS=""
22945 ALL_TEST_DIRS=""
22947 ALL_PROGRAM_DIRS=""
22949 ALL_PROGRAM_INSTALL_DIRS=""
22951 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22957 ac_config_commands="$ac_config_commands include/stamp-h"
22960 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22962 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22964 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22966 ac_config_commands="$ac_config_commands dlls/user32/resources"
22968 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22970 ac_config_commands="$ac_config_commands include/wine"
22973 ALL_MAKERULES="$ALL_MAKERULES \\
22974 Make.rules"
22975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22976 Make.rules: Make.rules.in"
22977 MAKE_RULES=Make.rules
22978 ac_config_files="$ac_config_files Make.rules"
22980 ALL_MAKERULES="$ALL_MAKERULES \\
22981 dlls/Makedll.rules"
22982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22983 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22984 MAKE_DLL_RULES=dlls/Makedll.rules
22985 ac_config_files="$ac_config_files dlls/Makedll.rules"
22987 ALL_MAKERULES="$ALL_MAKERULES \\
22988 dlls/Makeimplib.rules"
22989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22990 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22991 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22992 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22994 ALL_MAKERULES="$ALL_MAKERULES \\
22995 dlls/Maketest.rules"
22996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22997 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22998 MAKE_TEST_RULES=dlls/Maketest.rules
22999 ac_config_files="$ac_config_files dlls/Maketest.rules"
23001 ALL_MAKERULES="$ALL_MAKERULES \\
23002 programs/Makeprog.rules"
23003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23004 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23005 MAKE_PROG_RULES=programs/Makeprog.rules
23006 ac_config_files="$ac_config_files programs/Makeprog.rules"
23011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23012 Makefile: Makefile.in Make.rules"
23013 ac_config_files="$ac_config_files Makefile"
23015 ALL_MAKEFILES="$ALL_MAKEFILES \\
23016 dlls/Makefile"
23017 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23018 dlls"
23019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23020 dlls/Makefile: dlls/Makefile.in Make.rules"
23021 ac_config_files="$ac_config_files dlls/Makefile"
23023 ALL_MAKEFILES="$ALL_MAKEFILES \\
23024 dlls/acledit/Makefile"
23025 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23026 acledit"
23027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23028 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23029 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23031 ALL_MAKEFILES="$ALL_MAKEFILES \\
23032 dlls/aclui/Makefile"
23033 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23034 aclui"
23035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23036 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23037 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23039 ALL_MAKEFILES="$ALL_MAKEFILES \\
23040 dlls/activeds/Makefile"
23041 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23042 activeds"
23043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23044 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23045 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23047 ALL_MAKEFILES="$ALL_MAKEFILES \\
23048 dlls/actxprxy/Makefile"
23049 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23050 actxprxy"
23051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23052 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23053 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23055 ALL_MAKEFILES="$ALL_MAKEFILES \\
23056 dlls/adsiid/Makefile"
23057 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23058 adsiid"
23059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23060 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23061 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23063 ALL_MAKEFILES="$ALL_MAKEFILES \\
23064 dlls/advapi32/Makefile"
23065 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23066 advapi32"
23067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23068 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23069 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23071 ALL_MAKEFILES="$ALL_MAKEFILES \\
23072 dlls/advapi32/tests/Makefile"
23073 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23074 advapi32/tests"
23075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23076 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23077 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23079 ALL_MAKEFILES="$ALL_MAKEFILES \\
23080 dlls/advpack/Makefile"
23081 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23082 advpack"
23083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23084 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23085 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23087 ALL_MAKEFILES="$ALL_MAKEFILES \\
23088 dlls/advpack/tests/Makefile"
23089 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23090 advpack/tests"
23091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23092 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23093 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23095 ALL_MAKEFILES="$ALL_MAKEFILES \\
23096 dlls/amstream/Makefile"
23097 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23098 amstream"
23099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23100 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23101 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23103 ALL_MAKEFILES="$ALL_MAKEFILES \\
23104 dlls/appwiz.cpl/Makefile"
23105 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23106 appwiz.cpl"
23107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23108 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23109 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23111 ALL_MAKEFILES="$ALL_MAKEFILES \\
23112 dlls/atl/Makefile"
23113 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23114 atl"
23115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23116 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23117 ac_config_files="$ac_config_files dlls/atl/Makefile"
23119 ALL_MAKEFILES="$ALL_MAKEFILES \\
23120 dlls/authz/Makefile"
23121 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23122 authz"
23123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23124 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23125 ac_config_files="$ac_config_files dlls/authz/Makefile"
23127 ALL_MAKEFILES="$ALL_MAKEFILES \\
23128 dlls/avicap32/Makefile"
23129 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23130 avicap32"
23131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23132 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23133 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23135 ALL_MAKEFILES="$ALL_MAKEFILES \\
23136 dlls/avifil32/Makefile"
23137 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23138 avifil32"
23139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23140 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23141 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23143 ALL_MAKEFILES="$ALL_MAKEFILES \\
23144 dlls/avifile.dll16/Makefile"
23145 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23146 avifile.dll16"
23147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23148 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23149 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
23151 ALL_MAKEFILES="$ALL_MAKEFILES \\
23152 dlls/browseui/Makefile"
23153 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23154 browseui"
23155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23156 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23157 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23159 ALL_MAKEFILES="$ALL_MAKEFILES \\
23160 dlls/browseui/tests/Makefile"
23161 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23162 browseui/tests"
23163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23164 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23165 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23167 ALL_MAKEFILES="$ALL_MAKEFILES \\
23168 dlls/cabinet/Makefile"
23169 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23170 cabinet"
23171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23172 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23173 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23175 ALL_MAKEFILES="$ALL_MAKEFILES \\
23176 dlls/cabinet/tests/Makefile"
23177 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23178 cabinet/tests"
23179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23180 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23181 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23183 ALL_MAKEFILES="$ALL_MAKEFILES \\
23184 dlls/capi2032/Makefile"
23185 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23186 capi2032"
23187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23188 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23189 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23191 ALL_MAKEFILES="$ALL_MAKEFILES \\
23192 dlls/cards/Makefile"
23193 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23194 cards"
23195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23196 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23197 ac_config_files="$ac_config_files dlls/cards/Makefile"
23199 ALL_MAKEFILES="$ALL_MAKEFILES \\
23200 dlls/cfgmgr32/Makefile"
23201 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23202 cfgmgr32"
23203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23204 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23205 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23207 ALL_MAKEFILES="$ALL_MAKEFILES \\
23208 dlls/clusapi/Makefile"
23209 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23210 clusapi"
23211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23212 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23213 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23215 ALL_MAKEFILES="$ALL_MAKEFILES \\
23216 dlls/comcat/Makefile"
23217 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23218 comcat"
23219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23220 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23221 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23223 ALL_MAKEFILES="$ALL_MAKEFILES \\
23224 dlls/comcat/tests/Makefile"
23225 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23226 comcat/tests"
23227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23228 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23229 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23231 ALL_MAKEFILES="$ALL_MAKEFILES \\
23232 dlls/comctl32/Makefile"
23233 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23234 comctl32"
23235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23236 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23237 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23239 ALL_MAKEFILES="$ALL_MAKEFILES \\
23240 dlls/comctl32/tests/Makefile"
23241 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23242 comctl32/tests"
23243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23244 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23245 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23247 ALL_MAKEFILES="$ALL_MAKEFILES \\
23248 dlls/comdlg32/Makefile"
23249 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23250 comdlg32"
23251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23252 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23253 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23255 ALL_MAKEFILES="$ALL_MAKEFILES \\
23256 dlls/comdlg32/tests/Makefile"
23257 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23258 comdlg32/tests"
23259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23260 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23261 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23263 ALL_MAKEFILES="$ALL_MAKEFILES \\
23264 dlls/comm.drv16/Makefile"
23265 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23266 comm.drv16"
23267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23268 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23269 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23271 ALL_MAKEFILES="$ALL_MAKEFILES \\
23272 dlls/compobj.dll16/Makefile"
23273 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23274 compobj.dll16"
23275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23276 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23277 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23279 ALL_MAKEFILES="$ALL_MAKEFILES \\
23280 dlls/compstui/Makefile"
23281 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23282 compstui"
23283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23284 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23285 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23287 ALL_MAKEFILES="$ALL_MAKEFILES \\
23288 dlls/credui/Makefile"
23289 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23290 credui"
23291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23292 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23293 ac_config_files="$ac_config_files dlls/credui/Makefile"
23295 ALL_MAKEFILES="$ALL_MAKEFILES \\
23296 dlls/credui/tests/Makefile"
23297 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23298 credui/tests"
23299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23300 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23301 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23303 ALL_MAKEFILES="$ALL_MAKEFILES \\
23304 dlls/crtdll/Makefile"
23305 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23306 crtdll"
23307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23308 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23309 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23311 ALL_MAKEFILES="$ALL_MAKEFILES \\
23312 dlls/crypt32/Makefile"
23313 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23314 crypt32"
23315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23316 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23317 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23319 ALL_MAKEFILES="$ALL_MAKEFILES \\
23320 dlls/crypt32/tests/Makefile"
23321 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23322 crypt32/tests"
23323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23324 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23325 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23327 ALL_MAKEFILES="$ALL_MAKEFILES \\
23328 dlls/cryptdlg/Makefile"
23329 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23330 cryptdlg"
23331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23332 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23333 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23335 ALL_MAKEFILES="$ALL_MAKEFILES \\
23336 dlls/cryptdll/Makefile"
23337 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23338 cryptdll"
23339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23340 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23341 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23343 ALL_MAKEFILES="$ALL_MAKEFILES \\
23344 dlls/cryptnet/Makefile"
23345 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23346 cryptnet"
23347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23348 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23349 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23351 ALL_MAKEFILES="$ALL_MAKEFILES \\
23352 dlls/cryptnet/tests/Makefile"
23353 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23354 cryptnet/tests"
23355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23356 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23357 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23359 ALL_MAKEFILES="$ALL_MAKEFILES \\
23360 dlls/cryptui/Makefile"
23361 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23362 cryptui"
23363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23364 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23365 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23367 ALL_MAKEFILES="$ALL_MAKEFILES \\
23368 dlls/cryptui/tests/Makefile"
23369 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23370 cryptui/tests"
23371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23372 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23373 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23375 ALL_MAKEFILES="$ALL_MAKEFILES \\
23376 dlls/ctapi32/Makefile"
23377 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23378 ctapi32"
23379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23380 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23381 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23383 ALL_MAKEFILES="$ALL_MAKEFILES \\
23384 dlls/ctl3d.dll16/Makefile"
23385 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23386 ctl3d.dll16"
23387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23388 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23389 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
23391 ALL_MAKEFILES="$ALL_MAKEFILES \\
23392 dlls/ctl3d32/Makefile"
23393 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23394 ctl3d32"
23395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23396 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23397 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23399 ALL_MAKEFILES="$ALL_MAKEFILES \\
23400 dlls/ctl3dv2.dll16/Makefile"
23401 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23402 ctl3dv2.dll16"
23403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23404 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23405 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23407 ALL_MAKEFILES="$ALL_MAKEFILES \\
23408 dlls/d3d10/Makefile"
23409 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23410 d3d10"
23411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23412 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23413 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23415 ALL_MAKEFILES="$ALL_MAKEFILES \\
23416 dlls/d3d10/tests/Makefile"
23417 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23418 d3d10/tests"
23419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23420 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23421 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23423 ALL_MAKEFILES="$ALL_MAKEFILES \\
23424 dlls/d3d10core/Makefile"
23425 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23426 d3d10core"
23427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23428 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23429 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23431 ALL_MAKEFILES="$ALL_MAKEFILES \\
23432 dlls/d3d10core/tests/Makefile"
23433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23434 d3d10core/tests"
23435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23436 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23437 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23439 ALL_MAKEFILES="$ALL_MAKEFILES \\
23440 dlls/d3d8/Makefile"
23441 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23442 d3d8"
23443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23444 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23445 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23447 ALL_MAKEFILES="$ALL_MAKEFILES \\
23448 dlls/d3d8/tests/Makefile"
23449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23450 d3d8/tests"
23451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23452 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23453 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23455 ALL_MAKEFILES="$ALL_MAKEFILES \\
23456 dlls/d3d9/Makefile"
23457 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23458 d3d9"
23459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23460 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23461 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23463 ALL_MAKEFILES="$ALL_MAKEFILES \\
23464 dlls/d3d9/tests/Makefile"
23465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23466 d3d9/tests"
23467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23468 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23469 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23471 ALL_MAKEFILES="$ALL_MAKEFILES \\
23472 dlls/d3dim/Makefile"
23473 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23474 d3dim"
23475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23476 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23477 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23479 ALL_MAKEFILES="$ALL_MAKEFILES \\
23480 dlls/d3drm/Makefile"
23481 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23482 d3drm"
23483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23484 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23485 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23487 ALL_MAKEFILES="$ALL_MAKEFILES \\
23488 dlls/d3drm/tests/Makefile"
23489 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23490 d3drm/tests"
23491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23492 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23493 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23495 ALL_MAKEFILES="$ALL_MAKEFILES \\
23496 dlls/d3dx8/Makefile"
23497 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23498 d3dx8"
23499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23500 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23501 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23503 ALL_MAKEFILES="$ALL_MAKEFILES \\
23504 dlls/d3dx8/tests/Makefile"
23505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23506 d3dx8/tests"
23507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23508 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23509 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23511 ALL_MAKEFILES="$ALL_MAKEFILES \\
23512 dlls/d3dx9_24/Makefile"
23513 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23514 d3dx9_24"
23515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23516 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23517 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23519 ALL_MAKEFILES="$ALL_MAKEFILES \\
23520 dlls/d3dx9_25/Makefile"
23521 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23522 d3dx9_25"
23523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23524 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23525 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23527 ALL_MAKEFILES="$ALL_MAKEFILES \\
23528 dlls/d3dx9_26/Makefile"
23529 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23530 d3dx9_26"
23531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23532 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23533 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23535 ALL_MAKEFILES="$ALL_MAKEFILES \\
23536 dlls/d3dx9_27/Makefile"
23537 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23538 d3dx9_27"
23539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23540 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23541 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23543 ALL_MAKEFILES="$ALL_MAKEFILES \\
23544 dlls/d3dx9_28/Makefile"
23545 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23546 d3dx9_28"
23547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23548 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23549 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23551 ALL_MAKEFILES="$ALL_MAKEFILES \\
23552 dlls/d3dx9_29/Makefile"
23553 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23554 d3dx9_29"
23555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23556 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23557 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23559 ALL_MAKEFILES="$ALL_MAKEFILES \\
23560 dlls/d3dx9_30/Makefile"
23561 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23562 d3dx9_30"
23563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23564 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23565 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23567 ALL_MAKEFILES="$ALL_MAKEFILES \\
23568 dlls/d3dx9_31/Makefile"
23569 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23570 d3dx9_31"
23571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23572 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23573 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23575 ALL_MAKEFILES="$ALL_MAKEFILES \\
23576 dlls/d3dx9_32/Makefile"
23577 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23578 d3dx9_32"
23579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23580 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23581 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23583 ALL_MAKEFILES="$ALL_MAKEFILES \\
23584 dlls/d3dx9_33/Makefile"
23585 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23586 d3dx9_33"
23587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23588 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23589 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23591 ALL_MAKEFILES="$ALL_MAKEFILES \\
23592 dlls/d3dx9_34/Makefile"
23593 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23594 d3dx9_34"
23595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23596 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23597 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23599 ALL_MAKEFILES="$ALL_MAKEFILES \\
23600 dlls/d3dx9_35/Makefile"
23601 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23602 d3dx9_35"
23603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23604 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23605 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23607 ALL_MAKEFILES="$ALL_MAKEFILES \\
23608 dlls/d3dx9_36/Makefile"
23609 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23610 d3dx9_36"
23611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23612 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23613 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23615 ALL_MAKEFILES="$ALL_MAKEFILES \\
23616 dlls/d3dx9_36/tests/Makefile"
23617 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23618 d3dx9_36/tests"
23619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23620 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23621 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23623 ALL_MAKEFILES="$ALL_MAKEFILES \\
23624 dlls/d3dx9_37/Makefile"
23625 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23626 d3dx9_37"
23627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23628 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23629 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23631 ALL_MAKEFILES="$ALL_MAKEFILES \\
23632 dlls/d3dx9_38/Makefile"
23633 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23634 d3dx9_38"
23635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23636 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23637 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23639 ALL_MAKEFILES="$ALL_MAKEFILES \\
23640 dlls/d3dx9_39/Makefile"
23641 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23642 d3dx9_39"
23643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23644 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23645 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23647 ALL_MAKEFILES="$ALL_MAKEFILES \\
23648 dlls/d3dx9_40/Makefile"
23649 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23650 d3dx9_40"
23651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23652 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23653 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23655 ALL_MAKEFILES="$ALL_MAKEFILES \\
23656 dlls/d3dxof/Makefile"
23657 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23658 d3dxof"
23659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23660 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23661 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23663 ALL_MAKEFILES="$ALL_MAKEFILES \\
23664 dlls/d3dxof/tests/Makefile"
23665 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23666 d3dxof/tests"
23667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23668 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23669 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23671 ALL_MAKEFILES="$ALL_MAKEFILES \\
23672 dlls/dbghelp/Makefile"
23673 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23674 dbghelp"
23675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23676 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23677 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23679 ALL_MAKEFILES="$ALL_MAKEFILES \\
23680 dlls/dciman32/Makefile"
23681 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23682 dciman32"
23683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23684 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23685 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23687 ALL_MAKEFILES="$ALL_MAKEFILES \\
23688 dlls/ddraw/Makefile"
23689 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23690 ddraw"
23691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23692 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23693 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23695 ALL_MAKEFILES="$ALL_MAKEFILES \\
23696 dlls/ddraw/tests/Makefile"
23697 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23698 ddraw/tests"
23699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23700 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23701 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23703 ALL_MAKEFILES="$ALL_MAKEFILES \\
23704 dlls/ddrawex/Makefile"
23705 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23706 ddrawex"
23707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23708 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23709 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23711 ALL_MAKEFILES="$ALL_MAKEFILES \\
23712 dlls/ddrawex/tests/Makefile"
23713 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23714 ddrawex/tests"
23715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23716 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23717 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23719 ALL_MAKEFILES="$ALL_MAKEFILES \\
23720 dlls/devenum/Makefile"
23721 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23722 devenum"
23723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23724 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23725 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23727 ALL_MAKEFILES="$ALL_MAKEFILES \\
23728 dlls/dinput/Makefile"
23729 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23730 dinput"
23731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23732 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23733 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23735 ALL_MAKEFILES="$ALL_MAKEFILES \\
23736 dlls/dinput/tests/Makefile"
23737 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23738 dinput/tests"
23739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23740 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23741 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23743 ALL_MAKEFILES="$ALL_MAKEFILES \\
23744 dlls/dinput8/Makefile"
23745 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23746 dinput8"
23747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23748 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23749 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23751 ALL_MAKEFILES="$ALL_MAKEFILES \\
23752 dlls/dispdib.dll16/Makefile"
23753 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23754 dispdib.dll16"
23755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23756 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
23757 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
23759 ALL_MAKEFILES="$ALL_MAKEFILES \\
23760 dlls/display.drv16/Makefile"
23761 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23762 display.drv16"
23763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23764 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
23765 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
23767 ALL_MAKEFILES="$ALL_MAKEFILES \\
23768 dlls/dmband/Makefile"
23769 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23770 dmband"
23771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23772 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23773 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23775 ALL_MAKEFILES="$ALL_MAKEFILES \\
23776 dlls/dmcompos/Makefile"
23777 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23778 dmcompos"
23779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23780 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23781 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23783 ALL_MAKEFILES="$ALL_MAKEFILES \\
23784 dlls/dmime/Makefile"
23785 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23786 dmime"
23787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23788 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23789 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23791 ALL_MAKEFILES="$ALL_MAKEFILES \\
23792 dlls/dmloader/Makefile"
23793 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23794 dmloader"
23795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23796 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23797 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23799 ALL_MAKEFILES="$ALL_MAKEFILES \\
23800 dlls/dmscript/Makefile"
23801 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23802 dmscript"
23803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23804 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23805 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23807 ALL_MAKEFILES="$ALL_MAKEFILES \\
23808 dlls/dmstyle/Makefile"
23809 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23810 dmstyle"
23811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23812 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23813 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23815 ALL_MAKEFILES="$ALL_MAKEFILES \\
23816 dlls/dmsynth/Makefile"
23817 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23818 dmsynth"
23819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23820 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23821 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23823 ALL_MAKEFILES="$ALL_MAKEFILES \\
23824 dlls/dmusic/Makefile"
23825 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23826 dmusic"
23827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23828 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23829 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23831 ALL_MAKEFILES="$ALL_MAKEFILES \\
23832 dlls/dmusic32/Makefile"
23833 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23834 dmusic32"
23835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23836 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23837 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23839 ALL_MAKEFILES="$ALL_MAKEFILES \\
23840 dlls/dnsapi/Makefile"
23841 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23842 dnsapi"
23843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23844 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23845 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23847 ALL_MAKEFILES="$ALL_MAKEFILES \\
23848 dlls/dnsapi/tests/Makefile"
23849 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23850 dnsapi/tests"
23851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23852 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23853 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23855 ALL_MAKEFILES="$ALL_MAKEFILES \\
23856 dlls/dplay/Makefile"
23857 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23858 dplay"
23859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23860 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23861 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23863 ALL_MAKEFILES="$ALL_MAKEFILES \\
23864 dlls/dplayx/Makefile"
23865 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23866 dplayx"
23867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23868 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23869 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23871 ALL_MAKEFILES="$ALL_MAKEFILES \\
23872 dlls/dplayx/tests/Makefile"
23873 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23874 dplayx/tests"
23875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23876 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23877 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23879 ALL_MAKEFILES="$ALL_MAKEFILES \\
23880 dlls/dpnaddr/Makefile"
23881 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23882 dpnaddr"
23883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23884 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23885 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23887 ALL_MAKEFILES="$ALL_MAKEFILES \\
23888 dlls/dpnet/Makefile"
23889 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23890 dpnet"
23891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23892 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23893 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23895 ALL_MAKEFILES="$ALL_MAKEFILES \\
23896 dlls/dpnhpast/Makefile"
23897 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23898 dpnhpast"
23899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23900 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23901 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23903 ALL_MAKEFILES="$ALL_MAKEFILES \\
23904 dlls/dpnlobby/Makefile"
23905 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23906 dpnlobby"
23907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23908 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23909 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23911 ALL_MAKEFILES="$ALL_MAKEFILES \\
23912 dlls/dpwsockx/Makefile"
23913 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23914 dpwsockx"
23915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23916 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23917 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23919 ALL_MAKEFILES="$ALL_MAKEFILES \\
23920 dlls/dsound/Makefile"
23921 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23922 dsound"
23923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23924 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23925 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23927 ALL_MAKEFILES="$ALL_MAKEFILES \\
23928 dlls/dsound/tests/Makefile"
23929 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23930 dsound/tests"
23931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23932 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23933 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23935 ALL_MAKEFILES="$ALL_MAKEFILES \\
23936 dlls/dssenh/Makefile"
23937 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23938 dssenh"
23939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23940 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23941 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23943 ALL_MAKEFILES="$ALL_MAKEFILES \\
23944 dlls/dswave/Makefile"
23945 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23946 dswave"
23947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23948 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23949 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23951 ALL_MAKEFILES="$ALL_MAKEFILES \\
23952 dlls/dwmapi/Makefile"
23953 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23954 dwmapi"
23955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23956 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23957 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23959 ALL_MAKEFILES="$ALL_MAKEFILES \\
23960 dlls/dxdiagn/Makefile"
23961 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23962 dxdiagn"
23963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23964 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23965 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23967 ALL_MAKEFILES="$ALL_MAKEFILES \\
23968 dlls/dxerr8/Makefile"
23969 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23970 dxerr8"
23971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23972 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23973 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23975 ALL_MAKEFILES="$ALL_MAKEFILES \\
23976 dlls/dxerr9/Makefile"
23977 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23978 dxerr9"
23979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23980 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23981 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23983 ALL_MAKEFILES="$ALL_MAKEFILES \\
23984 dlls/dxgi/Makefile"
23985 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23986 dxgi"
23987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23988 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23989 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23991 ALL_MAKEFILES="$ALL_MAKEFILES \\
23992 dlls/dxgi/tests/Makefile"
23993 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23994 dxgi/tests"
23995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23996 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
23997 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
23999 ALL_MAKEFILES="$ALL_MAKEFILES \\
24000 dlls/dxguid/Makefile"
24001 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24002 dxguid"
24003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24004 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24005 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24007 ALL_MAKEFILES="$ALL_MAKEFILES \\
24008 dlls/faultrep/Makefile"
24009 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24010 faultrep"
24011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24012 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24013 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24015 ALL_MAKEFILES="$ALL_MAKEFILES \\
24016 dlls/fusion/Makefile"
24017 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24018 fusion"
24019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24020 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24021 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24023 ALL_MAKEFILES="$ALL_MAKEFILES \\
24024 dlls/fusion/tests/Makefile"
24025 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24026 fusion/tests"
24027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24028 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24029 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24031 ALL_MAKEFILES="$ALL_MAKEFILES \\
24032 dlls/gdi32/Makefile"
24033 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24034 gdi32"
24035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24036 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24037 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24039 ALL_MAKEFILES="$ALL_MAKEFILES \\
24040 dlls/gdi32/tests/Makefile"
24041 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24042 gdi32/tests"
24043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24044 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24045 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24047 ALL_MAKEFILES="$ALL_MAKEFILES \\
24048 dlls/gdiplus/Makefile"
24049 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24050 gdiplus"
24051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24052 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24053 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24055 ALL_MAKEFILES="$ALL_MAKEFILES \\
24056 dlls/gdiplus/tests/Makefile"
24057 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24058 gdiplus/tests"
24059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24060 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24061 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24063 ALL_MAKEFILES="$ALL_MAKEFILES \\
24064 dlls/glu32/Makefile"
24065 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24066 glu32"
24067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24068 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24069 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24071 ALL_MAKEFILES="$ALL_MAKEFILES \\
24072 dlls/gphoto2.ds/Makefile"
24073 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24074 gphoto2.ds"
24075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24076 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24077 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24079 ALL_MAKEFILES="$ALL_MAKEFILES \\
24080 dlls/gpkcsp/Makefile"
24081 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24082 gpkcsp"
24083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24084 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24085 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24087 ALL_MAKEFILES="$ALL_MAKEFILES \\
24088 dlls/hal/Makefile"
24089 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24090 hal"
24091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24092 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24093 ac_config_files="$ac_config_files dlls/hal/Makefile"
24095 ALL_MAKEFILES="$ALL_MAKEFILES \\
24096 dlls/hhctrl.ocx/Makefile"
24097 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24098 hhctrl.ocx"
24099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24100 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24101 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24103 ALL_MAKEFILES="$ALL_MAKEFILES \\
24104 dlls/hid/Makefile"
24105 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24106 hid"
24107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24108 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24109 ac_config_files="$ac_config_files dlls/hid/Makefile"
24111 ALL_MAKEFILES="$ALL_MAKEFILES \\
24112 dlls/hlink/Makefile"
24113 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24114 hlink"
24115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24116 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24117 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24119 ALL_MAKEFILES="$ALL_MAKEFILES \\
24120 dlls/hlink/tests/Makefile"
24121 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24122 hlink/tests"
24123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24124 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24125 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24127 ALL_MAKEFILES="$ALL_MAKEFILES \\
24128 dlls/hnetcfg/Makefile"
24129 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24130 hnetcfg"
24131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24132 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24133 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24135 ALL_MAKEFILES="$ALL_MAKEFILES \\
24136 dlls/httpapi/Makefile"
24137 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24138 httpapi"
24139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24140 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24141 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24143 ALL_MAKEFILES="$ALL_MAKEFILES \\
24144 dlls/iccvid/Makefile"
24145 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24146 iccvid"
24147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24148 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24149 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24151 ALL_MAKEFILES="$ALL_MAKEFILES \\
24152 dlls/icmp/Makefile"
24153 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24154 icmp"
24155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24156 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24157 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24159 ALL_MAKEFILES="$ALL_MAKEFILES \\
24160 dlls/ifsmgr.vxd/Makefile"
24161 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24162 ifsmgr.vxd"
24163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24164 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24165 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24167 ALL_MAKEFILES="$ALL_MAKEFILES \\
24168 dlls/imaadp32.acm/Makefile"
24169 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24170 imaadp32.acm"
24171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24172 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24173 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24175 ALL_MAKEFILES="$ALL_MAKEFILES \\
24176 dlls/imagehlp/Makefile"
24177 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24178 imagehlp"
24179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24180 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24181 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24183 ALL_MAKEFILES="$ALL_MAKEFILES \\
24184 dlls/imm.dll16/Makefile"
24185 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24186 imm.dll16"
24187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24188 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24189 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
24191 ALL_MAKEFILES="$ALL_MAKEFILES \\
24192 dlls/imm32/Makefile"
24193 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24194 imm32"
24195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24196 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24197 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24199 ALL_MAKEFILES="$ALL_MAKEFILES \\
24200 dlls/imm32/tests/Makefile"
24201 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24202 imm32/tests"
24203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24204 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24205 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24207 ALL_MAKEFILES="$ALL_MAKEFILES \\
24208 dlls/inetcomm/Makefile"
24209 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24210 inetcomm"
24211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24212 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24213 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24215 ALL_MAKEFILES="$ALL_MAKEFILES \\
24216 dlls/inetcomm/tests/Makefile"
24217 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24218 inetcomm/tests"
24219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24220 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24221 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24223 ALL_MAKEFILES="$ALL_MAKEFILES \\
24224 dlls/inetmib1/Makefile"
24225 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24226 inetmib1"
24227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24228 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24229 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24231 ALL_MAKEFILES="$ALL_MAKEFILES \\
24232 dlls/inetmib1/tests/Makefile"
24233 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24234 inetmib1/tests"
24235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24236 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24237 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24239 ALL_MAKEFILES="$ALL_MAKEFILES \\
24240 dlls/infosoft/Makefile"
24241 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24242 infosoft"
24243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24244 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24245 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24247 ALL_MAKEFILES="$ALL_MAKEFILES \\
24248 dlls/infosoft/tests/Makefile"
24249 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24250 infosoft/tests"
24251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24252 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24253 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24255 ALL_MAKEFILES="$ALL_MAKEFILES \\
24256 dlls/initpki/Makefile"
24257 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24258 initpki"
24259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24260 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24261 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24263 ALL_MAKEFILES="$ALL_MAKEFILES \\
24264 dlls/inkobj/Makefile"
24265 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24266 inkobj"
24267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24268 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24269 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24271 ALL_MAKEFILES="$ALL_MAKEFILES \\
24272 dlls/inseng/Makefile"
24273 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24274 inseng"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24277 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24279 ALL_MAKEFILES="$ALL_MAKEFILES \\
24280 dlls/iphlpapi/Makefile"
24281 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24282 iphlpapi"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24285 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24287 ALL_MAKEFILES="$ALL_MAKEFILES \\
24288 dlls/iphlpapi/tests/Makefile"
24289 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24290 iphlpapi/tests"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24293 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24295 ALL_MAKEFILES="$ALL_MAKEFILES \\
24296 dlls/itircl/Makefile"
24297 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24298 itircl"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24301 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24303 ALL_MAKEFILES="$ALL_MAKEFILES \\
24304 dlls/itss/Makefile"
24305 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24306 itss"
24307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24308 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24309 ac_config_files="$ac_config_files dlls/itss/Makefile"
24311 ALL_MAKEFILES="$ALL_MAKEFILES \\
24312 dlls/itss/tests/Makefile"
24313 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24314 itss/tests"
24315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24316 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24317 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24319 ALL_MAKEFILES="$ALL_MAKEFILES \\
24320 dlls/jscript/Makefile"
24321 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24322 jscript"
24323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24324 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24325 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24327 ALL_MAKEFILES="$ALL_MAKEFILES \\
24328 dlls/jscript/tests/Makefile"
24329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24330 jscript/tests"
24331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24332 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24333 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24335 ALL_MAKEFILES="$ALL_MAKEFILES \\
24336 dlls/kernel32/Makefile"
24337 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24338 kernel32"
24339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24340 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24341 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24343 ALL_MAKEFILES="$ALL_MAKEFILES \\
24344 dlls/kernel32/tests/Makefile"
24345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24346 kernel32/tests"
24347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24348 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24349 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24351 ALL_MAKEFILES="$ALL_MAKEFILES \\
24352 dlls/keyboard.drv16/Makefile"
24353 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24354 keyboard.drv16"
24355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24356 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24357 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24359 ALL_MAKEFILES="$ALL_MAKEFILES \\
24360 dlls/loadperf/Makefile"
24361 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24362 loadperf"
24363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24364 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24365 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24367 ALL_MAKEFILES="$ALL_MAKEFILES \\
24368 dlls/localspl/Makefile"
24369 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24370 localspl"
24371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24372 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24373 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24375 ALL_MAKEFILES="$ALL_MAKEFILES \\
24376 dlls/localspl/tests/Makefile"
24377 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24378 localspl/tests"
24379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24380 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24381 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24383 ALL_MAKEFILES="$ALL_MAKEFILES \\
24384 dlls/localui/Makefile"
24385 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24386 localui"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24389 ac_config_files="$ac_config_files dlls/localui/Makefile"
24391 ALL_MAKEFILES="$ALL_MAKEFILES \\
24392 dlls/localui/tests/Makefile"
24393 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24394 localui/tests"
24395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24396 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24397 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24399 ALL_MAKEFILES="$ALL_MAKEFILES \\
24400 dlls/lz32/Makefile"
24401 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24402 lz32"
24403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24404 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24405 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24407 ALL_MAKEFILES="$ALL_MAKEFILES \\
24408 dlls/lz32/tests/Makefile"
24409 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24410 lz32/tests"
24411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24412 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24413 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24415 ALL_MAKEFILES="$ALL_MAKEFILES \\
24416 dlls/lzexpand.dll16/Makefile"
24417 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24418 lzexpand.dll16"
24419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24420 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24421 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24423 ALL_MAKEFILES="$ALL_MAKEFILES \\
24424 dlls/mapi32/Makefile"
24425 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24426 mapi32"
24427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24428 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24429 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24431 ALL_MAKEFILES="$ALL_MAKEFILES \\
24432 dlls/mapi32/tests/Makefile"
24433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24434 mapi32/tests"
24435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24436 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24437 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24439 ALL_MAKEFILES="$ALL_MAKEFILES \\
24440 dlls/mciavi32/Makefile"
24441 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24442 mciavi32"
24443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24444 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24445 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24447 ALL_MAKEFILES="$ALL_MAKEFILES \\
24448 dlls/mcicda/Makefile"
24449 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24450 mcicda"
24451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24452 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24453 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24455 ALL_MAKEFILES="$ALL_MAKEFILES \\
24456 dlls/mciqtz32/Makefile"
24457 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24458 mciqtz32"
24459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24460 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24461 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24463 ALL_MAKEFILES="$ALL_MAKEFILES \\
24464 dlls/mciseq/Makefile"
24465 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24466 mciseq"
24467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24468 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24469 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24471 ALL_MAKEFILES="$ALL_MAKEFILES \\
24472 dlls/mciwave/Makefile"
24473 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24474 mciwave"
24475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24476 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24477 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24479 ALL_MAKEFILES="$ALL_MAKEFILES \\
24480 dlls/midimap/Makefile"
24481 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24482 midimap"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24485 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24487 ALL_MAKEFILES="$ALL_MAKEFILES \\
24488 dlls/mlang/Makefile"
24489 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24490 mlang"
24491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24492 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24493 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24495 ALL_MAKEFILES="$ALL_MAKEFILES \\
24496 dlls/mlang/tests/Makefile"
24497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24498 mlang/tests"
24499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24500 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24501 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24503 ALL_MAKEFILES="$ALL_MAKEFILES \\
24504 dlls/mmdevldr.vxd/Makefile"
24505 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24506 mmdevldr.vxd"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24509 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24511 ALL_MAKEFILES="$ALL_MAKEFILES \\
24512 dlls/monodebg.vxd/Makefile"
24513 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24514 monodebg.vxd"
24515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24516 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24517 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24519 ALL_MAKEFILES="$ALL_MAKEFILES \\
24520 dlls/mountmgr.sys/Makefile"
24521 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24522 mountmgr.sys"
24523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24524 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24525 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24527 ALL_MAKEFILES="$ALL_MAKEFILES \\
24528 dlls/mouse.drv16/Makefile"
24529 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24530 mouse.drv16"
24531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24532 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24533 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24535 ALL_MAKEFILES="$ALL_MAKEFILES \\
24536 dlls/mpr/Makefile"
24537 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24538 mpr"
24539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24540 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24541 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24543 ALL_MAKEFILES="$ALL_MAKEFILES \\
24544 dlls/mprapi/Makefile"
24545 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24546 mprapi"
24547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24548 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24549 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24551 ALL_MAKEFILES="$ALL_MAKEFILES \\
24552 dlls/msacm.dll16/Makefile"
24553 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24554 msacm.dll16"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24557 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
24559 ALL_MAKEFILES="$ALL_MAKEFILES \\
24560 dlls/msacm32.drv/Makefile"
24561 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24562 msacm32.drv"
24563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24564 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24565 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24567 ALL_MAKEFILES="$ALL_MAKEFILES \\
24568 dlls/msacm32/Makefile"
24569 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24570 msacm32"
24571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24572 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24573 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24575 ALL_MAKEFILES="$ALL_MAKEFILES \\
24576 dlls/msacm32/tests/Makefile"
24577 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24578 msacm32/tests"
24579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24580 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24581 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24583 ALL_MAKEFILES="$ALL_MAKEFILES \\
24584 dlls/msadp32.acm/Makefile"
24585 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24586 msadp32.acm"
24587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24588 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24589 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24591 ALL_MAKEFILES="$ALL_MAKEFILES \\
24592 dlls/mscat32/Makefile"
24593 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24594 mscat32"
24595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24596 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24597 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24599 ALL_MAKEFILES="$ALL_MAKEFILES \\
24600 dlls/mscms/Makefile"
24601 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24602 mscms"
24603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24604 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24605 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24607 ALL_MAKEFILES="$ALL_MAKEFILES \\
24608 dlls/mscms/tests/Makefile"
24609 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24610 mscms/tests"
24611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24612 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24613 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24615 ALL_MAKEFILES="$ALL_MAKEFILES \\
24616 dlls/mscoree/Makefile"
24617 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24618 mscoree"
24619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24620 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24621 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24623 ALL_MAKEFILES="$ALL_MAKEFILES \\
24624 dlls/msctf/Makefile"
24625 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24626 msctf"
24627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24628 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24629 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24631 ALL_MAKEFILES="$ALL_MAKEFILES \\
24632 dlls/msctf/tests/Makefile"
24633 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24634 msctf/tests"
24635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24636 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24637 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24639 ALL_MAKEFILES="$ALL_MAKEFILES \\
24640 dlls/msdmo/Makefile"
24641 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24642 msdmo"
24643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24644 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24645 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24647 ALL_MAKEFILES="$ALL_MAKEFILES \\
24648 dlls/msftedit/Makefile"
24649 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24650 msftedit"
24651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24652 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24653 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24655 ALL_MAKEFILES="$ALL_MAKEFILES \\
24656 dlls/msg711.acm/Makefile"
24657 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24658 msg711.acm"
24659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24660 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24661 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24663 ALL_MAKEFILES="$ALL_MAKEFILES \\
24664 dlls/mshtml.tlb/Makefile"
24665 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24666 mshtml.tlb"
24667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24668 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24669 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24671 ALL_MAKEFILES="$ALL_MAKEFILES \\
24672 dlls/mshtml/Makefile"
24673 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24674 mshtml"
24675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24676 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24677 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24679 ALL_MAKEFILES="$ALL_MAKEFILES \\
24680 dlls/mshtml/tests/Makefile"
24681 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24682 mshtml/tests"
24683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24684 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24685 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24687 ALL_MAKEFILES="$ALL_MAKEFILES \\
24688 dlls/msi/Makefile"
24689 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24690 msi"
24691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24692 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24693 ac_config_files="$ac_config_files dlls/msi/Makefile"
24695 ALL_MAKEFILES="$ALL_MAKEFILES \\
24696 dlls/msi/tests/Makefile"
24697 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24698 msi/tests"
24699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24700 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24701 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24703 ALL_MAKEFILES="$ALL_MAKEFILES \\
24704 dlls/msimg32/Makefile"
24705 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24706 msimg32"
24707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24708 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24709 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24711 ALL_MAKEFILES="$ALL_MAKEFILES \\
24712 dlls/msimtf/Makefile"
24713 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24714 msimtf"
24715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24716 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24717 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24719 ALL_MAKEFILES="$ALL_MAKEFILES \\
24720 dlls/msisip/Makefile"
24721 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24722 msisip"
24723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24724 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24725 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24727 ALL_MAKEFILES="$ALL_MAKEFILES \\
24728 dlls/msisys.ocx/Makefile"
24729 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24730 msisys.ocx"
24731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24732 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24733 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24735 ALL_MAKEFILES="$ALL_MAKEFILES \\
24736 dlls/msnet32/Makefile"
24737 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24738 msnet32"
24739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24740 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24741 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24743 ALL_MAKEFILES="$ALL_MAKEFILES \\
24744 dlls/msrle32/Makefile"
24745 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24746 msrle32"
24747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24748 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24749 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24751 ALL_MAKEFILES="$ALL_MAKEFILES \\
24752 dlls/mssign32/Makefile"
24753 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24754 mssign32"
24755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24756 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24757 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
24759 ALL_MAKEFILES="$ALL_MAKEFILES \\
24760 dlls/mssip32/Makefile"
24761 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24762 mssip32"
24763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24764 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24765 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24767 ALL_MAKEFILES="$ALL_MAKEFILES \\
24768 dlls/mstask/Makefile"
24769 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24770 mstask"
24771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24772 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24773 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24775 ALL_MAKEFILES="$ALL_MAKEFILES \\
24776 dlls/mstask/tests/Makefile"
24777 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24778 mstask/tests"
24779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24780 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24781 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24783 ALL_MAKEFILES="$ALL_MAKEFILES \\
24784 dlls/msvcirt/Makefile"
24785 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24786 msvcirt"
24787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24788 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24789 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24791 ALL_MAKEFILES="$ALL_MAKEFILES \\
24792 dlls/msvcr71/Makefile"
24793 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24794 msvcr71"
24795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24796 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24797 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24799 ALL_MAKEFILES="$ALL_MAKEFILES \\
24800 dlls/msvcrt/Makefile"
24801 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24802 msvcrt"
24803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24804 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24805 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24807 ALL_MAKEFILES="$ALL_MAKEFILES \\
24808 dlls/msvcrt/tests/Makefile"
24809 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24810 msvcrt/tests"
24811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24812 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24813 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24815 ALL_MAKEFILES="$ALL_MAKEFILES \\
24816 dlls/msvcrt20/Makefile"
24817 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24818 msvcrt20"
24819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24820 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24821 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24823 ALL_MAKEFILES="$ALL_MAKEFILES \\
24824 dlls/msvcrt40/Makefile"
24825 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24826 msvcrt40"
24827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24828 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24829 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24831 ALL_MAKEFILES="$ALL_MAKEFILES \\
24832 dlls/msvcrtd/Makefile"
24833 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24834 msvcrtd"
24835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24836 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24837 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24839 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840 dlls/msvcrtd/tests/Makefile"
24841 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24842 msvcrtd/tests"
24843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24844 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24845 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24847 ALL_MAKEFILES="$ALL_MAKEFILES \\
24848 dlls/msvfw32/Makefile"
24849 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24850 msvfw32"
24851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24852 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24853 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24855 ALL_MAKEFILES="$ALL_MAKEFILES \\
24856 dlls/msvfw32/tests/Makefile"
24857 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24858 msvfw32/tests"
24859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24860 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24861 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24863 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864 dlls/msvidc32/Makefile"
24865 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24866 msvidc32"
24867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24868 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24869 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24871 ALL_MAKEFILES="$ALL_MAKEFILES \\
24872 dlls/mswsock/Makefile"
24873 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874 mswsock"
24875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24876 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24877 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24879 ALL_MAKEFILES="$ALL_MAKEFILES \\
24880 dlls/msxml3/Makefile"
24881 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24882 msxml3"
24883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24884 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24885 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24887 ALL_MAKEFILES="$ALL_MAKEFILES \\
24888 dlls/msxml3/tests/Makefile"
24889 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24890 msxml3/tests"
24891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24892 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24893 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24895 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896 dlls/nddeapi/Makefile"
24897 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24898 nddeapi"
24899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24900 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24901 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24903 ALL_MAKEFILES="$ALL_MAKEFILES \\
24904 dlls/netapi32/Makefile"
24905 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24906 netapi32"
24907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24908 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24909 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24911 ALL_MAKEFILES="$ALL_MAKEFILES \\
24912 dlls/netapi32/tests/Makefile"
24913 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24914 netapi32/tests"
24915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24916 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24917 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24919 ALL_MAKEFILES="$ALL_MAKEFILES \\
24920 dlls/newdev/Makefile"
24921 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922 newdev"
24923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24924 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24925 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24927 ALL_MAKEFILES="$ALL_MAKEFILES \\
24928 dlls/ntdll/Makefile"
24929 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24930 ntdll"
24931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24932 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24933 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24935 ALL_MAKEFILES="$ALL_MAKEFILES \\
24936 dlls/ntdll/tests/Makefile"
24937 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24938 ntdll/tests"
24939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24940 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24941 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24943 ALL_MAKEFILES="$ALL_MAKEFILES \\
24944 dlls/ntdsapi/Makefile"
24945 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24946 ntdsapi"
24947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24948 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24949 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24951 ALL_MAKEFILES="$ALL_MAKEFILES \\
24952 dlls/ntdsapi/tests/Makefile"
24953 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24954 ntdsapi/tests"
24955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24956 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24957 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24959 ALL_MAKEFILES="$ALL_MAKEFILES \\
24960 dlls/ntoskrnl.exe/Makefile"
24961 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24962 ntoskrnl.exe"
24963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24964 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24965 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24967 ALL_MAKEFILES="$ALL_MAKEFILES \\
24968 dlls/ntprint/Makefile"
24969 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24970 ntprint"
24971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24972 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24973 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24975 ALL_MAKEFILES="$ALL_MAKEFILES \\
24976 dlls/ntprint/tests/Makefile"
24977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24978 ntprint/tests"
24979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24980 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24981 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24983 ALL_MAKEFILES="$ALL_MAKEFILES \\
24984 dlls/objsel/Makefile"
24985 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24986 objsel"
24987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24988 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24989 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24991 ALL_MAKEFILES="$ALL_MAKEFILES \\
24992 dlls/odbc32/Makefile"
24993 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24994 odbc32"
24995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24996 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24997 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24999 ALL_MAKEFILES="$ALL_MAKEFILES \\
25000 dlls/odbccp32/Makefile"
25001 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25002 odbccp32"
25003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25004 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25005 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25007 ALL_MAKEFILES="$ALL_MAKEFILES \\
25008 dlls/odbccp32/tests/Makefile"
25009 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25010 odbccp32/tests"
25011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25012 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25013 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25015 ALL_MAKEFILES="$ALL_MAKEFILES \\
25016 dlls/ole2.dll16/Makefile"
25017 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25018 ole2.dll16"
25019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25020 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25021 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25023 ALL_MAKEFILES="$ALL_MAKEFILES \\
25024 dlls/ole2conv.dll16/Makefile"
25025 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25026 ole2conv.dll16"
25027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25028 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25029 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25031 ALL_MAKEFILES="$ALL_MAKEFILES \\
25032 dlls/ole2disp.dll16/Makefile"
25033 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25034 ole2disp.dll16"
25035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25036 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25037 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25039 ALL_MAKEFILES="$ALL_MAKEFILES \\
25040 dlls/ole2nls.dll16/Makefile"
25041 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25042 ole2nls.dll16"
25043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25044 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25045 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25047 ALL_MAKEFILES="$ALL_MAKEFILES \\
25048 dlls/ole2prox.dll16/Makefile"
25049 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25050 ole2prox.dll16"
25051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25052 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25053 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25055 ALL_MAKEFILES="$ALL_MAKEFILES \\
25056 dlls/ole2thk.dll16/Makefile"
25057 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25058 ole2thk.dll16"
25059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25060 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25061 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25063 ALL_MAKEFILES="$ALL_MAKEFILES \\
25064 dlls/ole32/Makefile"
25065 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25066 ole32"
25067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25068 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25069 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25071 ALL_MAKEFILES="$ALL_MAKEFILES \\
25072 dlls/ole32/tests/Makefile"
25073 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25074 ole32/tests"
25075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25076 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25077 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25079 ALL_MAKEFILES="$ALL_MAKEFILES \\
25080 dlls/oleacc/Makefile"
25081 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25082 oleacc"
25083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25084 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25085 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25087 ALL_MAKEFILES="$ALL_MAKEFILES \\
25088 dlls/oleacc/tests/Makefile"
25089 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25090 oleacc/tests"
25091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25092 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25093 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25095 ALL_MAKEFILES="$ALL_MAKEFILES \\
25096 dlls/oleaut32/Makefile"
25097 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25098 oleaut32"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25101 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104 dlls/oleaut32/tests/Makefile"
25105 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25106 oleaut32/tests"
25107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25108 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25109 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25111 ALL_MAKEFILES="$ALL_MAKEFILES \\
25112 dlls/olecli.dll16/Makefile"
25113 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25114 olecli.dll16"
25115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25116 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25117 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25119 ALL_MAKEFILES="$ALL_MAKEFILES \\
25120 dlls/olecli32/Makefile"
25121 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25122 olecli32"
25123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25124 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25125 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25127 ALL_MAKEFILES="$ALL_MAKEFILES \\
25128 dlls/oledlg/Makefile"
25129 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25130 oledlg"
25131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25132 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25133 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25135 ALL_MAKEFILES="$ALL_MAKEFILES \\
25136 dlls/olepro32/Makefile"
25137 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25138 olepro32"
25139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25140 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25141 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25143 ALL_MAKEFILES="$ALL_MAKEFILES \\
25144 dlls/olesvr.dll16/Makefile"
25145 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25146 olesvr.dll16"
25147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25148 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25149 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25151 ALL_MAKEFILES="$ALL_MAKEFILES \\
25152 dlls/olesvr32/Makefile"
25153 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25154 olesvr32"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25157 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160 dlls/olethk32/Makefile"
25161 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25162 olethk32"
25163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25164 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25165 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25167 ALL_MAKEFILES="$ALL_MAKEFILES \\
25168 dlls/opengl32/Makefile"
25169 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25170 opengl32"
25171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25172 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25173 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25175 ALL_MAKEFILES="$ALL_MAKEFILES \\
25176 dlls/opengl32/tests/Makefile"
25177 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25178 opengl32/tests"
25179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25180 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25181 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25183 ALL_MAKEFILES="$ALL_MAKEFILES \\
25184 dlls/pdh/Makefile"
25185 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25186 pdh"
25187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25188 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25189 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25191 ALL_MAKEFILES="$ALL_MAKEFILES \\
25192 dlls/pdh/tests/Makefile"
25193 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25194 pdh/tests"
25195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25196 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25197 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25199 ALL_MAKEFILES="$ALL_MAKEFILES \\
25200 dlls/pidgen/Makefile"
25201 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25202 pidgen"
25203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25204 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25205 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25207 ALL_MAKEFILES="$ALL_MAKEFILES \\
25208 dlls/powrprof/Makefile"
25209 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25210 powrprof"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25213 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216 dlls/printui/Makefile"
25217 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25218 printui"
25219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25220 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25221 ac_config_files="$ac_config_files dlls/printui/Makefile"
25223 ALL_MAKEFILES="$ALL_MAKEFILES \\
25224 dlls/propsys/Makefile"
25225 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25226 propsys"
25227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25228 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25229 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25231 ALL_MAKEFILES="$ALL_MAKEFILES \\
25232 dlls/psapi/Makefile"
25233 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25234 psapi"
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25237 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240 dlls/psapi/tests/Makefile"
25241 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25242 psapi/tests"
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25245 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248 dlls/pstorec/Makefile"
25249 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25250 pstorec"
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25253 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256 dlls/qcap/Makefile"
25257 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25258 qcap"
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25261 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264 dlls/qedit/Makefile"
25265 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25266 qedit"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25269 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272 dlls/qedit/tests/Makefile"
25273 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25274 qedit/tests"
25275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25276 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25277 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25279 ALL_MAKEFILES="$ALL_MAKEFILES \\
25280 dlls/qmgr/Makefile"
25281 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25282 qmgr"
25283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25284 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25285 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25287 ALL_MAKEFILES="$ALL_MAKEFILES \\
25288 dlls/qmgr/tests/Makefile"
25289 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25290 qmgr/tests"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25293 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296 dlls/qmgrprxy/Makefile"
25297 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25298 qmgrprxy"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25301 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304 dlls/quartz/Makefile"
25305 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25306 quartz"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25309 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312 dlls/quartz/tests/Makefile"
25313 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25314 quartz/tests"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25317 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320 dlls/query/Makefile"
25321 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25322 query"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25325 ac_config_files="$ac_config_files dlls/query/Makefile"
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328 dlls/rasapi16.dll16/Makefile"
25329 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25330 rasapi16.dll16"
25331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25332 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25333 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
25335 ALL_MAKEFILES="$ALL_MAKEFILES \\
25336 dlls/rasapi32/Makefile"
25337 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25338 rasapi32"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25341 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344 dlls/rasapi32/tests/Makefile"
25345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25346 rasapi32/tests"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25349 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352 dlls/rasdlg/Makefile"
25353 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25354 rasdlg"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25357 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360 dlls/resutils/Makefile"
25361 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25362 resutils"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25365 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368 dlls/riched20/Makefile"
25369 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25370 riched20"
25371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25372 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25373 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25375 ALL_MAKEFILES="$ALL_MAKEFILES \\
25376 dlls/riched20/tests/Makefile"
25377 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25378 riched20/tests"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25381 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384 dlls/riched32/Makefile"
25385 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25386 riched32"
25387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25388 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25389 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25391 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392 dlls/riched32/tests/Makefile"
25393 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25394 riched32/tests"
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25397 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400 dlls/rpcrt4/Makefile"
25401 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25402 rpcrt4"
25403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25404 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25405 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25407 ALL_MAKEFILES="$ALL_MAKEFILES \\
25408 dlls/rpcrt4/tests/Makefile"
25409 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25410 rpcrt4/tests"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25413 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416 dlls/rsabase/Makefile"
25417 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25418 rsabase"
25419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25420 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25421 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25423 ALL_MAKEFILES="$ALL_MAKEFILES \\
25424 dlls/rsaenh/Makefile"
25425 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25426 rsaenh"
25427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25428 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25429 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25431 ALL_MAKEFILES="$ALL_MAKEFILES \\
25432 dlls/rsaenh/tests/Makefile"
25433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25434 rsaenh/tests"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25437 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440 dlls/sane.ds/Makefile"
25441 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25442 sane.ds"
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25445 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448 dlls/sccbase/Makefile"
25449 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25450 sccbase"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25453 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456 dlls/schannel/Makefile"
25457 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25458 schannel"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25461 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464 dlls/schannel/tests/Makefile"
25465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25466 schannel/tests"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25469 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472 dlls/secur32/Makefile"
25473 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25474 secur32"
25475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25476 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25477 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25479 ALL_MAKEFILES="$ALL_MAKEFILES \\
25480 dlls/secur32/tests/Makefile"
25481 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25482 secur32/tests"
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25485 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488 dlls/security/Makefile"
25489 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25490 security"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25493 ac_config_files="$ac_config_files dlls/security/Makefile"
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496 dlls/sensapi/Makefile"
25497 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25498 sensapi"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25501 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504 dlls/serialui/Makefile"
25505 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25506 serialui"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25509 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512 dlls/serialui/tests/Makefile"
25513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25514 serialui/tests"
25515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25516 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25517 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25519 ALL_MAKEFILES="$ALL_MAKEFILES \\
25520 dlls/setupapi/Makefile"
25521 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25522 setupapi"
25523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25524 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25525 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25527 ALL_MAKEFILES="$ALL_MAKEFILES \\
25528 dlls/setupapi/tests/Makefile"
25529 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25530 setupapi/tests"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25533 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536 dlls/sfc/Makefile"
25537 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25538 sfc"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25541 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544 dlls/sfc_os/Makefile"
25545 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25546 sfc_os"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25549 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552 dlls/shdoclc/Makefile"
25553 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25554 shdoclc"
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25557 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560 dlls/shdocvw/Makefile"
25561 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25562 shdocvw"
25563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25564 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25565 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25567 ALL_MAKEFILES="$ALL_MAKEFILES \\
25568 dlls/shdocvw/tests/Makefile"
25569 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25570 shdocvw/tests"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25573 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576 dlls/shell32/Makefile"
25577 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25578 shell32"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25581 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584 dlls/shell32/tests/Makefile"
25585 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25586 shell32/tests"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25589 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 dlls/shfolder/Makefile"
25593 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25594 shfolder"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25597 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 dlls/shlwapi/Makefile"
25601 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25602 shlwapi"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25605 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608 dlls/shlwapi/tests/Makefile"
25609 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25610 shlwapi/tests"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25613 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616 dlls/slbcsp/Makefile"
25617 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25618 slbcsp"
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25621 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624 dlls/slc/Makefile"
25625 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25626 slc"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25629 ac_config_files="$ac_config_files dlls/slc/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 dlls/snmpapi/Makefile"
25633 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25634 snmpapi"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25637 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640 dlls/snmpapi/tests/Makefile"
25641 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25642 snmpapi/tests"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25645 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648 dlls/softpub/Makefile"
25649 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25650 softpub"
25651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25652 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25653 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25655 ALL_MAKEFILES="$ALL_MAKEFILES \\
25656 dlls/sound.drv16/Makefile"
25657 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25658 sound.drv16"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
25661 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664 dlls/spoolss/Makefile"
25665 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25666 spoolss"
25667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25668 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25669 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25671 ALL_MAKEFILES="$ALL_MAKEFILES \\
25672 dlls/spoolss/tests/Makefile"
25673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25674 spoolss/tests"
25675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25676 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25677 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25679 ALL_MAKEFILES="$ALL_MAKEFILES \\
25680 dlls/stdole2.tlb/Makefile"
25681 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25682 stdole2.tlb"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25685 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688 dlls/stdole32.tlb/Makefile"
25689 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25690 stdole32.tlb"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25693 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696 dlls/sti/Makefile"
25697 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25698 sti"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25701 ac_config_files="$ac_config_files dlls/sti/Makefile"
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704 dlls/storage.dll16/Makefile"
25705 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25706 storage.dll16"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
25709 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712 dlls/stress.dll16/Makefile"
25713 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25714 stress.dll16"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
25717 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720 dlls/strmiids/Makefile"
25721 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25722 strmiids"
25723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25724 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25725 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25727 ALL_MAKEFILES="$ALL_MAKEFILES \\
25728 dlls/svrapi/Makefile"
25729 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25730 svrapi"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25733 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736 dlls/sxs/Makefile"
25737 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25738 sxs"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25741 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744 dlls/tapi32/Makefile"
25745 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25746 tapi32"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25749 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752 dlls/traffic/Makefile"
25753 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25754 traffic"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25757 ac_config_files="$ac_config_files dlls/traffic/Makefile"
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760 dlls/twain.dll16/Makefile"
25761 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25762 twain.dll16"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
25765 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768 dlls/twain_32/Makefile"
25769 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25770 twain_32"
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25773 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776 dlls/twain_32/tests/Makefile"
25777 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25778 twain_32/tests"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25781 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784 dlls/typelib.dll16/Makefile"
25785 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25786 typelib.dll16"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
25789 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792 dlls/unicows/Makefile"
25793 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25794 unicows"
25795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25796 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25797 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25799 ALL_MAKEFILES="$ALL_MAKEFILES \\
25800 dlls/updspapi/Makefile"
25801 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25802 updspapi"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25805 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808 dlls/url/Makefile"
25809 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25810 url"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25813 ac_config_files="$ac_config_files dlls/url/Makefile"
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816 dlls/urlmon/Makefile"
25817 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25818 urlmon"
25819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25820 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25821 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25823 ALL_MAKEFILES="$ALL_MAKEFILES \\
25824 dlls/urlmon/tests/Makefile"
25825 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25826 urlmon/tests"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25829 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832 dlls/user32/Makefile"
25833 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25834 user32"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25837 ac_config_files="$ac_config_files dlls/user32/Makefile"
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840 dlls/user32/tests/Makefile"
25841 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25842 user32/tests"
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25845 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848 dlls/userenv/Makefile"
25849 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25850 userenv"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25853 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856 dlls/userenv/tests/Makefile"
25857 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25858 userenv/tests"
25859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25860 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25861 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25863 ALL_MAKEFILES="$ALL_MAKEFILES \\
25864 dlls/usp10/Makefile"
25865 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25866 usp10"
25867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25868 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25869 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25871 ALL_MAKEFILES="$ALL_MAKEFILES \\
25872 dlls/usp10/tests/Makefile"
25873 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25874 usp10/tests"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25877 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880 dlls/uuid/Makefile"
25881 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25882 uuid"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25885 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888 dlls/uxtheme/Makefile"
25889 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25890 uxtheme"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25893 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896 dlls/uxtheme/tests/Makefile"
25897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25898 uxtheme/tests"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25901 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904 dlls/vdhcp.vxd/Makefile"
25905 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25906 vdhcp.vxd"
25907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25908 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25909 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25911 ALL_MAKEFILES="$ALL_MAKEFILES \\
25912 dlls/vdmdbg/Makefile"
25913 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25914 vdmdbg"
25915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25916 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25917 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25919 ALL_MAKEFILES="$ALL_MAKEFILES \\
25920 dlls/version/Makefile"
25921 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25922 version"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25925 ac_config_files="$ac_config_files dlls/version/Makefile"
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928 dlls/version/tests/Makefile"
25929 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25930 version/tests"
25931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25932 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25933 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25935 ALL_MAKEFILES="$ALL_MAKEFILES \\
25936 dlls/vmm.vxd/Makefile"
25937 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25938 vmm.vxd"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25941 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944 dlls/vnbt.vxd/Makefile"
25945 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25946 vnbt.vxd"
25947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25948 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25949 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25951 ALL_MAKEFILES="$ALL_MAKEFILES \\
25952 dlls/vnetbios.vxd/Makefile"
25953 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25954 vnetbios.vxd"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25957 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960 dlls/vtdapi.vxd/Makefile"
25961 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25962 vtdapi.vxd"
25963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25964 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25965 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25967 ALL_MAKEFILES="$ALL_MAKEFILES \\
25968 dlls/vwin32.vxd/Makefile"
25969 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25970 vwin32.vxd"
25971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25972 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25973 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25975 ALL_MAKEFILES="$ALL_MAKEFILES \\
25976 dlls/w32skrnl/Makefile"
25977 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25978 w32skrnl"
25979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25980 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25981 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25983 ALL_MAKEFILES="$ALL_MAKEFILES \\
25984 dlls/w32sys.dll16/Makefile"
25985 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25986 w32sys.dll16"
25987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25988 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
25989 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
25991 ALL_MAKEFILES="$ALL_MAKEFILES \\
25992 dlls/win32s16.dll16/Makefile"
25993 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25994 win32s16.dll16"
25995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25996 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
25997 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
25999 ALL_MAKEFILES="$ALL_MAKEFILES \\
26000 dlls/win87em.dll16/Makefile"
26001 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26002 win87em.dll16"
26003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26004 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26005 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26007 ALL_MAKEFILES="$ALL_MAKEFILES \\
26008 dlls/winaspi.dll16/Makefile"
26009 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26010 winaspi.dll16"
26011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26012 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26013 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
26015 ALL_MAKEFILES="$ALL_MAKEFILES \\
26016 dlls/windebug.dll16/Makefile"
26017 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26018 windebug.dll16"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26021 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024 dlls/winealsa.drv/Makefile"
26025 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26026 winealsa.drv"
26027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26028 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26029 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26031 ALL_MAKEFILES="$ALL_MAKEFILES \\
26032 dlls/wineaudioio.drv/Makefile"
26033 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26034 wineaudioio.drv"
26035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26036 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26037 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26039 ALL_MAKEFILES="$ALL_MAKEFILES \\
26040 dlls/winecoreaudio.drv/Makefile"
26041 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26042 winecoreaudio.drv"
26043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26044 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26045 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26047 ALL_MAKEFILES="$ALL_MAKEFILES \\
26048 dlls/winecrt0/Makefile"
26049 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26050 winecrt0"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26053 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056 dlls/wined3d/Makefile"
26057 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26058 wined3d"
26059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26060 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26061 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26063 ALL_MAKEFILES="$ALL_MAKEFILES \\
26064 dlls/winedos/Makefile"
26065 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26066 winedos"
26067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26068 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26069 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26071 ALL_MAKEFILES="$ALL_MAKEFILES \\
26072 dlls/wineesd.drv/Makefile"
26073 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26074 wineesd.drv"
26075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26076 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26077 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26079 ALL_MAKEFILES="$ALL_MAKEFILES \\
26080 dlls/winejack.drv/Makefile"
26081 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26082 winejack.drv"
26083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26084 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26085 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26087 ALL_MAKEFILES="$ALL_MAKEFILES \\
26088 dlls/winejoystick.drv/Makefile"
26089 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26090 winejoystick.drv"
26091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26092 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26093 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26095 ALL_MAKEFILES="$ALL_MAKEFILES \\
26096 dlls/winemp3.acm/Makefile"
26097 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26098 winemp3.acm"
26099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26100 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26101 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26103 ALL_MAKEFILES="$ALL_MAKEFILES \\
26104 dlls/winenas.drv/Makefile"
26105 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26106 winenas.drv"
26107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26108 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26109 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26111 ALL_MAKEFILES="$ALL_MAKEFILES \\
26112 dlls/wineoss.drv/Makefile"
26113 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26114 wineoss.drv"
26115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26116 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26117 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26119 ALL_MAKEFILES="$ALL_MAKEFILES \\
26120 dlls/wineps.drv/Makefile"
26121 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26122 wineps.drv"
26123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26124 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26125 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26127 ALL_MAKEFILES="$ALL_MAKEFILES \\
26128 dlls/winepulse.drv/Makefile"
26129 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26130 winepulse.drv"
26131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26132 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26133 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26135 ALL_MAKEFILES="$ALL_MAKEFILES \\
26136 dlls/winequartz.drv/Makefile"
26137 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26138 winequartz.drv"
26139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26140 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26141 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26143 ALL_MAKEFILES="$ALL_MAKEFILES \\
26144 dlls/winex11.drv/Makefile"
26145 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26146 winex11.drv"
26147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26148 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26149 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26151 ALL_MAKEFILES="$ALL_MAKEFILES \\
26152 dlls/wing32/Makefile"
26153 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26154 wing32"
26155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26156 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26157 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26159 ALL_MAKEFILES="$ALL_MAKEFILES \\
26160 dlls/winhttp/Makefile"
26161 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26162 winhttp"
26163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26164 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26165 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26167 ALL_MAKEFILES="$ALL_MAKEFILES \\
26168 dlls/winhttp/tests/Makefile"
26169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26170 winhttp/tests"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26173 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176 dlls/wininet/Makefile"
26177 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26178 wininet"
26179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26180 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26181 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26183 ALL_MAKEFILES="$ALL_MAKEFILES \\
26184 dlls/wininet/tests/Makefile"
26185 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26186 wininet/tests"
26187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26188 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26189 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26191 ALL_MAKEFILES="$ALL_MAKEFILES \\
26192 dlls/winmm/Makefile"
26193 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26194 winmm"
26195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26196 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26197 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26199 ALL_MAKEFILES="$ALL_MAKEFILES \\
26200 dlls/winmm/tests/Makefile"
26201 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26202 winmm/tests"
26203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26204 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26205 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26207 ALL_MAKEFILES="$ALL_MAKEFILES \\
26208 dlls/winnls.dll16/Makefile"
26209 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26210 winnls.dll16"
26211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26212 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26213 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
26215 ALL_MAKEFILES="$ALL_MAKEFILES \\
26216 dlls/winnls32/Makefile"
26217 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26218 winnls32"
26219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26220 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26221 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26223 ALL_MAKEFILES="$ALL_MAKEFILES \\
26224 dlls/winscard/Makefile"
26225 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26226 winscard"
26227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26228 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26229 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26231 ALL_MAKEFILES="$ALL_MAKEFILES \\
26232 dlls/winspool.drv/Makefile"
26233 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26234 winspool.drv"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26237 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240 dlls/winspool.drv/tests/Makefile"
26241 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26242 winspool.drv/tests"
26243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26244 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26245 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26247 ALL_MAKEFILES="$ALL_MAKEFILES \\
26248 dlls/wintab.dll16/Makefile"
26249 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26250 wintab.dll16"
26251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26252 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26253 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
26255 ALL_MAKEFILES="$ALL_MAKEFILES \\
26256 dlls/wintab32/Makefile"
26257 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26258 wintab32"
26259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26260 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26261 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26263 ALL_MAKEFILES="$ALL_MAKEFILES \\
26264 dlls/wintrust/Makefile"
26265 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26266 wintrust"
26267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26268 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26269 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26271 ALL_MAKEFILES="$ALL_MAKEFILES \\
26272 dlls/wintrust/tests/Makefile"
26273 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26274 wintrust/tests"
26275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26276 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26277 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26279 ALL_MAKEFILES="$ALL_MAKEFILES \\
26280 dlls/wldap32/Makefile"
26281 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26282 wldap32"
26283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26284 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26285 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26287 ALL_MAKEFILES="$ALL_MAKEFILES \\
26288 dlls/wldap32/tests/Makefile"
26289 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26290 wldap32/tests"
26291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26292 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26293 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26295 ALL_MAKEFILES="$ALL_MAKEFILES \\
26296 dlls/wmi/Makefile"
26297 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26298 wmi"
26299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26300 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26301 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26303 ALL_MAKEFILES="$ALL_MAKEFILES \\
26304 dlls/wnaspi32/Makefile"
26305 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26306 wnaspi32"
26307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26308 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26309 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26311 ALL_MAKEFILES="$ALL_MAKEFILES \\
26312 dlls/wow32/Makefile"
26313 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26314 wow32"
26315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26316 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26317 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26319 ALL_MAKEFILES="$ALL_MAKEFILES \\
26320 dlls/ws2_32/Makefile"
26321 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26322 ws2_32"
26323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26324 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26325 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26327 ALL_MAKEFILES="$ALL_MAKEFILES \\
26328 dlls/ws2_32/tests/Makefile"
26329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26330 ws2_32/tests"
26331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26332 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26333 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26335 ALL_MAKEFILES="$ALL_MAKEFILES \\
26336 dlls/wsock32/Makefile"
26337 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26338 wsock32"
26339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26340 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26341 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26343 ALL_MAKEFILES="$ALL_MAKEFILES \\
26344 dlls/wtsapi32/Makefile"
26345 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26346 wtsapi32"
26347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26348 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26349 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26351 ALL_MAKEFILES="$ALL_MAKEFILES \\
26352 dlls/wuapi/Makefile"
26353 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26354 wuapi"
26355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26356 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26357 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26359 ALL_MAKEFILES="$ALL_MAKEFILES \\
26360 dlls/xinput1_1/Makefile"
26361 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26362 xinput1_1"
26363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26364 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26365 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26367 ALL_MAKEFILES="$ALL_MAKEFILES \\
26368 dlls/xinput1_2/Makefile"
26369 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26370 xinput1_2"
26371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26372 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26373 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26375 ALL_MAKEFILES="$ALL_MAKEFILES \\
26376 dlls/xinput1_3/Makefile"
26377 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26378 xinput1_3"
26379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26380 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26381 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26383 ALL_MAKEFILES="$ALL_MAKEFILES \\
26384 dlls/xinput1_3/tests/Makefile"
26385 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26386 xinput1_3/tests"
26387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26388 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26389 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26391 ALL_MAKEFILES="$ALL_MAKEFILES \\
26392 dlls/xinput9_1_0/Makefile"
26393 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26394 xinput9_1_0"
26395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26396 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26397 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26399 ALL_MAKEFILES="$ALL_MAKEFILES \\
26400 documentation/Makefile"
26401 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26402 documentation"
26403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26404 documentation/Makefile: documentation/Makefile.in Make.rules"
26405 ac_config_files="$ac_config_files documentation/Makefile"
26407 ALL_MAKEFILES="$ALL_MAKEFILES \\
26408 fonts/Makefile"
26409 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26410 fonts"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 fonts/Makefile: fonts/Makefile.in Make.rules"
26413 ac_config_files="$ac_config_files fonts/Makefile"
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416 include/Makefile"
26417 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26418 include"
26419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26420 include/Makefile: include/Makefile.in Make.rules"
26421 ac_config_files="$ac_config_files include/Makefile"
26423 ALL_MAKEFILES="$ALL_MAKEFILES \\
26424 libs/Makefile"
26425 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26426 libs"
26427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26428 libs/Makefile: libs/Makefile.in Make.rules"
26429 ac_config_files="$ac_config_files libs/Makefile"
26431 ALL_MAKEFILES="$ALL_MAKEFILES \\
26432 libs/port/Makefile"
26434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26435 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26436 ac_config_files="$ac_config_files libs/port/Makefile"
26438 ALL_MAKEFILES="$ALL_MAKEFILES \\
26439 libs/wine/Makefile"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26443 ac_config_files="$ac_config_files libs/wine/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 libs/wpp/Makefile"
26448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26449 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26450 ac_config_files="$ac_config_files libs/wpp/Makefile"
26452 ALL_MAKEFILES="$ALL_MAKEFILES \\
26453 loader/Makefile"
26454 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26455 loader"
26456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26457 loader/Makefile: loader/Makefile.in Make.rules"
26458 ac_config_files="$ac_config_files loader/Makefile"
26460 ALL_MAKEFILES="$ALL_MAKEFILES \\
26461 programs/Makefile"
26462 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26463 programs"
26464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26465 programs/Makefile: programs/Makefile.in Make.rules"
26466 ac_config_files="$ac_config_files programs/Makefile"
26468 ALL_MAKEFILES="$ALL_MAKEFILES \\
26469 programs/cacls/Makefile"
26470 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26471 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26472 cacls"
26473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26474 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26475 ac_config_files="$ac_config_files programs/cacls/Makefile"
26477 ALL_MAKEFILES="$ALL_MAKEFILES \\
26478 programs/clock/Makefile"
26479 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26480 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26481 clock"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26484 ac_config_files="$ac_config_files programs/clock/Makefile"
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487 programs/cmd/Makefile"
26488 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26489 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26490 cmd"
26491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26492 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26493 ac_config_files="$ac_config_files programs/cmd/Makefile"
26495 ALL_MAKEFILES="$ALL_MAKEFILES \\
26496 programs/cmdlgtst/Makefile"
26497 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26498 cmdlgtst"
26499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26500 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26501 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26503 ALL_MAKEFILES="$ALL_MAKEFILES \\
26504 programs/control/Makefile"
26505 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26506 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26507 control"
26508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26509 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26510 ac_config_files="$ac_config_files programs/control/Makefile"
26512 ALL_MAKEFILES="$ALL_MAKEFILES \\
26513 programs/eject/Makefile"
26514 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26515 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26516 eject"
26517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26518 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26519 ac_config_files="$ac_config_files programs/eject/Makefile"
26521 ALL_MAKEFILES="$ALL_MAKEFILES \\
26522 programs/expand/Makefile"
26523 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26524 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26525 expand"
26526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26527 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26528 ac_config_files="$ac_config_files programs/expand/Makefile"
26530 ALL_MAKEFILES="$ALL_MAKEFILES \\
26531 programs/explorer/Makefile"
26532 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26533 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26534 explorer"
26535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26536 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26537 ac_config_files="$ac_config_files programs/explorer/Makefile"
26539 ALL_MAKEFILES="$ALL_MAKEFILES \\
26540 programs/hh/Makefile"
26541 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26542 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26545 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26546 ac_config_files="$ac_config_files programs/hh/Makefile"
26548 ALL_MAKEFILES="$ALL_MAKEFILES \\
26549 programs/icinfo/Makefile"
26550 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26551 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26552 icinfo"
26553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26554 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26555 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26557 ALL_MAKEFILES="$ALL_MAKEFILES \\
26558 programs/iexplore/Makefile"
26559 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26560 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26561 iexplore"
26562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26563 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26564 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26566 ALL_MAKEFILES="$ALL_MAKEFILES \\
26567 programs/lodctr/Makefile"
26568 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26569 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26570 lodctr"
26571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26572 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26573 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26575 ALL_MAKEFILES="$ALL_MAKEFILES \\
26576 programs/msiexec/Makefile"
26577 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26578 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26579 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26580 msiexec"
26581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26582 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26583 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26585 ALL_MAKEFILES="$ALL_MAKEFILES \\
26586 programs/net/Makefile"
26587 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26588 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26589 net"
26590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26591 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26592 ac_config_files="$ac_config_files programs/net/Makefile"
26594 ALL_MAKEFILES="$ALL_MAKEFILES \\
26595 programs/notepad/Makefile"
26596 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26597 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26598 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26599 notepad"
26600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26601 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26602 ac_config_files="$ac_config_files programs/notepad/Makefile"
26604 ALL_MAKEFILES="$ALL_MAKEFILES \\
26605 programs/oleview/Makefile"
26606 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26607 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26608 oleview"
26609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26610 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26611 ac_config_files="$ac_config_files programs/oleview/Makefile"
26613 ALL_MAKEFILES="$ALL_MAKEFILES \\
26614 programs/progman/Makefile"
26615 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26616 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26617 progman"
26618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26619 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26620 ac_config_files="$ac_config_files programs/progman/Makefile"
26622 ALL_MAKEFILES="$ALL_MAKEFILES \\
26623 programs/reg/Makefile"
26624 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26625 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26626 reg"
26627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26628 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26629 ac_config_files="$ac_config_files programs/reg/Makefile"
26631 ALL_MAKEFILES="$ALL_MAKEFILES \\
26632 programs/regedit/Makefile"
26633 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26634 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26635 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26636 regedit"
26637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26638 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26639 ac_config_files="$ac_config_files programs/regedit/Makefile"
26641 ALL_MAKEFILES="$ALL_MAKEFILES \\
26642 programs/regsvr32/Makefile"
26643 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26644 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26645 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26646 regsvr32"
26647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26648 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26649 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26651 ALL_MAKEFILES="$ALL_MAKEFILES \\
26652 programs/rpcss/Makefile"
26653 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26654 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26655 rpcss"
26656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26657 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26658 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26660 ALL_MAKEFILES="$ALL_MAKEFILES \\
26661 programs/rundll32/Makefile"
26662 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26663 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26664 rundll32"
26665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26666 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26667 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26669 ALL_MAKEFILES="$ALL_MAKEFILES \\
26670 programs/secedit/Makefile"
26671 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26672 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26673 secedit"
26674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26675 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26676 ac_config_files="$ac_config_files programs/secedit/Makefile"
26678 ALL_MAKEFILES="$ALL_MAKEFILES \\
26679 programs/services/Makefile"
26680 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26681 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26682 services"
26683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26684 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26685 ac_config_files="$ac_config_files programs/services/Makefile"
26687 ALL_MAKEFILES="$ALL_MAKEFILES \\
26688 programs/spoolsv/Makefile"
26689 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26690 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26691 spoolsv"
26692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26693 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26694 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26696 ALL_MAKEFILES="$ALL_MAKEFILES \\
26697 programs/start/Makefile"
26698 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26699 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26700 start"
26701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26702 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26703 ac_config_files="$ac_config_files programs/start/Makefile"
26705 ALL_MAKEFILES="$ALL_MAKEFILES \\
26706 programs/svchost/Makefile"
26707 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26708 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26709 svchost"
26710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26711 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26712 ac_config_files="$ac_config_files programs/svchost/Makefile"
26714 ALL_MAKEFILES="$ALL_MAKEFILES \\
26715 programs/taskmgr/Makefile"
26716 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26717 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26718 taskmgr"
26719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26720 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26721 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26723 ALL_MAKEFILES="$ALL_MAKEFILES \\
26724 programs/uninstaller/Makefile"
26725 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26726 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26727 uninstaller"
26728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26729 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26730 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26732 ALL_MAKEFILES="$ALL_MAKEFILES \\
26733 programs/unlodctr/Makefile"
26734 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26735 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26736 unlodctr"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26739 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 programs/view/Makefile"
26743 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26744 view"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26747 ac_config_files="$ac_config_files programs/view/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 programs/wineboot/Makefile"
26751 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26752 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26753 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26754 wineboot"
26755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26756 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26757 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26759 ALL_MAKEFILES="$ALL_MAKEFILES \\
26760 programs/winebrowser/Makefile"
26761 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26762 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26763 winebrowser"
26764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26765 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26766 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26768 ALL_MAKEFILES="$ALL_MAKEFILES \\
26769 programs/winecfg/Makefile"
26770 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26771 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26772 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26773 winecfg"
26774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26775 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26776 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26778 ALL_MAKEFILES="$ALL_MAKEFILES \\
26779 programs/wineconsole/Makefile"
26780 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26781 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26782 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26783 wineconsole"
26784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26785 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26786 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26788 ALL_MAKEFILES="$ALL_MAKEFILES \\
26789 programs/winedbg/Makefile"
26790 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26791 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26792 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26793 winedbg"
26794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26795 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26796 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26798 ALL_MAKEFILES="$ALL_MAKEFILES \\
26799 programs/winedevice/Makefile"
26800 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26801 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26802 winedevice"
26803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26804 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26805 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26807 ALL_MAKEFILES="$ALL_MAKEFILES \\
26808 programs/winefile/Makefile"
26809 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26810 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26811 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26812 winefile"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26815 ac_config_files="$ac_config_files programs/winefile/Makefile"
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818 programs/winemenubuilder/Makefile"
26819 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26820 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26821 winemenubuilder"
26822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26823 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26824 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26826 ALL_MAKEFILES="$ALL_MAKEFILES \\
26827 programs/winemine/Makefile"
26828 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26829 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26830 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26831 winemine"
26832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26833 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26834 ac_config_files="$ac_config_files programs/winemine/Makefile"
26836 ALL_MAKEFILES="$ALL_MAKEFILES \\
26837 programs/winepath/Makefile"
26838 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26839 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26840 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26841 winepath"
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26844 ac_config_files="$ac_config_files programs/winepath/Makefile"
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847 programs/winetest/Makefile"
26848 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26849 winetest"
26850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26851 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26852 ac_config_files="$ac_config_files programs/winetest/Makefile"
26854 ALL_MAKEFILES="$ALL_MAKEFILES \\
26855 programs/winevdm/Makefile"
26856 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26857 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26858 winevdm"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26861 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864 programs/winhelp.exe16/Makefile"
26865 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26866 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26867 winhelp.exe16"
26868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26869 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
26870 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
26872 ALL_MAKEFILES="$ALL_MAKEFILES \\
26873 programs/winhlp32/Makefile"
26874 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26875 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26876 winhlp32"
26877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26878 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26879 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26881 ALL_MAKEFILES="$ALL_MAKEFILES \\
26882 programs/winoldap.mod16/Makefile"
26883 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26884 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26885 winoldap.mod16"
26886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26887 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
26888 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
26890 ALL_MAKEFILES="$ALL_MAKEFILES \\
26891 programs/winver/Makefile"
26892 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26893 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26894 winver"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26897 ac_config_files="$ac_config_files programs/winver/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 programs/wordpad/Makefile"
26901 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26902 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26903 wordpad"
26904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26905 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26906 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26908 ALL_MAKEFILES="$ALL_MAKEFILES \\
26909 programs/write/Makefile"
26910 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26911 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26912 write"
26913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26914 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26915 ac_config_files="$ac_config_files programs/write/Makefile"
26917 ALL_MAKEFILES="$ALL_MAKEFILES \\
26918 programs/xcopy/Makefile"
26919 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26920 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26921 xcopy"
26922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26923 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26924 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26926 ALL_MAKEFILES="$ALL_MAKEFILES \\
26927 server/Makefile"
26928 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26929 server"
26930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26931 server/Makefile: server/Makefile.in Make.rules"
26932 ac_config_files="$ac_config_files server/Makefile"
26934 ALL_MAKEFILES="$ALL_MAKEFILES \\
26935 tools/Makefile"
26936 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26937 tools"
26938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26939 tools/Makefile: tools/Makefile.in Make.rules"
26940 ac_config_files="$ac_config_files tools/Makefile"
26942 ALL_MAKEFILES="$ALL_MAKEFILES \\
26943 tools/widl/Makefile"
26945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26946 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26947 ac_config_files="$ac_config_files tools/widl/Makefile"
26949 ALL_MAKEFILES="$ALL_MAKEFILES \\
26950 tools/winebuild/Makefile"
26952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26953 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26954 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26956 ALL_MAKEFILES="$ALL_MAKEFILES \\
26957 tools/winedump/Makefile"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26961 ac_config_files="$ac_config_files tools/winedump/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 tools/winegcc/Makefile"
26966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26967 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26968 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26970 ALL_MAKEFILES="$ALL_MAKEFILES \\
26971 tools/wmc/Makefile"
26973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26974 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26975 ac_config_files="$ac_config_files tools/wmc/Makefile"
26977 ALL_MAKEFILES="$ALL_MAKEFILES \\
26978 tools/wrc/Makefile"
26980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26981 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26982 ac_config_files="$ac_config_files tools/wrc/Makefile"
26986 ALL_WINETEST_DEPENDS="# Test binaries"
26988 for dir in $ALL_TEST_DIRS
26990 if test "$dir" != "\\"
26991 then
26992 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26993 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26994 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26995 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26997 done
26999 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27001 cat >confcache <<\_ACEOF
27002 # This file is a shell script that caches the results of configure
27003 # tests run on this system so they can be shared between configure
27004 # scripts and configure runs, see configure's option --config-cache.
27005 # It is not useful on other systems. If it contains results you don't
27006 # want to keep, you may remove or edit it.
27008 # config.status only pays attention to the cache file if you give it
27009 # the --recheck option to rerun configure.
27011 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27012 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27013 # following values.
27015 _ACEOF
27017 # The following way of writing the cache mishandles newlines in values,
27018 # but we know of no workaround that is simple, portable, and efficient.
27019 # So, we kill variables containing newlines.
27020 # Ultrix sh set writes to stderr and can't be redirected directly,
27021 # and sets the high bit in the cache file unless we assign to the vars.
27023 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27024 eval ac_val=\$$ac_var
27025 case $ac_val in #(
27026 *${as_nl}*)
27027 case $ac_var in #(
27028 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27029 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27030 esac
27031 case $ac_var in #(
27032 _ | IFS | as_nl) ;; #(
27033 *) $as_unset $ac_var ;;
27034 esac ;;
27035 esac
27036 done
27038 (set) 2>&1 |
27039 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27040 *${as_nl}ac_space=\ *)
27041 # `set' does not quote correctly, so add quotes (double-quote
27042 # substitution turns \\\\ into \\, and sed turns \\ into \).
27043 sed -n \
27044 "s/'/'\\\\''/g;
27045 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27046 ;; #(
27048 # `set' quotes correctly as required by POSIX, so do not add quotes.
27049 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27051 esac |
27052 sort
27054 sed '
27055 /^ac_cv_env_/b end
27056 t clear
27057 :clear
27058 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27059 t end
27060 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27061 :end' >>confcache
27062 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27063 if test -w "$cache_file"; then
27064 test "x$cache_file" != "x/dev/null" &&
27065 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27066 echo "$as_me: updating cache $cache_file" >&6;}
27067 cat confcache >$cache_file
27068 else
27069 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27070 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27073 rm -f confcache
27075 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27076 # Let make expand exec_prefix.
27077 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27079 DEFS=-DHAVE_CONFIG_H
27081 ac_libobjs=
27082 ac_ltlibobjs=
27083 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27084 # 1. Remove the extension, and $U if already installed.
27085 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27086 ac_i=`echo "$ac_i" | sed "$ac_script"`
27087 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27088 # will be set to the directory where LIBOBJS objects are built.
27089 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27090 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27091 done
27092 LIBOBJS=$ac_libobjs
27094 LTLIBOBJS=$ac_ltlibobjs
27098 : ${CONFIG_STATUS=./config.status}
27099 ac_clean_files_save=$ac_clean_files
27100 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27101 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27102 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27103 cat >$CONFIG_STATUS <<_ACEOF
27104 #! $SHELL
27105 # Generated by $as_me.
27106 # Run this file to recreate the current configuration.
27107 # Compiler output produced by configure, useful for debugging
27108 # configure, is in config.log if it exists.
27110 debug=false
27111 ac_cs_recheck=false
27112 ac_cs_silent=false
27113 SHELL=\${CONFIG_SHELL-$SHELL}
27114 _ACEOF
27116 cat >>$CONFIG_STATUS <<\_ACEOF
27117 ## --------------------- ##
27118 ## M4sh Initialization. ##
27119 ## --------------------- ##
27121 # Be more Bourne compatible
27122 DUALCASE=1; export DUALCASE # for MKS sh
27123 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27124 emulate sh
27125 NULLCMD=:
27126 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27127 # is contrary to our usage. Disable this feature.
27128 alias -g '${1+"$@"}'='"$@"'
27129 setopt NO_GLOB_SUBST
27130 else
27131 case `(set -o) 2>/dev/null` in
27132 *posix*) set -o posix ;;
27133 esac
27140 # PATH needs CR
27141 # Avoid depending upon Character Ranges.
27142 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27143 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27144 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27145 as_cr_digits='0123456789'
27146 as_cr_alnum=$as_cr_Letters$as_cr_digits
27148 # The user is always right.
27149 if test "${PATH_SEPARATOR+set}" != set; then
27150 echo "#! /bin/sh" >conf$$.sh
27151 echo "exit 0" >>conf$$.sh
27152 chmod +x conf$$.sh
27153 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27154 PATH_SEPARATOR=';'
27155 else
27156 PATH_SEPARATOR=:
27158 rm -f conf$$.sh
27161 # Support unset when possible.
27162 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27163 as_unset=unset
27164 else
27165 as_unset=false
27169 # IFS
27170 # We need space, tab and new line, in precisely that order. Quoting is
27171 # there to prevent editors from complaining about space-tab.
27172 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27173 # splitting by setting IFS to empty value.)
27174 as_nl='
27176 IFS=" "" $as_nl"
27178 # Find who we are. Look in the path if we contain no directory separator.
27179 case $0 in
27180 *[\\/]* ) as_myself=$0 ;;
27181 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27182 for as_dir in $PATH
27184 IFS=$as_save_IFS
27185 test -z "$as_dir" && as_dir=.
27186 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27187 done
27188 IFS=$as_save_IFS
27191 esac
27192 # We did not find ourselves, most probably we were run as `sh COMMAND'
27193 # in which case we are not to be found in the path.
27194 if test "x$as_myself" = x; then
27195 as_myself=$0
27197 if test ! -f "$as_myself"; then
27198 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27199 { (exit 1); exit 1; }
27202 # Work around bugs in pre-3.0 UWIN ksh.
27203 for as_var in ENV MAIL MAILPATH
27204 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27205 done
27206 PS1='$ '
27207 PS2='> '
27208 PS4='+ '
27210 # NLS nuisances.
27211 for as_var in \
27212 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27213 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27214 LC_TELEPHONE LC_TIME
27216 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27217 eval $as_var=C; export $as_var
27218 else
27219 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27221 done
27223 # Required to use basename.
27224 if expr a : '\(a\)' >/dev/null 2>&1 &&
27225 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27226 as_expr=expr
27227 else
27228 as_expr=false
27231 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27232 as_basename=basename
27233 else
27234 as_basename=false
27238 # Name of the executable.
27239 as_me=`$as_basename -- "$0" ||
27240 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27241 X"$0" : 'X\(//\)$' \| \
27242 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27243 echo X/"$0" |
27244 sed '/^.*\/\([^/][^/]*\)\/*$/{
27245 s//\1/
27248 /^X\/\(\/\/\)$/{
27249 s//\1/
27252 /^X\/\(\/\).*/{
27253 s//\1/
27256 s/.*/./; q'`
27258 # CDPATH.
27259 $as_unset CDPATH
27263 as_lineno_1=$LINENO
27264 as_lineno_2=$LINENO
27265 test "x$as_lineno_1" != "x$as_lineno_2" &&
27266 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27268 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27269 # uniformly replaced by the line number. The first 'sed' inserts a
27270 # line-number line after each line using $LINENO; the second 'sed'
27271 # does the real work. The second script uses 'N' to pair each
27272 # line-number line with the line containing $LINENO, and appends
27273 # trailing '-' during substitution so that $LINENO is not a special
27274 # case at line end.
27275 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27276 # scripts with optimization help from Paolo Bonzini. Blame Lee
27277 # E. McMahon (1931-1989) for sed's syntax. :-)
27278 sed -n '
27280 /[$]LINENO/=
27281 ' <$as_myself |
27282 sed '
27283 s/[$]LINENO.*/&-/
27284 t lineno
27286 :lineno
27288 :loop
27289 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27290 t loop
27291 s/-\n.*//
27292 ' >$as_me.lineno &&
27293 chmod +x "$as_me.lineno" ||
27294 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27295 { (exit 1); exit 1; }; }
27297 # Don't try to exec as it changes $[0], causing all sort of problems
27298 # (the dirname of $[0] is not the place where we might find the
27299 # original and so on. Autoconf is especially sensitive to this).
27300 . "./$as_me.lineno"
27301 # Exit status is that of the last command.
27302 exit
27306 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27307 as_dirname=dirname
27308 else
27309 as_dirname=false
27312 ECHO_C= ECHO_N= ECHO_T=
27313 case `echo -n x` in
27314 -n*)
27315 case `echo 'x\c'` in
27316 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27317 *) ECHO_C='\c';;
27318 esac;;
27320 ECHO_N='-n';;
27321 esac
27323 if expr a : '\(a\)' >/dev/null 2>&1 &&
27324 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27325 as_expr=expr
27326 else
27327 as_expr=false
27330 rm -f conf$$ conf$$.exe conf$$.file
27331 if test -d conf$$.dir; then
27332 rm -f conf$$.dir/conf$$.file
27333 else
27334 rm -f conf$$.dir
27335 mkdir conf$$.dir
27337 echo >conf$$.file
27338 if ln -s conf$$.file conf$$ 2>/dev/null; then
27339 as_ln_s='ln -s'
27340 # ... but there are two gotchas:
27341 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27342 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27343 # In both cases, we have to default to `cp -p'.
27344 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27345 as_ln_s='cp -p'
27346 elif ln conf$$.file conf$$ 2>/dev/null; then
27347 as_ln_s=ln
27348 else
27349 as_ln_s='cp -p'
27351 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27352 rmdir conf$$.dir 2>/dev/null
27354 if mkdir -p . 2>/dev/null; then
27355 as_mkdir_p=:
27356 else
27357 test -d ./-p && rmdir ./-p
27358 as_mkdir_p=false
27361 if test -x / >/dev/null 2>&1; then
27362 as_test_x='test -x'
27363 else
27364 if ls -dL / >/dev/null 2>&1; then
27365 as_ls_L_option=L
27366 else
27367 as_ls_L_option=
27369 as_test_x='
27370 eval sh -c '\''
27371 if test -d "$1"; then
27372 test -d "$1/.";
27373 else
27374 case $1 in
27375 -*)set "./$1";;
27376 esac;
27377 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27378 ???[sx]*):;;*)false;;esac;fi
27379 '\'' sh
27382 as_executable_p=$as_test_x
27384 # Sed expression to map a string onto a valid CPP name.
27385 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27387 # Sed expression to map a string onto a valid variable name.
27388 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27391 exec 6>&1
27393 # Save the log message, to keep $[0] and so on meaningful, and to
27394 # report actual input values of CONFIG_FILES etc. instead of their
27395 # values after options handling.
27396 ac_log="
27397 This file was extended by Wine $as_me 1.1.17, which was
27398 generated by GNU Autoconf 2.61. Invocation command line was
27400 CONFIG_FILES = $CONFIG_FILES
27401 CONFIG_HEADERS = $CONFIG_HEADERS
27402 CONFIG_LINKS = $CONFIG_LINKS
27403 CONFIG_COMMANDS = $CONFIG_COMMANDS
27404 $ $0 $@
27406 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27409 _ACEOF
27411 cat >>$CONFIG_STATUS <<_ACEOF
27412 # Files that config.status was made for.
27413 config_files="$ac_config_files"
27414 config_headers="$ac_config_headers"
27415 config_commands="$ac_config_commands"
27417 _ACEOF
27419 cat >>$CONFIG_STATUS <<\_ACEOF
27420 ac_cs_usage="\
27421 \`$as_me' instantiates files from templates according to the
27422 current configuration.
27424 Usage: $0 [OPTIONS] [FILE]...
27426 -h, --help print this help, then exit
27427 -V, --version print version number and configuration settings, then exit
27428 -q, --quiet do not print progress messages
27429 -d, --debug don't remove temporary files
27430 --recheck update $as_me by reconfiguring in the same conditions
27431 --file=FILE[:TEMPLATE]
27432 instantiate the configuration file FILE
27433 --header=FILE[:TEMPLATE]
27434 instantiate the configuration header FILE
27436 Configuration files:
27437 $config_files
27439 Configuration headers:
27440 $config_headers
27442 Configuration commands:
27443 $config_commands
27445 Report bugs to <bug-autoconf@gnu.org>."
27447 _ACEOF
27448 cat >>$CONFIG_STATUS <<_ACEOF
27449 ac_cs_version="\\
27450 Wine config.status 1.1.17
27451 configured by $0, generated by GNU Autoconf 2.61,
27452 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27454 Copyright (C) 2006 Free Software Foundation, Inc.
27455 This config.status script is free software; the Free Software Foundation
27456 gives unlimited permission to copy, distribute and modify it."
27458 ac_pwd='$ac_pwd'
27459 srcdir='$srcdir'
27460 INSTALL='$INSTALL'
27461 _ACEOF
27463 cat >>$CONFIG_STATUS <<\_ACEOF
27464 # If no file are specified by the user, then we need to provide default
27465 # value. By we need to know if files were specified by the user.
27466 ac_need_defaults=:
27467 while test $# != 0
27469 case $1 in
27470 --*=*)
27471 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27472 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27473 ac_shift=:
27476 ac_option=$1
27477 ac_optarg=$2
27478 ac_shift=shift
27480 esac
27482 case $ac_option in
27483 # Handling of the options.
27484 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27485 ac_cs_recheck=: ;;
27486 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27487 echo "$ac_cs_version"; exit ;;
27488 --debug | --debu | --deb | --de | --d | -d )
27489 debug=: ;;
27490 --file | --fil | --fi | --f )
27491 $ac_shift
27492 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27493 ac_need_defaults=false;;
27494 --header | --heade | --head | --hea )
27495 $ac_shift
27496 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27497 ac_need_defaults=false;;
27498 --he | --h)
27499 # Conflict between --help and --header
27500 { echo "$as_me: error: ambiguous option: $1
27501 Try \`$0 --help' for more information." >&2
27502 { (exit 1); exit 1; }; };;
27503 --help | --hel | -h )
27504 echo "$ac_cs_usage"; exit ;;
27505 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27506 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27507 ac_cs_silent=: ;;
27509 # This is an error.
27510 -*) { echo "$as_me: error: unrecognized option: $1
27511 Try \`$0 --help' for more information." >&2
27512 { (exit 1); exit 1; }; } ;;
27514 *) ac_config_targets="$ac_config_targets $1"
27515 ac_need_defaults=false ;;
27517 esac
27518 shift
27519 done
27521 ac_configure_extra_args=
27523 if $ac_cs_silent; then
27524 exec 6>/dev/null
27525 ac_configure_extra_args="$ac_configure_extra_args --silent"
27528 _ACEOF
27529 cat >>$CONFIG_STATUS <<_ACEOF
27530 if \$ac_cs_recheck; then
27531 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27532 CONFIG_SHELL=$SHELL
27533 export CONFIG_SHELL
27534 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27537 _ACEOF
27538 cat >>$CONFIG_STATUS <<\_ACEOF
27539 exec 5>>config.log
27541 echo
27542 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27543 ## Running $as_me. ##
27544 _ASBOX
27545 echo "$ac_log"
27546 } >&5
27548 _ACEOF
27549 cat >>$CONFIG_STATUS <<_ACEOF
27550 _ACEOF
27552 cat >>$CONFIG_STATUS <<\_ACEOF
27554 # Handling of arguments.
27555 for ac_config_target in $ac_config_targets
27557 case $ac_config_target in
27558 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27559 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27560 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27561 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27562 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27563 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27564 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27565 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27566 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27567 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27568 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27569 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27570 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27571 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27572 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27573 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27574 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27575 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27576 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27577 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27578 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27579 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27580 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27581 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27582 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27583 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27584 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27585 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27586 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27587 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27588 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
27589 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27590 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27591 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27592 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27593 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27594 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27595 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27596 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27597 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27598 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27599 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27600 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27601 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27602 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27603 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27604 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
27605 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27606 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27607 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27608 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27609 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27610 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27611 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27612 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27613 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27614 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27615 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27616 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27617 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27618 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
27619 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27620 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
27621 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27622 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27623 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27624 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27625 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27626 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27627 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27628 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27629 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27630 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27631 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27632 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27633 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27634 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27635 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27636 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27637 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27638 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27639 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27640 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27641 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27642 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27643 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27644 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27645 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27646 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27647 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27648 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27649 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27650 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27651 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27652 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27653 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27654 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27655 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27656 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27657 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27658 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27659 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27660 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27661 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27662 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27663 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27664 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
27665 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
27666 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27667 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27668 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27669 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27670 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27671 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27672 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27673 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27674 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27675 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27676 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27677 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27678 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27679 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27680 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27681 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27682 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27683 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27684 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27685 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27686 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27687 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27688 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27689 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27690 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27691 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27692 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27693 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27694 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27695 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27696 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27697 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27698 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27699 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27700 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27701 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27702 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27703 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27704 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27705 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27706 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27707 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27708 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27709 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27710 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27711 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27712 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27713 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27714 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27715 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27716 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27717 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27718 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
27719 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27720 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27721 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27722 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27723 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27724 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27725 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27726 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27727 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27728 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27729 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27730 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27731 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27732 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27733 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27734 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27735 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27736 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27737 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27738 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27739 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
27740 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27741 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27742 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27743 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27744 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27745 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27746 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27747 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
27748 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27749 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27750 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27751 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27752 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
27753 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27754 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27755 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27756 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27757 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27758 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27759 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27760 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27761 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
27762 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27763 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27764 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
27765 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27766 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27767 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27768 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27769 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27770 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27771 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27772 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27773 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
27774 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
27775 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27776 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27777 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27778 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27779 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27780 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27781 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27782 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27783 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27784 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27785 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27786 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27787 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27788 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27789 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27790 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27791 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27792 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27793 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27794 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27795 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27796 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27797 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27798 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27799 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27800 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27801 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27802 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27803 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27804 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27805 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27806 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27807 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27808 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27809 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27810 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27811 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27812 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27813 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27814 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27815 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27816 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27817 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27818 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27819 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27820 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27821 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27822 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
27823 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
27824 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
27825 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
27826 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
27827 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
27828 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27829 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27830 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27831 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27832 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27833 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27834 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
27835 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27836 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27837 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27838 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
27839 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27840 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27841 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27842 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27843 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27844 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27845 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27846 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27847 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27848 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27849 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27850 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27851 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27852 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27853 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27854 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27855 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27856 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27857 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27858 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27859 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27860 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27861 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
27862 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27863 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27864 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27865 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27866 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27867 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27868 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27869 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27870 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27871 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27872 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27873 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27874 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27875 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27876 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27877 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
27878 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27879 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
27880 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27881 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
27882 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27883 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
27884 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27885 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27886 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27887 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
27888 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27889 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27890 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27891 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27892 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
27893 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27894 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27895 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27896 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27897 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27898 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
27899 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27900 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27901 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
27902 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
27903 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27904 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27905 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27906 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27907 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
27908 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
27909 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
27910 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
27911 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
27912 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
27913 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
27914 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
27915 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
27916 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
27917 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
27918 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
27919 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
27920 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
27921 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
27922 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
27923 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
27924 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
27925 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
27926 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
27927 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
27928 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
27929 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
27930 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
27931 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
27932 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
27933 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27934 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27935 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27936 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27937 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27938 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27939 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27940 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27941 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27942 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27943 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
27944 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
27945 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
27946 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
27947 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
27948 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27949 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27950 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27951 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27952 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27953 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27954 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27955 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27956 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27957 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27958 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27959 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27960 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27961 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27962 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27963 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27964 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27965 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27966 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27967 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27968 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27969 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27970 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27971 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
27972 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27973 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27974 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
27975 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
27976 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
27977 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
27978 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
27979 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
27980 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
27981 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
27982 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
27983 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
27984 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
27985 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
27986 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
27987 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
27988 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
27989 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
27990 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
27991 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
27992 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
27993 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
27994 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
27995 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
27996 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27997 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27998 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27999 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28000 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28001 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28002 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28003 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28004 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28005 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28006 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28007 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28008 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28009 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28010 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28011 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28012 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28013 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28014 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28015 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28016 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28017 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28018 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28019 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28020 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28021 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28022 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28023 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28024 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28025 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28026 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28027 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28028 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28029 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28030 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28031 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28032 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28033 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28034 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28035 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28036 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28037 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28038 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28039 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28040 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28041 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28042 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28043 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28044 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28045 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28046 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28047 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28048 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28049 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28050 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28051 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28052 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28053 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28054 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28055 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28056 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28057 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28058 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28059 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28060 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28061 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28063 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28064 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28065 { (exit 1); exit 1; }; };;
28066 esac
28067 done
28070 # If the user did not use the arguments to specify the items to instantiate,
28071 # then the envvar interface is used. Set only those that are not.
28072 # We use the long form for the default assignment because of an extremely
28073 # bizarre bug on SunOS 4.1.3.
28074 if $ac_need_defaults; then
28075 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28076 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28077 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28080 # Have a temporary directory for convenience. Make it in the build tree
28081 # simply because there is no reason against having it here, and in addition,
28082 # creating and moving files from /tmp can sometimes cause problems.
28083 # Hook for its removal unless debugging.
28084 # Note that there is a small window in which the directory will not be cleaned:
28085 # after its creation but before its name has been assigned to `$tmp'.
28086 $debug ||
28088 tmp=
28089 trap 'exit_status=$?
28090 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28092 trap '{ (exit 1); exit 1; }' 1 2 13 15
28094 # Create a (secure) tmp directory for tmp files.
28097 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28098 test -n "$tmp" && test -d "$tmp"
28099 } ||
28101 tmp=./conf$$-$RANDOM
28102 (umask 077 && mkdir "$tmp")
28103 } ||
28105 echo "$me: cannot create a temporary directory in ." >&2
28106 { (exit 1); exit 1; }
28110 # Set up the sed scripts for CONFIG_FILES section.
28113 # No need to generate the scripts if there are no CONFIG_FILES.
28114 # This happens for instance when ./config.status config.h
28115 if test -n "$CONFIG_FILES"; then
28117 _ACEOF
28119 # Create sed commands to just substitute file output variables.
28121 # Remaining file output variables are in a fragment that also has non-file
28122 # output varibles.
28126 ac_delim='%!_!# '
28127 for ac_last_try in false false false false false :; do
28128 cat >conf$$subs.sed <<_ACEOF
28129 SHELL!$SHELL$ac_delim
28130 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28131 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28132 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28133 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28134 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28135 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28136 exec_prefix!$exec_prefix$ac_delim
28137 prefix!$prefix$ac_delim
28138 program_transform_name!$program_transform_name$ac_delim
28139 bindir!$bindir$ac_delim
28140 sbindir!$sbindir$ac_delim
28141 libexecdir!$libexecdir$ac_delim
28142 datarootdir!$datarootdir$ac_delim
28143 datadir!$datadir$ac_delim
28144 sysconfdir!$sysconfdir$ac_delim
28145 sharedstatedir!$sharedstatedir$ac_delim
28146 localstatedir!$localstatedir$ac_delim
28147 includedir!$includedir$ac_delim
28148 oldincludedir!$oldincludedir$ac_delim
28149 docdir!$docdir$ac_delim
28150 infodir!$infodir$ac_delim
28151 htmldir!$htmldir$ac_delim
28152 dvidir!$dvidir$ac_delim
28153 pdfdir!$pdfdir$ac_delim
28154 psdir!$psdir$ac_delim
28155 libdir!$libdir$ac_delim
28156 localedir!$localedir$ac_delim
28157 mandir!$mandir$ac_delim
28158 DEFS!$DEFS$ac_delim
28159 ECHO_C!$ECHO_C$ac_delim
28160 ECHO_N!$ECHO_N$ac_delim
28161 ECHO_T!$ECHO_T$ac_delim
28162 LIBS!$LIBS$ac_delim
28163 build_alias!$build_alias$ac_delim
28164 host_alias!$host_alias$ac_delim
28165 target_alias!$target_alias$ac_delim
28166 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28167 build!$build$ac_delim
28168 build_cpu!$build_cpu$ac_delim
28169 build_vendor!$build_vendor$ac_delim
28170 build_os!$build_os$ac_delim
28171 host!$host$ac_delim
28172 host_cpu!$host_cpu$ac_delim
28173 host_vendor!$host_vendor$ac_delim
28174 host_os!$host_os$ac_delim
28175 SET_MAKE!$SET_MAKE$ac_delim
28176 CC!$CC$ac_delim
28177 CFLAGS!$CFLAGS$ac_delim
28178 LDFLAGS!$LDFLAGS$ac_delim
28179 CPPFLAGS!$CPPFLAGS$ac_delim
28180 ac_ct_CC!$ac_ct_CC$ac_delim
28181 EXEEXT!$EXEEXT$ac_delim
28182 OBJEXT!$OBJEXT$ac_delim
28183 CXX!$CXX$ac_delim
28184 CXXFLAGS!$CXXFLAGS$ac_delim
28185 ac_ct_CXX!$ac_ct_CXX$ac_delim
28186 CPPBIN!$CPPBIN$ac_delim
28187 TARGETFLAGS!$TARGETFLAGS$ac_delim
28188 WIN16_FILES!$WIN16_FILES$ac_delim
28189 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28190 TOOLSDIR!$TOOLSDIR$ac_delim
28191 FLEX!$FLEX$ac_delim
28192 BISON!$BISON$ac_delim
28193 AS!$AS$ac_delim
28194 ac_ct_AS!$ac_ct_AS$ac_delim
28195 LD!$LD$ac_delim
28196 ac_ct_LD!$ac_ct_LD$ac_delim
28197 NM!$NM$ac_delim
28198 ac_ct_NM!$ac_ct_NM$ac_delim
28199 AR!$AR$ac_delim
28200 ac_ct_AR!$ac_ct_AR$ac_delim
28201 ARFLAGS!$ARFLAGS$ac_delim
28202 RANLIB!$RANLIB$ac_delim
28203 STRIP!$STRIP$ac_delim
28204 WINDRES!$WINDRES$ac_delim
28205 LN_S!$LN_S$ac_delim
28206 LN!$LN$ac_delim
28207 GREP!$GREP$ac_delim
28208 EGREP!$EGREP$ac_delim
28209 LDCONFIG!$LDCONFIG$ac_delim
28210 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28211 _ACEOF
28213 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28214 break
28215 elif $ac_last_try; then
28216 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28217 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28218 { (exit 1); exit 1; }; }
28219 else
28220 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28222 done
28224 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28225 if test -n "$ac_eof"; then
28226 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28227 ac_eof=`expr $ac_eof + 1`
28230 cat >>$CONFIG_STATUS <<_ACEOF
28231 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28232 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28233 /^[ ]*@MAKE_RULES@[ ]*$/{
28234 r $MAKE_RULES
28237 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28238 r $MAKE_DLL_RULES
28241 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28242 r $MAKE_IMPLIB_RULES
28245 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28246 r $MAKE_TEST_RULES
28249 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28250 r $MAKE_PROG_RULES
28253 _ACEOF
28254 sed '
28255 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28256 s/^/s,@/; s/!/@,|#_!!_#|/
28259 s/'"$ac_delim"'$/,g/; t
28260 s/$/\\/; p
28261 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28262 ' >>$CONFIG_STATUS <conf$$subs.sed
28263 rm -f conf$$subs.sed
28264 cat >>$CONFIG_STATUS <<_ACEOF
28265 CEOF$ac_eof
28266 _ACEOF
28269 ac_delim='%!_!# '
28270 for ac_last_try in false false false false false :; do
28271 cat >conf$$subs.sed <<_ACEOF
28272 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28273 INSTALL_DATA!$INSTALL_DATA$ac_delim
28274 LINT!$LINT$ac_delim
28275 LINTFLAGS!$LINTFLAGS$ac_delim
28276 FONTFORGE!$FONTFORGE$ac_delim
28277 PKG_CONFIG!$PKG_CONFIG$ac_delim
28278 RSVG!$RSVG$ac_delim
28279 ICOTOOL!$ICOTOOL$ac_delim
28280 PRELINK!$PRELINK$ac_delim
28281 XLIB!$XLIB$ac_delim
28282 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28283 CPP!$CPP$ac_delim
28284 DLLEXT!$DLLEXT$ac_delim
28285 DLLFLAGS!$DLLFLAGS$ac_delim
28286 LDSHARED!$LDSHARED$ac_delim
28287 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28288 LIBEXT!$LIBEXT$ac_delim
28289 IMPLIBEXT!$IMPLIBEXT$ac_delim
28290 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28291 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28292 LDD!$LDD$ac_delim
28293 DLLTOOL!$DLLTOOL$ac_delim
28294 DLLWRAP!$DLLWRAP$ac_delim
28295 MINGWAR!$MINGWAR$ac_delim
28296 SECURITYLIB!$SECURITYLIB$ac_delim
28297 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28298 IOKITLIB!$IOKITLIB$ac_delim
28299 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28300 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28301 COREAUDIO!$COREAUDIO$ac_delim
28302 CARBONLIB!$CARBONLIB$ac_delim
28303 CROSSCC!$CROSSCC$ac_delim
28304 CROSSWINDRES!$CROSSWINDRES$ac_delim
28305 CROSSTEST!$CROSSTEST$ac_delim
28306 LIBPTHREAD!$LIBPTHREAD$ac_delim
28307 XMKMF!$XMKMF$ac_delim
28308 X_CFLAGS!$X_CFLAGS$ac_delim
28309 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28310 X_LIBS!$X_LIBS$ac_delim
28311 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28312 NASLIBS!$NASLIBS$ac_delim
28313 XML2LIBS!$XML2LIBS$ac_delim
28314 XML2INCL!$XML2INCL$ac_delim
28315 XSLTINCL!$XSLTINCL$ac_delim
28316 HALINCL!$HALINCL$ac_delim
28317 GNUTLSINCL!$GNUTLSINCL$ac_delim
28318 sane_devel!$sane_devel$ac_delim
28319 SANEINCL!$SANEINCL$ac_delim
28320 gphoto2_devel!$gphoto2_devel$ac_delim
28321 gphoto2port_devel!$gphoto2port_devel$ac_delim
28322 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28323 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28324 RESOLVLIBS!$RESOLVLIBS$ac_delim
28325 LCMSLIBS!$LCMSLIBS$ac_delim
28326 ft_devel!$ft_devel$ac_delim
28327 FREETYPELIBS!$FREETYPELIBS$ac_delim
28328 FREETYPEINCL!$FREETYPEINCL$ac_delim
28329 ESDCONFIG!$ESDCONFIG$ac_delim
28330 ESDINCL!$ESDINCL$ac_delim
28331 ESDLIBS!$ESDLIBS$ac_delim
28332 PULSELIBS!$PULSELIBS$ac_delim
28333 ALSALIBS!$ALSALIBS$ac_delim
28334 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28335 CUPSINCL!$CUPSINCL$ac_delim
28336 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28337 LIBKSTAT!$LIBKSTAT$ac_delim
28338 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28339 BUILTINFLAG!$BUILTINFLAG$ac_delim
28340 LDPATH!$LDPATH$ac_delim
28341 CRTLIBS!$CRTLIBS$ac_delim
28342 SOCKETLIBS!$SOCKETLIBS$ac_delim
28343 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28344 LIBDL!$LIBDL$ac_delim
28345 LIBPOLL!$LIBPOLL$ac_delim
28346 LDAPLIBS!$LDAPLIBS$ac_delim
28347 DEPENDENCIES!$DEPENDENCIES$ac_delim
28348 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28349 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28350 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28351 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28352 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28353 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28354 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28355 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28356 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28357 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28358 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28359 LIBOBJS!$LIBOBJS$ac_delim
28360 LTLIBOBJS!$LTLIBOBJS$ac_delim
28361 _ACEOF
28363 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
28364 break
28365 elif $ac_last_try; then
28366 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28367 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28368 { (exit 1); exit 1; }; }
28369 else
28370 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28372 done
28374 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28375 if test -n "$ac_eof"; then
28376 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28377 ac_eof=`expr $ac_eof + 1`
28380 cat >>$CONFIG_STATUS <<_ACEOF
28381 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28382 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28383 _ACEOF
28384 sed '
28385 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28386 s/^/s,@/; s/!/@,|#_!!_#|/
28389 s/'"$ac_delim"'$/,g/; t
28390 s/$/\\/; p
28391 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28392 ' >>$CONFIG_STATUS <conf$$subs.sed
28393 rm -f conf$$subs.sed
28394 cat >>$CONFIG_STATUS <<_ACEOF
28395 :end
28396 s/|#_!!_#|//g
28397 CEOF$ac_eof
28398 _ACEOF
28401 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28402 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28403 # trailing colons and then remove the whole line if VPATH becomes empty
28404 # (actually we leave an empty line to preserve line numbers).
28405 if test "x$srcdir" = x.; then
28406 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28407 s/:*\$(srcdir):*/:/
28408 s/:*\${srcdir}:*/:/
28409 s/:*@srcdir@:*/:/
28410 s/^\([^=]*=[ ]*\):*/\1/
28411 s/:*$//
28412 s/^[^=]*=[ ]*$//
28416 cat >>$CONFIG_STATUS <<\_ACEOF
28417 fi # test -n "$CONFIG_FILES"
28420 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28422 case $ac_tag in
28423 :[FHLC]) ac_mode=$ac_tag; continue;;
28424 esac
28425 case $ac_mode$ac_tag in
28426 :[FHL]*:*);;
28427 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28428 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28429 { (exit 1); exit 1; }; };;
28430 :[FH]-) ac_tag=-:-;;
28431 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28432 esac
28433 ac_save_IFS=$IFS
28434 IFS=:
28435 set x $ac_tag
28436 IFS=$ac_save_IFS
28437 shift
28438 ac_file=$1
28439 shift
28441 case $ac_mode in
28442 :L) ac_source=$1;;
28443 :[FH])
28444 ac_file_inputs=
28445 for ac_f
28447 case $ac_f in
28448 -) ac_f="$tmp/stdin";;
28449 *) # Look for the file first in the build tree, then in the source tree
28450 # (if the path is not absolute). The absolute path cannot be DOS-style,
28451 # because $ac_f cannot contain `:'.
28452 test -f "$ac_f" ||
28453 case $ac_f in
28454 [\\/$]*) false;;
28455 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28456 esac ||
28457 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28458 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28459 { (exit 1); exit 1; }; };;
28460 esac
28461 ac_file_inputs="$ac_file_inputs $ac_f"
28462 done
28464 # Let's still pretend it is `configure' which instantiates (i.e., don't
28465 # use $as_me), people would be surprised to read:
28466 # /* config.h. Generated by config.status. */
28467 configure_input="Generated from "`IFS=:
28468 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28469 if test x"$ac_file" != x-; then
28470 configure_input="$ac_file. $configure_input"
28471 { echo "$as_me:$LINENO: creating $ac_file" >&5
28472 echo "$as_me: creating $ac_file" >&6;}
28475 case $ac_tag in
28476 *:-:* | *:-) cat >"$tmp/stdin";;
28477 esac
28479 esac
28481 ac_dir=`$as_dirname -- "$ac_file" ||
28482 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28483 X"$ac_file" : 'X\(//\)[^/]' \| \
28484 X"$ac_file" : 'X\(//\)$' \| \
28485 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28486 echo X"$ac_file" |
28487 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28488 s//\1/
28491 /^X\(\/\/\)[^/].*/{
28492 s//\1/
28495 /^X\(\/\/\)$/{
28496 s//\1/
28499 /^X\(\/\).*/{
28500 s//\1/
28503 s/.*/./; q'`
28504 { as_dir="$ac_dir"
28505 case $as_dir in #(
28506 -*) as_dir=./$as_dir;;
28507 esac
28508 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28509 as_dirs=
28510 while :; do
28511 case $as_dir in #(
28512 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28513 *) as_qdir=$as_dir;;
28514 esac
28515 as_dirs="'$as_qdir' $as_dirs"
28516 as_dir=`$as_dirname -- "$as_dir" ||
28517 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28518 X"$as_dir" : 'X\(//\)[^/]' \| \
28519 X"$as_dir" : 'X\(//\)$' \| \
28520 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28521 echo X"$as_dir" |
28522 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28523 s//\1/
28526 /^X\(\/\/\)[^/].*/{
28527 s//\1/
28530 /^X\(\/\/\)$/{
28531 s//\1/
28534 /^X\(\/\).*/{
28535 s//\1/
28538 s/.*/./; q'`
28539 test -d "$as_dir" && break
28540 done
28541 test -z "$as_dirs" || eval "mkdir $as_dirs"
28542 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28543 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28544 { (exit 1); exit 1; }; }; }
28545 ac_builddir=.
28547 case "$ac_dir" in
28548 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28550 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28551 # A ".." for each directory in $ac_dir_suffix.
28552 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28553 case $ac_top_builddir_sub in
28554 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28555 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28556 esac ;;
28557 esac
28558 ac_abs_top_builddir=$ac_pwd
28559 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28560 # for backward compatibility:
28561 ac_top_builddir=$ac_top_build_prefix
28563 case $srcdir in
28564 .) # We are building in place.
28565 ac_srcdir=.
28566 ac_top_srcdir=$ac_top_builddir_sub
28567 ac_abs_top_srcdir=$ac_pwd ;;
28568 [\\/]* | ?:[\\/]* ) # Absolute name.
28569 ac_srcdir=$srcdir$ac_dir_suffix;
28570 ac_top_srcdir=$srcdir
28571 ac_abs_top_srcdir=$srcdir ;;
28572 *) # Relative name.
28573 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28574 ac_top_srcdir=$ac_top_build_prefix$srcdir
28575 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28576 esac
28577 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28580 case $ac_mode in
28583 # CONFIG_FILE
28586 case $INSTALL in
28587 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28588 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28589 esac
28590 _ACEOF
28592 cat >>$CONFIG_STATUS <<\_ACEOF
28593 # If the template does not know about datarootdir, expand it.
28594 # FIXME: This hack should be removed a few years after 2.60.
28595 ac_datarootdir_hack=; ac_datarootdir_seen=
28597 case `sed -n '/datarootdir/ {
28601 /@datadir@/p
28602 /@docdir@/p
28603 /@infodir@/p
28604 /@localedir@/p
28605 /@mandir@/p
28606 ' $ac_file_inputs` in
28607 *datarootdir*) ac_datarootdir_seen=yes;;
28608 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28609 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28610 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28611 _ACEOF
28612 cat >>$CONFIG_STATUS <<_ACEOF
28613 ac_datarootdir_hack='
28614 s&@datadir@&$datadir&g
28615 s&@docdir@&$docdir&g
28616 s&@infodir@&$infodir&g
28617 s&@localedir@&$localedir&g
28618 s&@mandir@&$mandir&g
28619 s&\\\${datarootdir}&$datarootdir&g' ;;
28620 esac
28621 _ACEOF
28623 # Neutralize VPATH when `$srcdir' = `.'.
28624 # Shell code in configure.ac might set extrasub.
28625 # FIXME: do we really want to maintain this feature?
28626 cat >>$CONFIG_STATUS <<_ACEOF
28627 sed "$ac_vpsub
28628 $extrasub
28629 _ACEOF
28630 cat >>$CONFIG_STATUS <<\_ACEOF
28632 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28633 s&@configure_input@&$configure_input&;t t
28634 s&@top_builddir@&$ac_top_builddir_sub&;t t
28635 s&@srcdir@&$ac_srcdir&;t t
28636 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28637 s&@top_srcdir@&$ac_top_srcdir&;t t
28638 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28639 s&@builddir@&$ac_builddir&;t t
28640 s&@abs_builddir@&$ac_abs_builddir&;t t
28641 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28642 s&@INSTALL@&$ac_INSTALL&;t t
28643 $ac_datarootdir_hack
28644 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28646 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28647 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28648 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28649 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28650 which seems to be undefined. Please make sure it is defined." >&5
28651 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28652 which seems to be undefined. Please make sure it is defined." >&2;}
28654 rm -f "$tmp/stdin"
28655 case $ac_file in
28656 -) cat "$tmp/out"; rm -f "$tmp/out";;
28657 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28658 esac
28662 # CONFIG_HEADER
28664 _ACEOF
28666 # Transform confdefs.h into a sed script `conftest.defines', that
28667 # substitutes the proper values into config.h.in to produce config.h.
28668 rm -f conftest.defines conftest.tail
28669 # First, append a space to every undef/define line, to ease matching.
28670 echo 's/$/ /' >conftest.defines
28671 # Then, protect against being on the right side of a sed subst, or in
28672 # an unquoted here document, in config.status. If some macros were
28673 # called several times there might be several #defines for the same
28674 # symbol, which is useless. But do not sort them, since the last
28675 # AC_DEFINE must be honored.
28676 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28677 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28678 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28679 # PARAMS is the parameter list in the macro definition--in most cases, it's
28680 # just an empty string.
28681 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28682 ac_dB='\\)[ (].*,\\1define\\2'
28683 ac_dC=' '
28684 ac_dD=' ,'
28686 uniq confdefs.h |
28687 sed -n '
28688 t rset
28689 :rset
28690 s/^[ ]*#[ ]*define[ ][ ]*//
28691 t ok
28694 s/[\\&,]/\\&/g
28695 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28696 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28697 ' >>conftest.defines
28699 # Remove the space that was appended to ease matching.
28700 # Then replace #undef with comments. This is necessary, for
28701 # example, in the case of _POSIX_SOURCE, which is predefined and required
28702 # on some systems where configure will not decide to define it.
28703 # (The regexp can be short, since the line contains either #define or #undef.)
28704 echo 's/ $//
28705 s,^[ #]*u.*,/* & */,' >>conftest.defines
28707 # Break up conftest.defines:
28708 ac_max_sed_lines=50
28710 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28711 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28712 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28713 # et cetera.
28714 ac_in='$ac_file_inputs'
28715 ac_out='"$tmp/out1"'
28716 ac_nxt='"$tmp/out2"'
28718 while :
28720 # Write a here document:
28721 cat >>$CONFIG_STATUS <<_ACEOF
28722 # First, check the format of the line:
28723 cat >"\$tmp/defines.sed" <<\\CEOF
28724 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28725 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28727 :def
28728 _ACEOF
28729 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28730 echo 'CEOF
28731 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28732 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28733 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28734 grep . conftest.tail >/dev/null || break
28735 rm -f conftest.defines
28736 mv conftest.tail conftest.defines
28737 done
28738 rm -f conftest.defines conftest.tail
28740 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28741 cat >>$CONFIG_STATUS <<\_ACEOF
28742 if test x"$ac_file" != x-; then
28743 echo "/* $configure_input */" >"$tmp/config.h"
28744 cat "$ac_result" >>"$tmp/config.h"
28745 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28746 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28747 echo "$as_me: $ac_file is unchanged" >&6;}
28748 else
28749 rm -f $ac_file
28750 mv "$tmp/config.h" $ac_file
28752 else
28753 echo "/* $configure_input */"
28754 cat "$ac_result"
28756 rm -f "$tmp/out12"
28759 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28760 echo "$as_me: executing $ac_file commands" >&6;}
28762 esac
28765 case $ac_file$ac_mode in
28766 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28767 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28768 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28769 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28770 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28771 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28772 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28773 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28774 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28775 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28776 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28777 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28778 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28780 esac
28781 done # for ac_tag
28784 { (exit 0); exit 0; }
28785 _ACEOF
28786 chmod +x $CONFIG_STATUS
28787 ac_clean_files=$ac_clean_files_save
28790 # configure is writing to config.log, and then calls config.status.
28791 # config.status does its own redirection, appending to config.log.
28792 # Unfortunately, on DOS this fails, as config.log is still kept open
28793 # by configure, so config.status won't be able to write to it; its
28794 # output is simply discarded. So we exec the FD to /dev/null,
28795 # effectively closing config.log, so it can be properly (re)opened and
28796 # appended to by config.status. When coming back to configure, we
28797 # need to make the FD available again.
28798 if test "$no_create" != yes; then
28799 ac_cs_success=:
28800 ac_config_status_args=
28801 test "$silent" = yes &&
28802 ac_config_status_args="$ac_config_status_args --quiet"
28803 exec 5>/dev/null
28804 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28805 exec 5>>config.log
28806 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28807 # would make configure fail if this is the last instruction.
28808 $ac_cs_success || { (exit 1); exit 1; }
28812 if test "$no_create" = "yes"
28813 then
28814 exit 0
28817 ac_save_IFS="$IFS"
28818 if test "x$wine_notices != "x; then
28819 echo >&6
28820 IFS="|"
28821 for msg in $wine_notices; do
28822 IFS="$ac_save_IFS"
28823 if test -n "$msg"; then
28824 { echo "$as_me:$LINENO: $msg" >&5
28825 echo "$as_me: $msg" >&6;}
28827 done
28829 IFS="|"
28830 for msg in $wine_warnings; do
28831 IFS="$ac_save_IFS"
28832 if test -n "$msg"; then
28833 echo >&2
28834 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28835 echo "$as_me: WARNING: $msg" >&2;}
28837 done
28838 IFS="$ac_save_IFS"
28840 echo "
28841 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28842 " >&6