push d71a6e1be08693e4d5604ec5ce99ac88a82dcdf8
[wine/hacks.git] / configure
blobd317c6a307cdde30ed19b62d0c3c575e4e4627cc
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.24.
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.24'
578 PACKAGE_STRING='Wine 1.1.24'
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_AR
684 ARFLAGS
685 RANLIB
686 STRIP
687 LN_S
689 GREP
690 EGREP
691 LDCONFIG
692 INSTALL_PROGRAM
693 INSTALL_SCRIPT
694 INSTALL_DATA
695 LINT
696 LINTFLAGS
697 FONTFORGE
698 PKG_CONFIG
699 RSVG
700 ICOTOOL
701 PRELINK
702 XLIB
703 OPENGL_LIBS
705 DLLEXT
706 DLLFLAGS
707 LDSHARED
708 LDDLLFLAGS
709 LIBEXT
710 IMPLIBEXT
711 LDRPATH_INSTALL
712 LDRPATH_LOCAL
714 DLLTOOL
715 DLLWRAP
716 MINGWAR
717 SECURITYLIB
718 COREFOUNDATIONLIB
719 IOKITLIB
720 LDEXECFLAGS
721 DISKARBITRATIONLIB
722 COREAUDIO
723 CARBONLIB
724 CROSSCC
725 CROSSTEST
726 CROSSTARGETFLAGS
727 LIBPTHREAD
728 XMKMF
729 X_CFLAGS
730 X_PRE_LIBS
731 X_LIBS
732 X_EXTRA_LIBS
733 NASLIBS
734 XML2LIBS
735 XML2INCL
736 XSLTINCL
737 HALINCL
738 GNUTLSINCL
739 sane_devel
740 SANEINCL
741 gphoto2_devel
742 gphoto2port_devel
743 GPHOTO2LIBS
744 GPHOTO2INCL
745 RESOLVLIBS
746 LCMSLIBS
747 ft_devel
748 FREETYPELIBS
749 FREETYPEINCL
750 ZLIB
751 ESDCONFIG
752 ESDINCL
753 ESDLIBS
754 PULSELIBS
755 ALSALIBS
756 AUDIOIOLIBS
757 CUPSINCL
758 FONTCONFIGINCL
759 PNGINCL
760 LIBKSTAT
761 EXTRACFLAGS
762 BUILTINFLAG
763 LDPATH
764 CRTLIBS
765 SOCKETLIBS
766 EXTRA_BINARIES
767 LIBDL
768 LIBPOLL
769 LDAPLIBS
770 DEPENDENCIES
771 ALL_MAKERULES
772 ALL_MAKEFILES
773 ALL_MAKEFILE_DEPENDS
774 ALL_TOP_DIRS
775 ALL_DLL_DIRS
776 ALL_IMPLIB_DIRS
777 ALL_TEST_DIRS
778 ALL_PROGRAM_DIRS
779 ALL_PROGRAM_INSTALL_DIRS
780 ALL_PROGRAM_BIN_INSTALL_DIRS
781 ALL_WINETEST_DEPENDS
782 LIBOBJS
783 LTLIBOBJS'
784 ac_subst_files='MAKE_RULES
785 MAKE_DLL_RULES
786 MAKE_IMPLIB_RULES
787 MAKE_TEST_RULES
788 MAKE_PROG_RULES'
789 ac_precious_vars='build_alias
790 host_alias
791 target_alias
793 CFLAGS
794 LDFLAGS
795 LIBS
796 CPPFLAGS
798 CXXFLAGS
801 XMKMF'
804 # Initialize some variables set by options.
805 ac_init_help=
806 ac_init_version=false
807 # The variables have the same names as the options, with
808 # dashes changed to underlines.
809 cache_file=/dev/null
810 exec_prefix=NONE
811 no_create=
812 no_recursion=
813 prefix=NONE
814 program_prefix=NONE
815 program_suffix=NONE
816 program_transform_name=s,x,x,
817 silent=
818 site=
819 srcdir=
820 verbose=
821 x_includes=NONE
822 x_libraries=NONE
824 # Installation directory options.
825 # These are left unexpanded so users can "make install exec_prefix=/foo"
826 # and all the variables that are supposed to be based on exec_prefix
827 # by default will actually change.
828 # Use braces instead of parens because sh, perl, etc. also accept them.
829 # (The list follows the same order as the GNU Coding Standards.)
830 bindir='${exec_prefix}/bin'
831 sbindir='${exec_prefix}/sbin'
832 libexecdir='${exec_prefix}/libexec'
833 datarootdir='${prefix}/share'
834 datadir='${datarootdir}'
835 sysconfdir='${prefix}/etc'
836 sharedstatedir='${prefix}/com'
837 localstatedir='${prefix}/var'
838 includedir='${prefix}/include'
839 oldincludedir='/usr/include'
840 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
841 infodir='${datarootdir}/info'
842 htmldir='${docdir}'
843 dvidir='${docdir}'
844 pdfdir='${docdir}'
845 psdir='${docdir}'
846 libdir='${exec_prefix}/lib'
847 localedir='${datarootdir}/locale'
848 mandir='${datarootdir}/man'
850 ac_prev=
851 ac_dashdash=
852 for ac_option
854 # If the previous option needs an argument, assign it.
855 if test -n "$ac_prev"; then
856 eval $ac_prev=\$ac_option
857 ac_prev=
858 continue
861 case $ac_option in
862 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
863 *) ac_optarg=yes ;;
864 esac
866 # Accept the important Cygnus configure options, so we can diagnose typos.
868 case $ac_dashdash$ac_option in
870 ac_dashdash=yes ;;
872 -bindir | --bindir | --bindi | --bind | --bin | --bi)
873 ac_prev=bindir ;;
874 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
875 bindir=$ac_optarg ;;
877 -build | --build | --buil | --bui | --bu)
878 ac_prev=build_alias ;;
879 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
880 build_alias=$ac_optarg ;;
882 -cache-file | --cache-file | --cache-fil | --cache-fi \
883 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
884 ac_prev=cache_file ;;
885 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
886 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
887 cache_file=$ac_optarg ;;
889 --config-cache | -C)
890 cache_file=config.cache ;;
892 -datadir | --datadir | --datadi | --datad)
893 ac_prev=datadir ;;
894 -datadir=* | --datadir=* | --datadi=* | --datad=*)
895 datadir=$ac_optarg ;;
897 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
898 | --dataroo | --dataro | --datar)
899 ac_prev=datarootdir ;;
900 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
901 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
902 datarootdir=$ac_optarg ;;
904 -disable-* | --disable-*)
905 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
906 # Reject names that are not valid shell variable names.
907 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
908 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
909 { (exit 1); exit 1; }; }
910 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
911 eval enable_$ac_feature=no ;;
913 -docdir | --docdir | --docdi | --doc | --do)
914 ac_prev=docdir ;;
915 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
916 docdir=$ac_optarg ;;
918 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
919 ac_prev=dvidir ;;
920 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
921 dvidir=$ac_optarg ;;
923 -enable-* | --enable-*)
924 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
925 # Reject names that are not valid shell variable names.
926 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
927 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
928 { (exit 1); exit 1; }; }
929 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
930 eval enable_$ac_feature=\$ac_optarg ;;
932 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
933 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
934 | --exec | --exe | --ex)
935 ac_prev=exec_prefix ;;
936 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
937 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
938 | --exec=* | --exe=* | --ex=*)
939 exec_prefix=$ac_optarg ;;
941 -gas | --gas | --ga | --g)
942 # Obsolete; use --with-gas.
943 with_gas=yes ;;
945 -help | --help | --hel | --he | -h)
946 ac_init_help=long ;;
947 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
948 ac_init_help=recursive ;;
949 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
950 ac_init_help=short ;;
952 -host | --host | --hos | --ho)
953 ac_prev=host_alias ;;
954 -host=* | --host=* | --hos=* | --ho=*)
955 host_alias=$ac_optarg ;;
957 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
958 ac_prev=htmldir ;;
959 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
960 | --ht=*)
961 htmldir=$ac_optarg ;;
963 -includedir | --includedir | --includedi | --included | --include \
964 | --includ | --inclu | --incl | --inc)
965 ac_prev=includedir ;;
966 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
967 | --includ=* | --inclu=* | --incl=* | --inc=*)
968 includedir=$ac_optarg ;;
970 -infodir | --infodir | --infodi | --infod | --info | --inf)
971 ac_prev=infodir ;;
972 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
973 infodir=$ac_optarg ;;
975 -libdir | --libdir | --libdi | --libd)
976 ac_prev=libdir ;;
977 -libdir=* | --libdir=* | --libdi=* | --libd=*)
978 libdir=$ac_optarg ;;
980 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
981 | --libexe | --libex | --libe)
982 ac_prev=libexecdir ;;
983 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
984 | --libexe=* | --libex=* | --libe=*)
985 libexecdir=$ac_optarg ;;
987 -localedir | --localedir | --localedi | --localed | --locale)
988 ac_prev=localedir ;;
989 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
990 localedir=$ac_optarg ;;
992 -localstatedir | --localstatedir | --localstatedi | --localstated \
993 | --localstate | --localstat | --localsta | --localst | --locals)
994 ac_prev=localstatedir ;;
995 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
996 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
997 localstatedir=$ac_optarg ;;
999 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1000 ac_prev=mandir ;;
1001 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1002 mandir=$ac_optarg ;;
1004 -nfp | --nfp | --nf)
1005 # Obsolete; use --without-fp.
1006 with_fp=no ;;
1008 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1009 | --no-cr | --no-c | -n)
1010 no_create=yes ;;
1012 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1013 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1014 no_recursion=yes ;;
1016 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1017 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1018 | --oldin | --oldi | --old | --ol | --o)
1019 ac_prev=oldincludedir ;;
1020 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1021 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1022 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1023 oldincludedir=$ac_optarg ;;
1025 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1026 ac_prev=prefix ;;
1027 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1028 prefix=$ac_optarg ;;
1030 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1031 | --program-pre | --program-pr | --program-p)
1032 ac_prev=program_prefix ;;
1033 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1034 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1035 program_prefix=$ac_optarg ;;
1037 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1038 | --program-suf | --program-su | --program-s)
1039 ac_prev=program_suffix ;;
1040 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1041 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1042 program_suffix=$ac_optarg ;;
1044 -program-transform-name | --program-transform-name \
1045 | --program-transform-nam | --program-transform-na \
1046 | --program-transform-n | --program-transform- \
1047 | --program-transform | --program-transfor \
1048 | --program-transfo | --program-transf \
1049 | --program-trans | --program-tran \
1050 | --progr-tra | --program-tr | --program-t)
1051 ac_prev=program_transform_name ;;
1052 -program-transform-name=* | --program-transform-name=* \
1053 | --program-transform-nam=* | --program-transform-na=* \
1054 | --program-transform-n=* | --program-transform-=* \
1055 | --program-transform=* | --program-transfor=* \
1056 | --program-transfo=* | --program-transf=* \
1057 | --program-trans=* | --program-tran=* \
1058 | --progr-tra=* | --program-tr=* | --program-t=*)
1059 program_transform_name=$ac_optarg ;;
1061 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1062 ac_prev=pdfdir ;;
1063 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1064 pdfdir=$ac_optarg ;;
1066 -psdir | --psdir | --psdi | --psd | --ps)
1067 ac_prev=psdir ;;
1068 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1069 psdir=$ac_optarg ;;
1071 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1072 | -silent | --silent | --silen | --sile | --sil)
1073 silent=yes ;;
1075 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1076 ac_prev=sbindir ;;
1077 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1078 | --sbi=* | --sb=*)
1079 sbindir=$ac_optarg ;;
1081 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1082 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1083 | --sharedst | --shareds | --shared | --share | --shar \
1084 | --sha | --sh)
1085 ac_prev=sharedstatedir ;;
1086 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1087 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1088 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1089 | --sha=* | --sh=*)
1090 sharedstatedir=$ac_optarg ;;
1092 -site | --site | --sit)
1093 ac_prev=site ;;
1094 -site=* | --site=* | --sit=*)
1095 site=$ac_optarg ;;
1097 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1098 ac_prev=srcdir ;;
1099 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1100 srcdir=$ac_optarg ;;
1102 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1103 | --syscon | --sysco | --sysc | --sys | --sy)
1104 ac_prev=sysconfdir ;;
1105 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1106 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1107 sysconfdir=$ac_optarg ;;
1109 -target | --target | --targe | --targ | --tar | --ta | --t)
1110 ac_prev=target_alias ;;
1111 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1112 target_alias=$ac_optarg ;;
1114 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1115 verbose=yes ;;
1117 -version | --version | --versio | --versi | --vers | -V)
1118 ac_init_version=: ;;
1120 -with-* | --with-*)
1121 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1122 # Reject names that are not valid shell variable names.
1123 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1124 { echo "$as_me: error: invalid package name: $ac_package" >&2
1125 { (exit 1); exit 1; }; }
1126 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1127 eval with_$ac_package=\$ac_optarg ;;
1129 -without-* | --without-*)
1130 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1131 # Reject names that are not valid shell variable names.
1132 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1133 { echo "$as_me: error: invalid package name: $ac_package" >&2
1134 { (exit 1); exit 1; }; }
1135 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1136 eval with_$ac_package=no ;;
1138 --x)
1139 # Obsolete; use --with-x.
1140 with_x=yes ;;
1142 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1143 | --x-incl | --x-inc | --x-in | --x-i)
1144 ac_prev=x_includes ;;
1145 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1146 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1147 x_includes=$ac_optarg ;;
1149 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1150 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1151 ac_prev=x_libraries ;;
1152 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1153 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1154 x_libraries=$ac_optarg ;;
1156 -*) { echo "$as_me: error: unrecognized option: $ac_option
1157 Try \`$0 --help' for more information." >&2
1158 { (exit 1); exit 1; }; }
1161 *=*)
1162 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1163 # Reject names that are not valid shell variable names.
1164 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1165 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1166 { (exit 1); exit 1; }; }
1167 eval $ac_envvar=\$ac_optarg
1168 export $ac_envvar ;;
1171 # FIXME: should be removed in autoconf 3.0.
1172 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1173 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1174 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1175 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1178 esac
1179 done
1181 if test -n "$ac_prev"; then
1182 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1183 { echo "$as_me: error: missing argument to $ac_option" >&2
1184 { (exit 1); exit 1; }; }
1187 # Be sure to have absolute directory names.
1188 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1189 datadir sysconfdir sharedstatedir localstatedir includedir \
1190 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1191 libdir localedir mandir
1193 eval ac_val=\$$ac_var
1194 case $ac_val in
1195 [\\/$]* | ?:[\\/]* ) continue;;
1196 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1197 esac
1198 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1199 { (exit 1); exit 1; }; }
1200 done
1202 # There might be people who depend on the old broken behavior: `$host'
1203 # used to hold the argument of --host etc.
1204 # FIXME: To remove some day.
1205 build=$build_alias
1206 host=$host_alias
1207 target=$target_alias
1209 # FIXME: To remove some day.
1210 if test "x$host_alias" != x; then
1211 if test "x$build_alias" = x; then
1212 cross_compiling=maybe
1213 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1214 If a cross compiler is detected then cross compile mode will be used." >&2
1215 elif test "x$build_alias" != "x$host_alias"; then
1216 cross_compiling=yes
1220 ac_tool_prefix=
1221 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1223 test "$silent" = yes && exec 6>/dev/null
1226 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1227 ac_ls_di=`ls -di .` &&
1228 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1229 { echo "$as_me: error: Working directory cannot be determined" >&2
1230 { (exit 1); exit 1; }; }
1231 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1232 { echo "$as_me: error: pwd does not report name of working directory" >&2
1233 { (exit 1); exit 1; }; }
1236 # Find the source files, if location was not specified.
1237 if test -z "$srcdir"; then
1238 ac_srcdir_defaulted=yes
1239 # Try the directory containing this script, then the parent directory.
1240 ac_confdir=`$as_dirname -- "$0" ||
1241 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1242 X"$0" : 'X\(//\)[^/]' \| \
1243 X"$0" : 'X\(//\)$' \| \
1244 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1245 echo X"$0" |
1246 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1247 s//\1/
1250 /^X\(\/\/\)[^/].*/{
1251 s//\1/
1254 /^X\(\/\/\)$/{
1255 s//\1/
1258 /^X\(\/\).*/{
1259 s//\1/
1262 s/.*/./; q'`
1263 srcdir=$ac_confdir
1264 if test ! -r "$srcdir/$ac_unique_file"; then
1265 srcdir=..
1267 else
1268 ac_srcdir_defaulted=no
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1272 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1273 { (exit 1); exit 1; }; }
1275 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1276 ac_abs_confdir=`(
1277 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1278 { (exit 1); exit 1; }; }
1279 pwd)`
1280 # When building in place, set srcdir=.
1281 if test "$ac_abs_confdir" = "$ac_pwd"; then
1282 srcdir=.
1284 # Remove unnecessary trailing slashes from srcdir.
1285 # Double slashes in file names in object file debugging info
1286 # mess up M-x gdb in Emacs.
1287 case $srcdir in
1288 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1289 esac
1290 for ac_var in $ac_precious_vars; do
1291 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1292 eval ac_env_${ac_var}_value=\$${ac_var}
1293 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1295 done
1298 # Report the --help message.
1300 if test "$ac_init_help" = "long"; then
1301 # Omit some internal or obsolete options to make the list less imposing.
1302 # This message is too long to be a string in the A/UX 3.1 sh.
1303 cat <<_ACEOF
1304 \`configure' configures Wine 1.1.24 to adapt to many kinds of systems.
1306 Usage: $0 [OPTION]... [VAR=VALUE]...
1308 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1309 VAR=VALUE. See below for descriptions of some of the useful variables.
1311 Defaults for the options are specified in brackets.
1313 Configuration:
1314 -h, --help display this help and exit
1315 --help=short display options specific to this package
1316 --help=recursive display the short help of all the included packages
1317 -V, --version display version information and exit
1318 -q, --quiet, --silent do not print \`checking...' messages
1319 --cache-file=FILE cache test results in FILE [disabled]
1320 -C, --config-cache alias for \`--cache-file=config.cache'
1321 -n, --no-create do not create output files
1322 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1324 Installation directories:
1325 --prefix=PREFIX install architecture-independent files in PREFIX
1326 [$ac_default_prefix]
1327 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1328 [PREFIX]
1330 By default, \`make install' will install all the files in
1331 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1332 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1333 for instance \`--prefix=\$HOME'.
1335 For better control, use the options below.
1337 Fine tuning of the installation directories:
1338 --bindir=DIR user executables [EPREFIX/bin]
1339 --sbindir=DIR system admin executables [EPREFIX/sbin]
1340 --libexecdir=DIR program executables [EPREFIX/libexec]
1341 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1342 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1343 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1344 --libdir=DIR object code libraries [EPREFIX/lib]
1345 --includedir=DIR C header files [PREFIX/include]
1346 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1347 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1348 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1349 --infodir=DIR info documentation [DATAROOTDIR/info]
1350 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1351 --mandir=DIR man documentation [DATAROOTDIR/man]
1352 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1353 --htmldir=DIR html documentation [DOCDIR]
1354 --dvidir=DIR dvi documentation [DOCDIR]
1355 --pdfdir=DIR pdf documentation [DOCDIR]
1356 --psdir=DIR ps documentation [DOCDIR]
1357 _ACEOF
1359 cat <<\_ACEOF
1361 X features:
1362 --x-includes=DIR X include files are in DIR
1363 --x-libraries=DIR X library files are in DIR
1365 System types:
1366 --build=BUILD configure for building on BUILD [guessed]
1367 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1368 _ACEOF
1371 if test -n "$ac_init_help"; then
1372 case $ac_init_help in
1373 short | recursive ) echo "Configuration of Wine 1.1.24:";;
1374 esac
1375 cat <<\_ACEOF
1377 Optional Features:
1378 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1379 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1380 --disable-win16 do not include Win16 support
1381 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1382 binaries)
1383 --disable-tests do not build the regression tests
1384 --enable-maintainer-mode
1385 enable maintainer-specific build rules
1387 Optional Packages:
1388 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1389 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1390 --without-alsa do not use the Alsa sound support
1391 --without-audioio do not use the AudioIO sound support
1392 --without-capi do not use CAPI (ISDN support)
1393 --without-cms do not use CMS (color management support)
1394 --without-coreaudio do not use the CoreAudio sound support
1395 --without-cups do not use CUPS
1396 --without-curses do not use (n)curses
1397 --without-esd do not use the EsounD sound support
1398 --without-fontconfig do not use fontconfig
1399 --without-freetype do not use the FreeType library
1400 --without-gphoto do not use gphoto (Digital Camera support)
1401 --without-glu do not use the GLU library
1402 --without-gnutls do not use GnuTLS (schannel support)
1403 --without-hal do not use HAL (dynamic device support)
1404 --without-jack do not use the Jack sound support
1405 --without-jpeg do not use JPEG
1406 --without-ldap do not use LDAP
1407 --without-nas do not use the NAS sound support
1408 --without-opengl do not use OpenGL
1409 --without-openssl do not use OpenSSL
1410 --without-oss do not use the OSS sound support
1411 --without-png do not use PNG
1412 --without-pthread do not use the pthread library
1413 --without-pulse do not use PulseAudio sound support
1414 --without-sane do not use SANE (scanner support)
1415 --without-xcomposite do not use the Xcomposite extension
1416 --without-xcursor do not use the Xcursor extension
1417 --without-xinerama do not use Xinerama (multi-monitor support)
1418 --without-xinput do not use the Xinput extension
1419 --without-xml do not use XML
1420 --without-xrandr do not use Xrandr (resolution changes)
1421 --without-xrender do not use the Xrender extension
1422 --without-xshape do not use the Xshape extension
1423 --without-xshm do not use XShm (shared memory extension)
1424 --without-xslt do not use XSLT
1425 --without-xxf86vm do not use XFree video mode extension
1426 --with-wine-tools=DIR use Wine tools from directory DIR
1427 --with-x use the X Window System
1429 Some influential environment variables:
1430 CC C compiler command
1431 CFLAGS C compiler flags
1432 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1433 nonstandard directory <lib dir>
1434 LIBS libraries to pass to the linker, e.g. -l<library>
1435 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1436 you have headers in a nonstandard directory <include dir>
1437 CXX C++ compiler command
1438 CXXFLAGS C++ compiler flags
1439 CPP C preprocessor
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1442 Use these variables to override the choices made by `configure' or to help
1443 it to find libraries and programs with nonstandard names/locations.
1445 Report bugs to <wine-devel@winehq.org>.
1446 _ACEOF
1447 ac_status=$?
1450 if test "$ac_init_help" = "recursive"; then
1451 # If there are subdirs, report their specific --help.
1452 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1453 test -d "$ac_dir" || continue
1454 ac_builddir=.
1456 case "$ac_dir" in
1457 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1459 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1465 esac ;;
1466 esac
1467 ac_abs_top_builddir=$ac_pwd
1468 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1469 # for backward compatibility:
1470 ac_top_builddir=$ac_top_build_prefix
1472 case $srcdir in
1473 .) # We are building in place.
1474 ac_srcdir=.
1475 ac_top_srcdir=$ac_top_builddir_sub
1476 ac_abs_top_srcdir=$ac_pwd ;;
1477 [\\/]* | ?:[\\/]* ) # Absolute name.
1478 ac_srcdir=$srcdir$ac_dir_suffix;
1479 ac_top_srcdir=$srcdir
1480 ac_abs_top_srcdir=$srcdir ;;
1481 *) # Relative name.
1482 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1485 esac
1486 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1488 cd "$ac_dir" || { ac_status=$?; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1491 echo &&
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure" --help=recursive
1496 else
1497 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 fi || ac_status=$?
1499 cd "$ac_pwd" || { ac_status=$?; break; }
1500 done
1503 test -n "$ac_init_help" && exit $ac_status
1504 if $ac_init_version; then
1505 cat <<\_ACEOF
1506 Wine configure 1.1.24
1507 generated by GNU Autoconf 2.61
1509 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1510 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1511 This configure script is free software; the Free Software Foundation
1512 gives unlimited permission to copy, distribute and modify it.
1513 _ACEOF
1514 exit
1516 cat >config.log <<_ACEOF
1517 This file contains any messages produced by compilers while
1518 running configure, to aid debugging if configure makes a mistake.
1520 It was created by Wine $as_me 1.1.24, which was
1521 generated by GNU Autoconf 2.61. Invocation command line was
1523 $ $0 $@
1525 _ACEOF
1526 exec 5>>config.log
1528 cat <<_ASUNAME
1529 ## --------- ##
1530 ## Platform. ##
1531 ## --------- ##
1533 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1534 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1535 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1536 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1537 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1539 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1540 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1542 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1543 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1544 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1545 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1546 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1547 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1548 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1550 _ASUNAME
1552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1553 for as_dir in $PATH
1555 IFS=$as_save_IFS
1556 test -z "$as_dir" && as_dir=.
1557 echo "PATH: $as_dir"
1558 done
1559 IFS=$as_save_IFS
1561 } >&5
1563 cat >&5 <<_ACEOF
1566 ## ----------- ##
1567 ## Core tests. ##
1568 ## ----------- ##
1570 _ACEOF
1573 # Keep a trace of the command line.
1574 # Strip out --no-create and --no-recursion so they do not pile up.
1575 # Strip out --silent because we don't want to record it for future runs.
1576 # Also quote any args containing shell meta-characters.
1577 # Make two passes to allow for proper duplicate-argument suppression.
1578 ac_configure_args=
1579 ac_configure_args0=
1580 ac_configure_args1=
1581 ac_must_keep_next=false
1582 for ac_pass in 1 2
1584 for ac_arg
1586 case $ac_arg in
1587 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1588 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1589 | -silent | --silent | --silen | --sile | --sil)
1590 continue ;;
1591 *\'*)
1592 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1593 esac
1594 case $ac_pass in
1595 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1597 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1598 if test $ac_must_keep_next = true; then
1599 ac_must_keep_next=false # Got value, back to normal.
1600 else
1601 case $ac_arg in
1602 *=* | --config-cache | -C | -disable-* | --disable-* \
1603 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1604 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1605 | -with-* | --with-* | -without-* | --without-* | --x)
1606 case "$ac_configure_args0 " in
1607 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1608 esac
1610 -* ) ac_must_keep_next=true ;;
1611 esac
1613 ac_configure_args="$ac_configure_args '$ac_arg'"
1615 esac
1616 done
1617 done
1618 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1619 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1621 # When interrupted or exit'd, cleanup temporary files, and complete
1622 # config.log. We remove comments because anyway the quotes in there
1623 # would cause problems or look ugly.
1624 # WARNING: Use '\'' to represent an apostrophe within the trap.
1625 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1626 trap 'exit_status=$?
1627 # Save into config.log some information that might help in debugging.
1629 echo
1631 cat <<\_ASBOX
1632 ## ---------------- ##
1633 ## Cache variables. ##
1634 ## ---------------- ##
1635 _ASBOX
1636 echo
1637 # The following way of writing the cache mishandles newlines in values,
1639 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1640 eval ac_val=\$$ac_var
1641 case $ac_val in #(
1642 *${as_nl}*)
1643 case $ac_var in #(
1644 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1645 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1646 esac
1647 case $ac_var in #(
1648 _ | IFS | as_nl) ;; #(
1649 *) $as_unset $ac_var ;;
1650 esac ;;
1651 esac
1652 done
1653 (set) 2>&1 |
1654 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1655 *${as_nl}ac_space=\ *)
1656 sed -n \
1657 "s/'\''/'\''\\\\'\'''\''/g;
1658 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1659 ;; #(
1661 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1663 esac |
1664 sort
1666 echo
1668 cat <<\_ASBOX
1669 ## ----------------- ##
1670 ## Output variables. ##
1671 ## ----------------- ##
1672 _ASBOX
1673 echo
1674 for ac_var in $ac_subst_vars
1676 eval ac_val=\$$ac_var
1677 case $ac_val in
1678 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1679 esac
1680 echo "$ac_var='\''$ac_val'\''"
1681 done | sort
1682 echo
1684 if test -n "$ac_subst_files"; then
1685 cat <<\_ASBOX
1686 ## ------------------- ##
1687 ## File substitutions. ##
1688 ## ------------------- ##
1689 _ASBOX
1690 echo
1691 for ac_var in $ac_subst_files
1693 eval ac_val=\$$ac_var
1694 case $ac_val in
1695 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1696 esac
1697 echo "$ac_var='\''$ac_val'\''"
1698 done | sort
1699 echo
1702 if test -s confdefs.h; then
1703 cat <<\_ASBOX
1704 ## ----------- ##
1705 ## confdefs.h. ##
1706 ## ----------- ##
1707 _ASBOX
1708 echo
1709 cat confdefs.h
1710 echo
1712 test "$ac_signal" != 0 &&
1713 echo "$as_me: caught signal $ac_signal"
1714 echo "$as_me: exit $exit_status"
1715 } >&5
1716 rm -f core *.core core.conftest.* &&
1717 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1718 exit $exit_status
1720 for ac_signal in 1 2 13 15; do
1721 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1722 done
1723 ac_signal=0
1725 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1726 rm -f -r conftest* confdefs.h
1728 # Predefined preprocessor variables.
1730 cat >>confdefs.h <<_ACEOF
1731 #define PACKAGE_NAME "$PACKAGE_NAME"
1732 _ACEOF
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_STRING "$PACKAGE_STRING"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1752 _ACEOF
1755 # Let the site file select an alternate cache file if it wants to.
1756 # Prefer explicitly selected file to automatically selected ones.
1757 if test -n "$CONFIG_SITE"; then
1758 set x "$CONFIG_SITE"
1759 elif test "x$prefix" != xNONE; then
1760 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1761 else
1762 set x "$ac_default_prefix/share/config.site" \
1763 "$ac_default_prefix/etc/config.site"
1765 shift
1766 for ac_site_file
1768 if test -r "$ac_site_file"; then
1769 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1770 echo "$as_me: loading site script $ac_site_file" >&6;}
1771 sed 's/^/| /' "$ac_site_file" >&5
1772 . "$ac_site_file"
1774 done
1776 if test -r "$cache_file"; then
1777 # Some versions of bash will fail to source /dev/null (special
1778 # files actually), so we avoid doing that.
1779 if test -f "$cache_file"; then
1780 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1781 echo "$as_me: loading cache $cache_file" >&6;}
1782 case $cache_file in
1783 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1784 *) . "./$cache_file";;
1785 esac
1787 else
1788 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1789 echo "$as_me: creating cache $cache_file" >&6;}
1790 >$cache_file
1793 # Check that the precious variables saved in the cache have kept the same
1794 # value.
1795 ac_cache_corrupted=false
1796 for ac_var in $ac_precious_vars; do
1797 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1798 eval ac_new_set=\$ac_env_${ac_var}_set
1799 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1800 eval ac_new_val=\$ac_env_${ac_var}_value
1801 case $ac_old_set,$ac_new_set in
1802 set,)
1803 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1804 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1805 ac_cache_corrupted=: ;;
1806 ,set)
1807 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1808 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1809 ac_cache_corrupted=: ;;
1810 ,);;
1812 if test "x$ac_old_val" != "x$ac_new_val"; then
1813 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1814 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1815 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1816 echo "$as_me: former value: $ac_old_val" >&2;}
1817 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1818 echo "$as_me: current value: $ac_new_val" >&2;}
1819 ac_cache_corrupted=:
1820 fi;;
1821 esac
1822 # Pass precious variables to config.status.
1823 if test "$ac_new_set" = set; then
1824 case $ac_new_val in
1825 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1826 *) ac_arg=$ac_var=$ac_new_val ;;
1827 esac
1828 case " $ac_configure_args " in
1829 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1830 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1831 esac
1833 done
1834 if $ac_cache_corrupted; then
1835 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1836 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1837 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1838 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1839 { (exit 1); exit 1; }; }
1866 ac_ext=c
1867 ac_cpp='$CPP $CPPFLAGS'
1868 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1869 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1870 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1874 ac_config_headers="$ac_config_headers include/config.h"
1876 ac_aux_dir=
1877 for ac_dir in tools "$srcdir"/tools; do
1878 if test -f "$ac_dir/install-sh"; then
1879 ac_aux_dir=$ac_dir
1880 ac_install_sh="$ac_aux_dir/install-sh -c"
1881 break
1882 elif test -f "$ac_dir/install.sh"; then
1883 ac_aux_dir=$ac_dir
1884 ac_install_sh="$ac_aux_dir/install.sh -c"
1885 break
1886 elif test -f "$ac_dir/shtool"; then
1887 ac_aux_dir=$ac_dir
1888 ac_install_sh="$ac_aux_dir/shtool install -c"
1889 break
1891 done
1892 if test -z "$ac_aux_dir"; then
1893 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1894 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1895 { (exit 1); exit 1; }; }
1898 # These three variables are undocumented and unsupported,
1899 # and are intended to be withdrawn in a future Autoconf release.
1900 # They can cause serious problems if a builder's source tree is in a directory
1901 # whose full name contains unusual characters.
1902 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1903 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1904 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1909 # Check whether --enable-win16 was given.
1910 if test "${enable_win16+set}" = set; then
1911 enableval=$enable_win16;
1914 # Check whether --enable-win64 was given.
1915 if test "${enable_win64+set}" = set; then
1916 enableval=$enable_win64;
1919 # Check whether --enable-tests was given.
1920 if test "${enable_tests+set}" = set; then
1921 enableval=$enable_tests;
1924 # Check whether --enable-maintainer-mode was given.
1925 if test "${enable_maintainer_mode+set}" = set; then
1926 enableval=$enable_maintainer_mode;
1927 else
1928 MAINTAINER_MODE=\#
1934 # Check whether --with-alsa was given.
1935 if test "${with_alsa+set}" = set; then
1936 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1940 # Check whether --with-audioio was given.
1941 if test "${with_audioio+set}" = set; then
1942 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1946 # Check whether --with-capi was given.
1947 if test "${with_capi+set}" = set; then
1948 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1952 # Check whether --with-cms was given.
1953 if test "${with_cms+set}" = set; then
1954 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1958 # Check whether --with-coreaudio was given.
1959 if test "${with_coreaudio+set}" = set; then
1960 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1964 # Check whether --with-cups was given.
1965 if test "${with_cups+set}" = set; then
1966 withval=$with_cups;
1970 # Check whether --with-curses was given.
1971 if test "${with_curses+set}" = set; then
1972 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1976 # Check whether --with-esd was given.
1977 if test "${with_esd+set}" = set; then
1978 withval=$with_esd;
1982 # Check whether --with-fontconfig was given.
1983 if test "${with_fontconfig+set}" = set; then
1984 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1988 # Check whether --with-freetype was given.
1989 if test "${with_freetype+set}" = set; then
1990 withval=$with_freetype;
1994 # Check whether --with-gphoto was given.
1995 if test "${with_gphoto+set}" = set; then
1996 withval=$with_gphoto;
2000 # Check whether --with-glu was given.
2001 if test "${with_glu+set}" = set; then
2002 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2006 # Check whether --with-gnutls was given.
2007 if test "${with_gnutls+set}" = set; then
2008 withval=$with_gnutls;
2012 # Check whether --with-hal was given.
2013 if test "${with_hal+set}" = set; then
2014 withval=$with_hal;
2018 # Check whether --with-jack was given.
2019 if test "${with_jack+set}" = set; then
2020 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2024 # Check whether --with-jpeg was given.
2025 if test "${with_jpeg+set}" = set; then
2026 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2030 # Check whether --with-ldap was given.
2031 if test "${with_ldap+set}" = set; then
2032 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2036 # Check whether --with-nas was given.
2037 if test "${with_nas+set}" = set; then
2038 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2042 # Check whether --with-opengl was given.
2043 if test "${with_opengl+set}" = set; then
2044 withval=$with_opengl;
2048 # Check whether --with-openssl was given.
2049 if test "${with_openssl+set}" = set; then
2050 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2054 # Check whether --with-oss was given.
2055 if test "${with_oss+set}" = set; then
2056 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
2060 # Check whether --with-png was given.
2061 if test "${with_png+set}" = set; then
2062 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2066 # Check whether --with-pthread was given.
2067 if test "${with_pthread+set}" = set; then
2068 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2072 # Check whether --with-pulse was given.
2073 if test "${with_pulse+set}" = set; then
2074 withval=$with_pulse;
2078 # Check whether --with-sane was given.
2079 if test "${with_sane+set}" = set; then
2080 withval=$with_sane;
2084 # Check whether --with-xcomposite was given.
2085 if test "${with_xcomposite+set}" = set; then
2086 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2090 # Check whether --with-xcursor was given.
2091 if test "${with_xcursor+set}" = set; then
2092 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2096 # Check whether --with-xinerama was given.
2097 if test "${with_xinerama+set}" = set; then
2098 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2102 # Check whether --with-xinput was given.
2103 if test "${with_xinput+set}" = set; then
2104 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2108 # Check whether --with-xml was given.
2109 if test "${with_xml+set}" = set; then
2110 withval=$with_xml;
2114 # Check whether --with-xrandr was given.
2115 if test "${with_xrandr+set}" = set; then
2116 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2120 # Check whether --with-xrender was given.
2121 if test "${with_xrender+set}" = set; then
2122 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2126 # Check whether --with-xshape was given.
2127 if test "${with_xshape+set}" = set; then
2128 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2132 # Check whether --with-xshm was given.
2133 if test "${with_xshm+set}" = set; then
2134 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2138 # Check whether --with-xslt was given.
2139 if test "${with_xslt+set}" = set; then
2140 withval=$with_xslt;
2144 # Check whether --with-xxf86vm was given.
2145 if test "${with_xxf86vm+set}" = set; then
2146 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2151 # Check whether --with-wine-tools was given.
2152 if test "${with_wine_tools+set}" = set; then
2153 withval=$with_wine_tools;
2157 # Make sure we can run config.sub.
2158 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2159 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2160 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2161 { (exit 1); exit 1; }; }
2163 { echo "$as_me:$LINENO: checking build system type" >&5
2164 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2165 if test "${ac_cv_build+set}" = set; then
2166 echo $ECHO_N "(cached) $ECHO_C" >&6
2167 else
2168 ac_build_alias=$build_alias
2169 test "x$ac_build_alias" = x &&
2170 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2171 test "x$ac_build_alias" = x &&
2172 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2173 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2174 { (exit 1); exit 1; }; }
2175 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2176 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2177 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2178 { (exit 1); exit 1; }; }
2181 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2182 echo "${ECHO_T}$ac_cv_build" >&6; }
2183 case $ac_cv_build in
2184 *-*-*) ;;
2185 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2186 echo "$as_me: error: invalid value of canonical build" >&2;}
2187 { (exit 1); exit 1; }; };;
2188 esac
2189 build=$ac_cv_build
2190 ac_save_IFS=$IFS; IFS='-'
2191 set x $ac_cv_build
2192 shift
2193 build_cpu=$1
2194 build_vendor=$2
2195 shift; shift
2196 # Remember, the first character of IFS is used to create $*,
2197 # except with old shells:
2198 build_os=$*
2199 IFS=$ac_save_IFS
2200 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2203 { echo "$as_me:$LINENO: checking host system type" >&5
2204 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2205 if test "${ac_cv_host+set}" = set; then
2206 echo $ECHO_N "(cached) $ECHO_C" >&6
2207 else
2208 if test "x$host_alias" = x; then
2209 ac_cv_host=$ac_cv_build
2210 else
2211 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2212 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2213 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2214 { (exit 1); exit 1; }; }
2218 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2219 echo "${ECHO_T}$ac_cv_host" >&6; }
2220 case $ac_cv_host in
2221 *-*-*) ;;
2222 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2223 echo "$as_me: error: invalid value of canonical host" >&2;}
2224 { (exit 1); exit 1; }; };;
2225 esac
2226 host=$ac_cv_host
2227 ac_save_IFS=$IFS; IFS='-'
2228 set x $ac_cv_host
2229 shift
2230 host_cpu=$1
2231 host_vendor=$2
2232 shift; shift
2233 # Remember, the first character of IFS is used to create $*,
2234 # except with old shells:
2235 host_os=$*
2236 IFS=$ac_save_IFS
2237 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2241 case "$srcdir" in
2242 .) ;;
2243 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2244 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2245 You need to run 'make distclean' in the source tree first." >&5
2246 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2247 You need to run 'make distclean' in the source tree first." >&2;}
2248 { (exit 1); exit 1; }; }
2249 fi ;;
2250 esac
2253 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2254 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2255 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2256 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2257 echo $ECHO_N "(cached) $ECHO_C" >&6
2258 else
2259 cat >conftest.make <<\_ACEOF
2260 SHELL = /bin/sh
2261 all:
2262 @echo '@@@%%%=$(MAKE)=@@@%%%'
2263 _ACEOF
2264 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2265 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2266 *@@@%%%=?*=@@@%%%*)
2267 eval ac_cv_prog_make_${ac_make}_set=yes;;
2269 eval ac_cv_prog_make_${ac_make}_set=no;;
2270 esac
2271 rm -f conftest.make
2273 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2274 { echo "$as_me:$LINENO: result: yes" >&5
2275 echo "${ECHO_T}yes" >&6; }
2276 SET_MAKE=
2277 else
2278 { echo "$as_me:$LINENO: result: no" >&5
2279 echo "${ECHO_T}no" >&6; }
2280 SET_MAKE="MAKE=${MAKE-make}"
2283 ac_ext=c
2284 ac_cpp='$CPP $CPPFLAGS'
2285 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2286 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2287 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2288 if test -n "$ac_tool_prefix"; then
2289 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2290 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2293 if test "${ac_cv_prog_CC+set}" = set; then
2294 echo $ECHO_N "(cached) $ECHO_C" >&6
2295 else
2296 if test -n "$CC"; then
2297 ac_cv_prog_CC="$CC" # Let the user override the test.
2298 else
2299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2300 for as_dir in $PATH
2302 IFS=$as_save_IFS
2303 test -z "$as_dir" && as_dir=.
2304 for ac_exec_ext in '' $ac_executable_extensions; do
2305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2306 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2308 break 2
2310 done
2311 done
2312 IFS=$as_save_IFS
2316 CC=$ac_cv_prog_CC
2317 if test -n "$CC"; then
2318 { echo "$as_me:$LINENO: result: $CC" >&5
2319 echo "${ECHO_T}$CC" >&6; }
2320 else
2321 { echo "$as_me:$LINENO: result: no" >&5
2322 echo "${ECHO_T}no" >&6; }
2327 if test -z "$ac_cv_prog_CC"; then
2328 ac_ct_CC=$CC
2329 # Extract the first word of "gcc", so it can be a program name with args.
2330 set dummy gcc; ac_word=$2
2331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2333 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2334 echo $ECHO_N "(cached) $ECHO_C" >&6
2335 else
2336 if test -n "$ac_ct_CC"; then
2337 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2338 else
2339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2340 for as_dir in $PATH
2342 IFS=$as_save_IFS
2343 test -z "$as_dir" && as_dir=.
2344 for ac_exec_ext in '' $ac_executable_extensions; do
2345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2346 ac_cv_prog_ac_ct_CC="gcc"
2347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2348 break 2
2350 done
2351 done
2352 IFS=$as_save_IFS
2356 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2357 if test -n "$ac_ct_CC"; then
2358 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2359 echo "${ECHO_T}$ac_ct_CC" >&6; }
2360 else
2361 { echo "$as_me:$LINENO: result: no" >&5
2362 echo "${ECHO_T}no" >&6; }
2365 if test "x$ac_ct_CC" = x; then
2366 CC=""
2367 else
2368 case $cross_compiling:$ac_tool_warned in
2369 yes:)
2370 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2371 whose name does not start with the host triplet. If you think this
2372 configuration is useful to you, please write to autoconf@gnu.org." >&5
2373 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2374 whose name does not start with the host triplet. If you think this
2375 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2376 ac_tool_warned=yes ;;
2377 esac
2378 CC=$ac_ct_CC
2380 else
2381 CC="$ac_cv_prog_CC"
2384 if test -z "$CC"; then
2385 if test -n "$ac_tool_prefix"; then
2386 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2387 set dummy ${ac_tool_prefix}cc; ac_word=$2
2388 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2389 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2390 if test "${ac_cv_prog_CC+set}" = set; then
2391 echo $ECHO_N "(cached) $ECHO_C" >&6
2392 else
2393 if test -n "$CC"; then
2394 ac_cv_prog_CC="$CC" # Let the user override the test.
2395 else
2396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2397 for as_dir in $PATH
2399 IFS=$as_save_IFS
2400 test -z "$as_dir" && as_dir=.
2401 for ac_exec_ext in '' $ac_executable_extensions; do
2402 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2403 ac_cv_prog_CC="${ac_tool_prefix}cc"
2404 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2405 break 2
2407 done
2408 done
2409 IFS=$as_save_IFS
2413 CC=$ac_cv_prog_CC
2414 if test -n "$CC"; then
2415 { echo "$as_me:$LINENO: result: $CC" >&5
2416 echo "${ECHO_T}$CC" >&6; }
2417 else
2418 { echo "$as_me:$LINENO: result: no" >&5
2419 echo "${ECHO_T}no" >&6; }
2425 if test -z "$CC"; then
2426 # Extract the first word of "cc", so it can be a program name with args.
2427 set dummy cc; ac_word=$2
2428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2430 if test "${ac_cv_prog_CC+set}" = set; then
2431 echo $ECHO_N "(cached) $ECHO_C" >&6
2432 else
2433 if test -n "$CC"; then
2434 ac_cv_prog_CC="$CC" # Let the user override the test.
2435 else
2436 ac_prog_rejected=no
2437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2438 for as_dir in $PATH
2440 IFS=$as_save_IFS
2441 test -z "$as_dir" && as_dir=.
2442 for ac_exec_ext in '' $ac_executable_extensions; do
2443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2444 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2445 ac_prog_rejected=yes
2446 continue
2448 ac_cv_prog_CC="cc"
2449 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2450 break 2
2452 done
2453 done
2454 IFS=$as_save_IFS
2456 if test $ac_prog_rejected = yes; then
2457 # We found a bogon in the path, so make sure we never use it.
2458 set dummy $ac_cv_prog_CC
2459 shift
2460 if test $# != 0; then
2461 # We chose a different compiler from the bogus one.
2462 # However, it has the same basename, so the bogon will be chosen
2463 # first if we set CC to just the basename; use the full file name.
2464 shift
2465 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2470 CC=$ac_cv_prog_CC
2471 if test -n "$CC"; then
2472 { echo "$as_me:$LINENO: result: $CC" >&5
2473 echo "${ECHO_T}$CC" >&6; }
2474 else
2475 { echo "$as_me:$LINENO: result: no" >&5
2476 echo "${ECHO_T}no" >&6; }
2481 if test -z "$CC"; then
2482 if test -n "$ac_tool_prefix"; then
2483 for ac_prog in cl.exe
2485 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2486 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2489 if test "${ac_cv_prog_CC+set}" = set; then
2490 echo $ECHO_N "(cached) $ECHO_C" >&6
2491 else
2492 if test -n "$CC"; then
2493 ac_cv_prog_CC="$CC" # Let the user override the test.
2494 else
2495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2496 for as_dir in $PATH
2498 IFS=$as_save_IFS
2499 test -z "$as_dir" && as_dir=.
2500 for ac_exec_ext in '' $ac_executable_extensions; do
2501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2502 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2504 break 2
2506 done
2507 done
2508 IFS=$as_save_IFS
2512 CC=$ac_cv_prog_CC
2513 if test -n "$CC"; then
2514 { echo "$as_me:$LINENO: result: $CC" >&5
2515 echo "${ECHO_T}$CC" >&6; }
2516 else
2517 { echo "$as_me:$LINENO: result: no" >&5
2518 echo "${ECHO_T}no" >&6; }
2522 test -n "$CC" && break
2523 done
2525 if test -z "$CC"; then
2526 ac_ct_CC=$CC
2527 for ac_prog in cl.exe
2529 # Extract the first word of "$ac_prog", so it can be a program name with args.
2530 set dummy $ac_prog; ac_word=$2
2531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2533 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2534 echo $ECHO_N "(cached) $ECHO_C" >&6
2535 else
2536 if test -n "$ac_ct_CC"; then
2537 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2538 else
2539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2540 for as_dir in $PATH
2542 IFS=$as_save_IFS
2543 test -z "$as_dir" && as_dir=.
2544 for ac_exec_ext in '' $ac_executable_extensions; do
2545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2546 ac_cv_prog_ac_ct_CC="$ac_prog"
2547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2548 break 2
2550 done
2551 done
2552 IFS=$as_save_IFS
2556 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2557 if test -n "$ac_ct_CC"; then
2558 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2559 echo "${ECHO_T}$ac_ct_CC" >&6; }
2560 else
2561 { echo "$as_me:$LINENO: result: no" >&5
2562 echo "${ECHO_T}no" >&6; }
2566 test -n "$ac_ct_CC" && break
2567 done
2569 if test "x$ac_ct_CC" = x; then
2570 CC=""
2571 else
2572 case $cross_compiling:$ac_tool_warned in
2573 yes:)
2574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2575 whose name does not start with the host triplet. If you think this
2576 configuration is useful to you, please write to autoconf@gnu.org." >&5
2577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2578 whose name does not start with the host triplet. If you think this
2579 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2580 ac_tool_warned=yes ;;
2581 esac
2582 CC=$ac_ct_CC
2589 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2590 See \`config.log' for more details." >&5
2591 echo "$as_me: error: no acceptable C compiler found in \$PATH
2592 See \`config.log' for more details." >&2;}
2593 { (exit 1); exit 1; }; }
2595 # Provide some information about the compiler.
2596 echo "$as_me:$LINENO: checking for C compiler version" >&5
2597 ac_compiler=`set X $ac_compile; echo $2`
2598 { (ac_try="$ac_compiler --version >&5"
2599 case "(($ac_try" in
2600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2601 *) ac_try_echo=$ac_try;;
2602 esac
2603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2604 (eval "$ac_compiler --version >&5") 2>&5
2605 ac_status=$?
2606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2607 (exit $ac_status); }
2608 { (ac_try="$ac_compiler -v >&5"
2609 case "(($ac_try" in
2610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2611 *) ac_try_echo=$ac_try;;
2612 esac
2613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2614 (eval "$ac_compiler -v >&5") 2>&5
2615 ac_status=$?
2616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2617 (exit $ac_status); }
2618 { (ac_try="$ac_compiler -V >&5"
2619 case "(($ac_try" in
2620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2621 *) ac_try_echo=$ac_try;;
2622 esac
2623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2624 (eval "$ac_compiler -V >&5") 2>&5
2625 ac_status=$?
2626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2627 (exit $ac_status); }
2629 cat >conftest.$ac_ext <<_ACEOF
2630 /* confdefs.h. */
2631 _ACEOF
2632 cat confdefs.h >>conftest.$ac_ext
2633 cat >>conftest.$ac_ext <<_ACEOF
2634 /* end confdefs.h. */
2637 main ()
2641 return 0;
2643 _ACEOF
2644 ac_clean_files_save=$ac_clean_files
2645 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2646 # Try to create an executable without -o first, disregard a.out.
2647 # It will help us diagnose broken compilers, and finding out an intuition
2648 # of exeext.
2649 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2650 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2651 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2653 # List of possible output files, starting from the most likely.
2654 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2655 # only as a last resort. b.out is created by i960 compilers.
2656 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2658 # The IRIX 6 linker writes into existing files which may not be
2659 # executable, retaining their permissions. Remove them first so a
2660 # subsequent execution test works.
2661 ac_rmfiles=
2662 for ac_file in $ac_files
2664 case $ac_file in
2665 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2666 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2667 esac
2668 done
2669 rm -f $ac_rmfiles
2671 if { (ac_try="$ac_link_default"
2672 case "(($ac_try" in
2673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2674 *) ac_try_echo=$ac_try;;
2675 esac
2676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2677 (eval "$ac_link_default") 2>&5
2678 ac_status=$?
2679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2680 (exit $ac_status); }; then
2681 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2682 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2683 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2684 # so that the user can short-circuit this test for compilers unknown to
2685 # Autoconf.
2686 for ac_file in $ac_files ''
2688 test -f "$ac_file" || continue
2689 case $ac_file in
2690 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2692 [ab].out )
2693 # We found the default executable, but exeext='' is most
2694 # certainly right.
2695 break;;
2696 *.* )
2697 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2698 then :; else
2699 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2701 # We set ac_cv_exeext here because the later test for it is not
2702 # safe: cross compilers may not add the suffix if given an `-o'
2703 # argument, so we may need to know it at that point already.
2704 # Even if this section looks crufty: it has the advantage of
2705 # actually working.
2706 break;;
2708 break;;
2709 esac
2710 done
2711 test "$ac_cv_exeext" = no && ac_cv_exeext=
2713 else
2714 ac_file=''
2717 { echo "$as_me:$LINENO: result: $ac_file" >&5
2718 echo "${ECHO_T}$ac_file" >&6; }
2719 if test -z "$ac_file"; then
2720 echo "$as_me: failed program was:" >&5
2721 sed 's/^/| /' conftest.$ac_ext >&5
2723 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2724 See \`config.log' for more details." >&5
2725 echo "$as_me: error: C compiler cannot create executables
2726 See \`config.log' for more details." >&2;}
2727 { (exit 77); exit 77; }; }
2730 ac_exeext=$ac_cv_exeext
2732 # Check that the compiler produces executables we can run. If not, either
2733 # the compiler is broken, or we cross compile.
2734 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2735 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2736 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2737 # If not cross compiling, check that we can run a simple program.
2738 if test "$cross_compiling" != yes; then
2739 if { ac_try='./$ac_file'
2740 { (case "(($ac_try" in
2741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742 *) ac_try_echo=$ac_try;;
2743 esac
2744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2745 (eval "$ac_try") 2>&5
2746 ac_status=$?
2747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2748 (exit $ac_status); }; }; then
2749 cross_compiling=no
2750 else
2751 if test "$cross_compiling" = maybe; then
2752 cross_compiling=yes
2753 else
2754 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2755 If you meant to cross compile, use \`--host'.
2756 See \`config.log' for more details." >&5
2757 echo "$as_me: error: cannot run C compiled programs.
2758 If you meant to cross compile, use \`--host'.
2759 See \`config.log' for more details." >&2;}
2760 { (exit 1); exit 1; }; }
2764 { echo "$as_me:$LINENO: result: yes" >&5
2765 echo "${ECHO_T}yes" >&6; }
2767 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2768 ac_clean_files=$ac_clean_files_save
2769 # Check that the compiler produces executables we can run. If not, either
2770 # the compiler is broken, or we cross compile.
2771 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2772 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2773 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2774 echo "${ECHO_T}$cross_compiling" >&6; }
2776 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2777 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2778 if { (ac_try="$ac_link"
2779 case "(($ac_try" in
2780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2781 *) ac_try_echo=$ac_try;;
2782 esac
2783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2784 (eval "$ac_link") 2>&5
2785 ac_status=$?
2786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2787 (exit $ac_status); }; then
2788 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2789 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2790 # work properly (i.e., refer to `conftest.exe'), while it won't with
2791 # `rm'.
2792 for ac_file in conftest.exe conftest conftest.*; do
2793 test -f "$ac_file" || continue
2794 case $ac_file in
2795 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2796 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2797 break;;
2798 * ) break;;
2799 esac
2800 done
2801 else
2802 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2803 See \`config.log' for more details." >&5
2804 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2805 See \`config.log' for more details." >&2;}
2806 { (exit 1); exit 1; }; }
2809 rm -f conftest$ac_cv_exeext
2810 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2811 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2813 rm -f conftest.$ac_ext
2814 EXEEXT=$ac_cv_exeext
2815 ac_exeext=$EXEEXT
2816 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2817 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2818 if test "${ac_cv_objext+set}" = set; then
2819 echo $ECHO_N "(cached) $ECHO_C" >&6
2820 else
2821 cat >conftest.$ac_ext <<_ACEOF
2822 /* confdefs.h. */
2823 _ACEOF
2824 cat confdefs.h >>conftest.$ac_ext
2825 cat >>conftest.$ac_ext <<_ACEOF
2826 /* end confdefs.h. */
2829 main ()
2833 return 0;
2835 _ACEOF
2836 rm -f conftest.o conftest.obj
2837 if { (ac_try="$ac_compile"
2838 case "(($ac_try" in
2839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2840 *) ac_try_echo=$ac_try;;
2841 esac
2842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2843 (eval "$ac_compile") 2>&5
2844 ac_status=$?
2845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846 (exit $ac_status); }; then
2847 for ac_file in conftest.o conftest.obj conftest.*; do
2848 test -f "$ac_file" || continue;
2849 case $ac_file in
2850 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2851 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2852 break;;
2853 esac
2854 done
2855 else
2856 echo "$as_me: failed program was:" >&5
2857 sed 's/^/| /' conftest.$ac_ext >&5
2859 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2860 See \`config.log' for more details." >&5
2861 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2862 See \`config.log' for more details." >&2;}
2863 { (exit 1); exit 1; }; }
2866 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2868 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2869 echo "${ECHO_T}$ac_cv_objext" >&6; }
2870 OBJEXT=$ac_cv_objext
2871 ac_objext=$OBJEXT
2872 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2873 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2874 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2875 echo $ECHO_N "(cached) $ECHO_C" >&6
2876 else
2877 cat >conftest.$ac_ext <<_ACEOF
2878 /* confdefs.h. */
2879 _ACEOF
2880 cat confdefs.h >>conftest.$ac_ext
2881 cat >>conftest.$ac_ext <<_ACEOF
2882 /* end confdefs.h. */
2885 main ()
2887 #ifndef __GNUC__
2888 choke me
2889 #endif
2892 return 0;
2894 _ACEOF
2895 rm -f conftest.$ac_objext
2896 if { (ac_try="$ac_compile"
2897 case "(($ac_try" in
2898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2899 *) ac_try_echo=$ac_try;;
2900 esac
2901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2902 (eval "$ac_compile") 2>conftest.er1
2903 ac_status=$?
2904 grep -v '^ *+' conftest.er1 >conftest.err
2905 rm -f conftest.er1
2906 cat conftest.err >&5
2907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2908 (exit $ac_status); } && {
2909 test -z "$ac_c_werror_flag" ||
2910 test ! -s conftest.err
2911 } && test -s conftest.$ac_objext; then
2912 ac_compiler_gnu=yes
2913 else
2914 echo "$as_me: failed program was:" >&5
2915 sed 's/^/| /' conftest.$ac_ext >&5
2917 ac_compiler_gnu=no
2920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2921 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2924 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2925 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2926 GCC=`test $ac_compiler_gnu = yes && echo yes`
2927 ac_test_CFLAGS=${CFLAGS+set}
2928 ac_save_CFLAGS=$CFLAGS
2929 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2930 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2931 if test "${ac_cv_prog_cc_g+set}" = set; then
2932 echo $ECHO_N "(cached) $ECHO_C" >&6
2933 else
2934 ac_save_c_werror_flag=$ac_c_werror_flag
2935 ac_c_werror_flag=yes
2936 ac_cv_prog_cc_g=no
2937 CFLAGS="-g"
2938 cat >conftest.$ac_ext <<_ACEOF
2939 /* confdefs.h. */
2940 _ACEOF
2941 cat confdefs.h >>conftest.$ac_ext
2942 cat >>conftest.$ac_ext <<_ACEOF
2943 /* end confdefs.h. */
2946 main ()
2950 return 0;
2952 _ACEOF
2953 rm -f conftest.$ac_objext
2954 if { (ac_try="$ac_compile"
2955 case "(($ac_try" in
2956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2957 *) ac_try_echo=$ac_try;;
2958 esac
2959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2960 (eval "$ac_compile") 2>conftest.er1
2961 ac_status=$?
2962 grep -v '^ *+' conftest.er1 >conftest.err
2963 rm -f conftest.er1
2964 cat conftest.err >&5
2965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2966 (exit $ac_status); } && {
2967 test -z "$ac_c_werror_flag" ||
2968 test ! -s conftest.err
2969 } && test -s conftest.$ac_objext; then
2970 ac_cv_prog_cc_g=yes
2971 else
2972 echo "$as_me: failed program was:" >&5
2973 sed 's/^/| /' conftest.$ac_ext >&5
2975 CFLAGS=""
2976 cat >conftest.$ac_ext <<_ACEOF
2977 /* confdefs.h. */
2978 _ACEOF
2979 cat confdefs.h >>conftest.$ac_ext
2980 cat >>conftest.$ac_ext <<_ACEOF
2981 /* end confdefs.h. */
2984 main ()
2988 return 0;
2990 _ACEOF
2991 rm -f conftest.$ac_objext
2992 if { (ac_try="$ac_compile"
2993 case "(($ac_try" in
2994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2995 *) ac_try_echo=$ac_try;;
2996 esac
2997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2998 (eval "$ac_compile") 2>conftest.er1
2999 ac_status=$?
3000 grep -v '^ *+' conftest.er1 >conftest.err
3001 rm -f conftest.er1
3002 cat conftest.err >&5
3003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3004 (exit $ac_status); } && {
3005 test -z "$ac_c_werror_flag" ||
3006 test ! -s conftest.err
3007 } && test -s conftest.$ac_objext; then
3009 else
3010 echo "$as_me: failed program was:" >&5
3011 sed 's/^/| /' conftest.$ac_ext >&5
3013 ac_c_werror_flag=$ac_save_c_werror_flag
3014 CFLAGS="-g"
3015 cat >conftest.$ac_ext <<_ACEOF
3016 /* confdefs.h. */
3017 _ACEOF
3018 cat confdefs.h >>conftest.$ac_ext
3019 cat >>conftest.$ac_ext <<_ACEOF
3020 /* end confdefs.h. */
3023 main ()
3027 return 0;
3029 _ACEOF
3030 rm -f conftest.$ac_objext
3031 if { (ac_try="$ac_compile"
3032 case "(($ac_try" in
3033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034 *) ac_try_echo=$ac_try;;
3035 esac
3036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3037 (eval "$ac_compile") 2>conftest.er1
3038 ac_status=$?
3039 grep -v '^ *+' conftest.er1 >conftest.err
3040 rm -f conftest.er1
3041 cat conftest.err >&5
3042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3043 (exit $ac_status); } && {
3044 test -z "$ac_c_werror_flag" ||
3045 test ! -s conftest.err
3046 } && test -s conftest.$ac_objext; then
3047 ac_cv_prog_cc_g=yes
3048 else
3049 echo "$as_me: failed program was:" >&5
3050 sed 's/^/| /' conftest.$ac_ext >&5
3055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3062 ac_c_werror_flag=$ac_save_c_werror_flag
3064 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3065 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3066 if test "$ac_test_CFLAGS" = set; then
3067 CFLAGS=$ac_save_CFLAGS
3068 elif test $ac_cv_prog_cc_g = yes; then
3069 if test "$GCC" = yes; then
3070 CFLAGS="-g -O2"
3071 else
3072 CFLAGS="-g"
3074 else
3075 if test "$GCC" = yes; then
3076 CFLAGS="-O2"
3077 else
3078 CFLAGS=
3081 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3082 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3083 if test "${ac_cv_prog_cc_c89+set}" = set; then
3084 echo $ECHO_N "(cached) $ECHO_C" >&6
3085 else
3086 ac_cv_prog_cc_c89=no
3087 ac_save_CC=$CC
3088 cat >conftest.$ac_ext <<_ACEOF
3089 /* confdefs.h. */
3090 _ACEOF
3091 cat confdefs.h >>conftest.$ac_ext
3092 cat >>conftest.$ac_ext <<_ACEOF
3093 /* end confdefs.h. */
3094 #include <stdarg.h>
3095 #include <stdio.h>
3096 #include <sys/types.h>
3097 #include <sys/stat.h>
3098 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3099 struct buf { int x; };
3100 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3101 static char *e (p, i)
3102 char **p;
3103 int i;
3105 return p[i];
3107 static char *f (char * (*g) (char **, int), char **p, ...)
3109 char *s;
3110 va_list v;
3111 va_start (v,p);
3112 s = g (p, va_arg (v,int));
3113 va_end (v);
3114 return s;
3117 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3118 function prototypes and stuff, but not '\xHH' hex character constants.
3119 These don't provoke an error unfortunately, instead are silently treated
3120 as 'x'. The following induces an error, until -std is added to get
3121 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3122 array size at least. It's necessary to write '\x00'==0 to get something
3123 that's true only with -std. */
3124 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3126 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3127 inside strings and character constants. */
3128 #define FOO(x) 'x'
3129 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3131 int test (int i, double x);
3132 struct s1 {int (*f) (int a);};
3133 struct s2 {int (*f) (double a);};
3134 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3135 int argc;
3136 char **argv;
3138 main ()
3140 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3142 return 0;
3144 _ACEOF
3145 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3146 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3148 CC="$ac_save_CC $ac_arg"
3149 rm -f conftest.$ac_objext
3150 if { (ac_try="$ac_compile"
3151 case "(($ac_try" in
3152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3153 *) ac_try_echo=$ac_try;;
3154 esac
3155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3156 (eval "$ac_compile") 2>conftest.er1
3157 ac_status=$?
3158 grep -v '^ *+' conftest.er1 >conftest.err
3159 rm -f conftest.er1
3160 cat conftest.err >&5
3161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3162 (exit $ac_status); } && {
3163 test -z "$ac_c_werror_flag" ||
3164 test ! -s conftest.err
3165 } && test -s conftest.$ac_objext; then
3166 ac_cv_prog_cc_c89=$ac_arg
3167 else
3168 echo "$as_me: failed program was:" >&5
3169 sed 's/^/| /' conftest.$ac_ext >&5
3174 rm -f core conftest.err conftest.$ac_objext
3175 test "x$ac_cv_prog_cc_c89" != "xno" && break
3176 done
3177 rm -f conftest.$ac_ext
3178 CC=$ac_save_CC
3181 # AC_CACHE_VAL
3182 case "x$ac_cv_prog_cc_c89" in
3184 { echo "$as_me:$LINENO: result: none needed" >&5
3185 echo "${ECHO_T}none needed" >&6; } ;;
3186 xno)
3187 { echo "$as_me:$LINENO: result: unsupported" >&5
3188 echo "${ECHO_T}unsupported" >&6; } ;;
3190 CC="$CC $ac_cv_prog_cc_c89"
3191 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3192 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3193 esac
3196 ac_ext=c
3197 ac_cpp='$CPP $CPPFLAGS'
3198 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3199 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3200 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3202 ac_ext=cpp
3203 ac_cpp='$CXXCPP $CPPFLAGS'
3204 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3205 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3206 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3207 if test -z "$CXX"; then
3208 if test -n "$CCC"; then
3209 CXX=$CCC
3210 else
3211 if test -n "$ac_tool_prefix"; then
3212 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3214 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3215 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3216 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3217 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3218 if test "${ac_cv_prog_CXX+set}" = set; then
3219 echo $ECHO_N "(cached) $ECHO_C" >&6
3220 else
3221 if test -n "$CXX"; then
3222 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3223 else
3224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3225 for as_dir in $PATH
3227 IFS=$as_save_IFS
3228 test -z "$as_dir" && as_dir=.
3229 for ac_exec_ext in '' $ac_executable_extensions; do
3230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3231 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3232 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3233 break 2
3235 done
3236 done
3237 IFS=$as_save_IFS
3241 CXX=$ac_cv_prog_CXX
3242 if test -n "$CXX"; then
3243 { echo "$as_me:$LINENO: result: $CXX" >&5
3244 echo "${ECHO_T}$CXX" >&6; }
3245 else
3246 { echo "$as_me:$LINENO: result: no" >&5
3247 echo "${ECHO_T}no" >&6; }
3251 test -n "$CXX" && break
3252 done
3254 if test -z "$CXX"; then
3255 ac_ct_CXX=$CXX
3256 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3258 # Extract the first word of "$ac_prog", so it can be a program name with args.
3259 set dummy $ac_prog; ac_word=$2
3260 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3261 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3262 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3263 echo $ECHO_N "(cached) $ECHO_C" >&6
3264 else
3265 if test -n "$ac_ct_CXX"; then
3266 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3267 else
3268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3269 for as_dir in $PATH
3271 IFS=$as_save_IFS
3272 test -z "$as_dir" && as_dir=.
3273 for ac_exec_ext in '' $ac_executable_extensions; do
3274 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3275 ac_cv_prog_ac_ct_CXX="$ac_prog"
3276 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3277 break 2
3279 done
3280 done
3281 IFS=$as_save_IFS
3285 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3286 if test -n "$ac_ct_CXX"; then
3287 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3288 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3289 else
3290 { echo "$as_me:$LINENO: result: no" >&5
3291 echo "${ECHO_T}no" >&6; }
3295 test -n "$ac_ct_CXX" && break
3296 done
3298 if test "x$ac_ct_CXX" = x; then
3299 CXX="g++"
3300 else
3301 case $cross_compiling:$ac_tool_warned in
3302 yes:)
3303 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3304 whose name does not start with the host triplet. If you think this
3305 configuration is useful to you, please write to autoconf@gnu.org." >&5
3306 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3307 whose name does not start with the host triplet. If you think this
3308 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3309 ac_tool_warned=yes ;;
3310 esac
3311 CXX=$ac_ct_CXX
3317 # Provide some information about the compiler.
3318 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3319 ac_compiler=`set X $ac_compile; echo $2`
3320 { (ac_try="$ac_compiler --version >&5"
3321 case "(($ac_try" in
3322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3323 *) ac_try_echo=$ac_try;;
3324 esac
3325 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3326 (eval "$ac_compiler --version >&5") 2>&5
3327 ac_status=$?
3328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3329 (exit $ac_status); }
3330 { (ac_try="$ac_compiler -v >&5"
3331 case "(($ac_try" in
3332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333 *) ac_try_echo=$ac_try;;
3334 esac
3335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3336 (eval "$ac_compiler -v >&5") 2>&5
3337 ac_status=$?
3338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3339 (exit $ac_status); }
3340 { (ac_try="$ac_compiler -V >&5"
3341 case "(($ac_try" in
3342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3343 *) ac_try_echo=$ac_try;;
3344 esac
3345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3346 (eval "$ac_compiler -V >&5") 2>&5
3347 ac_status=$?
3348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3349 (exit $ac_status); }
3351 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3352 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3353 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3354 echo $ECHO_N "(cached) $ECHO_C" >&6
3355 else
3356 cat >conftest.$ac_ext <<_ACEOF
3357 /* confdefs.h. */
3358 _ACEOF
3359 cat confdefs.h >>conftest.$ac_ext
3360 cat >>conftest.$ac_ext <<_ACEOF
3361 /* end confdefs.h. */
3364 main ()
3366 #ifndef __GNUC__
3367 choke me
3368 #endif
3371 return 0;
3373 _ACEOF
3374 rm -f conftest.$ac_objext
3375 if { (ac_try="$ac_compile"
3376 case "(($ac_try" in
3377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3378 *) ac_try_echo=$ac_try;;
3379 esac
3380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3381 (eval "$ac_compile") 2>conftest.er1
3382 ac_status=$?
3383 grep -v '^ *+' conftest.er1 >conftest.err
3384 rm -f conftest.er1
3385 cat conftest.err >&5
3386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3387 (exit $ac_status); } && {
3388 test -z "$ac_cxx_werror_flag" ||
3389 test ! -s conftest.err
3390 } && test -s conftest.$ac_objext; then
3391 ac_compiler_gnu=yes
3392 else
3393 echo "$as_me: failed program was:" >&5
3394 sed 's/^/| /' conftest.$ac_ext >&5
3396 ac_compiler_gnu=no
3399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3400 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3403 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3404 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3405 GXX=`test $ac_compiler_gnu = yes && echo yes`
3406 ac_test_CXXFLAGS=${CXXFLAGS+set}
3407 ac_save_CXXFLAGS=$CXXFLAGS
3408 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3409 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3410 if test "${ac_cv_prog_cxx_g+set}" = set; then
3411 echo $ECHO_N "(cached) $ECHO_C" >&6
3412 else
3413 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3414 ac_cxx_werror_flag=yes
3415 ac_cv_prog_cxx_g=no
3416 CXXFLAGS="-g"
3417 cat >conftest.$ac_ext <<_ACEOF
3418 /* confdefs.h. */
3419 _ACEOF
3420 cat confdefs.h >>conftest.$ac_ext
3421 cat >>conftest.$ac_ext <<_ACEOF
3422 /* end confdefs.h. */
3425 main ()
3429 return 0;
3431 _ACEOF
3432 rm -f conftest.$ac_objext
3433 if { (ac_try="$ac_compile"
3434 case "(($ac_try" in
3435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3436 *) ac_try_echo=$ac_try;;
3437 esac
3438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3439 (eval "$ac_compile") 2>conftest.er1
3440 ac_status=$?
3441 grep -v '^ *+' conftest.er1 >conftest.err
3442 rm -f conftest.er1
3443 cat conftest.err >&5
3444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 (exit $ac_status); } && {
3446 test -z "$ac_cxx_werror_flag" ||
3447 test ! -s conftest.err
3448 } && test -s conftest.$ac_objext; then
3449 ac_cv_prog_cxx_g=yes
3450 else
3451 echo "$as_me: failed program was:" >&5
3452 sed 's/^/| /' conftest.$ac_ext >&5
3454 CXXFLAGS=""
3455 cat >conftest.$ac_ext <<_ACEOF
3456 /* confdefs.h. */
3457 _ACEOF
3458 cat confdefs.h >>conftest.$ac_ext
3459 cat >>conftest.$ac_ext <<_ACEOF
3460 /* end confdefs.h. */
3463 main ()
3467 return 0;
3469 _ACEOF
3470 rm -f conftest.$ac_objext
3471 if { (ac_try="$ac_compile"
3472 case "(($ac_try" in
3473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3474 *) ac_try_echo=$ac_try;;
3475 esac
3476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3477 (eval "$ac_compile") 2>conftest.er1
3478 ac_status=$?
3479 grep -v '^ *+' conftest.er1 >conftest.err
3480 rm -f conftest.er1
3481 cat conftest.err >&5
3482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3483 (exit $ac_status); } && {
3484 test -z "$ac_cxx_werror_flag" ||
3485 test ! -s conftest.err
3486 } && test -s conftest.$ac_objext; then
3488 else
3489 echo "$as_me: failed program was:" >&5
3490 sed 's/^/| /' conftest.$ac_ext >&5
3492 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3493 CXXFLAGS="-g"
3494 cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h. */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h. */
3502 main ()
3506 return 0;
3508 _ACEOF
3509 rm -f conftest.$ac_objext
3510 if { (ac_try="$ac_compile"
3511 case "(($ac_try" in
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3514 esac
3515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3516 (eval "$ac_compile") 2>conftest.er1
3517 ac_status=$?
3518 grep -v '^ *+' conftest.er1 >conftest.err
3519 rm -f conftest.er1
3520 cat conftest.err >&5
3521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3522 (exit $ac_status); } && {
3523 test -z "$ac_cxx_werror_flag" ||
3524 test ! -s conftest.err
3525 } && test -s conftest.$ac_objext; then
3526 ac_cv_prog_cxx_g=yes
3527 else
3528 echo "$as_me: failed program was:" >&5
3529 sed 's/^/| /' conftest.$ac_ext >&5
3534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3543 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3544 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3545 if test "$ac_test_CXXFLAGS" = set; then
3546 CXXFLAGS=$ac_save_CXXFLAGS
3547 elif test $ac_cv_prog_cxx_g = yes; then
3548 if test "$GXX" = yes; then
3549 CXXFLAGS="-g -O2"
3550 else
3551 CXXFLAGS="-g"
3553 else
3554 if test "$GXX" = yes; then
3555 CXXFLAGS="-O2"
3556 else
3557 CXXFLAGS=
3560 ac_ext=c
3561 ac_cpp='$CPP $CPPFLAGS'
3562 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3563 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3564 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3566 if test -n "$ac_tool_prefix"; then
3567 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3568 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3569 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3570 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3571 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3572 echo $ECHO_N "(cached) $ECHO_C" >&6
3573 else
3574 if test -n "$CPPBIN"; then
3575 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3576 else
3577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3578 for as_dir in $PATH
3580 IFS=$as_save_IFS
3581 test -z "$as_dir" && as_dir=.
3582 for ac_exec_ext in '' $ac_executable_extensions; do
3583 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3584 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3585 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3586 break 2
3588 done
3589 done
3590 IFS=$as_save_IFS
3594 CPPBIN=$ac_cv_prog_CPPBIN
3595 if test -n "$CPPBIN"; then
3596 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3597 echo "${ECHO_T}$CPPBIN" >&6; }
3598 else
3599 { echo "$as_me:$LINENO: result: no" >&5
3600 echo "${ECHO_T}no" >&6; }
3605 if test -z "$ac_cv_prog_CPPBIN"; then
3606 ac_ct_CPPBIN=$CPPBIN
3607 # Extract the first word of "cpp", so it can be a program name with args.
3608 set dummy cpp; ac_word=$2
3609 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3611 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3612 echo $ECHO_N "(cached) $ECHO_C" >&6
3613 else
3614 if test -n "$ac_ct_CPPBIN"; then
3615 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3616 else
3617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3618 for as_dir in $PATH
3620 IFS=$as_save_IFS
3621 test -z "$as_dir" && as_dir=.
3622 for ac_exec_ext in '' $ac_executable_extensions; do
3623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3624 ac_cv_prog_ac_ct_CPPBIN="cpp"
3625 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3626 break 2
3628 done
3629 done
3630 IFS=$as_save_IFS
3634 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3635 if test -n "$ac_ct_CPPBIN"; then
3636 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3637 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3638 else
3639 { echo "$as_me:$LINENO: result: no" >&5
3640 echo "${ECHO_T}no" >&6; }
3643 if test "x$ac_ct_CPPBIN" = x; then
3644 CPPBIN="cpp"
3645 else
3646 case $cross_compiling:$ac_tool_warned in
3647 yes:)
3648 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3649 whose name does not start with the host triplet. If you think this
3650 configuration is useful to you, please write to autoconf@gnu.org." >&5
3651 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3652 whose name does not start with the host triplet. If you think this
3653 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3654 ac_tool_warned=yes ;;
3655 esac
3656 CPPBIN=$ac_ct_CPPBIN
3658 else
3659 CPPBIN="$ac_cv_prog_CPPBIN"
3663 case $host in
3664 *-darwin*)
3665 if test "x$enable_win64" == "xyes"
3666 then
3667 CC="$CC -m64"
3668 CXX="$CXX -m64"
3669 LD="${LD:-ld} -arch x86_64"
3670 AS="${AS:-as} -arch x86_64"
3671 host_cpu="x86_64"
3672 notice_platform="64-bit "
3673 TARGETFLAGS="-m64"
3675 else
3676 CC="$CC -m32"
3677 CXX="$CXX -m32"
3678 LD="${LD:-ld} -arch i386"
3679 AS="${AS:-as} -arch i386"
3680 host_cpu="i386"
3681 notice_platform="32-bit "
3682 TARGETFLAGS="-m32"
3684 enable_win16=${enable_win16:-yes}
3687 x86_64*)
3688 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3689 then
3690 CC="$CC -m32"
3691 CXX="$CXX -m32"
3692 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3693 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3695 cat >conftest.$ac_ext <<_ACEOF
3696 /* confdefs.h. */
3697 _ACEOF
3698 cat confdefs.h >>conftest.$ac_ext
3699 cat >>conftest.$ac_ext <<_ACEOF
3700 /* end confdefs.h. */
3703 main ()
3707 return 0;
3709 _ACEOF
3710 rm -f conftest.$ac_objext conftest$ac_exeext
3711 if { (ac_try="$ac_link"
3712 case "(($ac_try" in
3713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3714 *) ac_try_echo=$ac_try;;
3715 esac
3716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3717 (eval "$ac_link") 2>conftest.er1
3718 ac_status=$?
3719 grep -v '^ *+' conftest.er1 >conftest.err
3720 rm -f conftest.er1
3721 cat conftest.err >&5
3722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3723 (exit $ac_status); } && {
3724 test -z "$ac_c_werror_flag" ||
3725 test ! -s conftest.err
3726 } && test -s conftest$ac_exeext &&
3727 $as_test_x conftest$ac_exeext; then
3728 { echo "$as_me:$LINENO: result: yes" >&5
3729 echo "${ECHO_T}yes" >&6; }
3730 else
3731 echo "$as_me: failed program was:" >&5
3732 sed 's/^/| /' conftest.$ac_ext >&5
3734 { echo "$as_me:$LINENO: result: no" >&5
3735 echo "${ECHO_T}no" >&6; }
3736 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3737 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3738 { (exit 1); exit 1; }; }
3741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3742 conftest$ac_exeext conftest.$ac_ext
3743 LD="${LD:-ld} -m elf_i386"
3744 AS="${AS:-as} --32"
3745 host_cpu="i386"
3746 notice_platform="32-bit "
3747 TARGETFLAGS="-m32"
3749 enable_win16=${enable_win16:-yes}
3750 else
3751 if test "x${GCC}" = "xyes"
3752 then
3753 { echo "$as_me:$LINENO: checking whether $CC supports __builtin_ms_va_list" >&5
3754 echo $ECHO_N "checking whether $CC supports __builtin_ms_va_list... $ECHO_C" >&6; }
3755 cat >conftest.$ac_ext <<_ACEOF
3756 /* confdefs.h. */
3757 _ACEOF
3758 cat confdefs.h >>conftest.$ac_ext
3759 cat >>conftest.$ac_ext <<_ACEOF
3760 /* end confdefs.h. */
3761 #include <stdarg.h>
3763 main ()
3765 void func(__builtin_ms_va_list *args);
3767 return 0;
3769 _ACEOF
3770 rm -f conftest.$ac_objext
3771 if { (ac_try="$ac_compile"
3772 case "(($ac_try" in
3773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3774 *) ac_try_echo=$ac_try;;
3775 esac
3776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3777 (eval "$ac_compile") 2>conftest.er1
3778 ac_status=$?
3779 grep -v '^ *+' conftest.er1 >conftest.err
3780 rm -f conftest.er1
3781 cat conftest.err >&5
3782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3783 (exit $ac_status); } && {
3784 test -z "$ac_c_werror_flag" ||
3785 test ! -s conftest.err
3786 } && test -s conftest.$ac_objext; then
3787 { echo "$as_me:$LINENO: result: yes" >&5
3788 echo "${ECHO_T}yes" >&6; }
3789 else
3790 echo "$as_me: failed program was:" >&5
3791 sed 's/^/| /' conftest.$ac_ext >&5
3793 { echo "$as_me:$LINENO: result: no" >&5
3794 echo "${ECHO_T}no" >&6; }
3795 { { echo "$as_me:$LINENO: error: You need gcc >= 4.4 to build Wine as 64-bit." >&5
3796 echo "$as_me: error: You need gcc >= 4.4 to build Wine as 64-bit." >&2;}
3797 { (exit 1); exit 1; }; }
3800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3802 TARGETFLAGS="-m64"
3806 *-mingw32*|*-cygwin*)
3807 enable_win16=${enable_win16:-no}
3809 i[3456789]86*)
3810 enable_win16=${enable_win16:-yes}
3812 esac
3814 enable_win16=${enable_win16:-no}
3816 WIN16_FILES="\$(WIN16_FILES)"
3818 WIN16_INSTALL="\$(WIN16_INSTALL)"
3820 if test "x$enable_win16" != "xyes"
3821 then
3822 WIN16_FILES=""
3823 WIN16_INSTALL=""
3824 enable_w32skrnl=${enable_w32skrnl:-no}
3825 enable_winedos=${enable_winedos:-no}
3826 enable_winevdm=${enable_winevdm:-no}
3829 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3830 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3831 if test "${wine_cv_toolsdir+set}" = set; then
3832 echo $ECHO_N "(cached) $ECHO_C" >&6
3833 else
3834 if test -z "$with_wine_tools"; then
3835 if test "$cross_compiling" = "yes"; then
3836 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3837 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3838 { (exit 1); exit 1; }; }
3839 else
3840 wine_cv_toolsdir="\$(TOPOBJDIR)"
3842 elif test -d "$with_wine_tools/tools/winebuild"; then
3843 case $with_wine_tools in
3844 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3845 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3846 esac
3847 else
3848 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3849 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3850 { (exit 1); exit 1; }; }
3853 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3854 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3855 TOOLSDIR=$wine_cv_toolsdir
3857 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3858 then
3859 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3863 for ac_prog in flex
3865 # Extract the first word of "$ac_prog", so it can be a program name with args.
3866 set dummy $ac_prog; ac_word=$2
3867 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3868 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3869 if test "${ac_cv_prog_FLEX+set}" = set; then
3870 echo $ECHO_N "(cached) $ECHO_C" >&6
3871 else
3872 if test -n "$FLEX"; then
3873 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3874 else
3875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3876 for as_dir in $PATH
3878 IFS=$as_save_IFS
3879 test -z "$as_dir" && as_dir=.
3880 for ac_exec_ext in '' $ac_executable_extensions; do
3881 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3882 ac_cv_prog_FLEX="$ac_prog"
3883 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3884 break 2
3886 done
3887 done
3888 IFS=$as_save_IFS
3892 FLEX=$ac_cv_prog_FLEX
3893 if test -n "$FLEX"; then
3894 { echo "$as_me:$LINENO: result: $FLEX" >&5
3895 echo "${ECHO_T}$FLEX" >&6; }
3896 else
3897 { echo "$as_me:$LINENO: result: no" >&5
3898 echo "${ECHO_T}no" >&6; }
3902 test -n "$FLEX" && break
3903 done
3904 test -n "$FLEX" || FLEX="none"
3906 if test "$FLEX" = "none"
3907 then
3908 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3909 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3910 { (exit 1); exit 1; }; }
3913 for ac_prog in bison
3915 # Extract the first word of "$ac_prog", so it can be a program name with args.
3916 set dummy $ac_prog; ac_word=$2
3917 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3918 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3919 if test "${ac_cv_prog_BISON+set}" = set; then
3920 echo $ECHO_N "(cached) $ECHO_C" >&6
3921 else
3922 if test -n "$BISON"; then
3923 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3924 else
3925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3926 for as_dir in $PATH
3928 IFS=$as_save_IFS
3929 test -z "$as_dir" && as_dir=.
3930 for ac_exec_ext in '' $ac_executable_extensions; do
3931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3932 ac_cv_prog_BISON="$ac_prog"
3933 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3934 break 2
3936 done
3937 done
3938 IFS=$as_save_IFS
3942 BISON=$ac_cv_prog_BISON
3943 if test -n "$BISON"; then
3944 { echo "$as_me:$LINENO: result: $BISON" >&5
3945 echo "${ECHO_T}$BISON" >&6; }
3946 else
3947 { echo "$as_me:$LINENO: result: no" >&5
3948 echo "${ECHO_T}no" >&6; }
3952 test -n "$BISON" && break
3953 done
3954 test -n "$BISON" || BISON="none"
3956 if test "$BISON" = "none"
3957 then
3958 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3959 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3960 { (exit 1); exit 1; }; }
3963 if test -n "$ac_tool_prefix"; then
3964 for ac_prog in ar gar
3966 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3967 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3968 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3970 if test "${ac_cv_prog_AR+set}" = set; then
3971 echo $ECHO_N "(cached) $ECHO_C" >&6
3972 else
3973 if test -n "$AR"; then
3974 ac_cv_prog_AR="$AR" # Let the user override the test.
3975 else
3976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3977 for as_dir in $PATH
3979 IFS=$as_save_IFS
3980 test -z "$as_dir" && as_dir=.
3981 for ac_exec_ext in '' $ac_executable_extensions; do
3982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3983 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
3984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3985 break 2
3987 done
3988 done
3989 IFS=$as_save_IFS
3993 AR=$ac_cv_prog_AR
3994 if test -n "$AR"; then
3995 { echo "$as_me:$LINENO: result: $AR" >&5
3996 echo "${ECHO_T}$AR" >&6; }
3997 else
3998 { echo "$as_me:$LINENO: result: no" >&5
3999 echo "${ECHO_T}no" >&6; }
4003 test -n "$AR" && break
4004 done
4006 if test -z "$AR"; then
4007 ac_ct_AR=$AR
4008 for ac_prog in ar gar
4010 # Extract the first word of "$ac_prog", so it can be a program name with args.
4011 set dummy $ac_prog; ac_word=$2
4012 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4013 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4014 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4015 echo $ECHO_N "(cached) $ECHO_C" >&6
4016 else
4017 if test -n "$ac_ct_AR"; then
4018 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4019 else
4020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4021 for as_dir in $PATH
4023 IFS=$as_save_IFS
4024 test -z "$as_dir" && as_dir=.
4025 for ac_exec_ext in '' $ac_executable_extensions; do
4026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4027 ac_cv_prog_ac_ct_AR="$ac_prog"
4028 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4029 break 2
4031 done
4032 done
4033 IFS=$as_save_IFS
4037 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4038 if test -n "$ac_ct_AR"; then
4039 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4040 echo "${ECHO_T}$ac_ct_AR" >&6; }
4041 else
4042 { echo "$as_me:$LINENO: result: no" >&5
4043 echo "${ECHO_T}no" >&6; }
4047 test -n "$ac_ct_AR" && break
4048 done
4050 if test "x$ac_ct_AR" = x; then
4051 AR="ar"
4052 else
4053 case $cross_compiling:$ac_tool_warned in
4054 yes:)
4055 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4056 whose name does not start with the host triplet. If you think this
4057 configuration is useful to you, please write to autoconf@gnu.org." >&5
4058 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4059 whose name does not start with the host triplet. If you think this
4060 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4061 ac_tool_warned=yes ;;
4062 esac
4063 AR=$ac_ct_AR
4067 ARFLAGS=rc
4069 if test -n "$ac_tool_prefix"; then
4070 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4071 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4072 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4073 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4074 if test "${ac_cv_prog_RANLIB+set}" = set; then
4075 echo $ECHO_N "(cached) $ECHO_C" >&6
4076 else
4077 if test -n "$RANLIB"; then
4078 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4079 else
4080 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4081 for as_dir in $PATH
4083 IFS=$as_save_IFS
4084 test -z "$as_dir" && as_dir=.
4085 for ac_exec_ext in '' $ac_executable_extensions; do
4086 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4087 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4088 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4089 break 2
4091 done
4092 done
4093 IFS=$as_save_IFS
4097 RANLIB=$ac_cv_prog_RANLIB
4098 if test -n "$RANLIB"; then
4099 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4100 echo "${ECHO_T}$RANLIB" >&6; }
4101 else
4102 { echo "$as_me:$LINENO: result: no" >&5
4103 echo "${ECHO_T}no" >&6; }
4108 if test -z "$ac_cv_prog_RANLIB"; then
4109 ac_ct_RANLIB=$RANLIB
4110 # Extract the first word of "ranlib", so it can be a program name with args.
4111 set dummy ranlib; ac_word=$2
4112 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4113 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4114 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4115 echo $ECHO_N "(cached) $ECHO_C" >&6
4116 else
4117 if test -n "$ac_ct_RANLIB"; then
4118 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4119 else
4120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4121 for as_dir in $PATH
4123 IFS=$as_save_IFS
4124 test -z "$as_dir" && as_dir=.
4125 for ac_exec_ext in '' $ac_executable_extensions; do
4126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4127 ac_cv_prog_ac_ct_RANLIB="ranlib"
4128 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4129 break 2
4131 done
4132 done
4133 IFS=$as_save_IFS
4137 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4138 if test -n "$ac_ct_RANLIB"; then
4139 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4140 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4141 else
4142 { echo "$as_me:$LINENO: result: no" >&5
4143 echo "${ECHO_T}no" >&6; }
4146 if test "x$ac_ct_RANLIB" = x; then
4147 RANLIB=":"
4148 else
4149 case $cross_compiling:$ac_tool_warned in
4150 yes:)
4151 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4152 whose name does not start with the host triplet. If you think this
4153 configuration is useful to you, please write to autoconf@gnu.org." >&5
4154 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4155 whose name does not start with the host triplet. If you think this
4156 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4157 ac_tool_warned=yes ;;
4158 esac
4159 RANLIB=$ac_ct_RANLIB
4161 else
4162 RANLIB="$ac_cv_prog_RANLIB"
4165 if test -n "$ac_tool_prefix"; then
4166 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4167 set dummy ${ac_tool_prefix}strip; ac_word=$2
4168 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4169 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4170 if test "${ac_cv_prog_STRIP+set}" = set; then
4171 echo $ECHO_N "(cached) $ECHO_C" >&6
4172 else
4173 if test -n "$STRIP"; then
4174 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4175 else
4176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4177 for as_dir in $PATH
4179 IFS=$as_save_IFS
4180 test -z "$as_dir" && as_dir=.
4181 for ac_exec_ext in '' $ac_executable_extensions; do
4182 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4183 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4184 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4185 break 2
4187 done
4188 done
4189 IFS=$as_save_IFS
4193 STRIP=$ac_cv_prog_STRIP
4194 if test -n "$STRIP"; then
4195 { echo "$as_me:$LINENO: result: $STRIP" >&5
4196 echo "${ECHO_T}$STRIP" >&6; }
4197 else
4198 { echo "$as_me:$LINENO: result: no" >&5
4199 echo "${ECHO_T}no" >&6; }
4204 if test -z "$ac_cv_prog_STRIP"; then
4205 ac_ct_STRIP=$STRIP
4206 # Extract the first word of "strip", so it can be a program name with args.
4207 set dummy strip; ac_word=$2
4208 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4209 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4210 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4211 echo $ECHO_N "(cached) $ECHO_C" >&6
4212 else
4213 if test -n "$ac_ct_STRIP"; then
4214 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4215 else
4216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4217 for as_dir in $PATH
4219 IFS=$as_save_IFS
4220 test -z "$as_dir" && as_dir=.
4221 for ac_exec_ext in '' $ac_executable_extensions; do
4222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4223 ac_cv_prog_ac_ct_STRIP="strip"
4224 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4225 break 2
4227 done
4228 done
4229 IFS=$as_save_IFS
4233 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4234 if test -n "$ac_ct_STRIP"; then
4235 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4236 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4237 else
4238 { echo "$as_me:$LINENO: result: no" >&5
4239 echo "${ECHO_T}no" >&6; }
4242 if test "x$ac_ct_STRIP" = x; then
4243 STRIP="strip"
4244 else
4245 case $cross_compiling:$ac_tool_warned in
4246 yes:)
4247 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4248 whose name does not start with the host triplet. If you think this
4249 configuration is useful to you, please write to autoconf@gnu.org." >&5
4250 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4251 whose name does not start with the host triplet. If you think this
4252 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4253 ac_tool_warned=yes ;;
4254 esac
4255 STRIP=$ac_ct_STRIP
4257 else
4258 STRIP="$ac_cv_prog_STRIP"
4261 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4262 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4263 LN_S=$as_ln_s
4264 if test "$LN_S" = "ln -s"; then
4265 { echo "$as_me:$LINENO: result: yes" >&5
4266 echo "${ECHO_T}yes" >&6; }
4267 else
4268 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4269 echo "${ECHO_T}no, using $LN_S" >&6; }
4272 { echo "$as_me:$LINENO: checking whether ln works" >&5
4273 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4274 rm -f conf$$ conf$$.file
4275 echo >conf$$.file
4276 if ln conf$$.file conf$$ 2>/dev/null; then
4277 LN=ln
4279 { echo "$as_me:$LINENO: result: yes" >&5
4280 echo "${ECHO_T}yes" >&6; }
4281 else
4282 LN="cp -p"
4284 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4285 echo "${ECHO_T}no, using $LN" >&6; }
4287 rm -f conf$$ conf$$.file
4288 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4289 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4290 if test "${ac_cv_path_GREP+set}" = set; then
4291 echo $ECHO_N "(cached) $ECHO_C" >&6
4292 else
4293 # Extract the first word of "grep ggrep" to use in msg output
4294 if test -z "$GREP"; then
4295 set dummy grep ggrep; ac_prog_name=$2
4296 if test "${ac_cv_path_GREP+set}" = set; then
4297 echo $ECHO_N "(cached) $ECHO_C" >&6
4298 else
4299 ac_path_GREP_found=false
4300 # Loop through the user's path and test for each of PROGNAME-LIST
4301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4302 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4304 IFS=$as_save_IFS
4305 test -z "$as_dir" && as_dir=.
4306 for ac_prog in grep ggrep; do
4307 for ac_exec_ext in '' $ac_executable_extensions; do
4308 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4309 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4310 # Check for GNU ac_path_GREP and select it if it is found.
4311 # Check for GNU $ac_path_GREP
4312 case `"$ac_path_GREP" --version 2>&1` in
4313 *GNU*)
4314 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4316 ac_count=0
4317 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4318 while :
4320 cat "conftest.in" "conftest.in" >"conftest.tmp"
4321 mv "conftest.tmp" "conftest.in"
4322 cp "conftest.in" "conftest.nl"
4323 echo 'GREP' >> "conftest.nl"
4324 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4325 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4326 ac_count=`expr $ac_count + 1`
4327 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4328 # Best one so far, save it but keep looking for a better one
4329 ac_cv_path_GREP="$ac_path_GREP"
4330 ac_path_GREP_max=$ac_count
4332 # 10*(2^10) chars as input seems more than enough
4333 test $ac_count -gt 10 && break
4334 done
4335 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4336 esac
4339 $ac_path_GREP_found && break 3
4340 done
4341 done
4343 done
4344 IFS=$as_save_IFS
4349 GREP="$ac_cv_path_GREP"
4350 if test -z "$GREP"; then
4351 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4352 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4353 { (exit 1); exit 1; }; }
4356 else
4357 ac_cv_path_GREP=$GREP
4362 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4363 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4364 GREP="$ac_cv_path_GREP"
4367 { echo "$as_me:$LINENO: checking for egrep" >&5
4368 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4369 if test "${ac_cv_path_EGREP+set}" = set; then
4370 echo $ECHO_N "(cached) $ECHO_C" >&6
4371 else
4372 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4373 then ac_cv_path_EGREP="$GREP -E"
4374 else
4375 # Extract the first word of "egrep" to use in msg output
4376 if test -z "$EGREP"; then
4377 set dummy egrep; ac_prog_name=$2
4378 if test "${ac_cv_path_EGREP+set}" = set; then
4379 echo $ECHO_N "(cached) $ECHO_C" >&6
4380 else
4381 ac_path_EGREP_found=false
4382 # Loop through the user's path and test for each of PROGNAME-LIST
4383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4384 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4386 IFS=$as_save_IFS
4387 test -z "$as_dir" && as_dir=.
4388 for ac_prog in egrep; do
4389 for ac_exec_ext in '' $ac_executable_extensions; do
4390 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4391 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4392 # Check for GNU ac_path_EGREP and select it if it is found.
4393 # Check for GNU $ac_path_EGREP
4394 case `"$ac_path_EGREP" --version 2>&1` in
4395 *GNU*)
4396 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4398 ac_count=0
4399 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4400 while :
4402 cat "conftest.in" "conftest.in" >"conftest.tmp"
4403 mv "conftest.tmp" "conftest.in"
4404 cp "conftest.in" "conftest.nl"
4405 echo 'EGREP' >> "conftest.nl"
4406 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4407 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4408 ac_count=`expr $ac_count + 1`
4409 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4410 # Best one so far, save it but keep looking for a better one
4411 ac_cv_path_EGREP="$ac_path_EGREP"
4412 ac_path_EGREP_max=$ac_count
4414 # 10*(2^10) chars as input seems more than enough
4415 test $ac_count -gt 10 && break
4416 done
4417 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4418 esac
4421 $ac_path_EGREP_found && break 3
4422 done
4423 done
4425 done
4426 IFS=$as_save_IFS
4431 EGREP="$ac_cv_path_EGREP"
4432 if test -z "$EGREP"; then
4433 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4434 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4435 { (exit 1); exit 1; }; }
4438 else
4439 ac_cv_path_EGREP=$EGREP
4445 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4446 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4447 EGREP="$ac_cv_path_EGREP"
4450 # Extract the first word of "ldconfig", so it can be a program name with args.
4451 set dummy ldconfig; ac_word=$2
4452 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4453 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4454 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4455 echo $ECHO_N "(cached) $ECHO_C" >&6
4456 else
4457 case $LDCONFIG in
4458 [\\/]* | ?:[\\/]*)
4459 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4463 for as_dir in /sbin /usr/sbin $PATH
4465 IFS=$as_save_IFS
4466 test -z "$as_dir" && as_dir=.
4467 for ac_exec_ext in '' $ac_executable_extensions; do
4468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4469 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4470 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4471 break 2
4473 done
4474 done
4475 IFS=$as_save_IFS
4477 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4479 esac
4481 LDCONFIG=$ac_cv_path_LDCONFIG
4482 if test -n "$LDCONFIG"; then
4483 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4484 echo "${ECHO_T}$LDCONFIG" >&6; }
4485 else
4486 { echo "$as_me:$LINENO: result: no" >&5
4487 echo "${ECHO_T}no" >&6; }
4491 # Find a good install program. We prefer a C program (faster),
4492 # so one script is as good as another. But avoid the broken or
4493 # incompatible versions:
4494 # SysV /etc/install, /usr/sbin/install
4495 # SunOS /usr/etc/install
4496 # IRIX /sbin/install
4497 # AIX /bin/install
4498 # AmigaOS /C/install, which installs bootblocks on floppy discs
4499 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4500 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4501 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4502 # OS/2's system install, which has a completely different semantic
4503 # ./install, which can be erroneously created by make from ./install.sh.
4504 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4505 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4506 if test -z "$INSTALL"; then
4507 if test "${ac_cv_path_install+set}" = set; then
4508 echo $ECHO_N "(cached) $ECHO_C" >&6
4509 else
4510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4511 for as_dir in $PATH
4513 IFS=$as_save_IFS
4514 test -z "$as_dir" && as_dir=.
4515 # Account for people who put trailing slashes in PATH elements.
4516 case $as_dir/ in
4517 ./ | .// | /cC/* | \
4518 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4519 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4520 /usr/ucb/* ) ;;
4522 # OSF1 and SCO ODT 3.0 have their own names for install.
4523 # Don't use installbsd from OSF since it installs stuff as root
4524 # by default.
4525 for ac_prog in ginstall scoinst install; do
4526 for ac_exec_ext in '' $ac_executable_extensions; do
4527 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4528 if test $ac_prog = install &&
4529 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4530 # AIX install. It has an incompatible calling convention.
4532 elif test $ac_prog = install &&
4533 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4534 # program-specific install script used by HP pwplus--don't use.
4536 else
4537 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4538 break 3
4541 done
4542 done
4544 esac
4545 done
4546 IFS=$as_save_IFS
4550 if test "${ac_cv_path_install+set}" = set; then
4551 INSTALL=$ac_cv_path_install
4552 else
4553 # As a last resort, use the slow shell script. Don't cache a
4554 # value for INSTALL within a source directory, because that will
4555 # break other packages using the cache if that directory is
4556 # removed, or if the value is a relative name.
4557 INSTALL=$ac_install_sh
4560 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4561 echo "${ECHO_T}$INSTALL" >&6; }
4563 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4564 # It thinks the first close brace ends the variable substitution.
4565 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4567 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4569 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4571 case "$INSTALL" in
4572 [\\/$]* | ?:[\\/]* ) ;;
4573 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4574 esac
4576 for ac_prog in lclint lint
4578 # Extract the first word of "$ac_prog", so it can be a program name with args.
4579 set dummy $ac_prog; ac_word=$2
4580 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4581 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4582 if test "${ac_cv_prog_LINT+set}" = set; then
4583 echo $ECHO_N "(cached) $ECHO_C" >&6
4584 else
4585 if test -n "$LINT"; then
4586 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4587 else
4588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4589 for as_dir in $PATH
4591 IFS=$as_save_IFS
4592 test -z "$as_dir" && as_dir=.
4593 for ac_exec_ext in '' $ac_executable_extensions; do
4594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4595 ac_cv_prog_LINT="$ac_prog"
4596 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4597 break 2
4599 done
4600 done
4601 IFS=$as_save_IFS
4605 LINT=$ac_cv_prog_LINT
4606 if test -n "$LINT"; then
4607 { echo "$as_me:$LINENO: result: $LINT" >&5
4608 echo "${ECHO_T}$LINT" >&6; }
4609 else
4610 { echo "$as_me:$LINENO: result: no" >&5
4611 echo "${ECHO_T}no" >&6; }
4615 test -n "$LINT" && break
4616 done
4618 if test "$LINT" = "lint"
4619 then
4620 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4625 for ac_prog in fontforge
4627 # Extract the first word of "$ac_prog", so it can be a program name with args.
4628 set dummy $ac_prog; ac_word=$2
4629 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4630 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4631 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4632 echo $ECHO_N "(cached) $ECHO_C" >&6
4633 else
4634 if test -n "$FONTFORGE"; then
4635 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4636 else
4637 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4638 for as_dir in $PATH
4640 IFS=$as_save_IFS
4641 test -z "$as_dir" && as_dir=.
4642 for ac_exec_ext in '' $ac_executable_extensions; do
4643 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4644 ac_cv_prog_FONTFORGE="$ac_prog"
4645 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4646 break 2
4648 done
4649 done
4650 IFS=$as_save_IFS
4654 FONTFORGE=$ac_cv_prog_FONTFORGE
4655 if test -n "$FONTFORGE"; then
4656 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4657 echo "${ECHO_T}$FONTFORGE" >&6; }
4658 else
4659 { echo "$as_me:$LINENO: result: no" >&5
4660 echo "${ECHO_T}no" >&6; }
4664 test -n "$FONTFORGE" && break
4665 done
4666 test -n "$FONTFORGE" || FONTFORGE="false"
4668 for ac_prog in pkg-config
4670 # Extract the first word of "$ac_prog", so it can be a program name with args.
4671 set dummy $ac_prog; ac_word=$2
4672 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4673 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4674 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4675 echo $ECHO_N "(cached) $ECHO_C" >&6
4676 else
4677 if test -n "$PKG_CONFIG"; then
4678 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4679 else
4680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4681 for as_dir in $PATH
4683 IFS=$as_save_IFS
4684 test -z "$as_dir" && as_dir=.
4685 for ac_exec_ext in '' $ac_executable_extensions; do
4686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4687 ac_cv_prog_PKG_CONFIG="$ac_prog"
4688 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4689 break 2
4691 done
4692 done
4693 IFS=$as_save_IFS
4697 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4698 if test -n "$PKG_CONFIG"; then
4699 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4700 echo "${ECHO_T}$PKG_CONFIG" >&6; }
4701 else
4702 { echo "$as_me:$LINENO: result: no" >&5
4703 echo "${ECHO_T}no" >&6; }
4707 test -n "$PKG_CONFIG" && break
4708 done
4709 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4711 for ac_prog in rsvg
4713 # Extract the first word of "$ac_prog", so it can be a program name with args.
4714 set dummy $ac_prog; ac_word=$2
4715 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4716 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4717 if test "${ac_cv_prog_RSVG+set}" = set; then
4718 echo $ECHO_N "(cached) $ECHO_C" >&6
4719 else
4720 if test -n "$RSVG"; then
4721 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4722 else
4723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4724 for as_dir in $PATH
4726 IFS=$as_save_IFS
4727 test -z "$as_dir" && as_dir=.
4728 for ac_exec_ext in '' $ac_executable_extensions; do
4729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4730 ac_cv_prog_RSVG="$ac_prog"
4731 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4732 break 2
4734 done
4735 done
4736 IFS=$as_save_IFS
4740 RSVG=$ac_cv_prog_RSVG
4741 if test -n "$RSVG"; then
4742 { echo "$as_me:$LINENO: result: $RSVG" >&5
4743 echo "${ECHO_T}$RSVG" >&6; }
4744 else
4745 { echo "$as_me:$LINENO: result: no" >&5
4746 echo "${ECHO_T}no" >&6; }
4750 test -n "$RSVG" && break
4751 done
4752 test -n "$RSVG" || RSVG="false"
4754 for ac_prog in icotool
4756 # Extract the first word of "$ac_prog", so it can be a program name with args.
4757 set dummy $ac_prog; ac_word=$2
4758 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4759 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4760 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4761 echo $ECHO_N "(cached) $ECHO_C" >&6
4762 else
4763 if test -n "$ICOTOOL"; then
4764 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4765 else
4766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4767 for as_dir in $PATH
4769 IFS=$as_save_IFS
4770 test -z "$as_dir" && as_dir=.
4771 for ac_exec_ext in '' $ac_executable_extensions; do
4772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4773 ac_cv_prog_ICOTOOL="$ac_prog"
4774 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4775 break 2
4777 done
4778 done
4779 IFS=$as_save_IFS
4783 ICOTOOL=$ac_cv_prog_ICOTOOL
4784 if test -n "$ICOTOOL"; then
4785 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4786 echo "${ECHO_T}$ICOTOOL" >&6; }
4787 else
4788 { echo "$as_me:$LINENO: result: no" >&5
4789 echo "${ECHO_T}no" >&6; }
4793 test -n "$ICOTOOL" && break
4794 done
4795 test -n "$ICOTOOL" || ICOTOOL="false"
4798 if test "${enable_maintainer_mode+set}" = set
4799 then
4800 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4801 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4802 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4805 case $host_cpu in
4806 *i[3456789]86*)
4807 # Extract the first word of "prelink", so it can be a program name with args.
4808 set dummy prelink; ac_word=$2
4809 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4810 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4811 if test "${ac_cv_path_PRELINK+set}" = set; then
4812 echo $ECHO_N "(cached) $ECHO_C" >&6
4813 else
4814 case $PRELINK in
4815 [\\/]* | ?:[\\/]*)
4816 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4819 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4820 for as_dir in /sbin /usr/sbin $PATH
4822 IFS=$as_save_IFS
4823 test -z "$as_dir" && as_dir=.
4824 for ac_exec_ext in '' $ac_executable_extensions; do
4825 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4826 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4827 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4828 break 2
4830 done
4831 done
4832 IFS=$as_save_IFS
4834 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4836 esac
4838 PRELINK=$ac_cv_path_PRELINK
4839 if test -n "$PRELINK"; then
4840 { echo "$as_me:$LINENO: result: $PRELINK" >&5
4841 echo "${ECHO_T}$PRELINK" >&6; }
4842 else
4843 { echo "$as_me:$LINENO: result: no" >&5
4844 echo "${ECHO_T}no" >&6; }
4849 esac
4853 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4854 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
4855 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4856 echo $ECHO_N "(cached) $ECHO_C" >&6
4857 else
4858 ac_check_lib_save_LIBS=$LIBS
4859 LIBS="-li386 $LIBS"
4860 cat >conftest.$ac_ext <<_ACEOF
4861 /* confdefs.h. */
4862 _ACEOF
4863 cat confdefs.h >>conftest.$ac_ext
4864 cat >>conftest.$ac_ext <<_ACEOF
4865 /* end confdefs.h. */
4867 /* Override any GCC internal prototype to avoid an error.
4868 Use char because int might match the return type of a GCC
4869 builtin and then its argument prototype would still apply. */
4870 #ifdef __cplusplus
4871 extern "C"
4872 #endif
4873 char i386_set_ldt ();
4875 main ()
4877 return i386_set_ldt ();
4879 return 0;
4881 _ACEOF
4882 rm -f conftest.$ac_objext conftest$ac_exeext
4883 if { (ac_try="$ac_link"
4884 case "(($ac_try" in
4885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4886 *) ac_try_echo=$ac_try;;
4887 esac
4888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4889 (eval "$ac_link") 2>conftest.er1
4890 ac_status=$?
4891 grep -v '^ *+' conftest.er1 >conftest.err
4892 rm -f conftest.er1
4893 cat conftest.err >&5
4894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895 (exit $ac_status); } && {
4896 test -z "$ac_c_werror_flag" ||
4897 test ! -s conftest.err
4898 } && test -s conftest$ac_exeext &&
4899 $as_test_x conftest$ac_exeext; then
4900 ac_cv_lib_i386_i386_set_ldt=yes
4901 else
4902 echo "$as_me: failed program was:" >&5
4903 sed 's/^/| /' conftest.$ac_ext >&5
4905 ac_cv_lib_i386_i386_set_ldt=no
4908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4909 conftest$ac_exeext conftest.$ac_ext
4910 LIBS=$ac_check_lib_save_LIBS
4912 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
4913 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
4914 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
4915 cat >>confdefs.h <<_ACEOF
4916 #define HAVE_LIBI386 1
4917 _ACEOF
4919 LIBS="-li386 $LIBS"
4924 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
4925 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
4926 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
4927 echo $ECHO_N "(cached) $ECHO_C" >&6
4928 else
4929 ac_check_lib_save_LIBS=$LIBS
4930 LIBS="-lossaudio $LIBS"
4931 cat >conftest.$ac_ext <<_ACEOF
4932 /* confdefs.h. */
4933 _ACEOF
4934 cat confdefs.h >>conftest.$ac_ext
4935 cat >>conftest.$ac_ext <<_ACEOF
4936 /* end confdefs.h. */
4938 /* Override any GCC internal prototype to avoid an error.
4939 Use char because int might match the return type of a GCC
4940 builtin and then its argument prototype would still apply. */
4941 #ifdef __cplusplus
4942 extern "C"
4943 #endif
4944 char _oss_ioctl ();
4946 main ()
4948 return _oss_ioctl ();
4950 return 0;
4952 _ACEOF
4953 rm -f conftest.$ac_objext conftest$ac_exeext
4954 if { (ac_try="$ac_link"
4955 case "(($ac_try" in
4956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4957 *) ac_try_echo=$ac_try;;
4958 esac
4959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4960 (eval "$ac_link") 2>conftest.er1
4961 ac_status=$?
4962 grep -v '^ *+' conftest.er1 >conftest.err
4963 rm -f conftest.er1
4964 cat conftest.err >&5
4965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4966 (exit $ac_status); } && {
4967 test -z "$ac_c_werror_flag" ||
4968 test ! -s conftest.err
4969 } && test -s conftest$ac_exeext &&
4970 $as_test_x conftest$ac_exeext; then
4971 ac_cv_lib_ossaudio__oss_ioctl=yes
4972 else
4973 echo "$as_me: failed program was:" >&5
4974 sed 's/^/| /' conftest.$ac_ext >&5
4976 ac_cv_lib_ossaudio__oss_ioctl=no
4979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4980 conftest$ac_exeext conftest.$ac_ext
4981 LIBS=$ac_check_lib_save_LIBS
4983 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
4984 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
4985 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
4986 cat >>confdefs.h <<_ACEOF
4987 #define HAVE_LIBOSSAUDIO 1
4988 _ACEOF
4990 LIBS="-lossaudio $LIBS"
4995 XLIB=""
4997 OPENGL_LIBS=""
5001 ac_ext=c
5002 ac_cpp='$CPP $CPPFLAGS'
5003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5006 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5007 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5008 # On Suns, sometimes $CPP names a directory.
5009 if test -n "$CPP" && test -d "$CPP"; then
5010 CPP=
5012 if test -z "$CPP"; then
5013 if test "${ac_cv_prog_CPP+set}" = set; then
5014 echo $ECHO_N "(cached) $ECHO_C" >&6
5015 else
5016 # Double quotes because CPP needs to be expanded
5017 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5019 ac_preproc_ok=false
5020 for ac_c_preproc_warn_flag in '' yes
5022 # Use a header file that comes with gcc, so configuring glibc
5023 # with a fresh cross-compiler works.
5024 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5025 # <limits.h> exists even on freestanding compilers.
5026 # On the NeXT, cc -E runs the code through the compiler's parser,
5027 # not just through cpp. "Syntax error" is here to catch this case.
5028 cat >conftest.$ac_ext <<_ACEOF
5029 /* confdefs.h. */
5030 _ACEOF
5031 cat confdefs.h >>conftest.$ac_ext
5032 cat >>conftest.$ac_ext <<_ACEOF
5033 /* end confdefs.h. */
5034 #ifdef __STDC__
5035 # include <limits.h>
5036 #else
5037 # include <assert.h>
5038 #endif
5039 Syntax error
5040 _ACEOF
5041 if { (ac_try="$ac_cpp conftest.$ac_ext"
5042 case "(($ac_try" in
5043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5044 *) ac_try_echo=$ac_try;;
5045 esac
5046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5047 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5048 ac_status=$?
5049 grep -v '^ *+' conftest.er1 >conftest.err
5050 rm -f conftest.er1
5051 cat conftest.err >&5
5052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5053 (exit $ac_status); } >/dev/null && {
5054 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5055 test ! -s conftest.err
5056 }; then
5058 else
5059 echo "$as_me: failed program was:" >&5
5060 sed 's/^/| /' conftest.$ac_ext >&5
5062 # Broken: fails on valid input.
5063 continue
5066 rm -f conftest.err conftest.$ac_ext
5068 # OK, works on sane cases. Now check whether nonexistent headers
5069 # can be detected and how.
5070 cat >conftest.$ac_ext <<_ACEOF
5071 /* confdefs.h. */
5072 _ACEOF
5073 cat confdefs.h >>conftest.$ac_ext
5074 cat >>conftest.$ac_ext <<_ACEOF
5075 /* end confdefs.h. */
5076 #include <ac_nonexistent.h>
5077 _ACEOF
5078 if { (ac_try="$ac_cpp conftest.$ac_ext"
5079 case "(($ac_try" in
5080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5081 *) ac_try_echo=$ac_try;;
5082 esac
5083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5084 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5085 ac_status=$?
5086 grep -v '^ *+' conftest.er1 >conftest.err
5087 rm -f conftest.er1
5088 cat conftest.err >&5
5089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5090 (exit $ac_status); } >/dev/null && {
5091 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5092 test ! -s conftest.err
5093 }; then
5094 # Broken: success on invalid input.
5095 continue
5096 else
5097 echo "$as_me: failed program was:" >&5
5098 sed 's/^/| /' conftest.$ac_ext >&5
5100 # Passes both tests.
5101 ac_preproc_ok=:
5102 break
5105 rm -f conftest.err conftest.$ac_ext
5107 done
5108 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5109 rm -f conftest.err conftest.$ac_ext
5110 if $ac_preproc_ok; then
5111 break
5114 done
5115 ac_cv_prog_CPP=$CPP
5118 CPP=$ac_cv_prog_CPP
5119 else
5120 ac_cv_prog_CPP=$CPP
5122 { echo "$as_me:$LINENO: result: $CPP" >&5
5123 echo "${ECHO_T}$CPP" >&6; }
5124 ac_preproc_ok=false
5125 for ac_c_preproc_warn_flag in '' yes
5127 # Use a header file that comes with gcc, so configuring glibc
5128 # with a fresh cross-compiler works.
5129 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5130 # <limits.h> exists even on freestanding compilers.
5131 # On the NeXT, cc -E runs the code through the compiler's parser,
5132 # not just through cpp. "Syntax error" is here to catch this case.
5133 cat >conftest.$ac_ext <<_ACEOF
5134 /* confdefs.h. */
5135 _ACEOF
5136 cat confdefs.h >>conftest.$ac_ext
5137 cat >>conftest.$ac_ext <<_ACEOF
5138 /* end confdefs.h. */
5139 #ifdef __STDC__
5140 # include <limits.h>
5141 #else
5142 # include <assert.h>
5143 #endif
5144 Syntax error
5145 _ACEOF
5146 if { (ac_try="$ac_cpp conftest.$ac_ext"
5147 case "(($ac_try" in
5148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5149 *) ac_try_echo=$ac_try;;
5150 esac
5151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5152 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5153 ac_status=$?
5154 grep -v '^ *+' conftest.er1 >conftest.err
5155 rm -f conftest.er1
5156 cat conftest.err >&5
5157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5158 (exit $ac_status); } >/dev/null && {
5159 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5160 test ! -s conftest.err
5161 }; then
5163 else
5164 echo "$as_me: failed program was:" >&5
5165 sed 's/^/| /' conftest.$ac_ext >&5
5167 # Broken: fails on valid input.
5168 continue
5171 rm -f conftest.err conftest.$ac_ext
5173 # OK, works on sane cases. Now check whether nonexistent headers
5174 # can be detected and how.
5175 cat >conftest.$ac_ext <<_ACEOF
5176 /* confdefs.h. */
5177 _ACEOF
5178 cat confdefs.h >>conftest.$ac_ext
5179 cat >>conftest.$ac_ext <<_ACEOF
5180 /* end confdefs.h. */
5181 #include <ac_nonexistent.h>
5182 _ACEOF
5183 if { (ac_try="$ac_cpp conftest.$ac_ext"
5184 case "(($ac_try" in
5185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5186 *) ac_try_echo=$ac_try;;
5187 esac
5188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5189 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5190 ac_status=$?
5191 grep -v '^ *+' conftest.er1 >conftest.err
5192 rm -f conftest.er1
5193 cat conftest.err >&5
5194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5195 (exit $ac_status); } >/dev/null && {
5196 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5197 test ! -s conftest.err
5198 }; then
5199 # Broken: success on invalid input.
5200 continue
5201 else
5202 echo "$as_me: failed program was:" >&5
5203 sed 's/^/| /' conftest.$ac_ext >&5
5205 # Passes both tests.
5206 ac_preproc_ok=:
5207 break
5210 rm -f conftest.err conftest.$ac_ext
5212 done
5213 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5214 rm -f conftest.err conftest.$ac_ext
5215 if $ac_preproc_ok; then
5217 else
5218 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5219 See \`config.log' for more details." >&5
5220 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5221 See \`config.log' for more details." >&2;}
5222 { (exit 1); exit 1; }; }
5225 ac_ext=c
5226 ac_cpp='$CPP $CPPFLAGS'
5227 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5228 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5229 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5232 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5233 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5234 if test "${ac_cv_header_stdc+set}" = set; then
5235 echo $ECHO_N "(cached) $ECHO_C" >&6
5236 else
5237 cat >conftest.$ac_ext <<_ACEOF
5238 /* confdefs.h. */
5239 _ACEOF
5240 cat confdefs.h >>conftest.$ac_ext
5241 cat >>conftest.$ac_ext <<_ACEOF
5242 /* end confdefs.h. */
5243 #include <stdlib.h>
5244 #include <stdarg.h>
5245 #include <string.h>
5246 #include <float.h>
5249 main ()
5253 return 0;
5255 _ACEOF
5256 rm -f conftest.$ac_objext
5257 if { (ac_try="$ac_compile"
5258 case "(($ac_try" in
5259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5260 *) ac_try_echo=$ac_try;;
5261 esac
5262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5263 (eval "$ac_compile") 2>conftest.er1
5264 ac_status=$?
5265 grep -v '^ *+' conftest.er1 >conftest.err
5266 rm -f conftest.er1
5267 cat conftest.err >&5
5268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5269 (exit $ac_status); } && {
5270 test -z "$ac_c_werror_flag" ||
5271 test ! -s conftest.err
5272 } && test -s conftest.$ac_objext; then
5273 ac_cv_header_stdc=yes
5274 else
5275 echo "$as_me: failed program was:" >&5
5276 sed 's/^/| /' conftest.$ac_ext >&5
5278 ac_cv_header_stdc=no
5281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5283 if test $ac_cv_header_stdc = yes; then
5284 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5285 cat >conftest.$ac_ext <<_ACEOF
5286 /* confdefs.h. */
5287 _ACEOF
5288 cat confdefs.h >>conftest.$ac_ext
5289 cat >>conftest.$ac_ext <<_ACEOF
5290 /* end confdefs.h. */
5291 #include <string.h>
5293 _ACEOF
5294 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5295 $EGREP "memchr" >/dev/null 2>&1; then
5297 else
5298 ac_cv_header_stdc=no
5300 rm -f conftest*
5304 if test $ac_cv_header_stdc = yes; then
5305 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5306 cat >conftest.$ac_ext <<_ACEOF
5307 /* confdefs.h. */
5308 _ACEOF
5309 cat confdefs.h >>conftest.$ac_ext
5310 cat >>conftest.$ac_ext <<_ACEOF
5311 /* end confdefs.h. */
5312 #include <stdlib.h>
5314 _ACEOF
5315 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5316 $EGREP "free" >/dev/null 2>&1; then
5318 else
5319 ac_cv_header_stdc=no
5321 rm -f conftest*
5325 if test $ac_cv_header_stdc = yes; then
5326 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5327 if test "$cross_compiling" = yes; then
5329 else
5330 cat >conftest.$ac_ext <<_ACEOF
5331 /* confdefs.h. */
5332 _ACEOF
5333 cat confdefs.h >>conftest.$ac_ext
5334 cat >>conftest.$ac_ext <<_ACEOF
5335 /* end confdefs.h. */
5336 #include <ctype.h>
5337 #include <stdlib.h>
5338 #if ((' ' & 0x0FF) == 0x020)
5339 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5340 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5341 #else
5342 # define ISLOWER(c) \
5343 (('a' <= (c) && (c) <= 'i') \
5344 || ('j' <= (c) && (c) <= 'r') \
5345 || ('s' <= (c) && (c) <= 'z'))
5346 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5347 #endif
5349 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5351 main ()
5353 int i;
5354 for (i = 0; i < 256; i++)
5355 if (XOR (islower (i), ISLOWER (i))
5356 || toupper (i) != TOUPPER (i))
5357 return 2;
5358 return 0;
5360 _ACEOF
5361 rm -f conftest$ac_exeext
5362 if { (ac_try="$ac_link"
5363 case "(($ac_try" in
5364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5365 *) ac_try_echo=$ac_try;;
5366 esac
5367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5368 (eval "$ac_link") 2>&5
5369 ac_status=$?
5370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5371 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5372 { (case "(($ac_try" in
5373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5374 *) ac_try_echo=$ac_try;;
5375 esac
5376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5377 (eval "$ac_try") 2>&5
5378 ac_status=$?
5379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5380 (exit $ac_status); }; }; then
5382 else
5383 echo "$as_me: program exited with status $ac_status" >&5
5384 echo "$as_me: failed program was:" >&5
5385 sed 's/^/| /' conftest.$ac_ext >&5
5387 ( exit $ac_status )
5388 ac_cv_header_stdc=no
5390 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5396 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5397 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5398 if test $ac_cv_header_stdc = yes; then
5400 cat >>confdefs.h <<\_ACEOF
5401 #define STDC_HEADERS 1
5402 _ACEOF
5406 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5416 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5417 inttypes.h stdint.h unistd.h
5419 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5420 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5421 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5422 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5423 echo $ECHO_N "(cached) $ECHO_C" >&6
5424 else
5425 cat >conftest.$ac_ext <<_ACEOF
5426 /* confdefs.h. */
5427 _ACEOF
5428 cat confdefs.h >>conftest.$ac_ext
5429 cat >>conftest.$ac_ext <<_ACEOF
5430 /* end confdefs.h. */
5431 $ac_includes_default
5433 #include <$ac_header>
5434 _ACEOF
5435 rm -f conftest.$ac_objext
5436 if { (ac_try="$ac_compile"
5437 case "(($ac_try" in
5438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5439 *) ac_try_echo=$ac_try;;
5440 esac
5441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5442 (eval "$ac_compile") 2>conftest.er1
5443 ac_status=$?
5444 grep -v '^ *+' conftest.er1 >conftest.err
5445 rm -f conftest.er1
5446 cat conftest.err >&5
5447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5448 (exit $ac_status); } && {
5449 test -z "$ac_c_werror_flag" ||
5450 test ! -s conftest.err
5451 } && test -s conftest.$ac_objext; then
5452 eval "$as_ac_Header=yes"
5453 else
5454 echo "$as_me: failed program was:" >&5
5455 sed 's/^/| /' conftest.$ac_ext >&5
5457 eval "$as_ac_Header=no"
5460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5462 ac_res=`eval echo '${'$as_ac_Header'}'`
5463 { echo "$as_me:$LINENO: result: $ac_res" >&5
5464 echo "${ECHO_T}$ac_res" >&6; }
5465 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5466 cat >>confdefs.h <<_ACEOF
5467 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5468 _ACEOF
5472 done
5598 for ac_header in \
5599 AudioUnit/AudioUnit.h \
5600 Carbon/Carbon.h \
5601 CoreAudio/CoreAudio.h \
5602 DiskArbitration/DiskArbitration.h \
5603 IOKit/IOKitLib.h \
5604 IOKit/hid/IOHIDLib.h \
5605 alias.h \
5606 alsa/asoundlib.h \
5607 arpa/inet.h \
5608 arpa/nameser.h \
5609 asm/types.h \
5610 capi20.h \
5611 curses.h \
5612 direct.h \
5613 dirent.h \
5614 dlfcn.h \
5615 elf.h \
5616 float.h \
5617 fnmatch.h \
5618 fontconfig/fontconfig.h \
5619 getopt.h \
5620 grp.h \
5621 ieeefp.h \
5622 inet/mib2.h \
5623 io.h \
5624 jack/jack.h \
5625 jpeglib.h \
5626 kstat.h \
5627 lber.h \
5628 lcms.h \
5629 lcms/lcms.h \
5630 ldap.h \
5631 libaudioio.h \
5632 link.h \
5633 linux/cdrom.h \
5634 linux/compiler.h \
5635 linux/hdreg.h \
5636 linux/input.h \
5637 linux/ioctl.h \
5638 linux/joystick.h \
5639 linux/major.h \
5640 linux/param.h \
5641 linux/serial.h \
5642 linux/types.h \
5643 linux/ucdrom.h \
5644 mach-o/nlist.h \
5645 mach/mach.h \
5646 mach/machine.h \
5647 machine/cpu.h \
5648 machine/limits.h \
5649 machine/soundcard.h \
5650 mntent.h \
5651 ncurses.h \
5652 netdb.h \
5653 netinet/in.h \
5654 netinet/in_systm.h \
5655 netinet/tcp.h \
5656 netinet/tcp_fsm.h \
5657 openssl/err.h \
5658 openssl/ssl.h \
5659 png.h \
5660 poll.h \
5661 process.h \
5662 pthread.h \
5663 pwd.h \
5664 regex.h \
5665 sched.h \
5666 scsi/scsi.h \
5667 scsi/scsi_ioctl.h \
5668 scsi/sg.h \
5669 soundcard.h \
5670 stdbool.h \
5671 stdint.h \
5672 strings.h \
5673 stropts.h \
5674 sys/asoundlib.h \
5675 sys/cdio.h \
5676 sys/elf32.h \
5677 sys/epoll.h \
5678 sys/errno.h \
5679 sys/event.h \
5680 sys/exec_elf.h \
5681 sys/filio.h \
5682 sys/ioctl.h \
5683 sys/ipc.h \
5684 sys/limits.h \
5685 sys/link.h \
5686 sys/mman.h \
5687 sys/modem.h \
5688 sys/msg.h \
5689 sys/mtio.h \
5690 sys/param.h \
5691 sys/poll.h \
5692 sys/prctl.h \
5693 sys/protosw.h \
5694 sys/ptrace.h \
5695 sys/resource.h \
5696 sys/scsiio.h \
5697 sys/shm.h \
5698 sys/signal.h \
5699 sys/socket.h \
5700 sys/socketvar.h \
5701 sys/sockio.h \
5702 sys/soundcard.h \
5703 sys/statvfs.h \
5704 sys/strtio.h \
5705 sys/syscall.h \
5706 sys/tihdr.h \
5707 sys/time.h \
5708 sys/timeout.h \
5709 sys/times.h \
5710 sys/uio.h \
5711 sys/un.h \
5712 sys/utsname.h \
5713 sys/vm86.h \
5714 sys/wait.h \
5715 syscall.h \
5716 termios.h \
5717 unistd.h \
5718 utime.h \
5719 valgrind/memcheck.h \
5720 valgrind/valgrind.h \
5721 zlib.h
5724 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5725 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5726 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5727 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5728 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5729 echo $ECHO_N "(cached) $ECHO_C" >&6
5731 ac_res=`eval echo '${'$as_ac_Header'}'`
5732 { echo "$as_me:$LINENO: result: $ac_res" >&5
5733 echo "${ECHO_T}$ac_res" >&6; }
5734 else
5735 # Is the header compilable?
5736 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
5737 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5738 cat >conftest.$ac_ext <<_ACEOF
5739 /* confdefs.h. */
5740 _ACEOF
5741 cat confdefs.h >>conftest.$ac_ext
5742 cat >>conftest.$ac_ext <<_ACEOF
5743 /* end confdefs.h. */
5744 $ac_includes_default
5745 #include <$ac_header>
5746 _ACEOF
5747 rm -f conftest.$ac_objext
5748 if { (ac_try="$ac_compile"
5749 case "(($ac_try" in
5750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5751 *) ac_try_echo=$ac_try;;
5752 esac
5753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5754 (eval "$ac_compile") 2>conftest.er1
5755 ac_status=$?
5756 grep -v '^ *+' conftest.er1 >conftest.err
5757 rm -f conftest.er1
5758 cat conftest.err >&5
5759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5760 (exit $ac_status); } && {
5761 test -z "$ac_c_werror_flag" ||
5762 test ! -s conftest.err
5763 } && test -s conftest.$ac_objext; then
5764 ac_header_compiler=yes
5765 else
5766 echo "$as_me: failed program was:" >&5
5767 sed 's/^/| /' conftest.$ac_ext >&5
5769 ac_header_compiler=no
5772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5773 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5774 echo "${ECHO_T}$ac_header_compiler" >&6; }
5776 # Is the header present?
5777 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
5778 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5779 cat >conftest.$ac_ext <<_ACEOF
5780 /* confdefs.h. */
5781 _ACEOF
5782 cat confdefs.h >>conftest.$ac_ext
5783 cat >>conftest.$ac_ext <<_ACEOF
5784 /* end confdefs.h. */
5785 #include <$ac_header>
5786 _ACEOF
5787 if { (ac_try="$ac_cpp conftest.$ac_ext"
5788 case "(($ac_try" in
5789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5790 *) ac_try_echo=$ac_try;;
5791 esac
5792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5793 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5794 ac_status=$?
5795 grep -v '^ *+' conftest.er1 >conftest.err
5796 rm -f conftest.er1
5797 cat conftest.err >&5
5798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5799 (exit $ac_status); } >/dev/null && {
5800 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5801 test ! -s conftest.err
5802 }; then
5803 ac_header_preproc=yes
5804 else
5805 echo "$as_me: failed program was:" >&5
5806 sed 's/^/| /' conftest.$ac_ext >&5
5808 ac_header_preproc=no
5811 rm -f conftest.err conftest.$ac_ext
5812 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5813 echo "${ECHO_T}$ac_header_preproc" >&6; }
5815 # So? What about this header?
5816 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5817 yes:no: )
5818 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5819 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5820 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5821 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5822 ac_header_preproc=yes
5824 no:yes:* )
5825 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5826 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5827 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5828 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5829 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5830 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5831 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5832 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5833 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5834 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5835 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5836 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5837 ( cat <<\_ASBOX
5838 ## ------------------------------------ ##
5839 ## Report this to wine-devel@winehq.org ##
5840 ## ------------------------------------ ##
5841 _ASBOX
5842 ) | sed "s/^/$as_me: WARNING: /" >&2
5844 esac
5845 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5846 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5847 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5848 echo $ECHO_N "(cached) $ECHO_C" >&6
5849 else
5850 eval "$as_ac_Header=\$ac_header_preproc"
5852 ac_res=`eval echo '${'$as_ac_Header'}'`
5853 { echo "$as_me:$LINENO: result: $ac_res" >&5
5854 echo "${ECHO_T}$ac_res" >&6; }
5857 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5858 cat >>confdefs.h <<_ACEOF
5859 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5860 _ACEOF
5864 done
5866 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
5867 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
5868 if test "${ac_cv_header_stat_broken+set}" = set; then
5869 echo $ECHO_N "(cached) $ECHO_C" >&6
5870 else
5871 cat >conftest.$ac_ext <<_ACEOF
5872 /* confdefs.h. */
5873 _ACEOF
5874 cat confdefs.h >>conftest.$ac_ext
5875 cat >>conftest.$ac_ext <<_ACEOF
5876 /* end confdefs.h. */
5877 #include <sys/types.h>
5878 #include <sys/stat.h>
5880 #if defined S_ISBLK && defined S_IFDIR
5881 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5882 #endif
5884 #if defined S_ISBLK && defined S_IFCHR
5885 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5886 #endif
5888 #if defined S_ISLNK && defined S_IFREG
5889 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5890 #endif
5892 #if defined S_ISSOCK && defined S_IFREG
5893 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5894 #endif
5896 _ACEOF
5897 rm -f conftest.$ac_objext
5898 if { (ac_try="$ac_compile"
5899 case "(($ac_try" in
5900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5901 *) ac_try_echo=$ac_try;;
5902 esac
5903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5904 (eval "$ac_compile") 2>conftest.er1
5905 ac_status=$?
5906 grep -v '^ *+' conftest.er1 >conftest.err
5907 rm -f conftest.er1
5908 cat conftest.err >&5
5909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5910 (exit $ac_status); } && {
5911 test -z "$ac_c_werror_flag" ||
5912 test ! -s conftest.err
5913 } && test -s conftest.$ac_objext; then
5914 ac_cv_header_stat_broken=no
5915 else
5916 echo "$as_me: failed program was:" >&5
5917 sed 's/^/| /' conftest.$ac_ext >&5
5919 ac_cv_header_stat_broken=yes
5922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5924 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
5925 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
5926 if test $ac_cv_header_stat_broken = yes; then
5928 cat >>confdefs.h <<\_ACEOF
5929 #define STAT_MACROS_BROKEN 1
5930 _ACEOF
5941 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5943 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5944 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5945 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5946 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5947 echo $ECHO_N "(cached) $ECHO_C" >&6
5948 else
5949 cat >conftest.$ac_ext <<_ACEOF
5950 /* confdefs.h. */
5951 _ACEOF
5952 cat confdefs.h >>conftest.$ac_ext
5953 cat >>conftest.$ac_ext <<_ACEOF
5954 /* end confdefs.h. */
5955 #include <sys/types.h>
5956 #ifdef HAVE_SYS_PARAM_H
5957 # include <sys/param.h>
5958 #endif
5960 #include <$ac_header>
5961 _ACEOF
5962 rm -f conftest.$ac_objext
5963 if { (ac_try="$ac_compile"
5964 case "(($ac_try" in
5965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5966 *) ac_try_echo=$ac_try;;
5967 esac
5968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5969 (eval "$ac_compile") 2>conftest.er1
5970 ac_status=$?
5971 grep -v '^ *+' conftest.er1 >conftest.err
5972 rm -f conftest.er1
5973 cat conftest.err >&5
5974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5975 (exit $ac_status); } && {
5976 test -z "$ac_c_werror_flag" ||
5977 test ! -s conftest.err
5978 } && test -s conftest.$ac_objext; then
5979 eval "$as_ac_Header=yes"
5980 else
5981 echo "$as_me: failed program was:" >&5
5982 sed 's/^/| /' conftest.$ac_ext >&5
5984 eval "$as_ac_Header=no"
5987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5989 ac_res=`eval echo '${'$as_ac_Header'}'`
5990 { echo "$as_me:$LINENO: result: $ac_res" >&5
5991 echo "${ECHO_T}$ac_res" >&6; }
5992 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5993 cat >>confdefs.h <<_ACEOF
5994 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5995 _ACEOF
5999 done
6015 for ac_header in \
6016 netinet/ip.h \
6017 net/if.h \
6018 net/if_arp.h \
6019 net/if_dl.h \
6020 net/if_types.h \
6021 net/route.h \
6022 netinet/if_ether.h \
6023 netinet/if_inarp.h \
6024 netinet/in_pcb.h \
6025 netinet/ip_icmp.h \
6026 netinet/ip_var.h \
6027 netinet/udp.h \
6028 netipx/ipx.h \
6031 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6032 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6033 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6034 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6035 echo $ECHO_N "(cached) $ECHO_C" >&6
6036 else
6037 cat >conftest.$ac_ext <<_ACEOF
6038 /* confdefs.h. */
6039 _ACEOF
6040 cat confdefs.h >>conftest.$ac_ext
6041 cat >>conftest.$ac_ext <<_ACEOF
6042 /* end confdefs.h. */
6043 #include <sys/types.h>
6044 #ifdef HAVE_SYS_SOCKET_H
6045 # include <sys/socket.h>
6046 #endif
6047 #ifdef HAVE_SYS_SOCKETVAR_H
6048 # include <sys/socketvar.h>
6049 #endif
6050 #ifdef HAVE_NET_ROUTE_H
6051 # include <net/route.h>
6052 #endif
6053 #ifdef HAVE_NETINET_IN_H
6054 # include <netinet/in.h>
6055 #endif
6056 #ifdef HAVE_NETINET_IN_SYSTM_H
6057 # include <netinet/in_systm.h>
6058 #endif
6059 #ifdef HAVE_NET_IF_H
6060 # include <net/if.h>
6061 #endif
6062 #ifdef HAVE_NETINET_IP_H
6063 # include <netinet/ip.h>
6064 #endif
6066 #include <$ac_header>
6067 _ACEOF
6068 rm -f conftest.$ac_objext
6069 if { (ac_try="$ac_compile"
6070 case "(($ac_try" in
6071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6072 *) ac_try_echo=$ac_try;;
6073 esac
6074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6075 (eval "$ac_compile") 2>conftest.er1
6076 ac_status=$?
6077 grep -v '^ *+' conftest.er1 >conftest.err
6078 rm -f conftest.er1
6079 cat conftest.err >&5
6080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6081 (exit $ac_status); } && {
6082 test -z "$ac_c_werror_flag" ||
6083 test ! -s conftest.err
6084 } && test -s conftest.$ac_objext; then
6085 eval "$as_ac_Header=yes"
6086 else
6087 echo "$as_me: failed program was:" >&5
6088 sed 's/^/| /' conftest.$ac_ext >&5
6090 eval "$as_ac_Header=no"
6093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6095 ac_res=`eval echo '${'$as_ac_Header'}'`
6096 { echo "$as_me:$LINENO: result: $ac_res" >&5
6097 echo "${ECHO_T}$ac_res" >&6; }
6098 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6099 cat >>confdefs.h <<_ACEOF
6100 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6101 _ACEOF
6105 done
6112 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6114 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6115 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6116 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6117 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6118 echo $ECHO_N "(cached) $ECHO_C" >&6
6119 else
6120 cat >conftest.$ac_ext <<_ACEOF
6121 /* confdefs.h. */
6122 _ACEOF
6123 cat confdefs.h >>conftest.$ac_ext
6124 cat >>conftest.$ac_ext <<_ACEOF
6125 /* end confdefs.h. */
6126 #include <sys/types.h>
6127 #ifdef HAVE_ALIAS_H
6128 # include <alias.h>
6129 #endif
6130 #ifdef HAVE_SYS_SOCKET_H
6131 # include <sys/socket.h>
6132 #endif
6133 #ifdef HAVE_SYS_SOCKETVAR_H
6134 # include <sys/socketvar.h>
6135 #endif
6136 #ifdef HAVE_SYS_TIMEOUT_H
6137 # include <sys/timeout.h>
6138 #endif
6139 #ifdef HAVE_NETINET_IN_H
6140 # include <netinet/in.h>
6141 #endif
6142 #ifdef HAVE_NETINET_IN_SYSTM_H
6143 # include <netinet/in_systm.h>
6144 #endif
6145 #ifdef HAVE_NETINET_IP_H
6146 # include <netinet/ip.h>
6147 #endif
6148 #ifdef HAVE_NETINET_IP_VAR_H
6149 # include <netinet/ip_var.h>
6150 #endif
6151 #ifdef HAVE_NETINET_IP_ICMP_H
6152 # include <netinet/ip_icmp.h>
6153 #endif
6154 #ifdef HAVE_NETINET_UDP_H
6155 # include <netinet/udp.h>
6156 #endif
6157 #ifdef HAVE_NETINET_TCP_H
6158 # include <netinet/tcp.h>
6159 #endif
6160 #ifdef HAVE_NETINET_TCP_TIMER_H
6161 #include <netinet/tcp_timer.h>
6162 #endif
6164 #include <$ac_header>
6165 _ACEOF
6166 rm -f conftest.$ac_objext
6167 if { (ac_try="$ac_compile"
6168 case "(($ac_try" in
6169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6170 *) ac_try_echo=$ac_try;;
6171 esac
6172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6173 (eval "$ac_compile") 2>conftest.er1
6174 ac_status=$?
6175 grep -v '^ *+' conftest.er1 >conftest.err
6176 rm -f conftest.er1
6177 cat conftest.err >&5
6178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6179 (exit $ac_status); } && {
6180 test -z "$ac_c_werror_flag" ||
6181 test ! -s conftest.err
6182 } && test -s conftest.$ac_objext; then
6183 eval "$as_ac_Header=yes"
6184 else
6185 echo "$as_me: failed program was:" >&5
6186 sed 's/^/| /' conftest.$ac_ext >&5
6188 eval "$as_ac_Header=no"
6191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6193 ac_res=`eval echo '${'$as_ac_Header'}'`
6194 { echo "$as_me:$LINENO: result: $ac_res" >&5
6195 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
6207 for ac_header in linux/ipx.h
6209 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6210 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6211 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6212 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6213 echo $ECHO_N "(cached) $ECHO_C" >&6
6214 else
6215 cat >conftest.$ac_ext <<_ACEOF
6216 /* confdefs.h. */
6217 _ACEOF
6218 cat confdefs.h >>conftest.$ac_ext
6219 cat >>conftest.$ac_ext <<_ACEOF
6220 /* end confdefs.h. */
6221 #include <sys/types.h>
6222 #ifdef HAVE_ASM_TYPES_H
6223 # include <asm/types.h>
6224 #endif
6225 #ifdef HAVE_SYS_SOCKET_H
6226 # include <sys/socket.h>
6227 #endif
6228 #ifdef HAVE_LINUX_TYPES_H
6229 # include <linux/types.h>
6230 #endif
6232 #include <$ac_header>
6233 _ACEOF
6234 rm -f conftest.$ac_objext
6235 if { (ac_try="$ac_compile"
6236 case "(($ac_try" in
6237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6238 *) ac_try_echo=$ac_try;;
6239 esac
6240 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6241 (eval "$ac_compile") 2>conftest.er1
6242 ac_status=$?
6243 grep -v '^ *+' conftest.er1 >conftest.err
6244 rm -f conftest.er1
6245 cat conftest.err >&5
6246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6247 (exit $ac_status); } && {
6248 test -z "$ac_c_werror_flag" ||
6249 test ! -s conftest.err
6250 } && test -s conftest.$ac_objext; then
6251 eval "$as_ac_Header=yes"
6252 else
6253 echo "$as_me: failed program was:" >&5
6254 sed 's/^/| /' conftest.$ac_ext >&5
6256 eval "$as_ac_Header=no"
6259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6261 ac_res=`eval echo '${'$as_ac_Header'}'`
6262 { echo "$as_me:$LINENO: result: $ac_res" >&5
6263 echo "${ECHO_T}$ac_res" >&6; }
6264 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6265 cat >>confdefs.h <<_ACEOF
6266 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6267 _ACEOF
6271 done
6275 for ac_header in mach-o/dyld_images.h
6277 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6278 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6279 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6280 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6281 echo $ECHO_N "(cached) $ECHO_C" >&6
6282 else
6283 cat >conftest.$ac_ext <<_ACEOF
6284 /* confdefs.h. */
6285 _ACEOF
6286 cat confdefs.h >>conftest.$ac_ext
6287 cat >>conftest.$ac_ext <<_ACEOF
6288 /* end confdefs.h. */
6289 #ifdef HAVE_STDBOOL_H
6290 # include <stdbool.h>
6291 #endif
6292 #ifdef HAVE_STDINT_H
6293 # include <stdint.h>
6294 #endif
6296 #include <$ac_header>
6297 _ACEOF
6298 rm -f conftest.$ac_objext
6299 if { (ac_try="$ac_compile"
6300 case "(($ac_try" in
6301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6302 *) ac_try_echo=$ac_try;;
6303 esac
6304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6305 (eval "$ac_compile") 2>conftest.er1
6306 ac_status=$?
6307 grep -v '^ *+' conftest.er1 >conftest.err
6308 rm -f conftest.er1
6309 cat conftest.err >&5
6310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6311 (exit $ac_status); } && {
6312 test -z "$ac_c_werror_flag" ||
6313 test ! -s conftest.err
6314 } && test -s conftest.$ac_objext; then
6315 eval "$as_ac_Header=yes"
6316 else
6317 echo "$as_me: failed program was:" >&5
6318 sed 's/^/| /' conftest.$ac_ext >&5
6320 eval "$as_ac_Header=no"
6323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6325 ac_res=`eval echo '${'$as_ac_Header'}'`
6326 { echo "$as_me:$LINENO: result: $ac_res" >&5
6327 echo "${ECHO_T}$ac_res" >&6; }
6328 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6329 cat >>confdefs.h <<_ACEOF
6330 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6331 _ACEOF
6335 done
6339 for ac_header in resolv.h
6341 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6342 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6343 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6344 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6345 echo $ECHO_N "(cached) $ECHO_C" >&6
6346 else
6347 cat >conftest.$ac_ext <<_ACEOF
6348 /* confdefs.h. */
6349 _ACEOF
6350 cat confdefs.h >>conftest.$ac_ext
6351 cat >>conftest.$ac_ext <<_ACEOF
6352 /* end confdefs.h. */
6353 #include <sys/types.h>
6354 #ifdef HAVE_SYS_SOCKET_H
6355 # include <sys/socket.h>
6356 #endif
6357 #ifdef HAVE_NETINET_IN_H
6358 # include <netinet/in.h>
6359 #endif
6360 #ifdef HAVE_ARPA_NAMESER_H
6361 # include <arpa/nameser.h>
6362 #endif
6364 #include <$ac_header>
6365 _ACEOF
6366 rm -f conftest.$ac_objext
6367 if { (ac_try="$ac_compile"
6368 case "(($ac_try" in
6369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6370 *) ac_try_echo=$ac_try;;
6371 esac
6372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6373 (eval "$ac_compile") 2>conftest.er1
6374 ac_status=$?
6375 grep -v '^ *+' conftest.er1 >conftest.err
6376 rm -f conftest.er1
6377 cat conftest.err >&5
6378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6379 (exit $ac_status); } && {
6380 test -z "$ac_c_werror_flag" ||
6381 test ! -s conftest.err
6382 } && test -s conftest.$ac_objext; then
6383 eval "$as_ac_Header=yes"
6384 else
6385 echo "$as_me: failed program was:" >&5
6386 sed 's/^/| /' conftest.$ac_ext >&5
6388 eval "$as_ac_Header=no"
6391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6393 ac_res=`eval echo '${'$as_ac_Header'}'`
6394 { echo "$as_me:$LINENO: result: $ac_res" >&5
6395 echo "${ECHO_T}$ac_res" >&6; }
6396 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6397 cat >>confdefs.h <<_ACEOF
6398 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6399 _ACEOF
6403 done
6407 for ac_header in ucontext.h
6409 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6410 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6411 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6412 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6413 echo $ECHO_N "(cached) $ECHO_C" >&6
6414 else
6415 cat >conftest.$ac_ext <<_ACEOF
6416 /* confdefs.h. */
6417 _ACEOF
6418 cat confdefs.h >>conftest.$ac_ext
6419 cat >>conftest.$ac_ext <<_ACEOF
6420 /* end confdefs.h. */
6421 #include <signal.h>
6423 #include <$ac_header>
6424 _ACEOF
6425 rm -f conftest.$ac_objext
6426 if { (ac_try="$ac_compile"
6427 case "(($ac_try" in
6428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6429 *) ac_try_echo=$ac_try;;
6430 esac
6431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6432 (eval "$ac_compile") 2>conftest.er1
6433 ac_status=$?
6434 grep -v '^ *+' conftest.er1 >conftest.err
6435 rm -f conftest.er1
6436 cat conftest.err >&5
6437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6438 (exit $ac_status); } && {
6439 test -z "$ac_c_werror_flag" ||
6440 test ! -s conftest.err
6441 } && test -s conftest.$ac_objext; then
6442 eval "$as_ac_Header=yes"
6443 else
6444 echo "$as_me: failed program was:" >&5
6445 sed 's/^/| /' conftest.$ac_ext >&5
6447 eval "$as_ac_Header=no"
6450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6452 ac_res=`eval echo '${'$as_ac_Header'}'`
6453 { echo "$as_me:$LINENO: result: $ac_res" >&5
6454 echo "${ECHO_T}$ac_res" >&6; }
6455 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6456 cat >>confdefs.h <<_ACEOF
6457 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6458 _ACEOF
6462 done
6466 for ac_header in sys/thr.h
6468 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6469 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6470 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6471 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6472 echo $ECHO_N "(cached) $ECHO_C" >&6
6473 else
6474 cat >conftest.$ac_ext <<_ACEOF
6475 /* confdefs.h. */
6476 _ACEOF
6477 cat confdefs.h >>conftest.$ac_ext
6478 cat >>conftest.$ac_ext <<_ACEOF
6479 /* end confdefs.h. */
6480 #include <sys/types.h>
6481 #ifdef HAVE_UCONTEXT_H
6482 #include <ucontext.h>
6483 #endif
6485 #include <$ac_header>
6486 _ACEOF
6487 rm -f conftest.$ac_objext
6488 if { (ac_try="$ac_compile"
6489 case "(($ac_try" in
6490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6491 *) ac_try_echo=$ac_try;;
6492 esac
6493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6494 (eval "$ac_compile") 2>conftest.er1
6495 ac_status=$?
6496 grep -v '^ *+' conftest.er1 >conftest.err
6497 rm -f conftest.er1
6498 cat conftest.err >&5
6499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6500 (exit $ac_status); } && {
6501 test -z "$ac_c_werror_flag" ||
6502 test ! -s conftest.err
6503 } && test -s conftest.$ac_objext; then
6504 eval "$as_ac_Header=yes"
6505 else
6506 echo "$as_me: failed program was:" >&5
6507 sed 's/^/| /' conftest.$ac_ext >&5
6509 eval "$as_ac_Header=no"
6512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6514 ac_res=`eval echo '${'$as_ac_Header'}'`
6515 { echo "$as_me:$LINENO: result: $ac_res" >&5
6516 echo "${ECHO_T}$ac_res" >&6; }
6517 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6518 cat >>confdefs.h <<_ACEOF
6519 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6520 _ACEOF
6524 done
6528 for ac_header in pthread_np.h
6530 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6531 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6532 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6533 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6534 echo $ECHO_N "(cached) $ECHO_C" >&6
6535 else
6536 cat >conftest.$ac_ext <<_ACEOF
6537 /* confdefs.h. */
6538 _ACEOF
6539 cat confdefs.h >>conftest.$ac_ext
6540 cat >>conftest.$ac_ext <<_ACEOF
6541 /* end confdefs.h. */
6542 #ifdef HAVE_PTHREAD_H
6543 #include <pthread.h>
6544 #endif
6546 #include <$ac_header>
6547 _ACEOF
6548 rm -f conftest.$ac_objext
6549 if { (ac_try="$ac_compile"
6550 case "(($ac_try" in
6551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6552 *) ac_try_echo=$ac_try;;
6553 esac
6554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6555 (eval "$ac_compile") 2>conftest.er1
6556 ac_status=$?
6557 grep -v '^ *+' conftest.er1 >conftest.err
6558 rm -f conftest.er1
6559 cat conftest.err >&5
6560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6561 (exit $ac_status); } && {
6562 test -z "$ac_c_werror_flag" ||
6563 test ! -s conftest.err
6564 } && test -s conftest.$ac_objext; then
6565 eval "$as_ac_Header=yes"
6566 else
6567 echo "$as_me: failed program was:" >&5
6568 sed 's/^/| /' conftest.$ac_ext >&5
6570 eval "$as_ac_Header=no"
6573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6575 ac_res=`eval echo '${'$as_ac_Header'}'`
6576 { echo "$as_me:$LINENO: result: $ac_res" >&5
6577 echo "${ECHO_T}$ac_res" >&6; }
6578 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6579 cat >>confdefs.h <<_ACEOF
6580 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6581 _ACEOF
6585 done
6589 for ac_header in linux/videodev.h
6591 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6592 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6593 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6594 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6595 echo $ECHO_N "(cached) $ECHO_C" >&6
6596 else
6597 cat >conftest.$ac_ext <<_ACEOF
6598 /* confdefs.h. */
6599 _ACEOF
6600 cat confdefs.h >>conftest.$ac_ext
6601 cat >>conftest.$ac_ext <<_ACEOF
6602 /* end confdefs.h. */
6603 #ifdef HAVE_SYS_TIME_H
6604 #include <sys/time.h>
6605 #endif
6606 #include <sys/types.h>
6607 #ifdef HAVE_ASM_TYPES_H
6608 #include <asm/types.h>
6609 #endif
6611 #include <$ac_header>
6612 _ACEOF
6613 rm -f conftest.$ac_objext
6614 if { (ac_try="$ac_compile"
6615 case "(($ac_try" in
6616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6617 *) ac_try_echo=$ac_try;;
6618 esac
6619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6620 (eval "$ac_compile") 2>conftest.er1
6621 ac_status=$?
6622 grep -v '^ *+' conftest.er1 >conftest.err
6623 rm -f conftest.er1
6624 cat conftest.err >&5
6625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6626 (exit $ac_status); } && {
6627 test -z "$ac_c_werror_flag" ||
6628 test ! -s conftest.err
6629 } && test -s conftest.$ac_objext; then
6630 eval "$as_ac_Header=yes"
6631 else
6632 echo "$as_me: failed program was:" >&5
6633 sed 's/^/| /' conftest.$ac_ext >&5
6635 eval "$as_ac_Header=no"
6638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6640 ac_res=`eval echo '${'$as_ac_Header'}'`
6641 { echo "$as_me:$LINENO: result: $ac_res" >&5
6642 echo "${ECHO_T}$ac_res" >&6; }
6643 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6644 cat >>confdefs.h <<_ACEOF
6645 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6646 _ACEOF
6650 done
6654 for ac_header in linux/capi.h
6656 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6657 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6658 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6659 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6660 echo $ECHO_N "(cached) $ECHO_C" >&6
6661 else
6662 cat >conftest.$ac_ext <<_ACEOF
6663 /* confdefs.h. */
6664 _ACEOF
6665 cat confdefs.h >>conftest.$ac_ext
6666 cat >>conftest.$ac_ext <<_ACEOF
6667 /* end confdefs.h. */
6668 #define __user
6670 #include <$ac_header>
6671 _ACEOF
6672 rm -f conftest.$ac_objext
6673 if { (ac_try="$ac_compile"
6674 case "(($ac_try" in
6675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6676 *) ac_try_echo=$ac_try;;
6677 esac
6678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6679 (eval "$ac_compile") 2>conftest.er1
6680 ac_status=$?
6681 grep -v '^ *+' conftest.er1 >conftest.err
6682 rm -f conftest.er1
6683 cat conftest.err >&5
6684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6685 (exit $ac_status); } && {
6686 test -z "$ac_c_werror_flag" ||
6687 test ! -s conftest.err
6688 } && test -s conftest.$ac_objext; then
6689 eval "$as_ac_Header=yes"
6690 else
6691 echo "$as_me: failed program was:" >&5
6692 sed 's/^/| /' conftest.$ac_ext >&5
6694 eval "$as_ac_Header=no"
6697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6699 ac_res=`eval echo '${'$as_ac_Header'}'`
6700 { echo "$as_me:$LINENO: result: $ac_res" >&5
6701 echo "${ECHO_T}$ac_res" >&6; }
6702 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6703 cat >>confdefs.h <<_ACEOF
6704 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6705 _ACEOF
6709 done
6713 DLLEXT=""
6715 DLLFLAGS="-D_REENTRANT"
6717 LDSHARED=""
6719 LDDLLFLAGS=""
6721 LIBEXT="so"
6723 IMPLIBEXT="def"
6725 LDRPATH_INSTALL=""
6727 LDRPATH_LOCAL=""
6729 # Extract the first word of "ldd", so it can be a program name with args.
6730 set dummy ldd; ac_word=$2
6731 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6733 if test "${ac_cv_path_LDD+set}" = set; then
6734 echo $ECHO_N "(cached) $ECHO_C" >&6
6735 else
6736 case $LDD in
6737 [\\/]* | ?:[\\/]*)
6738 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6742 as_dummy="/sbin:/usr/sbin:$PATH"
6743 for as_dir in $as_dummy
6745 IFS=$as_save_IFS
6746 test -z "$as_dir" && as_dir=.
6747 for ac_exec_ext in '' $ac_executable_extensions; do
6748 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6749 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6750 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6751 break 2
6753 done
6754 done
6755 IFS=$as_save_IFS
6757 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6759 esac
6761 LDD=$ac_cv_path_LDD
6762 if test -n "$LDD"; then
6763 { echo "$as_me:$LINENO: result: $LDD" >&5
6764 echo "${ECHO_T}$LDD" >&6; }
6765 else
6766 { echo "$as_me:$LINENO: result: no" >&5
6767 echo "${ECHO_T}no" >&6; }
6772 case $host_os in
6773 cygwin*|mingw32*)
6774 if test -n "$ac_tool_prefix"; then
6775 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6776 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6777 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6778 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6779 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6780 echo $ECHO_N "(cached) $ECHO_C" >&6
6781 else
6782 if test -n "$DLLTOOL"; then
6783 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6784 else
6785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6786 for as_dir in $PATH
6788 IFS=$as_save_IFS
6789 test -z "$as_dir" && as_dir=.
6790 for ac_exec_ext in '' $ac_executable_extensions; do
6791 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6792 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6793 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6794 break 2
6796 done
6797 done
6798 IFS=$as_save_IFS
6802 DLLTOOL=$ac_cv_prog_DLLTOOL
6803 if test -n "$DLLTOOL"; then
6804 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6805 echo "${ECHO_T}$DLLTOOL" >&6; }
6806 else
6807 { echo "$as_me:$LINENO: result: no" >&5
6808 echo "${ECHO_T}no" >&6; }
6813 if test -z "$ac_cv_prog_DLLTOOL"; then
6814 ac_ct_DLLTOOL=$DLLTOOL
6815 # Extract the first word of "dlltool", so it can be a program name with args.
6816 set dummy dlltool; ac_word=$2
6817 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6818 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6819 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6820 echo $ECHO_N "(cached) $ECHO_C" >&6
6821 else
6822 if test -n "$ac_ct_DLLTOOL"; then
6823 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6824 else
6825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6826 for as_dir in $PATH
6828 IFS=$as_save_IFS
6829 test -z "$as_dir" && as_dir=.
6830 for ac_exec_ext in '' $ac_executable_extensions; do
6831 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6832 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6833 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6834 break 2
6836 done
6837 done
6838 IFS=$as_save_IFS
6842 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6843 if test -n "$ac_ct_DLLTOOL"; then
6844 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
6845 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
6846 else
6847 { echo "$as_me:$LINENO: result: no" >&5
6848 echo "${ECHO_T}no" >&6; }
6851 if test "x$ac_ct_DLLTOOL" = x; then
6852 DLLTOOL="false"
6853 else
6854 case $cross_compiling:$ac_tool_warned in
6855 yes:)
6856 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6857 whose name does not start with the host triplet. If you think this
6858 configuration is useful to you, please write to autoconf@gnu.org." >&5
6859 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6860 whose name does not start with the host triplet. If you think this
6861 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6862 ac_tool_warned=yes ;;
6863 esac
6864 DLLTOOL=$ac_ct_DLLTOOL
6866 else
6867 DLLTOOL="$ac_cv_prog_DLLTOOL"
6870 if test -n "$ac_tool_prefix"; then
6871 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6872 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6873 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6874 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6875 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
6876 echo $ECHO_N "(cached) $ECHO_C" >&6
6877 else
6878 if test -n "$DLLWRAP"; then
6879 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6880 else
6881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6882 for as_dir in $PATH
6884 IFS=$as_save_IFS
6885 test -z "$as_dir" && as_dir=.
6886 for ac_exec_ext in '' $ac_executable_extensions; do
6887 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6888 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6889 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6890 break 2
6892 done
6893 done
6894 IFS=$as_save_IFS
6898 DLLWRAP=$ac_cv_prog_DLLWRAP
6899 if test -n "$DLLWRAP"; then
6900 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
6901 echo "${ECHO_T}$DLLWRAP" >&6; }
6902 else
6903 { echo "$as_me:$LINENO: result: no" >&5
6904 echo "${ECHO_T}no" >&6; }
6909 if test -z "$ac_cv_prog_DLLWRAP"; then
6910 ac_ct_DLLWRAP=$DLLWRAP
6911 # Extract the first word of "dllwrap", so it can be a program name with args.
6912 set dummy dllwrap; ac_word=$2
6913 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6914 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6915 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
6916 echo $ECHO_N "(cached) $ECHO_C" >&6
6917 else
6918 if test -n "$ac_ct_DLLWRAP"; then
6919 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6920 else
6921 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6922 for as_dir in $PATH
6924 IFS=$as_save_IFS
6925 test -z "$as_dir" && as_dir=.
6926 for ac_exec_ext in '' $ac_executable_extensions; do
6927 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6928 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6929 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6930 break 2
6932 done
6933 done
6934 IFS=$as_save_IFS
6938 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6939 if test -n "$ac_ct_DLLWRAP"; then
6940 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
6941 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
6942 else
6943 { echo "$as_me:$LINENO: result: no" >&5
6944 echo "${ECHO_T}no" >&6; }
6947 if test "x$ac_ct_DLLWRAP" = x; then
6948 DLLWRAP="false"
6949 else
6950 case $cross_compiling:$ac_tool_warned in
6951 yes:)
6952 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6953 whose name does not start with the host triplet. If you think this
6954 configuration is useful to you, please write to autoconf@gnu.org." >&5
6955 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6956 whose name does not start with the host triplet. If you think this
6957 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6958 ac_tool_warned=yes ;;
6959 esac
6960 DLLWRAP=$ac_ct_DLLWRAP
6962 else
6963 DLLWRAP="$ac_cv_prog_DLLWRAP"
6966 if test -n "$ac_tool_prefix"; then
6967 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6968 set dummy ${ac_tool_prefix}ar; ac_word=$2
6969 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6970 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6971 if test "${ac_cv_prog_MINGWAR+set}" = set; then
6972 echo $ECHO_N "(cached) $ECHO_C" >&6
6973 else
6974 if test -n "$MINGWAR"; then
6975 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6976 else
6977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6978 for as_dir in $PATH
6980 IFS=$as_save_IFS
6981 test -z "$as_dir" && as_dir=.
6982 for ac_exec_ext in '' $ac_executable_extensions; do
6983 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6984 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6985 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6986 break 2
6988 done
6989 done
6990 IFS=$as_save_IFS
6994 MINGWAR=$ac_cv_prog_MINGWAR
6995 if test -n "$MINGWAR"; then
6996 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
6997 echo "${ECHO_T}$MINGWAR" >&6; }
6998 else
6999 { echo "$as_me:$LINENO: result: no" >&5
7000 echo "${ECHO_T}no" >&6; }
7005 if test -z "$ac_cv_prog_MINGWAR"; then
7006 ac_ct_MINGWAR=$MINGWAR
7007 # Extract the first word of "ar", so it can be a program name with args.
7008 set dummy ar; ac_word=$2
7009 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7010 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7011 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7012 echo $ECHO_N "(cached) $ECHO_C" >&6
7013 else
7014 if test -n "$ac_ct_MINGWAR"; then
7015 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7016 else
7017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7018 for as_dir in $PATH
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_prog_ac_ct_MINGWAR="ar"
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
7034 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7035 if test -n "$ac_ct_MINGWAR"; then
7036 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7037 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7038 else
7039 { echo "$as_me:$LINENO: result: no" >&5
7040 echo "${ECHO_T}no" >&6; }
7043 if test "x$ac_ct_MINGWAR" = x; then
7044 MINGWAR="false"
7045 else
7046 case $cross_compiling:$ac_tool_warned in
7047 yes:)
7048 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7049 whose name does not start with the host triplet. If you think this
7050 configuration is useful to you, please write to autoconf@gnu.org." >&5
7051 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7052 whose name does not start with the host triplet. If you think this
7053 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7054 ac_tool_warned=yes ;;
7055 esac
7056 MINGWAR=$ac_ct_MINGWAR
7058 else
7059 MINGWAR="$ac_cv_prog_MINGWAR"
7062 if test "$DLLWRAP" = "false"; then
7063 LIBEXT="a"
7064 else
7065 LIBEXT="dll"
7067 IMPLIBEXT="a"
7068 enable_iphlpapi=${enable_iphlpapi:-no}
7069 enable_kernel32=${enable_kernel32:-no}
7070 enable_msvcrt=${enable_msvcrt:-no}
7071 enable_ntdll=${enable_ntdll:-no}
7072 enable_ws2_32=${enable_ws2_32:-no}
7073 enable_loader=${enable_loader:-no}
7074 enable_server=${enable_server:-no}
7075 with_x=${with_x:-no}
7076 with_pthread=${with_pthread:-no}
7078 darwin*|macosx*)
7079 DLLEXT=".so"
7080 LIBEXT="dylib"
7081 DLLFLAGS="$DLLFLAGS -fPIC"
7082 LDDLLFLAGS="-bundle -multiply_defined suppress"
7083 LIBWINE_LDFLAGS="-multiply_defined suppress"
7084 LDSHARED="\$(CC) -dynamiclib"
7085 STRIP="$STRIP -x"
7086 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7087 SECURITYLIB="-framework Security -framework CoreFoundation"
7089 COREFOUNDATIONLIB="-framework CoreFoundation"
7091 IOKITLIB="-framework IOKit -framework CoreFoundation"
7093 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7095 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7096 then
7097 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7100 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7101 then
7102 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7105 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7106 then
7107 ac_save_LIBS="$LIBS"
7108 LIBS="$LIBS $IOKITLIB"
7110 for ac_func in IOHIDManagerCreate
7112 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7113 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7114 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7115 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7116 echo $ECHO_N "(cached) $ECHO_C" >&6
7117 else
7118 cat >conftest.$ac_ext <<_ACEOF
7119 /* confdefs.h. */
7120 _ACEOF
7121 cat confdefs.h >>conftest.$ac_ext
7122 cat >>conftest.$ac_ext <<_ACEOF
7123 /* end confdefs.h. */
7124 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7125 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7126 #define $ac_func innocuous_$ac_func
7128 /* System header to define __stub macros and hopefully few prototypes,
7129 which can conflict with char $ac_func (); below.
7130 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7131 <limits.h> exists even on freestanding compilers. */
7133 #ifdef __STDC__
7134 # include <limits.h>
7135 #else
7136 # include <assert.h>
7137 #endif
7139 #undef $ac_func
7141 /* Override any GCC internal prototype to avoid an error.
7142 Use char because int might match the return type of a GCC
7143 builtin and then its argument prototype would still apply. */
7144 #ifdef __cplusplus
7145 extern "C"
7146 #endif
7147 char $ac_func ();
7148 /* The GNU C library defines this for functions which it implements
7149 to always fail with ENOSYS. Some functions are actually named
7150 something starting with __ and the normal name is an alias. */
7151 #if defined __stub_$ac_func || defined __stub___$ac_func
7152 choke me
7153 #endif
7156 main ()
7158 return $ac_func ();
7160 return 0;
7162 _ACEOF
7163 rm -f conftest.$ac_objext conftest$ac_exeext
7164 if { (ac_try="$ac_link"
7165 case "(($ac_try" in
7166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7167 *) ac_try_echo=$ac_try;;
7168 esac
7169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7170 (eval "$ac_link") 2>conftest.er1
7171 ac_status=$?
7172 grep -v '^ *+' conftest.er1 >conftest.err
7173 rm -f conftest.er1
7174 cat conftest.err >&5
7175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7176 (exit $ac_status); } && {
7177 test -z "$ac_c_werror_flag" ||
7178 test ! -s conftest.err
7179 } && test -s conftest$ac_exeext &&
7180 $as_test_x conftest$ac_exeext; then
7181 eval "$as_ac_var=yes"
7182 else
7183 echo "$as_me: failed program was:" >&5
7184 sed 's/^/| /' conftest.$ac_ext >&5
7186 eval "$as_ac_var=no"
7189 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7190 conftest$ac_exeext conftest.$ac_ext
7192 ac_res=`eval echo '${'$as_ac_var'}'`
7193 { echo "$as_me:$LINENO: result: $ac_res" >&5
7194 echo "${ECHO_T}$ac_res" >&6; }
7195 if test `eval echo '${'$as_ac_var'}'` = yes; then
7196 cat >>confdefs.h <<_ACEOF
7197 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7198 _ACEOF
7201 done
7203 LIBS="$ac_save_LIBS"
7205 case $host_cpu in
7206 *powerpc*)
7207 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7208 esac
7209 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7210 then
7211 CARBONLIB="-framework Carbon"
7213 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7217 DLLFLAGS="$DLLFLAGS -fPIC"
7218 DLLEXT=".so"
7219 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7220 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7221 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7222 echo $ECHO_N "(cached) $ECHO_C" >&6
7223 else
7224 ac_wine_try_cflags_saved=$CFLAGS
7225 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7226 cat >conftest.$ac_ext <<_ACEOF
7227 void myfunc() {}
7228 _ACEOF
7229 rm -f conftest.$ac_objext conftest$ac_exeext
7230 if { (ac_try="$ac_link"
7231 case "(($ac_try" in
7232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7233 *) ac_try_echo=$ac_try;;
7234 esac
7235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7236 (eval "$ac_link") 2>conftest.er1
7237 ac_status=$?
7238 grep -v '^ *+' conftest.er1 >conftest.err
7239 rm -f conftest.er1
7240 cat conftest.err >&5
7241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7242 (exit $ac_status); } && {
7243 test -z "$ac_c_werror_flag" ||
7244 test ! -s conftest.err
7245 } && test -s conftest$ac_exeext &&
7246 $as_test_x conftest$ac_exeext; then
7247 ac_cv_c_dll_gnuelf="yes"
7248 else
7249 echo "$as_me: failed program was:" >&5
7250 sed 's/^/| /' conftest.$ac_ext >&5
7252 ac_cv_c_dll_gnuelf="no"
7255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7256 conftest$ac_exeext conftest.$ac_ext
7257 CFLAGS=$ac_wine_try_cflags_saved
7259 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7260 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7261 if test "$ac_cv_c_dll_gnuelf" = "yes"
7262 then
7263 LDSHARED="\$(CC) -shared"
7264 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7265 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7266 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7267 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7268 echo $ECHO_N "(cached) $ECHO_C" >&6
7269 else
7270 ac_wine_try_cflags_saved=$CFLAGS
7271 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7272 cat >conftest.$ac_ext <<_ACEOF
7273 /* confdefs.h. */
7274 _ACEOF
7275 cat confdefs.h >>conftest.$ac_ext
7276 cat >>conftest.$ac_ext <<_ACEOF
7277 /* end confdefs.h. */
7280 main ()
7284 return 0;
7286 _ACEOF
7287 rm -f conftest.$ac_objext conftest$ac_exeext
7288 if { (ac_try="$ac_link"
7289 case "(($ac_try" in
7290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7291 *) ac_try_echo=$ac_try;;
7292 esac
7293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7294 (eval "$ac_link") 2>conftest.er1
7295 ac_status=$?
7296 grep -v '^ *+' conftest.er1 >conftest.err
7297 rm -f conftest.er1
7298 cat conftest.err >&5
7299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7300 (exit $ac_status); } && {
7301 test -z "$ac_c_werror_flag" ||
7302 test ! -s conftest.err
7303 } && test -s conftest$ac_exeext &&
7304 $as_test_x conftest$ac_exeext; then
7305 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7306 else
7307 echo "$as_me: failed program was:" >&5
7308 sed 's/^/| /' conftest.$ac_ext >&5
7310 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7314 conftest$ac_exeext conftest.$ac_ext
7315 CFLAGS=$ac_wine_try_cflags_saved
7317 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7318 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7319 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7320 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7321 else
7322 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7323 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7324 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7325 echo $ECHO_N "(cached) $ECHO_C" >&6
7326 else
7327 ac_wine_try_cflags_saved=$CFLAGS
7328 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7329 cat >conftest.$ac_ext <<_ACEOF
7330 /* confdefs.h. */
7331 _ACEOF
7332 cat confdefs.h >>conftest.$ac_ext
7333 cat >>conftest.$ac_ext <<_ACEOF
7334 /* end confdefs.h. */
7337 main ()
7341 return 0;
7343 _ACEOF
7344 rm -f conftest.$ac_objext conftest$ac_exeext
7345 if { (ac_try="$ac_link"
7346 case "(($ac_try" in
7347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7348 *) ac_try_echo=$ac_try;;
7349 esac
7350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7351 (eval "$ac_link") 2>conftest.er1
7352 ac_status=$?
7353 grep -v '^ *+' conftest.er1 >conftest.err
7354 rm -f conftest.er1
7355 cat conftest.err >&5
7356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7357 (exit $ac_status); } && {
7358 test -z "$ac_c_werror_flag" ||
7359 test ! -s conftest.err
7360 } && test -s conftest$ac_exeext &&
7361 $as_test_x conftest$ac_exeext; then
7362 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7363 else
7364 echo "$as_me: failed program was:" >&5
7365 sed 's/^/| /' conftest.$ac_ext >&5
7367 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7371 conftest$ac_exeext conftest.$ac_ext
7372 CFLAGS=$ac_wine_try_cflags_saved
7374 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7375 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7376 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7377 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7383 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7384 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7385 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7386 echo $ECHO_N "(cached) $ECHO_C" >&6
7387 else
7388 ac_wine_try_cflags_saved=$CFLAGS
7389 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7390 cat >conftest.$ac_ext <<_ACEOF
7391 /* confdefs.h. */
7392 _ACEOF
7393 cat confdefs.h >>conftest.$ac_ext
7394 cat >>conftest.$ac_ext <<_ACEOF
7395 /* end confdefs.h. */
7398 main ()
7402 return 0;
7404 _ACEOF
7405 rm -f conftest.$ac_objext conftest$ac_exeext
7406 if { (ac_try="$ac_link"
7407 case "(($ac_try" in
7408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7409 *) ac_try_echo=$ac_try;;
7410 esac
7411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7412 (eval "$ac_link") 2>conftest.er1
7413 ac_status=$?
7414 grep -v '^ *+' conftest.er1 >conftest.err
7415 rm -f conftest.er1
7416 cat conftest.err >&5
7417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7418 (exit $ac_status); } && {
7419 test -z "$ac_c_werror_flag" ||
7420 test ! -s conftest.err
7421 } && test -s conftest$ac_exeext &&
7422 $as_test_x conftest$ac_exeext; then
7423 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7424 else
7425 echo "$as_me: failed program was:" >&5
7426 sed 's/^/| /' conftest.$ac_ext >&5
7428 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7432 conftest$ac_exeext conftest.$ac_ext
7433 CFLAGS=$ac_wine_try_cflags_saved
7435 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7436 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7437 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7438 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7442 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7443 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7444 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7445 echo $ECHO_N "(cached) $ECHO_C" >&6
7446 else
7447 ac_wine_try_cflags_saved=$CFLAGS
7448 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7449 cat >conftest.$ac_ext <<_ACEOF
7450 /* confdefs.h. */
7451 _ACEOF
7452 cat confdefs.h >>conftest.$ac_ext
7453 cat >>conftest.$ac_ext <<_ACEOF
7454 /* end confdefs.h. */
7457 main ()
7461 return 0;
7463 _ACEOF
7464 rm -f conftest.$ac_objext conftest$ac_exeext
7465 if { (ac_try="$ac_link"
7466 case "(($ac_try" in
7467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7468 *) ac_try_echo=$ac_try;;
7469 esac
7470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7471 (eval "$ac_link") 2>conftest.er1
7472 ac_status=$?
7473 grep -v '^ *+' conftest.er1 >conftest.err
7474 rm -f conftest.er1
7475 cat conftest.err >&5
7476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7477 (exit $ac_status); } && {
7478 test -z "$ac_c_werror_flag" ||
7479 test ! -s conftest.err
7480 } && test -s conftest$ac_exeext &&
7481 $as_test_x conftest$ac_exeext; then
7482 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7483 else
7484 echo "$as_me: failed program was:" >&5
7485 sed 's/^/| /' conftest.$ac_ext >&5
7487 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7491 conftest$ac_exeext conftest.$ac_ext
7492 CFLAGS=$ac_wine_try_cflags_saved
7494 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7495 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7496 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7497 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7501 echo '{ global: *; };' >conftest.map
7502 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7503 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7504 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7505 echo $ECHO_N "(cached) $ECHO_C" >&6
7506 else
7507 ac_wine_try_cflags_saved=$CFLAGS
7508 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7509 cat >conftest.$ac_ext <<_ACEOF
7510 /* confdefs.h. */
7511 _ACEOF
7512 cat confdefs.h >>conftest.$ac_ext
7513 cat >>conftest.$ac_ext <<_ACEOF
7514 /* end confdefs.h. */
7517 main ()
7521 return 0;
7523 _ACEOF
7524 rm -f conftest.$ac_objext conftest$ac_exeext
7525 if { (ac_try="$ac_link"
7526 case "(($ac_try" in
7527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7528 *) ac_try_echo=$ac_try;;
7529 esac
7530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7531 (eval "$ac_link") 2>conftest.er1
7532 ac_status=$?
7533 grep -v '^ *+' conftest.er1 >conftest.err
7534 rm -f conftest.er1
7535 cat conftest.err >&5
7536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7537 (exit $ac_status); } && {
7538 test -z "$ac_c_werror_flag" ||
7539 test ! -s conftest.err
7540 } && test -s conftest$ac_exeext &&
7541 $as_test_x conftest$ac_exeext; then
7542 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7543 else
7544 echo "$as_me: failed program was:" >&5
7545 sed 's/^/| /' conftest.$ac_ext >&5
7547 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7551 conftest$ac_exeext conftest.$ac_ext
7552 CFLAGS=$ac_wine_try_cflags_saved
7554 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7555 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7556 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7557 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7560 rm -f conftest.map
7562 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7563 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7564 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7565 echo $ECHO_N "(cached) $ECHO_C" >&6
7566 else
7567 ac_wine_try_cflags_saved=$CFLAGS
7568 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7569 cat >conftest.$ac_ext <<_ACEOF
7570 /* confdefs.h. */
7571 _ACEOF
7572 cat confdefs.h >>conftest.$ac_ext
7573 cat >>conftest.$ac_ext <<_ACEOF
7574 /* end confdefs.h. */
7577 main ()
7581 return 0;
7583 _ACEOF
7584 rm -f conftest.$ac_objext conftest$ac_exeext
7585 if { (ac_try="$ac_link"
7586 case "(($ac_try" in
7587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7588 *) ac_try_echo=$ac_try;;
7589 esac
7590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7591 (eval "$ac_link") 2>conftest.er1
7592 ac_status=$?
7593 grep -v '^ *+' conftest.er1 >conftest.err
7594 rm -f conftest.er1
7595 cat conftest.err >&5
7596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7597 (exit $ac_status); } && {
7598 test -z "$ac_c_werror_flag" ||
7599 test ! -s conftest.err
7600 } && test -s conftest$ac_exeext &&
7601 $as_test_x conftest$ac_exeext; then
7602 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7603 else
7604 echo "$as_me: failed program was:" >&5
7605 sed 's/^/| /' conftest.$ac_ext >&5
7607 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7610 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7611 conftest$ac_exeext conftest.$ac_ext
7612 CFLAGS=$ac_wine_try_cflags_saved
7614 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7615 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7616 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7617 LDEXECFLAGS="-Wl,--export-dynamic"
7622 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7623 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7624 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7625 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7626 echo $ECHO_N "(cached) $ECHO_C" >&6
7627 else
7628 ac_wine_try_cflags_saved=$CFLAGS
7629 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7630 cat >conftest.$ac_ext <<_ACEOF
7631 /* confdefs.h. */
7632 _ACEOF
7633 cat confdefs.h >>conftest.$ac_ext
7634 cat >>conftest.$ac_ext <<_ACEOF
7635 /* end confdefs.h. */
7638 main ()
7642 return 0;
7644 _ACEOF
7645 rm -f conftest.$ac_objext conftest$ac_exeext
7646 if { (ac_try="$ac_link"
7647 case "(($ac_try" in
7648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7649 *) ac_try_echo=$ac_try;;
7650 esac
7651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7652 (eval "$ac_link") 2>conftest.er1
7653 ac_status=$?
7654 grep -v '^ *+' conftest.er1 >conftest.err
7655 rm -f conftest.er1
7656 cat conftest.err >&5
7657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7658 (exit $ac_status); } && {
7659 test -z "$ac_c_werror_flag" ||
7660 test ! -s conftest.err
7661 } && test -s conftest$ac_exeext &&
7662 $as_test_x conftest$ac_exeext; then
7663 eval "$as_ac_var=yes"
7664 else
7665 echo "$as_me: failed program was:" >&5
7666 sed 's/^/| /' conftest.$ac_ext >&5
7668 eval "$as_ac_var=no"
7671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7672 conftest$ac_exeext conftest.$ac_ext
7673 CFLAGS=$ac_wine_try_cflags_saved
7675 ac_res=`eval echo '${'$as_ac_var'}'`
7676 { echo "$as_me:$LINENO: result: $ac_res" >&5
7677 echo "${ECHO_T}$ac_res" >&6; }
7678 if test `eval echo '${'$as_ac_var'}'` = yes; then
7679 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7680 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7681 else
7682 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7683 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7684 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7685 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7686 echo $ECHO_N "(cached) $ECHO_C" >&6
7687 else
7688 ac_wine_try_cflags_saved=$CFLAGS
7689 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7690 cat >conftest.$ac_ext <<_ACEOF
7691 /* confdefs.h. */
7692 _ACEOF
7693 cat confdefs.h >>conftest.$ac_ext
7694 cat >>conftest.$ac_ext <<_ACEOF
7695 /* end confdefs.h. */
7698 main ()
7702 return 0;
7704 _ACEOF
7705 rm -f conftest.$ac_objext conftest$ac_exeext
7706 if { (ac_try="$ac_link"
7707 case "(($ac_try" in
7708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7709 *) ac_try_echo=$ac_try;;
7710 esac
7711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7712 (eval "$ac_link") 2>conftest.er1
7713 ac_status=$?
7714 grep -v '^ *+' conftest.er1 >conftest.err
7715 rm -f conftest.er1
7716 cat conftest.err >&5
7717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7718 (exit $ac_status); } && {
7719 test -z "$ac_c_werror_flag" ||
7720 test ! -s conftest.err
7721 } && test -s conftest$ac_exeext &&
7722 $as_test_x conftest$ac_exeext; then
7723 eval "$as_ac_var=yes"
7724 else
7725 echo "$as_me: failed program was:" >&5
7726 sed 's/^/| /' conftest.$ac_ext >&5
7728 eval "$as_ac_var=no"
7731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7732 conftest$ac_exeext conftest.$ac_ext
7733 CFLAGS=$ac_wine_try_cflags_saved
7735 ac_res=`eval echo '${'$as_ac_var'}'`
7736 { echo "$as_me:$LINENO: result: $ac_res" >&5
7737 echo "${ECHO_T}$ac_res" >&6; }
7738 if test `eval echo '${'$as_ac_var'}'` = yes; then
7739 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7740 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7746 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7747 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
7748 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7749 echo $ECHO_N "(cached) $ECHO_C" >&6
7750 else
7751 ac_wine_try_cflags_saved=$CFLAGS
7752 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7753 cat >conftest.$ac_ext <<_ACEOF
7754 /* confdefs.h. */
7755 _ACEOF
7756 cat confdefs.h >>conftest.$ac_ext
7757 cat >>conftest.$ac_ext <<_ACEOF
7758 /* end confdefs.h. */
7761 main ()
7765 return 0;
7767 _ACEOF
7768 rm -f conftest.$ac_objext conftest$ac_exeext
7769 if { (ac_try="$ac_link"
7770 case "(($ac_try" in
7771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7772 *) ac_try_echo=$ac_try;;
7773 esac
7774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7775 (eval "$ac_link") 2>conftest.er1
7776 ac_status=$?
7777 grep -v '^ *+' conftest.er1 >conftest.err
7778 rm -f conftest.er1
7779 cat conftest.err >&5
7780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7781 (exit $ac_status); } && {
7782 test -z "$ac_c_werror_flag" ||
7783 test ! -s conftest.err
7784 } && test -s conftest$ac_exeext &&
7785 $as_test_x conftest$ac_exeext; then
7786 ac_cv_cflags__Wl___enable_new_dtags=yes
7787 else
7788 echo "$as_me: failed program was:" >&5
7789 sed 's/^/| /' conftest.$ac_ext >&5
7791 ac_cv_cflags__Wl___enable_new_dtags=no
7794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7795 conftest$ac_exeext conftest.$ac_ext
7796 CFLAGS=$ac_wine_try_cflags_saved
7798 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7799 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7800 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7801 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7805 case $host_cpu in
7806 *i[3456789]86* | x86_64)
7807 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7808 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
7809 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7810 echo $ECHO_N "(cached) $ECHO_C" >&6
7811 else
7812 ac_wine_try_cflags_saved=$CFLAGS
7813 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7814 cat >conftest.$ac_ext <<_ACEOF
7815 /* confdefs.h. */
7816 _ACEOF
7817 cat confdefs.h >>conftest.$ac_ext
7818 cat >>conftest.$ac_ext <<_ACEOF
7819 /* end confdefs.h. */
7822 main ()
7826 return 0;
7828 _ACEOF
7829 rm -f conftest.$ac_objext conftest$ac_exeext
7830 if { (ac_try="$ac_link"
7831 case "(($ac_try" in
7832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7833 *) ac_try_echo=$ac_try;;
7834 esac
7835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7836 (eval "$ac_link") 2>conftest.er1
7837 ac_status=$?
7838 grep -v '^ *+' conftest.er1 >conftest.err
7839 rm -f conftest.er1
7840 cat conftest.err >&5
7841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7842 (exit $ac_status); } && {
7843 test -z "$ac_c_werror_flag" ||
7844 test ! -s conftest.err
7845 } && test -s conftest$ac_exeext &&
7846 $as_test_x conftest$ac_exeext; then
7847 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
7848 else
7849 echo "$as_me: failed program was:" >&5
7850 sed 's/^/| /' conftest.$ac_ext >&5
7852 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
7855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7856 conftest$ac_exeext conftest.$ac_ext
7857 CFLAGS=$ac_wine_try_cflags_saved
7859 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7860 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7861 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
7862 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
7866 esac
7868 else
7869 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
7870 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
7871 if test "${ac_cv_c_dll_unixware+set}" = set; then
7872 echo $ECHO_N "(cached) $ECHO_C" >&6
7873 else
7874 ac_wine_try_cflags_saved=$CFLAGS
7875 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7876 cat >conftest.$ac_ext <<_ACEOF
7877 void myfunc() {}
7878 _ACEOF
7879 rm -f conftest.$ac_objext conftest$ac_exeext
7880 if { (ac_try="$ac_link"
7881 case "(($ac_try" in
7882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7883 *) ac_try_echo=$ac_try;;
7884 esac
7885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7886 (eval "$ac_link") 2>conftest.er1
7887 ac_status=$?
7888 grep -v '^ *+' conftest.er1 >conftest.err
7889 rm -f conftest.er1
7890 cat conftest.err >&5
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); } && {
7893 test -z "$ac_c_werror_flag" ||
7894 test ! -s conftest.err
7895 } && test -s conftest$ac_exeext &&
7896 $as_test_x conftest$ac_exeext; then
7897 ac_cv_c_dll_unixware="yes"
7898 else
7899 echo "$as_me: failed program was:" >&5
7900 sed 's/^/| /' conftest.$ac_ext >&5
7902 ac_cv_c_dll_unixware="no"
7905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7906 conftest$ac_exeext conftest.$ac_ext
7907 CFLAGS=$ac_wine_try_cflags_saved
7909 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
7910 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
7911 if test "$ac_cv_c_dll_unixware" = "yes"
7912 then
7913 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
7914 LDDLLFLAGS="-Wl,-G,-B,symbolic"
7916 else
7917 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
7918 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
7919 if test "${ac_cv_c_dll_hpux+set}" = set; then
7920 echo $ECHO_N "(cached) $ECHO_C" >&6
7921 else
7922 ac_wine_try_cflags_saved=$CFLAGS
7923 CFLAGS="$CFLAGS -shared"
7924 cat >conftest.$ac_ext <<_ACEOF
7925 void myfunc() {}
7926 _ACEOF
7927 rm -f conftest.$ac_objext conftest$ac_exeext
7928 if { (ac_try="$ac_link"
7929 case "(($ac_try" in
7930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7931 *) ac_try_echo=$ac_try;;
7932 esac
7933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7934 (eval "$ac_link") 2>conftest.er1
7935 ac_status=$?
7936 grep -v '^ *+' conftest.er1 >conftest.err
7937 rm -f conftest.er1
7938 cat conftest.err >&5
7939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7940 (exit $ac_status); } && {
7941 test -z "$ac_c_werror_flag" ||
7942 test ! -s conftest.err
7943 } && test -s conftest$ac_exeext &&
7944 $as_test_x conftest$ac_exeext; then
7945 ac_cv_c_dll_hpux="yes"
7946 else
7947 echo "$as_me: failed program was:" >&5
7948 sed 's/^/| /' conftest.$ac_ext >&5
7950 ac_cv_c_dll_hpux="no"
7953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7954 conftest$ac_exeext conftest.$ac_ext
7955 CFLAGS=$ac_wine_try_cflags_saved
7957 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
7958 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
7959 if test "$ac_cv_c_dll_hpux" = "yes"
7960 then
7961 LIBEXT="sl"
7962 DLLEXT=".sl"
7963 LDDLLFLAGS="-shared -fPIC"
7964 LDSHARED="\$(CC) -shared"
7969 esac
7971 enable_winequartz_drv=${enable_winequartz_drv:-no}
7973 if test "$LIBEXT" = "a"; then
7974 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
7975 It is currently not possible to build Wine without shared library
7976 (.so) support to allow transparent switch between .so and .dll files.
7977 If you are using Linux, you will need a newer binutils.
7978 " >&5
7979 echo "$as_me: error: could not find a way to build shared libraries.
7980 It is currently not possible to build Wine without shared library
7981 (.so) support to allow transparent switch between .so and .dll files.
7982 If you are using Linux, you will need a newer binutils.
7983 " >&2;}
7984 { (exit 1); exit 1; }; }
7987 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
7988 then
7989 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc i686-pc-mingw32-gcc
7991 # Extract the first word of "$ac_prog", so it can be a program name with args.
7992 set dummy $ac_prog; ac_word=$2
7993 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7994 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7995 if test "${ac_cv_prog_CROSSCC+set}" = set; then
7996 echo $ECHO_N "(cached) $ECHO_C" >&6
7997 else
7998 if test -n "$CROSSCC"; then
7999 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8000 else
8001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8002 for as_dir in $PATH
8004 IFS=$as_save_IFS
8005 test -z "$as_dir" && as_dir=.
8006 for ac_exec_ext in '' $ac_executable_extensions; do
8007 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8008 ac_cv_prog_CROSSCC="$ac_prog"
8009 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8010 break 2
8012 done
8013 done
8014 IFS=$as_save_IFS
8018 CROSSCC=$ac_cv_prog_CROSSCC
8019 if test -n "$CROSSCC"; then
8020 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8021 echo "${ECHO_T}$CROSSCC" >&6; }
8022 else
8023 { echo "$as_me:$LINENO: result: no" >&5
8024 echo "${ECHO_T}no" >&6; }
8028 test -n "$CROSSCC" && break
8029 done
8030 test -n "$CROSSCC" || CROSSCC="false"
8032 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool i686-pc-mingw32-dlltool
8034 # Extract the first word of "$ac_prog", so it can be a program name with args.
8035 set dummy $ac_prog; ac_word=$2
8036 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8037 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8038 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8039 echo $ECHO_N "(cached) $ECHO_C" >&6
8040 else
8041 if test -n "$DLLTOOL"; then
8042 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8043 else
8044 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8045 for as_dir in $PATH
8047 IFS=$as_save_IFS
8048 test -z "$as_dir" && as_dir=.
8049 for ac_exec_ext in '' $ac_executable_extensions; do
8050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8051 ac_cv_prog_DLLTOOL="$ac_prog"
8052 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8053 break 2
8055 done
8056 done
8057 IFS=$as_save_IFS
8061 DLLTOOL=$ac_cv_prog_DLLTOOL
8062 if test -n "$DLLTOOL"; then
8063 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8064 echo "${ECHO_T}$DLLTOOL" >&6; }
8065 else
8066 { echo "$as_me:$LINENO: result: no" >&5
8067 echo "${ECHO_T}no" >&6; }
8071 test -n "$DLLTOOL" && break
8072 done
8073 test -n "$DLLTOOL" || DLLTOOL="false"
8075 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar i686-pc-mingw32-ar
8077 # Extract the first word of "$ac_prog", so it can be a program name with args.
8078 set dummy $ac_prog; ac_word=$2
8079 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8080 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8081 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8082 echo $ECHO_N "(cached) $ECHO_C" >&6
8083 else
8084 if test -n "$MINGWAR"; then
8085 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8086 else
8087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8088 for as_dir in $PATH
8090 IFS=$as_save_IFS
8091 test -z "$as_dir" && as_dir=.
8092 for ac_exec_ext in '' $ac_executable_extensions; do
8093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8094 ac_cv_prog_MINGWAR="$ac_prog"
8095 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8096 break 2
8098 done
8099 done
8100 IFS=$as_save_IFS
8104 MINGWAR=$ac_cv_prog_MINGWAR
8105 if test -n "$MINGWAR"; then
8106 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8107 echo "${ECHO_T}$MINGWAR" >&6; }
8108 else
8109 { echo "$as_me:$LINENO: result: no" >&5
8110 echo "${ECHO_T}no" >&6; }
8114 test -n "$MINGWAR" && break
8115 done
8116 test -n "$MINGWAR" || MINGWAR="false"
8118 if test "$CROSSCC" != "false"
8119 then
8120 CROSSTEST="\$(CROSSTEST)"
8122 CROSSTARGETFLAGS="-b `expr $CROSSCC : '\(.*\)-gcc'`"
8128 if test "$ac_cv_header_pthread_h" = "yes"
8129 then
8130 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8131 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8132 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8133 echo $ECHO_N "(cached) $ECHO_C" >&6
8134 else
8135 ac_check_lib_save_LIBS=$LIBS
8136 LIBS="-lpthread $LIBS"
8137 cat >conftest.$ac_ext <<_ACEOF
8138 /* confdefs.h. */
8139 _ACEOF
8140 cat confdefs.h >>conftest.$ac_ext
8141 cat >>conftest.$ac_ext <<_ACEOF
8142 /* end confdefs.h. */
8144 /* Override any GCC internal prototype to avoid an error.
8145 Use char because int might match the return type of a GCC
8146 builtin and then its argument prototype would still apply. */
8147 #ifdef __cplusplus
8148 extern "C"
8149 #endif
8150 char pthread_create ();
8152 main ()
8154 return pthread_create ();
8156 return 0;
8158 _ACEOF
8159 rm -f conftest.$ac_objext conftest$ac_exeext
8160 if { (ac_try="$ac_link"
8161 case "(($ac_try" in
8162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8163 *) ac_try_echo=$ac_try;;
8164 esac
8165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8166 (eval "$ac_link") 2>conftest.er1
8167 ac_status=$?
8168 grep -v '^ *+' conftest.er1 >conftest.err
8169 rm -f conftest.er1
8170 cat conftest.err >&5
8171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8172 (exit $ac_status); } && {
8173 test -z "$ac_c_werror_flag" ||
8174 test ! -s conftest.err
8175 } && test -s conftest$ac_exeext &&
8176 $as_test_x conftest$ac_exeext; then
8177 ac_cv_lib_pthread_pthread_create=yes
8178 else
8179 echo "$as_me: failed program was:" >&5
8180 sed 's/^/| /' conftest.$ac_ext >&5
8182 ac_cv_lib_pthread_pthread_create=no
8185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8186 conftest$ac_exeext conftest.$ac_ext
8187 LIBS=$ac_check_lib_save_LIBS
8189 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8190 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8191 if test $ac_cv_lib_pthread_pthread_create = yes; then
8192 LIBPTHREAD="-lpthread"
8197 if test "x$LIBPTHREAD" = "x"; then
8198 case "x$with_pthread" in
8199 xno) ;;
8200 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8201 Wine cannot support threads without libpthread.
8202 Use the --without-pthread option if you really want this." >&5
8203 echo "$as_me: error: pthread ${notice_platform}development files not found.
8204 Wine cannot support threads without libpthread.
8205 Use the --without-pthread option if you really want this." >&2;}
8206 { (exit 1); exit 1; }; } ;;
8207 esac
8212 { echo "$as_me:$LINENO: checking for X" >&5
8213 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8216 # Check whether --with-x was given.
8217 if test "${with_x+set}" = set; then
8218 withval=$with_x;
8221 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8222 if test "x$with_x" = xno; then
8223 # The user explicitly disabled X.
8224 have_x=disabled
8225 else
8226 case $x_includes,$x_libraries in #(
8227 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8228 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8229 { (exit 1); exit 1; }; };; #(
8230 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8231 echo $ECHO_N "(cached) $ECHO_C" >&6
8232 else
8233 # One or both of the vars are not set, and there is no cached value.
8234 ac_x_includes=no ac_x_libraries=no
8235 rm -f -r conftest.dir
8236 if mkdir conftest.dir; then
8237 cd conftest.dir
8238 cat >Imakefile <<'_ACEOF'
8239 incroot:
8240 @echo incroot='${INCROOT}'
8241 usrlibdir:
8242 @echo usrlibdir='${USRLIBDIR}'
8243 libdir:
8244 @echo libdir='${LIBDIR}'
8245 _ACEOF
8246 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8247 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8248 for ac_var in incroot usrlibdir libdir; do
8249 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8250 done
8251 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8252 for ac_extension in a so sl; do
8253 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8254 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8255 ac_im_usrlibdir=$ac_im_libdir; break
8257 done
8258 # Screen out bogus values from the imake configuration. They are
8259 # bogus both because they are the default anyway, and because
8260 # using them would break gcc on systems where it needs fixed includes.
8261 case $ac_im_incroot in
8262 /usr/include) ac_x_includes= ;;
8263 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8264 esac
8265 case $ac_im_usrlibdir in
8266 /usr/lib | /lib) ;;
8267 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8268 esac
8270 cd ..
8271 rm -f -r conftest.dir
8274 # Standard set of common directories for X headers.
8275 # Check X11 before X11Rn because it is often a symlink to the current release.
8276 ac_x_header_dirs='
8277 /usr/X11/include
8278 /usr/X11R6/include
8279 /usr/X11R5/include
8280 /usr/X11R4/include
8282 /usr/include/X11
8283 /usr/include/X11R6
8284 /usr/include/X11R5
8285 /usr/include/X11R4
8287 /usr/local/X11/include
8288 /usr/local/X11R6/include
8289 /usr/local/X11R5/include
8290 /usr/local/X11R4/include
8292 /usr/local/include/X11
8293 /usr/local/include/X11R6
8294 /usr/local/include/X11R5
8295 /usr/local/include/X11R4
8297 /usr/X386/include
8298 /usr/x386/include
8299 /usr/XFree86/include/X11
8301 /usr/include
8302 /usr/local/include
8303 /usr/unsupported/include
8304 /usr/athena/include
8305 /usr/local/x11r5/include
8306 /usr/lpp/Xamples/include
8308 /usr/openwin/include
8309 /usr/openwin/share/include'
8311 if test "$ac_x_includes" = no; then
8312 # Guess where to find include files, by looking for Xlib.h.
8313 # First, try using that file with no special directory specified.
8314 cat >conftest.$ac_ext <<_ACEOF
8315 /* confdefs.h. */
8316 _ACEOF
8317 cat confdefs.h >>conftest.$ac_ext
8318 cat >>conftest.$ac_ext <<_ACEOF
8319 /* end confdefs.h. */
8320 #include <X11/Xlib.h>
8321 _ACEOF
8322 if { (ac_try="$ac_cpp conftest.$ac_ext"
8323 case "(($ac_try" in
8324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8325 *) ac_try_echo=$ac_try;;
8326 esac
8327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8328 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8329 ac_status=$?
8330 grep -v '^ *+' conftest.er1 >conftest.err
8331 rm -f conftest.er1
8332 cat conftest.err >&5
8333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8334 (exit $ac_status); } >/dev/null && {
8335 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8336 test ! -s conftest.err
8337 }; then
8338 # We can compile using X headers with no special include directory.
8339 ac_x_includes=
8340 else
8341 echo "$as_me: failed program was:" >&5
8342 sed 's/^/| /' conftest.$ac_ext >&5
8344 for ac_dir in $ac_x_header_dirs; do
8345 if test -r "$ac_dir/X11/Xlib.h"; then
8346 ac_x_includes=$ac_dir
8347 break
8349 done
8352 rm -f conftest.err conftest.$ac_ext
8353 fi # $ac_x_includes = no
8355 if test "$ac_x_libraries" = no; then
8356 # Check for the libraries.
8357 # See if we find them without any special options.
8358 # Don't add to $LIBS permanently.
8359 ac_save_LIBS=$LIBS
8360 LIBS="-lX11 $LIBS"
8361 cat >conftest.$ac_ext <<_ACEOF
8362 /* confdefs.h. */
8363 _ACEOF
8364 cat confdefs.h >>conftest.$ac_ext
8365 cat >>conftest.$ac_ext <<_ACEOF
8366 /* end confdefs.h. */
8367 #include <X11/Xlib.h>
8369 main ()
8371 XrmInitialize ()
8373 return 0;
8375 _ACEOF
8376 rm -f conftest.$ac_objext conftest$ac_exeext
8377 if { (ac_try="$ac_link"
8378 case "(($ac_try" in
8379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8380 *) ac_try_echo=$ac_try;;
8381 esac
8382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8383 (eval "$ac_link") 2>conftest.er1
8384 ac_status=$?
8385 grep -v '^ *+' conftest.er1 >conftest.err
8386 rm -f conftest.er1
8387 cat conftest.err >&5
8388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8389 (exit $ac_status); } && {
8390 test -z "$ac_c_werror_flag" ||
8391 test ! -s conftest.err
8392 } && test -s conftest$ac_exeext &&
8393 $as_test_x conftest$ac_exeext; then
8394 LIBS=$ac_save_LIBS
8395 # We can link X programs with no special library path.
8396 ac_x_libraries=
8397 else
8398 echo "$as_me: failed program was:" >&5
8399 sed 's/^/| /' conftest.$ac_ext >&5
8401 LIBS=$ac_save_LIBS
8402 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8404 # Don't even attempt the hair of trying to link an X program!
8405 for ac_extension in a so sl; do
8406 if test -r "$ac_dir/libX11.$ac_extension"; then
8407 ac_x_libraries=$ac_dir
8408 break 2
8410 done
8411 done
8414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8415 conftest$ac_exeext conftest.$ac_ext
8416 fi # $ac_x_libraries = no
8418 case $ac_x_includes,$ac_x_libraries in #(
8419 no,* | *,no | *\'*)
8420 # Didn't find X, or a directory has "'" in its name.
8421 ac_cv_have_x="have_x=no";; #(
8423 # Record where we found X for the cache.
8424 ac_cv_have_x="have_x=yes\
8425 ac_x_includes='$ac_x_includes'\
8426 ac_x_libraries='$ac_x_libraries'"
8427 esac
8429 ;; #(
8430 *) have_x=yes;;
8431 esac
8432 eval "$ac_cv_have_x"
8433 fi # $with_x != no
8435 if test "$have_x" != yes; then
8436 { echo "$as_me:$LINENO: result: $have_x" >&5
8437 echo "${ECHO_T}$have_x" >&6; }
8438 no_x=yes
8439 else
8440 # If each of the values was on the command line, it overrides each guess.
8441 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8442 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8443 # Update the cache value to reflect the command line values.
8444 ac_cv_have_x="have_x=yes\
8445 ac_x_includes='$x_includes'\
8446 ac_x_libraries='$x_libraries'"
8447 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8448 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8451 if test "$no_x" = yes; then
8452 # Not all programs may use this symbol, but it does not hurt to define it.
8454 cat >>confdefs.h <<\_ACEOF
8455 #define X_DISPLAY_MISSING 1
8456 _ACEOF
8458 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8459 else
8460 if test -n "$x_includes"; then
8461 X_CFLAGS="$X_CFLAGS -I$x_includes"
8464 # It would also be nice to do this for all -L options, not just this one.
8465 if test -n "$x_libraries"; then
8466 X_LIBS="$X_LIBS -L$x_libraries"
8467 # For Solaris; some versions of Sun CC require a space after -R and
8468 # others require no space. Words are not sufficient . . . .
8469 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8470 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8471 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8472 ac_xsave_c_werror_flag=$ac_c_werror_flag
8473 ac_c_werror_flag=yes
8474 cat >conftest.$ac_ext <<_ACEOF
8475 /* confdefs.h. */
8476 _ACEOF
8477 cat confdefs.h >>conftest.$ac_ext
8478 cat >>conftest.$ac_ext <<_ACEOF
8479 /* end confdefs.h. */
8482 main ()
8486 return 0;
8488 _ACEOF
8489 rm -f conftest.$ac_objext conftest$ac_exeext
8490 if { (ac_try="$ac_link"
8491 case "(($ac_try" in
8492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8493 *) ac_try_echo=$ac_try;;
8494 esac
8495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8496 (eval "$ac_link") 2>conftest.er1
8497 ac_status=$?
8498 grep -v '^ *+' conftest.er1 >conftest.err
8499 rm -f conftest.er1
8500 cat conftest.err >&5
8501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8502 (exit $ac_status); } && {
8503 test -z "$ac_c_werror_flag" ||
8504 test ! -s conftest.err
8505 } && test -s conftest$ac_exeext &&
8506 $as_test_x conftest$ac_exeext; then
8507 { echo "$as_me:$LINENO: result: no" >&5
8508 echo "${ECHO_T}no" >&6; }
8509 X_LIBS="$X_LIBS -R$x_libraries"
8510 else
8511 echo "$as_me: failed program was:" >&5
8512 sed 's/^/| /' conftest.$ac_ext >&5
8514 LIBS="$ac_xsave_LIBS -R $x_libraries"
8515 cat >conftest.$ac_ext <<_ACEOF
8516 /* confdefs.h. */
8517 _ACEOF
8518 cat confdefs.h >>conftest.$ac_ext
8519 cat >>conftest.$ac_ext <<_ACEOF
8520 /* end confdefs.h. */
8523 main ()
8527 return 0;
8529 _ACEOF
8530 rm -f conftest.$ac_objext conftest$ac_exeext
8531 if { (ac_try="$ac_link"
8532 case "(($ac_try" in
8533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8534 *) ac_try_echo=$ac_try;;
8535 esac
8536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8537 (eval "$ac_link") 2>conftest.er1
8538 ac_status=$?
8539 grep -v '^ *+' conftest.er1 >conftest.err
8540 rm -f conftest.er1
8541 cat conftest.err >&5
8542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8543 (exit $ac_status); } && {
8544 test -z "$ac_c_werror_flag" ||
8545 test ! -s conftest.err
8546 } && test -s conftest$ac_exeext &&
8547 $as_test_x conftest$ac_exeext; then
8548 { echo "$as_me:$LINENO: result: yes" >&5
8549 echo "${ECHO_T}yes" >&6; }
8550 X_LIBS="$X_LIBS -R $x_libraries"
8551 else
8552 echo "$as_me: failed program was:" >&5
8553 sed 's/^/| /' conftest.$ac_ext >&5
8555 { echo "$as_me:$LINENO: result: neither works" >&5
8556 echo "${ECHO_T}neither works" >&6; }
8559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8560 conftest$ac_exeext conftest.$ac_ext
8563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8564 conftest$ac_exeext conftest.$ac_ext
8565 ac_c_werror_flag=$ac_xsave_c_werror_flag
8566 LIBS=$ac_xsave_LIBS
8569 # Check for system-dependent libraries X programs must link with.
8570 # Do this before checking for the system-independent R6 libraries
8571 # (-lICE), since we may need -lsocket or whatever for X linking.
8573 if test "$ISC" = yes; then
8574 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8575 else
8576 # Martyn Johnson says this is needed for Ultrix, if the X
8577 # libraries were built with DECnet support. And Karl Berry says
8578 # the Alpha needs dnet_stub (dnet does not exist).
8579 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8580 cat >conftest.$ac_ext <<_ACEOF
8581 /* confdefs.h. */
8582 _ACEOF
8583 cat confdefs.h >>conftest.$ac_ext
8584 cat >>conftest.$ac_ext <<_ACEOF
8585 /* end confdefs.h. */
8587 /* Override any GCC internal prototype to avoid an error.
8588 Use char because int might match the return type of a GCC
8589 builtin and then its argument prototype would still apply. */
8590 #ifdef __cplusplus
8591 extern "C"
8592 #endif
8593 char XOpenDisplay ();
8595 main ()
8597 return XOpenDisplay ();
8599 return 0;
8601 _ACEOF
8602 rm -f conftest.$ac_objext conftest$ac_exeext
8603 if { (ac_try="$ac_link"
8604 case "(($ac_try" in
8605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8606 *) ac_try_echo=$ac_try;;
8607 esac
8608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8609 (eval "$ac_link") 2>conftest.er1
8610 ac_status=$?
8611 grep -v '^ *+' conftest.er1 >conftest.err
8612 rm -f conftest.er1
8613 cat conftest.err >&5
8614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8615 (exit $ac_status); } && {
8616 test -z "$ac_c_werror_flag" ||
8617 test ! -s conftest.err
8618 } && test -s conftest$ac_exeext &&
8619 $as_test_x conftest$ac_exeext; then
8621 else
8622 echo "$as_me: failed program was:" >&5
8623 sed 's/^/| /' conftest.$ac_ext >&5
8625 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8626 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8627 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8628 echo $ECHO_N "(cached) $ECHO_C" >&6
8629 else
8630 ac_check_lib_save_LIBS=$LIBS
8631 LIBS="-ldnet $LIBS"
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. */
8639 /* Override any GCC internal prototype to avoid an error.
8640 Use char because int might match the return type of a GCC
8641 builtin and then its argument prototype would still apply. */
8642 #ifdef __cplusplus
8643 extern "C"
8644 #endif
8645 char dnet_ntoa ();
8647 main ()
8649 return dnet_ntoa ();
8651 return 0;
8653 _ACEOF
8654 rm -f conftest.$ac_objext conftest$ac_exeext
8655 if { (ac_try="$ac_link"
8656 case "(($ac_try" in
8657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8658 *) ac_try_echo=$ac_try;;
8659 esac
8660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8661 (eval "$ac_link") 2>conftest.er1
8662 ac_status=$?
8663 grep -v '^ *+' conftest.er1 >conftest.err
8664 rm -f conftest.er1
8665 cat conftest.err >&5
8666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667 (exit $ac_status); } && {
8668 test -z "$ac_c_werror_flag" ||
8669 test ! -s conftest.err
8670 } && test -s conftest$ac_exeext &&
8671 $as_test_x conftest$ac_exeext; then
8672 ac_cv_lib_dnet_dnet_ntoa=yes
8673 else
8674 echo "$as_me: failed program was:" >&5
8675 sed 's/^/| /' conftest.$ac_ext >&5
8677 ac_cv_lib_dnet_dnet_ntoa=no
8680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8681 conftest$ac_exeext conftest.$ac_ext
8682 LIBS=$ac_check_lib_save_LIBS
8684 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8685 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8686 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
8687 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8690 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8691 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8692 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
8693 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8694 echo $ECHO_N "(cached) $ECHO_C" >&6
8695 else
8696 ac_check_lib_save_LIBS=$LIBS
8697 LIBS="-ldnet_stub $LIBS"
8698 cat >conftest.$ac_ext <<_ACEOF
8699 /* confdefs.h. */
8700 _ACEOF
8701 cat confdefs.h >>conftest.$ac_ext
8702 cat >>conftest.$ac_ext <<_ACEOF
8703 /* end confdefs.h. */
8705 /* Override any GCC internal prototype to avoid an error.
8706 Use char because int might match the return type of a GCC
8707 builtin and then its argument prototype would still apply. */
8708 #ifdef __cplusplus
8709 extern "C"
8710 #endif
8711 char dnet_ntoa ();
8713 main ()
8715 return dnet_ntoa ();
8717 return 0;
8719 _ACEOF
8720 rm -f conftest.$ac_objext conftest$ac_exeext
8721 if { (ac_try="$ac_link"
8722 case "(($ac_try" in
8723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8724 *) ac_try_echo=$ac_try;;
8725 esac
8726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8727 (eval "$ac_link") 2>conftest.er1
8728 ac_status=$?
8729 grep -v '^ *+' conftest.er1 >conftest.err
8730 rm -f conftest.er1
8731 cat conftest.err >&5
8732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8733 (exit $ac_status); } && {
8734 test -z "$ac_c_werror_flag" ||
8735 test ! -s conftest.err
8736 } && test -s conftest$ac_exeext &&
8737 $as_test_x conftest$ac_exeext; then
8738 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8739 else
8740 echo "$as_me: failed program was:" >&5
8741 sed 's/^/| /' conftest.$ac_ext >&5
8743 ac_cv_lib_dnet_stub_dnet_ntoa=no
8746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8747 conftest$ac_exeext conftest.$ac_ext
8748 LIBS=$ac_check_lib_save_LIBS
8750 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8751 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8752 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
8753 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8760 conftest$ac_exeext conftest.$ac_ext
8761 LIBS="$ac_xsave_LIBS"
8763 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8764 # to get the SysV transport functions.
8765 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8766 # needs -lnsl.
8767 # The nsl library prevents programs from opening the X display
8768 # on Irix 5.2, according to T.E. Dickey.
8769 # The functions gethostbyname, getservbyname, and inet_addr are
8770 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8771 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
8772 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
8773 if test "${ac_cv_func_gethostbyname+set}" = set; then
8774 echo $ECHO_N "(cached) $ECHO_C" >&6
8775 else
8776 cat >conftest.$ac_ext <<_ACEOF
8777 /* confdefs.h. */
8778 _ACEOF
8779 cat confdefs.h >>conftest.$ac_ext
8780 cat >>conftest.$ac_ext <<_ACEOF
8781 /* end confdefs.h. */
8782 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8783 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8784 #define gethostbyname innocuous_gethostbyname
8786 /* System header to define __stub macros and hopefully few prototypes,
8787 which can conflict with char gethostbyname (); below.
8788 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8789 <limits.h> exists even on freestanding compilers. */
8791 #ifdef __STDC__
8792 # include <limits.h>
8793 #else
8794 # include <assert.h>
8795 #endif
8797 #undef gethostbyname
8799 /* Override any GCC internal prototype to avoid an error.
8800 Use char because int might match the return type of a GCC
8801 builtin and then its argument prototype would still apply. */
8802 #ifdef __cplusplus
8803 extern "C"
8804 #endif
8805 char gethostbyname ();
8806 /* The GNU C library defines this for functions which it implements
8807 to always fail with ENOSYS. Some functions are actually named
8808 something starting with __ and the normal name is an alias. */
8809 #if defined __stub_gethostbyname || defined __stub___gethostbyname
8810 choke me
8811 #endif
8814 main ()
8816 return gethostbyname ();
8818 return 0;
8820 _ACEOF
8821 rm -f conftest.$ac_objext conftest$ac_exeext
8822 if { (ac_try="$ac_link"
8823 case "(($ac_try" in
8824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8825 *) ac_try_echo=$ac_try;;
8826 esac
8827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8828 (eval "$ac_link") 2>conftest.er1
8829 ac_status=$?
8830 grep -v '^ *+' conftest.er1 >conftest.err
8831 rm -f conftest.er1
8832 cat conftest.err >&5
8833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8834 (exit $ac_status); } && {
8835 test -z "$ac_c_werror_flag" ||
8836 test ! -s conftest.err
8837 } && test -s conftest$ac_exeext &&
8838 $as_test_x conftest$ac_exeext; then
8839 ac_cv_func_gethostbyname=yes
8840 else
8841 echo "$as_me: failed program was:" >&5
8842 sed 's/^/| /' conftest.$ac_ext >&5
8844 ac_cv_func_gethostbyname=no
8847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8848 conftest$ac_exeext conftest.$ac_ext
8850 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8851 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
8853 if test $ac_cv_func_gethostbyname = no; then
8854 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8855 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
8856 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8857 echo $ECHO_N "(cached) $ECHO_C" >&6
8858 else
8859 ac_check_lib_save_LIBS=$LIBS
8860 LIBS="-lnsl $LIBS"
8861 cat >conftest.$ac_ext <<_ACEOF
8862 /* confdefs.h. */
8863 _ACEOF
8864 cat confdefs.h >>conftest.$ac_ext
8865 cat >>conftest.$ac_ext <<_ACEOF
8866 /* end confdefs.h. */
8868 /* Override any GCC internal prototype to avoid an error.
8869 Use char because int might match the return type of a GCC
8870 builtin and then its argument prototype would still apply. */
8871 #ifdef __cplusplus
8872 extern "C"
8873 #endif
8874 char gethostbyname ();
8876 main ()
8878 return gethostbyname ();
8880 return 0;
8882 _ACEOF
8883 rm -f conftest.$ac_objext conftest$ac_exeext
8884 if { (ac_try="$ac_link"
8885 case "(($ac_try" in
8886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8887 *) ac_try_echo=$ac_try;;
8888 esac
8889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8890 (eval "$ac_link") 2>conftest.er1
8891 ac_status=$?
8892 grep -v '^ *+' conftest.er1 >conftest.err
8893 rm -f conftest.er1
8894 cat conftest.err >&5
8895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8896 (exit $ac_status); } && {
8897 test -z "$ac_c_werror_flag" ||
8898 test ! -s conftest.err
8899 } && test -s conftest$ac_exeext &&
8900 $as_test_x conftest$ac_exeext; then
8901 ac_cv_lib_nsl_gethostbyname=yes
8902 else
8903 echo "$as_me: failed program was:" >&5
8904 sed 's/^/| /' conftest.$ac_ext >&5
8906 ac_cv_lib_nsl_gethostbyname=no
8909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8910 conftest$ac_exeext conftest.$ac_ext
8911 LIBS=$ac_check_lib_save_LIBS
8913 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8914 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
8915 if test $ac_cv_lib_nsl_gethostbyname = yes; then
8916 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
8919 if test $ac_cv_lib_nsl_gethostbyname = no; then
8920 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
8921 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
8922 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
8923 echo $ECHO_N "(cached) $ECHO_C" >&6
8924 else
8925 ac_check_lib_save_LIBS=$LIBS
8926 LIBS="-lbsd $LIBS"
8927 cat >conftest.$ac_ext <<_ACEOF
8928 /* confdefs.h. */
8929 _ACEOF
8930 cat confdefs.h >>conftest.$ac_ext
8931 cat >>conftest.$ac_ext <<_ACEOF
8932 /* end confdefs.h. */
8934 /* Override any GCC internal prototype to avoid an error.
8935 Use char because int might match the return type of a GCC
8936 builtin and then its argument prototype would still apply. */
8937 #ifdef __cplusplus
8938 extern "C"
8939 #endif
8940 char gethostbyname ();
8942 main ()
8944 return gethostbyname ();
8946 return 0;
8948 _ACEOF
8949 rm -f conftest.$ac_objext conftest$ac_exeext
8950 if { (ac_try="$ac_link"
8951 case "(($ac_try" in
8952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8953 *) ac_try_echo=$ac_try;;
8954 esac
8955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8956 (eval "$ac_link") 2>conftest.er1
8957 ac_status=$?
8958 grep -v '^ *+' conftest.er1 >conftest.err
8959 rm -f conftest.er1
8960 cat conftest.err >&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && {
8963 test -z "$ac_c_werror_flag" ||
8964 test ! -s conftest.err
8965 } && test -s conftest$ac_exeext &&
8966 $as_test_x conftest$ac_exeext; then
8967 ac_cv_lib_bsd_gethostbyname=yes
8968 else
8969 echo "$as_me: failed program was:" >&5
8970 sed 's/^/| /' conftest.$ac_ext >&5
8972 ac_cv_lib_bsd_gethostbyname=no
8975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8976 conftest$ac_exeext conftest.$ac_ext
8977 LIBS=$ac_check_lib_save_LIBS
8979 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
8980 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
8981 if test $ac_cv_lib_bsd_gethostbyname = yes; then
8982 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
8988 # lieder@skyler.mavd.honeywell.com says without -lsocket,
8989 # socket/setsockopt and other routines are undefined under SCO ODT
8990 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
8991 # on later versions), says Simon Leinen: it contains gethostby*
8992 # variants that don't use the name server (or something). -lsocket
8993 # must be given before -lnsl if both are needed. We assume that
8994 # if connect needs -lnsl, so does gethostbyname.
8995 { echo "$as_me:$LINENO: checking for connect" >&5
8996 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
8997 if test "${ac_cv_func_connect+set}" = set; then
8998 echo $ECHO_N "(cached) $ECHO_C" >&6
8999 else
9000 cat >conftest.$ac_ext <<_ACEOF
9001 /* confdefs.h. */
9002 _ACEOF
9003 cat confdefs.h >>conftest.$ac_ext
9004 cat >>conftest.$ac_ext <<_ACEOF
9005 /* end confdefs.h. */
9006 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9007 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9008 #define connect innocuous_connect
9010 /* System header to define __stub macros and hopefully few prototypes,
9011 which can conflict with char connect (); below.
9012 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9013 <limits.h> exists even on freestanding compilers. */
9015 #ifdef __STDC__
9016 # include <limits.h>
9017 #else
9018 # include <assert.h>
9019 #endif
9021 #undef connect
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 connect ();
9030 /* The GNU C library defines this for functions which it implements
9031 to always fail with ENOSYS. Some functions are actually named
9032 something starting with __ and the normal name is an alias. */
9033 #if defined __stub_connect || defined __stub___connect
9034 choke me
9035 #endif
9038 main ()
9040 return connect ();
9042 return 0;
9044 _ACEOF
9045 rm -f conftest.$ac_objext conftest$ac_exeext
9046 if { (ac_try="$ac_link"
9047 case "(($ac_try" in
9048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9049 *) ac_try_echo=$ac_try;;
9050 esac
9051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9052 (eval "$ac_link") 2>conftest.er1
9053 ac_status=$?
9054 grep -v '^ *+' conftest.er1 >conftest.err
9055 rm -f conftest.er1
9056 cat conftest.err >&5
9057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9058 (exit $ac_status); } && {
9059 test -z "$ac_c_werror_flag" ||
9060 test ! -s conftest.err
9061 } && test -s conftest$ac_exeext &&
9062 $as_test_x conftest$ac_exeext; then
9063 ac_cv_func_connect=yes
9064 else
9065 echo "$as_me: failed program was:" >&5
9066 sed 's/^/| /' conftest.$ac_ext >&5
9068 ac_cv_func_connect=no
9071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9072 conftest$ac_exeext conftest.$ac_ext
9074 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9075 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9077 if test $ac_cv_func_connect = no; then
9078 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9079 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9080 if test "${ac_cv_lib_socket_connect+set}" = set; then
9081 echo $ECHO_N "(cached) $ECHO_C" >&6
9082 else
9083 ac_check_lib_save_LIBS=$LIBS
9084 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9085 cat >conftest.$ac_ext <<_ACEOF
9086 /* confdefs.h. */
9087 _ACEOF
9088 cat confdefs.h >>conftest.$ac_ext
9089 cat >>conftest.$ac_ext <<_ACEOF
9090 /* end confdefs.h. */
9092 /* Override any GCC internal prototype to avoid an error.
9093 Use char because int might match the return type of a GCC
9094 builtin and then its argument prototype would still apply. */
9095 #ifdef __cplusplus
9096 extern "C"
9097 #endif
9098 char connect ();
9100 main ()
9102 return connect ();
9104 return 0;
9106 _ACEOF
9107 rm -f conftest.$ac_objext conftest$ac_exeext
9108 if { (ac_try="$ac_link"
9109 case "(($ac_try" in
9110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9111 *) ac_try_echo=$ac_try;;
9112 esac
9113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9114 (eval "$ac_link") 2>conftest.er1
9115 ac_status=$?
9116 grep -v '^ *+' conftest.er1 >conftest.err
9117 rm -f conftest.er1
9118 cat conftest.err >&5
9119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9120 (exit $ac_status); } && {
9121 test -z "$ac_c_werror_flag" ||
9122 test ! -s conftest.err
9123 } && test -s conftest$ac_exeext &&
9124 $as_test_x conftest$ac_exeext; then
9125 ac_cv_lib_socket_connect=yes
9126 else
9127 echo "$as_me: failed program was:" >&5
9128 sed 's/^/| /' conftest.$ac_ext >&5
9130 ac_cv_lib_socket_connect=no
9133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9134 conftest$ac_exeext conftest.$ac_ext
9135 LIBS=$ac_check_lib_save_LIBS
9137 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9138 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9139 if test $ac_cv_lib_socket_connect = yes; then
9140 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9145 # Guillermo Gomez says -lposix is necessary on A/UX.
9146 { echo "$as_me:$LINENO: checking for remove" >&5
9147 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9148 if test "${ac_cv_func_remove+set}" = set; then
9149 echo $ECHO_N "(cached) $ECHO_C" >&6
9150 else
9151 cat >conftest.$ac_ext <<_ACEOF
9152 /* confdefs.h. */
9153 _ACEOF
9154 cat confdefs.h >>conftest.$ac_ext
9155 cat >>conftest.$ac_ext <<_ACEOF
9156 /* end confdefs.h. */
9157 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9158 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9159 #define remove innocuous_remove
9161 /* System header to define __stub macros and hopefully few prototypes,
9162 which can conflict with char remove (); below.
9163 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9164 <limits.h> exists even on freestanding compilers. */
9166 #ifdef __STDC__
9167 # include <limits.h>
9168 #else
9169 # include <assert.h>
9170 #endif
9172 #undef remove
9174 /* Override any GCC internal prototype to avoid an error.
9175 Use char because int might match the return type of a GCC
9176 builtin and then its argument prototype would still apply. */
9177 #ifdef __cplusplus
9178 extern "C"
9179 #endif
9180 char remove ();
9181 /* The GNU C library defines this for functions which it implements
9182 to always fail with ENOSYS. Some functions are actually named
9183 something starting with __ and the normal name is an alias. */
9184 #if defined __stub_remove || defined __stub___remove
9185 choke me
9186 #endif
9189 main ()
9191 return remove ();
9193 return 0;
9195 _ACEOF
9196 rm -f conftest.$ac_objext conftest$ac_exeext
9197 if { (ac_try="$ac_link"
9198 case "(($ac_try" in
9199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9200 *) ac_try_echo=$ac_try;;
9201 esac
9202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9203 (eval "$ac_link") 2>conftest.er1
9204 ac_status=$?
9205 grep -v '^ *+' conftest.er1 >conftest.err
9206 rm -f conftest.er1
9207 cat conftest.err >&5
9208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9209 (exit $ac_status); } && {
9210 test -z "$ac_c_werror_flag" ||
9211 test ! -s conftest.err
9212 } && test -s conftest$ac_exeext &&
9213 $as_test_x conftest$ac_exeext; then
9214 ac_cv_func_remove=yes
9215 else
9216 echo "$as_me: failed program was:" >&5
9217 sed 's/^/| /' conftest.$ac_ext >&5
9219 ac_cv_func_remove=no
9222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9223 conftest$ac_exeext conftest.$ac_ext
9225 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9226 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9228 if test $ac_cv_func_remove = no; then
9229 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9230 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9231 if test "${ac_cv_lib_posix_remove+set}" = set; then
9232 echo $ECHO_N "(cached) $ECHO_C" >&6
9233 else
9234 ac_check_lib_save_LIBS=$LIBS
9235 LIBS="-lposix $LIBS"
9236 cat >conftest.$ac_ext <<_ACEOF
9237 /* confdefs.h. */
9238 _ACEOF
9239 cat confdefs.h >>conftest.$ac_ext
9240 cat >>conftest.$ac_ext <<_ACEOF
9241 /* end confdefs.h. */
9243 /* Override any GCC internal prototype to avoid an error.
9244 Use char because int might match the return type of a GCC
9245 builtin and then its argument prototype would still apply. */
9246 #ifdef __cplusplus
9247 extern "C"
9248 #endif
9249 char remove ();
9251 main ()
9253 return remove ();
9255 return 0;
9257 _ACEOF
9258 rm -f conftest.$ac_objext conftest$ac_exeext
9259 if { (ac_try="$ac_link"
9260 case "(($ac_try" in
9261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9262 *) ac_try_echo=$ac_try;;
9263 esac
9264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9265 (eval "$ac_link") 2>conftest.er1
9266 ac_status=$?
9267 grep -v '^ *+' conftest.er1 >conftest.err
9268 rm -f conftest.er1
9269 cat conftest.err >&5
9270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9271 (exit $ac_status); } && {
9272 test -z "$ac_c_werror_flag" ||
9273 test ! -s conftest.err
9274 } && test -s conftest$ac_exeext &&
9275 $as_test_x conftest$ac_exeext; then
9276 ac_cv_lib_posix_remove=yes
9277 else
9278 echo "$as_me: failed program was:" >&5
9279 sed 's/^/| /' conftest.$ac_ext >&5
9281 ac_cv_lib_posix_remove=no
9284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9285 conftest$ac_exeext conftest.$ac_ext
9286 LIBS=$ac_check_lib_save_LIBS
9288 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9289 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9290 if test $ac_cv_lib_posix_remove = yes; then
9291 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9296 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9297 { echo "$as_me:$LINENO: checking for shmat" >&5
9298 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9299 if test "${ac_cv_func_shmat+set}" = set; then
9300 echo $ECHO_N "(cached) $ECHO_C" >&6
9301 else
9302 cat >conftest.$ac_ext <<_ACEOF
9303 /* confdefs.h. */
9304 _ACEOF
9305 cat confdefs.h >>conftest.$ac_ext
9306 cat >>conftest.$ac_ext <<_ACEOF
9307 /* end confdefs.h. */
9308 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9309 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9310 #define shmat innocuous_shmat
9312 /* System header to define __stub macros and hopefully few prototypes,
9313 which can conflict with char shmat (); below.
9314 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9315 <limits.h> exists even on freestanding compilers. */
9317 #ifdef __STDC__
9318 # include <limits.h>
9319 #else
9320 # include <assert.h>
9321 #endif
9323 #undef shmat
9325 /* Override any GCC internal prototype to avoid an error.
9326 Use char because int might match the return type of a GCC
9327 builtin and then its argument prototype would still apply. */
9328 #ifdef __cplusplus
9329 extern "C"
9330 #endif
9331 char shmat ();
9332 /* The GNU C library defines this for functions which it implements
9333 to always fail with ENOSYS. Some functions are actually named
9334 something starting with __ and the normal name is an alias. */
9335 #if defined __stub_shmat || defined __stub___shmat
9336 choke me
9337 #endif
9340 main ()
9342 return shmat ();
9344 return 0;
9346 _ACEOF
9347 rm -f conftest.$ac_objext conftest$ac_exeext
9348 if { (ac_try="$ac_link"
9349 case "(($ac_try" in
9350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9351 *) ac_try_echo=$ac_try;;
9352 esac
9353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9354 (eval "$ac_link") 2>conftest.er1
9355 ac_status=$?
9356 grep -v '^ *+' conftest.er1 >conftest.err
9357 rm -f conftest.er1
9358 cat conftest.err >&5
9359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9360 (exit $ac_status); } && {
9361 test -z "$ac_c_werror_flag" ||
9362 test ! -s conftest.err
9363 } && test -s conftest$ac_exeext &&
9364 $as_test_x conftest$ac_exeext; then
9365 ac_cv_func_shmat=yes
9366 else
9367 echo "$as_me: failed program was:" >&5
9368 sed 's/^/| /' conftest.$ac_ext >&5
9370 ac_cv_func_shmat=no
9373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9374 conftest$ac_exeext conftest.$ac_ext
9376 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9377 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9379 if test $ac_cv_func_shmat = no; then
9380 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9381 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9382 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9383 echo $ECHO_N "(cached) $ECHO_C" >&6
9384 else
9385 ac_check_lib_save_LIBS=$LIBS
9386 LIBS="-lipc $LIBS"
9387 cat >conftest.$ac_ext <<_ACEOF
9388 /* confdefs.h. */
9389 _ACEOF
9390 cat confdefs.h >>conftest.$ac_ext
9391 cat >>conftest.$ac_ext <<_ACEOF
9392 /* end confdefs.h. */
9394 /* Override any GCC internal prototype to avoid an error.
9395 Use char because int might match the return type of a GCC
9396 builtin and then its argument prototype would still apply. */
9397 #ifdef __cplusplus
9398 extern "C"
9399 #endif
9400 char shmat ();
9402 main ()
9404 return shmat ();
9406 return 0;
9408 _ACEOF
9409 rm -f conftest.$ac_objext conftest$ac_exeext
9410 if { (ac_try="$ac_link"
9411 case "(($ac_try" in
9412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9413 *) ac_try_echo=$ac_try;;
9414 esac
9415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9416 (eval "$ac_link") 2>conftest.er1
9417 ac_status=$?
9418 grep -v '^ *+' conftest.er1 >conftest.err
9419 rm -f conftest.er1
9420 cat conftest.err >&5
9421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9422 (exit $ac_status); } && {
9423 test -z "$ac_c_werror_flag" ||
9424 test ! -s conftest.err
9425 } && test -s conftest$ac_exeext &&
9426 $as_test_x conftest$ac_exeext; then
9427 ac_cv_lib_ipc_shmat=yes
9428 else
9429 echo "$as_me: failed program was:" >&5
9430 sed 's/^/| /' conftest.$ac_ext >&5
9432 ac_cv_lib_ipc_shmat=no
9435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9436 conftest$ac_exeext conftest.$ac_ext
9437 LIBS=$ac_check_lib_save_LIBS
9439 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9440 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9441 if test $ac_cv_lib_ipc_shmat = yes; then
9442 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9448 # Check for libraries that X11R6 Xt/Xaw programs need.
9449 ac_save_LDFLAGS=$LDFLAGS
9450 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9451 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9452 # check for ICE first), but we must link in the order -lSM -lICE or
9453 # we get undefined symbols. So assume we have SM if we have ICE.
9454 # These have to be linked with before -lX11, unlike the other
9455 # libraries we check for below, so use a different variable.
9456 # John Interrante, Karl Berry
9457 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9458 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9459 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9460 echo $ECHO_N "(cached) $ECHO_C" >&6
9461 else
9462 ac_check_lib_save_LIBS=$LIBS
9463 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9464 cat >conftest.$ac_ext <<_ACEOF
9465 /* confdefs.h. */
9466 _ACEOF
9467 cat confdefs.h >>conftest.$ac_ext
9468 cat >>conftest.$ac_ext <<_ACEOF
9469 /* end confdefs.h. */
9471 /* Override any GCC internal prototype to avoid an error.
9472 Use char because int might match the return type of a GCC
9473 builtin and then its argument prototype would still apply. */
9474 #ifdef __cplusplus
9475 extern "C"
9476 #endif
9477 char IceConnectionNumber ();
9479 main ()
9481 return IceConnectionNumber ();
9483 return 0;
9485 _ACEOF
9486 rm -f conftest.$ac_objext conftest$ac_exeext
9487 if { (ac_try="$ac_link"
9488 case "(($ac_try" in
9489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9490 *) ac_try_echo=$ac_try;;
9491 esac
9492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9493 (eval "$ac_link") 2>conftest.er1
9494 ac_status=$?
9495 grep -v '^ *+' conftest.er1 >conftest.err
9496 rm -f conftest.er1
9497 cat conftest.err >&5
9498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9499 (exit $ac_status); } && {
9500 test -z "$ac_c_werror_flag" ||
9501 test ! -s conftest.err
9502 } && test -s conftest$ac_exeext &&
9503 $as_test_x conftest$ac_exeext; then
9504 ac_cv_lib_ICE_IceConnectionNumber=yes
9505 else
9506 echo "$as_me: failed program was:" >&5
9507 sed 's/^/| /' conftest.$ac_ext >&5
9509 ac_cv_lib_ICE_IceConnectionNumber=no
9512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9513 conftest$ac_exeext conftest.$ac_ext
9514 LIBS=$ac_check_lib_save_LIBS
9516 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9517 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9518 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9519 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9522 LDFLAGS=$ac_save_LDFLAGS
9527 if test "$have_x" = "yes"
9528 then
9529 XLIB="-lXext -lX11"
9530 ac_save_CPPFLAGS="$CPPFLAGS"
9531 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9533 { echo "$as_me:$LINENO: checking for -lX11" >&5
9534 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9535 if test "${ac_cv_lib_soname_X11+set}" = set; then
9536 echo $ECHO_N "(cached) $ECHO_C" >&6
9537 else
9538 ac_check_soname_save_LIBS=$LIBS
9539 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9540 cat >conftest.$ac_ext <<_ACEOF
9541 /* confdefs.h. */
9542 _ACEOF
9543 cat confdefs.h >>conftest.$ac_ext
9544 cat >>conftest.$ac_ext <<_ACEOF
9545 /* end confdefs.h. */
9547 /* Override any GCC internal prototype to avoid an error.
9548 Use char because int might match the return type of a GCC
9549 builtin and then its argument prototype would still apply. */
9550 #ifdef __cplusplus
9551 extern "C"
9552 #endif
9553 char XCreateWindow ();
9555 main ()
9557 return XCreateWindow ();
9559 return 0;
9561 _ACEOF
9562 rm -f conftest.$ac_objext conftest$ac_exeext
9563 if { (ac_try="$ac_link"
9564 case "(($ac_try" in
9565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9566 *) ac_try_echo=$ac_try;;
9567 esac
9568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9569 (eval "$ac_link") 2>conftest.er1
9570 ac_status=$?
9571 grep -v '^ *+' conftest.er1 >conftest.err
9572 rm -f conftest.er1
9573 cat conftest.err >&5
9574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9575 (exit $ac_status); } && {
9576 test -z "$ac_c_werror_flag" ||
9577 test ! -s conftest.err
9578 } && test -s conftest$ac_exeext &&
9579 $as_test_x conftest$ac_exeext; then
9580 case "$LIBEXT" in
9581 dll) ;;
9582 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'` ;;
9583 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9584 esac
9585 else
9586 echo "$as_me: failed program was:" >&5
9587 sed 's/^/| /' conftest.$ac_ext >&5
9592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9593 conftest$ac_exeext conftest.$ac_ext
9594 LIBS=$ac_check_soname_save_LIBS
9596 if test "x$ac_cv_lib_soname_X11" = "x"; then
9597 { echo "$as_me:$LINENO: result: not found" >&5
9598 echo "${ECHO_T}not found" >&6; }
9600 else
9601 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9602 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9604 cat >>confdefs.h <<_ACEOF
9605 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9606 _ACEOF
9611 { echo "$as_me:$LINENO: checking for -lXext" >&5
9612 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9613 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9614 echo $ECHO_N "(cached) $ECHO_C" >&6
9615 else
9616 ac_check_soname_save_LIBS=$LIBS
9617 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9618 cat >conftest.$ac_ext <<_ACEOF
9619 /* confdefs.h. */
9620 _ACEOF
9621 cat confdefs.h >>conftest.$ac_ext
9622 cat >>conftest.$ac_ext <<_ACEOF
9623 /* end confdefs.h. */
9625 /* Override any GCC internal prototype to avoid an error.
9626 Use char because int might match the return type of a GCC
9627 builtin and then its argument prototype would still apply. */
9628 #ifdef __cplusplus
9629 extern "C"
9630 #endif
9631 char XextCreateExtension ();
9633 main ()
9635 return XextCreateExtension ();
9637 return 0;
9639 _ACEOF
9640 rm -f conftest.$ac_objext conftest$ac_exeext
9641 if { (ac_try="$ac_link"
9642 case "(($ac_try" in
9643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9644 *) ac_try_echo=$ac_try;;
9645 esac
9646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9647 (eval "$ac_link") 2>conftest.er1
9648 ac_status=$?
9649 grep -v '^ *+' conftest.er1 >conftest.err
9650 rm -f conftest.er1
9651 cat conftest.err >&5
9652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9653 (exit $ac_status); } && {
9654 test -z "$ac_c_werror_flag" ||
9655 test ! -s conftest.err
9656 } && test -s conftest$ac_exeext &&
9657 $as_test_x conftest$ac_exeext; then
9658 case "$LIBEXT" in
9659 dll) ;;
9660 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'` ;;
9661 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9662 esac
9663 else
9664 echo "$as_me: failed program was:" >&5
9665 sed 's/^/| /' conftest.$ac_ext >&5
9670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9671 conftest$ac_exeext conftest.$ac_ext
9672 LIBS=$ac_check_soname_save_LIBS
9674 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9675 { echo "$as_me:$LINENO: result: not found" >&5
9676 echo "${ECHO_T}not found" >&6; }
9678 else
9679 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9680 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9682 cat >>confdefs.h <<_ACEOF
9683 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9684 _ACEOF
9702 for ac_header in X11/Xlib.h \
9703 X11/XKBlib.h \
9704 X11/Xutil.h \
9705 X11/Xcursor/Xcursor.h \
9706 X11/extensions/shape.h \
9707 X11/extensions/XInput.h \
9708 X11/extensions/XShm.h \
9709 X11/extensions/Xcomposite.h \
9710 X11/extensions/Xinerama.h \
9711 X11/extensions/Xrandr.h \
9712 X11/extensions/Xrender.h \
9713 X11/extensions/xf86vmode.h
9715 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9716 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9717 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9718 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9719 echo $ECHO_N "(cached) $ECHO_C" >&6
9720 else
9721 cat >conftest.$ac_ext <<_ACEOF
9722 /* confdefs.h. */
9723 _ACEOF
9724 cat confdefs.h >>conftest.$ac_ext
9725 cat >>conftest.$ac_ext <<_ACEOF
9726 /* end confdefs.h. */
9727 #ifdef HAVE_X11_XLIB_H
9728 # include <X11/Xlib.h>
9729 #endif
9730 #ifdef HAVE_X11_XUTIL_H
9731 # include <X11/Xutil.h>
9732 #endif
9734 #include <$ac_header>
9735 _ACEOF
9736 rm -f conftest.$ac_objext
9737 if { (ac_try="$ac_compile"
9738 case "(($ac_try" in
9739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9740 *) ac_try_echo=$ac_try;;
9741 esac
9742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9743 (eval "$ac_compile") 2>conftest.er1
9744 ac_status=$?
9745 grep -v '^ *+' conftest.er1 >conftest.err
9746 rm -f conftest.er1
9747 cat conftest.err >&5
9748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9749 (exit $ac_status); } && {
9750 test -z "$ac_c_werror_flag" ||
9751 test ! -s conftest.err
9752 } && test -s conftest.$ac_objext; then
9753 eval "$as_ac_Header=yes"
9754 else
9755 echo "$as_me: failed program was:" >&5
9756 sed 's/^/| /' conftest.$ac_ext >&5
9758 eval "$as_ac_Header=no"
9761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9763 ac_res=`eval echo '${'$as_ac_Header'}'`
9764 { echo "$as_me:$LINENO: result: $ac_res" >&5
9765 echo "${ECHO_T}$ac_res" >&6; }
9766 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9767 cat >>confdefs.h <<_ACEOF
9768 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9769 _ACEOF
9773 done
9776 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9777 then
9778 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9779 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9780 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9781 echo $ECHO_N "(cached) $ECHO_C" >&6
9782 else
9783 ac_check_lib_save_LIBS=$LIBS
9784 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9785 cat >conftest.$ac_ext <<_ACEOF
9786 /* confdefs.h. */
9787 _ACEOF
9788 cat confdefs.h >>conftest.$ac_ext
9789 cat >>conftest.$ac_ext <<_ACEOF
9790 /* end confdefs.h. */
9792 /* Override any GCC internal prototype to avoid an error.
9793 Use char because int might match the return type of a GCC
9794 builtin and then its argument prototype would still apply. */
9795 #ifdef __cplusplus
9796 extern "C"
9797 #endif
9798 char XkbQueryExtension ();
9800 main ()
9802 return XkbQueryExtension ();
9804 return 0;
9806 _ACEOF
9807 rm -f conftest.$ac_objext conftest$ac_exeext
9808 if { (ac_try="$ac_link"
9809 case "(($ac_try" in
9810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9811 *) ac_try_echo=$ac_try;;
9812 esac
9813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9814 (eval "$ac_link") 2>conftest.er1
9815 ac_status=$?
9816 grep -v '^ *+' conftest.er1 >conftest.err
9817 rm -f conftest.er1
9818 cat conftest.err >&5
9819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9820 (exit $ac_status); } && {
9821 test -z "$ac_c_werror_flag" ||
9822 test ! -s conftest.err
9823 } && test -s conftest$ac_exeext &&
9824 $as_test_x conftest$ac_exeext; then
9825 ac_cv_lib_X11_XkbQueryExtension=yes
9826 else
9827 echo "$as_me: failed program was:" >&5
9828 sed 's/^/| /' conftest.$ac_ext >&5
9830 ac_cv_lib_X11_XkbQueryExtension=no
9833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9834 conftest$ac_exeext conftest.$ac_ext
9835 LIBS=$ac_check_lib_save_LIBS
9837 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9838 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9839 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9841 cat >>confdefs.h <<\_ACEOF
9842 #define HAVE_XKB 1
9843 _ACEOF
9849 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9850 then
9851 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9852 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9853 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9854 echo $ECHO_N "(cached) $ECHO_C" >&6
9855 else
9856 ac_check_soname_save_LIBS=$LIBS
9857 LIBS="-lXcursor $X_LIBS -lXext -lX11 $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 XcursorImageLoadCursor ();
9873 main ()
9875 return XcursorImageLoadCursor ();
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_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'` ;;
9901 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$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_Xcursor" = "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_Xcursor" >&5
9920 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9922 cat >>confdefs.h <<_ACEOF
9923 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9924 _ACEOF
9930 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9931 case "x$with_xcursor" in
9932 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
9933 xno) ;;
9934 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9935 This is an error since --with-xcursor was requested." >&5
9936 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
9937 This is an error since --with-xcursor was requested." >&2;}
9938 { (exit 1); exit 1; }; } ;;
9939 esac
9943 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9944 then
9945 { echo "$as_me:$LINENO: checking for -lXi" >&5
9946 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9947 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9948 echo $ECHO_N "(cached) $ECHO_C" >&6
9949 else
9950 ac_check_soname_save_LIBS=$LIBS
9951 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9952 cat >conftest.$ac_ext <<_ACEOF
9953 /* confdefs.h. */
9954 _ACEOF
9955 cat confdefs.h >>conftest.$ac_ext
9956 cat >>conftest.$ac_ext <<_ACEOF
9957 /* end confdefs.h. */
9959 /* Override any GCC internal prototype to avoid an error.
9960 Use char because int might match the return type of a GCC
9961 builtin and then its argument prototype would still apply. */
9962 #ifdef __cplusplus
9963 extern "C"
9964 #endif
9965 char XOpenDevice ();
9967 main ()
9969 return XOpenDevice ();
9971 return 0;
9973 _ACEOF
9974 rm -f conftest.$ac_objext conftest$ac_exeext
9975 if { (ac_try="$ac_link"
9976 case "(($ac_try" in
9977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9978 *) ac_try_echo=$ac_try;;
9979 esac
9980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9981 (eval "$ac_link") 2>conftest.er1
9982 ac_status=$?
9983 grep -v '^ *+' conftest.er1 >conftest.err
9984 rm -f conftest.er1
9985 cat conftest.err >&5
9986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9987 (exit $ac_status); } && {
9988 test -z "$ac_c_werror_flag" ||
9989 test ! -s conftest.err
9990 } && test -s conftest$ac_exeext &&
9991 $as_test_x conftest$ac_exeext; then
9992 case "$LIBEXT" in
9993 dll) ;;
9994 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'` ;;
9995 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9996 esac
9997 else
9998 echo "$as_me: failed program was:" >&5
9999 sed 's/^/| /' conftest.$ac_ext >&5
10004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10005 conftest$ac_exeext conftest.$ac_ext
10006 LIBS=$ac_check_soname_save_LIBS
10008 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10009 { echo "$as_me:$LINENO: result: not found" >&5
10010 echo "${ECHO_T}not found" >&6; }
10012 else
10013 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10014 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10016 cat >>confdefs.h <<_ACEOF
10017 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10018 _ACEOF
10024 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10025 case "x$with_xinput" in
10026 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10027 xno) ;;
10028 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10029 This is an error since --with-xinput was requested." >&5
10030 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10031 This is an error since --with-xinput was requested." >&2;}
10032 { (exit 1); exit 1; }; } ;;
10033 esac
10037 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10038 then
10039 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10040 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10041 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10042 echo $ECHO_N "(cached) $ECHO_C" >&6
10043 else
10044 ac_check_lib_save_LIBS=$LIBS
10045 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10046 cat >conftest.$ac_ext <<_ACEOF
10047 /* confdefs.h. */
10048 _ACEOF
10049 cat confdefs.h >>conftest.$ac_ext
10050 cat >>conftest.$ac_ext <<_ACEOF
10051 /* end confdefs.h. */
10053 /* Override any GCC internal prototype to avoid an error.
10054 Use char because int might match the return type of a GCC
10055 builtin and then its argument prototype would still apply. */
10056 #ifdef __cplusplus
10057 extern "C"
10058 #endif
10059 char XShmQueryExtension ();
10061 main ()
10063 return XShmQueryExtension ();
10065 return 0;
10067 _ACEOF
10068 rm -f conftest.$ac_objext conftest$ac_exeext
10069 if { (ac_try="$ac_link"
10070 case "(($ac_try" in
10071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10072 *) ac_try_echo=$ac_try;;
10073 esac
10074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10075 (eval "$ac_link") 2>conftest.er1
10076 ac_status=$?
10077 grep -v '^ *+' conftest.er1 >conftest.err
10078 rm -f conftest.er1
10079 cat conftest.err >&5
10080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10081 (exit $ac_status); } && {
10082 test -z "$ac_c_werror_flag" ||
10083 test ! -s conftest.err
10084 } && test -s conftest$ac_exeext &&
10085 $as_test_x conftest$ac_exeext; then
10086 ac_cv_lib_Xext_XShmQueryExtension=yes
10087 else
10088 echo "$as_me: failed program was:" >&5
10089 sed 's/^/| /' conftest.$ac_ext >&5
10091 ac_cv_lib_Xext_XShmQueryExtension=no
10094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10095 conftest$ac_exeext conftest.$ac_ext
10096 LIBS=$ac_check_lib_save_LIBS
10098 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10099 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10100 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10102 cat >>confdefs.h <<\_ACEOF
10103 #define HAVE_LIBXXSHM 1
10104 _ACEOF
10109 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10110 case "x$with_xshm" in
10111 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10112 xno) ;;
10113 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10114 This is an error since --with-xshm was requested." >&5
10115 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10116 This is an error since --with-xshm was requested." >&2;}
10117 { (exit 1); exit 1; }; } ;;
10118 esac
10122 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10123 then
10124 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10125 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10126 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10127 echo $ECHO_N "(cached) $ECHO_C" >&6
10128 else
10129 ac_check_lib_save_LIBS=$LIBS
10130 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10131 cat >conftest.$ac_ext <<_ACEOF
10132 /* confdefs.h. */
10133 _ACEOF
10134 cat confdefs.h >>conftest.$ac_ext
10135 cat >>conftest.$ac_ext <<_ACEOF
10136 /* end confdefs.h. */
10138 /* Override any GCC internal prototype to avoid an error.
10139 Use char because int might match the return type of a GCC
10140 builtin and then its argument prototype would still apply. */
10141 #ifdef __cplusplus
10142 extern "C"
10143 #endif
10144 char XShapeQueryExtension ();
10146 main ()
10148 return XShapeQueryExtension ();
10150 return 0;
10152 _ACEOF
10153 rm -f conftest.$ac_objext conftest$ac_exeext
10154 if { (ac_try="$ac_link"
10155 case "(($ac_try" in
10156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10157 *) ac_try_echo=$ac_try;;
10158 esac
10159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10160 (eval "$ac_link") 2>conftest.er1
10161 ac_status=$?
10162 grep -v '^ *+' conftest.er1 >conftest.err
10163 rm -f conftest.er1
10164 cat conftest.err >&5
10165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10166 (exit $ac_status); } && {
10167 test -z "$ac_c_werror_flag" ||
10168 test ! -s conftest.err
10169 } && test -s conftest$ac_exeext &&
10170 $as_test_x conftest$ac_exeext; then
10171 ac_cv_lib_Xext_XShapeQueryExtension=yes
10172 else
10173 echo "$as_me: failed program was:" >&5
10174 sed 's/^/| /' conftest.$ac_ext >&5
10176 ac_cv_lib_Xext_XShapeQueryExtension=no
10179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10180 conftest$ac_exeext conftest.$ac_ext
10181 LIBS=$ac_check_lib_save_LIBS
10183 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10184 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10185 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10187 cat >>confdefs.h <<\_ACEOF
10188 #define HAVE_LIBXSHAPE 1
10189 _ACEOF
10194 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10195 case "x$with_xshape" in
10196 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10197 xno) ;;
10198 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10199 This is an error since --with-xshape was requested." >&5
10200 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10201 This is an error since --with-xshape was requested." >&2;}
10202 { (exit 1); exit 1; }; } ;;
10203 esac
10207 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10208 then
10209 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10210 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10211 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10212 echo $ECHO_N "(cached) $ECHO_C" >&6
10213 else
10214 ac_check_soname_save_LIBS=$LIBS
10215 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10216 cat >conftest.$ac_ext <<_ACEOF
10217 /* confdefs.h. */
10218 _ACEOF
10219 cat confdefs.h >>conftest.$ac_ext
10220 cat >>conftest.$ac_ext <<_ACEOF
10221 /* end confdefs.h. */
10223 /* Override any GCC internal prototype to avoid an error.
10224 Use char because int might match the return type of a GCC
10225 builtin and then its argument prototype would still apply. */
10226 #ifdef __cplusplus
10227 extern "C"
10228 #endif
10229 char XF86VidModeQueryExtension ();
10231 main ()
10233 return XF86VidModeQueryExtension ();
10235 return 0;
10237 _ACEOF
10238 rm -f conftest.$ac_objext conftest$ac_exeext
10239 if { (ac_try="$ac_link"
10240 case "(($ac_try" in
10241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10242 *) ac_try_echo=$ac_try;;
10243 esac
10244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10245 (eval "$ac_link") 2>conftest.er1
10246 ac_status=$?
10247 grep -v '^ *+' conftest.er1 >conftest.err
10248 rm -f conftest.er1
10249 cat conftest.err >&5
10250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10251 (exit $ac_status); } && {
10252 test -z "$ac_c_werror_flag" ||
10253 test ! -s conftest.err
10254 } && test -s conftest$ac_exeext &&
10255 $as_test_x conftest$ac_exeext; then
10256 case "$LIBEXT" in
10257 dll) ;;
10258 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'` ;;
10259 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10260 esac
10261 else
10262 echo "$as_me: failed program was:" >&5
10263 sed 's/^/| /' conftest.$ac_ext >&5
10268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10269 conftest$ac_exeext conftest.$ac_ext
10270 LIBS=$ac_check_soname_save_LIBS
10272 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10273 { echo "$as_me:$LINENO: result: not found" >&5
10274 echo "${ECHO_T}not found" >&6; }
10276 else
10277 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10278 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10280 cat >>confdefs.h <<_ACEOF
10281 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10282 _ACEOF
10288 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10289 case "x$with_xxf86vm" in
10290 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10291 xno) ;;
10292 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10293 This is an error since --with-xxf86vm was requested." >&5
10294 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10295 This is an error since --with-xxf86vm was requested." >&2;}
10296 { (exit 1); exit 1; }; } ;;
10297 esac
10301 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"
10302 then
10303 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10304 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10305 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10306 echo $ECHO_N "(cached) $ECHO_C" >&6
10307 else
10308 ac_check_soname_save_LIBS=$LIBS
10309 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10310 cat >conftest.$ac_ext <<_ACEOF
10311 /* confdefs.h. */
10312 _ACEOF
10313 cat confdefs.h >>conftest.$ac_ext
10314 cat >>conftest.$ac_ext <<_ACEOF
10315 /* end confdefs.h. */
10317 /* Override any GCC internal prototype to avoid an error.
10318 Use char because int might match the return type of a GCC
10319 builtin and then its argument prototype would still apply. */
10320 #ifdef __cplusplus
10321 extern "C"
10322 #endif
10323 char XRenderQueryExtension ();
10325 main ()
10327 return XRenderQueryExtension ();
10329 return 0;
10331 _ACEOF
10332 rm -f conftest.$ac_objext conftest$ac_exeext
10333 if { (ac_try="$ac_link"
10334 case "(($ac_try" in
10335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10336 *) ac_try_echo=$ac_try;;
10337 esac
10338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10339 (eval "$ac_link") 2>conftest.er1
10340 ac_status=$?
10341 grep -v '^ *+' conftest.er1 >conftest.err
10342 rm -f conftest.er1
10343 cat conftest.err >&5
10344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10345 (exit $ac_status); } && {
10346 test -z "$ac_c_werror_flag" ||
10347 test ! -s conftest.err
10348 } && test -s conftest$ac_exeext &&
10349 $as_test_x conftest$ac_exeext; then
10350 case "$LIBEXT" in
10351 dll) ;;
10352 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'` ;;
10353 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10354 esac
10355 else
10356 echo "$as_me: failed program was:" >&5
10357 sed 's/^/| /' conftest.$ac_ext >&5
10362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10363 conftest$ac_exeext conftest.$ac_ext
10364 LIBS=$ac_check_soname_save_LIBS
10366 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10367 { echo "$as_me:$LINENO: result: not found" >&5
10368 echo "${ECHO_T}not found" >&6; }
10370 else
10371 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10372 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10374 cat >>confdefs.h <<_ACEOF
10375 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10376 _ACEOF
10378 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10379 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10380 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10381 echo $ECHO_N "(cached) $ECHO_C" >&6
10382 else
10383 ac_check_lib_save_LIBS=$LIBS
10384 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10385 cat >conftest.$ac_ext <<_ACEOF
10386 /* confdefs.h. */
10387 _ACEOF
10388 cat confdefs.h >>conftest.$ac_ext
10389 cat >>conftest.$ac_ext <<_ACEOF
10390 /* end confdefs.h. */
10392 /* Override any GCC internal prototype to avoid an error.
10393 Use char because int might match the return type of a GCC
10394 builtin and then its argument prototype would still apply. */
10395 #ifdef __cplusplus
10396 extern "C"
10397 #endif
10398 char XRenderSetPictureTransform ();
10400 main ()
10402 return XRenderSetPictureTransform ();
10404 return 0;
10406 _ACEOF
10407 rm -f conftest.$ac_objext conftest$ac_exeext
10408 if { (ac_try="$ac_link"
10409 case "(($ac_try" in
10410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10411 *) ac_try_echo=$ac_try;;
10412 esac
10413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10414 (eval "$ac_link") 2>conftest.er1
10415 ac_status=$?
10416 grep -v '^ *+' conftest.er1 >conftest.err
10417 rm -f conftest.er1
10418 cat conftest.err >&5
10419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10420 (exit $ac_status); } && {
10421 test -z "$ac_c_werror_flag" ||
10422 test ! -s conftest.err
10423 } && test -s conftest$ac_exeext &&
10424 $as_test_x conftest$ac_exeext; then
10425 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10426 else
10427 echo "$as_me: failed program was:" >&5
10428 sed 's/^/| /' conftest.$ac_ext >&5
10430 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10434 conftest$ac_exeext conftest.$ac_ext
10435 LIBS=$ac_check_lib_save_LIBS
10437 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10438 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10439 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10441 cat >>confdefs.h <<\_ACEOF
10442 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10443 _ACEOF
10451 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10452 case "x$with_xrender" in
10453 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10454 xno) ;;
10455 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10456 This is an error since --with-xrender was requested." >&5
10457 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10458 This is an error since --with-xrender was requested." >&2;}
10459 { (exit 1); exit 1; }; } ;;
10460 esac
10464 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10465 then
10466 cat >conftest.$ac_ext <<_ACEOF
10467 /* confdefs.h. */
10468 _ACEOF
10469 cat confdefs.h >>conftest.$ac_ext
10470 cat >>conftest.$ac_ext <<_ACEOF
10471 /* end confdefs.h. */
10472 #include <X11/Xlib.h>
10473 #include <X11/extensions/Xrandr.h>
10475 main ()
10477 static typeof(XRRSetScreenConfigAndRate) * func;
10479 return 0;
10481 _ACEOF
10482 rm -f conftest.$ac_objext
10483 if { (ac_try="$ac_compile"
10484 case "(($ac_try" in
10485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10486 *) ac_try_echo=$ac_try;;
10487 esac
10488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10489 (eval "$ac_compile") 2>conftest.er1
10490 ac_status=$?
10491 grep -v '^ *+' conftest.er1 >conftest.err
10492 rm -f conftest.er1
10493 cat conftest.err >&5
10494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10495 (exit $ac_status); } && {
10496 test -z "$ac_c_werror_flag" ||
10497 test ! -s conftest.err
10498 } && test -s conftest.$ac_objext; then
10499 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10500 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10501 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10502 echo $ECHO_N "(cached) $ECHO_C" >&6
10503 else
10504 ac_check_soname_save_LIBS=$LIBS
10505 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10506 cat >conftest.$ac_ext <<_ACEOF
10507 /* confdefs.h. */
10508 _ACEOF
10509 cat confdefs.h >>conftest.$ac_ext
10510 cat >>conftest.$ac_ext <<_ACEOF
10511 /* end confdefs.h. */
10513 /* Override any GCC internal prototype to avoid an error.
10514 Use char because int might match the return type of a GCC
10515 builtin and then its argument prototype would still apply. */
10516 #ifdef __cplusplus
10517 extern "C"
10518 #endif
10519 char XRRQueryExtension ();
10521 main ()
10523 return XRRQueryExtension ();
10525 return 0;
10527 _ACEOF
10528 rm -f conftest.$ac_objext conftest$ac_exeext
10529 if { (ac_try="$ac_link"
10530 case "(($ac_try" in
10531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10532 *) ac_try_echo=$ac_try;;
10533 esac
10534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10535 (eval "$ac_link") 2>conftest.er1
10536 ac_status=$?
10537 grep -v '^ *+' conftest.er1 >conftest.err
10538 rm -f conftest.er1
10539 cat conftest.err >&5
10540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10541 (exit $ac_status); } && {
10542 test -z "$ac_c_werror_flag" ||
10543 test ! -s conftest.err
10544 } && test -s conftest$ac_exeext &&
10545 $as_test_x conftest$ac_exeext; then
10546 case "$LIBEXT" in
10547 dll) ;;
10548 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'` ;;
10549 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10550 esac
10551 else
10552 echo "$as_me: failed program was:" >&5
10553 sed 's/^/| /' conftest.$ac_ext >&5
10558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10559 conftest$ac_exeext conftest.$ac_ext
10560 LIBS=$ac_check_soname_save_LIBS
10562 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10563 { echo "$as_me:$LINENO: result: not found" >&5
10564 echo "${ECHO_T}not found" >&6; }
10566 else
10567 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10568 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10570 cat >>confdefs.h <<_ACEOF
10571 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10572 _ACEOF
10577 else
10578 echo "$as_me: failed program was:" >&5
10579 sed 's/^/| /' conftest.$ac_ext >&5
10584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10586 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10587 case "x$with_xrandr" in
10588 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10589 xno) ;;
10590 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10591 This is an error since --with-xrandr was requested." >&5
10592 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10593 This is an error since --with-xrandr was requested." >&2;}
10594 { (exit 1); exit 1; }; } ;;
10595 esac
10599 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10600 then
10601 cat >conftest.$ac_ext <<_ACEOF
10602 /* confdefs.h. */
10603 _ACEOF
10604 cat confdefs.h >>conftest.$ac_ext
10605 cat >>conftest.$ac_ext <<_ACEOF
10606 /* end confdefs.h. */
10607 #include <X11/Xlib.h>
10608 #include <X11/extensions/Xinerama.h>
10610 main ()
10612 static typeof(XineramaQueryScreens) * func;
10614 return 0;
10616 _ACEOF
10617 rm -f conftest.$ac_objext
10618 if { (ac_try="$ac_compile"
10619 case "(($ac_try" in
10620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10621 *) ac_try_echo=$ac_try;;
10622 esac
10623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10624 (eval "$ac_compile") 2>conftest.er1
10625 ac_status=$?
10626 grep -v '^ *+' conftest.er1 >conftest.err
10627 rm -f conftest.er1
10628 cat conftest.err >&5
10629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10630 (exit $ac_status); } && {
10631 test -z "$ac_c_werror_flag" ||
10632 test ! -s conftest.err
10633 } && test -s conftest.$ac_objext; then
10634 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10635 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10636 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10637 echo $ECHO_N "(cached) $ECHO_C" >&6
10638 else
10639 ac_check_soname_save_LIBS=$LIBS
10640 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10641 cat >conftest.$ac_ext <<_ACEOF
10642 /* confdefs.h. */
10643 _ACEOF
10644 cat confdefs.h >>conftest.$ac_ext
10645 cat >>conftest.$ac_ext <<_ACEOF
10646 /* end confdefs.h. */
10648 /* Override any GCC internal prototype to avoid an error.
10649 Use char because int might match the return type of a GCC
10650 builtin and then its argument prototype would still apply. */
10651 #ifdef __cplusplus
10652 extern "C"
10653 #endif
10654 char XineramaQueryScreens ();
10656 main ()
10658 return XineramaQueryScreens ();
10660 return 0;
10662 _ACEOF
10663 rm -f conftest.$ac_objext conftest$ac_exeext
10664 if { (ac_try="$ac_link"
10665 case "(($ac_try" in
10666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10667 *) ac_try_echo=$ac_try;;
10668 esac
10669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10670 (eval "$ac_link") 2>conftest.er1
10671 ac_status=$?
10672 grep -v '^ *+' conftest.er1 >conftest.err
10673 rm -f conftest.er1
10674 cat conftest.err >&5
10675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10676 (exit $ac_status); } && {
10677 test -z "$ac_c_werror_flag" ||
10678 test ! -s conftest.err
10679 } && test -s conftest$ac_exeext &&
10680 $as_test_x conftest$ac_exeext; then
10681 case "$LIBEXT" in
10682 dll) ;;
10683 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'` ;;
10684 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10685 esac
10686 else
10687 echo "$as_me: failed program was:" >&5
10688 sed 's/^/| /' conftest.$ac_ext >&5
10693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10694 conftest$ac_exeext conftest.$ac_ext
10695 LIBS=$ac_check_soname_save_LIBS
10697 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10698 { echo "$as_me:$LINENO: result: not found" >&5
10699 echo "${ECHO_T}not found" >&6; }
10701 else
10702 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10703 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10705 cat >>confdefs.h <<_ACEOF
10706 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10707 _ACEOF
10712 else
10713 echo "$as_me: failed program was:" >&5
10714 sed 's/^/| /' conftest.$ac_ext >&5
10719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10721 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10722 case "x$with_xinerama" in
10723 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10724 xno) ;;
10725 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10726 This is an error since --with-xinerama was requested." >&5
10727 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10728 This is an error since --with-xinerama was requested." >&2;}
10729 { (exit 1); exit 1; }; } ;;
10730 esac
10734 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10735 then
10736 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10737 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10738 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10739 echo $ECHO_N "(cached) $ECHO_C" >&6
10740 else
10741 ac_check_soname_save_LIBS=$LIBS
10742 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10743 cat >conftest.$ac_ext <<_ACEOF
10744 /* confdefs.h. */
10745 _ACEOF
10746 cat confdefs.h >>conftest.$ac_ext
10747 cat >>conftest.$ac_ext <<_ACEOF
10748 /* end confdefs.h. */
10750 /* Override any GCC internal prototype to avoid an error.
10751 Use char because int might match the return type of a GCC
10752 builtin and then its argument prototype would still apply. */
10753 #ifdef __cplusplus
10754 extern "C"
10755 #endif
10756 char XCompositeRedirectWindow ();
10758 main ()
10760 return XCompositeRedirectWindow ();
10762 return 0;
10764 _ACEOF
10765 rm -f conftest.$ac_objext conftest$ac_exeext
10766 if { (ac_try="$ac_link"
10767 case "(($ac_try" in
10768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10769 *) ac_try_echo=$ac_try;;
10770 esac
10771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10772 (eval "$ac_link") 2>conftest.er1
10773 ac_status=$?
10774 grep -v '^ *+' conftest.er1 >conftest.err
10775 rm -f conftest.er1
10776 cat conftest.err >&5
10777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10778 (exit $ac_status); } && {
10779 test -z "$ac_c_werror_flag" ||
10780 test ! -s conftest.err
10781 } && test -s conftest$ac_exeext &&
10782 $as_test_x conftest$ac_exeext; then
10783 case "$LIBEXT" in
10784 dll) ;;
10785 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'` ;;
10786 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10787 esac
10788 else
10789 echo "$as_me: failed program was:" >&5
10790 sed 's/^/| /' conftest.$ac_ext >&5
10795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10796 conftest$ac_exeext conftest.$ac_ext
10797 LIBS=$ac_check_soname_save_LIBS
10799 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10800 { echo "$as_me:$LINENO: result: not found" >&5
10801 echo "${ECHO_T}not found" >&6; }
10803 else
10804 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10805 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10807 cat >>confdefs.h <<_ACEOF
10808 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10809 _ACEOF
10815 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10816 case "x$with_xcomposite" in
10817 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10818 xno) ;;
10819 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10820 This is an error since --with-xcomposite was requested." >&5
10821 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10822 This is an error since --with-xcomposite was requested." >&2;}
10823 { (exit 1); exit 1; }; } ;;
10824 esac
10828 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10829 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10830 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10831 echo $ECHO_N "(cached) $ECHO_C" >&6
10832 else
10833 cat >conftest.$ac_ext <<_ACEOF
10834 /* confdefs.h. */
10835 _ACEOF
10836 cat confdefs.h >>conftest.$ac_ext
10837 cat >>conftest.$ac_ext <<_ACEOF
10838 /* end confdefs.h. */
10839 #ifdef HAVE_X11_XLIB_H
10840 #include <X11/Xlib.h>
10841 #endif
10844 main ()
10846 static XICCallback ac_aggr;
10847 if (ac_aggr.callback)
10848 return 0;
10850 return 0;
10852 _ACEOF
10853 rm -f conftest.$ac_objext
10854 if { (ac_try="$ac_compile"
10855 case "(($ac_try" in
10856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10857 *) ac_try_echo=$ac_try;;
10858 esac
10859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10860 (eval "$ac_compile") 2>conftest.er1
10861 ac_status=$?
10862 grep -v '^ *+' conftest.er1 >conftest.err
10863 rm -f conftest.er1
10864 cat conftest.err >&5
10865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10866 (exit $ac_status); } && {
10867 test -z "$ac_c_werror_flag" ||
10868 test ! -s conftest.err
10869 } && test -s conftest.$ac_objext; then
10870 ac_cv_member_XICCallback_callback=yes
10871 else
10872 echo "$as_me: failed program was:" >&5
10873 sed 's/^/| /' conftest.$ac_ext >&5
10875 cat >conftest.$ac_ext <<_ACEOF
10876 /* confdefs.h. */
10877 _ACEOF
10878 cat confdefs.h >>conftest.$ac_ext
10879 cat >>conftest.$ac_ext <<_ACEOF
10880 /* end confdefs.h. */
10881 #ifdef HAVE_X11_XLIB_H
10882 #include <X11/Xlib.h>
10883 #endif
10886 main ()
10888 static XICCallback ac_aggr;
10889 if (sizeof ac_aggr.callback)
10890 return 0;
10892 return 0;
10894 _ACEOF
10895 rm -f conftest.$ac_objext
10896 if { (ac_try="$ac_compile"
10897 case "(($ac_try" in
10898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10899 *) ac_try_echo=$ac_try;;
10900 esac
10901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10902 (eval "$ac_compile") 2>conftest.er1
10903 ac_status=$?
10904 grep -v '^ *+' conftest.er1 >conftest.err
10905 rm -f conftest.er1
10906 cat conftest.err >&5
10907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10908 (exit $ac_status); } && {
10909 test -z "$ac_c_werror_flag" ||
10910 test ! -s conftest.err
10911 } && test -s conftest.$ac_objext; then
10912 ac_cv_member_XICCallback_callback=yes
10913 else
10914 echo "$as_me: failed program was:" >&5
10915 sed 's/^/| /' conftest.$ac_ext >&5
10917 ac_cv_member_XICCallback_callback=no
10920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10925 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10926 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10927 if test $ac_cv_member_XICCallback_callback = yes; then
10929 cat >>confdefs.h <<_ACEOF
10930 #define HAVE_XICCALLBACK_CALLBACK 1
10931 _ACEOF
10938 opengl_msg=""
10939 if test "x$with_opengl" != "xno"
10940 then
10945 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10947 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10948 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10949 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10950 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10951 echo $ECHO_N "(cached) $ECHO_C" >&6
10952 else
10953 cat >conftest.$ac_ext <<_ACEOF
10954 /* confdefs.h. */
10955 _ACEOF
10956 cat confdefs.h >>conftest.$ac_ext
10957 cat >>conftest.$ac_ext <<_ACEOF
10958 /* end confdefs.h. */
10959 #ifdef HAVE_GL_GLX_H
10960 # include <GL/glx.h>
10961 #endif
10963 #include <$ac_header>
10964 _ACEOF
10965 rm -f conftest.$ac_objext
10966 if { (ac_try="$ac_compile"
10967 case "(($ac_try" in
10968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10969 *) ac_try_echo=$ac_try;;
10970 esac
10971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10972 (eval "$ac_compile") 2>conftest.er1
10973 ac_status=$?
10974 grep -v '^ *+' conftest.er1 >conftest.err
10975 rm -f conftest.er1
10976 cat conftest.err >&5
10977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10978 (exit $ac_status); } && {
10979 test -z "$ac_c_werror_flag" ||
10980 test ! -s conftest.err
10981 } && test -s conftest.$ac_objext; then
10982 eval "$as_ac_Header=yes"
10983 else
10984 echo "$as_me: failed program was:" >&5
10985 sed 's/^/| /' conftest.$ac_ext >&5
10987 eval "$as_ac_Header=no"
10990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10992 ac_res=`eval echo '${'$as_ac_Header'}'`
10993 { echo "$as_me:$LINENO: result: $ac_res" >&5
10994 echo "${ECHO_T}$ac_res" >&6; }
10995 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10996 cat >>confdefs.h <<_ACEOF
10997 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10998 _ACEOF
11002 done
11004 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11005 then
11006 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11007 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11008 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11009 echo $ECHO_N "(cached) $ECHO_C" >&6
11010 else
11011 cat >conftest.$ac_ext <<_ACEOF
11012 /* confdefs.h. */
11013 _ACEOF
11014 cat confdefs.h >>conftest.$ac_ext
11015 cat >>conftest.$ac_ext <<_ACEOF
11016 /* end confdefs.h. */
11017 #include <GL/gl.h>
11019 main ()
11021 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11023 return 0;
11025 _ACEOF
11026 rm -f conftest.$ac_objext
11027 if { (ac_try="$ac_compile"
11028 case "(($ac_try" in
11029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11030 *) ac_try_echo=$ac_try;;
11031 esac
11032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11033 (eval "$ac_compile") 2>conftest.er1
11034 ac_status=$?
11035 grep -v '^ *+' conftest.er1 >conftest.err
11036 rm -f conftest.er1
11037 cat conftest.err >&5
11038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11039 (exit $ac_status); } && {
11040 test -z "$ac_c_werror_flag" ||
11041 test ! -s conftest.err
11042 } && test -s conftest.$ac_objext; then
11043 wine_cv_opengl_header_version_OK="yes"
11044 else
11045 echo "$as_me: failed program was:" >&5
11046 sed 's/^/| /' conftest.$ac_ext >&5
11048 wine_cv_opengl_header_version_OK="no"
11051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11053 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11054 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11056 if test "$wine_cv_opengl_header_version_OK" = "yes"
11057 then
11058 { echo "$as_me:$LINENO: checking for -lGL" >&5
11059 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11060 if test "${ac_cv_lib_soname_GL+set}" = set; then
11061 echo $ECHO_N "(cached) $ECHO_C" >&6
11062 else
11063 ac_check_soname_save_LIBS=$LIBS
11064 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11065 cat >conftest.$ac_ext <<_ACEOF
11066 /* confdefs.h. */
11067 _ACEOF
11068 cat confdefs.h >>conftest.$ac_ext
11069 cat >>conftest.$ac_ext <<_ACEOF
11070 /* end confdefs.h. */
11072 /* Override any GCC internal prototype to avoid an error.
11073 Use char because int might match the return type of a GCC
11074 builtin and then its argument prototype would still apply. */
11075 #ifdef __cplusplus
11076 extern "C"
11077 #endif
11078 char glXCreateContext ();
11080 main ()
11082 return glXCreateContext ();
11084 return 0;
11086 _ACEOF
11087 rm -f conftest.$ac_objext conftest$ac_exeext
11088 if { (ac_try="$ac_link"
11089 case "(($ac_try" in
11090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11091 *) ac_try_echo=$ac_try;;
11092 esac
11093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11094 (eval "$ac_link") 2>conftest.er1
11095 ac_status=$?
11096 grep -v '^ *+' conftest.er1 >conftest.err
11097 rm -f conftest.er1
11098 cat conftest.err >&5
11099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11100 (exit $ac_status); } && {
11101 test -z "$ac_c_werror_flag" ||
11102 test ! -s conftest.err
11103 } && test -s conftest$ac_exeext &&
11104 $as_test_x conftest$ac_exeext; then
11105 case "$LIBEXT" in
11106 dll) ;;
11107 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'` ;;
11108 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11109 esac
11110 else
11111 echo "$as_me: failed program was:" >&5
11112 sed 's/^/| /' conftest.$ac_ext >&5
11117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11118 conftest$ac_exeext conftest.$ac_ext
11119 LIBS=$ac_check_soname_save_LIBS
11121 if test "x$ac_cv_lib_soname_GL" = "x"; then
11122 { echo "$as_me:$LINENO: result: not found" >&5
11123 echo "${ECHO_T}not found" >&6; }
11124 { echo "$as_me:$LINENO: checking for -lGL" >&5
11125 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11126 if test "${ac_cv_lib_soname_GL+set}" = set; then
11127 echo $ECHO_N "(cached) $ECHO_C" >&6
11128 else
11129 ac_check_soname_save_LIBS=$LIBS
11130 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"
11131 cat >conftest.$ac_ext <<_ACEOF
11132 /* confdefs.h. */
11133 _ACEOF
11134 cat confdefs.h >>conftest.$ac_ext
11135 cat >>conftest.$ac_ext <<_ACEOF
11136 /* end confdefs.h. */
11138 /* Override any GCC internal prototype to avoid an error.
11139 Use char because int might match the return type of a GCC
11140 builtin and then its argument prototype would still apply. */
11141 #ifdef __cplusplus
11142 extern "C"
11143 #endif
11144 char glXCreateContext ();
11146 main ()
11148 return glXCreateContext ();
11150 return 0;
11152 _ACEOF
11153 rm -f conftest.$ac_objext conftest$ac_exeext
11154 if { (ac_try="$ac_link"
11155 case "(($ac_try" in
11156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11157 *) ac_try_echo=$ac_try;;
11158 esac
11159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11160 (eval "$ac_link") 2>conftest.er1
11161 ac_status=$?
11162 grep -v '^ *+' conftest.er1 >conftest.err
11163 rm -f conftest.er1
11164 cat conftest.err >&5
11165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11166 (exit $ac_status); } && {
11167 test -z "$ac_c_werror_flag" ||
11168 test ! -s conftest.err
11169 } && test -s conftest$ac_exeext &&
11170 $as_test_x conftest$ac_exeext; then
11171 case "$LIBEXT" in
11172 dll) ;;
11173 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'` ;;
11174 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11175 esac
11176 else
11177 echo "$as_me: failed program was:" >&5
11178 sed 's/^/| /' conftest.$ac_ext >&5
11183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11184 conftest$ac_exeext conftest.$ac_ext
11185 LIBS=$ac_check_soname_save_LIBS
11187 if test "x$ac_cv_lib_soname_GL" = "x"; then
11188 { echo "$as_me:$LINENO: result: not found" >&5
11189 echo "${ECHO_T}not found" >&6; }
11190 if test -f /usr/X11R6/lib/libGL.a
11191 then
11192 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11193 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11194 else
11195 opengl_msg="No OpenGL library found on this system."
11197 else
11198 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11199 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11201 cat >>confdefs.h <<_ACEOF
11202 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11203 _ACEOF
11205 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"
11207 cat >>confdefs.h <<\_ACEOF
11208 #define HAVE_OPENGL 1
11209 _ACEOF
11213 else
11214 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11215 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11217 cat >>confdefs.h <<_ACEOF
11218 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11219 _ACEOF
11221 OPENGL_LIBS="-lGL"
11223 cat >>confdefs.h <<\_ACEOF
11224 #define HAVE_OPENGL 1
11225 _ACEOF
11229 if test "$ac_cv_header_GL_glu_h" = "yes"
11230 then
11231 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11232 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11233 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11234 echo $ECHO_N "(cached) $ECHO_C" >&6
11235 else
11236 ac_check_soname_save_LIBS=$LIBS
11237 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11238 cat >conftest.$ac_ext <<_ACEOF
11239 /* confdefs.h. */
11240 _ACEOF
11241 cat confdefs.h >>conftest.$ac_ext
11242 cat >>conftest.$ac_ext <<_ACEOF
11243 /* end confdefs.h. */
11245 /* Override any GCC internal prototype to avoid an error.
11246 Use char because int might match the return type of a GCC
11247 builtin and then its argument prototype would still apply. */
11248 #ifdef __cplusplus
11249 extern "C"
11250 #endif
11251 char gluLookAt ();
11253 main ()
11255 return gluLookAt ();
11257 return 0;
11259 _ACEOF
11260 rm -f conftest.$ac_objext conftest$ac_exeext
11261 if { (ac_try="$ac_link"
11262 case "(($ac_try" in
11263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11264 *) ac_try_echo=$ac_try;;
11265 esac
11266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11267 (eval "$ac_link") 2>conftest.er1
11268 ac_status=$?
11269 grep -v '^ *+' conftest.er1 >conftest.err
11270 rm -f conftest.er1
11271 cat conftest.err >&5
11272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11273 (exit $ac_status); } && {
11274 test -z "$ac_c_werror_flag" ||
11275 test ! -s conftest.err
11276 } && test -s conftest$ac_exeext &&
11277 $as_test_x conftest$ac_exeext; then
11278 case "$LIBEXT" in
11279 dll) ;;
11280 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'` ;;
11281 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11282 esac
11283 else
11284 echo "$as_me: failed program was:" >&5
11285 sed 's/^/| /' conftest.$ac_ext >&5
11290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11291 conftest$ac_exeext conftest.$ac_ext
11292 LIBS=$ac_check_soname_save_LIBS
11294 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11295 { echo "$as_me:$LINENO: result: not found" >&5
11296 echo "${ECHO_T}not found" >&6; }
11298 else
11299 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11300 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11302 cat >>confdefs.h <<_ACEOF
11303 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11304 _ACEOF
11310 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11311 case "x$with_glu" in
11312 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11313 xno) ;;
11314 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11315 This is an error since --with-glu was requested." >&5
11316 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11317 This is an error since --with-glu was requested." >&2;}
11318 { (exit 1); exit 1; }; } ;;
11319 esac
11322 else
11323 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11325 else
11326 opengl_msg="OpenGL development headers not found."
11328 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11329 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11330 else
11331 enable_opengl32=${enable_opengl32:-no}
11332 enable_glu32=${enable_glu32:-no}
11334 if test -n "$opengl_msg"; then
11335 case "x$with_opengl" in
11336 x) wine_warnings="$wine_warnings|$opengl_msg
11337 OpenGL and Direct3D won't be supported." ;;
11338 xno) ;;
11339 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11340 OpenGL and Direct3D won't be supported.
11341 This is an error since --with-opengl was requested." >&5
11342 echo "$as_me: error: $opengl_msg
11343 OpenGL and Direct3D won't be supported.
11344 This is an error since --with-opengl was requested." >&2;}
11345 { (exit 1); exit 1; }; } ;;
11346 esac
11350 NASLIBS=""
11353 for ac_header in audio/audiolib.h
11355 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11356 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11357 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11358 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11359 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11360 echo $ECHO_N "(cached) $ECHO_C" >&6
11362 ac_res=`eval echo '${'$as_ac_Header'}'`
11363 { echo "$as_me:$LINENO: result: $ac_res" >&5
11364 echo "${ECHO_T}$ac_res" >&6; }
11365 else
11366 # Is the header compilable?
11367 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11368 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11369 cat >conftest.$ac_ext <<_ACEOF
11370 /* confdefs.h. */
11371 _ACEOF
11372 cat confdefs.h >>conftest.$ac_ext
11373 cat >>conftest.$ac_ext <<_ACEOF
11374 /* end confdefs.h. */
11375 $ac_includes_default
11376 #include <$ac_header>
11377 _ACEOF
11378 rm -f conftest.$ac_objext
11379 if { (ac_try="$ac_compile"
11380 case "(($ac_try" in
11381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11382 *) ac_try_echo=$ac_try;;
11383 esac
11384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11385 (eval "$ac_compile") 2>conftest.er1
11386 ac_status=$?
11387 grep -v '^ *+' conftest.er1 >conftest.err
11388 rm -f conftest.er1
11389 cat conftest.err >&5
11390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11391 (exit $ac_status); } && {
11392 test -z "$ac_c_werror_flag" ||
11393 test ! -s conftest.err
11394 } && test -s conftest.$ac_objext; then
11395 ac_header_compiler=yes
11396 else
11397 echo "$as_me: failed program was:" >&5
11398 sed 's/^/| /' conftest.$ac_ext >&5
11400 ac_header_compiler=no
11403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11404 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11405 echo "${ECHO_T}$ac_header_compiler" >&6; }
11407 # Is the header present?
11408 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11409 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11410 cat >conftest.$ac_ext <<_ACEOF
11411 /* confdefs.h. */
11412 _ACEOF
11413 cat confdefs.h >>conftest.$ac_ext
11414 cat >>conftest.$ac_ext <<_ACEOF
11415 /* end confdefs.h. */
11416 #include <$ac_header>
11417 _ACEOF
11418 if { (ac_try="$ac_cpp conftest.$ac_ext"
11419 case "(($ac_try" in
11420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11421 *) ac_try_echo=$ac_try;;
11422 esac
11423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11424 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11425 ac_status=$?
11426 grep -v '^ *+' conftest.er1 >conftest.err
11427 rm -f conftest.er1
11428 cat conftest.err >&5
11429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11430 (exit $ac_status); } >/dev/null && {
11431 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11432 test ! -s conftest.err
11433 }; then
11434 ac_header_preproc=yes
11435 else
11436 echo "$as_me: failed program was:" >&5
11437 sed 's/^/| /' conftest.$ac_ext >&5
11439 ac_header_preproc=no
11442 rm -f conftest.err conftest.$ac_ext
11443 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11444 echo "${ECHO_T}$ac_header_preproc" >&6; }
11446 # So? What about this header?
11447 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11448 yes:no: )
11449 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11450 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11451 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11452 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11453 ac_header_preproc=yes
11455 no:yes:* )
11456 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11457 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11458 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11459 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11460 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11461 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11462 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11463 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11464 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11465 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11466 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11467 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11468 ( cat <<\_ASBOX
11469 ## ------------------------------------ ##
11470 ## Report this to wine-devel@winehq.org ##
11471 ## ------------------------------------ ##
11472 _ASBOX
11473 ) | sed "s/^/$as_me: WARNING: /" >&2
11475 esac
11476 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11477 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11478 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11479 echo $ECHO_N "(cached) $ECHO_C" >&6
11480 else
11481 eval "$as_ac_Header=\$ac_header_preproc"
11483 ac_res=`eval echo '${'$as_ac_Header'}'`
11484 { echo "$as_me:$LINENO: result: $ac_res" >&5
11485 echo "${ECHO_T}$ac_res" >&6; }
11488 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11489 cat >>confdefs.h <<_ACEOF
11490 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11491 _ACEOF
11493 for ac_header in audio/soundlib.h
11495 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11496 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11497 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11498 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11499 echo $ECHO_N "(cached) $ECHO_C" >&6
11500 else
11501 cat >conftest.$ac_ext <<_ACEOF
11502 /* confdefs.h. */
11503 _ACEOF
11504 cat confdefs.h >>conftest.$ac_ext
11505 cat >>conftest.$ac_ext <<_ACEOF
11506 /* end confdefs.h. */
11507 #include <audio/audiolib.h>
11509 #include <$ac_header>
11510 _ACEOF
11511 rm -f conftest.$ac_objext
11512 if { (ac_try="$ac_compile"
11513 case "(($ac_try" in
11514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11515 *) ac_try_echo=$ac_try;;
11516 esac
11517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11518 (eval "$ac_compile") 2>conftest.er1
11519 ac_status=$?
11520 grep -v '^ *+' conftest.er1 >conftest.err
11521 rm -f conftest.er1
11522 cat conftest.err >&5
11523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11524 (exit $ac_status); } && {
11525 test -z "$ac_c_werror_flag" ||
11526 test ! -s conftest.err
11527 } && test -s conftest.$ac_objext; then
11528 eval "$as_ac_Header=yes"
11529 else
11530 echo "$as_me: failed program was:" >&5
11531 sed 's/^/| /' conftest.$ac_ext >&5
11533 eval "$as_ac_Header=no"
11536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11538 ac_res=`eval echo '${'$as_ac_Header'}'`
11539 { echo "$as_me:$LINENO: result: $ac_res" >&5
11540 echo "${ECHO_T}$ac_res" >&6; }
11541 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11542 cat >>confdefs.h <<_ACEOF
11543 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11544 _ACEOF
11548 done
11550 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11551 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11552 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11553 echo $ECHO_N "(cached) $ECHO_C" >&6
11554 else
11555 ac_check_lib_save_LIBS=$LIBS
11556 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11557 cat >conftest.$ac_ext <<_ACEOF
11558 /* confdefs.h. */
11559 _ACEOF
11560 cat confdefs.h >>conftest.$ac_ext
11561 cat >>conftest.$ac_ext <<_ACEOF
11562 /* end confdefs.h. */
11564 /* Override any GCC internal prototype to avoid an error.
11565 Use char because int might match the return type of a GCC
11566 builtin and then its argument prototype would still apply. */
11567 #ifdef __cplusplus
11568 extern "C"
11569 #endif
11570 char AuCreateFlow ();
11572 main ()
11574 return AuCreateFlow ();
11576 return 0;
11578 _ACEOF
11579 rm -f conftest.$ac_objext conftest$ac_exeext
11580 if { (ac_try="$ac_link"
11581 case "(($ac_try" in
11582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11583 *) ac_try_echo=$ac_try;;
11584 esac
11585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11586 (eval "$ac_link") 2>conftest.er1
11587 ac_status=$?
11588 grep -v '^ *+' conftest.er1 >conftest.err
11589 rm -f conftest.er1
11590 cat conftest.err >&5
11591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11592 (exit $ac_status); } && {
11593 test -z "$ac_c_werror_flag" ||
11594 test ! -s conftest.err
11595 } && test -s conftest$ac_exeext &&
11596 $as_test_x conftest$ac_exeext; then
11597 ac_cv_lib_audio_AuCreateFlow=yes
11598 else
11599 echo "$as_me: failed program was:" >&5
11600 sed 's/^/| /' conftest.$ac_ext >&5
11602 ac_cv_lib_audio_AuCreateFlow=no
11605 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11606 conftest$ac_exeext conftest.$ac_ext
11607 LIBS=$ac_check_lib_save_LIBS
11609 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11610 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11611 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11613 cat >>confdefs.h <<\_ACEOF
11614 #define HAVE_NAS 1
11615 _ACEOF
11617 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11618 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11619 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11620 echo $ECHO_N "(cached) $ECHO_C" >&6
11621 else
11622 ac_check_lib_save_LIBS=$LIBS
11623 LIBS="-lXau $X_LIBS $LIBS"
11624 cat >conftest.$ac_ext <<_ACEOF
11625 /* confdefs.h. */
11626 _ACEOF
11627 cat confdefs.h >>conftest.$ac_ext
11628 cat >>conftest.$ac_ext <<_ACEOF
11629 /* end confdefs.h. */
11631 /* Override any GCC internal prototype to avoid an error.
11632 Use char because int might match the return type of a GCC
11633 builtin and then its argument prototype would still apply. */
11634 #ifdef __cplusplus
11635 extern "C"
11636 #endif
11637 char XauGetBestAuthByAddr ();
11639 main ()
11641 return XauGetBestAuthByAddr ();
11643 return 0;
11645 _ACEOF
11646 rm -f conftest.$ac_objext conftest$ac_exeext
11647 if { (ac_try="$ac_link"
11648 case "(($ac_try" in
11649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11650 *) ac_try_echo=$ac_try;;
11651 esac
11652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11653 (eval "$ac_link") 2>conftest.er1
11654 ac_status=$?
11655 grep -v '^ *+' conftest.er1 >conftest.err
11656 rm -f conftest.er1
11657 cat conftest.err >&5
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); } && {
11660 test -z "$ac_c_werror_flag" ||
11661 test ! -s conftest.err
11662 } && test -s conftest$ac_exeext &&
11663 $as_test_x conftest$ac_exeext; then
11664 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11665 else
11666 echo "$as_me: failed program was:" >&5
11667 sed 's/^/| /' conftest.$ac_ext >&5
11669 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11673 conftest$ac_exeext conftest.$ac_ext
11674 LIBS=$ac_check_lib_save_LIBS
11676 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11677 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11678 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11679 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11680 else
11681 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11689 done
11692 CPPFLAGS="$ac_save_CPPFLAGS"
11693 else
11694 XLIB=""
11695 X_CFLAGS=""
11696 X_LIBS=""
11697 enable_winex11_drv=${enable_winex11_drv:-no}
11698 enable_opengl32=${enable_opengl32:-no}
11699 enable_glu32=${enable_glu32:-no}
11701 if test "x$XLIB" = "x"; then
11702 case "x$with_x" in
11703 xno) ;;
11704 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11705 without X support, which probably isn't what you want. You will need to install
11706 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11707 Use the --without-x option if you really want this." >&5
11708 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11709 without X support, which probably isn't what you want. You will need to install
11710 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11711 Use the --without-x option if you really want this." >&2;}
11712 { (exit 1); exit 1; }; } ;;
11713 esac
11718 XML2LIBS=""
11720 XML2INCL=""
11722 XSLTINCL=""
11724 if test "x$with_xml" != "xno"
11725 then
11726 ac_save_CPPFLAGS="$CPPFLAGS"
11727 if test "$PKG_CONFIG" != "false"
11728 then
11729 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11730 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11731 else
11732 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11733 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11735 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11737 for ac_header in libxml/parser.h
11739 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11740 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11741 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11742 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11743 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11744 echo $ECHO_N "(cached) $ECHO_C" >&6
11746 ac_res=`eval echo '${'$as_ac_Header'}'`
11747 { echo "$as_me:$LINENO: result: $ac_res" >&5
11748 echo "${ECHO_T}$ac_res" >&6; }
11749 else
11750 # Is the header compilable?
11751 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11752 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11753 cat >conftest.$ac_ext <<_ACEOF
11754 /* confdefs.h. */
11755 _ACEOF
11756 cat confdefs.h >>conftest.$ac_ext
11757 cat >>conftest.$ac_ext <<_ACEOF
11758 /* end confdefs.h. */
11759 $ac_includes_default
11760 #include <$ac_header>
11761 _ACEOF
11762 rm -f conftest.$ac_objext
11763 if { (ac_try="$ac_compile"
11764 case "(($ac_try" in
11765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11766 *) ac_try_echo=$ac_try;;
11767 esac
11768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11769 (eval "$ac_compile") 2>conftest.er1
11770 ac_status=$?
11771 grep -v '^ *+' conftest.er1 >conftest.err
11772 rm -f conftest.er1
11773 cat conftest.err >&5
11774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11775 (exit $ac_status); } && {
11776 test -z "$ac_c_werror_flag" ||
11777 test ! -s conftest.err
11778 } && test -s conftest.$ac_objext; then
11779 ac_header_compiler=yes
11780 else
11781 echo "$as_me: failed program was:" >&5
11782 sed 's/^/| /' conftest.$ac_ext >&5
11784 ac_header_compiler=no
11787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11788 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11789 echo "${ECHO_T}$ac_header_compiler" >&6; }
11791 # Is the header present?
11792 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11793 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11794 cat >conftest.$ac_ext <<_ACEOF
11795 /* confdefs.h. */
11796 _ACEOF
11797 cat confdefs.h >>conftest.$ac_ext
11798 cat >>conftest.$ac_ext <<_ACEOF
11799 /* end confdefs.h. */
11800 #include <$ac_header>
11801 _ACEOF
11802 if { (ac_try="$ac_cpp conftest.$ac_ext"
11803 case "(($ac_try" in
11804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11805 *) ac_try_echo=$ac_try;;
11806 esac
11807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11808 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11809 ac_status=$?
11810 grep -v '^ *+' conftest.er1 >conftest.err
11811 rm -f conftest.er1
11812 cat conftest.err >&5
11813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11814 (exit $ac_status); } >/dev/null && {
11815 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11816 test ! -s conftest.err
11817 }; then
11818 ac_header_preproc=yes
11819 else
11820 echo "$as_me: failed program was:" >&5
11821 sed 's/^/| /' conftest.$ac_ext >&5
11823 ac_header_preproc=no
11826 rm -f conftest.err conftest.$ac_ext
11827 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11828 echo "${ECHO_T}$ac_header_preproc" >&6; }
11830 # So? What about this header?
11831 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11832 yes:no: )
11833 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11834 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11835 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11836 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11837 ac_header_preproc=yes
11839 no:yes:* )
11840 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11841 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11842 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11843 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11844 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11845 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11846 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11847 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11848 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11849 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11850 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11851 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11852 ( cat <<\_ASBOX
11853 ## ------------------------------------ ##
11854 ## Report this to wine-devel@winehq.org ##
11855 ## ------------------------------------ ##
11856 _ASBOX
11857 ) | sed "s/^/$as_me: WARNING: /" >&2
11859 esac
11860 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11861 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11862 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11863 echo $ECHO_N "(cached) $ECHO_C" >&6
11864 else
11865 eval "$as_ac_Header=\$ac_header_preproc"
11867 ac_res=`eval echo '${'$as_ac_Header'}'`
11868 { echo "$as_me:$LINENO: result: $ac_res" >&5
11869 echo "${ECHO_T}$ac_res" >&6; }
11872 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11873 cat >>confdefs.h <<_ACEOF
11874 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11875 _ACEOF
11876 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11877 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11878 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11879 echo $ECHO_N "(cached) $ECHO_C" >&6
11880 else
11881 ac_check_lib_save_LIBS=$LIBS
11882 LIBS="-lxml2 $ac_xml_libs $LIBS"
11883 cat >conftest.$ac_ext <<_ACEOF
11884 /* confdefs.h. */
11885 _ACEOF
11886 cat confdefs.h >>conftest.$ac_ext
11887 cat >>conftest.$ac_ext <<_ACEOF
11888 /* end confdefs.h. */
11890 /* Override any GCC internal prototype to avoid an error.
11891 Use char because int might match the return type of a GCC
11892 builtin and then its argument prototype would still apply. */
11893 #ifdef __cplusplus
11894 extern "C"
11895 #endif
11896 char xmlParseMemory ();
11898 main ()
11900 return xmlParseMemory ();
11902 return 0;
11904 _ACEOF
11905 rm -f conftest.$ac_objext conftest$ac_exeext
11906 if { (ac_try="$ac_link"
11907 case "(($ac_try" in
11908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11909 *) ac_try_echo=$ac_try;;
11910 esac
11911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11912 (eval "$ac_link") 2>conftest.er1
11913 ac_status=$?
11914 grep -v '^ *+' conftest.er1 >conftest.err
11915 rm -f conftest.er1
11916 cat conftest.err >&5
11917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11918 (exit $ac_status); } && {
11919 test -z "$ac_c_werror_flag" ||
11920 test ! -s conftest.err
11921 } && test -s conftest$ac_exeext &&
11922 $as_test_x conftest$ac_exeext; then
11923 ac_cv_lib_xml2_xmlParseMemory=yes
11924 else
11925 echo "$as_me: failed program was:" >&5
11926 sed 's/^/| /' conftest.$ac_ext >&5
11928 ac_cv_lib_xml2_xmlParseMemory=no
11931 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11932 conftest$ac_exeext conftest.$ac_ext
11933 LIBS=$ac_check_lib_save_LIBS
11935 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11936 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11937 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11939 cat >>confdefs.h <<\_ACEOF
11940 #define HAVE_LIBXML2 1
11941 _ACEOF
11943 XML2LIBS="$ac_xml_libs"
11944 XML2INCL="$ac_xml_cflags"
11947 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11948 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11949 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11950 echo $ECHO_N "(cached) $ECHO_C" >&6
11951 else
11952 ac_check_lib_save_LIBS=$LIBS
11953 LIBS="-lxml2 $ac_xml_libs $LIBS"
11954 cat >conftest.$ac_ext <<_ACEOF
11955 /* confdefs.h. */
11956 _ACEOF
11957 cat confdefs.h >>conftest.$ac_ext
11958 cat >>conftest.$ac_ext <<_ACEOF
11959 /* end confdefs.h. */
11961 /* Override any GCC internal prototype to avoid an error.
11962 Use char because int might match the return type of a GCC
11963 builtin and then its argument prototype would still apply. */
11964 #ifdef __cplusplus
11965 extern "C"
11966 #endif
11967 char xmlReadMemory ();
11969 main ()
11971 return xmlReadMemory ();
11973 return 0;
11975 _ACEOF
11976 rm -f conftest.$ac_objext conftest$ac_exeext
11977 if { (ac_try="$ac_link"
11978 case "(($ac_try" in
11979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11980 *) ac_try_echo=$ac_try;;
11981 esac
11982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11983 (eval "$ac_link") 2>conftest.er1
11984 ac_status=$?
11985 grep -v '^ *+' conftest.er1 >conftest.err
11986 rm -f conftest.er1
11987 cat conftest.err >&5
11988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11989 (exit $ac_status); } && {
11990 test -z "$ac_c_werror_flag" ||
11991 test ! -s conftest.err
11992 } && test -s conftest$ac_exeext &&
11993 $as_test_x conftest$ac_exeext; then
11994 ac_cv_lib_xml2_xmlReadMemory=yes
11995 else
11996 echo "$as_me: failed program was:" >&5
11997 sed 's/^/| /' conftest.$ac_ext >&5
11999 ac_cv_lib_xml2_xmlReadMemory=no
12002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12003 conftest$ac_exeext conftest.$ac_ext
12004 LIBS=$ac_check_lib_save_LIBS
12006 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12007 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12008 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12010 cat >>confdefs.h <<\_ACEOF
12011 #define HAVE_XMLREADMEMORY 1
12012 _ACEOF
12016 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12017 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12018 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12019 echo $ECHO_N "(cached) $ECHO_C" >&6
12020 else
12021 ac_check_lib_save_LIBS=$LIBS
12022 LIBS="-lxml2 $ac_xml_libs $LIBS"
12023 cat >conftest.$ac_ext <<_ACEOF
12024 /* confdefs.h. */
12025 _ACEOF
12026 cat confdefs.h >>conftest.$ac_ext
12027 cat >>conftest.$ac_ext <<_ACEOF
12028 /* end confdefs.h. */
12030 /* Override any GCC internal prototype to avoid an error.
12031 Use char because int might match the return type of a GCC
12032 builtin and then its argument prototype would still apply. */
12033 #ifdef __cplusplus
12034 extern "C"
12035 #endif
12036 char xmlNewDocPI ();
12038 main ()
12040 return xmlNewDocPI ();
12042 return 0;
12044 _ACEOF
12045 rm -f conftest.$ac_objext conftest$ac_exeext
12046 if { (ac_try="$ac_link"
12047 case "(($ac_try" in
12048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12049 *) ac_try_echo=$ac_try;;
12050 esac
12051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12052 (eval "$ac_link") 2>conftest.er1
12053 ac_status=$?
12054 grep -v '^ *+' conftest.er1 >conftest.err
12055 rm -f conftest.er1
12056 cat conftest.err >&5
12057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12058 (exit $ac_status); } && {
12059 test -z "$ac_c_werror_flag" ||
12060 test ! -s conftest.err
12061 } && test -s conftest$ac_exeext &&
12062 $as_test_x conftest$ac_exeext; then
12063 ac_cv_lib_xml2_xmlNewDocPI=yes
12064 else
12065 echo "$as_me: failed program was:" >&5
12066 sed 's/^/| /' conftest.$ac_ext >&5
12068 ac_cv_lib_xml2_xmlNewDocPI=no
12071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12072 conftest$ac_exeext conftest.$ac_ext
12073 LIBS=$ac_check_lib_save_LIBS
12075 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12076 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12077 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12079 cat >>confdefs.h <<\_ACEOF
12080 #define HAVE_XMLNEWDOCPI 1
12081 _ACEOF
12088 done
12090 CPPFLAGS="$ac_save_CPPFLAGS"
12092 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12093 case "x$with_xml" in
12094 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12095 xno) ;;
12096 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12097 This is an error since --with-xml was requested." >&5
12098 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12099 This is an error since --with-xml was requested." >&2;}
12100 { (exit 1); exit 1; }; } ;;
12101 esac
12105 if test "x$with_xslt" != "xno"
12106 then
12107 if test "$PKG_CONFIG" != "false"
12108 then
12109 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12110 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12111 else
12112 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12113 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12115 ac_save_CPPFLAGS="$CPPFLAGS"
12116 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12119 for ac_header in libxslt/pattern.h libxslt/transform.h
12121 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12122 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12123 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12124 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12125 echo $ECHO_N "(cached) $ECHO_C" >&6
12126 else
12127 cat >conftest.$ac_ext <<_ACEOF
12128 /* confdefs.h. */
12129 _ACEOF
12130 cat confdefs.h >>conftest.$ac_ext
12131 cat >>conftest.$ac_ext <<_ACEOF
12132 /* end confdefs.h. */
12133 #ifdef HAVE_LIBXSLT_PATTERN_H
12134 # include <libxslt/pattern.h>
12135 #endif
12137 #include <$ac_header>
12138 _ACEOF
12139 rm -f conftest.$ac_objext
12140 if { (ac_try="$ac_compile"
12141 case "(($ac_try" in
12142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12143 *) ac_try_echo=$ac_try;;
12144 esac
12145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12146 (eval "$ac_compile") 2>conftest.er1
12147 ac_status=$?
12148 grep -v '^ *+' conftest.er1 >conftest.err
12149 rm -f conftest.er1
12150 cat conftest.err >&5
12151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12152 (exit $ac_status); } && {
12153 test -z "$ac_c_werror_flag" ||
12154 test ! -s conftest.err
12155 } && test -s conftest.$ac_objext; then
12156 eval "$as_ac_Header=yes"
12157 else
12158 echo "$as_me: failed program was:" >&5
12159 sed 's/^/| /' conftest.$ac_ext >&5
12161 eval "$as_ac_Header=no"
12164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12166 ac_res=`eval echo '${'$as_ac_Header'}'`
12167 { echo "$as_me:$LINENO: result: $ac_res" >&5
12168 echo "${ECHO_T}$ac_res" >&6; }
12169 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12170 cat >>confdefs.h <<_ACEOF
12171 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12172 _ACEOF
12176 done
12178 CPPFLAGS="$ac_save_CPPFLAGS"
12179 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12180 then
12181 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12182 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12183 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12184 echo $ECHO_N "(cached) $ECHO_C" >&6
12185 else
12186 ac_check_soname_save_LIBS=$LIBS
12187 LIBS="-lxslt $ac_xslt_libs $LIBS"
12188 cat >conftest.$ac_ext <<_ACEOF
12189 /* confdefs.h. */
12190 _ACEOF
12191 cat confdefs.h >>conftest.$ac_ext
12192 cat >>conftest.$ac_ext <<_ACEOF
12193 /* end confdefs.h. */
12195 /* Override any GCC internal prototype to avoid an error.
12196 Use char because int might match the return type of a GCC
12197 builtin and then its argument prototype would still apply. */
12198 #ifdef __cplusplus
12199 extern "C"
12200 #endif
12201 char xsltCompilePattern ();
12203 main ()
12205 return xsltCompilePattern ();
12207 return 0;
12209 _ACEOF
12210 rm -f conftest.$ac_objext conftest$ac_exeext
12211 if { (ac_try="$ac_link"
12212 case "(($ac_try" in
12213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12214 *) ac_try_echo=$ac_try;;
12215 esac
12216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12217 (eval "$ac_link") 2>conftest.er1
12218 ac_status=$?
12219 grep -v '^ *+' conftest.er1 >conftest.err
12220 rm -f conftest.er1
12221 cat conftest.err >&5
12222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12223 (exit $ac_status); } && {
12224 test -z "$ac_c_werror_flag" ||
12225 test ! -s conftest.err
12226 } && test -s conftest$ac_exeext &&
12227 $as_test_x conftest$ac_exeext; then
12228 case "$LIBEXT" in
12229 dll) ;;
12230 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'` ;;
12231 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12232 esac
12233 else
12234 echo "$as_me: failed program was:" >&5
12235 sed 's/^/| /' conftest.$ac_ext >&5
12240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12241 conftest$ac_exeext conftest.$ac_ext
12242 LIBS=$ac_check_soname_save_LIBS
12244 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12245 { echo "$as_me:$LINENO: result: not found" >&5
12246 echo "${ECHO_T}not found" >&6; }
12248 else
12249 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12250 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12252 cat >>confdefs.h <<_ACEOF
12253 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12254 _ACEOF
12256 XSLTINCL="$ac_xslt_cflags"
12261 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12262 case "x$with_xslt" in
12263 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12264 xno) ;;
12265 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12266 This is an error since --with-xslt was requested." >&5
12267 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12268 This is an error since --with-xslt was requested." >&2;}
12269 { (exit 1); exit 1; }; } ;;
12270 esac
12274 HALINCL=""
12276 if test "x$with_hal" != "xno"
12277 then
12278 ac_save_CPPFLAGS="$CPPFLAGS"
12279 if test "$PKG_CONFIG" != "false"
12280 then
12281 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12282 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12283 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12287 for ac_header in dbus/dbus.h hal/libhal.h
12289 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12290 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12291 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12292 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12293 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12294 echo $ECHO_N "(cached) $ECHO_C" >&6
12296 ac_res=`eval echo '${'$as_ac_Header'}'`
12297 { echo "$as_me:$LINENO: result: $ac_res" >&5
12298 echo "${ECHO_T}$ac_res" >&6; }
12299 else
12300 # Is the header compilable?
12301 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12302 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12303 cat >conftest.$ac_ext <<_ACEOF
12304 /* confdefs.h. */
12305 _ACEOF
12306 cat confdefs.h >>conftest.$ac_ext
12307 cat >>conftest.$ac_ext <<_ACEOF
12308 /* end confdefs.h. */
12309 $ac_includes_default
12310 #include <$ac_header>
12311 _ACEOF
12312 rm -f conftest.$ac_objext
12313 if { (ac_try="$ac_compile"
12314 case "(($ac_try" in
12315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12316 *) ac_try_echo=$ac_try;;
12317 esac
12318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12319 (eval "$ac_compile") 2>conftest.er1
12320 ac_status=$?
12321 grep -v '^ *+' conftest.er1 >conftest.err
12322 rm -f conftest.er1
12323 cat conftest.err >&5
12324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12325 (exit $ac_status); } && {
12326 test -z "$ac_c_werror_flag" ||
12327 test ! -s conftest.err
12328 } && test -s conftest.$ac_objext; then
12329 ac_header_compiler=yes
12330 else
12331 echo "$as_me: failed program was:" >&5
12332 sed 's/^/| /' conftest.$ac_ext >&5
12334 ac_header_compiler=no
12337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12338 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12339 echo "${ECHO_T}$ac_header_compiler" >&6; }
12341 # Is the header present?
12342 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12343 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12344 cat >conftest.$ac_ext <<_ACEOF
12345 /* confdefs.h. */
12346 _ACEOF
12347 cat confdefs.h >>conftest.$ac_ext
12348 cat >>conftest.$ac_ext <<_ACEOF
12349 /* end confdefs.h. */
12350 #include <$ac_header>
12351 _ACEOF
12352 if { (ac_try="$ac_cpp conftest.$ac_ext"
12353 case "(($ac_try" in
12354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12355 *) ac_try_echo=$ac_try;;
12356 esac
12357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12358 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12359 ac_status=$?
12360 grep -v '^ *+' conftest.er1 >conftest.err
12361 rm -f conftest.er1
12362 cat conftest.err >&5
12363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12364 (exit $ac_status); } >/dev/null && {
12365 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12366 test ! -s conftest.err
12367 }; then
12368 ac_header_preproc=yes
12369 else
12370 echo "$as_me: failed program was:" >&5
12371 sed 's/^/| /' conftest.$ac_ext >&5
12373 ac_header_preproc=no
12376 rm -f conftest.err conftest.$ac_ext
12377 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12378 echo "${ECHO_T}$ac_header_preproc" >&6; }
12380 # So? What about this header?
12381 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12382 yes:no: )
12383 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12384 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12385 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12386 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12387 ac_header_preproc=yes
12389 no:yes:* )
12390 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12391 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12392 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12393 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12394 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12395 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12396 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12397 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12398 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12399 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12400 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12401 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12402 ( cat <<\_ASBOX
12403 ## ------------------------------------ ##
12404 ## Report this to wine-devel@winehq.org ##
12405 ## ------------------------------------ ##
12406 _ASBOX
12407 ) | sed "s/^/$as_me: WARNING: /" >&2
12409 esac
12410 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12411 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12412 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12413 echo $ECHO_N "(cached) $ECHO_C" >&6
12414 else
12415 eval "$as_ac_Header=\$ac_header_preproc"
12417 ac_res=`eval echo '${'$as_ac_Header'}'`
12418 { echo "$as_me:$LINENO: result: $ac_res" >&5
12419 echo "${ECHO_T}$ac_res" >&6; }
12422 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12423 cat >>confdefs.h <<_ACEOF
12424 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12425 _ACEOF
12429 done
12431 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12432 then
12433 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12434 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12435 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12436 echo $ECHO_N "(cached) $ECHO_C" >&6
12437 else
12438 ac_check_lib_save_LIBS=$LIBS
12439 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12440 cat >conftest.$ac_ext <<_ACEOF
12441 /* confdefs.h. */
12442 _ACEOF
12443 cat confdefs.h >>conftest.$ac_ext
12444 cat >>conftest.$ac_ext <<_ACEOF
12445 /* end confdefs.h. */
12447 /* Override any GCC internal prototype to avoid an error.
12448 Use char because int might match the return type of a GCC
12449 builtin and then its argument prototype would still apply. */
12450 #ifdef __cplusplus
12451 extern "C"
12452 #endif
12453 char dbus_connection_close ();
12455 main ()
12457 return dbus_connection_close ();
12459 return 0;
12461 _ACEOF
12462 rm -f conftest.$ac_objext conftest$ac_exeext
12463 if { (ac_try="$ac_link"
12464 case "(($ac_try" in
12465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12466 *) ac_try_echo=$ac_try;;
12467 esac
12468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12469 (eval "$ac_link") 2>conftest.er1
12470 ac_status=$?
12471 grep -v '^ *+' conftest.er1 >conftest.err
12472 rm -f conftest.er1
12473 cat conftest.err >&5
12474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12475 (exit $ac_status); } && {
12476 test -z "$ac_c_werror_flag" ||
12477 test ! -s conftest.err
12478 } && test -s conftest$ac_exeext &&
12479 $as_test_x conftest$ac_exeext; then
12480 ac_cv_lib_dbus_1_dbus_connection_close=yes
12481 else
12482 echo "$as_me: failed program was:" >&5
12483 sed 's/^/| /' conftest.$ac_ext >&5
12485 ac_cv_lib_dbus_1_dbus_connection_close=no
12488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12489 conftest$ac_exeext conftest.$ac_ext
12490 LIBS=$ac_check_lib_save_LIBS
12492 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12493 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12494 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12495 { echo "$as_me:$LINENO: checking for -lhal" >&5
12496 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12497 if test "${ac_cv_lib_soname_hal+set}" = set; then
12498 echo $ECHO_N "(cached) $ECHO_C" >&6
12499 else
12500 ac_check_soname_save_LIBS=$LIBS
12501 LIBS="-lhal $ac_hal_libs $LIBS"
12502 cat >conftest.$ac_ext <<_ACEOF
12503 /* confdefs.h. */
12504 _ACEOF
12505 cat confdefs.h >>conftest.$ac_ext
12506 cat >>conftest.$ac_ext <<_ACEOF
12507 /* end confdefs.h. */
12509 /* Override any GCC internal prototype to avoid an error.
12510 Use char because int might match the return type of a GCC
12511 builtin and then its argument prototype would still apply. */
12512 #ifdef __cplusplus
12513 extern "C"
12514 #endif
12515 char libhal_ctx_new ();
12517 main ()
12519 return libhal_ctx_new ();
12521 return 0;
12523 _ACEOF
12524 rm -f conftest.$ac_objext conftest$ac_exeext
12525 if { (ac_try="$ac_link"
12526 case "(($ac_try" in
12527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12528 *) ac_try_echo=$ac_try;;
12529 esac
12530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12531 (eval "$ac_link") 2>conftest.er1
12532 ac_status=$?
12533 grep -v '^ *+' conftest.er1 >conftest.err
12534 rm -f conftest.er1
12535 cat conftest.err >&5
12536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12537 (exit $ac_status); } && {
12538 test -z "$ac_c_werror_flag" ||
12539 test ! -s conftest.err
12540 } && test -s conftest$ac_exeext &&
12541 $as_test_x conftest$ac_exeext; then
12542 case "$LIBEXT" in
12543 dll) ;;
12544 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'` ;;
12545 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12546 esac
12547 else
12548 echo "$as_me: failed program was:" >&5
12549 sed 's/^/| /' conftest.$ac_ext >&5
12554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12555 conftest$ac_exeext conftest.$ac_ext
12556 LIBS=$ac_check_soname_save_LIBS
12558 if test "x$ac_cv_lib_soname_hal" = "x"; then
12559 { echo "$as_me:$LINENO: result: not found" >&5
12560 echo "${ECHO_T}not found" >&6; }
12562 else
12563 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12564 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12566 cat >>confdefs.h <<_ACEOF
12567 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12568 _ACEOF
12570 HALINCL="$ac_hal_cflags"
12576 CPPFLAGS="$ac_save_CPPFLAGS"
12578 if test "x$ac_cv_lib_soname_hal" = "x"; then
12579 case "x$with_hal" in
12580 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
12581 xno) ;;
12582 *) { { echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
12583 This is an error since --with-hal was requested." >&5
12584 echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
12585 This is an error since --with-hal was requested." >&2;}
12586 { (exit 1); exit 1; }; } ;;
12587 esac
12591 if test "x$with_gnutls" != "xno"
12592 then
12593 ac_save_CPPFLAGS="$CPPFLAGS"
12594 if test "$PKG_CONFIG" != "false"
12595 then
12596 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12597 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12598 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12600 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12601 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12602 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12603 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12604 echo $ECHO_N "(cached) $ECHO_C" >&6
12606 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12607 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12608 else
12609 # Is the header compilable?
12610 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12611 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12612 cat >conftest.$ac_ext <<_ACEOF
12613 /* confdefs.h. */
12614 _ACEOF
12615 cat confdefs.h >>conftest.$ac_ext
12616 cat >>conftest.$ac_ext <<_ACEOF
12617 /* end confdefs.h. */
12618 $ac_includes_default
12619 #include <gnutls/gnutls.h>
12620 _ACEOF
12621 rm -f conftest.$ac_objext
12622 if { (ac_try="$ac_compile"
12623 case "(($ac_try" in
12624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12625 *) ac_try_echo=$ac_try;;
12626 esac
12627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12628 (eval "$ac_compile") 2>conftest.er1
12629 ac_status=$?
12630 grep -v '^ *+' conftest.er1 >conftest.err
12631 rm -f conftest.er1
12632 cat conftest.err >&5
12633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12634 (exit $ac_status); } && {
12635 test -z "$ac_c_werror_flag" ||
12636 test ! -s conftest.err
12637 } && test -s conftest.$ac_objext; then
12638 ac_header_compiler=yes
12639 else
12640 echo "$as_me: failed program was:" >&5
12641 sed 's/^/| /' conftest.$ac_ext >&5
12643 ac_header_compiler=no
12646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12647 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12648 echo "${ECHO_T}$ac_header_compiler" >&6; }
12650 # Is the header present?
12651 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12652 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12653 cat >conftest.$ac_ext <<_ACEOF
12654 /* confdefs.h. */
12655 _ACEOF
12656 cat confdefs.h >>conftest.$ac_ext
12657 cat >>conftest.$ac_ext <<_ACEOF
12658 /* end confdefs.h. */
12659 #include <gnutls/gnutls.h>
12660 _ACEOF
12661 if { (ac_try="$ac_cpp conftest.$ac_ext"
12662 case "(($ac_try" in
12663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12664 *) ac_try_echo=$ac_try;;
12665 esac
12666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12667 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12668 ac_status=$?
12669 grep -v '^ *+' conftest.er1 >conftest.err
12670 rm -f conftest.er1
12671 cat conftest.err >&5
12672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12673 (exit $ac_status); } >/dev/null && {
12674 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12675 test ! -s conftest.err
12676 }; then
12677 ac_header_preproc=yes
12678 else
12679 echo "$as_me: failed program was:" >&5
12680 sed 's/^/| /' conftest.$ac_ext >&5
12682 ac_header_preproc=no
12685 rm -f conftest.err conftest.$ac_ext
12686 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12687 echo "${ECHO_T}$ac_header_preproc" >&6; }
12689 # So? What about this header?
12690 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12691 yes:no: )
12692 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12693 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12694 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12695 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12696 ac_header_preproc=yes
12698 no:yes:* )
12699 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12700 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12701 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12702 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12703 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12704 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12705 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12706 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12707 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12708 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12709 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12710 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12711 ( cat <<\_ASBOX
12712 ## ------------------------------------ ##
12713 ## Report this to wine-devel@winehq.org ##
12714 ## ------------------------------------ ##
12715 _ASBOX
12716 ) | sed "s/^/$as_me: WARNING: /" >&2
12718 esac
12719 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12720 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12721 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12722 echo $ECHO_N "(cached) $ECHO_C" >&6
12723 else
12724 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12726 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12727 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12730 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12731 cat >conftest.$ac_ext <<_ACEOF
12732 /* confdefs.h. */
12733 _ACEOF
12734 cat confdefs.h >>conftest.$ac_ext
12735 cat >>conftest.$ac_ext <<_ACEOF
12736 /* end confdefs.h. */
12737 #include <gnutls/gnutls.h>
12739 main ()
12741 typeof(gnutls_mac_get_key_size) *pfunc;
12743 return 0;
12745 _ACEOF
12746 rm -f conftest.$ac_objext
12747 if { (ac_try="$ac_compile"
12748 case "(($ac_try" in
12749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12750 *) ac_try_echo=$ac_try;;
12751 esac
12752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12753 (eval "$ac_compile") 2>conftest.er1
12754 ac_status=$?
12755 grep -v '^ *+' conftest.er1 >conftest.err
12756 rm -f conftest.er1
12757 cat conftest.err >&5
12758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12759 (exit $ac_status); } && {
12760 test -z "$ac_c_werror_flag" ||
12761 test ! -s conftest.err
12762 } && test -s conftest.$ac_objext; then
12763 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12764 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12765 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12766 echo $ECHO_N "(cached) $ECHO_C" >&6
12767 else
12768 ac_check_soname_save_LIBS=$LIBS
12769 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12770 cat >conftest.$ac_ext <<_ACEOF
12771 /* confdefs.h. */
12772 _ACEOF
12773 cat confdefs.h >>conftest.$ac_ext
12774 cat >>conftest.$ac_ext <<_ACEOF
12775 /* end confdefs.h. */
12777 /* Override any GCC internal prototype to avoid an error.
12778 Use char because int might match the return type of a GCC
12779 builtin and then its argument prototype would still apply. */
12780 #ifdef __cplusplus
12781 extern "C"
12782 #endif
12783 char gnutls_global_init ();
12785 main ()
12787 return gnutls_global_init ();
12789 return 0;
12791 _ACEOF
12792 rm -f conftest.$ac_objext conftest$ac_exeext
12793 if { (ac_try="$ac_link"
12794 case "(($ac_try" in
12795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12796 *) ac_try_echo=$ac_try;;
12797 esac
12798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12799 (eval "$ac_link") 2>conftest.er1
12800 ac_status=$?
12801 grep -v '^ *+' conftest.er1 >conftest.err
12802 rm -f conftest.er1
12803 cat conftest.err >&5
12804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12805 (exit $ac_status); } && {
12806 test -z "$ac_c_werror_flag" ||
12807 test ! -s conftest.err
12808 } && test -s conftest$ac_exeext &&
12809 $as_test_x conftest$ac_exeext; then
12810 case "$LIBEXT" in
12811 dll) ;;
12812 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'` ;;
12813 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12814 esac
12815 else
12816 echo "$as_me: failed program was:" >&5
12817 sed 's/^/| /' conftest.$ac_ext >&5
12822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12823 conftest$ac_exeext conftest.$ac_ext
12824 LIBS=$ac_check_soname_save_LIBS
12826 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12827 { echo "$as_me:$LINENO: result: not found" >&5
12828 echo "${ECHO_T}not found" >&6; }
12830 else
12831 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12832 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12834 cat >>confdefs.h <<_ACEOF
12835 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12836 _ACEOF
12838 GNUTLSINCL="$ac_gnutls_cflags"
12842 else
12843 echo "$as_me: failed program was:" >&5
12844 sed 's/^/| /' conftest.$ac_ext >&5
12849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12853 CPPFLAGS="$ac_save_CPPFLAGS"
12855 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12856 case "x$with_gnutls" in
12857 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12858 xno) ;;
12859 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
12860 This is an error since --with-gnutls was requested." >&5
12861 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
12862 This is an error since --with-gnutls was requested." >&2;}
12863 { (exit 1); exit 1; }; } ;;
12864 esac
12868 CURSESLIBS=""
12869 if test "$ac_cv_header_ncurses_h" = "yes"
12870 then
12871 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12872 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12873 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12874 echo $ECHO_N "(cached) $ECHO_C" >&6
12875 else
12876 ac_check_soname_save_LIBS=$LIBS
12877 LIBS="-lncurses $LIBS"
12878 cat >conftest.$ac_ext <<_ACEOF
12879 /* confdefs.h. */
12880 _ACEOF
12881 cat confdefs.h >>conftest.$ac_ext
12882 cat >>conftest.$ac_ext <<_ACEOF
12883 /* end confdefs.h. */
12885 /* Override any GCC internal prototype to avoid an error.
12886 Use char because int might match the return type of a GCC
12887 builtin and then its argument prototype would still apply. */
12888 #ifdef __cplusplus
12889 extern "C"
12890 #endif
12891 char waddch ();
12893 main ()
12895 return waddch ();
12897 return 0;
12899 _ACEOF
12900 rm -f conftest.$ac_objext conftest$ac_exeext
12901 if { (ac_try="$ac_link"
12902 case "(($ac_try" in
12903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12904 *) ac_try_echo=$ac_try;;
12905 esac
12906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12907 (eval "$ac_link") 2>conftest.er1
12908 ac_status=$?
12909 grep -v '^ *+' conftest.er1 >conftest.err
12910 rm -f conftest.er1
12911 cat conftest.err >&5
12912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12913 (exit $ac_status); } && {
12914 test -z "$ac_c_werror_flag" ||
12915 test ! -s conftest.err
12916 } && test -s conftest$ac_exeext &&
12917 $as_test_x conftest$ac_exeext; then
12918 case "$LIBEXT" in
12919 dll) ;;
12920 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'` ;;
12921 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12922 esac
12923 else
12924 echo "$as_me: failed program was:" >&5
12925 sed 's/^/| /' conftest.$ac_ext >&5
12930 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12931 conftest$ac_exeext conftest.$ac_ext
12932 LIBS=$ac_check_soname_save_LIBS
12934 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12935 { echo "$as_me:$LINENO: result: not found" >&5
12936 echo "${ECHO_T}not found" >&6; }
12938 else
12939 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12940 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12942 cat >>confdefs.h <<_ACEOF
12943 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12944 _ACEOF
12946 CURSESLIBS="-lncurses"
12949 elif test "$ac_cv_header_curses_h" = "yes"
12950 then
12951 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12952 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12953 if test "${ac_cv_lib_soname_curses+set}" = set; then
12954 echo $ECHO_N "(cached) $ECHO_C" >&6
12955 else
12956 ac_check_soname_save_LIBS=$LIBS
12957 LIBS="-lcurses $LIBS"
12958 cat >conftest.$ac_ext <<_ACEOF
12959 /* confdefs.h. */
12960 _ACEOF
12961 cat confdefs.h >>conftest.$ac_ext
12962 cat >>conftest.$ac_ext <<_ACEOF
12963 /* end confdefs.h. */
12965 /* Override any GCC internal prototype to avoid an error.
12966 Use char because int might match the return type of a GCC
12967 builtin and then its argument prototype would still apply. */
12968 #ifdef __cplusplus
12969 extern "C"
12970 #endif
12971 char waddch ();
12973 main ()
12975 return waddch ();
12977 return 0;
12979 _ACEOF
12980 rm -f conftest.$ac_objext conftest$ac_exeext
12981 if { (ac_try="$ac_link"
12982 case "(($ac_try" in
12983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12984 *) ac_try_echo=$ac_try;;
12985 esac
12986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12987 (eval "$ac_link") 2>conftest.er1
12988 ac_status=$?
12989 grep -v '^ *+' conftest.er1 >conftest.err
12990 rm -f conftest.er1
12991 cat conftest.err >&5
12992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12993 (exit $ac_status); } && {
12994 test -z "$ac_c_werror_flag" ||
12995 test ! -s conftest.err
12996 } && test -s conftest$ac_exeext &&
12997 $as_test_x conftest$ac_exeext; then
12998 case "$LIBEXT" in
12999 dll) ;;
13000 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'` ;;
13001 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13002 esac
13003 else
13004 echo "$as_me: failed program was:" >&5
13005 sed 's/^/| /' conftest.$ac_ext >&5
13010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13011 conftest$ac_exeext conftest.$ac_ext
13012 LIBS=$ac_check_soname_save_LIBS
13014 if test "x$ac_cv_lib_soname_curses" = "x"; then
13015 { echo "$as_me:$LINENO: result: not found" >&5
13016 echo "${ECHO_T}not found" >&6; }
13018 else
13019 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13020 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13022 cat >>confdefs.h <<_ACEOF
13023 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13024 _ACEOF
13026 CURSESLIBS="-lcurses"
13030 ac_save_LIBS="$LIBS"
13031 LIBS="$LIBS $CURSESLIBS"
13033 for ac_func in mousemask
13035 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13036 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13037 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13038 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13039 echo $ECHO_N "(cached) $ECHO_C" >&6
13040 else
13041 cat >conftest.$ac_ext <<_ACEOF
13042 /* confdefs.h. */
13043 _ACEOF
13044 cat confdefs.h >>conftest.$ac_ext
13045 cat >>conftest.$ac_ext <<_ACEOF
13046 /* end confdefs.h. */
13047 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13048 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13049 #define $ac_func innocuous_$ac_func
13051 /* System header to define __stub macros and hopefully few prototypes,
13052 which can conflict with char $ac_func (); below.
13053 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13054 <limits.h> exists even on freestanding compilers. */
13056 #ifdef __STDC__
13057 # include <limits.h>
13058 #else
13059 # include <assert.h>
13060 #endif
13062 #undef $ac_func
13064 /* Override any GCC internal prototype to avoid an error.
13065 Use char because int might match the return type of a GCC
13066 builtin and then its argument prototype would still apply. */
13067 #ifdef __cplusplus
13068 extern "C"
13069 #endif
13070 char $ac_func ();
13071 /* The GNU C library defines this for functions which it implements
13072 to always fail with ENOSYS. Some functions are actually named
13073 something starting with __ and the normal name is an alias. */
13074 #if defined __stub_$ac_func || defined __stub___$ac_func
13075 choke me
13076 #endif
13079 main ()
13081 return $ac_func ();
13083 return 0;
13085 _ACEOF
13086 rm -f conftest.$ac_objext conftest$ac_exeext
13087 if { (ac_try="$ac_link"
13088 case "(($ac_try" in
13089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13090 *) ac_try_echo=$ac_try;;
13091 esac
13092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13093 (eval "$ac_link") 2>conftest.er1
13094 ac_status=$?
13095 grep -v '^ *+' conftest.er1 >conftest.err
13096 rm -f conftest.er1
13097 cat conftest.err >&5
13098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13099 (exit $ac_status); } && {
13100 test -z "$ac_c_werror_flag" ||
13101 test ! -s conftest.err
13102 } && test -s conftest$ac_exeext &&
13103 $as_test_x conftest$ac_exeext; then
13104 eval "$as_ac_var=yes"
13105 else
13106 echo "$as_me: failed program was:" >&5
13107 sed 's/^/| /' conftest.$ac_ext >&5
13109 eval "$as_ac_var=no"
13112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13113 conftest$ac_exeext conftest.$ac_ext
13115 ac_res=`eval echo '${'$as_ac_var'}'`
13116 { echo "$as_me:$LINENO: result: $ac_res" >&5
13117 echo "${ECHO_T}$ac_res" >&6; }
13118 if test `eval echo '${'$as_ac_var'}'` = yes; then
13119 cat >>confdefs.h <<_ACEOF
13120 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13121 _ACEOF
13124 done
13126 LIBS="$ac_save_LIBS"
13127 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13128 case "x$with_curses" in
13129 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13130 xno) ;;
13131 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13132 This is an error since --with-curses was requested." >&5
13133 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13134 This is an error since --with-curses was requested." >&2;}
13135 { (exit 1); exit 1; }; } ;;
13136 esac
13140 if test "x$with_sane" != "xno"
13141 then
13142 ac_save_CPPFLAGS="$CPPFLAGS"
13143 # Extract the first word of "sane-config", so it can be a program name with args.
13144 set dummy sane-config; ac_word=$2
13145 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13146 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13147 if test "${ac_cv_prog_sane_devel+set}" = set; then
13148 echo $ECHO_N "(cached) $ECHO_C" >&6
13149 else
13150 if test -n "$sane_devel"; then
13151 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13152 else
13153 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13154 for as_dir in $PATH
13156 IFS=$as_save_IFS
13157 test -z "$as_dir" && as_dir=.
13158 for ac_exec_ext in '' $ac_executable_extensions; do
13159 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13160 ac_cv_prog_sane_devel="sane-config"
13161 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13162 break 2
13164 done
13165 done
13166 IFS=$as_save_IFS
13168 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13171 sane_devel=$ac_cv_prog_sane_devel
13172 if test -n "$sane_devel"; then
13173 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13174 echo "${ECHO_T}$sane_devel" >&6; }
13175 else
13176 { echo "$as_me:$LINENO: result: no" >&5
13177 echo "${ECHO_T}no" >&6; }
13181 if test "$sane_devel" != "no"
13182 then
13183 ac_sane_incl="`$sane_devel --cflags`"
13184 ac_sane_libs="`$sane_devel --ldflags`"
13185 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13187 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13188 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13189 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13190 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13191 echo $ECHO_N "(cached) $ECHO_C" >&6
13193 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13194 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13195 else
13196 # Is the header compilable?
13197 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13198 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13199 cat >conftest.$ac_ext <<_ACEOF
13200 /* confdefs.h. */
13201 _ACEOF
13202 cat confdefs.h >>conftest.$ac_ext
13203 cat >>conftest.$ac_ext <<_ACEOF
13204 /* end confdefs.h. */
13205 $ac_includes_default
13206 #include <sane/sane.h>
13207 _ACEOF
13208 rm -f conftest.$ac_objext
13209 if { (ac_try="$ac_compile"
13210 case "(($ac_try" in
13211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13212 *) ac_try_echo=$ac_try;;
13213 esac
13214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13215 (eval "$ac_compile") 2>conftest.er1
13216 ac_status=$?
13217 grep -v '^ *+' conftest.er1 >conftest.err
13218 rm -f conftest.er1
13219 cat conftest.err >&5
13220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13221 (exit $ac_status); } && {
13222 test -z "$ac_c_werror_flag" ||
13223 test ! -s conftest.err
13224 } && test -s conftest.$ac_objext; then
13225 ac_header_compiler=yes
13226 else
13227 echo "$as_me: failed program was:" >&5
13228 sed 's/^/| /' conftest.$ac_ext >&5
13230 ac_header_compiler=no
13233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13234 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13235 echo "${ECHO_T}$ac_header_compiler" >&6; }
13237 # Is the header present?
13238 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13239 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13240 cat >conftest.$ac_ext <<_ACEOF
13241 /* confdefs.h. */
13242 _ACEOF
13243 cat confdefs.h >>conftest.$ac_ext
13244 cat >>conftest.$ac_ext <<_ACEOF
13245 /* end confdefs.h. */
13246 #include <sane/sane.h>
13247 _ACEOF
13248 if { (ac_try="$ac_cpp conftest.$ac_ext"
13249 case "(($ac_try" in
13250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13251 *) ac_try_echo=$ac_try;;
13252 esac
13253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13254 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13255 ac_status=$?
13256 grep -v '^ *+' conftest.er1 >conftest.err
13257 rm -f conftest.er1
13258 cat conftest.err >&5
13259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13260 (exit $ac_status); } >/dev/null && {
13261 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13262 test ! -s conftest.err
13263 }; then
13264 ac_header_preproc=yes
13265 else
13266 echo "$as_me: failed program was:" >&5
13267 sed 's/^/| /' conftest.$ac_ext >&5
13269 ac_header_preproc=no
13272 rm -f conftest.err conftest.$ac_ext
13273 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13274 echo "${ECHO_T}$ac_header_preproc" >&6; }
13276 # So? What about this header?
13277 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13278 yes:no: )
13279 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13280 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13281 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13282 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13283 ac_header_preproc=yes
13285 no:yes:* )
13286 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13287 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13288 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13289 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13290 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13291 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13292 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13293 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13294 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13295 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13296 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13297 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13298 ( cat <<\_ASBOX
13299 ## ------------------------------------ ##
13300 ## Report this to wine-devel@winehq.org ##
13301 ## ------------------------------------ ##
13302 _ASBOX
13303 ) | sed "s/^/$as_me: WARNING: /" >&2
13305 esac
13306 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13307 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13308 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13309 echo $ECHO_N "(cached) $ECHO_C" >&6
13310 else
13311 ac_cv_header_sane_sane_h=$ac_header_preproc
13313 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13314 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13317 if test $ac_cv_header_sane_sane_h = yes; then
13318 { echo "$as_me:$LINENO: checking for -lsane" >&5
13319 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13320 if test "${ac_cv_lib_soname_sane+set}" = set; then
13321 echo $ECHO_N "(cached) $ECHO_C" >&6
13322 else
13323 ac_check_soname_save_LIBS=$LIBS
13324 LIBS="-lsane $ac_sane_libs $LIBS"
13325 cat >conftest.$ac_ext <<_ACEOF
13326 /* confdefs.h. */
13327 _ACEOF
13328 cat confdefs.h >>conftest.$ac_ext
13329 cat >>conftest.$ac_ext <<_ACEOF
13330 /* end confdefs.h. */
13332 /* Override any GCC internal prototype to avoid an error.
13333 Use char because int might match the return type of a GCC
13334 builtin and then its argument prototype would still apply. */
13335 #ifdef __cplusplus
13336 extern "C"
13337 #endif
13338 char sane_init ();
13340 main ()
13342 return sane_init ();
13344 return 0;
13346 _ACEOF
13347 rm -f conftest.$ac_objext conftest$ac_exeext
13348 if { (ac_try="$ac_link"
13349 case "(($ac_try" in
13350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13351 *) ac_try_echo=$ac_try;;
13352 esac
13353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13354 (eval "$ac_link") 2>conftest.er1
13355 ac_status=$?
13356 grep -v '^ *+' conftest.er1 >conftest.err
13357 rm -f conftest.er1
13358 cat conftest.err >&5
13359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13360 (exit $ac_status); } && {
13361 test -z "$ac_c_werror_flag" ||
13362 test ! -s conftest.err
13363 } && test -s conftest$ac_exeext &&
13364 $as_test_x conftest$ac_exeext; then
13365 case "$LIBEXT" in
13366 dll) ;;
13367 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'` ;;
13368 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13369 esac
13370 else
13371 echo "$as_me: failed program was:" >&5
13372 sed 's/^/| /' conftest.$ac_ext >&5
13377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13378 conftest$ac_exeext conftest.$ac_ext
13379 LIBS=$ac_check_soname_save_LIBS
13381 if test "x$ac_cv_lib_soname_sane" = "x"; then
13382 { echo "$as_me:$LINENO: result: not found" >&5
13383 echo "${ECHO_T}not found" >&6; }
13385 else
13386 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13387 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13389 cat >>confdefs.h <<_ACEOF
13390 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13391 _ACEOF
13393 SANEINCL="$ac_sane_incl"
13400 CPPFLAGS="$ac_save_CPPFLAGS"
13402 if test "x$ac_cv_lib_soname_sane" = "x"; then
13403 case "x$with_sane" in
13404 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13405 xno) ;;
13406 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13407 This is an error since --with-sane was requested." >&5
13408 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13409 This is an error since --with-sane was requested." >&2;}
13410 { (exit 1); exit 1; }; } ;;
13411 esac
13415 if test "x$with_gphoto" != "xno"
13416 then
13417 ac_save_CPPFLAGS="$CPPFLAGS"
13418 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13419 set dummy gphoto2-config; ac_word=$2
13420 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13421 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13422 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13423 echo $ECHO_N "(cached) $ECHO_C" >&6
13424 else
13425 if test -n "$gphoto2_devel"; then
13426 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13427 else
13428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13429 for as_dir in $PATH
13431 IFS=$as_save_IFS
13432 test -z "$as_dir" && as_dir=.
13433 for ac_exec_ext in '' $ac_executable_extensions; do
13434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13435 ac_cv_prog_gphoto2_devel="gphoto2-config"
13436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13437 break 2
13439 done
13440 done
13441 IFS=$as_save_IFS
13443 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13446 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13447 if test -n "$gphoto2_devel"; then
13448 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13449 echo "${ECHO_T}$gphoto2_devel" >&6; }
13450 else
13451 { echo "$as_me:$LINENO: result: no" >&5
13452 echo "${ECHO_T}no" >&6; }
13456 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13457 set dummy gphoto2-port-config; ac_word=$2
13458 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13459 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13460 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13461 echo $ECHO_N "(cached) $ECHO_C" >&6
13462 else
13463 if test -n "$gphoto2port_devel"; then
13464 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13465 else
13466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13467 for as_dir in $PATH
13469 IFS=$as_save_IFS
13470 test -z "$as_dir" && as_dir=.
13471 for ac_exec_ext in '' $ac_executable_extensions; do
13472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13473 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13474 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13475 break 2
13477 done
13478 done
13479 IFS=$as_save_IFS
13481 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13484 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13485 if test -n "$gphoto2port_devel"; then
13486 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13487 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13488 else
13489 { echo "$as_me:$LINENO: result: no" >&5
13490 echo "${ECHO_T}no" >&6; }
13494 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13495 then
13496 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13497 ac_gphoto2_libs=""
13498 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13500 case "$i" in
13501 -L/usr/lib|-L/usr/lib64) ;;
13502 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13503 esac
13504 done
13505 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13507 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13508 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13509 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13510 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13511 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13512 echo $ECHO_N "(cached) $ECHO_C" >&6
13514 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13515 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13516 else
13517 # Is the header compilable?
13518 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13519 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13520 cat >conftest.$ac_ext <<_ACEOF
13521 /* confdefs.h. */
13522 _ACEOF
13523 cat confdefs.h >>conftest.$ac_ext
13524 cat >>conftest.$ac_ext <<_ACEOF
13525 /* end confdefs.h. */
13526 $ac_includes_default
13527 #include <gphoto2-camera.h>
13528 _ACEOF
13529 rm -f conftest.$ac_objext
13530 if { (ac_try="$ac_compile"
13531 case "(($ac_try" in
13532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13533 *) ac_try_echo=$ac_try;;
13534 esac
13535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13536 (eval "$ac_compile") 2>conftest.er1
13537 ac_status=$?
13538 grep -v '^ *+' conftest.er1 >conftest.err
13539 rm -f conftest.er1
13540 cat conftest.err >&5
13541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13542 (exit $ac_status); } && {
13543 test -z "$ac_c_werror_flag" ||
13544 test ! -s conftest.err
13545 } && test -s conftest.$ac_objext; then
13546 ac_header_compiler=yes
13547 else
13548 echo "$as_me: failed program was:" >&5
13549 sed 's/^/| /' conftest.$ac_ext >&5
13551 ac_header_compiler=no
13554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13555 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13556 echo "${ECHO_T}$ac_header_compiler" >&6; }
13558 # Is the header present?
13559 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13560 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13561 cat >conftest.$ac_ext <<_ACEOF
13562 /* confdefs.h. */
13563 _ACEOF
13564 cat confdefs.h >>conftest.$ac_ext
13565 cat >>conftest.$ac_ext <<_ACEOF
13566 /* end confdefs.h. */
13567 #include <gphoto2-camera.h>
13568 _ACEOF
13569 if { (ac_try="$ac_cpp conftest.$ac_ext"
13570 case "(($ac_try" in
13571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13572 *) ac_try_echo=$ac_try;;
13573 esac
13574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13575 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13576 ac_status=$?
13577 grep -v '^ *+' conftest.er1 >conftest.err
13578 rm -f conftest.er1
13579 cat conftest.err >&5
13580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13581 (exit $ac_status); } >/dev/null && {
13582 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13583 test ! -s conftest.err
13584 }; then
13585 ac_header_preproc=yes
13586 else
13587 echo "$as_me: failed program was:" >&5
13588 sed 's/^/| /' conftest.$ac_ext >&5
13590 ac_header_preproc=no
13593 rm -f conftest.err conftest.$ac_ext
13594 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13595 echo "${ECHO_T}$ac_header_preproc" >&6; }
13597 # So? What about this header?
13598 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13599 yes:no: )
13600 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13601 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13602 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13603 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13604 ac_header_preproc=yes
13606 no:yes:* )
13607 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13608 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13609 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13610 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13611 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13612 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13613 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13614 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13615 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13616 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13617 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13618 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13619 ( cat <<\_ASBOX
13620 ## ------------------------------------ ##
13621 ## Report this to wine-devel@winehq.org ##
13622 ## ------------------------------------ ##
13623 _ASBOX
13624 ) | sed "s/^/$as_me: WARNING: /" >&2
13626 esac
13627 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13628 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13629 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13630 echo $ECHO_N "(cached) $ECHO_C" >&6
13631 else
13632 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13634 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13635 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13638 if test $ac_cv_header_gphoto2_camera_h = yes; then
13639 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13640 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13641 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13642 echo $ECHO_N "(cached) $ECHO_C" >&6
13643 else
13644 ac_check_lib_save_LIBS=$LIBS
13645 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13646 cat >conftest.$ac_ext <<_ACEOF
13647 /* confdefs.h. */
13648 _ACEOF
13649 cat confdefs.h >>conftest.$ac_ext
13650 cat >>conftest.$ac_ext <<_ACEOF
13651 /* end confdefs.h. */
13653 /* Override any GCC internal prototype to avoid an error.
13654 Use char because int might match the return type of a GCC
13655 builtin and then its argument prototype would still apply. */
13656 #ifdef __cplusplus
13657 extern "C"
13658 #endif
13659 char gp_camera_new ();
13661 main ()
13663 return gp_camera_new ();
13665 return 0;
13667 _ACEOF
13668 rm -f conftest.$ac_objext conftest$ac_exeext
13669 if { (ac_try="$ac_link"
13670 case "(($ac_try" in
13671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13672 *) ac_try_echo=$ac_try;;
13673 esac
13674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13675 (eval "$ac_link") 2>conftest.er1
13676 ac_status=$?
13677 grep -v '^ *+' conftest.er1 >conftest.err
13678 rm -f conftest.er1
13679 cat conftest.err >&5
13680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13681 (exit $ac_status); } && {
13682 test -z "$ac_c_werror_flag" ||
13683 test ! -s conftest.err
13684 } && test -s conftest$ac_exeext &&
13685 $as_test_x conftest$ac_exeext; then
13686 ac_cv_lib_gphoto2_gp_camera_new=yes
13687 else
13688 echo "$as_me: failed program was:" >&5
13689 sed 's/^/| /' conftest.$ac_ext >&5
13691 ac_cv_lib_gphoto2_gp_camera_new=no
13694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13695 conftest$ac_exeext conftest.$ac_ext
13696 LIBS=$ac_check_lib_save_LIBS
13698 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13699 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13700 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13702 cat >>confdefs.h <<\_ACEOF
13703 #define HAVE_GPHOTO2 1
13704 _ACEOF
13706 GPHOTO2LIBS="$ac_gphoto2_libs"
13708 GPHOTO2INCL="$ac_gphoto2_incl"
13715 CPPFLAGS="$ac_save_CPPFLAGS"
13717 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13718 case "x$with_gphoto" in
13719 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13720 xno) ;;
13721 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13722 This is an error since --with-gphoto was requested." >&5
13723 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13724 This is an error since --with-gphoto was requested." >&2;}
13725 { (exit 1); exit 1; }; } ;;
13726 esac
13731 RESOLVLIBS=""
13733 if test "$ac_cv_header_resolv_h" = "yes"
13734 then
13735 ac_save_LIBS="$LIBS"
13736 LIBS="$LIBS -lresolv"
13737 cat >conftest.$ac_ext <<_ACEOF
13738 /* confdefs.h. */
13739 _ACEOF
13740 cat confdefs.h >>conftest.$ac_ext
13741 cat >>conftest.$ac_ext <<_ACEOF
13742 /* end confdefs.h. */
13743 #ifdef HAVE_NETINET_IN_H
13744 #include <netinet/in.h>
13745 #endif
13746 #include <resolv.h>
13748 main ()
13750 res_init();
13752 return 0;
13754 _ACEOF
13755 rm -f conftest.$ac_objext conftest$ac_exeext
13756 if { (ac_try="$ac_link"
13757 case "(($ac_try" in
13758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13759 *) ac_try_echo=$ac_try;;
13760 esac
13761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13762 (eval "$ac_link") 2>conftest.er1
13763 ac_status=$?
13764 grep -v '^ *+' conftest.er1 >conftest.err
13765 rm -f conftest.er1
13766 cat conftest.err >&5
13767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13768 (exit $ac_status); } && {
13769 test -z "$ac_c_werror_flag" ||
13770 test ! -s conftest.err
13771 } && test -s conftest$ac_exeext &&
13772 $as_test_x conftest$ac_exeext; then
13774 cat >>confdefs.h <<\_ACEOF
13775 #define HAVE_RESOLV 1
13776 _ACEOF
13778 RESOLVLIBS="-lresolv"
13779 else
13780 echo "$as_me: failed program was:" >&5
13781 sed 's/^/| /' conftest.$ac_ext >&5
13786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13787 conftest$ac_exeext conftest.$ac_ext
13788 LIBS="$ac_save_LIBS"
13791 LCMSLIBS=""
13793 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13794 then
13795 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13796 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13797 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13798 echo $ECHO_N "(cached) $ECHO_C" >&6
13799 else
13800 ac_check_lib_save_LIBS=$LIBS
13801 LIBS="-llcms $LIBS"
13802 cat >conftest.$ac_ext <<_ACEOF
13803 /* confdefs.h. */
13804 _ACEOF
13805 cat confdefs.h >>conftest.$ac_ext
13806 cat >>conftest.$ac_ext <<_ACEOF
13807 /* end confdefs.h. */
13809 /* Override any GCC internal prototype to avoid an error.
13810 Use char because int might match the return type of a GCC
13811 builtin and then its argument prototype would still apply. */
13812 #ifdef __cplusplus
13813 extern "C"
13814 #endif
13815 char cmsOpenProfileFromFile ();
13817 main ()
13819 return cmsOpenProfileFromFile ();
13821 return 0;
13823 _ACEOF
13824 rm -f conftest.$ac_objext conftest$ac_exeext
13825 if { (ac_try="$ac_link"
13826 case "(($ac_try" in
13827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13828 *) ac_try_echo=$ac_try;;
13829 esac
13830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13831 (eval "$ac_link") 2>conftest.er1
13832 ac_status=$?
13833 grep -v '^ *+' conftest.er1 >conftest.err
13834 rm -f conftest.er1
13835 cat conftest.err >&5
13836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13837 (exit $ac_status); } && {
13838 test -z "$ac_c_werror_flag" ||
13839 test ! -s conftest.err
13840 } && test -s conftest$ac_exeext &&
13841 $as_test_x conftest$ac_exeext; then
13842 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13843 else
13844 echo "$as_me: failed program was:" >&5
13845 sed 's/^/| /' conftest.$ac_ext >&5
13847 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13851 conftest$ac_exeext conftest.$ac_ext
13852 LIBS=$ac_check_lib_save_LIBS
13854 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13855 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13856 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13858 cat >>confdefs.h <<\_ACEOF
13859 #define HAVE_LCMS 1
13860 _ACEOF
13862 LCMSLIBS="-llcms"
13866 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13867 case "x$with_cms" in
13868 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
13869 xno) ;;
13870 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13871 This is an error since --with-cms was requested." >&5
13872 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13873 This is an error since --with-cms was requested." >&2;}
13874 { (exit 1); exit 1; }; } ;;
13875 esac
13879 if test "x$with_freetype" != "xno"
13880 then
13881 for ac_prog in freetype-config freetype2-config
13883 # Extract the first word of "$ac_prog", so it can be a program name with args.
13884 set dummy $ac_prog; ac_word=$2
13885 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13886 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13887 if test "${ac_cv_prog_ft_devel+set}" = set; then
13888 echo $ECHO_N "(cached) $ECHO_C" >&6
13889 else
13890 if test -n "$ft_devel"; then
13891 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13892 else
13893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13894 for as_dir in $PATH
13896 IFS=$as_save_IFS
13897 test -z "$as_dir" && as_dir=.
13898 for ac_exec_ext in '' $ac_executable_extensions; do
13899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13900 ac_cv_prog_ft_devel="$ac_prog"
13901 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13902 break 2
13904 done
13905 done
13906 IFS=$as_save_IFS
13910 ft_devel=$ac_cv_prog_ft_devel
13911 if test -n "$ft_devel"; then
13912 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13913 echo "${ECHO_T}$ft_devel" >&6; }
13914 else
13915 { echo "$as_me:$LINENO: result: no" >&5
13916 echo "${ECHO_T}no" >&6; }
13920 test -n "$ft_devel" && break
13921 done
13922 test -n "$ft_devel" || ft_devel="no"
13924 if test "$ft_devel" != "no"
13925 then
13926 ac_freetype_incl=`$ft_devel --cflags`
13927 ac_freetype_libs=`$ft_devel --libs`
13929 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
13930 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13931 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13932 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13933 echo $ECHO_N "(cached) $ECHO_C" >&6
13934 else
13935 ac_check_soname_save_LIBS=$LIBS
13936 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13937 cat >conftest.$ac_ext <<_ACEOF
13938 /* confdefs.h. */
13939 _ACEOF
13940 cat confdefs.h >>conftest.$ac_ext
13941 cat >>conftest.$ac_ext <<_ACEOF
13942 /* end confdefs.h. */
13944 /* Override any GCC internal prototype to avoid an error.
13945 Use char because int might match the return type of a GCC
13946 builtin and then its argument prototype would still apply. */
13947 #ifdef __cplusplus
13948 extern "C"
13949 #endif
13950 char FT_Init_FreeType ();
13952 main ()
13954 return FT_Init_FreeType ();
13956 return 0;
13958 _ACEOF
13959 rm -f conftest.$ac_objext conftest$ac_exeext
13960 if { (ac_try="$ac_link"
13961 case "(($ac_try" in
13962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13963 *) ac_try_echo=$ac_try;;
13964 esac
13965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13966 (eval "$ac_link") 2>conftest.er1
13967 ac_status=$?
13968 grep -v '^ *+' conftest.er1 >conftest.err
13969 rm -f conftest.er1
13970 cat conftest.err >&5
13971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13972 (exit $ac_status); } && {
13973 test -z "$ac_c_werror_flag" ||
13974 test ! -s conftest.err
13975 } && test -s conftest$ac_exeext &&
13976 $as_test_x conftest$ac_exeext; then
13977 case "$LIBEXT" in
13978 dll) ;;
13979 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'` ;;
13980 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13981 esac
13982 else
13983 echo "$as_me: failed program was:" >&5
13984 sed 's/^/| /' conftest.$ac_ext >&5
13989 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13990 conftest$ac_exeext conftest.$ac_ext
13991 LIBS=$ac_check_soname_save_LIBS
13993 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13994 { echo "$as_me:$LINENO: result: not found" >&5
13995 echo "${ECHO_T}not found" >&6; }
13996 ft_lib=no
13997 else
13998 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13999 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14001 cat >>confdefs.h <<_ACEOF
14002 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14003 _ACEOF
14005 ft_lib=yes
14008 if test "$ft_lib" = "yes"
14009 then
14010 ac_save_CPPFLAGS="$CPPFLAGS"
14011 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14025 for ac_header in ft2build.h \
14026 freetype/freetype.h \
14027 freetype/ftglyph.h \
14028 freetype/fttypes.h \
14029 freetype/tttables.h \
14030 freetype/ftnames.h \
14031 freetype/ftsnames.h \
14032 freetype/ttnameid.h \
14033 freetype/ftoutln.h \
14034 freetype/ftwinfnt.h \
14035 freetype/ftmodapi.h \
14036 freetype/ftlcdfil.h \
14037 freetype/internal/sfnt.h
14039 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14040 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14041 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14042 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14043 echo $ECHO_N "(cached) $ECHO_C" >&6
14044 else
14045 cat >conftest.$ac_ext <<_ACEOF
14046 /* confdefs.h. */
14047 _ACEOF
14048 cat confdefs.h >>conftest.$ac_ext
14049 cat >>conftest.$ac_ext <<_ACEOF
14050 /* end confdefs.h. */
14051 #ifdef HAVE_FT2BUILD_H
14052 # include <ft2build.h>
14053 #endif
14055 #include <$ac_header>
14056 _ACEOF
14057 rm -f conftest.$ac_objext
14058 if { (ac_try="$ac_compile"
14059 case "(($ac_try" in
14060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14061 *) ac_try_echo=$ac_try;;
14062 esac
14063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14064 (eval "$ac_compile") 2>conftest.er1
14065 ac_status=$?
14066 grep -v '^ *+' conftest.er1 >conftest.err
14067 rm -f conftest.er1
14068 cat conftest.err >&5
14069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14070 (exit $ac_status); } && {
14071 test -z "$ac_c_werror_flag" ||
14072 test ! -s conftest.err
14073 } && test -s conftest.$ac_objext; then
14074 eval "$as_ac_Header=yes"
14075 else
14076 echo "$as_me: failed program was:" >&5
14077 sed 's/^/| /' conftest.$ac_ext >&5
14079 eval "$as_ac_Header=no"
14082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14084 ac_res=`eval echo '${'$as_ac_Header'}'`
14085 { echo "$as_me:$LINENO: result: $ac_res" >&5
14086 echo "${ECHO_T}$ac_res" >&6; }
14087 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14088 cat >>confdefs.h <<_ACEOF
14089 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14090 _ACEOF
14094 done
14096 cat >conftest.$ac_ext <<_ACEOF
14097 /* confdefs.h. */
14098 _ACEOF
14099 cat confdefs.h >>conftest.$ac_ext
14100 cat >>conftest.$ac_ext <<_ACEOF
14101 /* end confdefs.h. */
14102 #include <ft2build.h>
14103 #include <freetype/fttrigon.h>
14104 _ACEOF
14105 if { (ac_try="$ac_cpp conftest.$ac_ext"
14106 case "(($ac_try" in
14107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14108 *) ac_try_echo=$ac_try;;
14109 esac
14110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14111 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14112 ac_status=$?
14113 grep -v '^ *+' conftest.er1 >conftest.err
14114 rm -f conftest.er1
14115 cat conftest.err >&5
14116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14117 (exit $ac_status); } >/dev/null && {
14118 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14119 test ! -s conftest.err
14120 }; then
14122 cat >>confdefs.h <<\_ACEOF
14123 #define HAVE_FREETYPE_FTTRIGON_H 1
14124 _ACEOF
14126 wine_cv_fttrigon=yes
14127 else
14128 echo "$as_me: failed program was:" >&5
14129 sed 's/^/| /' conftest.$ac_ext >&5
14131 wine_cv_fttrigon=no
14134 rm -f conftest.err conftest.$ac_ext
14135 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14136 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14137 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14138 echo $ECHO_N "(cached) $ECHO_C" >&6
14139 else
14140 cat >conftest.$ac_ext <<_ACEOF
14141 /* confdefs.h. */
14142 _ACEOF
14143 cat confdefs.h >>conftest.$ac_ext
14144 cat >>conftest.$ac_ext <<_ACEOF
14145 /* end confdefs.h. */
14146 #include <freetype/ftmodapi.h>
14148 typedef FT_TrueTypeEngineType ac__type_new_;
14150 main ()
14152 if ((ac__type_new_ *) 0)
14153 return 0;
14154 if (sizeof (ac__type_new_))
14155 return 0;
14157 return 0;
14159 _ACEOF
14160 rm -f conftest.$ac_objext
14161 if { (ac_try="$ac_compile"
14162 case "(($ac_try" in
14163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14164 *) ac_try_echo=$ac_try;;
14165 esac
14166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14167 (eval "$ac_compile") 2>conftest.er1
14168 ac_status=$?
14169 grep -v '^ *+' conftest.er1 >conftest.err
14170 rm -f conftest.er1
14171 cat conftest.err >&5
14172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14173 (exit $ac_status); } && {
14174 test -z "$ac_c_werror_flag" ||
14175 test ! -s conftest.err
14176 } && test -s conftest.$ac_objext; then
14177 ac_cv_type_FT_TrueTypeEngineType=yes
14178 else
14179 echo "$as_me: failed program was:" >&5
14180 sed 's/^/| /' conftest.$ac_ext >&5
14182 ac_cv_type_FT_TrueTypeEngineType=no
14185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14187 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14188 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14189 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14191 cat >>confdefs.h <<_ACEOF
14192 #define HAVE_FT_TRUETYPEENGINETYPE 1
14193 _ACEOF
14198 ac_save_CFLAGS="$CFLAGS"
14199 CFLAGS="$CFLAGS $ac_freetype_libs"
14201 for ac_func in FT_Load_Sfnt_Table
14203 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14204 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14205 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14206 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14207 echo $ECHO_N "(cached) $ECHO_C" >&6
14208 else
14209 cat >conftest.$ac_ext <<_ACEOF
14210 /* confdefs.h. */
14211 _ACEOF
14212 cat confdefs.h >>conftest.$ac_ext
14213 cat >>conftest.$ac_ext <<_ACEOF
14214 /* end confdefs.h. */
14215 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14216 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14217 #define $ac_func innocuous_$ac_func
14219 /* System header to define __stub macros and hopefully few prototypes,
14220 which can conflict with char $ac_func (); below.
14221 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14222 <limits.h> exists even on freestanding compilers. */
14224 #ifdef __STDC__
14225 # include <limits.h>
14226 #else
14227 # include <assert.h>
14228 #endif
14230 #undef $ac_func
14232 /* Override any GCC internal prototype to avoid an error.
14233 Use char because int might match the return type of a GCC
14234 builtin and then its argument prototype would still apply. */
14235 #ifdef __cplusplus
14236 extern "C"
14237 #endif
14238 char $ac_func ();
14239 /* The GNU C library defines this for functions which it implements
14240 to always fail with ENOSYS. Some functions are actually named
14241 something starting with __ and the normal name is an alias. */
14242 #if defined __stub_$ac_func || defined __stub___$ac_func
14243 choke me
14244 #endif
14247 main ()
14249 return $ac_func ();
14251 return 0;
14253 _ACEOF
14254 rm -f conftest.$ac_objext conftest$ac_exeext
14255 if { (ac_try="$ac_link"
14256 case "(($ac_try" in
14257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14258 *) ac_try_echo=$ac_try;;
14259 esac
14260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14261 (eval "$ac_link") 2>conftest.er1
14262 ac_status=$?
14263 grep -v '^ *+' conftest.er1 >conftest.err
14264 rm -f conftest.er1
14265 cat conftest.err >&5
14266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14267 (exit $ac_status); } && {
14268 test -z "$ac_c_werror_flag" ||
14269 test ! -s conftest.err
14270 } && test -s conftest$ac_exeext &&
14271 $as_test_x conftest$ac_exeext; then
14272 eval "$as_ac_var=yes"
14273 else
14274 echo "$as_me: failed program was:" >&5
14275 sed 's/^/| /' conftest.$ac_ext >&5
14277 eval "$as_ac_var=no"
14280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14281 conftest$ac_exeext conftest.$ac_ext
14283 ac_res=`eval echo '${'$as_ac_var'}'`
14284 { echo "$as_me:$LINENO: result: $ac_res" >&5
14285 echo "${ECHO_T}$ac_res" >&6; }
14286 if test `eval echo '${'$as_ac_var'}'` = yes; then
14287 cat >>confdefs.h <<_ACEOF
14288 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14289 _ACEOF
14292 done
14294 CFLAGS="$ac_save_CFLAGS"
14295 CPPFLAGS="$ac_save_CPPFLAGS"
14296 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14297 then
14299 cat >>confdefs.h <<\_ACEOF
14300 #define HAVE_FREETYPE 1
14301 _ACEOF
14303 FREETYPELIBS="$ac_freetype_libs"
14305 FREETYPEINCL="$ac_freetype_incl"
14310 if test "x$FREETYPELIBS" = "x"; then
14311 case "x$with_freetype" in
14312 xno) ;;
14313 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14314 Use the --without-freetype option if you really want this." >&5
14315 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14316 Use the --without-freetype option if you really want this." >&2;}
14317 { (exit 1); exit 1; }; } ;;
14318 esac
14321 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14323 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14324 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14325 if test "${ac_cv_c_ppdev+set}" = set; then
14326 echo $ECHO_N "(cached) $ECHO_C" >&6
14327 else
14328 cat >conftest.$ac_ext <<_ACEOF
14329 /* confdefs.h. */
14330 _ACEOF
14331 cat confdefs.h >>conftest.$ac_ext
14332 cat >>conftest.$ac_ext <<_ACEOF
14333 /* end confdefs.h. */
14334 #include <linux/ppdev.h>
14336 main ()
14338 ioctl (1,PPCLAIM,0)
14340 return 0;
14342 _ACEOF
14343 rm -f conftest.$ac_objext
14344 if { (ac_try="$ac_compile"
14345 case "(($ac_try" in
14346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14347 *) ac_try_echo=$ac_try;;
14348 esac
14349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14350 (eval "$ac_compile") 2>conftest.er1
14351 ac_status=$?
14352 grep -v '^ *+' conftest.er1 >conftest.err
14353 rm -f conftest.er1
14354 cat conftest.err >&5
14355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14356 (exit $ac_status); } && {
14357 test -z "$ac_c_werror_flag" ||
14358 test ! -s conftest.err
14359 } && test -s conftest.$ac_objext; then
14360 ac_cv_c_ppdev="yes"
14361 else
14362 echo "$as_me: failed program was:" >&5
14363 sed 's/^/| /' conftest.$ac_ext >&5
14365 ac_cv_c_ppdev="no"
14368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14370 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14371 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14372 if test "$ac_cv_c_ppdev" = "yes"
14373 then
14375 cat >>confdefs.h <<\_ACEOF
14376 #define HAVE_PPDEV 1
14377 _ACEOF
14381 ac_wine_check_funcs_save_LIBS="$LIBS"
14382 LIBS="$LIBS $LIBPTHREAD"
14387 for ac_func in \
14388 pthread_attr_get_np \
14389 pthread_getattr_np \
14390 pthread_get_stackaddr_np \
14391 pthread_get_stacksize_np
14393 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14394 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14395 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14396 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14397 echo $ECHO_N "(cached) $ECHO_C" >&6
14398 else
14399 cat >conftest.$ac_ext <<_ACEOF
14400 /* confdefs.h. */
14401 _ACEOF
14402 cat confdefs.h >>conftest.$ac_ext
14403 cat >>conftest.$ac_ext <<_ACEOF
14404 /* end confdefs.h. */
14405 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14406 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14407 #define $ac_func innocuous_$ac_func
14409 /* System header to define __stub macros and hopefully few prototypes,
14410 which can conflict with char $ac_func (); below.
14411 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14412 <limits.h> exists even on freestanding compilers. */
14414 #ifdef __STDC__
14415 # include <limits.h>
14416 #else
14417 # include <assert.h>
14418 #endif
14420 #undef $ac_func
14422 /* Override any GCC internal prototype to avoid an error.
14423 Use char because int might match the return type of a GCC
14424 builtin and then its argument prototype would still apply. */
14425 #ifdef __cplusplus
14426 extern "C"
14427 #endif
14428 char $ac_func ();
14429 /* The GNU C library defines this for functions which it implements
14430 to always fail with ENOSYS. Some functions are actually named
14431 something starting with __ and the normal name is an alias. */
14432 #if defined __stub_$ac_func || defined __stub___$ac_func
14433 choke me
14434 #endif
14437 main ()
14439 return $ac_func ();
14441 return 0;
14443 _ACEOF
14444 rm -f conftest.$ac_objext conftest$ac_exeext
14445 if { (ac_try="$ac_link"
14446 case "(($ac_try" in
14447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14448 *) ac_try_echo=$ac_try;;
14449 esac
14450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14451 (eval "$ac_link") 2>conftest.er1
14452 ac_status=$?
14453 grep -v '^ *+' conftest.er1 >conftest.err
14454 rm -f conftest.er1
14455 cat conftest.err >&5
14456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14457 (exit $ac_status); } && {
14458 test -z "$ac_c_werror_flag" ||
14459 test ! -s conftest.err
14460 } && test -s conftest$ac_exeext &&
14461 $as_test_x conftest$ac_exeext; then
14462 eval "$as_ac_var=yes"
14463 else
14464 echo "$as_me: failed program was:" >&5
14465 sed 's/^/| /' conftest.$ac_ext >&5
14467 eval "$as_ac_var=no"
14470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14471 conftest$ac_exeext conftest.$ac_ext
14473 ac_res=`eval echo '${'$as_ac_var'}'`
14474 { echo "$as_me:$LINENO: result: $ac_res" >&5
14475 echo "${ECHO_T}$ac_res" >&6; }
14476 if test `eval echo '${'$as_ac_var'}'` = yes; then
14477 cat >>confdefs.h <<_ACEOF
14478 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14479 _ACEOF
14482 done
14484 LIBS="$ac_wine_check_funcs_save_LIBS"
14486 if test "$ac_cv_header_zlib_h" = "yes"
14487 then
14488 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14489 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; }
14490 if test "${ac_cv_lib_z_inflate+set}" = set; then
14491 echo $ECHO_N "(cached) $ECHO_C" >&6
14492 else
14493 ac_check_lib_save_LIBS=$LIBS
14494 LIBS="-lz $LIBS"
14495 cat >conftest.$ac_ext <<_ACEOF
14496 /* confdefs.h. */
14497 _ACEOF
14498 cat confdefs.h >>conftest.$ac_ext
14499 cat >>conftest.$ac_ext <<_ACEOF
14500 /* end confdefs.h. */
14502 /* Override any GCC internal prototype to avoid an error.
14503 Use char because int might match the return type of a GCC
14504 builtin and then its argument prototype would still apply. */
14505 #ifdef __cplusplus
14506 extern "C"
14507 #endif
14508 char inflate ();
14510 main ()
14512 return inflate ();
14514 return 0;
14516 _ACEOF
14517 rm -f conftest.$ac_objext conftest$ac_exeext
14518 if { (ac_try="$ac_link"
14519 case "(($ac_try" in
14520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14521 *) ac_try_echo=$ac_try;;
14522 esac
14523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14524 (eval "$ac_link") 2>conftest.er1
14525 ac_status=$?
14526 grep -v '^ *+' conftest.er1 >conftest.err
14527 rm -f conftest.er1
14528 cat conftest.err >&5
14529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14530 (exit $ac_status); } && {
14531 test -z "$ac_c_werror_flag" ||
14532 test ! -s conftest.err
14533 } && test -s conftest$ac_exeext &&
14534 $as_test_x conftest$ac_exeext; then
14535 ac_cv_lib_z_inflate=yes
14536 else
14537 echo "$as_me: failed program was:" >&5
14538 sed 's/^/| /' conftest.$ac_ext >&5
14540 ac_cv_lib_z_inflate=no
14543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14544 conftest$ac_exeext conftest.$ac_ext
14545 LIBS=$ac_check_lib_save_LIBS
14547 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14548 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; }
14549 if test $ac_cv_lib_z_inflate = yes; then
14551 cat >>confdefs.h <<\_ACEOF
14552 #define HAVE_ZLIB 1
14553 _ACEOF
14555 ZLIB="-lz"
14561 if test "x$with_esd" != xno
14562 then
14563 save_CFLAGS="$CFLAGS"
14564 # Extract the first word of "esd-config", so it can be a program name with args.
14565 set dummy esd-config; ac_word=$2
14566 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14567 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14568 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14569 echo $ECHO_N "(cached) $ECHO_C" >&6
14570 else
14571 case $ESDCONFIG in
14572 [\\/]* | ?:[\\/]*)
14573 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14577 for as_dir in $PATH
14579 IFS=$as_save_IFS
14580 test -z "$as_dir" && as_dir=.
14581 for ac_exec_ext in '' $ac_executable_extensions; do
14582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14583 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14584 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14585 break 2
14587 done
14588 done
14589 IFS=$as_save_IFS
14591 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14593 esac
14595 ESDCONFIG=$ac_cv_path_ESDCONFIG
14596 if test -n "$ESDCONFIG"; then
14597 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14598 echo "${ECHO_T}$ESDCONFIG" >&6; }
14599 else
14600 { echo "$as_me:$LINENO: result: no" >&5
14601 echo "${ECHO_T}no" >&6; }
14605 if test "x$ESDCONFIG" != "xno"
14606 then
14607 ac_esd_incl=""
14608 for i in `$ESDCONFIG --cflags`
14610 case "$i" in
14611 -I*) ac_esd_incl="$ac_esd_incl $i";;
14612 esac
14613 done
14614 ac_esd_libs=`$ESDCONFIG --libs`
14615 CFLAGS="$CFLAGS $ac_esd_incl"
14617 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14618 if test "${ac_cv_header_esd_h+set}" = set; then
14619 { echo "$as_me:$LINENO: checking for esd.h" >&5
14620 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14621 if test "${ac_cv_header_esd_h+set}" = set; then
14622 echo $ECHO_N "(cached) $ECHO_C" >&6
14624 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14625 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14626 else
14627 # Is the header compilable?
14628 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14629 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14630 cat >conftest.$ac_ext <<_ACEOF
14631 /* confdefs.h. */
14632 _ACEOF
14633 cat confdefs.h >>conftest.$ac_ext
14634 cat >>conftest.$ac_ext <<_ACEOF
14635 /* end confdefs.h. */
14636 $ac_includes_default
14637 #include <esd.h>
14638 _ACEOF
14639 rm -f conftest.$ac_objext
14640 if { (ac_try="$ac_compile"
14641 case "(($ac_try" in
14642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14643 *) ac_try_echo=$ac_try;;
14644 esac
14645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14646 (eval "$ac_compile") 2>conftest.er1
14647 ac_status=$?
14648 grep -v '^ *+' conftest.er1 >conftest.err
14649 rm -f conftest.er1
14650 cat conftest.err >&5
14651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14652 (exit $ac_status); } && {
14653 test -z "$ac_c_werror_flag" ||
14654 test ! -s conftest.err
14655 } && test -s conftest.$ac_objext; then
14656 ac_header_compiler=yes
14657 else
14658 echo "$as_me: failed program was:" >&5
14659 sed 's/^/| /' conftest.$ac_ext >&5
14661 ac_header_compiler=no
14664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14665 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14666 echo "${ECHO_T}$ac_header_compiler" >&6; }
14668 # Is the header present?
14669 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14670 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14671 cat >conftest.$ac_ext <<_ACEOF
14672 /* confdefs.h. */
14673 _ACEOF
14674 cat confdefs.h >>conftest.$ac_ext
14675 cat >>conftest.$ac_ext <<_ACEOF
14676 /* end confdefs.h. */
14677 #include <esd.h>
14678 _ACEOF
14679 if { (ac_try="$ac_cpp conftest.$ac_ext"
14680 case "(($ac_try" in
14681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14682 *) ac_try_echo=$ac_try;;
14683 esac
14684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14685 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14686 ac_status=$?
14687 grep -v '^ *+' conftest.er1 >conftest.err
14688 rm -f conftest.er1
14689 cat conftest.err >&5
14690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14691 (exit $ac_status); } >/dev/null && {
14692 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14693 test ! -s conftest.err
14694 }; then
14695 ac_header_preproc=yes
14696 else
14697 echo "$as_me: failed program was:" >&5
14698 sed 's/^/| /' conftest.$ac_ext >&5
14700 ac_header_preproc=no
14703 rm -f conftest.err conftest.$ac_ext
14704 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14705 echo "${ECHO_T}$ac_header_preproc" >&6; }
14707 # So? What about this header?
14708 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14709 yes:no: )
14710 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14711 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14712 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14713 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14714 ac_header_preproc=yes
14716 no:yes:* )
14717 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14718 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14719 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14720 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14721 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14722 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14723 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14724 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14725 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14726 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14727 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14728 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14729 ( cat <<\_ASBOX
14730 ## ------------------------------------ ##
14731 ## Report this to wine-devel@winehq.org ##
14732 ## ------------------------------------ ##
14733 _ASBOX
14734 ) | sed "s/^/$as_me: WARNING: /" >&2
14736 esac
14737 { echo "$as_me:$LINENO: checking for esd.h" >&5
14738 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14739 if test "${ac_cv_header_esd_h+set}" = set; then
14740 echo $ECHO_N "(cached) $ECHO_C" >&6
14741 else
14742 ac_cv_header_esd_h=$ac_header_preproc
14744 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14745 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14748 if test $ac_cv_header_esd_h = yes; then
14749 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14750 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14751 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14752 echo $ECHO_N "(cached) $ECHO_C" >&6
14753 else
14754 ac_check_lib_save_LIBS=$LIBS
14755 LIBS="-lesd $ac_esd_libs $LIBS"
14756 cat >conftest.$ac_ext <<_ACEOF
14757 /* confdefs.h. */
14758 _ACEOF
14759 cat confdefs.h >>conftest.$ac_ext
14760 cat >>conftest.$ac_ext <<_ACEOF
14761 /* end confdefs.h. */
14763 /* Override any GCC internal prototype to avoid an error.
14764 Use char because int might match the return type of a GCC
14765 builtin and then its argument prototype would still apply. */
14766 #ifdef __cplusplus
14767 extern "C"
14768 #endif
14769 char esd_open_sound ();
14771 main ()
14773 return esd_open_sound ();
14775 return 0;
14777 _ACEOF
14778 rm -f conftest.$ac_objext conftest$ac_exeext
14779 if { (ac_try="$ac_link"
14780 case "(($ac_try" in
14781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14782 *) ac_try_echo=$ac_try;;
14783 esac
14784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14785 (eval "$ac_link") 2>conftest.er1
14786 ac_status=$?
14787 grep -v '^ *+' conftest.er1 >conftest.err
14788 rm -f conftest.er1
14789 cat conftest.err >&5
14790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14791 (exit $ac_status); } && {
14792 test -z "$ac_c_werror_flag" ||
14793 test ! -s conftest.err
14794 } && test -s conftest$ac_exeext &&
14795 $as_test_x conftest$ac_exeext; then
14796 ac_cv_lib_esd_esd_open_sound=yes
14797 else
14798 echo "$as_me: failed program was:" >&5
14799 sed 's/^/| /' conftest.$ac_ext >&5
14801 ac_cv_lib_esd_esd_open_sound=no
14804 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14805 conftest$ac_exeext conftest.$ac_ext
14806 LIBS=$ac_check_lib_save_LIBS
14808 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14809 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14810 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14811 ESDINCL="$ac_esd_incl"
14813 ESDLIBS="$ac_esd_libs"
14816 cat >>confdefs.h <<\_ACEOF
14817 #define HAVE_ESD 1
14818 _ACEOF
14825 CFLAGS="$save_CFLAGS"
14828 if test "x$with_pulse" != "xno"; then
14829 if test "$PKG_CONFIG" != "false"; then
14830 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
14831 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
14832 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
14833 have_pulseaudio="yes"
14834 else
14835 have_pulseaudio="no"
14837 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
14838 echo "${ECHO_T}$have_pulseaudio" >&6; }
14839 if test x"$have_pulseaudio" = xyes; then
14840 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
14842 cat >>confdefs.h <<\_ACEOF
14843 #define HAVE_PULSEAUDIO 1
14844 _ACEOF
14846 PULSELIBS="$ac_pulse_libs"
14852 ALSALIBS=""
14854 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14855 then
14856 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14857 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14858 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14859 echo $ECHO_N "(cached) $ECHO_C" >&6
14860 else
14861 ac_check_lib_save_LIBS=$LIBS
14862 LIBS="-lasound $LIBS"
14863 cat >conftest.$ac_ext <<_ACEOF
14864 /* confdefs.h. */
14865 _ACEOF
14866 cat confdefs.h >>conftest.$ac_ext
14867 cat >>conftest.$ac_ext <<_ACEOF
14868 /* end confdefs.h. */
14870 /* Override any GCC internal prototype to avoid an error.
14871 Use char because int might match the return type of a GCC
14872 builtin and then its argument prototype would still apply. */
14873 #ifdef __cplusplus
14874 extern "C"
14875 #endif
14876 char snd_pcm_hw_params_get_access ();
14878 main ()
14880 return snd_pcm_hw_params_get_access ();
14882 return 0;
14884 _ACEOF
14885 rm -f conftest.$ac_objext conftest$ac_exeext
14886 if { (ac_try="$ac_link"
14887 case "(($ac_try" in
14888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14889 *) ac_try_echo=$ac_try;;
14890 esac
14891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14892 (eval "$ac_link") 2>conftest.er1
14893 ac_status=$?
14894 grep -v '^ *+' conftest.er1 >conftest.err
14895 rm -f conftest.er1
14896 cat conftest.err >&5
14897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14898 (exit $ac_status); } && {
14899 test -z "$ac_c_werror_flag" ||
14900 test ! -s conftest.err
14901 } && test -s conftest$ac_exeext &&
14902 $as_test_x conftest$ac_exeext; then
14903 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14904 else
14905 echo "$as_me: failed program was:" >&5
14906 sed 's/^/| /' conftest.$ac_ext >&5
14908 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14912 conftest$ac_exeext conftest.$ac_ext
14913 LIBS=$ac_check_lib_save_LIBS
14915 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14916 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14917 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14918 cat >conftest.$ac_ext <<_ACEOF
14919 /* confdefs.h. */
14920 _ACEOF
14921 cat confdefs.h >>conftest.$ac_ext
14922 cat >>conftest.$ac_ext <<_ACEOF
14923 /* end confdefs.h. */
14924 #ifdef HAVE_ALSA_ASOUNDLIB_H
14925 #include <alsa/asoundlib.h>
14926 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14927 #include <sys/asoundlib.h>
14928 #endif
14930 main ()
14932 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14934 return 0;
14936 _ACEOF
14937 rm -f conftest.$ac_objext
14938 if { (ac_try="$ac_compile"
14939 case "(($ac_try" in
14940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14941 *) ac_try_echo=$ac_try;;
14942 esac
14943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14944 (eval "$ac_compile") 2>conftest.er1
14945 ac_status=$?
14946 grep -v '^ *+' conftest.er1 >conftest.err
14947 rm -f conftest.er1
14948 cat conftest.err >&5
14949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14950 (exit $ac_status); } && {
14951 test -z "$ac_c_werror_flag" ||
14952 test ! -s conftest.err
14953 } && test -s conftest.$ac_objext; then
14955 cat >>confdefs.h <<\_ACEOF
14956 #define HAVE_ALSA 1
14957 _ACEOF
14959 ALSALIBS="-lasound"
14960 else
14961 echo "$as_me: failed program was:" >&5
14962 sed 's/^/| /' conftest.$ac_ext >&5
14967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14972 AUDIOIOLIBS=""
14974 if test "$ac_cv_header_libaudioio_h" = "yes"
14975 then
14976 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14977 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14978 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14979 echo $ECHO_N "(cached) $ECHO_C" >&6
14980 else
14981 ac_check_lib_save_LIBS=$LIBS
14982 LIBS="-laudioio $LIBS"
14983 cat >conftest.$ac_ext <<_ACEOF
14984 /* confdefs.h. */
14985 _ACEOF
14986 cat confdefs.h >>conftest.$ac_ext
14987 cat >>conftest.$ac_ext <<_ACEOF
14988 /* end confdefs.h. */
14990 /* Override any GCC internal prototype to avoid an error.
14991 Use char because int might match the return type of a GCC
14992 builtin and then its argument prototype would still apply. */
14993 #ifdef __cplusplus
14994 extern "C"
14995 #endif
14996 char AudioIOGetVersion ();
14998 main ()
15000 return AudioIOGetVersion ();
15002 return 0;
15004 _ACEOF
15005 rm -f conftest.$ac_objext conftest$ac_exeext
15006 if { (ac_try="$ac_link"
15007 case "(($ac_try" in
15008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15009 *) ac_try_echo=$ac_try;;
15010 esac
15011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15012 (eval "$ac_link") 2>conftest.er1
15013 ac_status=$?
15014 grep -v '^ *+' conftest.er1 >conftest.err
15015 rm -f conftest.er1
15016 cat conftest.err >&5
15017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15018 (exit $ac_status); } && {
15019 test -z "$ac_c_werror_flag" ||
15020 test ! -s conftest.err
15021 } && test -s conftest$ac_exeext &&
15022 $as_test_x conftest$ac_exeext; then
15023 ac_cv_lib_audioio_AudioIOGetVersion=yes
15024 else
15025 echo "$as_me: failed program was:" >&5
15026 sed 's/^/| /' conftest.$ac_ext >&5
15028 ac_cv_lib_audioio_AudioIOGetVersion=no
15031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15032 conftest$ac_exeext conftest.$ac_ext
15033 LIBS=$ac_check_lib_save_LIBS
15035 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15036 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15037 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15038 AUDIOIOLIBS="-laudioio"
15040 cat >>confdefs.h <<\_ACEOF
15041 #define HAVE_LIBAUDIOIO 1
15042 _ACEOF
15049 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15050 then
15051 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15052 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15053 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15054 echo $ECHO_N "(cached) $ECHO_C" >&6
15055 else
15056 ac_check_soname_save_LIBS=$LIBS
15057 LIBS="-lcapi20 $LIBS"
15058 cat >conftest.$ac_ext <<_ACEOF
15059 /* confdefs.h. */
15060 _ACEOF
15061 cat confdefs.h >>conftest.$ac_ext
15062 cat >>conftest.$ac_ext <<_ACEOF
15063 /* end confdefs.h. */
15065 /* Override any GCC internal prototype to avoid an error.
15066 Use char because int might match the return type of a GCC
15067 builtin and then its argument prototype would still apply. */
15068 #ifdef __cplusplus
15069 extern "C"
15070 #endif
15071 char capi20_register ();
15073 main ()
15075 return capi20_register ();
15077 return 0;
15079 _ACEOF
15080 rm -f conftest.$ac_objext conftest$ac_exeext
15081 if { (ac_try="$ac_link"
15082 case "(($ac_try" in
15083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15084 *) ac_try_echo=$ac_try;;
15085 esac
15086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15087 (eval "$ac_link") 2>conftest.er1
15088 ac_status=$?
15089 grep -v '^ *+' conftest.er1 >conftest.err
15090 rm -f conftest.er1
15091 cat conftest.err >&5
15092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15093 (exit $ac_status); } && {
15094 test -z "$ac_c_werror_flag" ||
15095 test ! -s conftest.err
15096 } && test -s conftest$ac_exeext &&
15097 $as_test_x conftest$ac_exeext; then
15098 case "$LIBEXT" in
15099 dll) ;;
15100 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'` ;;
15101 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15102 esac
15103 else
15104 echo "$as_me: failed program was:" >&5
15105 sed 's/^/| /' conftest.$ac_ext >&5
15110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15111 conftest$ac_exeext conftest.$ac_ext
15112 LIBS=$ac_check_soname_save_LIBS
15114 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15115 { echo "$as_me:$LINENO: result: not found" >&5
15116 echo "${ECHO_T}not found" >&6; }
15118 else
15119 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15120 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15122 cat >>confdefs.h <<_ACEOF
15123 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15124 _ACEOF
15130 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15131 case "x$with_capi" in
15132 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15133 xno) ;;
15134 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15135 This is an error since --with-capi was requested." >&5
15136 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15137 This is an error since --with-capi was requested." >&2;}
15138 { (exit 1); exit 1; }; } ;;
15139 esac
15143 CUPSINCL=""
15145 if test "x$with_cups" != "xno"
15146 then
15147 ac_save_CPPFLAGS="$CPPFLAGS"
15148 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15149 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15150 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15152 for ac_header in cups/cups.h
15154 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15155 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15156 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15157 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15158 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15159 echo $ECHO_N "(cached) $ECHO_C" >&6
15161 ac_res=`eval echo '${'$as_ac_Header'}'`
15162 { echo "$as_me:$LINENO: result: $ac_res" >&5
15163 echo "${ECHO_T}$ac_res" >&6; }
15164 else
15165 # Is the header compilable?
15166 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15167 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15168 cat >conftest.$ac_ext <<_ACEOF
15169 /* confdefs.h. */
15170 _ACEOF
15171 cat confdefs.h >>conftest.$ac_ext
15172 cat >>conftest.$ac_ext <<_ACEOF
15173 /* end confdefs.h. */
15174 $ac_includes_default
15175 #include <$ac_header>
15176 _ACEOF
15177 rm -f conftest.$ac_objext
15178 if { (ac_try="$ac_compile"
15179 case "(($ac_try" in
15180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15181 *) ac_try_echo=$ac_try;;
15182 esac
15183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15184 (eval "$ac_compile") 2>conftest.er1
15185 ac_status=$?
15186 grep -v '^ *+' conftest.er1 >conftest.err
15187 rm -f conftest.er1
15188 cat conftest.err >&5
15189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15190 (exit $ac_status); } && {
15191 test -z "$ac_c_werror_flag" ||
15192 test ! -s conftest.err
15193 } && test -s conftest.$ac_objext; then
15194 ac_header_compiler=yes
15195 else
15196 echo "$as_me: failed program was:" >&5
15197 sed 's/^/| /' conftest.$ac_ext >&5
15199 ac_header_compiler=no
15202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15203 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15204 echo "${ECHO_T}$ac_header_compiler" >&6; }
15206 # Is the header present?
15207 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15208 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15209 cat >conftest.$ac_ext <<_ACEOF
15210 /* confdefs.h. */
15211 _ACEOF
15212 cat confdefs.h >>conftest.$ac_ext
15213 cat >>conftest.$ac_ext <<_ACEOF
15214 /* end confdefs.h. */
15215 #include <$ac_header>
15216 _ACEOF
15217 if { (ac_try="$ac_cpp conftest.$ac_ext"
15218 case "(($ac_try" in
15219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15220 *) ac_try_echo=$ac_try;;
15221 esac
15222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15223 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15224 ac_status=$?
15225 grep -v '^ *+' conftest.er1 >conftest.err
15226 rm -f conftest.er1
15227 cat conftest.err >&5
15228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15229 (exit $ac_status); } >/dev/null && {
15230 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15231 test ! -s conftest.err
15232 }; then
15233 ac_header_preproc=yes
15234 else
15235 echo "$as_me: failed program was:" >&5
15236 sed 's/^/| /' conftest.$ac_ext >&5
15238 ac_header_preproc=no
15241 rm -f conftest.err conftest.$ac_ext
15242 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15243 echo "${ECHO_T}$ac_header_preproc" >&6; }
15245 # So? What about this header?
15246 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15247 yes:no: )
15248 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15249 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15250 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15251 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15252 ac_header_preproc=yes
15254 no:yes:* )
15255 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15256 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15257 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15258 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15259 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15260 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15261 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15262 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15263 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15264 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15265 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15266 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15267 ( cat <<\_ASBOX
15268 ## ------------------------------------ ##
15269 ## Report this to wine-devel@winehq.org ##
15270 ## ------------------------------------ ##
15271 _ASBOX
15272 ) | sed "s/^/$as_me: WARNING: /" >&2
15274 esac
15275 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15276 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15277 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15278 echo $ECHO_N "(cached) $ECHO_C" >&6
15279 else
15280 eval "$as_ac_Header=\$ac_header_preproc"
15282 ac_res=`eval echo '${'$as_ac_Header'}'`
15283 { echo "$as_me:$LINENO: result: $ac_res" >&5
15284 echo "${ECHO_T}$ac_res" >&6; }
15287 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15288 cat >>confdefs.h <<_ACEOF
15289 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15290 _ACEOF
15291 { echo "$as_me:$LINENO: checking for -lcups" >&5
15292 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15293 if test "${ac_cv_lib_soname_cups+set}" = set; then
15294 echo $ECHO_N "(cached) $ECHO_C" >&6
15295 else
15296 ac_check_soname_save_LIBS=$LIBS
15297 LIBS="-lcups $ac_cups_libs $LIBS"
15298 cat >conftest.$ac_ext <<_ACEOF
15299 /* confdefs.h. */
15300 _ACEOF
15301 cat confdefs.h >>conftest.$ac_ext
15302 cat >>conftest.$ac_ext <<_ACEOF
15303 /* end confdefs.h. */
15305 /* Override any GCC internal prototype to avoid an error.
15306 Use char because int might match the return type of a GCC
15307 builtin and then its argument prototype would still apply. */
15308 #ifdef __cplusplus
15309 extern "C"
15310 #endif
15311 char cupsGetDefault ();
15313 main ()
15315 return cupsGetDefault ();
15317 return 0;
15319 _ACEOF
15320 rm -f conftest.$ac_objext conftest$ac_exeext
15321 if { (ac_try="$ac_link"
15322 case "(($ac_try" in
15323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15324 *) ac_try_echo=$ac_try;;
15325 esac
15326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15327 (eval "$ac_link") 2>conftest.er1
15328 ac_status=$?
15329 grep -v '^ *+' conftest.er1 >conftest.err
15330 rm -f conftest.er1
15331 cat conftest.err >&5
15332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15333 (exit $ac_status); } && {
15334 test -z "$ac_c_werror_flag" ||
15335 test ! -s conftest.err
15336 } && test -s conftest$ac_exeext &&
15337 $as_test_x conftest$ac_exeext; then
15338 case "$LIBEXT" in
15339 dll) ;;
15340 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'` ;;
15341 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15342 esac
15343 else
15344 echo "$as_me: failed program was:" >&5
15345 sed 's/^/| /' conftest.$ac_ext >&5
15350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15351 conftest$ac_exeext conftest.$ac_ext
15352 LIBS=$ac_check_soname_save_LIBS
15354 if test "x$ac_cv_lib_soname_cups" = "x"; then
15355 { echo "$as_me:$LINENO: result: not found" >&5
15356 echo "${ECHO_T}not found" >&6; }
15358 else
15359 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15360 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15362 cat >>confdefs.h <<_ACEOF
15363 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15364 _ACEOF
15366 CUPSINCL="$ac_cups_cflags"
15371 done
15373 CPPFLAGS="$ac_save_CPPFLAGS"
15375 if test "x$ac_cv_lib_soname_cups" = "x"; then
15376 case "x$with_cups" in
15377 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15378 xno) ;;
15379 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15380 This is an error since --with-cups was requested." >&5
15381 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15382 This is an error since --with-cups was requested." >&2;}
15383 { (exit 1); exit 1; }; } ;;
15384 esac
15388 if test "$ac_cv_header_jack_jack_h" = "yes"
15389 then
15390 { echo "$as_me:$LINENO: checking for -ljack" >&5
15391 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15392 if test "${ac_cv_lib_soname_jack+set}" = set; then
15393 echo $ECHO_N "(cached) $ECHO_C" >&6
15394 else
15395 ac_check_soname_save_LIBS=$LIBS
15396 LIBS="-ljack $LIBS"
15397 cat >conftest.$ac_ext <<_ACEOF
15398 /* confdefs.h. */
15399 _ACEOF
15400 cat confdefs.h >>conftest.$ac_ext
15401 cat >>conftest.$ac_ext <<_ACEOF
15402 /* end confdefs.h. */
15404 /* Override any GCC internal prototype to avoid an error.
15405 Use char because int might match the return type of a GCC
15406 builtin and then its argument prototype would still apply. */
15407 #ifdef __cplusplus
15408 extern "C"
15409 #endif
15410 char jack_client_new ();
15412 main ()
15414 return jack_client_new ();
15416 return 0;
15418 _ACEOF
15419 rm -f conftest.$ac_objext conftest$ac_exeext
15420 if { (ac_try="$ac_link"
15421 case "(($ac_try" in
15422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15423 *) ac_try_echo=$ac_try;;
15424 esac
15425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15426 (eval "$ac_link") 2>conftest.er1
15427 ac_status=$?
15428 grep -v '^ *+' conftest.er1 >conftest.err
15429 rm -f conftest.er1
15430 cat conftest.err >&5
15431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15432 (exit $ac_status); } && {
15433 test -z "$ac_c_werror_flag" ||
15434 test ! -s conftest.err
15435 } && test -s conftest$ac_exeext &&
15436 $as_test_x conftest$ac_exeext; then
15437 case "$LIBEXT" in
15438 dll) ;;
15439 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'` ;;
15440 *) 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'` ;;
15441 esac
15442 else
15443 echo "$as_me: failed program was:" >&5
15444 sed 's/^/| /' conftest.$ac_ext >&5
15449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15450 conftest$ac_exeext conftest.$ac_ext
15451 LIBS=$ac_check_soname_save_LIBS
15453 if test "x$ac_cv_lib_soname_jack" = "x"; then
15454 { echo "$as_me:$LINENO: result: not found" >&5
15455 echo "${ECHO_T}not found" >&6; }
15457 else
15458 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15459 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15461 cat >>confdefs.h <<_ACEOF
15462 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15463 _ACEOF
15470 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15471 then
15472 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15473 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15474 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15475 echo $ECHO_N "(cached) $ECHO_C" >&6
15476 else
15477 ac_check_soname_save_LIBS=$LIBS
15478 LIBS="-lfontconfig $LIBS"
15479 cat >conftest.$ac_ext <<_ACEOF
15480 /* confdefs.h. */
15481 _ACEOF
15482 cat confdefs.h >>conftest.$ac_ext
15483 cat >>conftest.$ac_ext <<_ACEOF
15484 /* end confdefs.h. */
15486 /* Override any GCC internal prototype to avoid an error.
15487 Use char because int might match the return type of a GCC
15488 builtin and then its argument prototype would still apply. */
15489 #ifdef __cplusplus
15490 extern "C"
15491 #endif
15492 char FcInit ();
15494 main ()
15496 return FcInit ();
15498 return 0;
15500 _ACEOF
15501 rm -f conftest.$ac_objext conftest$ac_exeext
15502 if { (ac_try="$ac_link"
15503 case "(($ac_try" in
15504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15505 *) ac_try_echo=$ac_try;;
15506 esac
15507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15508 (eval "$ac_link") 2>conftest.er1
15509 ac_status=$?
15510 grep -v '^ *+' conftest.er1 >conftest.err
15511 rm -f conftest.er1
15512 cat conftest.err >&5
15513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15514 (exit $ac_status); } && {
15515 test -z "$ac_c_werror_flag" ||
15516 test ! -s conftest.err
15517 } && test -s conftest$ac_exeext &&
15518 $as_test_x conftest$ac_exeext; then
15519 case "$LIBEXT" in
15520 dll) ;;
15521 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'` ;;
15522 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15523 esac
15524 else
15525 echo "$as_me: failed program was:" >&5
15526 sed 's/^/| /' conftest.$ac_ext >&5
15531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15532 conftest$ac_exeext conftest.$ac_ext
15533 LIBS=$ac_check_soname_save_LIBS
15535 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15536 { echo "$as_me:$LINENO: result: not found" >&5
15537 echo "${ECHO_T}not found" >&6; }
15539 else
15540 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15541 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15543 cat >>confdefs.h <<_ACEOF
15544 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15545 _ACEOF
15550 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15551 then
15552 ac_save_CPPFLAGS="$CPPFLAGS"
15553 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15554 $as_unset ac_cv_header_fontconfig_fontconfig_h
15556 for ac_header in fontconfig/fontconfig.h
15558 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15559 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15560 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15561 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15562 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15563 echo $ECHO_N "(cached) $ECHO_C" >&6
15565 ac_res=`eval echo '${'$as_ac_Header'}'`
15566 { echo "$as_me:$LINENO: result: $ac_res" >&5
15567 echo "${ECHO_T}$ac_res" >&6; }
15568 else
15569 # Is the header compilable?
15570 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15571 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15572 cat >conftest.$ac_ext <<_ACEOF
15573 /* confdefs.h. */
15574 _ACEOF
15575 cat confdefs.h >>conftest.$ac_ext
15576 cat >>conftest.$ac_ext <<_ACEOF
15577 /* end confdefs.h. */
15578 $ac_includes_default
15579 #include <$ac_header>
15580 _ACEOF
15581 rm -f conftest.$ac_objext
15582 if { (ac_try="$ac_compile"
15583 case "(($ac_try" in
15584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15585 *) ac_try_echo=$ac_try;;
15586 esac
15587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15588 (eval "$ac_compile") 2>conftest.er1
15589 ac_status=$?
15590 grep -v '^ *+' conftest.er1 >conftest.err
15591 rm -f conftest.er1
15592 cat conftest.err >&5
15593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15594 (exit $ac_status); } && {
15595 test -z "$ac_c_werror_flag" ||
15596 test ! -s conftest.err
15597 } && test -s conftest.$ac_objext; then
15598 ac_header_compiler=yes
15599 else
15600 echo "$as_me: failed program was:" >&5
15601 sed 's/^/| /' conftest.$ac_ext >&5
15603 ac_header_compiler=no
15606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15607 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15608 echo "${ECHO_T}$ac_header_compiler" >&6; }
15610 # Is the header present?
15611 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15612 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15613 cat >conftest.$ac_ext <<_ACEOF
15614 /* confdefs.h. */
15615 _ACEOF
15616 cat confdefs.h >>conftest.$ac_ext
15617 cat >>conftest.$ac_ext <<_ACEOF
15618 /* end confdefs.h. */
15619 #include <$ac_header>
15620 _ACEOF
15621 if { (ac_try="$ac_cpp conftest.$ac_ext"
15622 case "(($ac_try" in
15623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15624 *) ac_try_echo=$ac_try;;
15625 esac
15626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15627 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15628 ac_status=$?
15629 grep -v '^ *+' conftest.er1 >conftest.err
15630 rm -f conftest.er1
15631 cat conftest.err >&5
15632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15633 (exit $ac_status); } >/dev/null && {
15634 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15635 test ! -s conftest.err
15636 }; then
15637 ac_header_preproc=yes
15638 else
15639 echo "$as_me: failed program was:" >&5
15640 sed 's/^/| /' conftest.$ac_ext >&5
15642 ac_header_preproc=no
15645 rm -f conftest.err conftest.$ac_ext
15646 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15647 echo "${ECHO_T}$ac_header_preproc" >&6; }
15649 # So? What about this header?
15650 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15651 yes:no: )
15652 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15653 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15654 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15655 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15656 ac_header_preproc=yes
15658 no:yes:* )
15659 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15660 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15661 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15662 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15663 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15664 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15665 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15666 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15667 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15668 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15669 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15670 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15671 ( cat <<\_ASBOX
15672 ## ------------------------------------ ##
15673 ## Report this to wine-devel@winehq.org ##
15674 ## ------------------------------------ ##
15675 _ASBOX
15676 ) | sed "s/^/$as_me: WARNING: /" >&2
15678 esac
15679 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15680 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15681 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15682 echo $ECHO_N "(cached) $ECHO_C" >&6
15683 else
15684 eval "$as_ac_Header=\$ac_header_preproc"
15686 ac_res=`eval echo '${'$as_ac_Header'}'`
15687 { echo "$as_me:$LINENO: result: $ac_res" >&5
15688 echo "${ECHO_T}$ac_res" >&6; }
15691 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15692 cat >>confdefs.h <<_ACEOF
15693 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15694 _ACEOF
15698 done
15700 CPPFLAGS="$ac_save_CPPFLAGS"
15701 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15702 then
15703 FONTCONFIGINCL="$X_CFLAGS"
15705 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15706 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15707 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15708 echo $ECHO_N "(cached) $ECHO_C" >&6
15709 else
15710 ac_check_soname_save_LIBS=$LIBS
15711 LIBS="-lfontconfig $X_LIBS $LIBS"
15712 cat >conftest.$ac_ext <<_ACEOF
15713 /* confdefs.h. */
15714 _ACEOF
15715 cat confdefs.h >>conftest.$ac_ext
15716 cat >>conftest.$ac_ext <<_ACEOF
15717 /* end confdefs.h. */
15719 /* Override any GCC internal prototype to avoid an error.
15720 Use char because int might match the return type of a GCC
15721 builtin and then its argument prototype would still apply. */
15722 #ifdef __cplusplus
15723 extern "C"
15724 #endif
15725 char FcInit ();
15727 main ()
15729 return FcInit ();
15731 return 0;
15733 _ACEOF
15734 rm -f conftest.$ac_objext conftest$ac_exeext
15735 if { (ac_try="$ac_link"
15736 case "(($ac_try" in
15737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15738 *) ac_try_echo=$ac_try;;
15739 esac
15740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15741 (eval "$ac_link") 2>conftest.er1
15742 ac_status=$?
15743 grep -v '^ *+' conftest.er1 >conftest.err
15744 rm -f conftest.er1
15745 cat conftest.err >&5
15746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15747 (exit $ac_status); } && {
15748 test -z "$ac_c_werror_flag" ||
15749 test ! -s conftest.err
15750 } && test -s conftest$ac_exeext &&
15751 $as_test_x conftest$ac_exeext; then
15752 case "$LIBEXT" in
15753 dll) ;;
15754 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'` ;;
15755 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15756 esac
15757 else
15758 echo "$as_me: failed program was:" >&5
15759 sed 's/^/| /' conftest.$ac_ext >&5
15764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15765 conftest$ac_exeext conftest.$ac_ext
15766 LIBS=$ac_check_soname_save_LIBS
15768 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15769 { echo "$as_me:$LINENO: result: not found" >&5
15770 echo "${ECHO_T}not found" >&6; }
15772 else
15773 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15774 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15776 cat >>confdefs.h <<_ACEOF
15777 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15778 _ACEOF
15785 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15786 case "x$with_fontconfig" in
15787 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15788 xno) ;;
15789 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15790 This is an error since --with-fontconfig was requested." >&5
15791 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15792 This is an error since --with-fontconfig was requested." >&2;}
15793 { (exit 1); exit 1; }; } ;;
15794 esac
15798 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15799 then
15800 { echo "$as_me:$LINENO: checking for -lssl" >&5
15801 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15802 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15803 echo $ECHO_N "(cached) $ECHO_C" >&6
15804 else
15805 ac_check_soname_save_LIBS=$LIBS
15806 LIBS="-lssl $LIBS"
15807 cat >conftest.$ac_ext <<_ACEOF
15808 /* confdefs.h. */
15809 _ACEOF
15810 cat confdefs.h >>conftest.$ac_ext
15811 cat >>conftest.$ac_ext <<_ACEOF
15812 /* end confdefs.h. */
15814 /* Override any GCC internal prototype to avoid an error.
15815 Use char because int might match the return type of a GCC
15816 builtin and then its argument prototype would still apply. */
15817 #ifdef __cplusplus
15818 extern "C"
15819 #endif
15820 char SSL_library_init ();
15822 main ()
15824 return SSL_library_init ();
15826 return 0;
15828 _ACEOF
15829 rm -f conftest.$ac_objext conftest$ac_exeext
15830 if { (ac_try="$ac_link"
15831 case "(($ac_try" in
15832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15833 *) ac_try_echo=$ac_try;;
15834 esac
15835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15836 (eval "$ac_link") 2>conftest.er1
15837 ac_status=$?
15838 grep -v '^ *+' conftest.er1 >conftest.err
15839 rm -f conftest.er1
15840 cat conftest.err >&5
15841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15842 (exit $ac_status); } && {
15843 test -z "$ac_c_werror_flag" ||
15844 test ! -s conftest.err
15845 } && test -s conftest$ac_exeext &&
15846 $as_test_x conftest$ac_exeext; then
15847 case "$LIBEXT" in
15848 dll) ;;
15849 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'` ;;
15850 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15851 esac
15852 else
15853 echo "$as_me: failed program was:" >&5
15854 sed 's/^/| /' conftest.$ac_ext >&5
15859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15860 conftest$ac_exeext conftest.$ac_ext
15861 LIBS=$ac_check_soname_save_LIBS
15863 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15864 { echo "$as_me:$LINENO: result: not found" >&5
15865 echo "${ECHO_T}not found" >&6; }
15867 else
15868 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15869 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15871 cat >>confdefs.h <<_ACEOF
15872 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15873 _ACEOF
15878 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15879 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15880 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15881 echo $ECHO_N "(cached) $ECHO_C" >&6
15882 else
15883 ac_check_soname_save_LIBS=$LIBS
15884 LIBS="-lcrypto $LIBS"
15885 cat >conftest.$ac_ext <<_ACEOF
15886 /* confdefs.h. */
15887 _ACEOF
15888 cat confdefs.h >>conftest.$ac_ext
15889 cat >>conftest.$ac_ext <<_ACEOF
15890 /* end confdefs.h. */
15892 /* Override any GCC internal prototype to avoid an error.
15893 Use char because int might match the return type of a GCC
15894 builtin and then its argument prototype would still apply. */
15895 #ifdef __cplusplus
15896 extern "C"
15897 #endif
15898 char BIO_new_socket ();
15900 main ()
15902 return BIO_new_socket ();
15904 return 0;
15906 _ACEOF
15907 rm -f conftest.$ac_objext conftest$ac_exeext
15908 if { (ac_try="$ac_link"
15909 case "(($ac_try" in
15910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15911 *) ac_try_echo=$ac_try;;
15912 esac
15913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15914 (eval "$ac_link") 2>conftest.er1
15915 ac_status=$?
15916 grep -v '^ *+' conftest.er1 >conftest.err
15917 rm -f conftest.er1
15918 cat conftest.err >&5
15919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15920 (exit $ac_status); } && {
15921 test -z "$ac_c_werror_flag" ||
15922 test ! -s conftest.err
15923 } && test -s conftest$ac_exeext &&
15924 $as_test_x conftest$ac_exeext; then
15925 case "$LIBEXT" in
15926 dll) ;;
15927 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'` ;;
15928 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15929 esac
15930 else
15931 echo "$as_me: failed program was:" >&5
15932 sed 's/^/| /' conftest.$ac_ext >&5
15937 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15938 conftest$ac_exeext conftest.$ac_ext
15939 LIBS=$ac_check_soname_save_LIBS
15941 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15942 { echo "$as_me:$LINENO: result: not found" >&5
15943 echo "${ECHO_T}not found" >&6; }
15945 else
15946 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15947 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15949 cat >>confdefs.h <<_ACEOF
15950 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15951 _ACEOF
15957 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15958 case "x$with_openssl" in
15959 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
15960 xno) ;;
15961 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
15962 This is an error since --with-openssl was requested." >&5
15963 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
15964 This is an error since --with-openssl was requested." >&2;}
15965 { (exit 1); exit 1; }; } ;;
15966 esac
15970 if test "$ac_cv_header_jpeglib_h" = "yes"
15971 then
15972 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15973 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15974 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15975 echo $ECHO_N "(cached) $ECHO_C" >&6
15976 else
15977 ac_check_soname_save_LIBS=$LIBS
15978 LIBS="-ljpeg $LIBS"
15979 cat >conftest.$ac_ext <<_ACEOF
15980 /* confdefs.h. */
15981 _ACEOF
15982 cat confdefs.h >>conftest.$ac_ext
15983 cat >>conftest.$ac_ext <<_ACEOF
15984 /* end confdefs.h. */
15986 /* Override any GCC internal prototype to avoid an error.
15987 Use char because int might match the return type of a GCC
15988 builtin and then its argument prototype would still apply. */
15989 #ifdef __cplusplus
15990 extern "C"
15991 #endif
15992 char jpeg_start_decompress ();
15994 main ()
15996 return jpeg_start_decompress ();
15998 return 0;
16000 _ACEOF
16001 rm -f conftest.$ac_objext conftest$ac_exeext
16002 if { (ac_try="$ac_link"
16003 case "(($ac_try" in
16004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16005 *) ac_try_echo=$ac_try;;
16006 esac
16007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16008 (eval "$ac_link") 2>conftest.er1
16009 ac_status=$?
16010 grep -v '^ *+' conftest.er1 >conftest.err
16011 rm -f conftest.er1
16012 cat conftest.err >&5
16013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16014 (exit $ac_status); } && {
16015 test -z "$ac_c_werror_flag" ||
16016 test ! -s conftest.err
16017 } && test -s conftest$ac_exeext &&
16018 $as_test_x conftest$ac_exeext; then
16019 case "$LIBEXT" in
16020 dll) ;;
16021 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'` ;;
16022 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16023 esac
16024 else
16025 echo "$as_me: failed program was:" >&5
16026 sed 's/^/| /' conftest.$ac_ext >&5
16031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16032 conftest$ac_exeext conftest.$ac_ext
16033 LIBS=$ac_check_soname_save_LIBS
16035 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16036 { echo "$as_me:$LINENO: result: not found" >&5
16037 echo "${ECHO_T}not found" >&6; }
16039 else
16040 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16041 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16043 cat >>confdefs.h <<_ACEOF
16044 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16045 _ACEOF
16051 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16052 case "x$with_jpeg" in
16053 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16054 xno) ;;
16055 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16056 This is an error since --with-jpeg was requested." >&5
16057 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16058 This is an error since --with-jpeg was requested." >&2;}
16059 { (exit 1); exit 1; }; } ;;
16060 esac
16064 if test "$ac_cv_header_png_h" = "yes"
16065 then
16066 { echo "$as_me:$LINENO: checking for -lpng" >&5
16067 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16068 if test "${ac_cv_lib_soname_png+set}" = set; then
16069 echo $ECHO_N "(cached) $ECHO_C" >&6
16070 else
16071 ac_check_soname_save_LIBS=$LIBS
16072 LIBS="-lpng -lm -lz $LIBS"
16073 cat >conftest.$ac_ext <<_ACEOF
16074 /* confdefs.h. */
16075 _ACEOF
16076 cat confdefs.h >>conftest.$ac_ext
16077 cat >>conftest.$ac_ext <<_ACEOF
16078 /* end confdefs.h. */
16080 /* Override any GCC internal prototype to avoid an error.
16081 Use char because int might match the return type of a GCC
16082 builtin and then its argument prototype would still apply. */
16083 #ifdef __cplusplus
16084 extern "C"
16085 #endif
16086 char png_create_read_struct ();
16088 main ()
16090 return png_create_read_struct ();
16092 return 0;
16094 _ACEOF
16095 rm -f conftest.$ac_objext conftest$ac_exeext
16096 if { (ac_try="$ac_link"
16097 case "(($ac_try" in
16098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16099 *) ac_try_echo=$ac_try;;
16100 esac
16101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16102 (eval "$ac_link") 2>conftest.er1
16103 ac_status=$?
16104 grep -v '^ *+' conftest.er1 >conftest.err
16105 rm -f conftest.er1
16106 cat conftest.err >&5
16107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16108 (exit $ac_status); } && {
16109 test -z "$ac_c_werror_flag" ||
16110 test ! -s conftest.err
16111 } && test -s conftest$ac_exeext &&
16112 $as_test_x conftest$ac_exeext; then
16113 case "$LIBEXT" in
16114 dll) ;;
16115 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'` ;;
16116 *) 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'` ;;
16117 esac
16118 else
16119 echo "$as_me: failed program was:" >&5
16120 sed 's/^/| /' conftest.$ac_ext >&5
16125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16126 conftest$ac_exeext conftest.$ac_ext
16127 LIBS=$ac_check_soname_save_LIBS
16129 if test "x$ac_cv_lib_soname_png" = "x"; then
16130 { echo "$as_me:$LINENO: result: not found" >&5
16131 echo "${ECHO_T}not found" >&6; }
16133 else
16134 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16135 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16137 cat >>confdefs.h <<_ACEOF
16138 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16139 _ACEOF
16144 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16145 then
16146 ac_save_CPPFLAGS="$CPPFLAGS"
16147 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16148 $as_unset ac_cv_header_png_h
16150 for ac_header in png.h
16152 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16153 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16154 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16155 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16156 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16157 echo $ECHO_N "(cached) $ECHO_C" >&6
16159 ac_res=`eval echo '${'$as_ac_Header'}'`
16160 { echo "$as_me:$LINENO: result: $ac_res" >&5
16161 echo "${ECHO_T}$ac_res" >&6; }
16162 else
16163 # Is the header compilable?
16164 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16165 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16166 cat >conftest.$ac_ext <<_ACEOF
16167 /* confdefs.h. */
16168 _ACEOF
16169 cat confdefs.h >>conftest.$ac_ext
16170 cat >>conftest.$ac_ext <<_ACEOF
16171 /* end confdefs.h. */
16172 $ac_includes_default
16173 #include <$ac_header>
16174 _ACEOF
16175 rm -f conftest.$ac_objext
16176 if { (ac_try="$ac_compile"
16177 case "(($ac_try" in
16178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16179 *) ac_try_echo=$ac_try;;
16180 esac
16181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16182 (eval "$ac_compile") 2>conftest.er1
16183 ac_status=$?
16184 grep -v '^ *+' conftest.er1 >conftest.err
16185 rm -f conftest.er1
16186 cat conftest.err >&5
16187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16188 (exit $ac_status); } && {
16189 test -z "$ac_c_werror_flag" ||
16190 test ! -s conftest.err
16191 } && test -s conftest.$ac_objext; then
16192 ac_header_compiler=yes
16193 else
16194 echo "$as_me: failed program was:" >&5
16195 sed 's/^/| /' conftest.$ac_ext >&5
16197 ac_header_compiler=no
16200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16201 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16202 echo "${ECHO_T}$ac_header_compiler" >&6; }
16204 # Is the header present?
16205 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16206 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16207 cat >conftest.$ac_ext <<_ACEOF
16208 /* confdefs.h. */
16209 _ACEOF
16210 cat confdefs.h >>conftest.$ac_ext
16211 cat >>conftest.$ac_ext <<_ACEOF
16212 /* end confdefs.h. */
16213 #include <$ac_header>
16214 _ACEOF
16215 if { (ac_try="$ac_cpp conftest.$ac_ext"
16216 case "(($ac_try" in
16217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16218 *) ac_try_echo=$ac_try;;
16219 esac
16220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16221 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16222 ac_status=$?
16223 grep -v '^ *+' conftest.er1 >conftest.err
16224 rm -f conftest.er1
16225 cat conftest.err >&5
16226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16227 (exit $ac_status); } >/dev/null && {
16228 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16229 test ! -s conftest.err
16230 }; then
16231 ac_header_preproc=yes
16232 else
16233 echo "$as_me: failed program was:" >&5
16234 sed 's/^/| /' conftest.$ac_ext >&5
16236 ac_header_preproc=no
16239 rm -f conftest.err conftest.$ac_ext
16240 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16241 echo "${ECHO_T}$ac_header_preproc" >&6; }
16243 # So? What about this header?
16244 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16245 yes:no: )
16246 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16247 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16248 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16249 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16250 ac_header_preproc=yes
16252 no:yes:* )
16253 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16254 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16255 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16256 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16257 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16258 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16259 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16260 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16261 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16262 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16263 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16264 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16265 ( cat <<\_ASBOX
16266 ## ------------------------------------ ##
16267 ## Report this to wine-devel@winehq.org ##
16268 ## ------------------------------------ ##
16269 _ASBOX
16270 ) | sed "s/^/$as_me: WARNING: /" >&2
16272 esac
16273 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16274 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16275 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16276 echo $ECHO_N "(cached) $ECHO_C" >&6
16277 else
16278 eval "$as_ac_Header=\$ac_header_preproc"
16280 ac_res=`eval echo '${'$as_ac_Header'}'`
16281 { echo "$as_me:$LINENO: result: $ac_res" >&5
16282 echo "${ECHO_T}$ac_res" >&6; }
16285 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16286 cat >>confdefs.h <<_ACEOF
16287 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16288 _ACEOF
16292 done
16294 CPPFLAGS="$ac_save_CPPFLAGS"
16295 if test "$ac_cv_header_png_h" = "yes"
16296 then
16297 PNGINCL="$X_CFLAGS"
16299 { echo "$as_me:$LINENO: checking for -lpng" >&5
16300 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16301 if test "${ac_cv_lib_soname_png+set}" = set; then
16302 echo $ECHO_N "(cached) $ECHO_C" >&6
16303 else
16304 ac_check_soname_save_LIBS=$LIBS
16305 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16306 cat >conftest.$ac_ext <<_ACEOF
16307 /* confdefs.h. */
16308 _ACEOF
16309 cat confdefs.h >>conftest.$ac_ext
16310 cat >>conftest.$ac_ext <<_ACEOF
16311 /* end confdefs.h. */
16313 /* Override any GCC internal prototype to avoid an error.
16314 Use char because int might match the return type of a GCC
16315 builtin and then its argument prototype would still apply. */
16316 #ifdef __cplusplus
16317 extern "C"
16318 #endif
16319 char png_create_read_struct ();
16321 main ()
16323 return png_create_read_struct ();
16325 return 0;
16327 _ACEOF
16328 rm -f conftest.$ac_objext conftest$ac_exeext
16329 if { (ac_try="$ac_link"
16330 case "(($ac_try" in
16331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16332 *) ac_try_echo=$ac_try;;
16333 esac
16334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16335 (eval "$ac_link") 2>conftest.er1
16336 ac_status=$?
16337 grep -v '^ *+' conftest.er1 >conftest.err
16338 rm -f conftest.er1
16339 cat conftest.err >&5
16340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16341 (exit $ac_status); } && {
16342 test -z "$ac_c_werror_flag" ||
16343 test ! -s conftest.err
16344 } && test -s conftest$ac_exeext &&
16345 $as_test_x conftest$ac_exeext; then
16346 case "$LIBEXT" in
16347 dll) ;;
16348 dylib) ac_cv_lib_soname_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'` ;;
16349 *) 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'` ;;
16350 esac
16351 else
16352 echo "$as_me: failed program was:" >&5
16353 sed 's/^/| /' conftest.$ac_ext >&5
16358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16359 conftest$ac_exeext conftest.$ac_ext
16360 LIBS=$ac_check_soname_save_LIBS
16362 if test "x$ac_cv_lib_soname_png" = "x"; then
16363 { echo "$as_me:$LINENO: result: not found" >&5
16364 echo "${ECHO_T}not found" >&6; }
16366 else
16367 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16368 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16370 cat >>confdefs.h <<_ACEOF
16371 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16372 _ACEOF
16379 if test "x$ac_cv_lib_soname_png" = "x"; then
16380 case "x$with_png" in
16381 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16382 xno) ;;
16383 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16384 This is an error since --with-png was requested." >&5
16385 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16386 This is an error since --with-png was requested." >&2;}
16387 { (exit 1); exit 1; }; } ;;
16388 esac
16392 if test "$ac_cv_header_kstat_h" = "yes"
16393 then
16394 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16395 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16396 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16397 echo $ECHO_N "(cached) $ECHO_C" >&6
16398 else
16399 ac_check_lib_save_LIBS=$LIBS
16400 LIBS="-lkstat $LIBS"
16401 cat >conftest.$ac_ext <<_ACEOF
16402 /* confdefs.h. */
16403 _ACEOF
16404 cat confdefs.h >>conftest.$ac_ext
16405 cat >>conftest.$ac_ext <<_ACEOF
16406 /* end confdefs.h. */
16408 /* Override any GCC internal prototype to avoid an error.
16409 Use char because int might match the return type of a GCC
16410 builtin and then its argument prototype would still apply. */
16411 #ifdef __cplusplus
16412 extern "C"
16413 #endif
16414 char kstat_open ();
16416 main ()
16418 return kstat_open ();
16420 return 0;
16422 _ACEOF
16423 rm -f conftest.$ac_objext conftest$ac_exeext
16424 if { (ac_try="$ac_link"
16425 case "(($ac_try" in
16426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16427 *) ac_try_echo=$ac_try;;
16428 esac
16429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16430 (eval "$ac_link") 2>conftest.er1
16431 ac_status=$?
16432 grep -v '^ *+' conftest.er1 >conftest.err
16433 rm -f conftest.er1
16434 cat conftest.err >&5
16435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16436 (exit $ac_status); } && {
16437 test -z "$ac_c_werror_flag" ||
16438 test ! -s conftest.err
16439 } && test -s conftest$ac_exeext &&
16440 $as_test_x conftest$ac_exeext; then
16441 ac_cv_lib_kstat_kstat_open=yes
16442 else
16443 echo "$as_me: failed program was:" >&5
16444 sed 's/^/| /' conftest.$ac_ext >&5
16446 ac_cv_lib_kstat_kstat_open=no
16449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16450 conftest$ac_exeext conftest.$ac_ext
16451 LIBS=$ac_check_lib_save_LIBS
16453 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16454 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16455 if test $ac_cv_lib_kstat_kstat_open = yes; then
16457 cat >>confdefs.h <<\_ACEOF
16458 #define HAVE_LIBKSTAT 1
16459 _ACEOF
16461 LIBKSTAT="-lkstat"
16467 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16468 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16469 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16470 echo $ECHO_N "(cached) $ECHO_C" >&6
16471 else
16472 ac_check_soname_save_LIBS=$LIBS
16473 LIBS="-lodbc $LIBS"
16474 cat >conftest.$ac_ext <<_ACEOF
16475 /* confdefs.h. */
16476 _ACEOF
16477 cat confdefs.h >>conftest.$ac_ext
16478 cat >>conftest.$ac_ext <<_ACEOF
16479 /* end confdefs.h. */
16481 /* Override any GCC internal prototype to avoid an error.
16482 Use char because int might match the return type of a GCC
16483 builtin and then its argument prototype would still apply. */
16484 #ifdef __cplusplus
16485 extern "C"
16486 #endif
16487 char SQLConnect ();
16489 main ()
16491 return SQLConnect ();
16493 return 0;
16495 _ACEOF
16496 rm -f conftest.$ac_objext conftest$ac_exeext
16497 if { (ac_try="$ac_link"
16498 case "(($ac_try" in
16499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16500 *) ac_try_echo=$ac_try;;
16501 esac
16502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16503 (eval "$ac_link") 2>conftest.er1
16504 ac_status=$?
16505 grep -v '^ *+' conftest.er1 >conftest.err
16506 rm -f conftest.er1
16507 cat conftest.err >&5
16508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16509 (exit $ac_status); } && {
16510 test -z "$ac_c_werror_flag" ||
16511 test ! -s conftest.err
16512 } && test -s conftest$ac_exeext &&
16513 $as_test_x conftest$ac_exeext; then
16514 case "$LIBEXT" in
16515 dll) ;;
16516 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'` ;;
16517 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16518 esac
16519 else
16520 echo "$as_me: failed program was:" >&5
16521 sed 's/^/| /' conftest.$ac_ext >&5
16526 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16527 conftest$ac_exeext conftest.$ac_ext
16528 LIBS=$ac_check_soname_save_LIBS
16530 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16531 { echo "$as_me:$LINENO: result: not found" >&5
16532 echo "${ECHO_T}not found" >&6; }
16533 cat >>confdefs.h <<_ACEOF
16534 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16535 _ACEOF
16537 else
16538 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16539 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16541 cat >>confdefs.h <<_ACEOF
16542 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16543 _ACEOF
16549 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16550 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16551 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16552 "$ac_cv_header_soundcard_h" != "yes" -a \
16553 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16554 then
16555 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16559 EXTRACFLAGS=""
16561 if test "x${GCC}" = "xyes"
16562 then
16563 EXTRACFLAGS="-Wall -pipe"
16565 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16566 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16567 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16568 echo $ECHO_N "(cached) $ECHO_C" >&6
16569 else
16570 if test "$cross_compiling" = yes; then
16571 ac_cv_c_gcc_strength_bug="yes"
16572 else
16573 cat >conftest.$ac_ext <<_ACEOF
16574 /* confdefs.h. */
16575 _ACEOF
16576 cat confdefs.h >>conftest.$ac_ext
16577 cat >>conftest.$ac_ext <<_ACEOF
16578 /* end confdefs.h. */
16579 int L[4] = {0,1,2,3};
16581 main ()
16583 static int Array[3];
16584 unsigned int B = 3;
16585 int i;
16586 for(i=0; i<B; i++) Array[i] = i - 3;
16587 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16588 L[i] = 4;
16589 return (Array[1] != -2 || L[2] != 3)
16591 return 0;
16593 _ACEOF
16594 rm -f conftest$ac_exeext
16595 if { (ac_try="$ac_link"
16596 case "(($ac_try" in
16597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16598 *) ac_try_echo=$ac_try;;
16599 esac
16600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16601 (eval "$ac_link") 2>&5
16602 ac_status=$?
16603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16605 { (case "(($ac_try" in
16606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16607 *) ac_try_echo=$ac_try;;
16608 esac
16609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16610 (eval "$ac_try") 2>&5
16611 ac_status=$?
16612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16613 (exit $ac_status); }; }; then
16614 ac_cv_c_gcc_strength_bug="no"
16615 else
16616 echo "$as_me: program exited with status $ac_status" >&5
16617 echo "$as_me: failed program was:" >&5
16618 sed 's/^/| /' conftest.$ac_ext >&5
16620 ( exit $ac_status )
16621 ac_cv_c_gcc_strength_bug="yes"
16623 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16628 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16629 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16630 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16631 then
16632 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16635 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16636 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16637 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16638 echo $ECHO_N "(cached) $ECHO_C" >&6
16639 else
16640 ac_wine_try_cflags_saved=$CFLAGS
16641 CFLAGS="$CFLAGS -fno-builtin"
16642 cat >conftest.$ac_ext <<_ACEOF
16643 /* confdefs.h. */
16644 _ACEOF
16645 cat confdefs.h >>conftest.$ac_ext
16646 cat >>conftest.$ac_ext <<_ACEOF
16647 /* end confdefs.h. */
16650 main ()
16654 return 0;
16656 _ACEOF
16657 rm -f conftest.$ac_objext conftest$ac_exeext
16658 if { (ac_try="$ac_link"
16659 case "(($ac_try" in
16660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16661 *) ac_try_echo=$ac_try;;
16662 esac
16663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16664 (eval "$ac_link") 2>conftest.er1
16665 ac_status=$?
16666 grep -v '^ *+' conftest.er1 >conftest.err
16667 rm -f conftest.er1
16668 cat conftest.err >&5
16669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16670 (exit $ac_status); } && {
16671 test -z "$ac_c_werror_flag" ||
16672 test ! -s conftest.err
16673 } && test -s conftest$ac_exeext &&
16674 $as_test_x conftest$ac_exeext; then
16675 ac_cv_cflags__fno_builtin=yes
16676 else
16677 echo "$as_me: failed program was:" >&5
16678 sed 's/^/| /' conftest.$ac_ext >&5
16680 ac_cv_cflags__fno_builtin=no
16683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16684 conftest$ac_exeext conftest.$ac_ext
16685 CFLAGS=$ac_wine_try_cflags_saved
16687 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16688 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16689 if test $ac_cv_cflags__fno_builtin = yes; then
16690 BUILTINFLAG="-fno-builtin"
16694 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16695 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16696 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16697 echo $ECHO_N "(cached) $ECHO_C" >&6
16698 else
16699 ac_wine_try_cflags_saved=$CFLAGS
16700 CFLAGS="$CFLAGS -fno-strict-aliasing"
16701 cat >conftest.$ac_ext <<_ACEOF
16702 /* confdefs.h. */
16703 _ACEOF
16704 cat confdefs.h >>conftest.$ac_ext
16705 cat >>conftest.$ac_ext <<_ACEOF
16706 /* end confdefs.h. */
16709 main ()
16713 return 0;
16715 _ACEOF
16716 rm -f conftest.$ac_objext conftest$ac_exeext
16717 if { (ac_try="$ac_link"
16718 case "(($ac_try" in
16719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16720 *) ac_try_echo=$ac_try;;
16721 esac
16722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16723 (eval "$ac_link") 2>conftest.er1
16724 ac_status=$?
16725 grep -v '^ *+' conftest.er1 >conftest.err
16726 rm -f conftest.er1
16727 cat conftest.err >&5
16728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16729 (exit $ac_status); } && {
16730 test -z "$ac_c_werror_flag" ||
16731 test ! -s conftest.err
16732 } && test -s conftest$ac_exeext &&
16733 $as_test_x conftest$ac_exeext; then
16734 ac_cv_cflags__fno_strict_aliasing=yes
16735 else
16736 echo "$as_me: failed program was:" >&5
16737 sed 's/^/| /' conftest.$ac_ext >&5
16739 ac_cv_cflags__fno_strict_aliasing=no
16742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16743 conftest$ac_exeext conftest.$ac_ext
16744 CFLAGS=$ac_wine_try_cflags_saved
16746 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16747 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16748 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16749 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16752 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16753 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16754 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16755 echo $ECHO_N "(cached) $ECHO_C" >&6
16756 else
16757 ac_wine_try_cflags_saved=$CFLAGS
16758 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16759 cat >conftest.$ac_ext <<_ACEOF
16760 /* confdefs.h. */
16761 _ACEOF
16762 cat confdefs.h >>conftest.$ac_ext
16763 cat >>conftest.$ac_ext <<_ACEOF
16764 /* end confdefs.h. */
16767 main ()
16771 return 0;
16773 _ACEOF
16774 rm -f conftest.$ac_objext conftest$ac_exeext
16775 if { (ac_try="$ac_link"
16776 case "(($ac_try" in
16777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16778 *) ac_try_echo=$ac_try;;
16779 esac
16780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16781 (eval "$ac_link") 2>conftest.er1
16782 ac_status=$?
16783 grep -v '^ *+' conftest.er1 >conftest.err
16784 rm -f conftest.er1
16785 cat conftest.err >&5
16786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16787 (exit $ac_status); } && {
16788 test -z "$ac_c_werror_flag" ||
16789 test ! -s conftest.err
16790 } && test -s conftest$ac_exeext &&
16791 $as_test_x conftest$ac_exeext; then
16792 ac_cv_cflags__Wdeclaration_after_statement=yes
16793 else
16794 echo "$as_me: failed program was:" >&5
16795 sed 's/^/| /' conftest.$ac_ext >&5
16797 ac_cv_cflags__Wdeclaration_after_statement=no
16800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16801 conftest$ac_exeext conftest.$ac_ext
16802 CFLAGS=$ac_wine_try_cflags_saved
16804 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16805 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16806 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16807 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16810 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16811 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16812 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16813 echo $ECHO_N "(cached) $ECHO_C" >&6
16814 else
16815 ac_wine_try_cflags_saved=$CFLAGS
16816 CFLAGS="$CFLAGS -Wwrite-strings"
16817 cat >conftest.$ac_ext <<_ACEOF
16818 /* confdefs.h. */
16819 _ACEOF
16820 cat confdefs.h >>conftest.$ac_ext
16821 cat >>conftest.$ac_ext <<_ACEOF
16822 /* end confdefs.h. */
16825 main ()
16829 return 0;
16831 _ACEOF
16832 rm -f conftest.$ac_objext conftest$ac_exeext
16833 if { (ac_try="$ac_link"
16834 case "(($ac_try" in
16835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16836 *) ac_try_echo=$ac_try;;
16837 esac
16838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16839 (eval "$ac_link") 2>conftest.er1
16840 ac_status=$?
16841 grep -v '^ *+' conftest.er1 >conftest.err
16842 rm -f conftest.er1
16843 cat conftest.err >&5
16844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16845 (exit $ac_status); } && {
16846 test -z "$ac_c_werror_flag" ||
16847 test ! -s conftest.err
16848 } && test -s conftest$ac_exeext &&
16849 $as_test_x conftest$ac_exeext; then
16850 ac_cv_cflags__Wwrite_strings=yes
16851 else
16852 echo "$as_me: failed program was:" >&5
16853 sed 's/^/| /' conftest.$ac_ext >&5
16855 ac_cv_cflags__Wwrite_strings=no
16858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16859 conftest$ac_exeext conftest.$ac_ext
16860 CFLAGS=$ac_wine_try_cflags_saved
16862 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16863 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16864 if test $ac_cv_cflags__Wwrite_strings = yes; then
16865 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16868 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16869 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16870 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16871 echo $ECHO_N "(cached) $ECHO_C" >&6
16872 else
16873 ac_wine_try_cflags_saved=$CFLAGS
16874 CFLAGS="$CFLAGS -Wtype-limits"
16875 cat >conftest.$ac_ext <<_ACEOF
16876 /* confdefs.h. */
16877 _ACEOF
16878 cat confdefs.h >>conftest.$ac_ext
16879 cat >>conftest.$ac_ext <<_ACEOF
16880 /* end confdefs.h. */
16883 main ()
16887 return 0;
16889 _ACEOF
16890 rm -f conftest.$ac_objext conftest$ac_exeext
16891 if { (ac_try="$ac_link"
16892 case "(($ac_try" in
16893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16894 *) ac_try_echo=$ac_try;;
16895 esac
16896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16897 (eval "$ac_link") 2>conftest.er1
16898 ac_status=$?
16899 grep -v '^ *+' conftest.er1 >conftest.err
16900 rm -f conftest.er1
16901 cat conftest.err >&5
16902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16903 (exit $ac_status); } && {
16904 test -z "$ac_c_werror_flag" ||
16905 test ! -s conftest.err
16906 } && test -s conftest$ac_exeext &&
16907 $as_test_x conftest$ac_exeext; then
16908 ac_cv_cflags__Wtype_limits=yes
16909 else
16910 echo "$as_me: failed program was:" >&5
16911 sed 's/^/| /' conftest.$ac_ext >&5
16913 ac_cv_cflags__Wtype_limits=no
16916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16917 conftest$ac_exeext conftest.$ac_ext
16918 CFLAGS=$ac_wine_try_cflags_saved
16920 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16921 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16922 if test $ac_cv_cflags__Wtype_limits = yes; then
16923 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16927 saved_CFLAGS="$CFLAGS"
16928 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16929 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16930 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16931 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16932 echo $ECHO_N "(cached) $ECHO_C" >&6
16933 else
16934 cat >conftest.$ac_ext <<_ACEOF
16935 /* confdefs.h. */
16936 _ACEOF
16937 cat confdefs.h >>conftest.$ac_ext
16938 cat >>conftest.$ac_ext <<_ACEOF
16939 /* end confdefs.h. */
16940 #include <string.h>
16942 main ()
16946 return 0;
16948 _ACEOF
16949 rm -f conftest.$ac_objext
16950 if { (ac_try="$ac_compile"
16951 case "(($ac_try" in
16952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16953 *) ac_try_echo=$ac_try;;
16954 esac
16955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16956 (eval "$ac_compile") 2>conftest.er1
16957 ac_status=$?
16958 grep -v '^ *+' conftest.er1 >conftest.err
16959 rm -f conftest.er1
16960 cat conftest.err >&5
16961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16962 (exit $ac_status); } && {
16963 test -z "$ac_c_werror_flag" ||
16964 test ! -s conftest.err
16965 } && test -s conftest.$ac_objext; then
16966 ac_cv_c_string_h_warnings=no
16967 else
16968 echo "$as_me: failed program was:" >&5
16969 sed 's/^/| /' conftest.$ac_ext >&5
16971 ac_cv_c_string_h_warnings=yes
16974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16976 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16977 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16978 CFLAGS="$saved_CFLAGS"
16979 if test "$ac_cv_c_string_h_warnings" = "no"
16980 then
16981 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16986 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16987 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16988 if test "${ac_cv_c_extern_prefix+set}" = set; then
16989 echo $ECHO_N "(cached) $ECHO_C" >&6
16990 else
16991 cat >conftest.$ac_ext <<_ACEOF
16992 /* confdefs.h. */
16993 _ACEOF
16994 cat confdefs.h >>conftest.$ac_ext
16995 cat >>conftest.$ac_ext <<_ACEOF
16996 /* end confdefs.h. */
16997 extern int ac_test;
16999 main ()
17001 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17003 return 0;
17005 _ACEOF
17006 rm -f conftest.$ac_objext conftest$ac_exeext
17007 if { (ac_try="$ac_link"
17008 case "(($ac_try" in
17009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17010 *) ac_try_echo=$ac_try;;
17011 esac
17012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17013 (eval "$ac_link") 2>conftest.er1
17014 ac_status=$?
17015 grep -v '^ *+' conftest.er1 >conftest.err
17016 rm -f conftest.er1
17017 cat conftest.err >&5
17018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17019 (exit $ac_status); } && {
17020 test -z "$ac_c_werror_flag" ||
17021 test ! -s conftest.err
17022 } && test -s conftest$ac_exeext &&
17023 $as_test_x conftest$ac_exeext; then
17024 ac_cv_c_extern_prefix="yes"
17025 else
17026 echo "$as_me: failed program was:" >&5
17027 sed 's/^/| /' conftest.$ac_ext >&5
17029 ac_cv_c_extern_prefix="no"
17032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17033 conftest$ac_exeext conftest.$ac_ext
17035 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17036 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17038 case $host_cpu in
17039 *i[3456789]86*)
17040 { echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17041 echo $ECHO_N "checking whether external symbols need stdcall decoration... $ECHO_C" >&6; }
17042 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17043 echo $ECHO_N "(cached) $ECHO_C" >&6
17044 else
17045 cat >conftest.$ac_ext <<_ACEOF
17046 /* confdefs.h. */
17047 _ACEOF
17048 cat confdefs.h >>conftest.$ac_ext
17049 cat >>conftest.$ac_ext <<_ACEOF
17050 /* end confdefs.h. */
17051 #ifndef _MSC_VER
17052 #define __stdcall __attribute__((__stdcall__))
17053 #endif
17054 int __stdcall ac_test(int i) { return i; }
17056 main ()
17058 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17060 return 0;
17062 _ACEOF
17063 rm -f conftest.$ac_objext conftest$ac_exeext
17064 if { (ac_try="$ac_link"
17065 case "(($ac_try" in
17066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17067 *) ac_try_echo=$ac_try;;
17068 esac
17069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17070 (eval "$ac_link") 2>conftest.er1
17071 ac_status=$?
17072 grep -v '^ *+' conftest.er1 >conftest.err
17073 rm -f conftest.er1
17074 cat conftest.err >&5
17075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17076 (exit $ac_status); } && {
17077 test -z "$ac_c_werror_flag" ||
17078 test ! -s conftest.err
17079 } && test -s conftest$ac_exeext &&
17080 $as_test_x conftest$ac_exeext; then
17081 ac_cv_c_stdcall_suffix="yes"
17082 else
17083 echo "$as_me: failed program was:" >&5
17084 sed 's/^/| /' conftest.$ac_ext >&5
17086 ac_cv_c_stdcall_suffix="no"
17089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17090 conftest$ac_exeext conftest.$ac_ext
17092 { echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17093 echo "${ECHO_T}$ac_cv_c_stdcall_suffix" >&6; } ;;
17094 *) ac_cv_c_stdcall_suffix="no" ;;
17095 esac
17099 if test "$ac_cv_c_extern_prefix" = "yes"
17100 then
17101 cat >>confdefs.h <<\_ACEOF
17102 #define __ASM_NAME(name) "_" name
17103 _ACEOF
17105 asm_name_prefix="_"
17106 else
17107 cat >>confdefs.h <<\_ACEOF
17108 #define __ASM_NAME(name) name
17109 _ACEOF
17111 asm_name_prefix=""
17116 if test "$ac_cv_c_stdcall_suffix" = "yes"
17117 then
17118 cat >>confdefs.h <<\_ACEOF
17119 #define __ASM_STDCALL(args) "@" #args
17120 _ACEOF
17122 else
17123 cat >>confdefs.h <<\_ACEOF
17124 #define __ASM_STDCALL(args) ""
17125 _ACEOF
17130 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17131 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17132 if test "${ac_cv_asm_func_def+set}" = set; then
17133 echo $ECHO_N "(cached) $ECHO_C" >&6
17134 else
17135 cat >conftest.$ac_ext <<_ACEOF
17136 /* confdefs.h. */
17137 _ACEOF
17138 cat confdefs.h >>conftest.$ac_ext
17139 cat >>conftest.$ac_ext <<_ACEOF
17140 /* end confdefs.h. */
17143 main ()
17145 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17147 return 0;
17149 _ACEOF
17150 rm -f conftest.$ac_objext conftest$ac_exeext
17151 if { (ac_try="$ac_link"
17152 case "(($ac_try" in
17153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17154 *) ac_try_echo=$ac_try;;
17155 esac
17156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17157 (eval "$ac_link") 2>conftest.er1
17158 ac_status=$?
17159 grep -v '^ *+' conftest.er1 >conftest.err
17160 rm -f conftest.er1
17161 cat conftest.err >&5
17162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17163 (exit $ac_status); } && {
17164 test -z "$ac_c_werror_flag" ||
17165 test ! -s conftest.err
17166 } && test -s conftest$ac_exeext &&
17167 $as_test_x conftest$ac_exeext; then
17168 ac_cv_asm_func_def=".def"
17169 else
17170 echo "$as_me: failed program was:" >&5
17171 sed 's/^/| /' conftest.$ac_ext >&5
17173 cat >conftest.$ac_ext <<_ACEOF
17174 /* confdefs.h. */
17175 _ACEOF
17176 cat confdefs.h >>conftest.$ac_ext
17177 cat >>conftest.$ac_ext <<_ACEOF
17178 /* end confdefs.h. */
17181 main ()
17183 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17185 return 0;
17187 _ACEOF
17188 rm -f conftest.$ac_objext conftest$ac_exeext
17189 if { (ac_try="$ac_link"
17190 case "(($ac_try" in
17191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17192 *) ac_try_echo=$ac_try;;
17193 esac
17194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17195 (eval "$ac_link") 2>conftest.er1
17196 ac_status=$?
17197 grep -v '^ *+' conftest.er1 >conftest.err
17198 rm -f conftest.er1
17199 cat conftest.err >&5
17200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17201 (exit $ac_status); } && {
17202 test -z "$ac_c_werror_flag" ||
17203 test ! -s conftest.err
17204 } && test -s conftest$ac_exeext &&
17205 $as_test_x conftest$ac_exeext; then
17206 ac_cv_asm_func_def=".type @function"
17207 else
17208 echo "$as_me: failed program was:" >&5
17209 sed 's/^/| /' conftest.$ac_ext >&5
17211 cat >conftest.$ac_ext <<_ACEOF
17212 /* confdefs.h. */
17213 _ACEOF
17214 cat confdefs.h >>conftest.$ac_ext
17215 cat >>conftest.$ac_ext <<_ACEOF
17216 /* end confdefs.h. */
17219 main ()
17221 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17223 return 0;
17225 _ACEOF
17226 rm -f conftest.$ac_objext conftest$ac_exeext
17227 if { (ac_try="$ac_link"
17228 case "(($ac_try" in
17229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17230 *) ac_try_echo=$ac_try;;
17231 esac
17232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17233 (eval "$ac_link") 2>conftest.er1
17234 ac_status=$?
17235 grep -v '^ *+' conftest.er1 >conftest.err
17236 rm -f conftest.er1
17237 cat conftest.err >&5
17238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17239 (exit $ac_status); } && {
17240 test -z "$ac_c_werror_flag" ||
17241 test ! -s conftest.err
17242 } && test -s conftest$ac_exeext &&
17243 $as_test_x conftest$ac_exeext; then
17244 ac_cv_asm_func_def=".type 2"
17245 else
17246 echo "$as_me: failed program was:" >&5
17247 sed 's/^/| /' conftest.$ac_ext >&5
17249 ac_cv_asm_func_def="unknown"
17252 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17253 conftest$ac_exeext conftest.$ac_ext
17256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17257 conftest$ac_exeext conftest.$ac_ext
17260 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17261 conftest$ac_exeext conftest.$ac_ext
17263 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17264 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17268 case "$ac_cv_asm_func_def" in
17269 ".def")
17270 cat >>confdefs.h <<\_ACEOF
17271 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17272 _ACEOF
17274 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
17275 ".type @function")
17276 cat >>confdefs.h <<\_ACEOF
17277 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17278 _ACEOF
17280 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
17281 ".type 2")
17282 cat >>confdefs.h <<\_ACEOF
17283 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17284 _ACEOF
17286 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
17288 cat >>confdefs.h <<\_ACEOF
17289 #define __ASM_FUNC(name) ""
17290 _ACEOF
17292 asm_func_header="" ;;
17293 esac
17295 { echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17296 echo $ECHO_N "checking whether asm() works outside of functions... $ECHO_C" >&6; }
17297 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17298 echo $ECHO_N "(cached) $ECHO_C" >&6
17299 else
17300 cat >conftest.$ac_ext <<_ACEOF
17301 /* confdefs.h. */
17302 _ACEOF
17303 cat confdefs.h >>conftest.$ac_ext
17304 cat >>conftest.$ac_ext <<_ACEOF
17305 /* end confdefs.h. */
17306 asm(".text\n\t.long 0");
17308 main ()
17312 return 0;
17314 _ACEOF
17315 rm -f conftest.$ac_objext
17316 if { (ac_try="$ac_compile"
17317 case "(($ac_try" in
17318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17319 *) ac_try_echo=$ac_try;;
17320 esac
17321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17322 (eval "$ac_compile") 2>conftest.er1
17323 ac_status=$?
17324 grep -v '^ *+' conftest.er1 >conftest.err
17325 rm -f conftest.er1
17326 cat conftest.err >&5
17327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17328 (exit $ac_status); } && {
17329 test -z "$ac_c_werror_flag" ||
17330 test ! -s conftest.err
17331 } && test -s conftest.$ac_objext; then
17332 ac_cv_c_asm_outside_funcs="yes"
17333 else
17334 echo "$as_me: failed program was:" >&5
17335 sed 's/^/| /' conftest.$ac_ext >&5
17337 ac_cv_c_asm_outside_funcs="no"
17340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17342 { echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
17343 echo "${ECHO_T}$ac_cv_c_asm_outside_funcs" >&6; }
17345 { echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
17346 echo $ECHO_N "checking whether .previous is supported in assembly code... $ECHO_C" >&6; }
17347 if test "${ac_cv_c_dot_previous+set}" = set; then
17348 echo $ECHO_N "(cached) $ECHO_C" >&6
17349 else
17350 cat >conftest.$ac_ext <<_ACEOF
17351 /* confdefs.h. */
17352 _ACEOF
17353 cat confdefs.h >>conftest.$ac_ext
17354 cat >>conftest.$ac_ext <<_ACEOF
17355 /* end confdefs.h. */
17358 main ()
17360 asm(".text\nac_test:\t.long 0\n\t.previous");
17362 return 0;
17364 _ACEOF
17365 rm -f conftest.$ac_objext conftest$ac_exeext
17366 if { (ac_try="$ac_link"
17367 case "(($ac_try" in
17368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17369 *) ac_try_echo=$ac_try;;
17370 esac
17371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17372 (eval "$ac_link") 2>conftest.er1
17373 ac_status=$?
17374 grep -v '^ *+' conftest.er1 >conftest.err
17375 rm -f conftest.er1
17376 cat conftest.err >&5
17377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17378 (exit $ac_status); } && {
17379 test -z "$ac_c_werror_flag" ||
17380 test ! -s conftest.err
17381 } && test -s conftest$ac_exeext &&
17382 $as_test_x conftest$ac_exeext; then
17383 ac_cv_c_dot_previous="yes"
17384 else
17385 echo "$as_me: failed program was:" >&5
17386 sed 's/^/| /' conftest.$ac_ext >&5
17388 ac_cv_c_dot_previous="no"
17391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17392 conftest$ac_exeext conftest.$ac_ext
17394 { echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
17395 echo "${ECHO_T}$ac_cv_c_dot_previous" >&6; }
17397 { echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
17398 echo $ECHO_N "checking whether CFI directives are supported in assembly code... $ECHO_C" >&6; }
17399 if test "${ac_cv_c_cfi_support+set}" = set; then
17400 echo $ECHO_N "(cached) $ECHO_C" >&6
17401 else
17402 cat >conftest.$ac_ext <<_ACEOF
17403 /* confdefs.h. */
17404 _ACEOF
17405 cat confdefs.h >>conftest.$ac_ext
17406 cat >>conftest.$ac_ext <<_ACEOF
17407 /* end confdefs.h. */
17408 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
17410 main ()
17414 return 0;
17416 _ACEOF
17417 rm -f conftest.$ac_objext
17418 if { (ac_try="$ac_compile"
17419 case "(($ac_try" in
17420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17421 *) ac_try_echo=$ac_try;;
17422 esac
17423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17424 (eval "$ac_compile") 2>conftest.er1
17425 ac_status=$?
17426 grep -v '^ *+' conftest.er1 >conftest.err
17427 rm -f conftest.er1
17428 cat conftest.err >&5
17429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17430 (exit $ac_status); } && {
17431 test -z "$ac_c_werror_flag" ||
17432 test ! -s conftest.err
17433 } && test -s conftest.$ac_objext; then
17434 ac_cv_c_cfi_support="yes"
17435 else
17436 echo "$as_me: failed program was:" >&5
17437 sed 's/^/| /' conftest.$ac_ext >&5
17439 ac_cv_c_cfi_support="no"
17442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17444 { echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
17445 echo "${ECHO_T}$ac_cv_c_cfi_support" >&6; }
17447 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
17448 asm_func_trailer=""
17449 if test "$ac_cv_c_dot_previous" = "yes"
17450 then
17451 asm_func_trailer="\\n\\t.previous"
17453 if test "$ac_cv_c_cfi_support" = "yes"
17454 then
17455 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
17456 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
17459 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
17463 if test "$ac_cv_c_asm_outside_funcs" = "yes"
17464 then
17465 cat >>confdefs.h <<_ACEOF
17466 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
17467 _ACEOF
17469 else
17470 cat >>confdefs.h <<_ACEOF
17471 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
17472 _ACEOF
17476 cat >>confdefs.h <<\_ACEOF
17477 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
17478 _ACEOF
17481 cat >>confdefs.h <<\_ACEOF
17482 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
17483 _ACEOF
17487 LDPATH=""
17489 case $build_os in
17490 cygwin*|mingw32*)
17491 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17493 darwin*|macosx*)
17496 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17498 esac
17500 case $host_os in
17501 mingw32*)
17502 CRTLIBS="-lmsvcrt"
17504 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17507 esac
17509 case $host_cpu in
17510 *i[3456789]86*)
17511 case $host_os in
17512 linux* | k*bsd*-gnu)
17513 EXTRA_BINARIES="wine-preloader"
17515 esac
17517 esac
17520 ac_save_CFLAGS="$CFLAGS"
17521 CFLAGS="$CFLAGS $BUILTINFLAG"
17591 for ac_func in \
17592 _pclose \
17593 _popen \
17594 _snprintf \
17595 _spawnvp \
17596 _strdup \
17597 _stricmp \
17598 _strnicmp \
17599 _strtoi64 \
17600 _strtoui64 \
17601 _vsnprintf \
17602 asctime_r \
17603 chsize \
17604 dlopen \
17605 epoll_create \
17606 ffs \
17607 finite \
17608 fnmatch \
17609 fork \
17610 fpclass \
17611 fstatfs \
17612 fstatvfs \
17613 ftruncate \
17614 futimes \
17615 futimesat \
17616 getdirentries \
17617 getopt_long \
17618 getpagesize \
17619 getpwuid \
17620 gettid \
17621 gettimeofday \
17622 getuid \
17623 kqueue \
17624 lstat \
17625 memmove \
17626 mmap \
17627 pclose \
17628 poll \
17629 popen \
17630 prctl \
17631 pread \
17632 pwrite \
17633 readdir \
17634 readlink \
17635 sched_yield \
17636 select \
17637 setproctitle \
17638 setrlimit \
17639 settimeofday \
17640 sigaltstack \
17641 sigprocmask \
17642 snprintf \
17643 spawnvp \
17644 statfs \
17645 statvfs \
17646 strcasecmp \
17647 strdup \
17648 strerror \
17649 strncasecmp \
17650 strtold \
17651 strtoll \
17652 strtoull \
17653 symlink \
17654 tcgetattr \
17655 thr_kill2 \
17656 timegm \
17657 usleep \
17658 vsnprintf \
17659 wait4 \
17660 waitpid \
17663 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17664 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17665 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17666 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17667 echo $ECHO_N "(cached) $ECHO_C" >&6
17668 else
17669 cat >conftest.$ac_ext <<_ACEOF
17670 /* confdefs.h. */
17671 _ACEOF
17672 cat confdefs.h >>conftest.$ac_ext
17673 cat >>conftest.$ac_ext <<_ACEOF
17674 /* end confdefs.h. */
17675 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17676 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17677 #define $ac_func innocuous_$ac_func
17679 /* System header to define __stub macros and hopefully few prototypes,
17680 which can conflict with char $ac_func (); below.
17681 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17682 <limits.h> exists even on freestanding compilers. */
17684 #ifdef __STDC__
17685 # include <limits.h>
17686 #else
17687 # include <assert.h>
17688 #endif
17690 #undef $ac_func
17692 /* Override any GCC internal prototype to avoid an error.
17693 Use char because int might match the return type of a GCC
17694 builtin and then its argument prototype would still apply. */
17695 #ifdef __cplusplus
17696 extern "C"
17697 #endif
17698 char $ac_func ();
17699 /* The GNU C library defines this for functions which it implements
17700 to always fail with ENOSYS. Some functions are actually named
17701 something starting with __ and the normal name is an alias. */
17702 #if defined __stub_$ac_func || defined __stub___$ac_func
17703 choke me
17704 #endif
17707 main ()
17709 return $ac_func ();
17711 return 0;
17713 _ACEOF
17714 rm -f conftest.$ac_objext conftest$ac_exeext
17715 if { (ac_try="$ac_link"
17716 case "(($ac_try" in
17717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17718 *) ac_try_echo=$ac_try;;
17719 esac
17720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17721 (eval "$ac_link") 2>conftest.er1
17722 ac_status=$?
17723 grep -v '^ *+' conftest.er1 >conftest.err
17724 rm -f conftest.er1
17725 cat conftest.err >&5
17726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17727 (exit $ac_status); } && {
17728 test -z "$ac_c_werror_flag" ||
17729 test ! -s conftest.err
17730 } && test -s conftest$ac_exeext &&
17731 $as_test_x conftest$ac_exeext; then
17732 eval "$as_ac_var=yes"
17733 else
17734 echo "$as_me: failed program was:" >&5
17735 sed 's/^/| /' conftest.$ac_ext >&5
17737 eval "$as_ac_var=no"
17740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17741 conftest$ac_exeext conftest.$ac_ext
17743 ac_res=`eval echo '${'$as_ac_var'}'`
17744 { echo "$as_me:$LINENO: result: $ac_res" >&5
17745 echo "${ECHO_T}$ac_res" >&6; }
17746 if test `eval echo '${'$as_ac_var'}'` = yes; then
17747 cat >>confdefs.h <<_ACEOF
17748 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17749 _ACEOF
17752 done
17754 CFLAGS="$ac_save_CFLAGS"
17756 if test "$ac_cv_func_dlopen" = no
17757 then
17758 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17759 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17760 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17761 echo $ECHO_N "(cached) $ECHO_C" >&6
17762 else
17763 ac_check_lib_save_LIBS=$LIBS
17764 LIBS="-ldl $LIBS"
17765 cat >conftest.$ac_ext <<_ACEOF
17766 /* confdefs.h. */
17767 _ACEOF
17768 cat confdefs.h >>conftest.$ac_ext
17769 cat >>conftest.$ac_ext <<_ACEOF
17770 /* end confdefs.h. */
17772 /* Override any GCC internal prototype to avoid an error.
17773 Use char because int might match the return type of a GCC
17774 builtin and then its argument prototype would still apply. */
17775 #ifdef __cplusplus
17776 extern "C"
17777 #endif
17778 char dlopen ();
17780 main ()
17782 return dlopen ();
17784 return 0;
17786 _ACEOF
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_lib_dl_dlopen=yes
17806 else
17807 echo "$as_me: failed program was:" >&5
17808 sed 's/^/| /' conftest.$ac_ext >&5
17810 ac_cv_lib_dl_dlopen=no
17813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17814 conftest$ac_exeext conftest.$ac_ext
17815 LIBS=$ac_check_lib_save_LIBS
17817 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17818 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17819 if test $ac_cv_lib_dl_dlopen = yes; then
17820 cat >>confdefs.h <<\_ACEOF
17821 #define HAVE_DLOPEN 1
17822 _ACEOF
17823 LIBDL="-ldl"
17828 ac_wine_check_funcs_save_LIBS="$LIBS"
17829 LIBS="$LIBS $LIBDL"
17831 for ac_func in dladdr
17833 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17834 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17835 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17836 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17837 echo $ECHO_N "(cached) $ECHO_C" >&6
17838 else
17839 cat >conftest.$ac_ext <<_ACEOF
17840 /* confdefs.h. */
17841 _ACEOF
17842 cat confdefs.h >>conftest.$ac_ext
17843 cat >>conftest.$ac_ext <<_ACEOF
17844 /* end confdefs.h. */
17845 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17846 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17847 #define $ac_func innocuous_$ac_func
17849 /* System header to define __stub macros and hopefully few prototypes,
17850 which can conflict with char $ac_func (); below.
17851 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17852 <limits.h> exists even on freestanding compilers. */
17854 #ifdef __STDC__
17855 # include <limits.h>
17856 #else
17857 # include <assert.h>
17858 #endif
17860 #undef $ac_func
17862 /* Override any GCC internal prototype to avoid an error.
17863 Use char because int might match the return type of a GCC
17864 builtin and then its argument prototype would still apply. */
17865 #ifdef __cplusplus
17866 extern "C"
17867 #endif
17868 char $ac_func ();
17869 /* The GNU C library defines this for functions which it implements
17870 to always fail with ENOSYS. Some functions are actually named
17871 something starting with __ and the normal name is an alias. */
17872 #if defined __stub_$ac_func || defined __stub___$ac_func
17873 choke me
17874 #endif
17877 main ()
17879 return $ac_func ();
17881 return 0;
17883 _ACEOF
17884 rm -f conftest.$ac_objext conftest$ac_exeext
17885 if { (ac_try="$ac_link"
17886 case "(($ac_try" in
17887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17888 *) ac_try_echo=$ac_try;;
17889 esac
17890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17891 (eval "$ac_link") 2>conftest.er1
17892 ac_status=$?
17893 grep -v '^ *+' conftest.er1 >conftest.err
17894 rm -f conftest.er1
17895 cat conftest.err >&5
17896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17897 (exit $ac_status); } && {
17898 test -z "$ac_c_werror_flag" ||
17899 test ! -s conftest.err
17900 } && test -s conftest$ac_exeext &&
17901 $as_test_x conftest$ac_exeext; then
17902 eval "$as_ac_var=yes"
17903 else
17904 echo "$as_me: failed program was:" >&5
17905 sed 's/^/| /' conftest.$ac_ext >&5
17907 eval "$as_ac_var=no"
17910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17911 conftest$ac_exeext conftest.$ac_ext
17913 ac_res=`eval echo '${'$as_ac_var'}'`
17914 { echo "$as_me:$LINENO: result: $ac_res" >&5
17915 echo "${ECHO_T}$ac_res" >&6; }
17916 if test `eval echo '${'$as_ac_var'}'` = yes; then
17917 cat >>confdefs.h <<_ACEOF
17918 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17919 _ACEOF
17922 done
17924 LIBS="$ac_wine_check_funcs_save_LIBS"
17926 if test "$ac_cv_func_poll" = no
17927 then
17928 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17929 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17930 if test "${ac_cv_lib_poll_poll+set}" = set; then
17931 echo $ECHO_N "(cached) $ECHO_C" >&6
17932 else
17933 ac_check_lib_save_LIBS=$LIBS
17934 LIBS="-lpoll $LIBS"
17935 cat >conftest.$ac_ext <<_ACEOF
17936 /* confdefs.h. */
17937 _ACEOF
17938 cat confdefs.h >>conftest.$ac_ext
17939 cat >>conftest.$ac_ext <<_ACEOF
17940 /* end confdefs.h. */
17942 /* Override any GCC internal prototype to avoid an error.
17943 Use char because int might match the return type of a GCC
17944 builtin and then its argument prototype would still apply. */
17945 #ifdef __cplusplus
17946 extern "C"
17947 #endif
17948 char poll ();
17950 main ()
17952 return poll ();
17954 return 0;
17956 _ACEOF
17957 rm -f conftest.$ac_objext conftest$ac_exeext
17958 if { (ac_try="$ac_link"
17959 case "(($ac_try" in
17960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17961 *) ac_try_echo=$ac_try;;
17962 esac
17963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17964 (eval "$ac_link") 2>conftest.er1
17965 ac_status=$?
17966 grep -v '^ *+' conftest.er1 >conftest.err
17967 rm -f conftest.er1
17968 cat conftest.err >&5
17969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17970 (exit $ac_status); } && {
17971 test -z "$ac_c_werror_flag" ||
17972 test ! -s conftest.err
17973 } && test -s conftest$ac_exeext &&
17974 $as_test_x conftest$ac_exeext; then
17975 ac_cv_lib_poll_poll=yes
17976 else
17977 echo "$as_me: failed program was:" >&5
17978 sed 's/^/| /' conftest.$ac_ext >&5
17980 ac_cv_lib_poll_poll=no
17983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17984 conftest$ac_exeext conftest.$ac_ext
17985 LIBS=$ac_check_lib_save_LIBS
17987 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17988 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17989 if test $ac_cv_lib_poll_poll = yes; then
17990 cat >>confdefs.h <<\_ACEOF
17991 #define HAVE_POLL 1
17992 _ACEOF
17993 LIBPOLL="-lpoll"
17999 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18000 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
18001 if test "${ac_cv_search_gethostbyname+set}" = set; then
18002 echo $ECHO_N "(cached) $ECHO_C" >&6
18003 else
18004 ac_func_search_save_LIBS=$LIBS
18005 cat >conftest.$ac_ext <<_ACEOF
18006 /* confdefs.h. */
18007 _ACEOF
18008 cat confdefs.h >>conftest.$ac_ext
18009 cat >>conftest.$ac_ext <<_ACEOF
18010 /* end confdefs.h. */
18012 /* Override any GCC internal prototype to avoid an error.
18013 Use char because int might match the return type of a GCC
18014 builtin and then its argument prototype would still apply. */
18015 #ifdef __cplusplus
18016 extern "C"
18017 #endif
18018 char gethostbyname ();
18020 main ()
18022 return gethostbyname ();
18024 return 0;
18026 _ACEOF
18027 for ac_lib in '' nsl; do
18028 if test -z "$ac_lib"; then
18029 ac_res="none required"
18030 else
18031 ac_res=-l$ac_lib
18032 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18034 rm -f conftest.$ac_objext conftest$ac_exeext
18035 if { (ac_try="$ac_link"
18036 case "(($ac_try" in
18037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18038 *) ac_try_echo=$ac_try;;
18039 esac
18040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18041 (eval "$ac_link") 2>conftest.er1
18042 ac_status=$?
18043 grep -v '^ *+' conftest.er1 >conftest.err
18044 rm -f conftest.er1
18045 cat conftest.err >&5
18046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18047 (exit $ac_status); } && {
18048 test -z "$ac_c_werror_flag" ||
18049 test ! -s conftest.err
18050 } && test -s conftest$ac_exeext &&
18051 $as_test_x conftest$ac_exeext; then
18052 ac_cv_search_gethostbyname=$ac_res
18053 else
18054 echo "$as_me: failed program was:" >&5
18055 sed 's/^/| /' conftest.$ac_ext >&5
18060 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18061 conftest$ac_exeext
18062 if test "${ac_cv_search_gethostbyname+set}" = set; then
18063 break
18065 done
18066 if test "${ac_cv_search_gethostbyname+set}" = set; then
18068 else
18069 ac_cv_search_gethostbyname=no
18071 rm conftest.$ac_ext
18072 LIBS=$ac_func_search_save_LIBS
18074 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18075 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
18076 ac_res=$ac_cv_search_gethostbyname
18077 if test "$ac_res" != no; then
18078 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18083 { echo "$as_me:$LINENO: checking for library containing connect" >&5
18084 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
18085 if test "${ac_cv_search_connect+set}" = set; then
18086 echo $ECHO_N "(cached) $ECHO_C" >&6
18087 else
18088 ac_func_search_save_LIBS=$LIBS
18089 cat >conftest.$ac_ext <<_ACEOF
18090 /* confdefs.h. */
18091 _ACEOF
18092 cat confdefs.h >>conftest.$ac_ext
18093 cat >>conftest.$ac_ext <<_ACEOF
18094 /* end confdefs.h. */
18096 /* Override any GCC internal prototype to avoid an error.
18097 Use char because int might match the return type of a GCC
18098 builtin and then its argument prototype would still apply. */
18099 #ifdef __cplusplus
18100 extern "C"
18101 #endif
18102 char connect ();
18104 main ()
18106 return connect ();
18108 return 0;
18110 _ACEOF
18111 for ac_lib in '' socket; do
18112 if test -z "$ac_lib"; then
18113 ac_res="none required"
18114 else
18115 ac_res=-l$ac_lib
18116 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18118 rm -f conftest.$ac_objext conftest$ac_exeext
18119 if { (ac_try="$ac_link"
18120 case "(($ac_try" in
18121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18122 *) ac_try_echo=$ac_try;;
18123 esac
18124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18125 (eval "$ac_link") 2>conftest.er1
18126 ac_status=$?
18127 grep -v '^ *+' conftest.er1 >conftest.err
18128 rm -f conftest.er1
18129 cat conftest.err >&5
18130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18131 (exit $ac_status); } && {
18132 test -z "$ac_c_werror_flag" ||
18133 test ! -s conftest.err
18134 } && test -s conftest$ac_exeext &&
18135 $as_test_x conftest$ac_exeext; then
18136 ac_cv_search_connect=$ac_res
18137 else
18138 echo "$as_me: failed program was:" >&5
18139 sed 's/^/| /' conftest.$ac_ext >&5
18144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18145 conftest$ac_exeext
18146 if test "${ac_cv_search_connect+set}" = set; then
18147 break
18149 done
18150 if test "${ac_cv_search_connect+set}" = set; then
18152 else
18153 ac_cv_search_connect=no
18155 rm conftest.$ac_ext
18156 LIBS=$ac_func_search_save_LIBS
18158 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18159 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
18160 ac_res=$ac_cv_search_connect
18161 if test "$ac_res" != no; then
18162 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18167 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18168 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
18169 if test "${ac_cv_search_inet_aton+set}" = set; then
18170 echo $ECHO_N "(cached) $ECHO_C" >&6
18171 else
18172 ac_func_search_save_LIBS=$LIBS
18173 cat >conftest.$ac_ext <<_ACEOF
18174 /* confdefs.h. */
18175 _ACEOF
18176 cat confdefs.h >>conftest.$ac_ext
18177 cat >>conftest.$ac_ext <<_ACEOF
18178 /* end confdefs.h. */
18180 /* Override any GCC internal prototype to avoid an error.
18181 Use char because int might match the return type of a GCC
18182 builtin and then its argument prototype would still apply. */
18183 #ifdef __cplusplus
18184 extern "C"
18185 #endif
18186 char inet_aton ();
18188 main ()
18190 return inet_aton ();
18192 return 0;
18194 _ACEOF
18195 for ac_lib in '' resolv; do
18196 if test -z "$ac_lib"; then
18197 ac_res="none required"
18198 else
18199 ac_res=-l$ac_lib
18200 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18202 rm -f conftest.$ac_objext conftest$ac_exeext
18203 if { (ac_try="$ac_link"
18204 case "(($ac_try" in
18205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18206 *) ac_try_echo=$ac_try;;
18207 esac
18208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18209 (eval "$ac_link") 2>conftest.er1
18210 ac_status=$?
18211 grep -v '^ *+' conftest.er1 >conftest.err
18212 rm -f conftest.er1
18213 cat conftest.err >&5
18214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18215 (exit $ac_status); } && {
18216 test -z "$ac_c_werror_flag" ||
18217 test ! -s conftest.err
18218 } && test -s conftest$ac_exeext &&
18219 $as_test_x conftest$ac_exeext; then
18220 ac_cv_search_inet_aton=$ac_res
18221 else
18222 echo "$as_me: failed program was:" >&5
18223 sed 's/^/| /' conftest.$ac_ext >&5
18228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18229 conftest$ac_exeext
18230 if test "${ac_cv_search_inet_aton+set}" = set; then
18231 break
18233 done
18234 if test "${ac_cv_search_inet_aton+set}" = set; then
18236 else
18237 ac_cv_search_inet_aton=no
18239 rm conftest.$ac_ext
18240 LIBS=$ac_func_search_save_LIBS
18242 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18243 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
18244 ac_res=$ac_cv_search_inet_aton
18245 if test "$ac_res" != no; then
18246 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18262 for ac_func in \
18263 getaddrinfo \
18264 getnameinfo \
18265 getnetbyname \
18266 getprotobyname \
18267 getprotobynumber \
18268 getservbyport \
18269 inet_network \
18270 inet_ntop \
18271 inet_pton \
18272 sendmsg \
18273 socketpair \
18276 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18277 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18278 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18279 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18280 echo $ECHO_N "(cached) $ECHO_C" >&6
18281 else
18282 cat >conftest.$ac_ext <<_ACEOF
18283 /* confdefs.h. */
18284 _ACEOF
18285 cat confdefs.h >>conftest.$ac_ext
18286 cat >>conftest.$ac_ext <<_ACEOF
18287 /* end confdefs.h. */
18288 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18289 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18290 #define $ac_func innocuous_$ac_func
18292 /* System header to define __stub macros and hopefully few prototypes,
18293 which can conflict with char $ac_func (); below.
18294 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18295 <limits.h> exists even on freestanding compilers. */
18297 #ifdef __STDC__
18298 # include <limits.h>
18299 #else
18300 # include <assert.h>
18301 #endif
18303 #undef $ac_func
18305 /* Override any GCC internal prototype to avoid an error.
18306 Use char because int might match the return type of a GCC
18307 builtin and then its argument prototype would still apply. */
18308 #ifdef __cplusplus
18309 extern "C"
18310 #endif
18311 char $ac_func ();
18312 /* The GNU C library defines this for functions which it implements
18313 to always fail with ENOSYS. Some functions are actually named
18314 something starting with __ and the normal name is an alias. */
18315 #if defined __stub_$ac_func || defined __stub___$ac_func
18316 choke me
18317 #endif
18320 main ()
18322 return $ac_func ();
18324 return 0;
18326 _ACEOF
18327 rm -f conftest.$ac_objext conftest$ac_exeext
18328 if { (ac_try="$ac_link"
18329 case "(($ac_try" in
18330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18331 *) ac_try_echo=$ac_try;;
18332 esac
18333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18334 (eval "$ac_link") 2>conftest.er1
18335 ac_status=$?
18336 grep -v '^ *+' conftest.er1 >conftest.err
18337 rm -f conftest.er1
18338 cat conftest.err >&5
18339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18340 (exit $ac_status); } && {
18341 test -z "$ac_c_werror_flag" ||
18342 test ! -s conftest.err
18343 } && test -s conftest$ac_exeext &&
18344 $as_test_x conftest$ac_exeext; then
18345 eval "$as_ac_var=yes"
18346 else
18347 echo "$as_me: failed program was:" >&5
18348 sed 's/^/| /' conftest.$ac_ext >&5
18350 eval "$as_ac_var=no"
18353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18354 conftest$ac_exeext conftest.$ac_ext
18356 ac_res=`eval echo '${'$as_ac_var'}'`
18357 { echo "$as_me:$LINENO: result: $ac_res" >&5
18358 echo "${ECHO_T}$ac_res" >&6; }
18359 if test `eval echo '${'$as_ac_var'}'` = yes; then
18360 cat >>confdefs.h <<_ACEOF
18361 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18362 _ACEOF
18365 done
18368 LDAPLIBS=""
18370 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18371 then
18372 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18373 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18374 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18375 echo $ECHO_N "(cached) $ECHO_C" >&6
18376 else
18377 cat >conftest.$ac_ext <<_ACEOF
18378 /* confdefs.h. */
18379 _ACEOF
18380 cat confdefs.h >>conftest.$ac_ext
18381 cat >>conftest.$ac_ext <<_ACEOF
18382 /* end confdefs.h. */
18383 #include <ldap.h>
18385 typedef LDAPSortKey ac__type_new_;
18387 main ()
18389 if ((ac__type_new_ *) 0)
18390 return 0;
18391 if (sizeof (ac__type_new_))
18392 return 0;
18394 return 0;
18396 _ACEOF
18397 rm -f conftest.$ac_objext
18398 if { (ac_try="$ac_compile"
18399 case "(($ac_try" in
18400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18401 *) ac_try_echo=$ac_try;;
18402 esac
18403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18404 (eval "$ac_compile") 2>conftest.er1
18405 ac_status=$?
18406 grep -v '^ *+' conftest.er1 >conftest.err
18407 rm -f conftest.er1
18408 cat conftest.err >&5
18409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18410 (exit $ac_status); } && {
18411 test -z "$ac_c_werror_flag" ||
18412 test ! -s conftest.err
18413 } && test -s conftest.$ac_objext; then
18414 ac_cv_type_LDAPSortKey=yes
18415 else
18416 echo "$as_me: failed program was:" >&5
18417 sed 's/^/| /' conftest.$ac_ext >&5
18419 ac_cv_type_LDAPSortKey=no
18422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18424 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18425 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18426 if test $ac_cv_type_LDAPSortKey = yes; then
18427 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18428 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18429 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18430 echo $ECHO_N "(cached) $ECHO_C" >&6
18431 else
18432 ac_check_lib_save_LIBS=$LIBS
18433 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18434 cat >conftest.$ac_ext <<_ACEOF
18435 /* confdefs.h. */
18436 _ACEOF
18437 cat confdefs.h >>conftest.$ac_ext
18438 cat >>conftest.$ac_ext <<_ACEOF
18439 /* end confdefs.h. */
18441 /* Override any GCC internal prototype to avoid an error.
18442 Use char because int might match the return type of a GCC
18443 builtin and then its argument prototype would still apply. */
18444 #ifdef __cplusplus
18445 extern "C"
18446 #endif
18447 char ldap_initialize ();
18449 main ()
18451 return ldap_initialize ();
18453 return 0;
18455 _ACEOF
18456 rm -f conftest.$ac_objext conftest$ac_exeext
18457 if { (ac_try="$ac_link"
18458 case "(($ac_try" in
18459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18460 *) ac_try_echo=$ac_try;;
18461 esac
18462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18463 (eval "$ac_link") 2>conftest.er1
18464 ac_status=$?
18465 grep -v '^ *+' conftest.er1 >conftest.err
18466 rm -f conftest.er1
18467 cat conftest.err >&5
18468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18469 (exit $ac_status); } && {
18470 test -z "$ac_c_werror_flag" ||
18471 test ! -s conftest.err
18472 } && test -s conftest$ac_exeext &&
18473 $as_test_x conftest$ac_exeext; then
18474 ac_cv_lib_ldap_r_ldap_initialize=yes
18475 else
18476 echo "$as_me: failed program was:" >&5
18477 sed 's/^/| /' conftest.$ac_ext >&5
18479 ac_cv_lib_ldap_r_ldap_initialize=no
18482 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18483 conftest$ac_exeext conftest.$ac_ext
18484 LIBS=$ac_check_lib_save_LIBS
18486 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18487 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18488 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18489 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18490 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18491 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18492 echo $ECHO_N "(cached) $ECHO_C" >&6
18493 else
18494 ac_check_lib_save_LIBS=$LIBS
18495 LIBS="-llber $LIBPTHREAD $LIBS"
18496 cat >conftest.$ac_ext <<_ACEOF
18497 /* confdefs.h. */
18498 _ACEOF
18499 cat confdefs.h >>conftest.$ac_ext
18500 cat >>conftest.$ac_ext <<_ACEOF
18501 /* end confdefs.h. */
18503 /* Override any GCC internal prototype to avoid an error.
18504 Use char because int might match the return type of a GCC
18505 builtin and then its argument prototype would still apply. */
18506 #ifdef __cplusplus
18507 extern "C"
18508 #endif
18509 char ber_init ();
18511 main ()
18513 return ber_init ();
18515 return 0;
18517 _ACEOF
18518 rm -f conftest.$ac_objext conftest$ac_exeext
18519 if { (ac_try="$ac_link"
18520 case "(($ac_try" in
18521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18522 *) ac_try_echo=$ac_try;;
18523 esac
18524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18525 (eval "$ac_link") 2>conftest.er1
18526 ac_status=$?
18527 grep -v '^ *+' conftest.er1 >conftest.err
18528 rm -f conftest.er1
18529 cat conftest.err >&5
18530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18531 (exit $ac_status); } && {
18532 test -z "$ac_c_werror_flag" ||
18533 test ! -s conftest.err
18534 } && test -s conftest$ac_exeext &&
18535 $as_test_x conftest$ac_exeext; then
18536 ac_cv_lib_lber_ber_init=yes
18537 else
18538 echo "$as_me: failed program was:" >&5
18539 sed 's/^/| /' conftest.$ac_ext >&5
18541 ac_cv_lib_lber_ber_init=no
18544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18545 conftest$ac_exeext conftest.$ac_ext
18546 LIBS=$ac_check_lib_save_LIBS
18548 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18549 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18550 if test $ac_cv_lib_lber_ber_init = yes; then
18552 cat >>confdefs.h <<\_ACEOF
18553 #define HAVE_LDAP 1
18554 _ACEOF
18556 LDAPLIBS="-lldap_r -llber"
18563 ac_wine_check_funcs_save_LIBS="$LIBS"
18564 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18573 for ac_func in \
18574 ldap_count_references \
18575 ldap_first_reference \
18576 ldap_next_reference \
18577 ldap_parse_reference \
18578 ldap_parse_sort_control \
18579 ldap_parse_sortresponse_control \
18580 ldap_parse_vlv_control \
18581 ldap_parse_vlvresponse_control
18583 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18584 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18585 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18586 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18587 echo $ECHO_N "(cached) $ECHO_C" >&6
18588 else
18589 cat >conftest.$ac_ext <<_ACEOF
18590 /* confdefs.h. */
18591 _ACEOF
18592 cat confdefs.h >>conftest.$ac_ext
18593 cat >>conftest.$ac_ext <<_ACEOF
18594 /* end confdefs.h. */
18595 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18596 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18597 #define $ac_func innocuous_$ac_func
18599 /* System header to define __stub macros and hopefully few prototypes,
18600 which can conflict with char $ac_func (); below.
18601 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18602 <limits.h> exists even on freestanding compilers. */
18604 #ifdef __STDC__
18605 # include <limits.h>
18606 #else
18607 # include <assert.h>
18608 #endif
18610 #undef $ac_func
18612 /* Override any GCC internal prototype to avoid an error.
18613 Use char because int might match the return type of a GCC
18614 builtin and then its argument prototype would still apply. */
18615 #ifdef __cplusplus
18616 extern "C"
18617 #endif
18618 char $ac_func ();
18619 /* The GNU C library defines this for functions which it implements
18620 to always fail with ENOSYS. Some functions are actually named
18621 something starting with __ and the normal name is an alias. */
18622 #if defined __stub_$ac_func || defined __stub___$ac_func
18623 choke me
18624 #endif
18627 main ()
18629 return $ac_func ();
18631 return 0;
18633 _ACEOF
18634 rm -f conftest.$ac_objext conftest$ac_exeext
18635 if { (ac_try="$ac_link"
18636 case "(($ac_try" in
18637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18638 *) ac_try_echo=$ac_try;;
18639 esac
18640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18641 (eval "$ac_link") 2>conftest.er1
18642 ac_status=$?
18643 grep -v '^ *+' conftest.er1 >conftest.err
18644 rm -f conftest.er1
18645 cat conftest.err >&5
18646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18647 (exit $ac_status); } && {
18648 test -z "$ac_c_werror_flag" ||
18649 test ! -s conftest.err
18650 } && test -s conftest$ac_exeext &&
18651 $as_test_x conftest$ac_exeext; then
18652 eval "$as_ac_var=yes"
18653 else
18654 echo "$as_me: failed program was:" >&5
18655 sed 's/^/| /' conftest.$ac_ext >&5
18657 eval "$as_ac_var=no"
18660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18661 conftest$ac_exeext conftest.$ac_ext
18663 ac_res=`eval echo '${'$as_ac_var'}'`
18664 { echo "$as_me:$LINENO: result: $ac_res" >&5
18665 echo "${ECHO_T}$ac_res" >&6; }
18666 if test `eval echo '${'$as_ac_var'}'` = yes; then
18667 cat >>confdefs.h <<_ACEOF
18668 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18669 _ACEOF
18672 done
18674 LIBS="$ac_wine_check_funcs_save_LIBS"
18676 if test "x$LDAPLIBS" = "x"; then
18677 case "x$with_ldap" in
18678 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18679 xno) ;;
18680 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18681 This is an error since --with-ldap was requested." >&5
18682 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18683 This is an error since --with-ldap was requested." >&2;}
18684 { (exit 1); exit 1; }; } ;;
18685 esac
18689 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18690 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18691 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18692 echo $ECHO_N "(cached) $ECHO_C" >&6
18693 else
18694 cat >conftest.$ac_ext <<_ACEOF
18695 /* confdefs.h. */
18696 _ACEOF
18697 cat confdefs.h >>conftest.$ac_ext
18698 cat >>conftest.$ac_ext <<_ACEOF
18699 /* end confdefs.h. */
18700 #include <sys/stat.h>
18702 main ()
18704 mkdir("foo");
18706 return 0;
18708 _ACEOF
18709 rm -f conftest.$ac_objext
18710 if { (ac_try="$ac_compile"
18711 case "(($ac_try" in
18712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18713 *) ac_try_echo=$ac_try;;
18714 esac
18715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18716 (eval "$ac_compile") 2>conftest.er1
18717 ac_status=$?
18718 grep -v '^ *+' conftest.er1 >conftest.err
18719 rm -f conftest.er1
18720 cat conftest.err >&5
18721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18722 (exit $ac_status); } && {
18723 test -z "$ac_c_werror_flag" ||
18724 test ! -s conftest.err
18725 } && test -s conftest.$ac_objext; then
18726 wine_cv_one_arg_mkdir=yes
18727 else
18728 echo "$as_me: failed program was:" >&5
18729 sed 's/^/| /' conftest.$ac_ext >&5
18731 wine_cv_one_arg_mkdir=no
18734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18736 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18737 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18738 if test "$wine_cv_one_arg_mkdir" = "yes"
18739 then
18741 cat >>confdefs.h <<\_ACEOF
18742 #define HAVE_ONE_ARG_MKDIR 1
18743 _ACEOF
18748 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18749 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18750 if test "${ac_cv_c_const+set}" = set; then
18751 echo $ECHO_N "(cached) $ECHO_C" >&6
18752 else
18753 cat >conftest.$ac_ext <<_ACEOF
18754 /* confdefs.h. */
18755 _ACEOF
18756 cat confdefs.h >>conftest.$ac_ext
18757 cat >>conftest.$ac_ext <<_ACEOF
18758 /* end confdefs.h. */
18761 main ()
18763 /* FIXME: Include the comments suggested by Paul. */
18764 #ifndef __cplusplus
18765 /* Ultrix mips cc rejects this. */
18766 typedef int charset[2];
18767 const charset cs;
18768 /* SunOS 4.1.1 cc rejects this. */
18769 char const *const *pcpcc;
18770 char **ppc;
18771 /* NEC SVR4.0.2 mips cc rejects this. */
18772 struct point {int x, y;};
18773 static struct point const zero = {0,0};
18774 /* AIX XL C 1.02.0.0 rejects this.
18775 It does not let you subtract one const X* pointer from another in
18776 an arm of an if-expression whose if-part is not a constant
18777 expression */
18778 const char *g = "string";
18779 pcpcc = &g + (g ? g-g : 0);
18780 /* HPUX 7.0 cc rejects these. */
18781 ++pcpcc;
18782 ppc = (char**) pcpcc;
18783 pcpcc = (char const *const *) ppc;
18784 { /* SCO 3.2v4 cc rejects this. */
18785 char *t;
18786 char const *s = 0 ? (char *) 0 : (char const *) 0;
18788 *t++ = 0;
18789 if (s) return 0;
18791 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18792 int x[] = {25, 17};
18793 const int *foo = &x[0];
18794 ++foo;
18796 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18797 typedef const int *iptr;
18798 iptr p = 0;
18799 ++p;
18801 { /* AIX XL C 1.02.0.0 rejects this saying
18802 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18803 struct s { int j; const int *ap[3]; };
18804 struct s *b; b->j = 5;
18806 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18807 const int foo = 10;
18808 if (!foo) return 0;
18810 return !cs[0] && !zero.x;
18811 #endif
18814 return 0;
18816 _ACEOF
18817 rm -f conftest.$ac_objext
18818 if { (ac_try="$ac_compile"
18819 case "(($ac_try" in
18820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18821 *) ac_try_echo=$ac_try;;
18822 esac
18823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18824 (eval "$ac_compile") 2>conftest.er1
18825 ac_status=$?
18826 grep -v '^ *+' conftest.er1 >conftest.err
18827 rm -f conftest.er1
18828 cat conftest.err >&5
18829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18830 (exit $ac_status); } && {
18831 test -z "$ac_c_werror_flag" ||
18832 test ! -s conftest.err
18833 } && test -s conftest.$ac_objext; then
18834 ac_cv_c_const=yes
18835 else
18836 echo "$as_me: failed program was:" >&5
18837 sed 's/^/| /' conftest.$ac_ext >&5
18839 ac_cv_c_const=no
18842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18844 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18845 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18846 if test $ac_cv_c_const = no; then
18848 cat >>confdefs.h <<\_ACEOF
18849 #define const
18850 _ACEOF
18854 { echo "$as_me:$LINENO: checking for inline" >&5
18855 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18856 if test "${ac_cv_c_inline+set}" = set; then
18857 echo $ECHO_N "(cached) $ECHO_C" >&6
18858 else
18859 ac_cv_c_inline=no
18860 for ac_kw in inline __inline__ __inline; do
18861 cat >conftest.$ac_ext <<_ACEOF
18862 /* confdefs.h. */
18863 _ACEOF
18864 cat confdefs.h >>conftest.$ac_ext
18865 cat >>conftest.$ac_ext <<_ACEOF
18866 /* end confdefs.h. */
18867 #ifndef __cplusplus
18868 typedef int foo_t;
18869 static $ac_kw foo_t static_foo () {return 0; }
18870 $ac_kw foo_t foo () {return 0; }
18871 #endif
18873 _ACEOF
18874 rm -f conftest.$ac_objext
18875 if { (ac_try="$ac_compile"
18876 case "(($ac_try" in
18877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18878 *) ac_try_echo=$ac_try;;
18879 esac
18880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18881 (eval "$ac_compile") 2>conftest.er1
18882 ac_status=$?
18883 grep -v '^ *+' conftest.er1 >conftest.err
18884 rm -f conftest.er1
18885 cat conftest.err >&5
18886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18887 (exit $ac_status); } && {
18888 test -z "$ac_c_werror_flag" ||
18889 test ! -s conftest.err
18890 } && test -s conftest.$ac_objext; then
18891 ac_cv_c_inline=$ac_kw
18892 else
18893 echo "$as_me: failed program was:" >&5
18894 sed 's/^/| /' conftest.$ac_ext >&5
18899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18900 test "$ac_cv_c_inline" != no && break
18901 done
18904 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18905 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18908 case $ac_cv_c_inline in
18909 inline | yes) ;;
18911 case $ac_cv_c_inline in
18912 no) ac_val=;;
18913 *) ac_val=$ac_cv_c_inline;;
18914 esac
18915 cat >>confdefs.h <<_ACEOF
18916 #ifndef __cplusplus
18917 #define inline $ac_val
18918 #endif
18919 _ACEOF
18921 esac
18923 { echo "$as_me:$LINENO: checking for mode_t" >&5
18924 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18925 if test "${ac_cv_type_mode_t+set}" = set; then
18926 echo $ECHO_N "(cached) $ECHO_C" >&6
18927 else
18928 cat >conftest.$ac_ext <<_ACEOF
18929 /* confdefs.h. */
18930 _ACEOF
18931 cat confdefs.h >>conftest.$ac_ext
18932 cat >>conftest.$ac_ext <<_ACEOF
18933 /* end confdefs.h. */
18934 $ac_includes_default
18935 typedef mode_t ac__type_new_;
18937 main ()
18939 if ((ac__type_new_ *) 0)
18940 return 0;
18941 if (sizeof (ac__type_new_))
18942 return 0;
18944 return 0;
18946 _ACEOF
18947 rm -f conftest.$ac_objext
18948 if { (ac_try="$ac_compile"
18949 case "(($ac_try" in
18950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18951 *) ac_try_echo=$ac_try;;
18952 esac
18953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18954 (eval "$ac_compile") 2>conftest.er1
18955 ac_status=$?
18956 grep -v '^ *+' conftest.er1 >conftest.err
18957 rm -f conftest.er1
18958 cat conftest.err >&5
18959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18960 (exit $ac_status); } && {
18961 test -z "$ac_c_werror_flag" ||
18962 test ! -s conftest.err
18963 } && test -s conftest.$ac_objext; then
18964 ac_cv_type_mode_t=yes
18965 else
18966 echo "$as_me: failed program was:" >&5
18967 sed 's/^/| /' conftest.$ac_ext >&5
18969 ac_cv_type_mode_t=no
18972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18974 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18975 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18976 if test $ac_cv_type_mode_t = yes; then
18978 cat >>confdefs.h <<_ACEOF
18979 #define HAVE_MODE_T 1
18980 _ACEOF
18984 { echo "$as_me:$LINENO: checking for off_t" >&5
18985 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18986 if test "${ac_cv_type_off_t+set}" = set; then
18987 echo $ECHO_N "(cached) $ECHO_C" >&6
18988 else
18989 cat >conftest.$ac_ext <<_ACEOF
18990 /* confdefs.h. */
18991 _ACEOF
18992 cat confdefs.h >>conftest.$ac_ext
18993 cat >>conftest.$ac_ext <<_ACEOF
18994 /* end confdefs.h. */
18995 $ac_includes_default
18996 typedef off_t ac__type_new_;
18998 main ()
19000 if ((ac__type_new_ *) 0)
19001 return 0;
19002 if (sizeof (ac__type_new_))
19003 return 0;
19005 return 0;
19007 _ACEOF
19008 rm -f conftest.$ac_objext
19009 if { (ac_try="$ac_compile"
19010 case "(($ac_try" in
19011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19012 *) ac_try_echo=$ac_try;;
19013 esac
19014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19015 (eval "$ac_compile") 2>conftest.er1
19016 ac_status=$?
19017 grep -v '^ *+' conftest.er1 >conftest.err
19018 rm -f conftest.er1
19019 cat conftest.err >&5
19020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19021 (exit $ac_status); } && {
19022 test -z "$ac_c_werror_flag" ||
19023 test ! -s conftest.err
19024 } && test -s conftest.$ac_objext; then
19025 ac_cv_type_off_t=yes
19026 else
19027 echo "$as_me: failed program was:" >&5
19028 sed 's/^/| /' conftest.$ac_ext >&5
19030 ac_cv_type_off_t=no
19033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19035 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19036 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19037 if test $ac_cv_type_off_t = yes; then
19039 cat >>confdefs.h <<_ACEOF
19040 #define HAVE_OFF_T 1
19041 _ACEOF
19045 { echo "$as_me:$LINENO: checking for pid_t" >&5
19046 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19047 if test "${ac_cv_type_pid_t+set}" = set; then
19048 echo $ECHO_N "(cached) $ECHO_C" >&6
19049 else
19050 cat >conftest.$ac_ext <<_ACEOF
19051 /* confdefs.h. */
19052 _ACEOF
19053 cat confdefs.h >>conftest.$ac_ext
19054 cat >>conftest.$ac_ext <<_ACEOF
19055 /* end confdefs.h. */
19056 $ac_includes_default
19057 typedef pid_t ac__type_new_;
19059 main ()
19061 if ((ac__type_new_ *) 0)
19062 return 0;
19063 if (sizeof (ac__type_new_))
19064 return 0;
19066 return 0;
19068 _ACEOF
19069 rm -f conftest.$ac_objext
19070 if { (ac_try="$ac_compile"
19071 case "(($ac_try" in
19072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19073 *) ac_try_echo=$ac_try;;
19074 esac
19075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19076 (eval "$ac_compile") 2>conftest.er1
19077 ac_status=$?
19078 grep -v '^ *+' conftest.er1 >conftest.err
19079 rm -f conftest.er1
19080 cat conftest.err >&5
19081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19082 (exit $ac_status); } && {
19083 test -z "$ac_c_werror_flag" ||
19084 test ! -s conftest.err
19085 } && test -s conftest.$ac_objext; then
19086 ac_cv_type_pid_t=yes
19087 else
19088 echo "$as_me: failed program was:" >&5
19089 sed 's/^/| /' conftest.$ac_ext >&5
19091 ac_cv_type_pid_t=no
19094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19096 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19097 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19098 if test $ac_cv_type_pid_t = yes; then
19100 cat >>confdefs.h <<_ACEOF
19101 #define HAVE_PID_T 1
19102 _ACEOF
19106 { echo "$as_me:$LINENO: checking for size_t" >&5
19107 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19108 if test "${ac_cv_type_size_t+set}" = set; then
19109 echo $ECHO_N "(cached) $ECHO_C" >&6
19110 else
19111 cat >conftest.$ac_ext <<_ACEOF
19112 /* confdefs.h. */
19113 _ACEOF
19114 cat confdefs.h >>conftest.$ac_ext
19115 cat >>conftest.$ac_ext <<_ACEOF
19116 /* end confdefs.h. */
19117 $ac_includes_default
19118 typedef size_t ac__type_new_;
19120 main ()
19122 if ((ac__type_new_ *) 0)
19123 return 0;
19124 if (sizeof (ac__type_new_))
19125 return 0;
19127 return 0;
19129 _ACEOF
19130 rm -f conftest.$ac_objext
19131 if { (ac_try="$ac_compile"
19132 case "(($ac_try" in
19133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19134 *) ac_try_echo=$ac_try;;
19135 esac
19136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19137 (eval "$ac_compile") 2>conftest.er1
19138 ac_status=$?
19139 grep -v '^ *+' conftest.er1 >conftest.err
19140 rm -f conftest.er1
19141 cat conftest.err >&5
19142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19143 (exit $ac_status); } && {
19144 test -z "$ac_c_werror_flag" ||
19145 test ! -s conftest.err
19146 } && test -s conftest.$ac_objext; then
19147 ac_cv_type_size_t=yes
19148 else
19149 echo "$as_me: failed program was:" >&5
19150 sed 's/^/| /' conftest.$ac_ext >&5
19152 ac_cv_type_size_t=no
19155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19157 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19158 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19159 if test $ac_cv_type_size_t = yes; then
19161 cat >>confdefs.h <<_ACEOF
19162 #define HAVE_SIZE_T 1
19163 _ACEOF
19167 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19168 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19169 if test "${ac_cv_type_ssize_t+set}" = set; then
19170 echo $ECHO_N "(cached) $ECHO_C" >&6
19171 else
19172 cat >conftest.$ac_ext <<_ACEOF
19173 /* confdefs.h. */
19174 _ACEOF
19175 cat confdefs.h >>conftest.$ac_ext
19176 cat >>conftest.$ac_ext <<_ACEOF
19177 /* end confdefs.h. */
19178 $ac_includes_default
19179 typedef ssize_t ac__type_new_;
19181 main ()
19183 if ((ac__type_new_ *) 0)
19184 return 0;
19185 if (sizeof (ac__type_new_))
19186 return 0;
19188 return 0;
19190 _ACEOF
19191 rm -f conftest.$ac_objext
19192 if { (ac_try="$ac_compile"
19193 case "(($ac_try" in
19194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19195 *) ac_try_echo=$ac_try;;
19196 esac
19197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19198 (eval "$ac_compile") 2>conftest.er1
19199 ac_status=$?
19200 grep -v '^ *+' conftest.er1 >conftest.err
19201 rm -f conftest.er1
19202 cat conftest.err >&5
19203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19204 (exit $ac_status); } && {
19205 test -z "$ac_c_werror_flag" ||
19206 test ! -s conftest.err
19207 } && test -s conftest.$ac_objext; then
19208 ac_cv_type_ssize_t=yes
19209 else
19210 echo "$as_me: failed program was:" >&5
19211 sed 's/^/| /' conftest.$ac_ext >&5
19213 ac_cv_type_ssize_t=no
19216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19218 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19219 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19220 if test $ac_cv_type_ssize_t = yes; then
19222 cat >>confdefs.h <<_ACEOF
19223 #define HAVE_SSIZE_T 1
19224 _ACEOF
19228 { echo "$as_me:$LINENO: checking for long long" >&5
19229 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19230 if test "${ac_cv_type_long_long+set}" = set; then
19231 echo $ECHO_N "(cached) $ECHO_C" >&6
19232 else
19233 cat >conftest.$ac_ext <<_ACEOF
19234 /* confdefs.h. */
19235 _ACEOF
19236 cat confdefs.h >>conftest.$ac_ext
19237 cat >>conftest.$ac_ext <<_ACEOF
19238 /* end confdefs.h. */
19239 $ac_includes_default
19240 typedef long long ac__type_new_;
19242 main ()
19244 if ((ac__type_new_ *) 0)
19245 return 0;
19246 if (sizeof (ac__type_new_))
19247 return 0;
19249 return 0;
19251 _ACEOF
19252 rm -f conftest.$ac_objext
19253 if { (ac_try="$ac_compile"
19254 case "(($ac_try" in
19255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19256 *) ac_try_echo=$ac_try;;
19257 esac
19258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19259 (eval "$ac_compile") 2>conftest.er1
19260 ac_status=$?
19261 grep -v '^ *+' conftest.er1 >conftest.err
19262 rm -f conftest.er1
19263 cat conftest.err >&5
19264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19265 (exit $ac_status); } && {
19266 test -z "$ac_c_werror_flag" ||
19267 test ! -s conftest.err
19268 } && test -s conftest.$ac_objext; then
19269 ac_cv_type_long_long=yes
19270 else
19271 echo "$as_me: failed program was:" >&5
19272 sed 's/^/| /' conftest.$ac_ext >&5
19274 ac_cv_type_long_long=no
19277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19279 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19280 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19281 if test $ac_cv_type_long_long = yes; then
19283 cat >>confdefs.h <<_ACEOF
19284 #define HAVE_LONG_LONG 1
19285 _ACEOF
19289 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19290 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19291 if test "${ac_cv_type_fsblkcnt_t+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 $ac_includes_default
19301 typedef fsblkcnt_t ac__type_new_;
19303 main ()
19305 if ((ac__type_new_ *) 0)
19306 return 0;
19307 if (sizeof (ac__type_new_))
19308 return 0;
19310 return 0;
19312 _ACEOF
19313 rm -f conftest.$ac_objext
19314 if { (ac_try="$ac_compile"
19315 case "(($ac_try" in
19316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19317 *) ac_try_echo=$ac_try;;
19318 esac
19319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19320 (eval "$ac_compile") 2>conftest.er1
19321 ac_status=$?
19322 grep -v '^ *+' conftest.er1 >conftest.err
19323 rm -f conftest.er1
19324 cat conftest.err >&5
19325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19326 (exit $ac_status); } && {
19327 test -z "$ac_c_werror_flag" ||
19328 test ! -s conftest.err
19329 } && test -s conftest.$ac_objext; then
19330 ac_cv_type_fsblkcnt_t=yes
19331 else
19332 echo "$as_me: failed program was:" >&5
19333 sed 's/^/| /' conftest.$ac_ext >&5
19335 ac_cv_type_fsblkcnt_t=no
19338 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19340 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19341 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19342 if test $ac_cv_type_fsblkcnt_t = yes; then
19344 cat >>confdefs.h <<_ACEOF
19345 #define HAVE_FSBLKCNT_T 1
19346 _ACEOF
19350 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19351 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19352 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19353 echo $ECHO_N "(cached) $ECHO_C" >&6
19354 else
19355 cat >conftest.$ac_ext <<_ACEOF
19356 /* confdefs.h. */
19357 _ACEOF
19358 cat confdefs.h >>conftest.$ac_ext
19359 cat >>conftest.$ac_ext <<_ACEOF
19360 /* end confdefs.h. */
19361 $ac_includes_default
19362 typedef fsfilcnt_t ac__type_new_;
19364 main ()
19366 if ((ac__type_new_ *) 0)
19367 return 0;
19368 if (sizeof (ac__type_new_))
19369 return 0;
19371 return 0;
19373 _ACEOF
19374 rm -f conftest.$ac_objext
19375 if { (ac_try="$ac_compile"
19376 case "(($ac_try" in
19377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19378 *) ac_try_echo=$ac_try;;
19379 esac
19380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19381 (eval "$ac_compile") 2>conftest.er1
19382 ac_status=$?
19383 grep -v '^ *+' conftest.er1 >conftest.err
19384 rm -f conftest.er1
19385 cat conftest.err >&5
19386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19387 (exit $ac_status); } && {
19388 test -z "$ac_c_werror_flag" ||
19389 test ! -s conftest.err
19390 } && test -s conftest.$ac_objext; then
19391 ac_cv_type_fsfilcnt_t=yes
19392 else
19393 echo "$as_me: failed program was:" >&5
19394 sed 's/^/| /' conftest.$ac_ext >&5
19396 ac_cv_type_fsfilcnt_t=no
19399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19401 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19402 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19403 if test $ac_cv_type_fsfilcnt_t = yes; then
19405 cat >>confdefs.h <<_ACEOF
19406 #define HAVE_FSFILCNT_T 1
19407 _ACEOF
19412 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19413 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19414 if test "${ac_cv_type_sigset_t+set}" = set; then
19415 echo $ECHO_N "(cached) $ECHO_C" >&6
19416 else
19417 cat >conftest.$ac_ext <<_ACEOF
19418 /* confdefs.h. */
19419 _ACEOF
19420 cat confdefs.h >>conftest.$ac_ext
19421 cat >>conftest.$ac_ext <<_ACEOF
19422 /* end confdefs.h. */
19423 #include <sys/types.h>
19424 #include <signal.h>
19426 typedef sigset_t ac__type_new_;
19428 main ()
19430 if ((ac__type_new_ *) 0)
19431 return 0;
19432 if (sizeof (ac__type_new_))
19433 return 0;
19435 return 0;
19437 _ACEOF
19438 rm -f conftest.$ac_objext
19439 if { (ac_try="$ac_compile"
19440 case "(($ac_try" in
19441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19442 *) ac_try_echo=$ac_try;;
19443 esac
19444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19445 (eval "$ac_compile") 2>conftest.er1
19446 ac_status=$?
19447 grep -v '^ *+' conftest.er1 >conftest.err
19448 rm -f conftest.er1
19449 cat conftest.err >&5
19450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19451 (exit $ac_status); } && {
19452 test -z "$ac_c_werror_flag" ||
19453 test ! -s conftest.err
19454 } && test -s conftest.$ac_objext; then
19455 ac_cv_type_sigset_t=yes
19456 else
19457 echo "$as_me: failed program was:" >&5
19458 sed 's/^/| /' conftest.$ac_ext >&5
19460 ac_cv_type_sigset_t=no
19463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19465 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19466 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19467 if test $ac_cv_type_sigset_t = yes; then
19469 cat >>confdefs.h <<_ACEOF
19470 #define HAVE_SIGSET_T 1
19471 _ACEOF
19476 { echo "$as_me:$LINENO: checking for request_sense" >&5
19477 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19478 if test "${ac_cv_type_request_sense+set}" = set; then
19479 echo $ECHO_N "(cached) $ECHO_C" >&6
19480 else
19481 cat >conftest.$ac_ext <<_ACEOF
19482 /* confdefs.h. */
19483 _ACEOF
19484 cat confdefs.h >>conftest.$ac_ext
19485 cat >>conftest.$ac_ext <<_ACEOF
19486 /* end confdefs.h. */
19487 #include <linux/cdrom.h>
19489 typedef request_sense ac__type_new_;
19491 main ()
19493 if ((ac__type_new_ *) 0)
19494 return 0;
19495 if (sizeof (ac__type_new_))
19496 return 0;
19498 return 0;
19500 _ACEOF
19501 rm -f conftest.$ac_objext
19502 if { (ac_try="$ac_compile"
19503 case "(($ac_try" in
19504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19505 *) ac_try_echo=$ac_try;;
19506 esac
19507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19508 (eval "$ac_compile") 2>conftest.er1
19509 ac_status=$?
19510 grep -v '^ *+' conftest.er1 >conftest.err
19511 rm -f conftest.er1
19512 cat conftest.err >&5
19513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19514 (exit $ac_status); } && {
19515 test -z "$ac_c_werror_flag" ||
19516 test ! -s conftest.err
19517 } && test -s conftest.$ac_objext; then
19518 ac_cv_type_request_sense=yes
19519 else
19520 echo "$as_me: failed program was:" >&5
19521 sed 's/^/| /' conftest.$ac_ext >&5
19523 ac_cv_type_request_sense=no
19526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19528 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19529 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19530 if test $ac_cv_type_request_sense = yes; then
19532 cat >>confdefs.h <<_ACEOF
19533 #define HAVE_REQUEST_SENSE 1
19534 _ACEOF
19540 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19541 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19542 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19543 echo $ECHO_N "(cached) $ECHO_C" >&6
19544 else
19545 cat >conftest.$ac_ext <<_ACEOF
19546 /* confdefs.h. */
19547 _ACEOF
19548 cat confdefs.h >>conftest.$ac_ext
19549 cat >>conftest.$ac_ext <<_ACEOF
19550 /* end confdefs.h. */
19551 #include <sys/types.h>
19552 #ifdef HAVE_SYS_SOCKET_H
19553 #include <sys/socket.h>
19554 #endif
19555 #ifdef HAVE_SYS_SOCKETVAR_H
19556 #include <sys/socketvar.h>
19557 #endif
19558 #ifdef HAVE_NET_ROUTE_H
19559 #include <net/route.h>
19560 #endif
19561 #ifdef HAVE_NETINET_IN_H
19562 #include <netinet/in.h>
19563 #endif
19564 #ifdef HAVE_NETINET_IN_SYSTM_H
19565 #include <netinet/in_systm.h>
19566 #endif
19567 #ifdef HAVE_NETINET_IP_H
19568 #include <netinet/ip.h>
19569 #endif
19570 #ifdef HAVE_NETINET_IN_PCB_H
19571 #include <netinet/in_pcb.h>
19572 #endif
19574 typedef struct xinpgen ac__type_new_;
19576 main ()
19578 if ((ac__type_new_ *) 0)
19579 return 0;
19580 if (sizeof (ac__type_new_))
19581 return 0;
19583 return 0;
19585 _ACEOF
19586 rm -f conftest.$ac_objext
19587 if { (ac_try="$ac_compile"
19588 case "(($ac_try" in
19589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19590 *) ac_try_echo=$ac_try;;
19591 esac
19592 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19593 (eval "$ac_compile") 2>conftest.er1
19594 ac_status=$?
19595 grep -v '^ *+' conftest.er1 >conftest.err
19596 rm -f conftest.er1
19597 cat conftest.err >&5
19598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19599 (exit $ac_status); } && {
19600 test -z "$ac_c_werror_flag" ||
19601 test ! -s conftest.err
19602 } && test -s conftest.$ac_objext; then
19603 ac_cv_type_struct_xinpgen=yes
19604 else
19605 echo "$as_me: failed program was:" >&5
19606 sed 's/^/| /' conftest.$ac_ext >&5
19608 ac_cv_type_struct_xinpgen=no
19611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19613 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19614 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19615 if test $ac_cv_type_struct_xinpgen = yes; then
19617 cat >>confdefs.h <<_ACEOF
19618 #define HAVE_STRUCT_XINPGEN 1
19619 _ACEOF
19625 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19626 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19627 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19628 echo $ECHO_N "(cached) $ECHO_C" >&6
19629 else
19630 cat >conftest.$ac_ext <<_ACEOF
19631 /* confdefs.h. */
19632 _ACEOF
19633 cat confdefs.h >>conftest.$ac_ext
19634 cat >>conftest.$ac_ext <<_ACEOF
19635 /* end confdefs.h. */
19636 #ifdef HAVE_LINUX_INPUT_H
19637 #include <linux/input.h>
19638 #endif
19641 main ()
19643 static struct ff_effect ac_aggr;
19644 if (ac_aggr.direction)
19645 return 0;
19647 return 0;
19649 _ACEOF
19650 rm -f conftest.$ac_objext
19651 if { (ac_try="$ac_compile"
19652 case "(($ac_try" in
19653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19654 *) ac_try_echo=$ac_try;;
19655 esac
19656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19657 (eval "$ac_compile") 2>conftest.er1
19658 ac_status=$?
19659 grep -v '^ *+' conftest.er1 >conftest.err
19660 rm -f conftest.er1
19661 cat conftest.err >&5
19662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19663 (exit $ac_status); } && {
19664 test -z "$ac_c_werror_flag" ||
19665 test ! -s conftest.err
19666 } && test -s conftest.$ac_objext; then
19667 ac_cv_member_struct_ff_effect_direction=yes
19668 else
19669 echo "$as_me: failed program was:" >&5
19670 sed 's/^/| /' conftest.$ac_ext >&5
19672 cat >conftest.$ac_ext <<_ACEOF
19673 /* confdefs.h. */
19674 _ACEOF
19675 cat confdefs.h >>conftest.$ac_ext
19676 cat >>conftest.$ac_ext <<_ACEOF
19677 /* end confdefs.h. */
19678 #ifdef HAVE_LINUX_INPUT_H
19679 #include <linux/input.h>
19680 #endif
19683 main ()
19685 static struct ff_effect ac_aggr;
19686 if (sizeof ac_aggr.direction)
19687 return 0;
19689 return 0;
19691 _ACEOF
19692 rm -f conftest.$ac_objext
19693 if { (ac_try="$ac_compile"
19694 case "(($ac_try" in
19695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19696 *) ac_try_echo=$ac_try;;
19697 esac
19698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19699 (eval "$ac_compile") 2>conftest.er1
19700 ac_status=$?
19701 grep -v '^ *+' conftest.er1 >conftest.err
19702 rm -f conftest.er1
19703 cat conftest.err >&5
19704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19705 (exit $ac_status); } && {
19706 test -z "$ac_c_werror_flag" ||
19707 test ! -s conftest.err
19708 } && test -s conftest.$ac_objext; then
19709 ac_cv_member_struct_ff_effect_direction=yes
19710 else
19711 echo "$as_me: failed program was:" >&5
19712 sed 's/^/| /' conftest.$ac_ext >&5
19714 ac_cv_member_struct_ff_effect_direction=no
19717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19720 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19722 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19723 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19724 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19726 cat >>confdefs.h <<_ACEOF
19727 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19728 _ACEOF
19734 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19735 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19736 if test "${wine_cv_have_sigaddset+set}" = set; then
19737 echo $ECHO_N "(cached) $ECHO_C" >&6
19738 else
19739 cat >conftest.$ac_ext <<_ACEOF
19740 /* confdefs.h. */
19741 _ACEOF
19742 cat confdefs.h >>conftest.$ac_ext
19743 cat >>conftest.$ac_ext <<_ACEOF
19744 /* end confdefs.h. */
19745 #include <signal.h>
19747 main ()
19749 sigset_t set; sigaddset(&set,SIGTERM);
19751 return 0;
19753 _ACEOF
19754 rm -f conftest.$ac_objext conftest$ac_exeext
19755 if { (ac_try="$ac_link"
19756 case "(($ac_try" in
19757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19758 *) ac_try_echo=$ac_try;;
19759 esac
19760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19761 (eval "$ac_link") 2>conftest.er1
19762 ac_status=$?
19763 grep -v '^ *+' conftest.er1 >conftest.err
19764 rm -f conftest.er1
19765 cat conftest.err >&5
19766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19767 (exit $ac_status); } && {
19768 test -z "$ac_c_werror_flag" ||
19769 test ! -s conftest.err
19770 } && test -s conftest$ac_exeext &&
19771 $as_test_x conftest$ac_exeext; then
19772 wine_cv_have_sigaddset=yes
19773 else
19774 echo "$as_me: failed program was:" >&5
19775 sed 's/^/| /' conftest.$ac_ext >&5
19777 wine_cv_have_sigaddset=no
19780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19781 conftest$ac_exeext conftest.$ac_ext
19783 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19784 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19785 if test "$wine_cv_have_sigaddset" = "yes"
19786 then
19788 cat >>confdefs.h <<\_ACEOF
19789 #define HAVE_SIGADDSET 1
19790 _ACEOF
19795 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19796 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19797 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19798 echo $ECHO_N "(cached) $ECHO_C" >&6
19799 else
19800 cat >conftest.$ac_ext <<_ACEOF
19801 /* confdefs.h. */
19802 _ACEOF
19803 cat confdefs.h >>conftest.$ac_ext
19804 cat >>conftest.$ac_ext <<_ACEOF
19805 /* end confdefs.h. */
19806 #include <netdb.h>
19808 main ()
19811 char *name=0;
19812 struct hostent he;
19813 struct hostent *result;
19814 char *buf=0;
19815 int bufsize=0;
19816 int res,errnr;
19817 char *addr=0;
19818 int addrlen=0;
19819 int addrtype=0;
19820 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19821 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19824 return 0;
19826 _ACEOF
19827 rm -f conftest.$ac_objext conftest$ac_exeext
19828 if { (ac_try="$ac_link"
19829 case "(($ac_try" in
19830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19831 *) ac_try_echo=$ac_try;;
19832 esac
19833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19834 (eval "$ac_link") 2>conftest.er1
19835 ac_status=$?
19836 grep -v '^ *+' conftest.er1 >conftest.err
19837 rm -f conftest.er1
19838 cat conftest.err >&5
19839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19840 (exit $ac_status); } && {
19841 test -z "$ac_c_werror_flag" ||
19842 test ! -s conftest.err
19843 } && test -s conftest$ac_exeext &&
19844 $as_test_x conftest$ac_exeext; then
19845 wine_cv_linux_gethostbyname_r_6=yes
19846 else
19847 echo "$as_me: failed program was:" >&5
19848 sed 's/^/| /' conftest.$ac_ext >&5
19850 wine_cv_linux_gethostbyname_r_6=no
19854 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19855 conftest$ac_exeext conftest.$ac_ext
19858 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19859 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19860 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19861 then
19863 cat >>confdefs.h <<\_ACEOF
19864 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19865 _ACEOF
19869 if test "$ac_cv_header_linux_joystick_h" = "yes"
19870 then
19871 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19872 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19873 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19874 echo $ECHO_N "(cached) $ECHO_C" >&6
19875 else
19876 cat >conftest.$ac_ext <<_ACEOF
19877 /* confdefs.h. */
19878 _ACEOF
19879 cat confdefs.h >>conftest.$ac_ext
19880 cat >>conftest.$ac_ext <<_ACEOF
19881 /* end confdefs.h. */
19883 #include <sys/ioctl.h>
19884 #include <sys/types.h>
19885 #include <linux/joystick.h>
19887 struct js_event blub;
19888 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19889 #error "no 2.2 header"
19890 #endif
19893 main ()
19895 /*empty*/
19897 return 0;
19899 _ACEOF
19900 rm -f conftest.$ac_objext
19901 if { (ac_try="$ac_compile"
19902 case "(($ac_try" in
19903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19904 *) ac_try_echo=$ac_try;;
19905 esac
19906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19907 (eval "$ac_compile") 2>conftest.er1
19908 ac_status=$?
19909 grep -v '^ *+' conftest.er1 >conftest.err
19910 rm -f conftest.er1
19911 cat conftest.err >&5
19912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19913 (exit $ac_status); } && {
19914 test -z "$ac_c_werror_flag" ||
19915 test ! -s conftest.err
19916 } && test -s conftest.$ac_objext; then
19917 wine_cv_linux_joystick_22_api=yes
19918 else
19919 echo "$as_me: failed program was:" >&5
19920 sed 's/^/| /' conftest.$ac_ext >&5
19922 wine_cv_linux_joystick_22_api=no
19925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19928 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19929 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19930 if test "$wine_cv_linux_joystick_22_api" = "yes"
19931 then
19933 cat >>confdefs.h <<\_ACEOF
19934 #define HAVE_LINUX_22_JOYSTICK_API 1
19935 _ACEOF
19941 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19942 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19943 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19944 echo $ECHO_N "(cached) $ECHO_C" >&6
19945 else
19946 cat >conftest.$ac_ext <<_ACEOF
19947 /* confdefs.h. */
19948 _ACEOF
19949 cat confdefs.h >>conftest.$ac_ext
19950 cat >>conftest.$ac_ext <<_ACEOF
19951 /* end confdefs.h. */
19952 #include <sys/types.h>
19953 #ifdef HAVE_SYS_PARAM_H
19954 # include <sys/param.h>
19955 #endif
19956 #ifdef HAVE_SYS_MOUNT_H
19957 # include <sys/mount.h>
19958 #endif
19959 #ifdef HAVE_SYS_VFS_H
19960 # include <sys/vfs.h>
19961 #endif
19962 #ifdef HAVE_SYS_STATFS_H
19963 # include <sys/statfs.h>
19964 #endif
19967 main ()
19969 static struct statfs ac_aggr;
19970 if (ac_aggr.f_bfree)
19971 return 0;
19973 return 0;
19975 _ACEOF
19976 rm -f conftest.$ac_objext
19977 if { (ac_try="$ac_compile"
19978 case "(($ac_try" in
19979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19980 *) ac_try_echo=$ac_try;;
19981 esac
19982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19983 (eval "$ac_compile") 2>conftest.er1
19984 ac_status=$?
19985 grep -v '^ *+' conftest.er1 >conftest.err
19986 rm -f conftest.er1
19987 cat conftest.err >&5
19988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19989 (exit $ac_status); } && {
19990 test -z "$ac_c_werror_flag" ||
19991 test ! -s conftest.err
19992 } && test -s conftest.$ac_objext; then
19993 ac_cv_member_struct_statfs_f_bfree=yes
19994 else
19995 echo "$as_me: failed program was:" >&5
19996 sed 's/^/| /' conftest.$ac_ext >&5
19998 cat >conftest.$ac_ext <<_ACEOF
19999 /* confdefs.h. */
20000 _ACEOF
20001 cat confdefs.h >>conftest.$ac_ext
20002 cat >>conftest.$ac_ext <<_ACEOF
20003 /* end confdefs.h. */
20004 #include <sys/types.h>
20005 #ifdef HAVE_SYS_PARAM_H
20006 # include <sys/param.h>
20007 #endif
20008 #ifdef HAVE_SYS_MOUNT_H
20009 # include <sys/mount.h>
20010 #endif
20011 #ifdef HAVE_SYS_VFS_H
20012 # include <sys/vfs.h>
20013 #endif
20014 #ifdef HAVE_SYS_STATFS_H
20015 # include <sys/statfs.h>
20016 #endif
20019 main ()
20021 static struct statfs ac_aggr;
20022 if (sizeof ac_aggr.f_bfree)
20023 return 0;
20025 return 0;
20027 _ACEOF
20028 rm -f conftest.$ac_objext
20029 if { (ac_try="$ac_compile"
20030 case "(($ac_try" in
20031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20032 *) ac_try_echo=$ac_try;;
20033 esac
20034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20035 (eval "$ac_compile") 2>conftest.er1
20036 ac_status=$?
20037 grep -v '^ *+' conftest.er1 >conftest.err
20038 rm -f conftest.er1
20039 cat conftest.err >&5
20040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20041 (exit $ac_status); } && {
20042 test -z "$ac_c_werror_flag" ||
20043 test ! -s conftest.err
20044 } && test -s conftest.$ac_objext; then
20045 ac_cv_member_struct_statfs_f_bfree=yes
20046 else
20047 echo "$as_me: failed program was:" >&5
20048 sed 's/^/| /' conftest.$ac_ext >&5
20050 ac_cv_member_struct_statfs_f_bfree=no
20053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20058 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20059 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20060 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20062 cat >>confdefs.h <<_ACEOF
20063 #define HAVE_STRUCT_STATFS_F_BFREE 1
20064 _ACEOF
20068 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20069 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20070 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20071 echo $ECHO_N "(cached) $ECHO_C" >&6
20072 else
20073 cat >conftest.$ac_ext <<_ACEOF
20074 /* confdefs.h. */
20075 _ACEOF
20076 cat confdefs.h >>conftest.$ac_ext
20077 cat >>conftest.$ac_ext <<_ACEOF
20078 /* end confdefs.h. */
20079 #include <sys/types.h>
20080 #ifdef HAVE_SYS_PARAM_H
20081 # include <sys/param.h>
20082 #endif
20083 #ifdef HAVE_SYS_MOUNT_H
20084 # include <sys/mount.h>
20085 #endif
20086 #ifdef HAVE_SYS_VFS_H
20087 # include <sys/vfs.h>
20088 #endif
20089 #ifdef HAVE_SYS_STATFS_H
20090 # include <sys/statfs.h>
20091 #endif
20094 main ()
20096 static struct statfs ac_aggr;
20097 if (ac_aggr.f_bavail)
20098 return 0;
20100 return 0;
20102 _ACEOF
20103 rm -f conftest.$ac_objext
20104 if { (ac_try="$ac_compile"
20105 case "(($ac_try" in
20106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20107 *) ac_try_echo=$ac_try;;
20108 esac
20109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20110 (eval "$ac_compile") 2>conftest.er1
20111 ac_status=$?
20112 grep -v '^ *+' conftest.er1 >conftest.err
20113 rm -f conftest.er1
20114 cat conftest.err >&5
20115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20116 (exit $ac_status); } && {
20117 test -z "$ac_c_werror_flag" ||
20118 test ! -s conftest.err
20119 } && test -s conftest.$ac_objext; then
20120 ac_cv_member_struct_statfs_f_bavail=yes
20121 else
20122 echo "$as_me: failed program was:" >&5
20123 sed 's/^/| /' conftest.$ac_ext >&5
20125 cat >conftest.$ac_ext <<_ACEOF
20126 /* confdefs.h. */
20127 _ACEOF
20128 cat confdefs.h >>conftest.$ac_ext
20129 cat >>conftest.$ac_ext <<_ACEOF
20130 /* end confdefs.h. */
20131 #include <sys/types.h>
20132 #ifdef HAVE_SYS_PARAM_H
20133 # include <sys/param.h>
20134 #endif
20135 #ifdef HAVE_SYS_MOUNT_H
20136 # include <sys/mount.h>
20137 #endif
20138 #ifdef HAVE_SYS_VFS_H
20139 # include <sys/vfs.h>
20140 #endif
20141 #ifdef HAVE_SYS_STATFS_H
20142 # include <sys/statfs.h>
20143 #endif
20146 main ()
20148 static struct statfs ac_aggr;
20149 if (sizeof ac_aggr.f_bavail)
20150 return 0;
20152 return 0;
20154 _ACEOF
20155 rm -f conftest.$ac_objext
20156 if { (ac_try="$ac_compile"
20157 case "(($ac_try" in
20158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20159 *) ac_try_echo=$ac_try;;
20160 esac
20161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20162 (eval "$ac_compile") 2>conftest.er1
20163 ac_status=$?
20164 grep -v '^ *+' conftest.er1 >conftest.err
20165 rm -f conftest.er1
20166 cat conftest.err >&5
20167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20168 (exit $ac_status); } && {
20169 test -z "$ac_c_werror_flag" ||
20170 test ! -s conftest.err
20171 } && test -s conftest.$ac_objext; then
20172 ac_cv_member_struct_statfs_f_bavail=yes
20173 else
20174 echo "$as_me: failed program was:" >&5
20175 sed 's/^/| /' conftest.$ac_ext >&5
20177 ac_cv_member_struct_statfs_f_bavail=no
20180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20185 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20186 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20187 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20189 cat >>confdefs.h <<_ACEOF
20190 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20191 _ACEOF
20195 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20196 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20197 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20198 echo $ECHO_N "(cached) $ECHO_C" >&6
20199 else
20200 cat >conftest.$ac_ext <<_ACEOF
20201 /* confdefs.h. */
20202 _ACEOF
20203 cat confdefs.h >>conftest.$ac_ext
20204 cat >>conftest.$ac_ext <<_ACEOF
20205 /* end confdefs.h. */
20206 #include <sys/types.h>
20207 #ifdef HAVE_SYS_PARAM_H
20208 # include <sys/param.h>
20209 #endif
20210 #ifdef HAVE_SYS_MOUNT_H
20211 # include <sys/mount.h>
20212 #endif
20213 #ifdef HAVE_SYS_VFS_H
20214 # include <sys/vfs.h>
20215 #endif
20216 #ifdef HAVE_SYS_STATFS_H
20217 # include <sys/statfs.h>
20218 #endif
20221 main ()
20223 static struct statfs ac_aggr;
20224 if (ac_aggr.f_frsize)
20225 return 0;
20227 return 0;
20229 _ACEOF
20230 rm -f conftest.$ac_objext
20231 if { (ac_try="$ac_compile"
20232 case "(($ac_try" in
20233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20234 *) ac_try_echo=$ac_try;;
20235 esac
20236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20237 (eval "$ac_compile") 2>conftest.er1
20238 ac_status=$?
20239 grep -v '^ *+' conftest.er1 >conftest.err
20240 rm -f conftest.er1
20241 cat conftest.err >&5
20242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20243 (exit $ac_status); } && {
20244 test -z "$ac_c_werror_flag" ||
20245 test ! -s conftest.err
20246 } && test -s conftest.$ac_objext; then
20247 ac_cv_member_struct_statfs_f_frsize=yes
20248 else
20249 echo "$as_me: failed program was:" >&5
20250 sed 's/^/| /' conftest.$ac_ext >&5
20252 cat >conftest.$ac_ext <<_ACEOF
20253 /* confdefs.h. */
20254 _ACEOF
20255 cat confdefs.h >>conftest.$ac_ext
20256 cat >>conftest.$ac_ext <<_ACEOF
20257 /* end confdefs.h. */
20258 #include <sys/types.h>
20259 #ifdef HAVE_SYS_PARAM_H
20260 # include <sys/param.h>
20261 #endif
20262 #ifdef HAVE_SYS_MOUNT_H
20263 # include <sys/mount.h>
20264 #endif
20265 #ifdef HAVE_SYS_VFS_H
20266 # include <sys/vfs.h>
20267 #endif
20268 #ifdef HAVE_SYS_STATFS_H
20269 # include <sys/statfs.h>
20270 #endif
20273 main ()
20275 static struct statfs ac_aggr;
20276 if (sizeof ac_aggr.f_frsize)
20277 return 0;
20279 return 0;
20281 _ACEOF
20282 rm -f conftest.$ac_objext
20283 if { (ac_try="$ac_compile"
20284 case "(($ac_try" in
20285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20286 *) ac_try_echo=$ac_try;;
20287 esac
20288 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20289 (eval "$ac_compile") 2>conftest.er1
20290 ac_status=$?
20291 grep -v '^ *+' conftest.er1 >conftest.err
20292 rm -f conftest.er1
20293 cat conftest.err >&5
20294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20295 (exit $ac_status); } && {
20296 test -z "$ac_c_werror_flag" ||
20297 test ! -s conftest.err
20298 } && test -s conftest.$ac_objext; then
20299 ac_cv_member_struct_statfs_f_frsize=yes
20300 else
20301 echo "$as_me: failed program was:" >&5
20302 sed 's/^/| /' conftest.$ac_ext >&5
20304 ac_cv_member_struct_statfs_f_frsize=no
20307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20312 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20313 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20314 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20316 cat >>confdefs.h <<_ACEOF
20317 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20318 _ACEOF
20322 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20323 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20324 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20325 echo $ECHO_N "(cached) $ECHO_C" >&6
20326 else
20327 cat >conftest.$ac_ext <<_ACEOF
20328 /* confdefs.h. */
20329 _ACEOF
20330 cat confdefs.h >>conftest.$ac_ext
20331 cat >>conftest.$ac_ext <<_ACEOF
20332 /* end confdefs.h. */
20333 #include <sys/types.h>
20334 #ifdef HAVE_SYS_PARAM_H
20335 # include <sys/param.h>
20336 #endif
20337 #ifdef HAVE_SYS_MOUNT_H
20338 # include <sys/mount.h>
20339 #endif
20340 #ifdef HAVE_SYS_VFS_H
20341 # include <sys/vfs.h>
20342 #endif
20343 #ifdef HAVE_SYS_STATFS_H
20344 # include <sys/statfs.h>
20345 #endif
20348 main ()
20350 static struct statfs ac_aggr;
20351 if (ac_aggr.f_ffree)
20352 return 0;
20354 return 0;
20356 _ACEOF
20357 rm -f conftest.$ac_objext
20358 if { (ac_try="$ac_compile"
20359 case "(($ac_try" in
20360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20361 *) ac_try_echo=$ac_try;;
20362 esac
20363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20364 (eval "$ac_compile") 2>conftest.er1
20365 ac_status=$?
20366 grep -v '^ *+' conftest.er1 >conftest.err
20367 rm -f conftest.er1
20368 cat conftest.err >&5
20369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20370 (exit $ac_status); } && {
20371 test -z "$ac_c_werror_flag" ||
20372 test ! -s conftest.err
20373 } && test -s conftest.$ac_objext; then
20374 ac_cv_member_struct_statfs_f_ffree=yes
20375 else
20376 echo "$as_me: failed program was:" >&5
20377 sed 's/^/| /' conftest.$ac_ext >&5
20379 cat >conftest.$ac_ext <<_ACEOF
20380 /* confdefs.h. */
20381 _ACEOF
20382 cat confdefs.h >>conftest.$ac_ext
20383 cat >>conftest.$ac_ext <<_ACEOF
20384 /* end confdefs.h. */
20385 #include <sys/types.h>
20386 #ifdef HAVE_SYS_PARAM_H
20387 # include <sys/param.h>
20388 #endif
20389 #ifdef HAVE_SYS_MOUNT_H
20390 # include <sys/mount.h>
20391 #endif
20392 #ifdef HAVE_SYS_VFS_H
20393 # include <sys/vfs.h>
20394 #endif
20395 #ifdef HAVE_SYS_STATFS_H
20396 # include <sys/statfs.h>
20397 #endif
20400 main ()
20402 static struct statfs ac_aggr;
20403 if (sizeof ac_aggr.f_ffree)
20404 return 0;
20406 return 0;
20408 _ACEOF
20409 rm -f conftest.$ac_objext
20410 if { (ac_try="$ac_compile"
20411 case "(($ac_try" in
20412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20413 *) ac_try_echo=$ac_try;;
20414 esac
20415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20416 (eval "$ac_compile") 2>conftest.er1
20417 ac_status=$?
20418 grep -v '^ *+' conftest.er1 >conftest.err
20419 rm -f conftest.er1
20420 cat conftest.err >&5
20421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20422 (exit $ac_status); } && {
20423 test -z "$ac_c_werror_flag" ||
20424 test ! -s conftest.err
20425 } && test -s conftest.$ac_objext; then
20426 ac_cv_member_struct_statfs_f_ffree=yes
20427 else
20428 echo "$as_me: failed program was:" >&5
20429 sed 's/^/| /' conftest.$ac_ext >&5
20431 ac_cv_member_struct_statfs_f_ffree=no
20434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20439 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20440 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20441 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20443 cat >>confdefs.h <<_ACEOF
20444 #define HAVE_STRUCT_STATFS_F_FFREE 1
20445 _ACEOF
20449 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20450 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20451 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20452 echo $ECHO_N "(cached) $ECHO_C" >&6
20453 else
20454 cat >conftest.$ac_ext <<_ACEOF
20455 /* confdefs.h. */
20456 _ACEOF
20457 cat confdefs.h >>conftest.$ac_ext
20458 cat >>conftest.$ac_ext <<_ACEOF
20459 /* end confdefs.h. */
20460 #include <sys/types.h>
20461 #ifdef HAVE_SYS_PARAM_H
20462 # include <sys/param.h>
20463 #endif
20464 #ifdef HAVE_SYS_MOUNT_H
20465 # include <sys/mount.h>
20466 #endif
20467 #ifdef HAVE_SYS_VFS_H
20468 # include <sys/vfs.h>
20469 #endif
20470 #ifdef HAVE_SYS_STATFS_H
20471 # include <sys/statfs.h>
20472 #endif
20475 main ()
20477 static struct statfs ac_aggr;
20478 if (ac_aggr.f_favail)
20479 return 0;
20481 return 0;
20483 _ACEOF
20484 rm -f conftest.$ac_objext
20485 if { (ac_try="$ac_compile"
20486 case "(($ac_try" in
20487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20488 *) ac_try_echo=$ac_try;;
20489 esac
20490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20491 (eval "$ac_compile") 2>conftest.er1
20492 ac_status=$?
20493 grep -v '^ *+' conftest.er1 >conftest.err
20494 rm -f conftest.er1
20495 cat conftest.err >&5
20496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20497 (exit $ac_status); } && {
20498 test -z "$ac_c_werror_flag" ||
20499 test ! -s conftest.err
20500 } && test -s conftest.$ac_objext; then
20501 ac_cv_member_struct_statfs_f_favail=yes
20502 else
20503 echo "$as_me: failed program was:" >&5
20504 sed 's/^/| /' conftest.$ac_ext >&5
20506 cat >conftest.$ac_ext <<_ACEOF
20507 /* confdefs.h. */
20508 _ACEOF
20509 cat confdefs.h >>conftest.$ac_ext
20510 cat >>conftest.$ac_ext <<_ACEOF
20511 /* end confdefs.h. */
20512 #include <sys/types.h>
20513 #ifdef HAVE_SYS_PARAM_H
20514 # include <sys/param.h>
20515 #endif
20516 #ifdef HAVE_SYS_MOUNT_H
20517 # include <sys/mount.h>
20518 #endif
20519 #ifdef HAVE_SYS_VFS_H
20520 # include <sys/vfs.h>
20521 #endif
20522 #ifdef HAVE_SYS_STATFS_H
20523 # include <sys/statfs.h>
20524 #endif
20527 main ()
20529 static struct statfs ac_aggr;
20530 if (sizeof ac_aggr.f_favail)
20531 return 0;
20533 return 0;
20535 _ACEOF
20536 rm -f conftest.$ac_objext
20537 if { (ac_try="$ac_compile"
20538 case "(($ac_try" in
20539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20540 *) ac_try_echo=$ac_try;;
20541 esac
20542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20543 (eval "$ac_compile") 2>conftest.er1
20544 ac_status=$?
20545 grep -v '^ *+' conftest.er1 >conftest.err
20546 rm -f conftest.er1
20547 cat conftest.err >&5
20548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20549 (exit $ac_status); } && {
20550 test -z "$ac_c_werror_flag" ||
20551 test ! -s conftest.err
20552 } && test -s conftest.$ac_objext; then
20553 ac_cv_member_struct_statfs_f_favail=yes
20554 else
20555 echo "$as_me: failed program was:" >&5
20556 sed 's/^/| /' conftest.$ac_ext >&5
20558 ac_cv_member_struct_statfs_f_favail=no
20561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20566 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20567 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20568 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20570 cat >>confdefs.h <<_ACEOF
20571 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20572 _ACEOF
20576 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20577 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20578 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20579 echo $ECHO_N "(cached) $ECHO_C" >&6
20580 else
20581 cat >conftest.$ac_ext <<_ACEOF
20582 /* confdefs.h. */
20583 _ACEOF
20584 cat confdefs.h >>conftest.$ac_ext
20585 cat >>conftest.$ac_ext <<_ACEOF
20586 /* end confdefs.h. */
20587 #include <sys/types.h>
20588 #ifdef HAVE_SYS_PARAM_H
20589 # include <sys/param.h>
20590 #endif
20591 #ifdef HAVE_SYS_MOUNT_H
20592 # include <sys/mount.h>
20593 #endif
20594 #ifdef HAVE_SYS_VFS_H
20595 # include <sys/vfs.h>
20596 #endif
20597 #ifdef HAVE_SYS_STATFS_H
20598 # include <sys/statfs.h>
20599 #endif
20602 main ()
20604 static struct statfs ac_aggr;
20605 if (ac_aggr.f_namelen)
20606 return 0;
20608 return 0;
20610 _ACEOF
20611 rm -f conftest.$ac_objext
20612 if { (ac_try="$ac_compile"
20613 case "(($ac_try" in
20614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20615 *) ac_try_echo=$ac_try;;
20616 esac
20617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20618 (eval "$ac_compile") 2>conftest.er1
20619 ac_status=$?
20620 grep -v '^ *+' conftest.er1 >conftest.err
20621 rm -f conftest.er1
20622 cat conftest.err >&5
20623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20624 (exit $ac_status); } && {
20625 test -z "$ac_c_werror_flag" ||
20626 test ! -s conftest.err
20627 } && test -s conftest.$ac_objext; then
20628 ac_cv_member_struct_statfs_f_namelen=yes
20629 else
20630 echo "$as_me: failed program was:" >&5
20631 sed 's/^/| /' conftest.$ac_ext >&5
20633 cat >conftest.$ac_ext <<_ACEOF
20634 /* confdefs.h. */
20635 _ACEOF
20636 cat confdefs.h >>conftest.$ac_ext
20637 cat >>conftest.$ac_ext <<_ACEOF
20638 /* end confdefs.h. */
20639 #include <sys/types.h>
20640 #ifdef HAVE_SYS_PARAM_H
20641 # include <sys/param.h>
20642 #endif
20643 #ifdef HAVE_SYS_MOUNT_H
20644 # include <sys/mount.h>
20645 #endif
20646 #ifdef HAVE_SYS_VFS_H
20647 # include <sys/vfs.h>
20648 #endif
20649 #ifdef HAVE_SYS_STATFS_H
20650 # include <sys/statfs.h>
20651 #endif
20654 main ()
20656 static struct statfs ac_aggr;
20657 if (sizeof ac_aggr.f_namelen)
20658 return 0;
20660 return 0;
20662 _ACEOF
20663 rm -f conftest.$ac_objext
20664 if { (ac_try="$ac_compile"
20665 case "(($ac_try" in
20666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20667 *) ac_try_echo=$ac_try;;
20668 esac
20669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20670 (eval "$ac_compile") 2>conftest.er1
20671 ac_status=$?
20672 grep -v '^ *+' conftest.er1 >conftest.err
20673 rm -f conftest.er1
20674 cat conftest.err >&5
20675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20676 (exit $ac_status); } && {
20677 test -z "$ac_c_werror_flag" ||
20678 test ! -s conftest.err
20679 } && test -s conftest.$ac_objext; then
20680 ac_cv_member_struct_statfs_f_namelen=yes
20681 else
20682 echo "$as_me: failed program was:" >&5
20683 sed 's/^/| /' conftest.$ac_ext >&5
20685 ac_cv_member_struct_statfs_f_namelen=no
20688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20693 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20694 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20695 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20697 cat >>confdefs.h <<_ACEOF
20698 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20699 _ACEOF
20705 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20706 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20707 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20708 echo $ECHO_N "(cached) $ECHO_C" >&6
20709 else
20710 cat >conftest.$ac_ext <<_ACEOF
20711 /* confdefs.h. */
20712 _ACEOF
20713 cat confdefs.h >>conftest.$ac_ext
20714 cat >>conftest.$ac_ext <<_ACEOF
20715 /* end confdefs.h. */
20716 #ifdef HAVE_SYS_STATVFS_H
20717 #include <sys/statvfs.h>
20718 #endif
20721 main ()
20723 static struct statvfs ac_aggr;
20724 if (ac_aggr.f_blocks)
20725 return 0;
20727 return 0;
20729 _ACEOF
20730 rm -f conftest.$ac_objext
20731 if { (ac_try="$ac_compile"
20732 case "(($ac_try" in
20733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20734 *) ac_try_echo=$ac_try;;
20735 esac
20736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20737 (eval "$ac_compile") 2>conftest.er1
20738 ac_status=$?
20739 grep -v '^ *+' conftest.er1 >conftest.err
20740 rm -f conftest.er1
20741 cat conftest.err >&5
20742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20743 (exit $ac_status); } && {
20744 test -z "$ac_c_werror_flag" ||
20745 test ! -s conftest.err
20746 } && test -s conftest.$ac_objext; then
20747 ac_cv_member_struct_statvfs_f_blocks=yes
20748 else
20749 echo "$as_me: failed program was:" >&5
20750 sed 's/^/| /' conftest.$ac_ext >&5
20752 cat >conftest.$ac_ext <<_ACEOF
20753 /* confdefs.h. */
20754 _ACEOF
20755 cat confdefs.h >>conftest.$ac_ext
20756 cat >>conftest.$ac_ext <<_ACEOF
20757 /* end confdefs.h. */
20758 #ifdef HAVE_SYS_STATVFS_H
20759 #include <sys/statvfs.h>
20760 #endif
20763 main ()
20765 static struct statvfs ac_aggr;
20766 if (sizeof ac_aggr.f_blocks)
20767 return 0;
20769 return 0;
20771 _ACEOF
20772 rm -f conftest.$ac_objext
20773 if { (ac_try="$ac_compile"
20774 case "(($ac_try" in
20775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20776 *) ac_try_echo=$ac_try;;
20777 esac
20778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20779 (eval "$ac_compile") 2>conftest.er1
20780 ac_status=$?
20781 grep -v '^ *+' conftest.er1 >conftest.err
20782 rm -f conftest.er1
20783 cat conftest.err >&5
20784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20785 (exit $ac_status); } && {
20786 test -z "$ac_c_werror_flag" ||
20787 test ! -s conftest.err
20788 } && test -s conftest.$ac_objext; then
20789 ac_cv_member_struct_statvfs_f_blocks=yes
20790 else
20791 echo "$as_me: failed program was:" >&5
20792 sed 's/^/| /' conftest.$ac_ext >&5
20794 ac_cv_member_struct_statvfs_f_blocks=no
20797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20802 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20803 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20804 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20806 cat >>confdefs.h <<_ACEOF
20807 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20808 _ACEOF
20814 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20815 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20816 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20817 echo $ECHO_N "(cached) $ECHO_C" >&6
20818 else
20819 cat >conftest.$ac_ext <<_ACEOF
20820 /* confdefs.h. */
20821 _ACEOF
20822 cat confdefs.h >>conftest.$ac_ext
20823 cat >>conftest.$ac_ext <<_ACEOF
20824 /* end confdefs.h. */
20825 #include <sys/types.h>
20826 #ifdef HAVE_SYS_SOCKET_H
20827 # include <sys/socket.h>
20828 #endif
20829 #ifdef HAVE_SYS_UN_H
20830 # include <sys/un.h>
20831 #endif
20834 main ()
20836 static struct msghdr ac_aggr;
20837 if (ac_aggr.msg_accrights)
20838 return 0;
20840 return 0;
20842 _ACEOF
20843 rm -f conftest.$ac_objext
20844 if { (ac_try="$ac_compile"
20845 case "(($ac_try" in
20846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20847 *) ac_try_echo=$ac_try;;
20848 esac
20849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20850 (eval "$ac_compile") 2>conftest.er1
20851 ac_status=$?
20852 grep -v '^ *+' conftest.er1 >conftest.err
20853 rm -f conftest.er1
20854 cat conftest.err >&5
20855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20856 (exit $ac_status); } && {
20857 test -z "$ac_c_werror_flag" ||
20858 test ! -s conftest.err
20859 } && test -s conftest.$ac_objext; then
20860 ac_cv_member_struct_msghdr_msg_accrights=yes
20861 else
20862 echo "$as_me: failed program was:" >&5
20863 sed 's/^/| /' conftest.$ac_ext >&5
20865 cat >conftest.$ac_ext <<_ACEOF
20866 /* confdefs.h. */
20867 _ACEOF
20868 cat confdefs.h >>conftest.$ac_ext
20869 cat >>conftest.$ac_ext <<_ACEOF
20870 /* end confdefs.h. */
20871 #include <sys/types.h>
20872 #ifdef HAVE_SYS_SOCKET_H
20873 # include <sys/socket.h>
20874 #endif
20875 #ifdef HAVE_SYS_UN_H
20876 # include <sys/un.h>
20877 #endif
20880 main ()
20882 static struct msghdr ac_aggr;
20883 if (sizeof ac_aggr.msg_accrights)
20884 return 0;
20886 return 0;
20888 _ACEOF
20889 rm -f conftest.$ac_objext
20890 if { (ac_try="$ac_compile"
20891 case "(($ac_try" in
20892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20893 *) ac_try_echo=$ac_try;;
20894 esac
20895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20896 (eval "$ac_compile") 2>conftest.er1
20897 ac_status=$?
20898 grep -v '^ *+' conftest.er1 >conftest.err
20899 rm -f conftest.er1
20900 cat conftest.err >&5
20901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20902 (exit $ac_status); } && {
20903 test -z "$ac_c_werror_flag" ||
20904 test ! -s conftest.err
20905 } && test -s conftest.$ac_objext; then
20906 ac_cv_member_struct_msghdr_msg_accrights=yes
20907 else
20908 echo "$as_me: failed program was:" >&5
20909 sed 's/^/| /' conftest.$ac_ext >&5
20911 ac_cv_member_struct_msghdr_msg_accrights=no
20914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20919 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20920 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20921 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20923 cat >>confdefs.h <<_ACEOF
20924 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20925 _ACEOF
20929 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20930 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20931 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20932 echo $ECHO_N "(cached) $ECHO_C" >&6
20933 else
20934 cat >conftest.$ac_ext <<_ACEOF
20935 /* confdefs.h. */
20936 _ACEOF
20937 cat confdefs.h >>conftest.$ac_ext
20938 cat >>conftest.$ac_ext <<_ACEOF
20939 /* end confdefs.h. */
20940 #include <sys/types.h>
20941 #ifdef HAVE_SYS_SOCKET_H
20942 # include <sys/socket.h>
20943 #endif
20944 #ifdef HAVE_SYS_UN_H
20945 # include <sys/un.h>
20946 #endif
20949 main ()
20951 static struct sockaddr ac_aggr;
20952 if (ac_aggr.sa_len)
20953 return 0;
20955 return 0;
20957 _ACEOF
20958 rm -f conftest.$ac_objext
20959 if { (ac_try="$ac_compile"
20960 case "(($ac_try" in
20961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20962 *) ac_try_echo=$ac_try;;
20963 esac
20964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20965 (eval "$ac_compile") 2>conftest.er1
20966 ac_status=$?
20967 grep -v '^ *+' conftest.er1 >conftest.err
20968 rm -f conftest.er1
20969 cat conftest.err >&5
20970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20971 (exit $ac_status); } && {
20972 test -z "$ac_c_werror_flag" ||
20973 test ! -s conftest.err
20974 } && test -s conftest.$ac_objext; then
20975 ac_cv_member_struct_sockaddr_sa_len=yes
20976 else
20977 echo "$as_me: failed program was:" >&5
20978 sed 's/^/| /' conftest.$ac_ext >&5
20980 cat >conftest.$ac_ext <<_ACEOF
20981 /* confdefs.h. */
20982 _ACEOF
20983 cat confdefs.h >>conftest.$ac_ext
20984 cat >>conftest.$ac_ext <<_ACEOF
20985 /* end confdefs.h. */
20986 #include <sys/types.h>
20987 #ifdef HAVE_SYS_SOCKET_H
20988 # include <sys/socket.h>
20989 #endif
20990 #ifdef HAVE_SYS_UN_H
20991 # include <sys/un.h>
20992 #endif
20995 main ()
20997 static struct sockaddr ac_aggr;
20998 if (sizeof ac_aggr.sa_len)
20999 return 0;
21001 return 0;
21003 _ACEOF
21004 rm -f conftest.$ac_objext
21005 if { (ac_try="$ac_compile"
21006 case "(($ac_try" in
21007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21008 *) ac_try_echo=$ac_try;;
21009 esac
21010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21011 (eval "$ac_compile") 2>conftest.er1
21012 ac_status=$?
21013 grep -v '^ *+' conftest.er1 >conftest.err
21014 rm -f conftest.er1
21015 cat conftest.err >&5
21016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21017 (exit $ac_status); } && {
21018 test -z "$ac_c_werror_flag" ||
21019 test ! -s conftest.err
21020 } && test -s conftest.$ac_objext; then
21021 ac_cv_member_struct_sockaddr_sa_len=yes
21022 else
21023 echo "$as_me: failed program was:" >&5
21024 sed 's/^/| /' conftest.$ac_ext >&5
21026 ac_cv_member_struct_sockaddr_sa_len=no
21029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21034 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21035 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21036 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21038 cat >>confdefs.h <<_ACEOF
21039 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21040 _ACEOF
21044 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21045 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21046 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21047 echo $ECHO_N "(cached) $ECHO_C" >&6
21048 else
21049 cat >conftest.$ac_ext <<_ACEOF
21050 /* confdefs.h. */
21051 _ACEOF
21052 cat confdefs.h >>conftest.$ac_ext
21053 cat >>conftest.$ac_ext <<_ACEOF
21054 /* end confdefs.h. */
21055 #include <sys/types.h>
21056 #ifdef HAVE_SYS_SOCKET_H
21057 # include <sys/socket.h>
21058 #endif
21059 #ifdef HAVE_SYS_UN_H
21060 # include <sys/un.h>
21061 #endif
21064 main ()
21066 static struct sockaddr_un ac_aggr;
21067 if (ac_aggr.sun_len)
21068 return 0;
21070 return 0;
21072 _ACEOF
21073 rm -f conftest.$ac_objext
21074 if { (ac_try="$ac_compile"
21075 case "(($ac_try" in
21076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21077 *) ac_try_echo=$ac_try;;
21078 esac
21079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21080 (eval "$ac_compile") 2>conftest.er1
21081 ac_status=$?
21082 grep -v '^ *+' conftest.er1 >conftest.err
21083 rm -f conftest.er1
21084 cat conftest.err >&5
21085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21086 (exit $ac_status); } && {
21087 test -z "$ac_c_werror_flag" ||
21088 test ! -s conftest.err
21089 } && test -s conftest.$ac_objext; then
21090 ac_cv_member_struct_sockaddr_un_sun_len=yes
21091 else
21092 echo "$as_me: failed program was:" >&5
21093 sed 's/^/| /' conftest.$ac_ext >&5
21095 cat >conftest.$ac_ext <<_ACEOF
21096 /* confdefs.h. */
21097 _ACEOF
21098 cat confdefs.h >>conftest.$ac_ext
21099 cat >>conftest.$ac_ext <<_ACEOF
21100 /* end confdefs.h. */
21101 #include <sys/types.h>
21102 #ifdef HAVE_SYS_SOCKET_H
21103 # include <sys/socket.h>
21104 #endif
21105 #ifdef HAVE_SYS_UN_H
21106 # include <sys/un.h>
21107 #endif
21110 main ()
21112 static struct sockaddr_un ac_aggr;
21113 if (sizeof ac_aggr.sun_len)
21114 return 0;
21116 return 0;
21118 _ACEOF
21119 rm -f conftest.$ac_objext
21120 if { (ac_try="$ac_compile"
21121 case "(($ac_try" in
21122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21123 *) ac_try_echo=$ac_try;;
21124 esac
21125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21126 (eval "$ac_compile") 2>conftest.er1
21127 ac_status=$?
21128 grep -v '^ *+' conftest.er1 >conftest.err
21129 rm -f conftest.er1
21130 cat conftest.err >&5
21131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21132 (exit $ac_status); } && {
21133 test -z "$ac_c_werror_flag" ||
21134 test ! -s conftest.err
21135 } && test -s conftest.$ac_objext; then
21136 ac_cv_member_struct_sockaddr_un_sun_len=yes
21137 else
21138 echo "$as_me: failed program was:" >&5
21139 sed 's/^/| /' conftest.$ac_ext >&5
21141 ac_cv_member_struct_sockaddr_un_sun_len=no
21144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21149 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21150 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21151 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21153 cat >>confdefs.h <<_ACEOF
21154 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21155 _ACEOF
21161 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21162 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21163 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21164 echo $ECHO_N "(cached) $ECHO_C" >&6
21165 else
21166 cat >conftest.$ac_ext <<_ACEOF
21167 /* confdefs.h. */
21168 _ACEOF
21169 cat confdefs.h >>conftest.$ac_ext
21170 cat >>conftest.$ac_ext <<_ACEOF
21171 /* end confdefs.h. */
21172 #include <sys/types.h>
21173 #ifdef HAVE_SCSI_SG_H
21174 #include <scsi/sg.h>
21175 #endif
21178 main ()
21180 static scsireq_t ac_aggr;
21181 if (ac_aggr.cmd)
21182 return 0;
21184 return 0;
21186 _ACEOF
21187 rm -f conftest.$ac_objext
21188 if { (ac_try="$ac_compile"
21189 case "(($ac_try" in
21190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21191 *) ac_try_echo=$ac_try;;
21192 esac
21193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21194 (eval "$ac_compile") 2>conftest.er1
21195 ac_status=$?
21196 grep -v '^ *+' conftest.er1 >conftest.err
21197 rm -f conftest.er1
21198 cat conftest.err >&5
21199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21200 (exit $ac_status); } && {
21201 test -z "$ac_c_werror_flag" ||
21202 test ! -s conftest.err
21203 } && test -s conftest.$ac_objext; then
21204 ac_cv_member_scsireq_t_cmd=yes
21205 else
21206 echo "$as_me: failed program was:" >&5
21207 sed 's/^/| /' conftest.$ac_ext >&5
21209 cat >conftest.$ac_ext <<_ACEOF
21210 /* confdefs.h. */
21211 _ACEOF
21212 cat confdefs.h >>conftest.$ac_ext
21213 cat >>conftest.$ac_ext <<_ACEOF
21214 /* end confdefs.h. */
21215 #include <sys/types.h>
21216 #ifdef HAVE_SCSI_SG_H
21217 #include <scsi/sg.h>
21218 #endif
21221 main ()
21223 static scsireq_t ac_aggr;
21224 if (sizeof ac_aggr.cmd)
21225 return 0;
21227 return 0;
21229 _ACEOF
21230 rm -f conftest.$ac_objext
21231 if { (ac_try="$ac_compile"
21232 case "(($ac_try" in
21233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21234 *) ac_try_echo=$ac_try;;
21235 esac
21236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21237 (eval "$ac_compile") 2>conftest.er1
21238 ac_status=$?
21239 grep -v '^ *+' conftest.er1 >conftest.err
21240 rm -f conftest.er1
21241 cat conftest.err >&5
21242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21243 (exit $ac_status); } && {
21244 test -z "$ac_c_werror_flag" ||
21245 test ! -s conftest.err
21246 } && test -s conftest.$ac_objext; then
21247 ac_cv_member_scsireq_t_cmd=yes
21248 else
21249 echo "$as_me: failed program was:" >&5
21250 sed 's/^/| /' conftest.$ac_ext >&5
21252 ac_cv_member_scsireq_t_cmd=no
21255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21260 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21261 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21262 if test $ac_cv_member_scsireq_t_cmd = yes; then
21264 cat >>confdefs.h <<_ACEOF
21265 #define HAVE_SCSIREQ_T_CMD 1
21266 _ACEOF
21270 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21271 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21272 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21273 echo $ECHO_N "(cached) $ECHO_C" >&6
21274 else
21275 cat >conftest.$ac_ext <<_ACEOF
21276 /* confdefs.h. */
21277 _ACEOF
21278 cat confdefs.h >>conftest.$ac_ext
21279 cat >>conftest.$ac_ext <<_ACEOF
21280 /* end confdefs.h. */
21281 #include <sys/types.h>
21282 #ifdef HAVE_SCSI_SG_H
21283 #include <scsi/sg.h>
21284 #endif
21287 main ()
21289 static sg_io_hdr_t ac_aggr;
21290 if (ac_aggr.interface_id)
21291 return 0;
21293 return 0;
21295 _ACEOF
21296 rm -f conftest.$ac_objext
21297 if { (ac_try="$ac_compile"
21298 case "(($ac_try" in
21299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21300 *) ac_try_echo=$ac_try;;
21301 esac
21302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21303 (eval "$ac_compile") 2>conftest.er1
21304 ac_status=$?
21305 grep -v '^ *+' conftest.er1 >conftest.err
21306 rm -f conftest.er1
21307 cat conftest.err >&5
21308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21309 (exit $ac_status); } && {
21310 test -z "$ac_c_werror_flag" ||
21311 test ! -s conftest.err
21312 } && test -s conftest.$ac_objext; then
21313 ac_cv_member_sg_io_hdr_t_interface_id=yes
21314 else
21315 echo "$as_me: failed program was:" >&5
21316 sed 's/^/| /' conftest.$ac_ext >&5
21318 cat >conftest.$ac_ext <<_ACEOF
21319 /* confdefs.h. */
21320 _ACEOF
21321 cat confdefs.h >>conftest.$ac_ext
21322 cat >>conftest.$ac_ext <<_ACEOF
21323 /* end confdefs.h. */
21324 #include <sys/types.h>
21325 #ifdef HAVE_SCSI_SG_H
21326 #include <scsi/sg.h>
21327 #endif
21330 main ()
21332 static sg_io_hdr_t ac_aggr;
21333 if (sizeof ac_aggr.interface_id)
21334 return 0;
21336 return 0;
21338 _ACEOF
21339 rm -f conftest.$ac_objext
21340 if { (ac_try="$ac_compile"
21341 case "(($ac_try" in
21342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21343 *) ac_try_echo=$ac_try;;
21344 esac
21345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21346 (eval "$ac_compile") 2>conftest.er1
21347 ac_status=$?
21348 grep -v '^ *+' conftest.er1 >conftest.err
21349 rm -f conftest.er1
21350 cat conftest.err >&5
21351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21352 (exit $ac_status); } && {
21353 test -z "$ac_c_werror_flag" ||
21354 test ! -s conftest.err
21355 } && test -s conftest.$ac_objext; then
21356 ac_cv_member_sg_io_hdr_t_interface_id=yes
21357 else
21358 echo "$as_me: failed program was:" >&5
21359 sed 's/^/| /' conftest.$ac_ext >&5
21361 ac_cv_member_sg_io_hdr_t_interface_id=no
21364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21369 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21370 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21371 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21373 cat >>confdefs.h <<_ACEOF
21374 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21375 _ACEOF
21381 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21382 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21383 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21384 echo $ECHO_N "(cached) $ECHO_C" >&6
21385 else
21386 cat >conftest.$ac_ext <<_ACEOF
21387 /* confdefs.h. */
21388 _ACEOF
21389 cat confdefs.h >>conftest.$ac_ext
21390 cat >>conftest.$ac_ext <<_ACEOF
21391 /* end confdefs.h. */
21392 #include <signal.h>
21395 main ()
21397 static siginfo_t ac_aggr;
21398 if (ac_aggr.si_fd)
21399 return 0;
21401 return 0;
21403 _ACEOF
21404 rm -f conftest.$ac_objext
21405 if { (ac_try="$ac_compile"
21406 case "(($ac_try" in
21407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21408 *) ac_try_echo=$ac_try;;
21409 esac
21410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21411 (eval "$ac_compile") 2>conftest.er1
21412 ac_status=$?
21413 grep -v '^ *+' conftest.er1 >conftest.err
21414 rm -f conftest.er1
21415 cat conftest.err >&5
21416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417 (exit $ac_status); } && {
21418 test -z "$ac_c_werror_flag" ||
21419 test ! -s conftest.err
21420 } && test -s conftest.$ac_objext; then
21421 ac_cv_member_siginfo_t_si_fd=yes
21422 else
21423 echo "$as_me: failed program was:" >&5
21424 sed 's/^/| /' conftest.$ac_ext >&5
21426 cat >conftest.$ac_ext <<_ACEOF
21427 /* confdefs.h. */
21428 _ACEOF
21429 cat confdefs.h >>conftest.$ac_ext
21430 cat >>conftest.$ac_ext <<_ACEOF
21431 /* end confdefs.h. */
21432 #include <signal.h>
21435 main ()
21437 static siginfo_t ac_aggr;
21438 if (sizeof ac_aggr.si_fd)
21439 return 0;
21441 return 0;
21443 _ACEOF
21444 rm -f conftest.$ac_objext
21445 if { (ac_try="$ac_compile"
21446 case "(($ac_try" in
21447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21448 *) ac_try_echo=$ac_try;;
21449 esac
21450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21451 (eval "$ac_compile") 2>conftest.er1
21452 ac_status=$?
21453 grep -v '^ *+' conftest.er1 >conftest.err
21454 rm -f conftest.er1
21455 cat conftest.err >&5
21456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21457 (exit $ac_status); } && {
21458 test -z "$ac_c_werror_flag" ||
21459 test ! -s conftest.err
21460 } && test -s conftest.$ac_objext; then
21461 ac_cv_member_siginfo_t_si_fd=yes
21462 else
21463 echo "$as_me: failed program was:" >&5
21464 sed 's/^/| /' conftest.$ac_ext >&5
21466 ac_cv_member_siginfo_t_si_fd=no
21469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21474 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21475 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21476 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21478 cat >>confdefs.h <<_ACEOF
21479 #define HAVE_SIGINFO_T_SI_FD 1
21480 _ACEOF
21486 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21487 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21488 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21489 echo $ECHO_N "(cached) $ECHO_C" >&6
21490 else
21491 cat >conftest.$ac_ext <<_ACEOF
21492 /* confdefs.h. */
21493 _ACEOF
21494 cat confdefs.h >>conftest.$ac_ext
21495 cat >>conftest.$ac_ext <<_ACEOF
21496 /* end confdefs.h. */
21497 #include <sys/types.h>
21498 #ifdef HAVE_SYS_MTIO_H
21499 #include <sys/mtio.h>
21500 #endif
21503 main ()
21505 static struct mtget ac_aggr;
21506 if (ac_aggr.mt_blksiz)
21507 return 0;
21509 return 0;
21511 _ACEOF
21512 rm -f conftest.$ac_objext
21513 if { (ac_try="$ac_compile"
21514 case "(($ac_try" in
21515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21516 *) ac_try_echo=$ac_try;;
21517 esac
21518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21519 (eval "$ac_compile") 2>conftest.er1
21520 ac_status=$?
21521 grep -v '^ *+' conftest.er1 >conftest.err
21522 rm -f conftest.er1
21523 cat conftest.err >&5
21524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21525 (exit $ac_status); } && {
21526 test -z "$ac_c_werror_flag" ||
21527 test ! -s conftest.err
21528 } && test -s conftest.$ac_objext; then
21529 ac_cv_member_struct_mtget_mt_blksiz=yes
21530 else
21531 echo "$as_me: failed program was:" >&5
21532 sed 's/^/| /' conftest.$ac_ext >&5
21534 cat >conftest.$ac_ext <<_ACEOF
21535 /* confdefs.h. */
21536 _ACEOF
21537 cat confdefs.h >>conftest.$ac_ext
21538 cat >>conftest.$ac_ext <<_ACEOF
21539 /* end confdefs.h. */
21540 #include <sys/types.h>
21541 #ifdef HAVE_SYS_MTIO_H
21542 #include <sys/mtio.h>
21543 #endif
21546 main ()
21548 static struct mtget ac_aggr;
21549 if (sizeof ac_aggr.mt_blksiz)
21550 return 0;
21552 return 0;
21554 _ACEOF
21555 rm -f conftest.$ac_objext
21556 if { (ac_try="$ac_compile"
21557 case "(($ac_try" in
21558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21559 *) ac_try_echo=$ac_try;;
21560 esac
21561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21562 (eval "$ac_compile") 2>conftest.er1
21563 ac_status=$?
21564 grep -v '^ *+' conftest.er1 >conftest.err
21565 rm -f conftest.er1
21566 cat conftest.err >&5
21567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21568 (exit $ac_status); } && {
21569 test -z "$ac_c_werror_flag" ||
21570 test ! -s conftest.err
21571 } && test -s conftest.$ac_objext; then
21572 ac_cv_member_struct_mtget_mt_blksiz=yes
21573 else
21574 echo "$as_me: failed program was:" >&5
21575 sed 's/^/| /' conftest.$ac_ext >&5
21577 ac_cv_member_struct_mtget_mt_blksiz=no
21580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21585 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21586 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21587 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21589 cat >>confdefs.h <<_ACEOF
21590 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21591 _ACEOF
21595 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21596 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21597 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21598 echo $ECHO_N "(cached) $ECHO_C" >&6
21599 else
21600 cat >conftest.$ac_ext <<_ACEOF
21601 /* confdefs.h. */
21602 _ACEOF
21603 cat confdefs.h >>conftest.$ac_ext
21604 cat >>conftest.$ac_ext <<_ACEOF
21605 /* end confdefs.h. */
21606 #include <sys/types.h>
21607 #ifdef HAVE_SYS_MTIO_H
21608 #include <sys/mtio.h>
21609 #endif
21612 main ()
21614 static struct mtget ac_aggr;
21615 if (ac_aggr.mt_gstat)
21616 return 0;
21618 return 0;
21620 _ACEOF
21621 rm -f conftest.$ac_objext
21622 if { (ac_try="$ac_compile"
21623 case "(($ac_try" in
21624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21625 *) ac_try_echo=$ac_try;;
21626 esac
21627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21628 (eval "$ac_compile") 2>conftest.er1
21629 ac_status=$?
21630 grep -v '^ *+' conftest.er1 >conftest.err
21631 rm -f conftest.er1
21632 cat conftest.err >&5
21633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21634 (exit $ac_status); } && {
21635 test -z "$ac_c_werror_flag" ||
21636 test ! -s conftest.err
21637 } && test -s conftest.$ac_objext; then
21638 ac_cv_member_struct_mtget_mt_gstat=yes
21639 else
21640 echo "$as_me: failed program was:" >&5
21641 sed 's/^/| /' conftest.$ac_ext >&5
21643 cat >conftest.$ac_ext <<_ACEOF
21644 /* confdefs.h. */
21645 _ACEOF
21646 cat confdefs.h >>conftest.$ac_ext
21647 cat >>conftest.$ac_ext <<_ACEOF
21648 /* end confdefs.h. */
21649 #include <sys/types.h>
21650 #ifdef HAVE_SYS_MTIO_H
21651 #include <sys/mtio.h>
21652 #endif
21655 main ()
21657 static struct mtget ac_aggr;
21658 if (sizeof ac_aggr.mt_gstat)
21659 return 0;
21661 return 0;
21663 _ACEOF
21664 rm -f conftest.$ac_objext
21665 if { (ac_try="$ac_compile"
21666 case "(($ac_try" in
21667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21668 *) ac_try_echo=$ac_try;;
21669 esac
21670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21671 (eval "$ac_compile") 2>conftest.er1
21672 ac_status=$?
21673 grep -v '^ *+' conftest.er1 >conftest.err
21674 rm -f conftest.er1
21675 cat conftest.err >&5
21676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21677 (exit $ac_status); } && {
21678 test -z "$ac_c_werror_flag" ||
21679 test ! -s conftest.err
21680 } && test -s conftest.$ac_objext; then
21681 ac_cv_member_struct_mtget_mt_gstat=yes
21682 else
21683 echo "$as_me: failed program was:" >&5
21684 sed 's/^/| /' conftest.$ac_ext >&5
21686 ac_cv_member_struct_mtget_mt_gstat=no
21689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21694 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21695 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21696 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21698 cat >>confdefs.h <<_ACEOF
21699 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21700 _ACEOF
21704 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21705 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21706 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21707 echo $ECHO_N "(cached) $ECHO_C" >&6
21708 else
21709 cat >conftest.$ac_ext <<_ACEOF
21710 /* confdefs.h. */
21711 _ACEOF
21712 cat confdefs.h >>conftest.$ac_ext
21713 cat >>conftest.$ac_ext <<_ACEOF
21714 /* end confdefs.h. */
21715 #include <sys/types.h>
21716 #ifdef HAVE_SYS_MTIO_H
21717 #include <sys/mtio.h>
21718 #endif
21721 main ()
21723 static struct mtget ac_aggr;
21724 if (ac_aggr.mt_blkno)
21725 return 0;
21727 return 0;
21729 _ACEOF
21730 rm -f conftest.$ac_objext
21731 if { (ac_try="$ac_compile"
21732 case "(($ac_try" in
21733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21734 *) ac_try_echo=$ac_try;;
21735 esac
21736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21737 (eval "$ac_compile") 2>conftest.er1
21738 ac_status=$?
21739 grep -v '^ *+' conftest.er1 >conftest.err
21740 rm -f conftest.er1
21741 cat conftest.err >&5
21742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21743 (exit $ac_status); } && {
21744 test -z "$ac_c_werror_flag" ||
21745 test ! -s conftest.err
21746 } && test -s conftest.$ac_objext; then
21747 ac_cv_member_struct_mtget_mt_blkno=yes
21748 else
21749 echo "$as_me: failed program was:" >&5
21750 sed 's/^/| /' conftest.$ac_ext >&5
21752 cat >conftest.$ac_ext <<_ACEOF
21753 /* confdefs.h. */
21754 _ACEOF
21755 cat confdefs.h >>conftest.$ac_ext
21756 cat >>conftest.$ac_ext <<_ACEOF
21757 /* end confdefs.h. */
21758 #include <sys/types.h>
21759 #ifdef HAVE_SYS_MTIO_H
21760 #include <sys/mtio.h>
21761 #endif
21764 main ()
21766 static struct mtget ac_aggr;
21767 if (sizeof ac_aggr.mt_blkno)
21768 return 0;
21770 return 0;
21772 _ACEOF
21773 rm -f conftest.$ac_objext
21774 if { (ac_try="$ac_compile"
21775 case "(($ac_try" in
21776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21777 *) ac_try_echo=$ac_try;;
21778 esac
21779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21780 (eval "$ac_compile") 2>conftest.er1
21781 ac_status=$?
21782 grep -v '^ *+' conftest.er1 >conftest.err
21783 rm -f conftest.er1
21784 cat conftest.err >&5
21785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21786 (exit $ac_status); } && {
21787 test -z "$ac_c_werror_flag" ||
21788 test ! -s conftest.err
21789 } && test -s conftest.$ac_objext; then
21790 ac_cv_member_struct_mtget_mt_blkno=yes
21791 else
21792 echo "$as_me: failed program was:" >&5
21793 sed 's/^/| /' conftest.$ac_ext >&5
21795 ac_cv_member_struct_mtget_mt_blkno=no
21798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21803 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21804 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21805 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21807 cat >>confdefs.h <<_ACEOF
21808 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21809 _ACEOF
21815 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21816 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21817 if test "${ac_cv_member_struct_option_name+set}" = set; then
21818 echo $ECHO_N "(cached) $ECHO_C" >&6
21819 else
21820 cat >conftest.$ac_ext <<_ACEOF
21821 /* confdefs.h. */
21822 _ACEOF
21823 cat confdefs.h >>conftest.$ac_ext
21824 cat >>conftest.$ac_ext <<_ACEOF
21825 /* end confdefs.h. */
21826 #ifdef HAVE_GETOPT_H
21827 #include <getopt.h>
21828 #endif
21831 main ()
21833 static struct option ac_aggr;
21834 if (ac_aggr.name)
21835 return 0;
21837 return 0;
21839 _ACEOF
21840 rm -f conftest.$ac_objext
21841 if { (ac_try="$ac_compile"
21842 case "(($ac_try" in
21843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21844 *) ac_try_echo=$ac_try;;
21845 esac
21846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21847 (eval "$ac_compile") 2>conftest.er1
21848 ac_status=$?
21849 grep -v '^ *+' conftest.er1 >conftest.err
21850 rm -f conftest.er1
21851 cat conftest.err >&5
21852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21853 (exit $ac_status); } && {
21854 test -z "$ac_c_werror_flag" ||
21855 test ! -s conftest.err
21856 } && test -s conftest.$ac_objext; then
21857 ac_cv_member_struct_option_name=yes
21858 else
21859 echo "$as_me: failed program was:" >&5
21860 sed 's/^/| /' conftest.$ac_ext >&5
21862 cat >conftest.$ac_ext <<_ACEOF
21863 /* confdefs.h. */
21864 _ACEOF
21865 cat confdefs.h >>conftest.$ac_ext
21866 cat >>conftest.$ac_ext <<_ACEOF
21867 /* end confdefs.h. */
21868 #ifdef HAVE_GETOPT_H
21869 #include <getopt.h>
21870 #endif
21873 main ()
21875 static struct option ac_aggr;
21876 if (sizeof ac_aggr.name)
21877 return 0;
21879 return 0;
21881 _ACEOF
21882 rm -f conftest.$ac_objext
21883 if { (ac_try="$ac_compile"
21884 case "(($ac_try" in
21885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21886 *) ac_try_echo=$ac_try;;
21887 esac
21888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21889 (eval "$ac_compile") 2>conftest.er1
21890 ac_status=$?
21891 grep -v '^ *+' conftest.er1 >conftest.err
21892 rm -f conftest.er1
21893 cat conftest.err >&5
21894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21895 (exit $ac_status); } && {
21896 test -z "$ac_c_werror_flag" ||
21897 test ! -s conftest.err
21898 } && test -s conftest.$ac_objext; then
21899 ac_cv_member_struct_option_name=yes
21900 else
21901 echo "$as_me: failed program was:" >&5
21902 sed 's/^/| /' conftest.$ac_ext >&5
21904 ac_cv_member_struct_option_name=no
21907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21912 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21913 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21914 if test $ac_cv_member_struct_option_name = yes; then
21916 cat >>confdefs.h <<_ACEOF
21917 #define HAVE_STRUCT_OPTION_NAME 1
21918 _ACEOF
21924 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21925 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21926 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21927 echo $ECHO_N "(cached) $ECHO_C" >&6
21928 else
21929 cat >conftest.$ac_ext <<_ACEOF
21930 /* confdefs.h. */
21931 _ACEOF
21932 cat confdefs.h >>conftest.$ac_ext
21933 cat >>conftest.$ac_ext <<_ACEOF
21934 /* end confdefs.h. */
21935 $ac_includes_default
21937 main ()
21939 static struct stat ac_aggr;
21940 if (ac_aggr.st_blocks)
21941 return 0;
21943 return 0;
21945 _ACEOF
21946 rm -f conftest.$ac_objext
21947 if { (ac_try="$ac_compile"
21948 case "(($ac_try" in
21949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21950 *) ac_try_echo=$ac_try;;
21951 esac
21952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21953 (eval "$ac_compile") 2>conftest.er1
21954 ac_status=$?
21955 grep -v '^ *+' conftest.er1 >conftest.err
21956 rm -f conftest.er1
21957 cat conftest.err >&5
21958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21959 (exit $ac_status); } && {
21960 test -z "$ac_c_werror_flag" ||
21961 test ! -s conftest.err
21962 } && test -s conftest.$ac_objext; then
21963 ac_cv_member_struct_stat_st_blocks=yes
21964 else
21965 echo "$as_me: failed program was:" >&5
21966 sed 's/^/| /' conftest.$ac_ext >&5
21968 cat >conftest.$ac_ext <<_ACEOF
21969 /* confdefs.h. */
21970 _ACEOF
21971 cat confdefs.h >>conftest.$ac_ext
21972 cat >>conftest.$ac_ext <<_ACEOF
21973 /* end confdefs.h. */
21974 $ac_includes_default
21976 main ()
21978 static struct stat ac_aggr;
21979 if (sizeof ac_aggr.st_blocks)
21980 return 0;
21982 return 0;
21984 _ACEOF
21985 rm -f conftest.$ac_objext
21986 if { (ac_try="$ac_compile"
21987 case "(($ac_try" in
21988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21989 *) ac_try_echo=$ac_try;;
21990 esac
21991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21992 (eval "$ac_compile") 2>conftest.er1
21993 ac_status=$?
21994 grep -v '^ *+' conftest.er1 >conftest.err
21995 rm -f conftest.er1
21996 cat conftest.err >&5
21997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21998 (exit $ac_status); } && {
21999 test -z "$ac_c_werror_flag" ||
22000 test ! -s conftest.err
22001 } && test -s conftest.$ac_objext; then
22002 ac_cv_member_struct_stat_st_blocks=yes
22003 else
22004 echo "$as_me: failed program was:" >&5
22005 sed 's/^/| /' conftest.$ac_ext >&5
22007 ac_cv_member_struct_stat_st_blocks=no
22010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22015 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22016 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
22017 if test $ac_cv_member_struct_stat_st_blocks = yes; then
22019 cat >>confdefs.h <<_ACEOF
22020 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22021 _ACEOF
22025 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22026 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
22027 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22028 echo $ECHO_N "(cached) $ECHO_C" >&6
22029 else
22030 cat >conftest.$ac_ext <<_ACEOF
22031 /* confdefs.h. */
22032 _ACEOF
22033 cat confdefs.h >>conftest.$ac_ext
22034 cat >>conftest.$ac_ext <<_ACEOF
22035 /* end confdefs.h. */
22036 $ac_includes_default
22038 main ()
22040 static struct stat ac_aggr;
22041 if (ac_aggr.st_mtim)
22042 return 0;
22044 return 0;
22046 _ACEOF
22047 rm -f conftest.$ac_objext
22048 if { (ac_try="$ac_compile"
22049 case "(($ac_try" in
22050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22051 *) ac_try_echo=$ac_try;;
22052 esac
22053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22054 (eval "$ac_compile") 2>conftest.er1
22055 ac_status=$?
22056 grep -v '^ *+' conftest.er1 >conftest.err
22057 rm -f conftest.er1
22058 cat conftest.err >&5
22059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22060 (exit $ac_status); } && {
22061 test -z "$ac_c_werror_flag" ||
22062 test ! -s conftest.err
22063 } && test -s conftest.$ac_objext; then
22064 ac_cv_member_struct_stat_st_mtim=yes
22065 else
22066 echo "$as_me: failed program was:" >&5
22067 sed 's/^/| /' conftest.$ac_ext >&5
22069 cat >conftest.$ac_ext <<_ACEOF
22070 /* confdefs.h. */
22071 _ACEOF
22072 cat confdefs.h >>conftest.$ac_ext
22073 cat >>conftest.$ac_ext <<_ACEOF
22074 /* end confdefs.h. */
22075 $ac_includes_default
22077 main ()
22079 static struct stat ac_aggr;
22080 if (sizeof ac_aggr.st_mtim)
22081 return 0;
22083 return 0;
22085 _ACEOF
22086 rm -f conftest.$ac_objext
22087 if { (ac_try="$ac_compile"
22088 case "(($ac_try" in
22089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22090 *) ac_try_echo=$ac_try;;
22091 esac
22092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22093 (eval "$ac_compile") 2>conftest.er1
22094 ac_status=$?
22095 grep -v '^ *+' conftest.er1 >conftest.err
22096 rm -f conftest.er1
22097 cat conftest.err >&5
22098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22099 (exit $ac_status); } && {
22100 test -z "$ac_c_werror_flag" ||
22101 test ! -s conftest.err
22102 } && test -s conftest.$ac_objext; then
22103 ac_cv_member_struct_stat_st_mtim=yes
22104 else
22105 echo "$as_me: failed program was:" >&5
22106 sed 's/^/| /' conftest.$ac_ext >&5
22108 ac_cv_member_struct_stat_st_mtim=no
22111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22116 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22117 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
22118 if test $ac_cv_member_struct_stat_st_mtim = yes; then
22120 cat >>confdefs.h <<_ACEOF
22121 #define HAVE_STRUCT_STAT_ST_MTIM 1
22122 _ACEOF
22126 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22127 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22128 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22129 echo $ECHO_N "(cached) $ECHO_C" >&6
22130 else
22131 cat >conftest.$ac_ext <<_ACEOF
22132 /* confdefs.h. */
22133 _ACEOF
22134 cat confdefs.h >>conftest.$ac_ext
22135 cat >>conftest.$ac_ext <<_ACEOF
22136 /* end confdefs.h. */
22137 $ac_includes_default
22139 main ()
22141 static struct stat ac_aggr;
22142 if (ac_aggr.st_ctim)
22143 return 0;
22145 return 0;
22147 _ACEOF
22148 rm -f conftest.$ac_objext
22149 if { (ac_try="$ac_compile"
22150 case "(($ac_try" in
22151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22152 *) ac_try_echo=$ac_try;;
22153 esac
22154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22155 (eval "$ac_compile") 2>conftest.er1
22156 ac_status=$?
22157 grep -v '^ *+' conftest.er1 >conftest.err
22158 rm -f conftest.er1
22159 cat conftest.err >&5
22160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22161 (exit $ac_status); } && {
22162 test -z "$ac_c_werror_flag" ||
22163 test ! -s conftest.err
22164 } && test -s conftest.$ac_objext; then
22165 ac_cv_member_struct_stat_st_ctim=yes
22166 else
22167 echo "$as_me: failed program was:" >&5
22168 sed 's/^/| /' conftest.$ac_ext >&5
22170 cat >conftest.$ac_ext <<_ACEOF
22171 /* confdefs.h. */
22172 _ACEOF
22173 cat confdefs.h >>conftest.$ac_ext
22174 cat >>conftest.$ac_ext <<_ACEOF
22175 /* end confdefs.h. */
22176 $ac_includes_default
22178 main ()
22180 static struct stat ac_aggr;
22181 if (sizeof ac_aggr.st_ctim)
22182 return 0;
22184 return 0;
22186 _ACEOF
22187 rm -f conftest.$ac_objext
22188 if { (ac_try="$ac_compile"
22189 case "(($ac_try" in
22190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22191 *) ac_try_echo=$ac_try;;
22192 esac
22193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22194 (eval "$ac_compile") 2>conftest.er1
22195 ac_status=$?
22196 grep -v '^ *+' conftest.er1 >conftest.err
22197 rm -f conftest.er1
22198 cat conftest.err >&5
22199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22200 (exit $ac_status); } && {
22201 test -z "$ac_c_werror_flag" ||
22202 test ! -s conftest.err
22203 } && test -s conftest.$ac_objext; then
22204 ac_cv_member_struct_stat_st_ctim=yes
22205 else
22206 echo "$as_me: failed program was:" >&5
22207 sed 's/^/| /' conftest.$ac_ext >&5
22209 ac_cv_member_struct_stat_st_ctim=no
22212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22217 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22218 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
22219 if test $ac_cv_member_struct_stat_st_ctim = yes; then
22221 cat >>confdefs.h <<_ACEOF
22222 #define HAVE_STRUCT_STAT_ST_CTIM 1
22223 _ACEOF
22227 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22228 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
22229 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22230 echo $ECHO_N "(cached) $ECHO_C" >&6
22231 else
22232 cat >conftest.$ac_ext <<_ACEOF
22233 /* confdefs.h. */
22234 _ACEOF
22235 cat confdefs.h >>conftest.$ac_ext
22236 cat >>conftest.$ac_ext <<_ACEOF
22237 /* end confdefs.h. */
22238 $ac_includes_default
22240 main ()
22242 static struct stat ac_aggr;
22243 if (ac_aggr.st_atim)
22244 return 0;
22246 return 0;
22248 _ACEOF
22249 rm -f conftest.$ac_objext
22250 if { (ac_try="$ac_compile"
22251 case "(($ac_try" in
22252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22253 *) ac_try_echo=$ac_try;;
22254 esac
22255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22256 (eval "$ac_compile") 2>conftest.er1
22257 ac_status=$?
22258 grep -v '^ *+' conftest.er1 >conftest.err
22259 rm -f conftest.er1
22260 cat conftest.err >&5
22261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22262 (exit $ac_status); } && {
22263 test -z "$ac_c_werror_flag" ||
22264 test ! -s conftest.err
22265 } && test -s conftest.$ac_objext; then
22266 ac_cv_member_struct_stat_st_atim=yes
22267 else
22268 echo "$as_me: failed program was:" >&5
22269 sed 's/^/| /' conftest.$ac_ext >&5
22271 cat >conftest.$ac_ext <<_ACEOF
22272 /* confdefs.h. */
22273 _ACEOF
22274 cat confdefs.h >>conftest.$ac_ext
22275 cat >>conftest.$ac_ext <<_ACEOF
22276 /* end confdefs.h. */
22277 $ac_includes_default
22279 main ()
22281 static struct stat ac_aggr;
22282 if (sizeof ac_aggr.st_atim)
22283 return 0;
22285 return 0;
22287 _ACEOF
22288 rm -f conftest.$ac_objext
22289 if { (ac_try="$ac_compile"
22290 case "(($ac_try" in
22291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22292 *) ac_try_echo=$ac_try;;
22293 esac
22294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22295 (eval "$ac_compile") 2>conftest.er1
22296 ac_status=$?
22297 grep -v '^ *+' conftest.er1 >conftest.err
22298 rm -f conftest.er1
22299 cat conftest.err >&5
22300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22301 (exit $ac_status); } && {
22302 test -z "$ac_c_werror_flag" ||
22303 test ! -s conftest.err
22304 } && test -s conftest.$ac_objext; then
22305 ac_cv_member_struct_stat_st_atim=yes
22306 else
22307 echo "$as_me: failed program was:" >&5
22308 sed 's/^/| /' conftest.$ac_ext >&5
22310 ac_cv_member_struct_stat_st_atim=no
22313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22318 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22319 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22320 if test $ac_cv_member_struct_stat_st_atim = yes; then
22322 cat >>confdefs.h <<_ACEOF
22323 #define HAVE_STRUCT_STAT_ST_ATIM 1
22324 _ACEOF
22330 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22331 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22332 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22333 echo $ECHO_N "(cached) $ECHO_C" >&6
22334 else
22335 cat >conftest.$ac_ext <<_ACEOF
22336 /* confdefs.h. */
22337 _ACEOF
22338 cat confdefs.h >>conftest.$ac_ext
22339 cat >>conftest.$ac_ext <<_ACEOF
22340 /* end confdefs.h. */
22341 #ifdef HAVE_SYS_TYPES_H
22342 #include <sys/types.h>
22343 #endif
22344 #ifdef HAVE_NETINET_IN_H
22345 #include <netinet/in.h>
22346 #endif
22349 main ()
22351 static struct sockaddr_in6 ac_aggr;
22352 if (ac_aggr.sin6_scope_id)
22353 return 0;
22355 return 0;
22357 _ACEOF
22358 rm -f conftest.$ac_objext
22359 if { (ac_try="$ac_compile"
22360 case "(($ac_try" in
22361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22362 *) ac_try_echo=$ac_try;;
22363 esac
22364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22365 (eval "$ac_compile") 2>conftest.er1
22366 ac_status=$?
22367 grep -v '^ *+' conftest.er1 >conftest.err
22368 rm -f conftest.er1
22369 cat conftest.err >&5
22370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22371 (exit $ac_status); } && {
22372 test -z "$ac_c_werror_flag" ||
22373 test ! -s conftest.err
22374 } && test -s conftest.$ac_objext; then
22375 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22376 else
22377 echo "$as_me: failed program was:" >&5
22378 sed 's/^/| /' conftest.$ac_ext >&5
22380 cat >conftest.$ac_ext <<_ACEOF
22381 /* confdefs.h. */
22382 _ACEOF
22383 cat confdefs.h >>conftest.$ac_ext
22384 cat >>conftest.$ac_ext <<_ACEOF
22385 /* end confdefs.h. */
22386 #ifdef HAVE_SYS_TYPES_H
22387 #include <sys/types.h>
22388 #endif
22389 #ifdef HAVE_NETINET_IN_H
22390 #include <netinet/in.h>
22391 #endif
22394 main ()
22396 static struct sockaddr_in6 ac_aggr;
22397 if (sizeof ac_aggr.sin6_scope_id)
22398 return 0;
22400 return 0;
22402 _ACEOF
22403 rm -f conftest.$ac_objext
22404 if { (ac_try="$ac_compile"
22405 case "(($ac_try" in
22406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22407 *) ac_try_echo=$ac_try;;
22408 esac
22409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22410 (eval "$ac_compile") 2>conftest.er1
22411 ac_status=$?
22412 grep -v '^ *+' conftest.er1 >conftest.err
22413 rm -f conftest.er1
22414 cat conftest.err >&5
22415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22416 (exit $ac_status); } && {
22417 test -z "$ac_c_werror_flag" ||
22418 test ! -s conftest.err
22419 } && test -s conftest.$ac_objext; then
22420 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22421 else
22422 echo "$as_me: failed program was:" >&5
22423 sed 's/^/| /' conftest.$ac_ext >&5
22425 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22431 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22433 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22434 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22435 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22437 cat >>confdefs.h <<_ACEOF
22438 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22439 _ACEOF
22445 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22446 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22447 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22448 echo $ECHO_N "(cached) $ECHO_C" >&6
22449 else
22450 cat >conftest.$ac_ext <<_ACEOF
22451 /* confdefs.h. */
22452 _ACEOF
22453 cat confdefs.h >>conftest.$ac_ext
22454 cat >>conftest.$ac_ext <<_ACEOF
22455 /* end confdefs.h. */
22456 #ifdef HAVE_SYS_TYPES_H
22457 #include <sys/types.h>
22458 #endif
22459 #ifdef HAVE_NETINET_IN_H
22460 # include <netinet/in.h>
22461 #endif
22462 #ifdef HAVE_ARPA_NAMESER_H
22463 # include <arpa/nameser.h>
22464 #endif
22467 main ()
22469 static ns_msg ac_aggr;
22470 if (ac_aggr._msg_ptr)
22471 return 0;
22473 return 0;
22475 _ACEOF
22476 rm -f conftest.$ac_objext
22477 if { (ac_try="$ac_compile"
22478 case "(($ac_try" in
22479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22480 *) ac_try_echo=$ac_try;;
22481 esac
22482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22483 (eval "$ac_compile") 2>conftest.er1
22484 ac_status=$?
22485 grep -v '^ *+' conftest.er1 >conftest.err
22486 rm -f conftest.er1
22487 cat conftest.err >&5
22488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22489 (exit $ac_status); } && {
22490 test -z "$ac_c_werror_flag" ||
22491 test ! -s conftest.err
22492 } && test -s conftest.$ac_objext; then
22493 ac_cv_member_ns_msg__msg_ptr=yes
22494 else
22495 echo "$as_me: failed program was:" >&5
22496 sed 's/^/| /' conftest.$ac_ext >&5
22498 cat >conftest.$ac_ext <<_ACEOF
22499 /* confdefs.h. */
22500 _ACEOF
22501 cat confdefs.h >>conftest.$ac_ext
22502 cat >>conftest.$ac_ext <<_ACEOF
22503 /* end confdefs.h. */
22504 #ifdef HAVE_SYS_TYPES_H
22505 #include <sys/types.h>
22506 #endif
22507 #ifdef HAVE_NETINET_IN_H
22508 # include <netinet/in.h>
22509 #endif
22510 #ifdef HAVE_ARPA_NAMESER_H
22511 # include <arpa/nameser.h>
22512 #endif
22515 main ()
22517 static ns_msg ac_aggr;
22518 if (sizeof ac_aggr._msg_ptr)
22519 return 0;
22521 return 0;
22523 _ACEOF
22524 rm -f conftest.$ac_objext
22525 if { (ac_try="$ac_compile"
22526 case "(($ac_try" in
22527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22528 *) ac_try_echo=$ac_try;;
22529 esac
22530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22531 (eval "$ac_compile") 2>conftest.er1
22532 ac_status=$?
22533 grep -v '^ *+' conftest.er1 >conftest.err
22534 rm -f conftest.er1
22535 cat conftest.err >&5
22536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22537 (exit $ac_status); } && {
22538 test -z "$ac_c_werror_flag" ||
22539 test ! -s conftest.err
22540 } && test -s conftest.$ac_objext; then
22541 ac_cv_member_ns_msg__msg_ptr=yes
22542 else
22543 echo "$as_me: failed program was:" >&5
22544 sed 's/^/| /' conftest.$ac_ext >&5
22546 ac_cv_member_ns_msg__msg_ptr=no
22549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22554 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22555 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22556 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22558 cat >>confdefs.h <<_ACEOF
22559 #define HAVE_NS_MSG__MSG_PTR 1
22560 _ACEOF
22566 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22567 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22568 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22569 echo $ECHO_N "(cached) $ECHO_C" >&6
22570 else
22571 cat >conftest.$ac_ext <<_ACEOF
22572 /* confdefs.h. */
22573 _ACEOF
22574 cat confdefs.h >>conftest.$ac_ext
22575 cat >>conftest.$ac_ext <<_ACEOF
22576 /* end confdefs.h. */
22577 #ifdef HAVE_SYS_TYPES_H
22578 #include <sys/types.h>
22579 #endif
22580 #ifdef HAVE_ALIAS_H
22581 #include <alias.h>
22582 #endif
22583 #ifdef HAVE_SYS_SOCKET_H
22584 #include <sys/socket.h>
22585 #endif
22586 #ifdef HAVE_SYS_SOCKETVAR_H
22587 #include <sys/socketvar.h>
22588 #endif
22589 #ifdef HAVE_SYS_TIMEOUT_H
22590 #include <sys/timeout.h>
22591 #endif
22592 #ifdef HAVE_NETINET_IN_H
22593 #include <netinet/in.h>
22594 #endif
22595 #ifdef HAVE_NETINET_IN_SYSTM_H
22596 #include <netinet/in_systm.h>
22597 #endif
22598 #ifdef HAVE_NETINET_IP_H
22599 #include <netinet/ip.h>
22600 #endif
22601 #ifdef HAVE_NETINET_IP_VAR_H
22602 #include <netinet/ip_var.h>
22603 #endif
22604 #ifdef HAVE_NETINET_IP_ICMP_H
22605 #include <netinet/ip_icmp.h>
22606 #endif
22607 #ifdef HAVE_NETINET_ICMP_VAR
22608 #include <netinet/icmp_var.h>
22609 #endif
22612 main ()
22614 static struct icmpstat ac_aggr;
22615 if (ac_aggr.icps_outhist)
22616 return 0;
22618 return 0;
22620 _ACEOF
22621 rm -f conftest.$ac_objext
22622 if { (ac_try="$ac_compile"
22623 case "(($ac_try" in
22624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22625 *) ac_try_echo=$ac_try;;
22626 esac
22627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22628 (eval "$ac_compile") 2>conftest.er1
22629 ac_status=$?
22630 grep -v '^ *+' conftest.er1 >conftest.err
22631 rm -f conftest.er1
22632 cat conftest.err >&5
22633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22634 (exit $ac_status); } && {
22635 test -z "$ac_c_werror_flag" ||
22636 test ! -s conftest.err
22637 } && test -s conftest.$ac_objext; then
22638 ac_cv_member_struct_icmpstat_icps_outhist=yes
22639 else
22640 echo "$as_me: failed program was:" >&5
22641 sed 's/^/| /' conftest.$ac_ext >&5
22643 cat >conftest.$ac_ext <<_ACEOF
22644 /* confdefs.h. */
22645 _ACEOF
22646 cat confdefs.h >>conftest.$ac_ext
22647 cat >>conftest.$ac_ext <<_ACEOF
22648 /* end confdefs.h. */
22649 #ifdef HAVE_SYS_TYPES_H
22650 #include <sys/types.h>
22651 #endif
22652 #ifdef HAVE_ALIAS_H
22653 #include <alias.h>
22654 #endif
22655 #ifdef HAVE_SYS_SOCKET_H
22656 #include <sys/socket.h>
22657 #endif
22658 #ifdef HAVE_SYS_SOCKETVAR_H
22659 #include <sys/socketvar.h>
22660 #endif
22661 #ifdef HAVE_SYS_TIMEOUT_H
22662 #include <sys/timeout.h>
22663 #endif
22664 #ifdef HAVE_NETINET_IN_H
22665 #include <netinet/in.h>
22666 #endif
22667 #ifdef HAVE_NETINET_IN_SYSTM_H
22668 #include <netinet/in_systm.h>
22669 #endif
22670 #ifdef HAVE_NETINET_IP_H
22671 #include <netinet/ip.h>
22672 #endif
22673 #ifdef HAVE_NETINET_IP_VAR_H
22674 #include <netinet/ip_var.h>
22675 #endif
22676 #ifdef HAVE_NETINET_IP_ICMP_H
22677 #include <netinet/ip_icmp.h>
22678 #endif
22679 #ifdef HAVE_NETINET_ICMP_VAR
22680 #include <netinet/icmp_var.h>
22681 #endif
22684 main ()
22686 static struct icmpstat ac_aggr;
22687 if (sizeof ac_aggr.icps_outhist)
22688 return 0;
22690 return 0;
22692 _ACEOF
22693 rm -f conftest.$ac_objext
22694 if { (ac_try="$ac_compile"
22695 case "(($ac_try" in
22696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22697 *) ac_try_echo=$ac_try;;
22698 esac
22699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22700 (eval "$ac_compile") 2>conftest.er1
22701 ac_status=$?
22702 grep -v '^ *+' conftest.er1 >conftest.err
22703 rm -f conftest.er1
22704 cat conftest.err >&5
22705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22706 (exit $ac_status); } && {
22707 test -z "$ac_c_werror_flag" ||
22708 test ! -s conftest.err
22709 } && test -s conftest.$ac_objext; then
22710 ac_cv_member_struct_icmpstat_icps_outhist=yes
22711 else
22712 echo "$as_me: failed program was:" >&5
22713 sed 's/^/| /' conftest.$ac_ext >&5
22715 ac_cv_member_struct_icmpstat_icps_outhist=no
22718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22723 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22724 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22725 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22727 cat >>confdefs.h <<_ACEOF
22728 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22729 _ACEOF
22735 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22736 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22737 if test "${ac_cv_have_timezone+set}" = set; then
22738 echo $ECHO_N "(cached) $ECHO_C" >&6
22739 else
22740 cat >conftest.$ac_ext <<_ACEOF
22741 /* confdefs.h. */
22742 _ACEOF
22743 cat confdefs.h >>conftest.$ac_ext
22744 cat >>conftest.$ac_ext <<_ACEOF
22745 /* end confdefs.h. */
22746 #include <time.h>
22748 main ()
22750 timezone = 1
22752 return 0;
22754 _ACEOF
22755 rm -f conftest.$ac_objext conftest$ac_exeext
22756 if { (ac_try="$ac_link"
22757 case "(($ac_try" in
22758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22759 *) ac_try_echo=$ac_try;;
22760 esac
22761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22762 (eval "$ac_link") 2>conftest.er1
22763 ac_status=$?
22764 grep -v '^ *+' conftest.er1 >conftest.err
22765 rm -f conftest.er1
22766 cat conftest.err >&5
22767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22768 (exit $ac_status); } && {
22769 test -z "$ac_c_werror_flag" ||
22770 test ! -s conftest.err
22771 } && test -s conftest$ac_exeext &&
22772 $as_test_x conftest$ac_exeext; then
22773 ac_cv_have_timezone="yes"
22774 else
22775 echo "$as_me: failed program was:" >&5
22776 sed 's/^/| /' conftest.$ac_ext >&5
22778 ac_cv_have_timezone="no"
22781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22782 conftest$ac_exeext conftest.$ac_ext
22784 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22785 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22786 if test "$ac_cv_have_timezone" = "yes"
22787 then
22789 cat >>confdefs.h <<\_ACEOF
22790 #define HAVE_TIMEZONE 1
22791 _ACEOF
22794 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22795 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22796 if test "${ac_cv_have_daylight+set}" = set; then
22797 echo $ECHO_N "(cached) $ECHO_C" >&6
22798 else
22799 cat >conftest.$ac_ext <<_ACEOF
22800 /* confdefs.h. */
22801 _ACEOF
22802 cat confdefs.h >>conftest.$ac_ext
22803 cat >>conftest.$ac_ext <<_ACEOF
22804 /* end confdefs.h. */
22805 #include <time.h>
22807 main ()
22809 daylight = 1
22811 return 0;
22813 _ACEOF
22814 rm -f conftest.$ac_objext conftest$ac_exeext
22815 if { (ac_try="$ac_link"
22816 case "(($ac_try" in
22817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22818 *) ac_try_echo=$ac_try;;
22819 esac
22820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22821 (eval "$ac_link") 2>conftest.er1
22822 ac_status=$?
22823 grep -v '^ *+' conftest.er1 >conftest.err
22824 rm -f conftest.er1
22825 cat conftest.err >&5
22826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22827 (exit $ac_status); } && {
22828 test -z "$ac_c_werror_flag" ||
22829 test ! -s conftest.err
22830 } && test -s conftest$ac_exeext &&
22831 $as_test_x conftest$ac_exeext; then
22832 ac_cv_have_daylight="yes"
22833 else
22834 echo "$as_me: failed program was:" >&5
22835 sed 's/^/| /' conftest.$ac_ext >&5
22837 ac_cv_have_daylight="no"
22840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22841 conftest$ac_exeext conftest.$ac_ext
22843 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22844 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22845 if test "$ac_cv_have_daylight" = "yes"
22846 then
22848 cat >>confdefs.h <<\_ACEOF
22849 #define HAVE_DAYLIGHT 1
22850 _ACEOF
22854 { echo "$as_me:$LINENO: checking for isinf" >&5
22855 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22856 if test "${ac_cv_have_isinf+set}" = set; then
22857 echo $ECHO_N "(cached) $ECHO_C" >&6
22858 else
22859 cat >conftest.$ac_ext <<_ACEOF
22860 /* confdefs.h. */
22861 _ACEOF
22862 cat confdefs.h >>conftest.$ac_ext
22863 cat >>conftest.$ac_ext <<_ACEOF
22864 /* end confdefs.h. */
22865 #include <math.h>
22867 main ()
22869 float f = 0.0; int i=isinf(f)
22871 return 0;
22873 _ACEOF
22874 rm -f conftest.$ac_objext conftest$ac_exeext
22875 if { (ac_try="$ac_link"
22876 case "(($ac_try" in
22877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22878 *) ac_try_echo=$ac_try;;
22879 esac
22880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22881 (eval "$ac_link") 2>conftest.er1
22882 ac_status=$?
22883 grep -v '^ *+' conftest.er1 >conftest.err
22884 rm -f conftest.er1
22885 cat conftest.err >&5
22886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22887 (exit $ac_status); } && {
22888 test -z "$ac_c_werror_flag" ||
22889 test ! -s conftest.err
22890 } && test -s conftest$ac_exeext &&
22891 $as_test_x conftest$ac_exeext; then
22892 ac_cv_have_isinf="yes"
22893 else
22894 echo "$as_me: failed program was:" >&5
22895 sed 's/^/| /' conftest.$ac_ext >&5
22897 ac_cv_have_isinf="no"
22900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22901 conftest$ac_exeext conftest.$ac_ext
22903 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22904 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22905 if test "$ac_cv_have_isinf" = "yes"
22906 then
22908 cat >>confdefs.h <<\_ACEOF
22909 #define HAVE_ISINF 1
22910 _ACEOF
22914 { echo "$as_me:$LINENO: checking for isnan" >&5
22915 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22916 if test "${ac_cv_have_isnan+set}" = set; then
22917 echo $ECHO_N "(cached) $ECHO_C" >&6
22918 else
22919 cat >conftest.$ac_ext <<_ACEOF
22920 /* confdefs.h. */
22921 _ACEOF
22922 cat confdefs.h >>conftest.$ac_ext
22923 cat >>conftest.$ac_ext <<_ACEOF
22924 /* end confdefs.h. */
22925 #include <math.h>
22927 main ()
22929 float f = 0.0; int i=isnan(f)
22931 return 0;
22933 _ACEOF
22934 rm -f conftest.$ac_objext conftest$ac_exeext
22935 if { (ac_try="$ac_link"
22936 case "(($ac_try" in
22937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22938 *) ac_try_echo=$ac_try;;
22939 esac
22940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22941 (eval "$ac_link") 2>conftest.er1
22942 ac_status=$?
22943 grep -v '^ *+' conftest.er1 >conftest.err
22944 rm -f conftest.er1
22945 cat conftest.err >&5
22946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22947 (exit $ac_status); } && {
22948 test -z "$ac_c_werror_flag" ||
22949 test ! -s conftest.err
22950 } && test -s conftest$ac_exeext &&
22951 $as_test_x conftest$ac_exeext; then
22952 ac_cv_have_isnan="yes"
22953 else
22954 echo "$as_me: failed program was:" >&5
22955 sed 's/^/| /' conftest.$ac_ext >&5
22957 ac_cv_have_isnan="no"
22960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22961 conftest$ac_exeext conftest.$ac_ext
22963 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22964 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22965 if test "$ac_cv_have_isnan" = "yes"
22966 then
22968 cat >>confdefs.h <<\_ACEOF
22969 #define HAVE_ISNAN 1
22970 _ACEOF
22975 case $host_cpu in
22976 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22977 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22978 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22979 echo $ECHO_N "(cached) $ECHO_C" >&6
22980 else
22981 cat >conftest.$ac_ext <<_ACEOF
22982 /* confdefs.h. */
22983 _ACEOF
22984 cat confdefs.h >>conftest.$ac_ext
22985 cat >>conftest.$ac_ext <<_ACEOF
22986 /* end confdefs.h. */
22987 #ifndef __i386__
22989 #endif
22990 _ACEOF
22991 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22992 $EGREP "yes" >/dev/null 2>&1; then
22993 ac_cv_cpp_def___i386__=yes
22994 else
22995 ac_cv_cpp_def___i386__=no
22997 rm -f conftest*
23000 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23001 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23002 if test $ac_cv_cpp_def___i386__ = yes; then
23003 CFLAGS="$CFLAGS -D__i386__"
23004 LINTFLAGS="$LINTFLAGS -D__i386__"
23007 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23008 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23009 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23010 echo $ECHO_N "(cached) $ECHO_C" >&6
23011 else
23012 cat >conftest.$ac_ext <<_ACEOF
23013 /* confdefs.h. */
23014 _ACEOF
23015 cat confdefs.h >>conftest.$ac_ext
23016 cat >>conftest.$ac_ext <<_ACEOF
23017 /* end confdefs.h. */
23018 #ifndef __x86_64__
23020 #endif
23021 _ACEOF
23022 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23023 $EGREP "yes" >/dev/null 2>&1; then
23024 ac_cv_cpp_def___x86_64__=yes
23025 else
23026 ac_cv_cpp_def___x86_64__=no
23028 rm -f conftest*
23031 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23032 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23033 if test $ac_cv_cpp_def___x86_64__ = yes; then
23034 CFLAGS="$CFLAGS -D__x86_64__"
23035 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23038 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23039 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23040 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23041 echo $ECHO_N "(cached) $ECHO_C" >&6
23042 else
23043 cat >conftest.$ac_ext <<_ACEOF
23044 /* confdefs.h. */
23045 _ACEOF
23046 cat confdefs.h >>conftest.$ac_ext
23047 cat >>conftest.$ac_ext <<_ACEOF
23048 /* end confdefs.h. */
23049 #ifndef __ALPHA__
23051 #endif
23052 _ACEOF
23053 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23054 $EGREP "yes" >/dev/null 2>&1; then
23055 ac_cv_cpp_def___ALPHA__=yes
23056 else
23057 ac_cv_cpp_def___ALPHA__=no
23059 rm -f conftest*
23062 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23063 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23064 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23065 CFLAGS="$CFLAGS -D__ALPHA__"
23066 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23069 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23070 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23071 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23072 echo $ECHO_N "(cached) $ECHO_C" >&6
23073 else
23074 cat >conftest.$ac_ext <<_ACEOF
23075 /* confdefs.h. */
23076 _ACEOF
23077 cat confdefs.h >>conftest.$ac_ext
23078 cat >>conftest.$ac_ext <<_ACEOF
23079 /* end confdefs.h. */
23080 #ifndef __sparc__
23082 #endif
23083 _ACEOF
23084 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23085 $EGREP "yes" >/dev/null 2>&1; then
23086 ac_cv_cpp_def___sparc__=yes
23087 else
23088 ac_cv_cpp_def___sparc__=no
23090 rm -f conftest*
23093 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23094 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23095 if test $ac_cv_cpp_def___sparc__ = yes; then
23096 CFLAGS="$CFLAGS -D__sparc__"
23097 LINTFLAGS="$LINTFLAGS -D__sparc__"
23100 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23101 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23102 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23103 echo $ECHO_N "(cached) $ECHO_C" >&6
23104 else
23105 cat >conftest.$ac_ext <<_ACEOF
23106 /* confdefs.h. */
23107 _ACEOF
23108 cat confdefs.h >>conftest.$ac_ext
23109 cat >>conftest.$ac_ext <<_ACEOF
23110 /* end confdefs.h. */
23111 #ifndef __powerpc__
23113 #endif
23114 _ACEOF
23115 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23116 $EGREP "yes" >/dev/null 2>&1; then
23117 ac_cv_cpp_def___powerpc__=yes
23118 else
23119 ac_cv_cpp_def___powerpc__=no
23121 rm -f conftest*
23124 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23125 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23126 if test $ac_cv_cpp_def___powerpc__ = yes; then
23127 CFLAGS="$CFLAGS -D__powerpc__"
23128 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23131 esac
23133 case $host_vendor in
23134 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23135 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23136 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23137 echo $ECHO_N "(cached) $ECHO_C" >&6
23138 else
23139 cat >conftest.$ac_ext <<_ACEOF
23140 /* confdefs.h. */
23141 _ACEOF
23142 cat confdefs.h >>conftest.$ac_ext
23143 cat >>conftest.$ac_ext <<_ACEOF
23144 /* end confdefs.h. */
23145 #ifndef __sun__
23147 #endif
23148 _ACEOF
23149 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23150 $EGREP "yes" >/dev/null 2>&1; then
23151 ac_cv_cpp_def___sun__=yes
23152 else
23153 ac_cv_cpp_def___sun__=no
23155 rm -f conftest*
23158 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23159 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23160 if test $ac_cv_cpp_def___sun__ = yes; then
23161 CFLAGS="$CFLAGS -D__sun__"
23162 LINTFLAGS="$LINTFLAGS -D__sun__"
23165 esac
23168 DEPENDENCIES="### Dependencies:
23170 .INIT: Makefile
23171 .BEGIN: Makefile
23172 .MAKEFILEDEPS:
23173 Makefile: dummy
23174 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23176 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
23177 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23178 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23179 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23180 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23183 ALL_MAKERULES=""
23185 ALL_MAKEFILES=""
23187 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23190 ALL_TOP_DIRS=""
23192 ALL_DLL_DIRS=""
23194 ALL_IMPLIB_DIRS=""
23196 ALL_TEST_DIRS=""
23198 ALL_PROGRAM_DIRS=""
23200 ALL_PROGRAM_INSTALL_DIRS=""
23202 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23208 ac_config_commands="$ac_config_commands include/stamp-h"
23211 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23213 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23215 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23217 ac_config_commands="$ac_config_commands dlls/user32/resources"
23219 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23221 ac_config_commands="$ac_config_commands include/wine"
23224 ALL_MAKERULES="$ALL_MAKERULES \\
23225 Make.rules"
23226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23227 Make.rules: Make.rules.in"
23228 MAKE_RULES=Make.rules
23229 ac_config_files="$ac_config_files Make.rules"
23231 ALL_MAKERULES="$ALL_MAKERULES \\
23232 dlls/Makedll.rules"
23233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23234 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23235 MAKE_DLL_RULES=dlls/Makedll.rules
23236 ac_config_files="$ac_config_files dlls/Makedll.rules"
23238 ALL_MAKERULES="$ALL_MAKERULES \\
23239 dlls/Makeimplib.rules"
23240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23241 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23242 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23243 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23245 ALL_MAKERULES="$ALL_MAKERULES \\
23246 dlls/Maketest.rules"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23249 MAKE_TEST_RULES=dlls/Maketest.rules
23250 ac_config_files="$ac_config_files dlls/Maketest.rules"
23252 ALL_MAKERULES="$ALL_MAKERULES \\
23253 programs/Makeprog.rules"
23254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23255 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23256 MAKE_PROG_RULES=programs/Makeprog.rules
23257 ac_config_files="$ac_config_files programs/Makeprog.rules"
23262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23263 Makefile: Makefile.in Make.rules"
23264 ac_config_files="$ac_config_files Makefile"
23266 ALL_MAKEFILES="$ALL_MAKEFILES \\
23267 dlls/Makefile"
23268 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23269 dlls"
23270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23271 dlls/Makefile: dlls/Makefile.in Make.rules"
23272 ac_config_files="$ac_config_files dlls/Makefile"
23274 ALL_MAKEFILES="$ALL_MAKEFILES \\
23275 dlls/acledit/Makefile"
23276 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23277 acledit"
23278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23279 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23280 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23282 ALL_MAKEFILES="$ALL_MAKEFILES \\
23283 dlls/aclui/Makefile"
23284 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23285 aclui"
23286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23287 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23288 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23290 ALL_MAKEFILES="$ALL_MAKEFILES \\
23291 dlls/activeds/Makefile"
23292 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23293 activeds"
23294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23295 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23296 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23298 ALL_MAKEFILES="$ALL_MAKEFILES \\
23299 dlls/actxprxy/Makefile"
23300 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23301 actxprxy"
23302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23303 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23304 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23306 ALL_MAKEFILES="$ALL_MAKEFILES \\
23307 dlls/adsiid/Makefile"
23308 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23309 adsiid"
23310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23311 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23312 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23314 ALL_MAKEFILES="$ALL_MAKEFILES \\
23315 dlls/advapi32/Makefile"
23316 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23317 advapi32"
23318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23319 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23320 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23322 ALL_MAKEFILES="$ALL_MAKEFILES \\
23323 dlls/advapi32/tests/Makefile"
23324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23325 advapi32/tests"
23326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23327 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23328 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23330 ALL_MAKEFILES="$ALL_MAKEFILES \\
23331 dlls/advpack/Makefile"
23332 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23333 advpack"
23334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23335 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23336 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23338 ALL_MAKEFILES="$ALL_MAKEFILES \\
23339 dlls/advpack/tests/Makefile"
23340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23341 advpack/tests"
23342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23343 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23344 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23346 ALL_MAKEFILES="$ALL_MAKEFILES \\
23347 dlls/amstream/Makefile"
23348 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23349 amstream"
23350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23351 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23352 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23354 ALL_MAKEFILES="$ALL_MAKEFILES \\
23355 dlls/amstream/tests/Makefile"
23356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23357 amstream/tests"
23358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23359 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
23360 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
23362 ALL_MAKEFILES="$ALL_MAKEFILES \\
23363 dlls/appwiz.cpl/Makefile"
23364 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23365 appwiz.cpl"
23366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23367 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23368 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23370 ALL_MAKEFILES="$ALL_MAKEFILES \\
23371 dlls/atl/Makefile"
23372 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23373 atl"
23374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23375 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23376 ac_config_files="$ac_config_files dlls/atl/Makefile"
23378 ALL_MAKEFILES="$ALL_MAKEFILES \\
23379 dlls/authz/Makefile"
23380 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23381 authz"
23382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23383 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23384 ac_config_files="$ac_config_files dlls/authz/Makefile"
23386 ALL_MAKEFILES="$ALL_MAKEFILES \\
23387 dlls/avicap32/Makefile"
23388 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23389 avicap32"
23390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23391 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23392 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23394 ALL_MAKEFILES="$ALL_MAKEFILES \\
23395 dlls/avifil32/Makefile"
23396 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23397 avifil32"
23398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23399 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23400 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23402 ALL_MAKEFILES="$ALL_MAKEFILES \\
23403 dlls/avifile.dll16/Makefile"
23404 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23405 avifile.dll16"
23406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23407 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23408 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
23410 ALL_MAKEFILES="$ALL_MAKEFILES \\
23411 dlls/bcrypt/Makefile"
23412 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23413 bcrypt"
23414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23415 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
23416 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
23418 ALL_MAKEFILES="$ALL_MAKEFILES \\
23419 dlls/browseui/Makefile"
23420 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23421 browseui"
23422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23423 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23424 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23426 ALL_MAKEFILES="$ALL_MAKEFILES \\
23427 dlls/browseui/tests/Makefile"
23428 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23429 browseui/tests"
23430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23431 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23432 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23434 ALL_MAKEFILES="$ALL_MAKEFILES \\
23435 dlls/cabinet/Makefile"
23436 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23437 cabinet"
23438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23439 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23440 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23442 ALL_MAKEFILES="$ALL_MAKEFILES \\
23443 dlls/cabinet/tests/Makefile"
23444 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23445 cabinet/tests"
23446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23447 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23448 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23450 ALL_MAKEFILES="$ALL_MAKEFILES \\
23451 dlls/capi2032/Makefile"
23452 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23453 capi2032"
23454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23455 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23456 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23458 ALL_MAKEFILES="$ALL_MAKEFILES \\
23459 dlls/cards/Makefile"
23460 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23461 cards"
23462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23463 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23464 ac_config_files="$ac_config_files dlls/cards/Makefile"
23466 ALL_MAKEFILES="$ALL_MAKEFILES \\
23467 dlls/cfgmgr32/Makefile"
23468 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23469 cfgmgr32"
23470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23471 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23472 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23474 ALL_MAKEFILES="$ALL_MAKEFILES \\
23475 dlls/clusapi/Makefile"
23476 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23477 clusapi"
23478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23479 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23480 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23482 ALL_MAKEFILES="$ALL_MAKEFILES \\
23483 dlls/comcat/Makefile"
23484 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23485 comcat"
23486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23487 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23488 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23490 ALL_MAKEFILES="$ALL_MAKEFILES \\
23491 dlls/comcat/tests/Makefile"
23492 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23493 comcat/tests"
23494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23495 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23496 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23498 ALL_MAKEFILES="$ALL_MAKEFILES \\
23499 dlls/comctl32/Makefile"
23500 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23501 comctl32"
23502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23503 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23504 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23506 ALL_MAKEFILES="$ALL_MAKEFILES \\
23507 dlls/comctl32/tests/Makefile"
23508 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23509 comctl32/tests"
23510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23511 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23512 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23514 ALL_MAKEFILES="$ALL_MAKEFILES \\
23515 dlls/comdlg32/Makefile"
23516 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23517 comdlg32"
23518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23519 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23520 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23522 ALL_MAKEFILES="$ALL_MAKEFILES \\
23523 dlls/comdlg32/tests/Makefile"
23524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23525 comdlg32/tests"
23526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23527 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23528 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23530 ALL_MAKEFILES="$ALL_MAKEFILES \\
23531 dlls/comm.drv16/Makefile"
23532 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23533 comm.drv16"
23534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23535 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23536 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23538 ALL_MAKEFILES="$ALL_MAKEFILES \\
23539 dlls/compobj.dll16/Makefile"
23540 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23541 compobj.dll16"
23542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23543 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23544 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23546 ALL_MAKEFILES="$ALL_MAKEFILES \\
23547 dlls/compstui/Makefile"
23548 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23549 compstui"
23550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23551 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23552 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23554 ALL_MAKEFILES="$ALL_MAKEFILES \\
23555 dlls/credui/Makefile"
23556 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23557 credui"
23558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23559 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23560 ac_config_files="$ac_config_files dlls/credui/Makefile"
23562 ALL_MAKEFILES="$ALL_MAKEFILES \\
23563 dlls/credui/tests/Makefile"
23564 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23565 credui/tests"
23566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23567 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23568 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23570 ALL_MAKEFILES="$ALL_MAKEFILES \\
23571 dlls/crtdll/Makefile"
23572 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23573 crtdll"
23574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23575 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23576 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23578 ALL_MAKEFILES="$ALL_MAKEFILES \\
23579 dlls/crypt32/Makefile"
23580 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23581 crypt32"
23582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23583 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23584 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23586 ALL_MAKEFILES="$ALL_MAKEFILES \\
23587 dlls/crypt32/tests/Makefile"
23588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23589 crypt32/tests"
23590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23591 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23592 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23594 ALL_MAKEFILES="$ALL_MAKEFILES \\
23595 dlls/cryptdlg/Makefile"
23596 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23597 cryptdlg"
23598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23599 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23600 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23602 ALL_MAKEFILES="$ALL_MAKEFILES \\
23603 dlls/cryptdll/Makefile"
23604 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23605 cryptdll"
23606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23607 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23608 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23610 ALL_MAKEFILES="$ALL_MAKEFILES \\
23611 dlls/cryptnet/Makefile"
23612 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23613 cryptnet"
23614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23615 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23616 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23618 ALL_MAKEFILES="$ALL_MAKEFILES \\
23619 dlls/cryptnet/tests/Makefile"
23620 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23621 cryptnet/tests"
23622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23623 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23624 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23626 ALL_MAKEFILES="$ALL_MAKEFILES \\
23627 dlls/cryptui/Makefile"
23628 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23629 cryptui"
23630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23631 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23632 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23634 ALL_MAKEFILES="$ALL_MAKEFILES \\
23635 dlls/cryptui/tests/Makefile"
23636 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23637 cryptui/tests"
23638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23639 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23640 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23642 ALL_MAKEFILES="$ALL_MAKEFILES \\
23643 dlls/ctapi32/Makefile"
23644 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23645 ctapi32"
23646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23647 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23648 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23650 ALL_MAKEFILES="$ALL_MAKEFILES \\
23651 dlls/ctl3d.dll16/Makefile"
23652 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23653 ctl3d.dll16"
23654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23655 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23656 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
23658 ALL_MAKEFILES="$ALL_MAKEFILES \\
23659 dlls/ctl3d32/Makefile"
23660 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23661 ctl3d32"
23662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23663 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23664 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23666 ALL_MAKEFILES="$ALL_MAKEFILES \\
23667 dlls/ctl3dv2.dll16/Makefile"
23668 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23669 ctl3dv2.dll16"
23670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23671 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23672 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23674 ALL_MAKEFILES="$ALL_MAKEFILES \\
23675 dlls/d3d10/Makefile"
23676 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23677 d3d10"
23678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23679 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23680 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23682 ALL_MAKEFILES="$ALL_MAKEFILES \\
23683 dlls/d3d10/tests/Makefile"
23684 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23685 d3d10/tests"
23686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23687 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23688 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23690 ALL_MAKEFILES="$ALL_MAKEFILES \\
23691 dlls/d3d10core/Makefile"
23692 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23693 d3d10core"
23694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23695 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23696 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23698 ALL_MAKEFILES="$ALL_MAKEFILES \\
23699 dlls/d3d10core/tests/Makefile"
23700 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23701 d3d10core/tests"
23702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23703 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23704 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23706 ALL_MAKEFILES="$ALL_MAKEFILES \\
23707 dlls/d3d8/Makefile"
23708 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23709 d3d8"
23710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23711 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23712 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23714 ALL_MAKEFILES="$ALL_MAKEFILES \\
23715 dlls/d3d8/tests/Makefile"
23716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23717 d3d8/tests"
23718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23719 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23720 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23722 ALL_MAKEFILES="$ALL_MAKEFILES \\
23723 dlls/d3d9/Makefile"
23724 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23725 d3d9"
23726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23727 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23728 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23730 ALL_MAKEFILES="$ALL_MAKEFILES \\
23731 dlls/d3d9/tests/Makefile"
23732 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23733 d3d9/tests"
23734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23735 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23736 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23738 ALL_MAKEFILES="$ALL_MAKEFILES \\
23739 dlls/d3dim/Makefile"
23740 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23741 d3dim"
23742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23743 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23744 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23746 ALL_MAKEFILES="$ALL_MAKEFILES \\
23747 dlls/d3drm/Makefile"
23748 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23749 d3drm"
23750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23751 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23752 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23754 ALL_MAKEFILES="$ALL_MAKEFILES \\
23755 dlls/d3drm/tests/Makefile"
23756 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23757 d3drm/tests"
23758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23759 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23760 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23762 ALL_MAKEFILES="$ALL_MAKEFILES \\
23763 dlls/d3dx8/Makefile"
23764 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23765 d3dx8"
23766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23767 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23768 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23770 ALL_MAKEFILES="$ALL_MAKEFILES \\
23771 dlls/d3dx8/tests/Makefile"
23772 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23773 d3dx8/tests"
23774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23775 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23776 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23778 ALL_MAKEFILES="$ALL_MAKEFILES \\
23779 dlls/d3dx9_24/Makefile"
23780 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23781 d3dx9_24"
23782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23783 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23784 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23786 ALL_MAKEFILES="$ALL_MAKEFILES \\
23787 dlls/d3dx9_25/Makefile"
23788 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23789 d3dx9_25"
23790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23791 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23792 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23794 ALL_MAKEFILES="$ALL_MAKEFILES \\
23795 dlls/d3dx9_26/Makefile"
23796 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23797 d3dx9_26"
23798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23799 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23800 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23802 ALL_MAKEFILES="$ALL_MAKEFILES \\
23803 dlls/d3dx9_27/Makefile"
23804 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23805 d3dx9_27"
23806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23807 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23808 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23810 ALL_MAKEFILES="$ALL_MAKEFILES \\
23811 dlls/d3dx9_28/Makefile"
23812 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23813 d3dx9_28"
23814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23815 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23816 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23818 ALL_MAKEFILES="$ALL_MAKEFILES \\
23819 dlls/d3dx9_29/Makefile"
23820 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23821 d3dx9_29"
23822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23823 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23824 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23826 ALL_MAKEFILES="$ALL_MAKEFILES \\
23827 dlls/d3dx9_30/Makefile"
23828 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23829 d3dx9_30"
23830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23831 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23832 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23834 ALL_MAKEFILES="$ALL_MAKEFILES \\
23835 dlls/d3dx9_31/Makefile"
23836 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23837 d3dx9_31"
23838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23839 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23840 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23842 ALL_MAKEFILES="$ALL_MAKEFILES \\
23843 dlls/d3dx9_32/Makefile"
23844 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23845 d3dx9_32"
23846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23847 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23848 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23850 ALL_MAKEFILES="$ALL_MAKEFILES \\
23851 dlls/d3dx9_33/Makefile"
23852 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23853 d3dx9_33"
23854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23855 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23856 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23858 ALL_MAKEFILES="$ALL_MAKEFILES \\
23859 dlls/d3dx9_34/Makefile"
23860 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23861 d3dx9_34"
23862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23863 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23864 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23866 ALL_MAKEFILES="$ALL_MAKEFILES \\
23867 dlls/d3dx9_35/Makefile"
23868 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23869 d3dx9_35"
23870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23871 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23872 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23874 ALL_MAKEFILES="$ALL_MAKEFILES \\
23875 dlls/d3dx9_36/Makefile"
23876 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23877 d3dx9_36"
23878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23879 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23880 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23882 ALL_MAKEFILES="$ALL_MAKEFILES \\
23883 dlls/d3dx9_36/tests/Makefile"
23884 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23885 d3dx9_36/tests"
23886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23887 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23888 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23890 ALL_MAKEFILES="$ALL_MAKEFILES \\
23891 dlls/d3dx9_37/Makefile"
23892 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23893 d3dx9_37"
23894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23895 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23896 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23898 ALL_MAKEFILES="$ALL_MAKEFILES \\
23899 dlls/d3dx9_38/Makefile"
23900 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23901 d3dx9_38"
23902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23903 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23904 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23906 ALL_MAKEFILES="$ALL_MAKEFILES \\
23907 dlls/d3dx9_39/Makefile"
23908 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23909 d3dx9_39"
23910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23911 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23912 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23914 ALL_MAKEFILES="$ALL_MAKEFILES \\
23915 dlls/d3dx9_40/Makefile"
23916 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23917 d3dx9_40"
23918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23919 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23920 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23922 ALL_MAKEFILES="$ALL_MAKEFILES \\
23923 dlls/d3dx9_41/Makefile"
23924 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23925 d3dx9_41"
23926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23927 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
23928 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
23930 ALL_MAKEFILES="$ALL_MAKEFILES \\
23931 dlls/d3dxof/Makefile"
23932 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23933 d3dxof"
23934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23935 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23936 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23938 ALL_MAKEFILES="$ALL_MAKEFILES \\
23939 dlls/d3dxof/tests/Makefile"
23940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23941 d3dxof/tests"
23942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23943 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23944 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23946 ALL_MAKEFILES="$ALL_MAKEFILES \\
23947 dlls/dbghelp/Makefile"
23948 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23949 dbghelp"
23950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23951 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23952 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23954 ALL_MAKEFILES="$ALL_MAKEFILES \\
23955 dlls/dciman32/Makefile"
23956 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23957 dciman32"
23958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23959 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23960 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23962 ALL_MAKEFILES="$ALL_MAKEFILES \\
23963 dlls/ddeml.dll16/Makefile"
23964 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23965 ddeml.dll16"
23966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23967 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
23968 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
23970 ALL_MAKEFILES="$ALL_MAKEFILES \\
23971 dlls/ddraw/Makefile"
23972 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23973 ddraw"
23974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23975 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23976 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23978 ALL_MAKEFILES="$ALL_MAKEFILES \\
23979 dlls/ddraw/tests/Makefile"
23980 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23981 ddraw/tests"
23982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23983 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23984 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23986 ALL_MAKEFILES="$ALL_MAKEFILES \\
23987 dlls/ddrawex/Makefile"
23988 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23989 ddrawex"
23990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23991 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23992 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23994 ALL_MAKEFILES="$ALL_MAKEFILES \\
23995 dlls/ddrawex/tests/Makefile"
23996 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23997 ddrawex/tests"
23998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23999 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24000 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24002 ALL_MAKEFILES="$ALL_MAKEFILES \\
24003 dlls/devenum/Makefile"
24004 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24005 devenum"
24006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24007 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24008 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24010 ALL_MAKEFILES="$ALL_MAKEFILES \\
24011 dlls/dinput/Makefile"
24012 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24013 dinput"
24014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24015 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24016 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24018 ALL_MAKEFILES="$ALL_MAKEFILES \\
24019 dlls/dinput/tests/Makefile"
24020 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24021 dinput/tests"
24022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24023 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24024 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24026 ALL_MAKEFILES="$ALL_MAKEFILES \\
24027 dlls/dinput8/Makefile"
24028 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24029 dinput8"
24030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24031 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24032 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24034 ALL_MAKEFILES="$ALL_MAKEFILES \\
24035 dlls/dispdib.dll16/Makefile"
24036 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24037 dispdib.dll16"
24038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24039 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24040 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24042 ALL_MAKEFILES="$ALL_MAKEFILES \\
24043 dlls/display.drv16/Makefile"
24044 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24045 display.drv16"
24046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24047 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24048 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24050 ALL_MAKEFILES="$ALL_MAKEFILES \\
24051 dlls/dmband/Makefile"
24052 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24053 dmband"
24054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24055 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24056 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24058 ALL_MAKEFILES="$ALL_MAKEFILES \\
24059 dlls/dmcompos/Makefile"
24060 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24061 dmcompos"
24062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24063 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24064 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24066 ALL_MAKEFILES="$ALL_MAKEFILES \\
24067 dlls/dmime/Makefile"
24068 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24069 dmime"
24070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24071 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24072 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24074 ALL_MAKEFILES="$ALL_MAKEFILES \\
24075 dlls/dmloader/Makefile"
24076 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24077 dmloader"
24078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24079 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24080 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24082 ALL_MAKEFILES="$ALL_MAKEFILES \\
24083 dlls/dmscript/Makefile"
24084 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24085 dmscript"
24086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24087 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24088 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24090 ALL_MAKEFILES="$ALL_MAKEFILES \\
24091 dlls/dmstyle/Makefile"
24092 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24093 dmstyle"
24094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24095 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24096 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24098 ALL_MAKEFILES="$ALL_MAKEFILES \\
24099 dlls/dmsynth/Makefile"
24100 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24101 dmsynth"
24102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24103 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24104 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24106 ALL_MAKEFILES="$ALL_MAKEFILES \\
24107 dlls/dmusic/Makefile"
24108 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24109 dmusic"
24110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24111 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24112 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24114 ALL_MAKEFILES="$ALL_MAKEFILES \\
24115 dlls/dmusic32/Makefile"
24116 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24117 dmusic32"
24118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24119 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24120 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24122 ALL_MAKEFILES="$ALL_MAKEFILES \\
24123 dlls/dnsapi/Makefile"
24124 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24125 dnsapi"
24126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24127 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24128 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24130 ALL_MAKEFILES="$ALL_MAKEFILES \\
24131 dlls/dnsapi/tests/Makefile"
24132 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24133 dnsapi/tests"
24134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24135 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24136 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24138 ALL_MAKEFILES="$ALL_MAKEFILES \\
24139 dlls/dplay/Makefile"
24140 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24141 dplay"
24142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24143 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24144 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24146 ALL_MAKEFILES="$ALL_MAKEFILES \\
24147 dlls/dplayx/Makefile"
24148 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24149 dplayx"
24150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24151 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24152 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24154 ALL_MAKEFILES="$ALL_MAKEFILES \\
24155 dlls/dplayx/tests/Makefile"
24156 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24157 dplayx/tests"
24158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24159 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24160 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24162 ALL_MAKEFILES="$ALL_MAKEFILES \\
24163 dlls/dpnaddr/Makefile"
24164 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24165 dpnaddr"
24166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24167 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24168 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24170 ALL_MAKEFILES="$ALL_MAKEFILES \\
24171 dlls/dpnet/Makefile"
24172 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24173 dpnet"
24174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24175 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24176 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24178 ALL_MAKEFILES="$ALL_MAKEFILES \\
24179 dlls/dpnhpast/Makefile"
24180 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24181 dpnhpast"
24182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24183 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24184 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24186 ALL_MAKEFILES="$ALL_MAKEFILES \\
24187 dlls/dpnlobby/Makefile"
24188 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24189 dpnlobby"
24190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24191 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24192 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24194 ALL_MAKEFILES="$ALL_MAKEFILES \\
24195 dlls/dpwsockx/Makefile"
24196 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24197 dpwsockx"
24198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24199 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24200 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24202 ALL_MAKEFILES="$ALL_MAKEFILES \\
24203 dlls/dsound/Makefile"
24204 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24205 dsound"
24206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24207 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24208 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24210 ALL_MAKEFILES="$ALL_MAKEFILES \\
24211 dlls/dsound/tests/Makefile"
24212 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24213 dsound/tests"
24214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24215 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24216 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24218 ALL_MAKEFILES="$ALL_MAKEFILES \\
24219 dlls/dssenh/Makefile"
24220 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24221 dssenh"
24222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24223 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24224 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24226 ALL_MAKEFILES="$ALL_MAKEFILES \\
24227 dlls/dswave/Makefile"
24228 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24229 dswave"
24230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24231 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24232 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24234 ALL_MAKEFILES="$ALL_MAKEFILES \\
24235 dlls/dwmapi/Makefile"
24236 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24237 dwmapi"
24238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24239 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24240 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24242 ALL_MAKEFILES="$ALL_MAKEFILES \\
24243 dlls/dxdiagn/Makefile"
24244 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24245 dxdiagn"
24246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24247 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24248 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24250 ALL_MAKEFILES="$ALL_MAKEFILES \\
24251 dlls/dxerr8/Makefile"
24252 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24253 dxerr8"
24254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24255 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24256 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24258 ALL_MAKEFILES="$ALL_MAKEFILES \\
24259 dlls/dxerr9/Makefile"
24260 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24261 dxerr9"
24262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24263 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24264 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24266 ALL_MAKEFILES="$ALL_MAKEFILES \\
24267 dlls/dxgi/Makefile"
24268 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24269 dxgi"
24270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24271 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24272 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24274 ALL_MAKEFILES="$ALL_MAKEFILES \\
24275 dlls/dxgi/tests/Makefile"
24276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24277 dxgi/tests"
24278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24279 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24280 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24282 ALL_MAKEFILES="$ALL_MAKEFILES \\
24283 dlls/dxguid/Makefile"
24284 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24285 dxguid"
24286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24287 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24288 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24290 ALL_MAKEFILES="$ALL_MAKEFILES \\
24291 dlls/faultrep/Makefile"
24292 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24293 faultrep"
24294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24295 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24296 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24298 ALL_MAKEFILES="$ALL_MAKEFILES \\
24299 dlls/fusion/Makefile"
24300 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24301 fusion"
24302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24303 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24304 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24306 ALL_MAKEFILES="$ALL_MAKEFILES \\
24307 dlls/fusion/tests/Makefile"
24308 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24309 fusion/tests"
24310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24311 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24312 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24314 ALL_MAKEFILES="$ALL_MAKEFILES \\
24315 dlls/gdi32/Makefile"
24316 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24317 gdi32"
24318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24319 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24320 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24322 ALL_MAKEFILES="$ALL_MAKEFILES \\
24323 dlls/gdi32/tests/Makefile"
24324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24325 gdi32/tests"
24326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24327 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24328 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24330 ALL_MAKEFILES="$ALL_MAKEFILES \\
24331 dlls/gdiplus/Makefile"
24332 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24333 gdiplus"
24334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24335 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24336 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24338 ALL_MAKEFILES="$ALL_MAKEFILES \\
24339 dlls/gdiplus/tests/Makefile"
24340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24341 gdiplus/tests"
24342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24343 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24344 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24346 ALL_MAKEFILES="$ALL_MAKEFILES \\
24347 dlls/glu32/Makefile"
24348 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24349 glu32"
24350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24351 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24352 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24354 ALL_MAKEFILES="$ALL_MAKEFILES \\
24355 dlls/gphoto2.ds/Makefile"
24356 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24357 gphoto2.ds"
24358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24359 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24360 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24362 ALL_MAKEFILES="$ALL_MAKEFILES \\
24363 dlls/gpkcsp/Makefile"
24364 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24365 gpkcsp"
24366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24367 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24368 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24370 ALL_MAKEFILES="$ALL_MAKEFILES \\
24371 dlls/hal/Makefile"
24372 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24373 hal"
24374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24375 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24376 ac_config_files="$ac_config_files dlls/hal/Makefile"
24378 ALL_MAKEFILES="$ALL_MAKEFILES \\
24379 dlls/hhctrl.ocx/Makefile"
24380 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24381 hhctrl.ocx"
24382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24383 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24384 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24386 ALL_MAKEFILES="$ALL_MAKEFILES \\
24387 dlls/hid/Makefile"
24388 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24389 hid"
24390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24391 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24392 ac_config_files="$ac_config_files dlls/hid/Makefile"
24394 ALL_MAKEFILES="$ALL_MAKEFILES \\
24395 dlls/hlink/Makefile"
24396 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24397 hlink"
24398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24399 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24400 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24402 ALL_MAKEFILES="$ALL_MAKEFILES \\
24403 dlls/hlink/tests/Makefile"
24404 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24405 hlink/tests"
24406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24407 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24408 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24410 ALL_MAKEFILES="$ALL_MAKEFILES \\
24411 dlls/hnetcfg/Makefile"
24412 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24413 hnetcfg"
24414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24415 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24416 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24418 ALL_MAKEFILES="$ALL_MAKEFILES \\
24419 dlls/httpapi/Makefile"
24420 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24421 httpapi"
24422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24423 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24424 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24426 ALL_MAKEFILES="$ALL_MAKEFILES \\
24427 dlls/iccvid/Makefile"
24428 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24429 iccvid"
24430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24431 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24432 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24434 ALL_MAKEFILES="$ALL_MAKEFILES \\
24435 dlls/icmp/Makefile"
24436 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24437 icmp"
24438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24439 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24440 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24442 ALL_MAKEFILES="$ALL_MAKEFILES \\
24443 dlls/ifsmgr.vxd/Makefile"
24444 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24445 ifsmgr.vxd"
24446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24447 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24448 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24450 ALL_MAKEFILES="$ALL_MAKEFILES \\
24451 dlls/imaadp32.acm/Makefile"
24452 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24453 imaadp32.acm"
24454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24455 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24456 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24458 ALL_MAKEFILES="$ALL_MAKEFILES \\
24459 dlls/imagehlp/Makefile"
24460 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24461 imagehlp"
24462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24463 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24464 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24466 ALL_MAKEFILES="$ALL_MAKEFILES \\
24467 dlls/imm.dll16/Makefile"
24468 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24469 imm.dll16"
24470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24471 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24472 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
24474 ALL_MAKEFILES="$ALL_MAKEFILES \\
24475 dlls/imm32/Makefile"
24476 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24477 imm32"
24478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24479 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24480 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24482 ALL_MAKEFILES="$ALL_MAKEFILES \\
24483 dlls/imm32/tests/Makefile"
24484 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24485 imm32/tests"
24486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24487 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24488 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24490 ALL_MAKEFILES="$ALL_MAKEFILES \\
24491 dlls/inetcomm/Makefile"
24492 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24493 inetcomm"
24494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24495 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24496 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24498 ALL_MAKEFILES="$ALL_MAKEFILES \\
24499 dlls/inetcomm/tests/Makefile"
24500 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24501 inetcomm/tests"
24502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24503 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24504 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24506 ALL_MAKEFILES="$ALL_MAKEFILES \\
24507 dlls/inetmib1/Makefile"
24508 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24509 inetmib1"
24510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24511 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24512 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24514 ALL_MAKEFILES="$ALL_MAKEFILES \\
24515 dlls/inetmib1/tests/Makefile"
24516 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24517 inetmib1/tests"
24518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24519 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24520 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24522 ALL_MAKEFILES="$ALL_MAKEFILES \\
24523 dlls/infosoft/Makefile"
24524 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24525 infosoft"
24526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24527 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24528 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24530 ALL_MAKEFILES="$ALL_MAKEFILES \\
24531 dlls/infosoft/tests/Makefile"
24532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24533 infosoft/tests"
24534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24535 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24536 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24538 ALL_MAKEFILES="$ALL_MAKEFILES \\
24539 dlls/initpki/Makefile"
24540 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24541 initpki"
24542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24543 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24544 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24546 ALL_MAKEFILES="$ALL_MAKEFILES \\
24547 dlls/inkobj/Makefile"
24548 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24549 inkobj"
24550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24551 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24552 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24554 ALL_MAKEFILES="$ALL_MAKEFILES \\
24555 dlls/inseng/Makefile"
24556 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24557 inseng"
24558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24559 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24560 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24562 ALL_MAKEFILES="$ALL_MAKEFILES \\
24563 dlls/iphlpapi/Makefile"
24564 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24565 iphlpapi"
24566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24567 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24568 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24570 ALL_MAKEFILES="$ALL_MAKEFILES \\
24571 dlls/iphlpapi/tests/Makefile"
24572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24573 iphlpapi/tests"
24574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24575 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24576 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24578 ALL_MAKEFILES="$ALL_MAKEFILES \\
24579 dlls/itircl/Makefile"
24580 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24581 itircl"
24582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24583 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24584 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24586 ALL_MAKEFILES="$ALL_MAKEFILES \\
24587 dlls/itss/Makefile"
24588 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24589 itss"
24590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24591 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24592 ac_config_files="$ac_config_files dlls/itss/Makefile"
24594 ALL_MAKEFILES="$ALL_MAKEFILES \\
24595 dlls/itss/tests/Makefile"
24596 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24597 itss/tests"
24598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24599 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24600 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24602 ALL_MAKEFILES="$ALL_MAKEFILES \\
24603 dlls/jscript/Makefile"
24604 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24605 jscript"
24606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24607 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24608 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24610 ALL_MAKEFILES="$ALL_MAKEFILES \\
24611 dlls/jscript/tests/Makefile"
24612 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24613 jscript/tests"
24614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24615 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24616 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24618 ALL_MAKEFILES="$ALL_MAKEFILES \\
24619 dlls/kernel32/Makefile"
24620 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24621 kernel32"
24622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24623 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24624 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24626 ALL_MAKEFILES="$ALL_MAKEFILES \\
24627 dlls/kernel32/tests/Makefile"
24628 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24629 kernel32/tests"
24630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24631 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24632 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24634 ALL_MAKEFILES="$ALL_MAKEFILES \\
24635 dlls/keyboard.drv16/Makefile"
24636 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24637 keyboard.drv16"
24638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24639 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24640 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24642 ALL_MAKEFILES="$ALL_MAKEFILES \\
24643 dlls/loadperf/Makefile"
24644 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24645 loadperf"
24646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24647 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24648 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24650 ALL_MAKEFILES="$ALL_MAKEFILES \\
24651 dlls/localspl/Makefile"
24652 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24653 localspl"
24654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24655 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24656 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24658 ALL_MAKEFILES="$ALL_MAKEFILES \\
24659 dlls/localspl/tests/Makefile"
24660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24661 localspl/tests"
24662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24663 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24664 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24666 ALL_MAKEFILES="$ALL_MAKEFILES \\
24667 dlls/localui/Makefile"
24668 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24669 localui"
24670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24671 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24672 ac_config_files="$ac_config_files dlls/localui/Makefile"
24674 ALL_MAKEFILES="$ALL_MAKEFILES \\
24675 dlls/localui/tests/Makefile"
24676 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24677 localui/tests"
24678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24679 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24680 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24682 ALL_MAKEFILES="$ALL_MAKEFILES \\
24683 dlls/lz32/Makefile"
24684 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24685 lz32"
24686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24687 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24688 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24690 ALL_MAKEFILES="$ALL_MAKEFILES \\
24691 dlls/lz32/tests/Makefile"
24692 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24693 lz32/tests"
24694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24695 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24696 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24698 ALL_MAKEFILES="$ALL_MAKEFILES \\
24699 dlls/lzexpand.dll16/Makefile"
24700 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24701 lzexpand.dll16"
24702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24703 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24704 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24706 ALL_MAKEFILES="$ALL_MAKEFILES \\
24707 dlls/mapi32/Makefile"
24708 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24709 mapi32"
24710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24711 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24712 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24714 ALL_MAKEFILES="$ALL_MAKEFILES \\
24715 dlls/mapi32/tests/Makefile"
24716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24717 mapi32/tests"
24718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24719 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24720 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24722 ALL_MAKEFILES="$ALL_MAKEFILES \\
24723 dlls/mciavi32/Makefile"
24724 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24725 mciavi32"
24726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24727 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24728 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24730 ALL_MAKEFILES="$ALL_MAKEFILES \\
24731 dlls/mcicda/Makefile"
24732 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24733 mcicda"
24734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24735 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24736 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24738 ALL_MAKEFILES="$ALL_MAKEFILES \\
24739 dlls/mciqtz32/Makefile"
24740 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24741 mciqtz32"
24742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24743 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24744 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24746 ALL_MAKEFILES="$ALL_MAKEFILES \\
24747 dlls/mciseq/Makefile"
24748 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24749 mciseq"
24750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24751 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24752 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24754 ALL_MAKEFILES="$ALL_MAKEFILES \\
24755 dlls/mciwave/Makefile"
24756 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24757 mciwave"
24758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24759 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24760 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24762 ALL_MAKEFILES="$ALL_MAKEFILES \\
24763 dlls/midimap/Makefile"
24764 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24765 midimap"
24766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24767 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24768 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24770 ALL_MAKEFILES="$ALL_MAKEFILES \\
24771 dlls/mlang/Makefile"
24772 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24773 mlang"
24774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24775 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24776 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24778 ALL_MAKEFILES="$ALL_MAKEFILES \\
24779 dlls/mlang/tests/Makefile"
24780 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24781 mlang/tests"
24782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24783 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24784 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24786 ALL_MAKEFILES="$ALL_MAKEFILES \\
24787 dlls/mmdevldr.vxd/Makefile"
24788 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24789 mmdevldr.vxd"
24790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24791 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24792 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24794 ALL_MAKEFILES="$ALL_MAKEFILES \\
24795 dlls/monodebg.vxd/Makefile"
24796 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24797 monodebg.vxd"
24798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24799 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24800 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24802 ALL_MAKEFILES="$ALL_MAKEFILES \\
24803 dlls/mountmgr.sys/Makefile"
24804 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24805 mountmgr.sys"
24806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24807 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24808 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24810 ALL_MAKEFILES="$ALL_MAKEFILES \\
24811 dlls/mouse.drv16/Makefile"
24812 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24813 mouse.drv16"
24814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24815 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
24816 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
24818 ALL_MAKEFILES="$ALL_MAKEFILES \\
24819 dlls/mpr/Makefile"
24820 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24821 mpr"
24822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24823 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24824 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24826 ALL_MAKEFILES="$ALL_MAKEFILES \\
24827 dlls/mprapi/Makefile"
24828 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24829 mprapi"
24830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24831 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24832 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24834 ALL_MAKEFILES="$ALL_MAKEFILES \\
24835 dlls/msacm.dll16/Makefile"
24836 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24837 msacm.dll16"
24838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24839 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
24840 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
24842 ALL_MAKEFILES="$ALL_MAKEFILES \\
24843 dlls/msacm32.drv/Makefile"
24844 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24845 msacm32.drv"
24846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24847 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24848 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24850 ALL_MAKEFILES="$ALL_MAKEFILES \\
24851 dlls/msacm32/Makefile"
24852 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24853 msacm32"
24854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24855 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24856 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24858 ALL_MAKEFILES="$ALL_MAKEFILES \\
24859 dlls/msacm32/tests/Makefile"
24860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24861 msacm32/tests"
24862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24863 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24864 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24866 ALL_MAKEFILES="$ALL_MAKEFILES \\
24867 dlls/msadp32.acm/Makefile"
24868 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24869 msadp32.acm"
24870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24871 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24872 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24874 ALL_MAKEFILES="$ALL_MAKEFILES \\
24875 dlls/mscat32/Makefile"
24876 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24877 mscat32"
24878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24879 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24880 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24882 ALL_MAKEFILES="$ALL_MAKEFILES \\
24883 dlls/mscms/Makefile"
24884 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24885 mscms"
24886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24887 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24888 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24890 ALL_MAKEFILES="$ALL_MAKEFILES \\
24891 dlls/mscms/tests/Makefile"
24892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24893 mscms/tests"
24894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24895 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24896 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24898 ALL_MAKEFILES="$ALL_MAKEFILES \\
24899 dlls/mscoree/Makefile"
24900 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24901 mscoree"
24902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24903 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24904 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24906 ALL_MAKEFILES="$ALL_MAKEFILES \\
24907 dlls/msctf/Makefile"
24908 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24909 msctf"
24910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24911 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24912 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24914 ALL_MAKEFILES="$ALL_MAKEFILES \\
24915 dlls/msctf/tests/Makefile"
24916 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24917 msctf/tests"
24918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24919 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
24920 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
24922 ALL_MAKEFILES="$ALL_MAKEFILES \\
24923 dlls/msdmo/Makefile"
24924 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24925 msdmo"
24926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24927 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24928 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24930 ALL_MAKEFILES="$ALL_MAKEFILES \\
24931 dlls/msftedit/Makefile"
24932 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24933 msftedit"
24934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24935 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24936 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24938 ALL_MAKEFILES="$ALL_MAKEFILES \\
24939 dlls/msg711.acm/Makefile"
24940 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24941 msg711.acm"
24942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24943 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24944 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24946 ALL_MAKEFILES="$ALL_MAKEFILES \\
24947 dlls/mshtml.tlb/Makefile"
24948 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24949 mshtml.tlb"
24950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24951 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24952 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24954 ALL_MAKEFILES="$ALL_MAKEFILES \\
24955 dlls/mshtml/Makefile"
24956 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24957 mshtml"
24958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24959 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24960 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24962 ALL_MAKEFILES="$ALL_MAKEFILES \\
24963 dlls/mshtml/tests/Makefile"
24964 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24965 mshtml/tests"
24966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24967 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24968 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24970 ALL_MAKEFILES="$ALL_MAKEFILES \\
24971 dlls/msi/Makefile"
24972 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24973 msi"
24974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24975 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24976 ac_config_files="$ac_config_files dlls/msi/Makefile"
24978 ALL_MAKEFILES="$ALL_MAKEFILES \\
24979 dlls/msi/tests/Makefile"
24980 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24981 msi/tests"
24982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24983 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24984 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24986 ALL_MAKEFILES="$ALL_MAKEFILES \\
24987 dlls/msimg32/Makefile"
24988 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24989 msimg32"
24990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24991 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24992 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24994 ALL_MAKEFILES="$ALL_MAKEFILES \\
24995 dlls/msimtf/Makefile"
24996 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24997 msimtf"
24998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24999 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25000 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25002 ALL_MAKEFILES="$ALL_MAKEFILES \\
25003 dlls/msisip/Makefile"
25004 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25005 msisip"
25006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25007 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25008 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25010 ALL_MAKEFILES="$ALL_MAKEFILES \\
25011 dlls/msisys.ocx/Makefile"
25012 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25013 msisys.ocx"
25014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25015 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25016 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25018 ALL_MAKEFILES="$ALL_MAKEFILES \\
25019 dlls/msnet32/Makefile"
25020 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25021 msnet32"
25022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25023 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25024 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25026 ALL_MAKEFILES="$ALL_MAKEFILES \\
25027 dlls/msrle32/Makefile"
25028 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25029 msrle32"
25030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25031 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25032 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25034 ALL_MAKEFILES="$ALL_MAKEFILES \\
25035 dlls/mssign32/Makefile"
25036 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25037 mssign32"
25038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25039 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25040 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25042 ALL_MAKEFILES="$ALL_MAKEFILES \\
25043 dlls/mssip32/Makefile"
25044 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25045 mssip32"
25046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25047 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25048 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25050 ALL_MAKEFILES="$ALL_MAKEFILES \\
25051 dlls/mstask/Makefile"
25052 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25053 mstask"
25054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25055 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25056 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25058 ALL_MAKEFILES="$ALL_MAKEFILES \\
25059 dlls/mstask/tests/Makefile"
25060 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25061 mstask/tests"
25062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25063 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25064 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25066 ALL_MAKEFILES="$ALL_MAKEFILES \\
25067 dlls/msvcirt/Makefile"
25068 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25069 msvcirt"
25070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25071 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25072 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25074 ALL_MAKEFILES="$ALL_MAKEFILES \\
25075 dlls/msvcr71/Makefile"
25076 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25077 msvcr71"
25078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25079 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25080 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25082 ALL_MAKEFILES="$ALL_MAKEFILES \\
25083 dlls/msvcrt/Makefile"
25084 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25085 msvcrt"
25086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25087 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25088 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25090 ALL_MAKEFILES="$ALL_MAKEFILES \\
25091 dlls/msvcrt/tests/Makefile"
25092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25093 msvcrt/tests"
25094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25095 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25096 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25098 ALL_MAKEFILES="$ALL_MAKEFILES \\
25099 dlls/msvcrt20/Makefile"
25100 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25101 msvcrt20"
25102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25103 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25104 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25106 ALL_MAKEFILES="$ALL_MAKEFILES \\
25107 dlls/msvcrt40/Makefile"
25108 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25109 msvcrt40"
25110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25111 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25112 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25114 ALL_MAKEFILES="$ALL_MAKEFILES \\
25115 dlls/msvcrtd/Makefile"
25116 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25117 msvcrtd"
25118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25119 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25120 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25122 ALL_MAKEFILES="$ALL_MAKEFILES \\
25123 dlls/msvcrtd/tests/Makefile"
25124 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25125 msvcrtd/tests"
25126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25127 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25128 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25130 ALL_MAKEFILES="$ALL_MAKEFILES \\
25131 dlls/msvfw32/Makefile"
25132 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25133 msvfw32"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25136 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139 dlls/msvfw32/tests/Makefile"
25140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25141 msvfw32/tests"
25142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25143 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25144 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25146 ALL_MAKEFILES="$ALL_MAKEFILES \\
25147 dlls/msvidc32/Makefile"
25148 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25149 msvidc32"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25152 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155 dlls/msvideo.dll16/Makefile"
25156 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25157 msvideo.dll16"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
25160 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163 dlls/mswsock/Makefile"
25164 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25165 mswsock"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25168 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171 dlls/msxml3/Makefile"
25172 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25173 msxml3"
25174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25175 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25176 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25178 ALL_MAKEFILES="$ALL_MAKEFILES \\
25179 dlls/msxml3/tests/Makefile"
25180 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25181 msxml3/tests"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25184 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187 dlls/nddeapi/Makefile"
25188 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25189 nddeapi"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25192 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 dlls/netapi32/Makefile"
25196 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25197 netapi32"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25200 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203 dlls/netapi32/tests/Makefile"
25204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25205 netapi32/tests"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25208 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211 dlls/newdev/Makefile"
25212 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25213 newdev"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25216 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219 dlls/ntdll/Makefile"
25220 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25221 ntdll"
25222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25223 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25224 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25226 ALL_MAKEFILES="$ALL_MAKEFILES \\
25227 dlls/ntdll/tests/Makefile"
25228 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25229 ntdll/tests"
25230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25231 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25232 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25234 ALL_MAKEFILES="$ALL_MAKEFILES \\
25235 dlls/ntdsapi/Makefile"
25236 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25237 ntdsapi"
25238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25239 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25240 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25242 ALL_MAKEFILES="$ALL_MAKEFILES \\
25243 dlls/ntdsapi/tests/Makefile"
25244 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25245 ntdsapi/tests"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25248 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251 dlls/ntoskrnl.exe/Makefile"
25252 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25253 ntoskrnl.exe"
25254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25255 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25256 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25258 ALL_MAKEFILES="$ALL_MAKEFILES \\
25259 dlls/ntprint/Makefile"
25260 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25261 ntprint"
25262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25263 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25264 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25266 ALL_MAKEFILES="$ALL_MAKEFILES \\
25267 dlls/ntprint/tests/Makefile"
25268 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25269 ntprint/tests"
25270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25271 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25272 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25274 ALL_MAKEFILES="$ALL_MAKEFILES \\
25275 dlls/objsel/Makefile"
25276 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25277 objsel"
25278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25279 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25280 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25282 ALL_MAKEFILES="$ALL_MAKEFILES \\
25283 dlls/odbc32/Makefile"
25284 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25285 odbc32"
25286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25287 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25288 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25290 ALL_MAKEFILES="$ALL_MAKEFILES \\
25291 dlls/odbccp32/Makefile"
25292 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25293 odbccp32"
25294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25295 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25296 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25298 ALL_MAKEFILES="$ALL_MAKEFILES \\
25299 dlls/odbccp32/tests/Makefile"
25300 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25301 odbccp32/tests"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25304 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307 dlls/ole2.dll16/Makefile"
25308 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25309 ole2.dll16"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25312 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315 dlls/ole2conv.dll16/Makefile"
25316 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25317 ole2conv.dll16"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25320 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323 dlls/ole2disp.dll16/Makefile"
25324 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25325 ole2disp.dll16"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25328 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331 dlls/ole2nls.dll16/Makefile"
25332 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25333 ole2nls.dll16"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25336 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339 dlls/ole2prox.dll16/Makefile"
25340 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25341 ole2prox.dll16"
25342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25343 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25344 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25346 ALL_MAKEFILES="$ALL_MAKEFILES \\
25347 dlls/ole2thk.dll16/Makefile"
25348 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25349 ole2thk.dll16"
25350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25351 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25352 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25354 ALL_MAKEFILES="$ALL_MAKEFILES \\
25355 dlls/ole32/Makefile"
25356 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25357 ole32"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25360 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363 dlls/ole32/tests/Makefile"
25364 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25365 ole32/tests"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25368 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371 dlls/oleacc/Makefile"
25372 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25373 oleacc"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25376 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379 dlls/oleacc/tests/Makefile"
25380 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25381 oleacc/tests"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25384 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387 dlls/oleaut32/Makefile"
25388 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25389 oleaut32"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25392 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395 dlls/oleaut32/tests/Makefile"
25396 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25397 oleaut32/tests"
25398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25399 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25400 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25402 ALL_MAKEFILES="$ALL_MAKEFILES \\
25403 dlls/olecli.dll16/Makefile"
25404 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25405 olecli.dll16"
25406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25407 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25408 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25410 ALL_MAKEFILES="$ALL_MAKEFILES \\
25411 dlls/olecli32/Makefile"
25412 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25413 olecli32"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25416 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419 dlls/oledlg/Makefile"
25420 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25421 oledlg"
25422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25423 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25424 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25426 ALL_MAKEFILES="$ALL_MAKEFILES \\
25427 dlls/olepro32/Makefile"
25428 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25429 olepro32"
25430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25431 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25432 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25434 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435 dlls/olesvr.dll16/Makefile"
25436 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25437 olesvr.dll16"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25440 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443 dlls/olesvr32/Makefile"
25444 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25445 olesvr32"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25448 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451 dlls/olethk32/Makefile"
25452 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25453 olethk32"
25454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25455 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25456 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25458 ALL_MAKEFILES="$ALL_MAKEFILES \\
25459 dlls/opengl32/Makefile"
25460 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25461 opengl32"
25462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25463 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25464 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25466 ALL_MAKEFILES="$ALL_MAKEFILES \\
25467 dlls/opengl32/tests/Makefile"
25468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25469 opengl32/tests"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25472 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475 dlls/pdh/Makefile"
25476 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25477 pdh"
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25480 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483 dlls/pdh/tests/Makefile"
25484 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25485 pdh/tests"
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25488 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491 dlls/pidgen/Makefile"
25492 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25493 pidgen"
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25496 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499 dlls/powrprof/Makefile"
25500 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25501 powrprof"
25502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25503 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25504 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25506 ALL_MAKEFILES="$ALL_MAKEFILES \\
25507 dlls/printui/Makefile"
25508 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25509 printui"
25510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25511 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25512 ac_config_files="$ac_config_files dlls/printui/Makefile"
25514 ALL_MAKEFILES="$ALL_MAKEFILES \\
25515 dlls/propsys/Makefile"
25516 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25517 propsys"
25518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25519 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25520 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25522 ALL_MAKEFILES="$ALL_MAKEFILES \\
25523 dlls/psapi/Makefile"
25524 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25525 psapi"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25528 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531 dlls/psapi/tests/Makefile"
25532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25533 psapi/tests"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25536 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539 dlls/pstorec/Makefile"
25540 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25541 pstorec"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25544 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547 dlls/qcap/Makefile"
25548 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25549 qcap"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25552 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555 dlls/qedit/Makefile"
25556 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25557 qedit"
25558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25559 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25560 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25562 ALL_MAKEFILES="$ALL_MAKEFILES \\
25563 dlls/qedit/tests/Makefile"
25564 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25565 qedit/tests"
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25568 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571 dlls/qmgr/Makefile"
25572 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25573 qmgr"
25574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25575 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25576 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25578 ALL_MAKEFILES="$ALL_MAKEFILES \\
25579 dlls/qmgr/tests/Makefile"
25580 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25581 qmgr/tests"
25582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25583 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25584 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25586 ALL_MAKEFILES="$ALL_MAKEFILES \\
25587 dlls/qmgrprxy/Makefile"
25588 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25589 qmgrprxy"
25590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25591 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25592 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25594 ALL_MAKEFILES="$ALL_MAKEFILES \\
25595 dlls/quartz/Makefile"
25596 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25597 quartz"
25598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25599 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25600 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25602 ALL_MAKEFILES="$ALL_MAKEFILES \\
25603 dlls/quartz/tests/Makefile"
25604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25605 quartz/tests"
25606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25607 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25608 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25610 ALL_MAKEFILES="$ALL_MAKEFILES \\
25611 dlls/query/Makefile"
25612 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25613 query"
25614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25615 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25616 ac_config_files="$ac_config_files dlls/query/Makefile"
25618 ALL_MAKEFILES="$ALL_MAKEFILES \\
25619 dlls/rasapi16.dll16/Makefile"
25620 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25621 rasapi16.dll16"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25624 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627 dlls/rasapi32/Makefile"
25628 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25629 rasapi32"
25630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25631 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25632 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25634 ALL_MAKEFILES="$ALL_MAKEFILES \\
25635 dlls/rasapi32/tests/Makefile"
25636 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25637 rasapi32/tests"
25638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25639 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25640 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25642 ALL_MAKEFILES="$ALL_MAKEFILES \\
25643 dlls/rasdlg/Makefile"
25644 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25645 rasdlg"
25646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25647 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25648 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25650 ALL_MAKEFILES="$ALL_MAKEFILES \\
25651 dlls/resutils/Makefile"
25652 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25653 resutils"
25654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25655 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25656 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25658 ALL_MAKEFILES="$ALL_MAKEFILES \\
25659 dlls/riched20/Makefile"
25660 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25661 riched20"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25664 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25666 ALL_MAKEFILES="$ALL_MAKEFILES \\
25667 dlls/riched20/tests/Makefile"
25668 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25669 riched20/tests"
25670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25671 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25672 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25674 ALL_MAKEFILES="$ALL_MAKEFILES \\
25675 dlls/riched32/Makefile"
25676 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25677 riched32"
25678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25679 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25680 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25682 ALL_MAKEFILES="$ALL_MAKEFILES \\
25683 dlls/riched32/tests/Makefile"
25684 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25685 riched32/tests"
25686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25687 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25688 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25690 ALL_MAKEFILES="$ALL_MAKEFILES \\
25691 dlls/rpcrt4/Makefile"
25692 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25693 rpcrt4"
25694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25695 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25696 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25698 ALL_MAKEFILES="$ALL_MAKEFILES \\
25699 dlls/rpcrt4/tests/Makefile"
25700 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25701 rpcrt4/tests"
25702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25703 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25704 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25706 ALL_MAKEFILES="$ALL_MAKEFILES \\
25707 dlls/rsabase/Makefile"
25708 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25709 rsabase"
25710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25711 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25712 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25714 ALL_MAKEFILES="$ALL_MAKEFILES \\
25715 dlls/rsaenh/Makefile"
25716 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25717 rsaenh"
25718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25719 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25720 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25722 ALL_MAKEFILES="$ALL_MAKEFILES \\
25723 dlls/rsaenh/tests/Makefile"
25724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25725 rsaenh/tests"
25726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25727 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25728 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25730 ALL_MAKEFILES="$ALL_MAKEFILES \\
25731 dlls/sane.ds/Makefile"
25732 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25733 sane.ds"
25734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25735 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25736 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25738 ALL_MAKEFILES="$ALL_MAKEFILES \\
25739 dlls/sccbase/Makefile"
25740 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25741 sccbase"
25742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25743 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25744 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25746 ALL_MAKEFILES="$ALL_MAKEFILES \\
25747 dlls/schannel/Makefile"
25748 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25749 schannel"
25750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25751 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25752 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25754 ALL_MAKEFILES="$ALL_MAKEFILES \\
25755 dlls/schannel/tests/Makefile"
25756 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25757 schannel/tests"
25758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25759 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25760 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25762 ALL_MAKEFILES="$ALL_MAKEFILES \\
25763 dlls/secur32/Makefile"
25764 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25765 secur32"
25766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25767 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25768 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25770 ALL_MAKEFILES="$ALL_MAKEFILES \\
25771 dlls/secur32/tests/Makefile"
25772 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25773 secur32/tests"
25774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25775 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25776 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25778 ALL_MAKEFILES="$ALL_MAKEFILES \\
25779 dlls/security/Makefile"
25780 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25781 security"
25782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25783 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25784 ac_config_files="$ac_config_files dlls/security/Makefile"
25786 ALL_MAKEFILES="$ALL_MAKEFILES \\
25787 dlls/sensapi/Makefile"
25788 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25789 sensapi"
25790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25791 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25792 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25794 ALL_MAKEFILES="$ALL_MAKEFILES \\
25795 dlls/serialui/Makefile"
25796 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25797 serialui"
25798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25799 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25800 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25802 ALL_MAKEFILES="$ALL_MAKEFILES \\
25803 dlls/serialui/tests/Makefile"
25804 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25805 serialui/tests"
25806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25807 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25808 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25810 ALL_MAKEFILES="$ALL_MAKEFILES \\
25811 dlls/setupapi/Makefile"
25812 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25813 setupapi"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25816 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819 dlls/setupapi/tests/Makefile"
25820 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25821 setupapi/tests"
25822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25823 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25824 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25826 ALL_MAKEFILES="$ALL_MAKEFILES \\
25827 dlls/sfc/Makefile"
25828 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25829 sfc"
25830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25831 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25832 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25834 ALL_MAKEFILES="$ALL_MAKEFILES \\
25835 dlls/sfc_os/Makefile"
25836 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25837 sfc_os"
25838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25839 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25840 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25842 ALL_MAKEFILES="$ALL_MAKEFILES \\
25843 dlls/shdoclc/Makefile"
25844 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25845 shdoclc"
25846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25847 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25848 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25850 ALL_MAKEFILES="$ALL_MAKEFILES \\
25851 dlls/shdocvw/Makefile"
25852 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25853 shdocvw"
25854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25855 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25856 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25858 ALL_MAKEFILES="$ALL_MAKEFILES \\
25859 dlls/shdocvw/tests/Makefile"
25860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25861 shdocvw/tests"
25862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25863 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25864 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25866 ALL_MAKEFILES="$ALL_MAKEFILES \\
25867 dlls/shell.dll16/Makefile"
25868 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25869 shell.dll16"
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
25872 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875 dlls/shell32/Makefile"
25876 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25877 shell32"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25880 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883 dlls/shell32/tests/Makefile"
25884 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25885 shell32/tests"
25886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25887 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25888 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25890 ALL_MAKEFILES="$ALL_MAKEFILES \\
25891 dlls/shfolder/Makefile"
25892 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25893 shfolder"
25894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25895 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25896 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25898 ALL_MAKEFILES="$ALL_MAKEFILES \\
25899 dlls/shlwapi/Makefile"
25900 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25901 shlwapi"
25902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25903 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25904 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25906 ALL_MAKEFILES="$ALL_MAKEFILES \\
25907 dlls/shlwapi/tests/Makefile"
25908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25909 shlwapi/tests"
25910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25911 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25912 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25914 ALL_MAKEFILES="$ALL_MAKEFILES \\
25915 dlls/slbcsp/Makefile"
25916 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25917 slbcsp"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25920 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923 dlls/slc/Makefile"
25924 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25925 slc"
25926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25927 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25928 ac_config_files="$ac_config_files dlls/slc/Makefile"
25930 ALL_MAKEFILES="$ALL_MAKEFILES \\
25931 dlls/snmpapi/Makefile"
25932 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25933 snmpapi"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25936 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939 dlls/snmpapi/tests/Makefile"
25940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25941 snmpapi/tests"
25942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25943 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25944 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25946 ALL_MAKEFILES="$ALL_MAKEFILES \\
25947 dlls/softpub/Makefile"
25948 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25949 softpub"
25950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25951 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25952 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25954 ALL_MAKEFILES="$ALL_MAKEFILES \\
25955 dlls/sound.drv16/Makefile"
25956 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25957 sound.drv16"
25958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25959 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
25960 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
25962 ALL_MAKEFILES="$ALL_MAKEFILES \\
25963 dlls/spoolss/Makefile"
25964 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25965 spoolss"
25966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25967 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25968 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25970 ALL_MAKEFILES="$ALL_MAKEFILES \\
25971 dlls/spoolss/tests/Makefile"
25972 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25973 spoolss/tests"
25974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25975 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25976 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25978 ALL_MAKEFILES="$ALL_MAKEFILES \\
25979 dlls/stdole2.tlb/Makefile"
25980 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25981 stdole2.tlb"
25982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25983 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25984 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25986 ALL_MAKEFILES="$ALL_MAKEFILES \\
25987 dlls/stdole32.tlb/Makefile"
25988 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25989 stdole32.tlb"
25990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25991 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25992 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25994 ALL_MAKEFILES="$ALL_MAKEFILES \\
25995 dlls/sti/Makefile"
25996 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25997 sti"
25998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25999 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26000 ac_config_files="$ac_config_files dlls/sti/Makefile"
26002 ALL_MAKEFILES="$ALL_MAKEFILES \\
26003 dlls/storage.dll16/Makefile"
26004 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26005 storage.dll16"
26006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26007 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26008 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26010 ALL_MAKEFILES="$ALL_MAKEFILES \\
26011 dlls/stress.dll16/Makefile"
26012 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26013 stress.dll16"
26014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26015 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26016 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26018 ALL_MAKEFILES="$ALL_MAKEFILES \\
26019 dlls/strmiids/Makefile"
26020 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26021 strmiids"
26022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26023 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26024 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26026 ALL_MAKEFILES="$ALL_MAKEFILES \\
26027 dlls/svrapi/Makefile"
26028 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26029 svrapi"
26030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26031 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26032 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26034 ALL_MAKEFILES="$ALL_MAKEFILES \\
26035 dlls/sxs/Makefile"
26036 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26037 sxs"
26038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26039 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26040 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26042 ALL_MAKEFILES="$ALL_MAKEFILES \\
26043 dlls/t2embed/Makefile"
26044 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26045 t2embed"
26046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26047 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
26048 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
26050 ALL_MAKEFILES="$ALL_MAKEFILES \\
26051 dlls/tapi32/Makefile"
26052 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26053 tapi32"
26054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26055 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26056 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26058 ALL_MAKEFILES="$ALL_MAKEFILES \\
26059 dlls/traffic/Makefile"
26060 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26061 traffic"
26062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26063 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26064 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26066 ALL_MAKEFILES="$ALL_MAKEFILES \\
26067 dlls/twain.dll16/Makefile"
26068 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26069 twain.dll16"
26070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26071 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
26072 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
26074 ALL_MAKEFILES="$ALL_MAKEFILES \\
26075 dlls/twain_32/Makefile"
26076 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26077 twain_32"
26078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26079 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26080 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26082 ALL_MAKEFILES="$ALL_MAKEFILES \\
26083 dlls/twain_32/tests/Makefile"
26084 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26085 twain_32/tests"
26086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26087 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26088 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26090 ALL_MAKEFILES="$ALL_MAKEFILES \\
26091 dlls/typelib.dll16/Makefile"
26092 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26093 typelib.dll16"
26094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26095 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
26096 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
26098 ALL_MAKEFILES="$ALL_MAKEFILES \\
26099 dlls/unicows/Makefile"
26100 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26101 unicows"
26102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26103 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26104 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26106 ALL_MAKEFILES="$ALL_MAKEFILES \\
26107 dlls/updspapi/Makefile"
26108 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26109 updspapi"
26110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26111 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26112 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26114 ALL_MAKEFILES="$ALL_MAKEFILES \\
26115 dlls/url/Makefile"
26116 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26117 url"
26118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26119 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26120 ac_config_files="$ac_config_files dlls/url/Makefile"
26122 ALL_MAKEFILES="$ALL_MAKEFILES \\
26123 dlls/urlmon/Makefile"
26124 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26125 urlmon"
26126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26127 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26128 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26130 ALL_MAKEFILES="$ALL_MAKEFILES \\
26131 dlls/urlmon/tests/Makefile"
26132 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26133 urlmon/tests"
26134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26135 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26136 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26138 ALL_MAKEFILES="$ALL_MAKEFILES \\
26139 dlls/user32/Makefile"
26140 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26141 user32"
26142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26143 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26144 ac_config_files="$ac_config_files dlls/user32/Makefile"
26146 ALL_MAKEFILES="$ALL_MAKEFILES \\
26147 dlls/user32/tests/Makefile"
26148 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26149 user32/tests"
26150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26151 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26152 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26154 ALL_MAKEFILES="$ALL_MAKEFILES \\
26155 dlls/userenv/Makefile"
26156 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26157 userenv"
26158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26159 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26160 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26162 ALL_MAKEFILES="$ALL_MAKEFILES \\
26163 dlls/userenv/tests/Makefile"
26164 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26165 userenv/tests"
26166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26167 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26168 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26170 ALL_MAKEFILES="$ALL_MAKEFILES \\
26171 dlls/usp10/Makefile"
26172 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26173 usp10"
26174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26175 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26176 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26178 ALL_MAKEFILES="$ALL_MAKEFILES \\
26179 dlls/usp10/tests/Makefile"
26180 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26181 usp10/tests"
26182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26183 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26184 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26186 ALL_MAKEFILES="$ALL_MAKEFILES \\
26187 dlls/uuid/Makefile"
26188 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26189 uuid"
26190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26191 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26192 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26194 ALL_MAKEFILES="$ALL_MAKEFILES \\
26195 dlls/uxtheme/Makefile"
26196 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26197 uxtheme"
26198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26199 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26200 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26202 ALL_MAKEFILES="$ALL_MAKEFILES \\
26203 dlls/uxtheme/tests/Makefile"
26204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26205 uxtheme/tests"
26206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26207 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26208 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26210 ALL_MAKEFILES="$ALL_MAKEFILES \\
26211 dlls/vdhcp.vxd/Makefile"
26212 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26213 vdhcp.vxd"
26214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26215 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26216 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26218 ALL_MAKEFILES="$ALL_MAKEFILES \\
26219 dlls/vdmdbg/Makefile"
26220 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26221 vdmdbg"
26222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26223 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26224 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26226 ALL_MAKEFILES="$ALL_MAKEFILES \\
26227 dlls/version/Makefile"
26228 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26229 version"
26230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26231 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26232 ac_config_files="$ac_config_files dlls/version/Makefile"
26234 ALL_MAKEFILES="$ALL_MAKEFILES \\
26235 dlls/version/tests/Makefile"
26236 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26237 version/tests"
26238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26239 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26240 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26242 ALL_MAKEFILES="$ALL_MAKEFILES \\
26243 dlls/vmm.vxd/Makefile"
26244 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26245 vmm.vxd"
26246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26247 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26248 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26250 ALL_MAKEFILES="$ALL_MAKEFILES \\
26251 dlls/vnbt.vxd/Makefile"
26252 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26253 vnbt.vxd"
26254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26255 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26256 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26258 ALL_MAKEFILES="$ALL_MAKEFILES \\
26259 dlls/vnetbios.vxd/Makefile"
26260 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26261 vnetbios.vxd"
26262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26263 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26264 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26266 ALL_MAKEFILES="$ALL_MAKEFILES \\
26267 dlls/vtdapi.vxd/Makefile"
26268 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26269 vtdapi.vxd"
26270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26271 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26272 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26274 ALL_MAKEFILES="$ALL_MAKEFILES \\
26275 dlls/vwin32.vxd/Makefile"
26276 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26277 vwin32.vxd"
26278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26279 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26280 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26282 ALL_MAKEFILES="$ALL_MAKEFILES \\
26283 dlls/w32skrnl/Makefile"
26284 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26285 w32skrnl"
26286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26287 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26288 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26290 ALL_MAKEFILES="$ALL_MAKEFILES \\
26291 dlls/w32sys.dll16/Makefile"
26292 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26293 w32sys.dll16"
26294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26295 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26296 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
26298 ALL_MAKEFILES="$ALL_MAKEFILES \\
26299 dlls/wbemprox/Makefile"
26300 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26301 wbemprox"
26302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26303 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
26304 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
26306 ALL_MAKEFILES="$ALL_MAKEFILES \\
26307 dlls/win32s16.dll16/Makefile"
26308 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26309 win32s16.dll16"
26310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26311 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26312 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
26314 ALL_MAKEFILES="$ALL_MAKEFILES \\
26315 dlls/win87em.dll16/Makefile"
26316 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26317 win87em.dll16"
26318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26319 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26320 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26322 ALL_MAKEFILES="$ALL_MAKEFILES \\
26323 dlls/winaspi.dll16/Makefile"
26324 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26325 winaspi.dll16"
26326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26327 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26328 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
26330 ALL_MAKEFILES="$ALL_MAKEFILES \\
26331 dlls/windebug.dll16/Makefile"
26332 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26333 windebug.dll16"
26334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26335 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26336 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26338 ALL_MAKEFILES="$ALL_MAKEFILES \\
26339 dlls/windowscodecs/Makefile"
26340 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26341 windowscodecs"
26342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26343 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
26344 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
26346 ALL_MAKEFILES="$ALL_MAKEFILES \\
26347 dlls/winealsa.drv/Makefile"
26348 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26349 winealsa.drv"
26350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26351 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26352 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26354 ALL_MAKEFILES="$ALL_MAKEFILES \\
26355 dlls/wineaudioio.drv/Makefile"
26356 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26357 wineaudioio.drv"
26358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26359 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26360 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26362 ALL_MAKEFILES="$ALL_MAKEFILES \\
26363 dlls/winecoreaudio.drv/Makefile"
26364 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26365 winecoreaudio.drv"
26366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26367 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26368 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26370 ALL_MAKEFILES="$ALL_MAKEFILES \\
26371 dlls/winecrt0/Makefile"
26372 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26373 winecrt0"
26374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26375 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26376 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26378 ALL_MAKEFILES="$ALL_MAKEFILES \\
26379 dlls/wined3d/Makefile"
26380 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26381 wined3d"
26382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26383 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26384 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26386 ALL_MAKEFILES="$ALL_MAKEFILES \\
26387 dlls/winedos/Makefile"
26388 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26389 winedos"
26390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26391 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26392 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26394 ALL_MAKEFILES="$ALL_MAKEFILES \\
26395 dlls/wineesd.drv/Makefile"
26396 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26397 wineesd.drv"
26398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26399 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26400 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26402 ALL_MAKEFILES="$ALL_MAKEFILES \\
26403 dlls/winejack.drv/Makefile"
26404 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26405 winejack.drv"
26406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26407 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26408 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26410 ALL_MAKEFILES="$ALL_MAKEFILES \\
26411 dlls/winejoystick.drv/Makefile"
26412 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26413 winejoystick.drv"
26414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26415 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26416 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26418 ALL_MAKEFILES="$ALL_MAKEFILES \\
26419 dlls/winemp3.acm/Makefile"
26420 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26421 winemp3.acm"
26422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26423 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26424 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26426 ALL_MAKEFILES="$ALL_MAKEFILES \\
26427 dlls/winenas.drv/Makefile"
26428 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26429 winenas.drv"
26430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26431 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26432 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26434 ALL_MAKEFILES="$ALL_MAKEFILES \\
26435 dlls/wineoss.drv/Makefile"
26436 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26437 wineoss.drv"
26438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26439 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26440 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26442 ALL_MAKEFILES="$ALL_MAKEFILES \\
26443 dlls/wineps.drv/Makefile"
26444 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26445 wineps.drv"
26446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26447 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26448 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26450 ALL_MAKEFILES="$ALL_MAKEFILES \\
26451 dlls/winepulse.drv/Makefile"
26452 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26453 winepulse.drv"
26454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26455 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26456 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26458 ALL_MAKEFILES="$ALL_MAKEFILES \\
26459 dlls/winequartz.drv/Makefile"
26460 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26461 winequartz.drv"
26462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26463 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26464 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26466 ALL_MAKEFILES="$ALL_MAKEFILES \\
26467 dlls/winex11.drv/Makefile"
26468 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26469 winex11.drv"
26470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26471 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26472 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26474 ALL_MAKEFILES="$ALL_MAKEFILES \\
26475 dlls/wing32/Makefile"
26476 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26477 wing32"
26478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26479 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26480 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26482 ALL_MAKEFILES="$ALL_MAKEFILES \\
26483 dlls/winhttp/Makefile"
26484 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26485 winhttp"
26486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26487 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26488 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26490 ALL_MAKEFILES="$ALL_MAKEFILES \\
26491 dlls/winhttp/tests/Makefile"
26492 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26493 winhttp/tests"
26494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26495 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26496 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26498 ALL_MAKEFILES="$ALL_MAKEFILES \\
26499 dlls/wininet/Makefile"
26500 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26501 wininet"
26502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26503 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26504 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26506 ALL_MAKEFILES="$ALL_MAKEFILES \\
26507 dlls/wininet/tests/Makefile"
26508 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26509 wininet/tests"
26510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26511 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26512 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26514 ALL_MAKEFILES="$ALL_MAKEFILES \\
26515 dlls/winmm/Makefile"
26516 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26517 winmm"
26518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26519 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26520 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26522 ALL_MAKEFILES="$ALL_MAKEFILES \\
26523 dlls/winmm/tests/Makefile"
26524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26525 winmm/tests"
26526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26527 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26528 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26530 ALL_MAKEFILES="$ALL_MAKEFILES \\
26531 dlls/winnls.dll16/Makefile"
26532 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26533 winnls.dll16"
26534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26535 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26536 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
26538 ALL_MAKEFILES="$ALL_MAKEFILES \\
26539 dlls/winnls32/Makefile"
26540 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26541 winnls32"
26542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26543 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26544 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26546 ALL_MAKEFILES="$ALL_MAKEFILES \\
26547 dlls/winscard/Makefile"
26548 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26549 winscard"
26550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26551 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26552 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26554 ALL_MAKEFILES="$ALL_MAKEFILES \\
26555 dlls/winspool.drv/Makefile"
26556 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26557 winspool.drv"
26558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26559 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26560 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26562 ALL_MAKEFILES="$ALL_MAKEFILES \\
26563 dlls/winspool.drv/tests/Makefile"
26564 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26565 winspool.drv/tests"
26566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26567 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26568 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26570 ALL_MAKEFILES="$ALL_MAKEFILES \\
26571 dlls/wintab.dll16/Makefile"
26572 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26573 wintab.dll16"
26574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26575 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26576 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
26578 ALL_MAKEFILES="$ALL_MAKEFILES \\
26579 dlls/wintab32/Makefile"
26580 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26581 wintab32"
26582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26583 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26584 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26586 ALL_MAKEFILES="$ALL_MAKEFILES \\
26587 dlls/wintrust/Makefile"
26588 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26589 wintrust"
26590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26591 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26592 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26594 ALL_MAKEFILES="$ALL_MAKEFILES \\
26595 dlls/wintrust/tests/Makefile"
26596 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26597 wintrust/tests"
26598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26599 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26600 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26602 ALL_MAKEFILES="$ALL_MAKEFILES \\
26603 dlls/wldap32/Makefile"
26604 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26605 wldap32"
26606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26607 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26608 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26610 ALL_MAKEFILES="$ALL_MAKEFILES \\
26611 dlls/wldap32/tests/Makefile"
26612 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26613 wldap32/tests"
26614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26615 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26616 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26618 ALL_MAKEFILES="$ALL_MAKEFILES \\
26619 dlls/wmi/Makefile"
26620 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26621 wmi"
26622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26623 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26624 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26626 ALL_MAKEFILES="$ALL_MAKEFILES \\
26627 dlls/wnaspi32/Makefile"
26628 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26629 wnaspi32"
26630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26631 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26632 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26634 ALL_MAKEFILES="$ALL_MAKEFILES \\
26635 dlls/wow32/Makefile"
26636 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26637 wow32"
26638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26639 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26640 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26642 ALL_MAKEFILES="$ALL_MAKEFILES \\
26643 dlls/ws2_32/Makefile"
26644 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26645 ws2_32"
26646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26647 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26648 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26650 ALL_MAKEFILES="$ALL_MAKEFILES \\
26651 dlls/ws2_32/tests/Makefile"
26652 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26653 ws2_32/tests"
26654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26655 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26656 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26658 ALL_MAKEFILES="$ALL_MAKEFILES \\
26659 dlls/wsock32/Makefile"
26660 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26661 wsock32"
26662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26663 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26664 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26666 ALL_MAKEFILES="$ALL_MAKEFILES \\
26667 dlls/wtsapi32/Makefile"
26668 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26669 wtsapi32"
26670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26671 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26672 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26674 ALL_MAKEFILES="$ALL_MAKEFILES \\
26675 dlls/wuapi/Makefile"
26676 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26677 wuapi"
26678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26679 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26680 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26682 ALL_MAKEFILES="$ALL_MAKEFILES \\
26683 dlls/xinput1_1/Makefile"
26684 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26685 xinput1_1"
26686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26687 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26688 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26690 ALL_MAKEFILES="$ALL_MAKEFILES \\
26691 dlls/xinput1_2/Makefile"
26692 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26693 xinput1_2"
26694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26695 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26696 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26698 ALL_MAKEFILES="$ALL_MAKEFILES \\
26699 dlls/xinput1_3/Makefile"
26700 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26701 xinput1_3"
26702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26703 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26704 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26706 ALL_MAKEFILES="$ALL_MAKEFILES \\
26707 dlls/xinput1_3/tests/Makefile"
26708 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26709 xinput1_3/tests"
26710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26711 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26712 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26714 ALL_MAKEFILES="$ALL_MAKEFILES \\
26715 dlls/xinput9_1_0/Makefile"
26716 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26717 xinput9_1_0"
26718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26719 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26720 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26722 ALL_MAKEFILES="$ALL_MAKEFILES \\
26723 dlls/xmllite/Makefile"
26724 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26725 xmllite"
26726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26727 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
26728 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
26730 ALL_MAKEFILES="$ALL_MAKEFILES \\
26731 documentation/Makefile"
26732 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26733 documentation"
26734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26735 documentation/Makefile: documentation/Makefile.in Make.rules"
26736 ac_config_files="$ac_config_files documentation/Makefile"
26738 ALL_MAKEFILES="$ALL_MAKEFILES \\
26739 fonts/Makefile"
26740 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26741 fonts"
26742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26743 fonts/Makefile: fonts/Makefile.in Make.rules"
26744 ac_config_files="$ac_config_files fonts/Makefile"
26746 ALL_MAKEFILES="$ALL_MAKEFILES \\
26747 include/Makefile"
26748 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26749 include"
26750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26751 include/Makefile: include/Makefile.in Make.rules"
26752 ac_config_files="$ac_config_files include/Makefile"
26754 ALL_MAKEFILES="$ALL_MAKEFILES \\
26755 libs/Makefile"
26756 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26757 libs"
26758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26759 libs/Makefile: libs/Makefile.in Make.rules"
26760 ac_config_files="$ac_config_files libs/Makefile"
26762 ALL_MAKEFILES="$ALL_MAKEFILES \\
26763 libs/port/Makefile"
26765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26766 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26767 ac_config_files="$ac_config_files libs/port/Makefile"
26769 ALL_MAKEFILES="$ALL_MAKEFILES \\
26770 libs/wine/Makefile"
26772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26773 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26774 ac_config_files="$ac_config_files libs/wine/Makefile"
26776 ALL_MAKEFILES="$ALL_MAKEFILES \\
26777 libs/wpp/Makefile"
26779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26780 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26781 ac_config_files="$ac_config_files libs/wpp/Makefile"
26783 ALL_MAKEFILES="$ALL_MAKEFILES \\
26784 loader/Makefile"
26785 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26786 loader"
26787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26788 loader/Makefile: loader/Makefile.in Make.rules"
26789 ac_config_files="$ac_config_files loader/Makefile"
26791 ALL_MAKEFILES="$ALL_MAKEFILES \\
26792 programs/Makefile"
26793 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26794 programs"
26795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26796 programs/Makefile: programs/Makefile.in Make.rules"
26797 ac_config_files="$ac_config_files programs/Makefile"
26799 ALL_MAKEFILES="$ALL_MAKEFILES \\
26800 programs/cacls/Makefile"
26801 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26802 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26803 cacls"
26804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26805 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26806 ac_config_files="$ac_config_files programs/cacls/Makefile"
26808 ALL_MAKEFILES="$ALL_MAKEFILES \\
26809 programs/clock/Makefile"
26810 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26811 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26812 clock"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26815 ac_config_files="$ac_config_files programs/clock/Makefile"
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818 programs/cmd/Makefile"
26819 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26820 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26821 cmd"
26822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26823 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26824 ac_config_files="$ac_config_files programs/cmd/Makefile"
26826 ALL_MAKEFILES="$ALL_MAKEFILES \\
26827 programs/cmdlgtst/Makefile"
26828 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26829 cmdlgtst"
26830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26831 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26832 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26834 ALL_MAKEFILES="$ALL_MAKEFILES \\
26835 programs/control/Makefile"
26836 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26837 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26838 control"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26841 ac_config_files="$ac_config_files programs/control/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 programs/eject/Makefile"
26845 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26846 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26847 eject"
26848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26849 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26850 ac_config_files="$ac_config_files programs/eject/Makefile"
26852 ALL_MAKEFILES="$ALL_MAKEFILES \\
26853 programs/expand/Makefile"
26854 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26855 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26856 expand"
26857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26858 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26859 ac_config_files="$ac_config_files programs/expand/Makefile"
26861 ALL_MAKEFILES="$ALL_MAKEFILES \\
26862 programs/explorer/Makefile"
26863 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26864 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26865 explorer"
26866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26867 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26868 ac_config_files="$ac_config_files programs/explorer/Makefile"
26870 ALL_MAKEFILES="$ALL_MAKEFILES \\
26871 programs/hh/Makefile"
26872 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26873 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26876 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26877 ac_config_files="$ac_config_files programs/hh/Makefile"
26879 ALL_MAKEFILES="$ALL_MAKEFILES \\
26880 programs/icinfo/Makefile"
26881 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26882 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26883 icinfo"
26884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26885 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26886 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26888 ALL_MAKEFILES="$ALL_MAKEFILES \\
26889 programs/iexplore/Makefile"
26890 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26891 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26892 iexplore"
26893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26894 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26895 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26897 ALL_MAKEFILES="$ALL_MAKEFILES \\
26898 programs/lodctr/Makefile"
26899 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26900 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26901 lodctr"
26902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26903 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26904 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26906 ALL_MAKEFILES="$ALL_MAKEFILES \\
26907 programs/msiexec/Makefile"
26908 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26909 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26910 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26911 msiexec"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26914 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917 programs/net/Makefile"
26918 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26919 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26920 net"
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26923 ac_config_files="$ac_config_files programs/net/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 programs/notepad/Makefile"
26927 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26928 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26929 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26930 notepad"
26931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26932 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26933 ac_config_files="$ac_config_files programs/notepad/Makefile"
26935 ALL_MAKEFILES="$ALL_MAKEFILES \\
26936 programs/oleview/Makefile"
26937 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26938 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26939 oleview"
26940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26941 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26942 ac_config_files="$ac_config_files programs/oleview/Makefile"
26944 ALL_MAKEFILES="$ALL_MAKEFILES \\
26945 programs/progman/Makefile"
26946 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26947 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26948 progman"
26949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26950 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26951 ac_config_files="$ac_config_files programs/progman/Makefile"
26953 ALL_MAKEFILES="$ALL_MAKEFILES \\
26954 programs/reg/Makefile"
26955 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26956 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26957 reg"
26958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26959 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26960 ac_config_files="$ac_config_files programs/reg/Makefile"
26962 ALL_MAKEFILES="$ALL_MAKEFILES \\
26963 programs/regedit/Makefile"
26964 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26965 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26966 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26967 regedit"
26968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26969 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26970 ac_config_files="$ac_config_files programs/regedit/Makefile"
26972 ALL_MAKEFILES="$ALL_MAKEFILES \\
26973 programs/regsvr32/Makefile"
26974 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26975 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26976 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26977 regsvr32"
26978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26979 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26980 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26982 ALL_MAKEFILES="$ALL_MAKEFILES \\
26983 programs/rpcss/Makefile"
26984 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26985 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26986 rpcss"
26987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26988 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26989 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26991 ALL_MAKEFILES="$ALL_MAKEFILES \\
26992 programs/rundll32/Makefile"
26993 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26994 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26995 rundll32"
26996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26997 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26998 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27000 ALL_MAKEFILES="$ALL_MAKEFILES \\
27001 programs/secedit/Makefile"
27002 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27003 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27004 secedit"
27005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27006 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27007 ac_config_files="$ac_config_files programs/secedit/Makefile"
27009 ALL_MAKEFILES="$ALL_MAKEFILES \\
27010 programs/services/Makefile"
27011 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27012 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27013 services"
27014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27015 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27016 ac_config_files="$ac_config_files programs/services/Makefile"
27018 ALL_MAKEFILES="$ALL_MAKEFILES \\
27019 programs/spoolsv/Makefile"
27020 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27021 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27022 spoolsv"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27025 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 programs/start/Makefile"
27029 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27030 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27031 start"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27034 ac_config_files="$ac_config_files programs/start/Makefile"
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037 programs/svchost/Makefile"
27038 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27039 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27040 svchost"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27043 ac_config_files="$ac_config_files programs/svchost/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 programs/taskmgr/Makefile"
27047 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27048 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27049 taskmgr"
27050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27051 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27052 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27054 ALL_MAKEFILES="$ALL_MAKEFILES \\
27055 programs/termsv/Makefile"
27056 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27057 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27058 termsv"
27059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27060 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
27061 ac_config_files="$ac_config_files programs/termsv/Makefile"
27063 ALL_MAKEFILES="$ALL_MAKEFILES \\
27064 programs/uninstaller/Makefile"
27065 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27066 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27067 uninstaller"
27068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27069 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27070 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27072 ALL_MAKEFILES="$ALL_MAKEFILES \\
27073 programs/unlodctr/Makefile"
27074 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27075 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27076 unlodctr"
27077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27078 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27079 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27081 ALL_MAKEFILES="$ALL_MAKEFILES \\
27082 programs/view/Makefile"
27083 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27084 view"
27085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27086 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27087 ac_config_files="$ac_config_files programs/view/Makefile"
27089 ALL_MAKEFILES="$ALL_MAKEFILES \\
27090 programs/wineboot/Makefile"
27091 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27092 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27093 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27094 wineboot"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27097 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 programs/winebrowser/Makefile"
27101 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27102 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27103 winebrowser"
27104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27105 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27106 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27108 ALL_MAKEFILES="$ALL_MAKEFILES \\
27109 programs/winecfg/Makefile"
27110 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27111 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27112 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27113 winecfg"
27114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27115 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27116 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27118 ALL_MAKEFILES="$ALL_MAKEFILES \\
27119 programs/wineconsole/Makefile"
27120 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27121 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27122 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27123 wineconsole"
27124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27125 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27126 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27128 ALL_MAKEFILES="$ALL_MAKEFILES \\
27129 programs/winedbg/Makefile"
27130 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27131 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27132 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27133 winedbg"
27134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27135 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27136 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27138 ALL_MAKEFILES="$ALL_MAKEFILES \\
27139 programs/winedevice/Makefile"
27140 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27141 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27142 winedevice"
27143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27144 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27145 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27147 ALL_MAKEFILES="$ALL_MAKEFILES \\
27148 programs/winefile/Makefile"
27149 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27150 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27151 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27152 winefile"
27153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27154 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27155 ac_config_files="$ac_config_files programs/winefile/Makefile"
27157 ALL_MAKEFILES="$ALL_MAKEFILES \\
27158 programs/winemenubuilder/Makefile"
27159 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27160 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27161 winemenubuilder"
27162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27163 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27164 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27166 ALL_MAKEFILES="$ALL_MAKEFILES \\
27167 programs/winemine/Makefile"
27168 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27169 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27170 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27171 winemine"
27172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27173 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27174 ac_config_files="$ac_config_files programs/winemine/Makefile"
27176 ALL_MAKEFILES="$ALL_MAKEFILES \\
27177 programs/winepath/Makefile"
27178 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27179 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27180 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27181 winepath"
27182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27183 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27184 ac_config_files="$ac_config_files programs/winepath/Makefile"
27186 ALL_MAKEFILES="$ALL_MAKEFILES \\
27187 programs/winetest/Makefile"
27188 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27189 winetest"
27190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27191 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27192 ac_config_files="$ac_config_files programs/winetest/Makefile"
27194 ALL_MAKEFILES="$ALL_MAKEFILES \\
27195 programs/winevdm/Makefile"
27196 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27197 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27198 winevdm"
27199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27200 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27201 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27203 ALL_MAKEFILES="$ALL_MAKEFILES \\
27204 programs/winhelp.exe16/Makefile"
27205 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27206 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27207 winhelp.exe16"
27208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27209 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27210 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27212 ALL_MAKEFILES="$ALL_MAKEFILES \\
27213 programs/winhlp32/Makefile"
27214 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27215 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27216 winhlp32"
27217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27218 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27219 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27221 ALL_MAKEFILES="$ALL_MAKEFILES \\
27222 programs/winoldap.mod16/Makefile"
27223 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27224 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27225 winoldap.mod16"
27226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27227 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27228 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27230 ALL_MAKEFILES="$ALL_MAKEFILES \\
27231 programs/winver/Makefile"
27232 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27233 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27234 winver"
27235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27236 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27237 ac_config_files="$ac_config_files programs/winver/Makefile"
27239 ALL_MAKEFILES="$ALL_MAKEFILES \\
27240 programs/wordpad/Makefile"
27241 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27242 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27243 wordpad"
27244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27245 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27246 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27248 ALL_MAKEFILES="$ALL_MAKEFILES \\
27249 programs/write/Makefile"
27250 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27251 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27252 write"
27253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27254 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27255 ac_config_files="$ac_config_files programs/write/Makefile"
27257 ALL_MAKEFILES="$ALL_MAKEFILES \\
27258 programs/xcopy/Makefile"
27259 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27260 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27261 xcopy"
27262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27263 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27264 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27266 ALL_MAKEFILES="$ALL_MAKEFILES \\
27267 server/Makefile"
27268 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27269 server"
27270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27271 server/Makefile: server/Makefile.in Make.rules"
27272 ac_config_files="$ac_config_files server/Makefile"
27274 ALL_MAKEFILES="$ALL_MAKEFILES \\
27275 tools/Makefile"
27276 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27277 tools"
27278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27279 tools/Makefile: tools/Makefile.in Make.rules"
27280 ac_config_files="$ac_config_files tools/Makefile"
27282 ALL_MAKEFILES="$ALL_MAKEFILES \\
27283 tools/widl/Makefile"
27285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27286 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27287 ac_config_files="$ac_config_files tools/widl/Makefile"
27289 ALL_MAKEFILES="$ALL_MAKEFILES \\
27290 tools/winebuild/Makefile"
27292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27293 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27294 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27296 ALL_MAKEFILES="$ALL_MAKEFILES \\
27297 tools/winedump/Makefile"
27299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27300 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27301 ac_config_files="$ac_config_files tools/winedump/Makefile"
27303 ALL_MAKEFILES="$ALL_MAKEFILES \\
27304 tools/winegcc/Makefile"
27306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27307 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27308 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27310 ALL_MAKEFILES="$ALL_MAKEFILES \\
27311 tools/wmc/Makefile"
27313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27314 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27315 ac_config_files="$ac_config_files tools/wmc/Makefile"
27317 ALL_MAKEFILES="$ALL_MAKEFILES \\
27318 tools/wrc/Makefile"
27320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27321 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27322 ac_config_files="$ac_config_files tools/wrc/Makefile"
27326 ALL_WINETEST_DEPENDS="# Test binaries"
27328 for dir in $ALL_TEST_DIRS
27330 if test "$dir" != "\\"
27331 then
27332 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27333 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27334 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27335 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27337 done
27339 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27341 cat >confcache <<\_ACEOF
27342 # This file is a shell script that caches the results of configure
27343 # tests run on this system so they can be shared between configure
27344 # scripts and configure runs, see configure's option --config-cache.
27345 # It is not useful on other systems. If it contains results you don't
27346 # want to keep, you may remove or edit it.
27348 # config.status only pays attention to the cache file if you give it
27349 # the --recheck option to rerun configure.
27351 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27352 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27353 # following values.
27355 _ACEOF
27357 # The following way of writing the cache mishandles newlines in values,
27358 # but we know of no workaround that is simple, portable, and efficient.
27359 # So, we kill variables containing newlines.
27360 # Ultrix sh set writes to stderr and can't be redirected directly,
27361 # and sets the high bit in the cache file unless we assign to the vars.
27363 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27364 eval ac_val=\$$ac_var
27365 case $ac_val in #(
27366 *${as_nl}*)
27367 case $ac_var in #(
27368 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27369 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27370 esac
27371 case $ac_var in #(
27372 _ | IFS | as_nl) ;; #(
27373 *) $as_unset $ac_var ;;
27374 esac ;;
27375 esac
27376 done
27378 (set) 2>&1 |
27379 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27380 *${as_nl}ac_space=\ *)
27381 # `set' does not quote correctly, so add quotes (double-quote
27382 # substitution turns \\\\ into \\, and sed turns \\ into \).
27383 sed -n \
27384 "s/'/'\\\\''/g;
27385 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27386 ;; #(
27388 # `set' quotes correctly as required by POSIX, so do not add quotes.
27389 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27391 esac |
27392 sort
27394 sed '
27395 /^ac_cv_env_/b end
27396 t clear
27397 :clear
27398 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27399 t end
27400 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27401 :end' >>confcache
27402 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27403 if test -w "$cache_file"; then
27404 test "x$cache_file" != "x/dev/null" &&
27405 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27406 echo "$as_me: updating cache $cache_file" >&6;}
27407 cat confcache >$cache_file
27408 else
27409 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27410 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27413 rm -f confcache
27415 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27416 # Let make expand exec_prefix.
27417 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27419 DEFS=-DHAVE_CONFIG_H
27421 ac_libobjs=
27422 ac_ltlibobjs=
27423 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27424 # 1. Remove the extension, and $U if already installed.
27425 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27426 ac_i=`echo "$ac_i" | sed "$ac_script"`
27427 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27428 # will be set to the directory where LIBOBJS objects are built.
27429 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27430 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27431 done
27432 LIBOBJS=$ac_libobjs
27434 LTLIBOBJS=$ac_ltlibobjs
27438 : ${CONFIG_STATUS=./config.status}
27439 ac_clean_files_save=$ac_clean_files
27440 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27441 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27442 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27443 cat >$CONFIG_STATUS <<_ACEOF
27444 #! $SHELL
27445 # Generated by $as_me.
27446 # Run this file to recreate the current configuration.
27447 # Compiler output produced by configure, useful for debugging
27448 # configure, is in config.log if it exists.
27450 debug=false
27451 ac_cs_recheck=false
27452 ac_cs_silent=false
27453 SHELL=\${CONFIG_SHELL-$SHELL}
27454 _ACEOF
27456 cat >>$CONFIG_STATUS <<\_ACEOF
27457 ## --------------------- ##
27458 ## M4sh Initialization. ##
27459 ## --------------------- ##
27461 # Be more Bourne compatible
27462 DUALCASE=1; export DUALCASE # for MKS sh
27463 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27464 emulate sh
27465 NULLCMD=:
27466 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27467 # is contrary to our usage. Disable this feature.
27468 alias -g '${1+"$@"}'='"$@"'
27469 setopt NO_GLOB_SUBST
27470 else
27471 case `(set -o) 2>/dev/null` in
27472 *posix*) set -o posix ;;
27473 esac
27480 # PATH needs CR
27481 # Avoid depending upon Character Ranges.
27482 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27483 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27484 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27485 as_cr_digits='0123456789'
27486 as_cr_alnum=$as_cr_Letters$as_cr_digits
27488 # The user is always right.
27489 if test "${PATH_SEPARATOR+set}" != set; then
27490 echo "#! /bin/sh" >conf$$.sh
27491 echo "exit 0" >>conf$$.sh
27492 chmod +x conf$$.sh
27493 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27494 PATH_SEPARATOR=';'
27495 else
27496 PATH_SEPARATOR=:
27498 rm -f conf$$.sh
27501 # Support unset when possible.
27502 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27503 as_unset=unset
27504 else
27505 as_unset=false
27509 # IFS
27510 # We need space, tab and new line, in precisely that order. Quoting is
27511 # there to prevent editors from complaining about space-tab.
27512 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27513 # splitting by setting IFS to empty value.)
27514 as_nl='
27516 IFS=" "" $as_nl"
27518 # Find who we are. Look in the path if we contain no directory separator.
27519 case $0 in
27520 *[\\/]* ) as_myself=$0 ;;
27521 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27522 for as_dir in $PATH
27524 IFS=$as_save_IFS
27525 test -z "$as_dir" && as_dir=.
27526 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27527 done
27528 IFS=$as_save_IFS
27531 esac
27532 # We did not find ourselves, most probably we were run as `sh COMMAND'
27533 # in which case we are not to be found in the path.
27534 if test "x$as_myself" = x; then
27535 as_myself=$0
27537 if test ! -f "$as_myself"; then
27538 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27539 { (exit 1); exit 1; }
27542 # Work around bugs in pre-3.0 UWIN ksh.
27543 for as_var in ENV MAIL MAILPATH
27544 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27545 done
27546 PS1='$ '
27547 PS2='> '
27548 PS4='+ '
27550 # NLS nuisances.
27551 for as_var in \
27552 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27553 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27554 LC_TELEPHONE LC_TIME
27556 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27557 eval $as_var=C; export $as_var
27558 else
27559 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27561 done
27563 # Required to use basename.
27564 if expr a : '\(a\)' >/dev/null 2>&1 &&
27565 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27566 as_expr=expr
27567 else
27568 as_expr=false
27571 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27572 as_basename=basename
27573 else
27574 as_basename=false
27578 # Name of the executable.
27579 as_me=`$as_basename -- "$0" ||
27580 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27581 X"$0" : 'X\(//\)$' \| \
27582 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27583 echo X/"$0" |
27584 sed '/^.*\/\([^/][^/]*\)\/*$/{
27585 s//\1/
27588 /^X\/\(\/\/\)$/{
27589 s//\1/
27592 /^X\/\(\/\).*/{
27593 s//\1/
27596 s/.*/./; q'`
27598 # CDPATH.
27599 $as_unset CDPATH
27603 as_lineno_1=$LINENO
27604 as_lineno_2=$LINENO
27605 test "x$as_lineno_1" != "x$as_lineno_2" &&
27606 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27608 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27609 # uniformly replaced by the line number. The first 'sed' inserts a
27610 # line-number line after each line using $LINENO; the second 'sed'
27611 # does the real work. The second script uses 'N' to pair each
27612 # line-number line with the line containing $LINENO, and appends
27613 # trailing '-' during substitution so that $LINENO is not a special
27614 # case at line end.
27615 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27616 # scripts with optimization help from Paolo Bonzini. Blame Lee
27617 # E. McMahon (1931-1989) for sed's syntax. :-)
27618 sed -n '
27620 /[$]LINENO/=
27621 ' <$as_myself |
27622 sed '
27623 s/[$]LINENO.*/&-/
27624 t lineno
27626 :lineno
27628 :loop
27629 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27630 t loop
27631 s/-\n.*//
27632 ' >$as_me.lineno &&
27633 chmod +x "$as_me.lineno" ||
27634 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27635 { (exit 1); exit 1; }; }
27637 # Don't try to exec as it changes $[0], causing all sort of problems
27638 # (the dirname of $[0] is not the place where we might find the
27639 # original and so on. Autoconf is especially sensitive to this).
27640 . "./$as_me.lineno"
27641 # Exit status is that of the last command.
27642 exit
27646 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27647 as_dirname=dirname
27648 else
27649 as_dirname=false
27652 ECHO_C= ECHO_N= ECHO_T=
27653 case `echo -n x` in
27654 -n*)
27655 case `echo 'x\c'` in
27656 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27657 *) ECHO_C='\c';;
27658 esac;;
27660 ECHO_N='-n';;
27661 esac
27663 if expr a : '\(a\)' >/dev/null 2>&1 &&
27664 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27665 as_expr=expr
27666 else
27667 as_expr=false
27670 rm -f conf$$ conf$$.exe conf$$.file
27671 if test -d conf$$.dir; then
27672 rm -f conf$$.dir/conf$$.file
27673 else
27674 rm -f conf$$.dir
27675 mkdir conf$$.dir
27677 echo >conf$$.file
27678 if ln -s conf$$.file conf$$ 2>/dev/null; then
27679 as_ln_s='ln -s'
27680 # ... but there are two gotchas:
27681 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27682 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27683 # In both cases, we have to default to `cp -p'.
27684 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27685 as_ln_s='cp -p'
27686 elif ln conf$$.file conf$$ 2>/dev/null; then
27687 as_ln_s=ln
27688 else
27689 as_ln_s='cp -p'
27691 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27692 rmdir conf$$.dir 2>/dev/null
27694 if mkdir -p . 2>/dev/null; then
27695 as_mkdir_p=:
27696 else
27697 test -d ./-p && rmdir ./-p
27698 as_mkdir_p=false
27701 if test -x / >/dev/null 2>&1; then
27702 as_test_x='test -x'
27703 else
27704 if ls -dL / >/dev/null 2>&1; then
27705 as_ls_L_option=L
27706 else
27707 as_ls_L_option=
27709 as_test_x='
27710 eval sh -c '\''
27711 if test -d "$1"; then
27712 test -d "$1/.";
27713 else
27714 case $1 in
27715 -*)set "./$1";;
27716 esac;
27717 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27718 ???[sx]*):;;*)false;;esac;fi
27719 '\'' sh
27722 as_executable_p=$as_test_x
27724 # Sed expression to map a string onto a valid CPP name.
27725 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27727 # Sed expression to map a string onto a valid variable name.
27728 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27731 exec 6>&1
27733 # Save the log message, to keep $[0] and so on meaningful, and to
27734 # report actual input values of CONFIG_FILES etc. instead of their
27735 # values after options handling.
27736 ac_log="
27737 This file was extended by Wine $as_me 1.1.24, which was
27738 generated by GNU Autoconf 2.61. Invocation command line was
27740 CONFIG_FILES = $CONFIG_FILES
27741 CONFIG_HEADERS = $CONFIG_HEADERS
27742 CONFIG_LINKS = $CONFIG_LINKS
27743 CONFIG_COMMANDS = $CONFIG_COMMANDS
27744 $ $0 $@
27746 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27749 _ACEOF
27751 cat >>$CONFIG_STATUS <<_ACEOF
27752 # Files that config.status was made for.
27753 config_files="$ac_config_files"
27754 config_headers="$ac_config_headers"
27755 config_commands="$ac_config_commands"
27757 _ACEOF
27759 cat >>$CONFIG_STATUS <<\_ACEOF
27760 ac_cs_usage="\
27761 \`$as_me' instantiates files from templates according to the
27762 current configuration.
27764 Usage: $0 [OPTIONS] [FILE]...
27766 -h, --help print this help, then exit
27767 -V, --version print version number and configuration settings, then exit
27768 -q, --quiet do not print progress messages
27769 -d, --debug don't remove temporary files
27770 --recheck update $as_me by reconfiguring in the same conditions
27771 --file=FILE[:TEMPLATE]
27772 instantiate the configuration file FILE
27773 --header=FILE[:TEMPLATE]
27774 instantiate the configuration header FILE
27776 Configuration files:
27777 $config_files
27779 Configuration headers:
27780 $config_headers
27782 Configuration commands:
27783 $config_commands
27785 Report bugs to <bug-autoconf@gnu.org>."
27787 _ACEOF
27788 cat >>$CONFIG_STATUS <<_ACEOF
27789 ac_cs_version="\\
27790 Wine config.status 1.1.24
27791 configured by $0, generated by GNU Autoconf 2.61,
27792 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27794 Copyright (C) 2006 Free Software Foundation, Inc.
27795 This config.status script is free software; the Free Software Foundation
27796 gives unlimited permission to copy, distribute and modify it."
27798 ac_pwd='$ac_pwd'
27799 srcdir='$srcdir'
27800 INSTALL='$INSTALL'
27801 _ACEOF
27803 cat >>$CONFIG_STATUS <<\_ACEOF
27804 # If no file are specified by the user, then we need to provide default
27805 # value. By we need to know if files were specified by the user.
27806 ac_need_defaults=:
27807 while test $# != 0
27809 case $1 in
27810 --*=*)
27811 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27812 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27813 ac_shift=:
27816 ac_option=$1
27817 ac_optarg=$2
27818 ac_shift=shift
27820 esac
27822 case $ac_option in
27823 # Handling of the options.
27824 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27825 ac_cs_recheck=: ;;
27826 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27827 echo "$ac_cs_version"; exit ;;
27828 --debug | --debu | --deb | --de | --d | -d )
27829 debug=: ;;
27830 --file | --fil | --fi | --f )
27831 $ac_shift
27832 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27833 ac_need_defaults=false;;
27834 --header | --heade | --head | --hea )
27835 $ac_shift
27836 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27837 ac_need_defaults=false;;
27838 --he | --h)
27839 # Conflict between --help and --header
27840 { echo "$as_me: error: ambiguous option: $1
27841 Try \`$0 --help' for more information." >&2
27842 { (exit 1); exit 1; }; };;
27843 --help | --hel | -h )
27844 echo "$ac_cs_usage"; exit ;;
27845 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27846 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27847 ac_cs_silent=: ;;
27849 # This is an error.
27850 -*) { echo "$as_me: error: unrecognized option: $1
27851 Try \`$0 --help' for more information." >&2
27852 { (exit 1); exit 1; }; } ;;
27854 *) ac_config_targets="$ac_config_targets $1"
27855 ac_need_defaults=false ;;
27857 esac
27858 shift
27859 done
27861 ac_configure_extra_args=
27863 if $ac_cs_silent; then
27864 exec 6>/dev/null
27865 ac_configure_extra_args="$ac_configure_extra_args --silent"
27868 _ACEOF
27869 cat >>$CONFIG_STATUS <<_ACEOF
27870 if \$ac_cs_recheck; then
27871 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27872 CONFIG_SHELL=$SHELL
27873 export CONFIG_SHELL
27874 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27877 _ACEOF
27878 cat >>$CONFIG_STATUS <<\_ACEOF
27879 exec 5>>config.log
27881 echo
27882 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27883 ## Running $as_me. ##
27884 _ASBOX
27885 echo "$ac_log"
27886 } >&5
27888 _ACEOF
27889 cat >>$CONFIG_STATUS <<_ACEOF
27890 _ACEOF
27892 cat >>$CONFIG_STATUS <<\_ACEOF
27894 # Handling of arguments.
27895 for ac_config_target in $ac_config_targets
27897 case $ac_config_target in
27898 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27899 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27900 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27901 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27902 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27903 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27904 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27905 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27906 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27907 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27908 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27909 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27910 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27911 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27912 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27913 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27914 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27915 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27916 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27917 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27918 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27919 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27920 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27921 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27922 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27923 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
27924 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27925 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27926 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27927 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27928 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27929 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
27930 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
27931 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27932 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27933 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27934 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27935 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27936 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27937 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27938 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27939 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27940 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27941 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27942 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27943 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27944 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27945 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
27946 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
27947 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27948 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27949 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27950 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27951 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27952 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27953 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27954 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27955 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27956 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27957 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27958 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27959 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27960 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
27961 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27962 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
27963 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27964 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27965 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27966 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27967 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27968 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27969 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27970 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27971 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27972 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27973 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27974 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27975 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27976 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27977 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27978 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27979 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27980 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27981 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27982 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27983 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27984 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27985 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27986 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27987 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27988 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27989 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27990 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27991 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27992 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27993 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27994 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
27995 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27996 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27997 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27998 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27999 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
28000 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28001 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28002 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28003 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28004 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28005 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28006 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28007 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28008 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
28009 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
28010 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28011 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28012 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28013 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28014 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28015 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28016 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28017 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28018 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28019 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28020 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28021 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28022 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28023 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28024 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28025 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28026 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28027 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28028 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28029 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28030 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28031 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28032 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28033 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28034 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28035 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28036 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28037 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28038 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28039 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28040 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28041 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28042 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28043 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28044 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28045 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28046 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28047 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28048 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28049 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28050 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28051 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28052 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28053 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28054 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28055 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28056 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28057 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28058 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28059 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28060 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28061 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28062 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
28063 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28064 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28065 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28066 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28067 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28068 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28069 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28070 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28071 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28072 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28073 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28074 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28075 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28076 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28077 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28078 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28079 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28080 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28081 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28082 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28083 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
28084 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28085 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28086 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28087 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28088 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28089 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28090 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28091 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
28092 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28093 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28094 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28095 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28096 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28097 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28098 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28099 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28100 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28101 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28102 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28103 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28104 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28105 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
28106 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28107 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28108 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
28109 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28110 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28111 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28112 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28113 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28114 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28115 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28116 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28117 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28118 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28119 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28120 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28121 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28122 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28123 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28124 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28125 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28126 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28127 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28128 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28129 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28130 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28131 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28132 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28133 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28134 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28135 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28136 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28137 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28138 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28139 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28140 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28141 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28142 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28143 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28144 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28145 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28146 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28147 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28148 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
28149 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28150 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28151 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28152 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28153 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28154 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28155 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28156 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28157 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28158 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28159 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28160 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28161 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28162 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28163 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28164 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28165 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28166 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28167 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
28168 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
28169 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
28170 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
28171 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
28172 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
28173 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28174 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28175 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28176 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28177 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28178 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28179 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
28180 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28181 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28182 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28183 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
28184 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28185 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28186 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28187 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28188 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28189 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28190 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28191 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28192 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28193 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28194 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28195 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28196 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28197 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28198 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28199 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28200 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28201 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28202 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28203 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28204 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28205 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28206 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
28207 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28208 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28209 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28210 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28211 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28212 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28213 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28214 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28215 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28216 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28217 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28218 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28219 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28220 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28221 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28222 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28223 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28224 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28225 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28226 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28227 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28228 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28229 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28230 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28231 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28232 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28233 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28234 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28235 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28236 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28237 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
28238 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28239 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28240 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28241 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28242 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28243 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28244 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28245 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28246 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28247 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28248 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
28249 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28250 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28251 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28252 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28253 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28254 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
28255 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
28256 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28257 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28258 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28259 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
28260 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28261 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28262 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
28263 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28264 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28265 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
28266 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28267 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28268 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28269 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28270 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28271 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28272 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28273 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28274 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28275 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28276 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28277 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28278 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28279 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28280 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28281 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28282 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28283 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28284 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28285 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28286 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28287 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28288 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28289 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28290 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
28291 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
28292 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
28293 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
28294 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
28295 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
28296 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
28297 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28298 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28299 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28300 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28301 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28302 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28303 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28304 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28305 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28306 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28307 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28308 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28309 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28310 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
28311 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28312 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28313 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28314 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28315 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28316 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28317 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28318 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28319 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28320 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
28321 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28322 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28323 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28324 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28325 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28326 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28327 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28328 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28329 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28330 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28331 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28332 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28333 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28334 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28335 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28336 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28337 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28338 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28339 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28340 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28341 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28342 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28343 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28344 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
28345 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28346 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28347 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28348 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28349 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28350 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28351 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28352 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28353 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28354 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28355 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28356 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28357 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28358 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28359 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28360 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28361 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28362 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28363 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28364 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28365 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28366 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28367 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28368 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28369 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28370 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28371 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28372 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28373 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28374 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28375 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28376 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28377 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28378 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28379 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28380 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28381 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28382 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
28383 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28384 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28385 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28386 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28387 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28388 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28389 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28390 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28391 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28392 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28393 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28394 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28395 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28396 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28397 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28398 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28399 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28400 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28401 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28402 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28403 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28404 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28405 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28406 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28407 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28408 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28409 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28410 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28411 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28412 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28414 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28415 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28416 { (exit 1); exit 1; }; };;
28417 esac
28418 done
28421 # If the user did not use the arguments to specify the items to instantiate,
28422 # then the envvar interface is used. Set only those that are not.
28423 # We use the long form for the default assignment because of an extremely
28424 # bizarre bug on SunOS 4.1.3.
28425 if $ac_need_defaults; then
28426 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28427 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28428 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28431 # Have a temporary directory for convenience. Make it in the build tree
28432 # simply because there is no reason against having it here, and in addition,
28433 # creating and moving files from /tmp can sometimes cause problems.
28434 # Hook for its removal unless debugging.
28435 # Note that there is a small window in which the directory will not be cleaned:
28436 # after its creation but before its name has been assigned to `$tmp'.
28437 $debug ||
28439 tmp=
28440 trap 'exit_status=$?
28441 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28443 trap '{ (exit 1); exit 1; }' 1 2 13 15
28445 # Create a (secure) tmp directory for tmp files.
28448 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28449 test -n "$tmp" && test -d "$tmp"
28450 } ||
28452 tmp=./conf$$-$RANDOM
28453 (umask 077 && mkdir "$tmp")
28454 } ||
28456 echo "$me: cannot create a temporary directory in ." >&2
28457 { (exit 1); exit 1; }
28461 # Set up the sed scripts for CONFIG_FILES section.
28464 # No need to generate the scripts if there are no CONFIG_FILES.
28465 # This happens for instance when ./config.status config.h
28466 if test -n "$CONFIG_FILES"; then
28468 _ACEOF
28470 # Create sed commands to just substitute file output variables.
28472 # Remaining file output variables are in a fragment that also has non-file
28473 # output varibles.
28477 ac_delim='%!_!# '
28478 for ac_last_try in false false false false false :; do
28479 cat >conf$$subs.sed <<_ACEOF
28480 SHELL!$SHELL$ac_delim
28481 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28482 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28483 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28484 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28485 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28486 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28487 exec_prefix!$exec_prefix$ac_delim
28488 prefix!$prefix$ac_delim
28489 program_transform_name!$program_transform_name$ac_delim
28490 bindir!$bindir$ac_delim
28491 sbindir!$sbindir$ac_delim
28492 libexecdir!$libexecdir$ac_delim
28493 datarootdir!$datarootdir$ac_delim
28494 datadir!$datadir$ac_delim
28495 sysconfdir!$sysconfdir$ac_delim
28496 sharedstatedir!$sharedstatedir$ac_delim
28497 localstatedir!$localstatedir$ac_delim
28498 includedir!$includedir$ac_delim
28499 oldincludedir!$oldincludedir$ac_delim
28500 docdir!$docdir$ac_delim
28501 infodir!$infodir$ac_delim
28502 htmldir!$htmldir$ac_delim
28503 dvidir!$dvidir$ac_delim
28504 pdfdir!$pdfdir$ac_delim
28505 psdir!$psdir$ac_delim
28506 libdir!$libdir$ac_delim
28507 localedir!$localedir$ac_delim
28508 mandir!$mandir$ac_delim
28509 DEFS!$DEFS$ac_delim
28510 ECHO_C!$ECHO_C$ac_delim
28511 ECHO_N!$ECHO_N$ac_delim
28512 ECHO_T!$ECHO_T$ac_delim
28513 LIBS!$LIBS$ac_delim
28514 build_alias!$build_alias$ac_delim
28515 host_alias!$host_alias$ac_delim
28516 target_alias!$target_alias$ac_delim
28517 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28518 build!$build$ac_delim
28519 build_cpu!$build_cpu$ac_delim
28520 build_vendor!$build_vendor$ac_delim
28521 build_os!$build_os$ac_delim
28522 host!$host$ac_delim
28523 host_cpu!$host_cpu$ac_delim
28524 host_vendor!$host_vendor$ac_delim
28525 host_os!$host_os$ac_delim
28526 SET_MAKE!$SET_MAKE$ac_delim
28527 CC!$CC$ac_delim
28528 CFLAGS!$CFLAGS$ac_delim
28529 LDFLAGS!$LDFLAGS$ac_delim
28530 CPPFLAGS!$CPPFLAGS$ac_delim
28531 ac_ct_CC!$ac_ct_CC$ac_delim
28532 EXEEXT!$EXEEXT$ac_delim
28533 OBJEXT!$OBJEXT$ac_delim
28534 CXX!$CXX$ac_delim
28535 CXXFLAGS!$CXXFLAGS$ac_delim
28536 ac_ct_CXX!$ac_ct_CXX$ac_delim
28537 CPPBIN!$CPPBIN$ac_delim
28538 TARGETFLAGS!$TARGETFLAGS$ac_delim
28539 WIN16_FILES!$WIN16_FILES$ac_delim
28540 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28541 TOOLSDIR!$TOOLSDIR$ac_delim
28542 FLEX!$FLEX$ac_delim
28543 BISON!$BISON$ac_delim
28544 AR!$AR$ac_delim
28545 ac_ct_AR!$ac_ct_AR$ac_delim
28546 ARFLAGS!$ARFLAGS$ac_delim
28547 RANLIB!$RANLIB$ac_delim
28548 STRIP!$STRIP$ac_delim
28549 LN_S!$LN_S$ac_delim
28550 LN!$LN$ac_delim
28551 GREP!$GREP$ac_delim
28552 EGREP!$EGREP$ac_delim
28553 LDCONFIG!$LDCONFIG$ac_delim
28554 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28555 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28556 INSTALL_DATA!$INSTALL_DATA$ac_delim
28557 LINT!$LINT$ac_delim
28558 LINTFLAGS!$LINTFLAGS$ac_delim
28559 FONTFORGE!$FONTFORGE$ac_delim
28560 PKG_CONFIG!$PKG_CONFIG$ac_delim
28561 RSVG!$RSVG$ac_delim
28562 _ACEOF
28564 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28565 break
28566 elif $ac_last_try; then
28567 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28568 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28569 { (exit 1); exit 1; }; }
28570 else
28571 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28573 done
28575 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28576 if test -n "$ac_eof"; then
28577 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28578 ac_eof=`expr $ac_eof + 1`
28581 cat >>$CONFIG_STATUS <<_ACEOF
28582 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28583 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28584 /^[ ]*@MAKE_RULES@[ ]*$/{
28585 r $MAKE_RULES
28588 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28589 r $MAKE_DLL_RULES
28592 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28593 r $MAKE_IMPLIB_RULES
28596 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28597 r $MAKE_TEST_RULES
28600 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28601 r $MAKE_PROG_RULES
28604 _ACEOF
28605 sed '
28606 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28607 s/^/s,@/; s/!/@,|#_!!_#|/
28610 s/'"$ac_delim"'$/,g/; t
28611 s/$/\\/; p
28612 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28613 ' >>$CONFIG_STATUS <conf$$subs.sed
28614 rm -f conf$$subs.sed
28615 cat >>$CONFIG_STATUS <<_ACEOF
28616 CEOF$ac_eof
28617 _ACEOF
28620 ac_delim='%!_!# '
28621 for ac_last_try in false false false false false :; do
28622 cat >conf$$subs.sed <<_ACEOF
28623 ICOTOOL!$ICOTOOL$ac_delim
28624 PRELINK!$PRELINK$ac_delim
28625 XLIB!$XLIB$ac_delim
28626 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28627 CPP!$CPP$ac_delim
28628 DLLEXT!$DLLEXT$ac_delim
28629 DLLFLAGS!$DLLFLAGS$ac_delim
28630 LDSHARED!$LDSHARED$ac_delim
28631 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28632 LIBEXT!$LIBEXT$ac_delim
28633 IMPLIBEXT!$IMPLIBEXT$ac_delim
28634 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28635 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28636 LDD!$LDD$ac_delim
28637 DLLTOOL!$DLLTOOL$ac_delim
28638 DLLWRAP!$DLLWRAP$ac_delim
28639 MINGWAR!$MINGWAR$ac_delim
28640 SECURITYLIB!$SECURITYLIB$ac_delim
28641 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28642 IOKITLIB!$IOKITLIB$ac_delim
28643 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28644 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28645 COREAUDIO!$COREAUDIO$ac_delim
28646 CARBONLIB!$CARBONLIB$ac_delim
28647 CROSSCC!$CROSSCC$ac_delim
28648 CROSSTEST!$CROSSTEST$ac_delim
28649 CROSSTARGETFLAGS!$CROSSTARGETFLAGS$ac_delim
28650 LIBPTHREAD!$LIBPTHREAD$ac_delim
28651 XMKMF!$XMKMF$ac_delim
28652 X_CFLAGS!$X_CFLAGS$ac_delim
28653 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28654 X_LIBS!$X_LIBS$ac_delim
28655 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28656 NASLIBS!$NASLIBS$ac_delim
28657 XML2LIBS!$XML2LIBS$ac_delim
28658 XML2INCL!$XML2INCL$ac_delim
28659 XSLTINCL!$XSLTINCL$ac_delim
28660 HALINCL!$HALINCL$ac_delim
28661 GNUTLSINCL!$GNUTLSINCL$ac_delim
28662 sane_devel!$sane_devel$ac_delim
28663 SANEINCL!$SANEINCL$ac_delim
28664 gphoto2_devel!$gphoto2_devel$ac_delim
28665 gphoto2port_devel!$gphoto2port_devel$ac_delim
28666 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28667 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28668 RESOLVLIBS!$RESOLVLIBS$ac_delim
28669 LCMSLIBS!$LCMSLIBS$ac_delim
28670 ft_devel!$ft_devel$ac_delim
28671 FREETYPELIBS!$FREETYPELIBS$ac_delim
28672 FREETYPEINCL!$FREETYPEINCL$ac_delim
28673 ZLIB!$ZLIB$ac_delim
28674 ESDCONFIG!$ESDCONFIG$ac_delim
28675 ESDINCL!$ESDINCL$ac_delim
28676 ESDLIBS!$ESDLIBS$ac_delim
28677 PULSELIBS!$PULSELIBS$ac_delim
28678 ALSALIBS!$ALSALIBS$ac_delim
28679 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28680 CUPSINCL!$CUPSINCL$ac_delim
28681 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28682 PNGINCL!$PNGINCL$ac_delim
28683 LIBKSTAT!$LIBKSTAT$ac_delim
28684 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28685 BUILTINFLAG!$BUILTINFLAG$ac_delim
28686 LDPATH!$LDPATH$ac_delim
28687 CRTLIBS!$CRTLIBS$ac_delim
28688 SOCKETLIBS!$SOCKETLIBS$ac_delim
28689 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28690 LIBDL!$LIBDL$ac_delim
28691 LIBPOLL!$LIBPOLL$ac_delim
28692 LDAPLIBS!$LDAPLIBS$ac_delim
28693 DEPENDENCIES!$DEPENDENCIES$ac_delim
28694 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28695 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28696 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28697 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28698 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28699 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28700 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28701 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28702 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28703 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28704 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28705 LIBOBJS!$LIBOBJS$ac_delim
28706 LTLIBOBJS!$LTLIBOBJS$ac_delim
28707 _ACEOF
28709 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
28710 break
28711 elif $ac_last_try; then
28712 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28713 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28714 { (exit 1); exit 1; }; }
28715 else
28716 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28718 done
28720 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28721 if test -n "$ac_eof"; then
28722 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28723 ac_eof=`expr $ac_eof + 1`
28726 cat >>$CONFIG_STATUS <<_ACEOF
28727 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28728 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28729 _ACEOF
28730 sed '
28731 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28732 s/^/s,@/; s/!/@,|#_!!_#|/
28735 s/'"$ac_delim"'$/,g/; t
28736 s/$/\\/; p
28737 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28738 ' >>$CONFIG_STATUS <conf$$subs.sed
28739 rm -f conf$$subs.sed
28740 cat >>$CONFIG_STATUS <<_ACEOF
28741 :end
28742 s/|#_!!_#|//g
28743 CEOF$ac_eof
28744 _ACEOF
28747 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28748 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28749 # trailing colons and then remove the whole line if VPATH becomes empty
28750 # (actually we leave an empty line to preserve line numbers).
28751 if test "x$srcdir" = x.; then
28752 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28753 s/:*\$(srcdir):*/:/
28754 s/:*\${srcdir}:*/:/
28755 s/:*@srcdir@:*/:/
28756 s/^\([^=]*=[ ]*\):*/\1/
28757 s/:*$//
28758 s/^[^=]*=[ ]*$//
28762 cat >>$CONFIG_STATUS <<\_ACEOF
28763 fi # test -n "$CONFIG_FILES"
28766 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28768 case $ac_tag in
28769 :[FHLC]) ac_mode=$ac_tag; continue;;
28770 esac
28771 case $ac_mode$ac_tag in
28772 :[FHL]*:*);;
28773 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28774 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28775 { (exit 1); exit 1; }; };;
28776 :[FH]-) ac_tag=-:-;;
28777 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28778 esac
28779 ac_save_IFS=$IFS
28780 IFS=:
28781 set x $ac_tag
28782 IFS=$ac_save_IFS
28783 shift
28784 ac_file=$1
28785 shift
28787 case $ac_mode in
28788 :L) ac_source=$1;;
28789 :[FH])
28790 ac_file_inputs=
28791 for ac_f
28793 case $ac_f in
28794 -) ac_f="$tmp/stdin";;
28795 *) # Look for the file first in the build tree, then in the source tree
28796 # (if the path is not absolute). The absolute path cannot be DOS-style,
28797 # because $ac_f cannot contain `:'.
28798 test -f "$ac_f" ||
28799 case $ac_f in
28800 [\\/$]*) false;;
28801 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28802 esac ||
28803 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28804 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28805 { (exit 1); exit 1; }; };;
28806 esac
28807 ac_file_inputs="$ac_file_inputs $ac_f"
28808 done
28810 # Let's still pretend it is `configure' which instantiates (i.e., don't
28811 # use $as_me), people would be surprised to read:
28812 # /* config.h. Generated by config.status. */
28813 configure_input="Generated from "`IFS=:
28814 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28815 if test x"$ac_file" != x-; then
28816 configure_input="$ac_file. $configure_input"
28817 { echo "$as_me:$LINENO: creating $ac_file" >&5
28818 echo "$as_me: creating $ac_file" >&6;}
28821 case $ac_tag in
28822 *:-:* | *:-) cat >"$tmp/stdin";;
28823 esac
28825 esac
28827 ac_dir=`$as_dirname -- "$ac_file" ||
28828 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28829 X"$ac_file" : 'X\(//\)[^/]' \| \
28830 X"$ac_file" : 'X\(//\)$' \| \
28831 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28832 echo X"$ac_file" |
28833 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28834 s//\1/
28837 /^X\(\/\/\)[^/].*/{
28838 s//\1/
28841 /^X\(\/\/\)$/{
28842 s//\1/
28845 /^X\(\/\).*/{
28846 s//\1/
28849 s/.*/./; q'`
28850 { as_dir="$ac_dir"
28851 case $as_dir in #(
28852 -*) as_dir=./$as_dir;;
28853 esac
28854 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28855 as_dirs=
28856 while :; do
28857 case $as_dir in #(
28858 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28859 *) as_qdir=$as_dir;;
28860 esac
28861 as_dirs="'$as_qdir' $as_dirs"
28862 as_dir=`$as_dirname -- "$as_dir" ||
28863 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28864 X"$as_dir" : 'X\(//\)[^/]' \| \
28865 X"$as_dir" : 'X\(//\)$' \| \
28866 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28867 echo X"$as_dir" |
28868 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28869 s//\1/
28872 /^X\(\/\/\)[^/].*/{
28873 s//\1/
28876 /^X\(\/\/\)$/{
28877 s//\1/
28880 /^X\(\/\).*/{
28881 s//\1/
28884 s/.*/./; q'`
28885 test -d "$as_dir" && break
28886 done
28887 test -z "$as_dirs" || eval "mkdir $as_dirs"
28888 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28889 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28890 { (exit 1); exit 1; }; }; }
28891 ac_builddir=.
28893 case "$ac_dir" in
28894 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28896 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28897 # A ".." for each directory in $ac_dir_suffix.
28898 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28899 case $ac_top_builddir_sub in
28900 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28901 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28902 esac ;;
28903 esac
28904 ac_abs_top_builddir=$ac_pwd
28905 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28906 # for backward compatibility:
28907 ac_top_builddir=$ac_top_build_prefix
28909 case $srcdir in
28910 .) # We are building in place.
28911 ac_srcdir=.
28912 ac_top_srcdir=$ac_top_builddir_sub
28913 ac_abs_top_srcdir=$ac_pwd ;;
28914 [\\/]* | ?:[\\/]* ) # Absolute name.
28915 ac_srcdir=$srcdir$ac_dir_suffix;
28916 ac_top_srcdir=$srcdir
28917 ac_abs_top_srcdir=$srcdir ;;
28918 *) # Relative name.
28919 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28920 ac_top_srcdir=$ac_top_build_prefix$srcdir
28921 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28922 esac
28923 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28926 case $ac_mode in
28929 # CONFIG_FILE
28932 case $INSTALL in
28933 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28934 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28935 esac
28936 _ACEOF
28938 cat >>$CONFIG_STATUS <<\_ACEOF
28939 # If the template does not know about datarootdir, expand it.
28940 # FIXME: This hack should be removed a few years after 2.60.
28941 ac_datarootdir_hack=; ac_datarootdir_seen=
28943 case `sed -n '/datarootdir/ {
28947 /@datadir@/p
28948 /@docdir@/p
28949 /@infodir@/p
28950 /@localedir@/p
28951 /@mandir@/p
28952 ' $ac_file_inputs` in
28953 *datarootdir*) ac_datarootdir_seen=yes;;
28954 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28955 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28956 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28957 _ACEOF
28958 cat >>$CONFIG_STATUS <<_ACEOF
28959 ac_datarootdir_hack='
28960 s&@datadir@&$datadir&g
28961 s&@docdir@&$docdir&g
28962 s&@infodir@&$infodir&g
28963 s&@localedir@&$localedir&g
28964 s&@mandir@&$mandir&g
28965 s&\\\${datarootdir}&$datarootdir&g' ;;
28966 esac
28967 _ACEOF
28969 # Neutralize VPATH when `$srcdir' = `.'.
28970 # Shell code in configure.ac might set extrasub.
28971 # FIXME: do we really want to maintain this feature?
28972 cat >>$CONFIG_STATUS <<_ACEOF
28973 sed "$ac_vpsub
28974 $extrasub
28975 _ACEOF
28976 cat >>$CONFIG_STATUS <<\_ACEOF
28978 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28979 s&@configure_input@&$configure_input&;t t
28980 s&@top_builddir@&$ac_top_builddir_sub&;t t
28981 s&@srcdir@&$ac_srcdir&;t t
28982 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28983 s&@top_srcdir@&$ac_top_srcdir&;t t
28984 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28985 s&@builddir@&$ac_builddir&;t t
28986 s&@abs_builddir@&$ac_abs_builddir&;t t
28987 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28988 s&@INSTALL@&$ac_INSTALL&;t t
28989 $ac_datarootdir_hack
28990 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28992 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28993 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28994 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28995 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28996 which seems to be undefined. Please make sure it is defined." >&5
28997 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28998 which seems to be undefined. Please make sure it is defined." >&2;}
29000 rm -f "$tmp/stdin"
29001 case $ac_file in
29002 -) cat "$tmp/out"; rm -f "$tmp/out";;
29003 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
29004 esac
29008 # CONFIG_HEADER
29010 _ACEOF
29012 # Transform confdefs.h into a sed script `conftest.defines', that
29013 # substitutes the proper values into config.h.in to produce config.h.
29014 rm -f conftest.defines conftest.tail
29015 # First, append a space to every undef/define line, to ease matching.
29016 echo 's/$/ /' >conftest.defines
29017 # Then, protect against being on the right side of a sed subst, or in
29018 # an unquoted here document, in config.status. If some macros were
29019 # called several times there might be several #defines for the same
29020 # symbol, which is useless. But do not sort them, since the last
29021 # AC_DEFINE must be honored.
29022 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29023 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
29024 # NAME is the cpp macro being defined, VALUE is the value it is being given.
29025 # PARAMS is the parameter list in the macro definition--in most cases, it's
29026 # just an empty string.
29027 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
29028 ac_dB='\\)[ (].*,\\1define\\2'
29029 ac_dC=' '
29030 ac_dD=' ,'
29032 uniq confdefs.h |
29033 sed -n '
29034 t rset
29035 :rset
29036 s/^[ ]*#[ ]*define[ ][ ]*//
29037 t ok
29040 s/[\\&,]/\\&/g
29041 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
29042 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
29043 ' >>conftest.defines
29045 # Remove the space that was appended to ease matching.
29046 # Then replace #undef with comments. This is necessary, for
29047 # example, in the case of _POSIX_SOURCE, which is predefined and required
29048 # on some systems where configure will not decide to define it.
29049 # (The regexp can be short, since the line contains either #define or #undef.)
29050 echo 's/ $//
29051 s,^[ #]*u.*,/* & */,' >>conftest.defines
29053 # Break up conftest.defines:
29054 ac_max_sed_lines=50
29056 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
29057 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
29058 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
29059 # et cetera.
29060 ac_in='$ac_file_inputs'
29061 ac_out='"$tmp/out1"'
29062 ac_nxt='"$tmp/out2"'
29064 while :
29066 # Write a here document:
29067 cat >>$CONFIG_STATUS <<_ACEOF
29068 # First, check the format of the line:
29069 cat >"\$tmp/defines.sed" <<\\CEOF
29070 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
29071 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
29073 :def
29074 _ACEOF
29075 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
29076 echo 'CEOF
29077 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
29078 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
29079 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
29080 grep . conftest.tail >/dev/null || break
29081 rm -f conftest.defines
29082 mv conftest.tail conftest.defines
29083 done
29084 rm -f conftest.defines conftest.tail
29086 echo "ac_result=$ac_in" >>$CONFIG_STATUS
29087 cat >>$CONFIG_STATUS <<\_ACEOF
29088 if test x"$ac_file" != x-; then
29089 echo "/* $configure_input */" >"$tmp/config.h"
29090 cat "$ac_result" >>"$tmp/config.h"
29091 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
29092 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29093 echo "$as_me: $ac_file is unchanged" >&6;}
29094 else
29095 rm -f $ac_file
29096 mv "$tmp/config.h" $ac_file
29098 else
29099 echo "/* $configure_input */"
29100 cat "$ac_result"
29102 rm -f "$tmp/out12"
29105 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
29106 echo "$as_me: executing $ac_file commands" >&6;}
29108 esac
29111 case $ac_file$ac_mode in
29112 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29113 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29114 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29115 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29116 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29117 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29118 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29119 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29120 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29121 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29122 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29123 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
29124 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29126 esac
29127 done # for ac_tag
29130 { (exit 0); exit 0; }
29131 _ACEOF
29132 chmod +x $CONFIG_STATUS
29133 ac_clean_files=$ac_clean_files_save
29136 # configure is writing to config.log, and then calls config.status.
29137 # config.status does its own redirection, appending to config.log.
29138 # Unfortunately, on DOS this fails, as config.log is still kept open
29139 # by configure, so config.status won't be able to write to it; its
29140 # output is simply discarded. So we exec the FD to /dev/null,
29141 # effectively closing config.log, so it can be properly (re)opened and
29142 # appended to by config.status. When coming back to configure, we
29143 # need to make the FD available again.
29144 if test "$no_create" != yes; then
29145 ac_cs_success=:
29146 ac_config_status_args=
29147 test "$silent" = yes &&
29148 ac_config_status_args="$ac_config_status_args --quiet"
29149 exec 5>/dev/null
29150 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29151 exec 5>>config.log
29152 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29153 # would make configure fail if this is the last instruction.
29154 $ac_cs_success || { (exit 1); exit 1; }
29158 if test "$no_create" = "yes"
29159 then
29160 exit 0
29163 ac_save_IFS="$IFS"
29164 if test "x$wine_notices != "x; then
29165 echo >&6
29166 IFS="|"
29167 for msg in $wine_notices; do
29168 IFS="$ac_save_IFS"
29169 if test -n "$msg"; then
29170 { echo "$as_me:$LINENO: $msg" >&5
29171 echo "$as_me: $msg" >&6;}
29173 done
29175 IFS="|"
29176 for msg in $wine_warnings; do
29177 IFS="$ac_save_IFS"
29178 if test -n "$msg"; then
29179 echo >&2
29180 { echo "$as_me:$LINENO: WARNING: $msg" >&5
29181 echo "$as_me: WARNING: $msg" >&2;}
29183 done
29184 IFS="$ac_save_IFS"
29186 echo "
29187 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29188 " >&6