push 07a2b33f792746135ccf34a3b3e1dfb2a3c1e823
[wine/hacks.git] / configure
blob7deec909677d88149cb8f0e830cfd8ad24bed53d
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.9.
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.9'
578 PACKAGE_STRING='Wine 1.1.9'
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 WIN16_FILES
665 WIN16_INSTALL
666 WINETEST
667 SET_MAKE
669 CFLAGS
670 LDFLAGS
671 CPPFLAGS
672 ac_ct_CC
673 EXEEXT
674 OBJEXT
676 CXXFLAGS
677 ac_ct_CXX
678 CPPBIN
679 TOOLSDIR
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSCC
738 CROSSWINDRES
739 CROSSTEST
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 PULSELIBS
761 ALSALIBS
762 AUDIOIOLIBS
763 CUPSINCL
764 FONTCONFIGINCL
765 EXTRACFLAGS
766 BUILTINFLAG
767 LDPATH
768 CRTLIBS
769 SOCKETLIBS
770 MAIN_BINARY
771 EXTRA_BINARIES
772 LIBDL
773 LIBPOLL
774 LDAPLIBS
775 DEPENDENCIES
776 ALL_MAKERULES
777 ALL_MAKEFILES
778 ALL_MAKEFILE_DEPENDS
779 ALL_TOP_DIRS
780 ALL_DLL_DIRS
781 ALL_IMPLIB_DIRS
782 ALL_TEST_DIRS
783 ALL_PROGRAM_DIRS
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
786 ALL_WINETEST_DEPENDS
787 LIBOBJS
788 LTLIBOBJS'
789 ac_subst_files='MAKE_RULES
790 MAKE_DLL_RULES
791 MAKE_IMPLIB_RULES
792 MAKE_TEST_RULES
793 MAKE_PROG_RULES'
794 ac_precious_vars='build_alias
795 host_alias
796 target_alias
798 CFLAGS
799 LDFLAGS
800 LIBS
801 CPPFLAGS
803 CXXFLAGS
805 XMKMF
806 CPP'
809 # Initialize some variables set by options.
810 ac_init_help=
811 ac_init_version=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
814 cache_file=/dev/null
815 exec_prefix=NONE
816 no_create=
817 no_recursion=
818 prefix=NONE
819 program_prefix=NONE
820 program_suffix=NONE
821 program_transform_name=s,x,x,
822 silent=
823 site=
824 srcdir=
825 verbose=
826 x_includes=NONE
827 x_libraries=NONE
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir='${exec_prefix}/bin'
836 sbindir='${exec_prefix}/sbin'
837 libexecdir='${exec_prefix}/libexec'
838 datarootdir='${prefix}/share'
839 datadir='${datarootdir}'
840 sysconfdir='${prefix}/etc'
841 sharedstatedir='${prefix}/com'
842 localstatedir='${prefix}/var'
843 includedir='${prefix}/include'
844 oldincludedir='/usr/include'
845 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir='${datarootdir}/info'
847 htmldir='${docdir}'
848 dvidir='${docdir}'
849 pdfdir='${docdir}'
850 psdir='${docdir}'
851 libdir='${exec_prefix}/lib'
852 localedir='${datarootdir}/locale'
853 mandir='${datarootdir}/man'
855 ac_prev=
856 ac_dashdash=
857 for ac_option
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\$ac_option
862 ac_prev=
863 continue
866 case $ac_option in
867 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *) ac_optarg=yes ;;
869 esac
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
875 ac_dashdash=yes ;;
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
894 --config-cache | -C)
895 cache_file=config.cache ;;
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
909 -disable-* | --disable-*)
910 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_$ac_feature=no ;;
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
928 -enable-* | --enable-*)
929 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_$ac_feature=\$ac_optarg ;;
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
944 exec_prefix=$ac_optarg ;;
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
957 -host | --host | --hos | --ho)
958 ac_prev=host_alias ;;
959 -host=* | --host=* | --hos=* | --ho=*)
960 host_alias=$ac_optarg ;;
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
973 includedir=$ac_optarg ;;
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
978 infodir=$ac_optarg ;;
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
983 libdir=$ac_optarg ;;
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
990 libexecdir=$ac_optarg ;;
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
997 -localstatedir | --localstatedir | --localstatedi | --localstated \
998 | --localstate | --localstat | --localsta | --localst | --locals)
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1002 localstatedir=$ac_optarg ;;
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1007 mandir=$ac_optarg ;;
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1014 | --no-cr | --no-c | -n)
1015 no_create=yes ;;
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1028 oldincludedir=$ac_optarg ;;
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1033 prefix=$ac_optarg ;;
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1040 program_prefix=$ac_optarg ;;
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1047 program_suffix=$ac_optarg ;;
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
1064 program_transform_name=$ac_optarg ;;
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
1084 sbindir=$ac_optarg ;;
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
1095 sharedstatedir=$ac_optarg ;;
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
1100 site=$ac_optarg ;;
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1105 srcdir=$ac_optarg ;;
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1112 sysconfdir=$ac_optarg ;;
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
1115 ac_prev=target_alias ;;
1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1117 target_alias=$ac_optarg ;;
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
1125 -with-* | --with-*)
1126 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_$ac_package=\$ac_optarg ;;
1134 -without-* | --without-*)
1135 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_$ac_package=no ;;
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1152 x_includes=$ac_optarg ;;
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1159 x_libraries=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 esac
1184 done
1186 if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val=\$$ac_var
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1205 done
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1210 build=$build_alias
1211 host=$host_alias
1212 target=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1225 ac_tool_prefix=
1226 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1228 test "$silent" = yes && exec 6>/dev/null
1231 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di=`ls -di .` &&
1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 echo X"$0" |
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1252 s//\1/
1255 /^X\(\/\/\)[^/].*/{
1256 s//\1/
1259 /^X\(\/\/\)$/{
1260 s//\1/
1263 /^X\(\/\).*/{
1264 s//\1/
1267 s/.*/./; q'`
1268 srcdir=$ac_confdir
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1270 srcdir=..
1272 else
1273 ac_srcdir_defaulted=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1284 pwd)`
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 srcdir=.
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1292 case $srcdir in
1293 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 esac
1295 for ac_var in $ac_precious_vars; do
1296 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_${ac_var}_value=\$${ac_var}
1298 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1300 done
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1308 cat <<_ACEOF
1309 \`configure' configures Wine 1.1.9 to adapt to many kinds of systems.
1311 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1314 VAR=VALUE. See below for descriptions of some of the useful variables.
1316 Defaults for the options are specified in brackets.
1318 Configuration:
1319 -h, --help display this help and exit
1320 --help=short display options specific to this package
1321 --help=recursive display the short help of all the included packages
1322 -V, --version display version information and exit
1323 -q, --quiet, --silent do not print \`checking...' messages
1324 --cache-file=FILE cache test results in FILE [disabled]
1325 -C, --config-cache alias for \`--cache-file=config.cache'
1326 -n, --no-create do not create output files
1327 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329 Installation directories:
1330 --prefix=PREFIX install architecture-independent files in PREFIX
1331 [$ac_default_prefix]
1332 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 [PREFIX]
1335 By default, \`make install' will install all the files in
1336 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1337 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1338 for instance \`--prefix=\$HOME'.
1340 For better control, use the options below.
1342 Fine tuning of the installation directories:
1343 --bindir=DIR user executables [EPREFIX/bin]
1344 --sbindir=DIR system admin executables [EPREFIX/sbin]
1345 --libexecdir=DIR program executables [EPREFIX/libexec]
1346 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1349 --libdir=DIR object code libraries [EPREFIX/lib]
1350 --includedir=DIR C header files [PREFIX/include]
1351 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1352 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1353 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1354 --infodir=DIR info documentation [DATAROOTDIR/info]
1355 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1356 --mandir=DIR man documentation [DATAROOTDIR/man]
1357 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1358 --htmldir=DIR html documentation [DOCDIR]
1359 --dvidir=DIR dvi documentation [DOCDIR]
1360 --pdfdir=DIR pdf documentation [DOCDIR]
1361 --psdir=DIR ps documentation [DOCDIR]
1362 _ACEOF
1364 cat <<\_ACEOF
1366 X features:
1367 --x-includes=DIR X include files are in DIR
1368 --x-libraries=DIR X library files are in DIR
1370 System types:
1371 --build=BUILD configure for building on BUILD [guessed]
1372 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1373 _ACEOF
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive ) echo "Configuration of Wine 1.1.9:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1391 --disable-tests do not build the testsuites
1393 Optional Packages:
1394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1396 --without-alsa do not use the Alsa sound support
1397 --without-audioio do not use the AudioIO sound support
1398 --without-capi do not use CAPI (ISDN support)
1399 --without-cms do not use CMS (color management support)
1400 --without-coreaudio do not use the CoreAudio sound support
1401 --without-cups do not use CUPS
1402 --without-curses do not use (n)curses
1403 --without-esd do not use the EsounD sound support
1404 --without-fontconfig do not use fontconfig
1405 --without-freetype do not use the FreeType library
1406 --without-gphoto do not use gphoto (Digital Camera support)
1407 --without-glu do not use the GLU library
1408 --without-gnutls do not use GnuTLS (schannel support)
1409 --without-hal do not use HAL (dynamic device support)
1410 --without-jack do not use the Jack sound support
1411 --without-jpeg do not use JPEG
1412 --without-ldap do not use LDAP
1413 --without-nas do not use the NAS sound support
1414 --without-opengl do not use OpenGL
1415 --without-openssl do not use OpenSSL
1416 --without-oss do not use the OSS sound support
1417 --without-png do not use PNG
1418 --without-pulse do not use PulseAudio sound support
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 XMKMF Path to xmkmf, Makefile generator for X Window System
1445 CPP C preprocessor
1447 Use these variables to override the choices made by `configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to <wine-devel@winehq.org>.
1451 _ACEOF
1452 ac_status=$?
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" || continue
1459 ac_builddir=.
1461 case "$ac_dir" in
1462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1470 esac ;;
1471 esac
1472 ac_abs_top_builddir=$ac_pwd
1473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir=$ac_top_build_prefix
1477 case $srcdir in
1478 .) # We are building in place.
1479 ac_srcdir=.
1480 ac_top_srcdir=$ac_top_builddir_sub
1481 ac_abs_top_srcdir=$ac_pwd ;;
1482 [\\/]* | ?:[\\/]* ) # Absolute name.
1483 ac_srcdir=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir=$srcdir
1485 ac_abs_top_srcdir=$srcdir ;;
1486 *) # Relative name.
1487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1490 esac
1491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" || { ac_status=$?; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1496 echo &&
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1499 echo &&
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1501 else
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1503 fi || ac_status=$?
1504 cd "$ac_pwd" || { ac_status=$?; break; }
1505 done
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1510 cat <<\_ACEOF
1511 Wine configure 1.1.9
1512 generated by GNU Autoconf 2.61
1514 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1516 This configure script is free software; the Free Software Foundation
1517 gives unlimited permission to copy, distribute and modify it.
1518 _ACEOF
1519 exit
1521 cat >config.log <<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.9, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1528 $ $0 $@
1530 _ACEOF
1531 exec 5>>config.log
1533 cat <<_ASUNAME
1534 ## --------- ##
1535 ## Platform. ##
1536 ## --------- ##
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1555 _ASUNAME
1557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1558 for as_dir in $PATH
1560 IFS=$as_save_IFS
1561 test -z "$as_dir" && as_dir=.
1562 echo "PATH: $as_dir"
1563 done
1564 IFS=$as_save_IFS
1566 } >&5
1568 cat >&5 <<_ACEOF
1571 ## ----------- ##
1572 ## Core tests. ##
1573 ## ----------- ##
1575 _ACEOF
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1583 ac_configure_args=
1584 ac_configure_args0=
1585 ac_configure_args1=
1586 ac_must_keep_next=false
1587 for ac_pass in 1 2
1589 for ac_arg
1591 case $ac_arg in
1592 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1593 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1594 | -silent | --silent | --silen | --sile | --sil)
1595 continue ;;
1596 *\'*)
1597 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1598 esac
1599 case $ac_pass in
1600 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true; then
1604 ac_must_keep_next=false # Got value, back to normal.
1605 else
1606 case $ac_arg in
1607 *=* | --config-cache | -C | -disable-* | --disable-* \
1608 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1609 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1610 | -with-* | --with-* | -without-* | --without-* | --x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1613 esac
1615 -* ) ac_must_keep_next=true ;;
1616 esac
1618 ac_configure_args="$ac_configure_args '$ac_arg'"
1620 esac
1621 done
1622 done
1623 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1624 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1634 echo
1636 cat <<\_ASBOX
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1640 _ASBOX
1641 echo
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1646 case $ac_val in #(
1647 *${as_nl}*)
1648 case $ac_var in #(
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1651 esac
1652 case $ac_var in #(
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1655 esac ;;
1656 esac
1657 done
1658 (set) 2>&1 |
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1661 sed -n \
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1664 ;; #(
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 esac |
1669 sort
1671 echo
1673 cat <<\_ASBOX
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1677 _ASBOX
1678 echo
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1682 case $ac_val in
1683 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1684 esac
1685 echo "$ac_var='\''$ac_val'\''"
1686 done | sort
1687 echo
1689 if test -n "$ac_subst_files"; then
1690 cat <<\_ASBOX
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1694 _ASBOX
1695 echo
1696 for ac_var in $ac_subst_files
1698 eval ac_val=\$$ac_var
1699 case $ac_val in
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1701 esac
1702 echo "$ac_var='\''$ac_val'\''"
1703 done | sort
1704 echo
1707 if test -s confdefs.h; then
1708 cat <<\_ASBOX
1709 ## ----------- ##
1710 ## confdefs.h. ##
1711 ## ----------- ##
1712 _ASBOX
1713 echo
1714 cat confdefs.h
1715 echo
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1720 } >&5
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1723 exit $exit_status
1725 for ac_signal in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1727 done
1728 ac_signal=0
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1757 _ACEOF
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x "$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE; then
1765 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1766 else
1767 set x "$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1770 shift
1771 for ac_site_file
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1777 . "$ac_site_file"
1779 done
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1787 case $cache_file in
1788 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1789 *) . "./$cache_file";;
1790 esac
1792 else
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1795 >$cache_file
1798 # Check that the precious variables saved in the cache have kept the same
1799 # value.
1800 ac_cache_corrupted=false
1801 for ac_var in $ac_precious_vars; do
1802 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1803 eval ac_new_set=\$ac_env_${ac_var}_set
1804 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1805 eval ac_new_val=\$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1807 set,)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,set)
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted=: ;;
1815 ,);;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted=:
1825 fi;;
1826 esac
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1829 case $ac_new_val in
1830 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg=$ac_var=$ac_new_val ;;
1832 esac
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1836 esac
1838 done
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1871 ac_ext=c
1872 ac_cpp='$CPP $CPPFLAGS'
1873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1879 ac_config_headers="$ac_config_headers include/config.h"
1881 ac_aux_dir=
1882 for ac_dir in tools "$srcdir"/tools; do
1883 if test -f "$ac_dir/install-sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install-sh -c"
1886 break
1887 elif test -f "$ac_dir/install.sh"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/install.sh -c"
1890 break
1891 elif test -f "$ac_dir/shtool"; then
1892 ac_aux_dir=$ac_dir
1893 ac_install_sh="$ac_aux_dir/shtool install -c"
1894 break
1896 done
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval=$enable_win64;
1924 # Check whether --enable-tests was given.
1925 if test "${enable_tests+set}" = set; then
1926 enableval=$enable_tests;
1929 # Check whether --enable-maintainer-mode was given.
1930 if test "${enable_maintainer_mode+set}" = set; then
1931 enableval=$enable_maintainer_mode;
1932 else
1933 MAINTAINER_MODE=\#
1939 # Check whether --with-alsa was given.
1940 if test "${with_alsa+set}" = set; then
1941 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1945 # Check whether --with-audioio was given.
1946 if test "${with_audioio+set}" = set; then
1947 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1951 # Check whether --with-capi was given.
1952 if test "${with_capi+set}" = set; then
1953 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1957 # Check whether --with-cms was given.
1958 if test "${with_cms+set}" = set; then
1959 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1963 # Check whether --with-coreaudio was given.
1964 if test "${with_coreaudio+set}" = set; then
1965 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1969 # Check whether --with-cups was given.
1970 if test "${with_cups+set}" = set; then
1971 withval=$with_cups;
1975 # Check whether --with-curses was given.
1976 if test "${with_curses+set}" = set; then
1977 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1981 # Check whether --with-esd was given.
1982 if test "${with_esd+set}" = set; then
1983 withval=$with_esd;
1987 # Check whether --with-fontconfig was given.
1988 if test "${with_fontconfig+set}" = set; then
1989 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1993 # Check whether --with-freetype was given.
1994 if test "${with_freetype+set}" = set; then
1995 withval=$with_freetype;
1999 # Check whether --with-gphoto was given.
2000 if test "${with_gphoto+set}" = set; then
2001 withval=$with_gphoto;
2005 # Check whether --with-glu was given.
2006 if test "${with_glu+set}" = set; then
2007 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2011 # Check whether --with-gnutls was given.
2012 if test "${with_gnutls+set}" = set; then
2013 withval=$with_gnutls;
2017 # Check whether --with-hal was given.
2018 if test "${with_hal+set}" = set; then
2019 withval=$with_hal;
2023 # Check whether --with-jack was given.
2024 if test "${with_jack+set}" = set; then
2025 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2029 # Check whether --with-jpeg was given.
2030 if test "${with_jpeg+set}" = set; then
2031 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2035 # Check whether --with-ldap was given.
2036 if test "${with_ldap+set}" = set; then
2037 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2041 # Check whether --with-nas was given.
2042 if test "${with_nas+set}" = set; then
2043 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2047 # Check whether --with-opengl was given.
2048 if test "${with_opengl+set}" = set; then
2049 withval=$with_opengl;
2053 # Check whether --with-openssl was given.
2054 if test "${with_openssl+set}" = set; then
2055 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2059 # Check whether --with-oss was given.
2060 if test "${with_oss+set}" = set; then
2061 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2065 # Check whether --with-png was given.
2066 if test "${with_png+set}" = set; then
2067 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2071 # Check whether --with-pulse was given.
2072 if test "${with_pulse+set}" = set; then
2073 withval=$with_pulse;
2077 # Check whether --with-sane was given.
2078 if test "${with_sane+set}" = set; then
2079 withval=$with_sane;
2083 # Check whether --with-xcomposite was given.
2084 if test "${with_xcomposite+set}" = set; then
2085 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2089 # Check whether --with-xcursor was given.
2090 if test "${with_xcursor+set}" = set; then
2091 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2095 # Check whether --with-xinerama was given.
2096 if test "${with_xinerama+set}" = set; then
2097 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2101 # Check whether --with-xinput was given.
2102 if test "${with_xinput+set}" = set; then
2103 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2107 # Check whether --with-xml was given.
2108 if test "${with_xml+set}" = set; then
2109 withval=$with_xml;
2113 # Check whether --with-xrandr was given.
2114 if test "${with_xrandr+set}" = set; then
2115 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2119 # Check whether --with-xrender was given.
2120 if test "${with_xrender+set}" = set; then
2121 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2125 # Check whether --with-xshape was given.
2126 if test "${with_xshape+set}" = set; then
2127 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2131 # Check whether --with-xshm was given.
2132 if test "${with_xshm+set}" = set; then
2133 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2137 # Check whether --with-xslt was given.
2138 if test "${with_xslt+set}" = set; then
2139 withval=$with_xslt;
2143 # Check whether --with-xxf86vm was given.
2144 if test "${with_xxf86vm+set}" = set; then
2145 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2150 # Check whether --with-wine-tools was given.
2151 if test "${with_wine_tools+set}" = set; then
2152 withval=$with_wine_tools;
2155 # Check whether --enable-tests was given.
2156 if test "${enable_tests+set}" = set; then
2157 enableval=$enable_tests;
2161 # Make sure we can run config.sub.
2162 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2163 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2164 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2165 { (exit 1); exit 1; }; }
2167 { echo "$as_me:$LINENO: checking build system type" >&5
2168 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2169 if test "${ac_cv_build+set}" = set; then
2170 echo $ECHO_N "(cached) $ECHO_C" >&6
2171 else
2172 ac_build_alias=$build_alias
2173 test "x$ac_build_alias" = x &&
2174 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2175 test "x$ac_build_alias" = x &&
2176 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2177 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2178 { (exit 1); exit 1; }; }
2179 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2180 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2181 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2182 { (exit 1); exit 1; }; }
2185 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2186 echo "${ECHO_T}$ac_cv_build" >&6; }
2187 case $ac_cv_build in
2188 *-*-*) ;;
2189 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2190 echo "$as_me: error: invalid value of canonical build" >&2;}
2191 { (exit 1); exit 1; }; };;
2192 esac
2193 build=$ac_cv_build
2194 ac_save_IFS=$IFS; IFS='-'
2195 set x $ac_cv_build
2196 shift
2197 build_cpu=$1
2198 build_vendor=$2
2199 shift; shift
2200 # Remember, the first character of IFS is used to create $*,
2201 # except with old shells:
2202 build_os=$*
2203 IFS=$ac_save_IFS
2204 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2207 { echo "$as_me:$LINENO: checking host system type" >&5
2208 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2209 if test "${ac_cv_host+set}" = set; then
2210 echo $ECHO_N "(cached) $ECHO_C" >&6
2211 else
2212 if test "x$host_alias" = x; then
2213 ac_cv_host=$ac_cv_build
2214 else
2215 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2216 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2217 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2218 { (exit 1); exit 1; }; }
2222 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2223 echo "${ECHO_T}$ac_cv_host" >&6; }
2224 case $ac_cv_host in
2225 *-*-*) ;;
2226 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2227 echo "$as_me: error: invalid value of canonical host" >&2;}
2228 { (exit 1); exit 1; }; };;
2229 esac
2230 host=$ac_cv_host
2231 ac_save_IFS=$IFS; IFS='-'
2232 set x $ac_cv_host
2233 shift
2234 host_cpu=$1
2235 host_vendor=$2
2236 shift; shift
2237 # Remember, the first character of IFS is used to create $*,
2238 # except with old shells:
2239 host_os=$*
2240 IFS=$ac_save_IFS
2241 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2244 case $host in
2245 x86_64*linux*)
2246 if test "x$enable_win64" != "xyes"
2247 then
2248 CC="${CC:-gcc} -m32"
2249 CXX="${CXX:-g++} -m32"
2250 LD="${LD:-ld} -m elf_i386"
2251 AS="${AS:-as} --32"
2252 host_cpu="i386"
2253 notice_platform="32-bit "
2256 esac
2258 case $host_cpu in
2259 *i[3456789]86*)
2260 if test "x$enable_win16" != "xno"
2261 then
2262 enable_win16="yes"
2265 esac
2267 WIN16_FILES="\$(WIN16_FILES)"
2269 WIN16_INSTALL="\$(WIN16_INSTALL)"
2271 if test "x$enable_win16" != "xyes"
2272 then
2273 WIN16_FILES=""
2274 WIN16_INSTALL=""
2277 if test "x$enable_tests" == "xno"
2278 then
2279 WINETEST=""
2281 else
2282 WINETEST="winetest"
2286 case "$srcdir" in
2287 .) ;;
2288 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2289 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2290 You need to run 'make distclean' in the source tree first." >&5
2291 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2292 You need to run 'make distclean' in the source tree first." >&2;}
2293 { (exit 1); exit 1; }; }
2294 fi ;;
2295 esac
2298 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2299 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2300 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2301 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2302 echo $ECHO_N "(cached) $ECHO_C" >&6
2303 else
2304 cat >conftest.make <<\_ACEOF
2305 SHELL = /bin/sh
2306 all:
2307 @echo '@@@%%%=$(MAKE)=@@@%%%'
2308 _ACEOF
2309 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2310 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2311 *@@@%%%=?*=@@@%%%*)
2312 eval ac_cv_prog_make_${ac_make}_set=yes;;
2314 eval ac_cv_prog_make_${ac_make}_set=no;;
2315 esac
2316 rm -f conftest.make
2318 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2319 { echo "$as_me:$LINENO: result: yes" >&5
2320 echo "${ECHO_T}yes" >&6; }
2321 SET_MAKE=
2322 else
2323 { echo "$as_me:$LINENO: result: no" >&5
2324 echo "${ECHO_T}no" >&6; }
2325 SET_MAKE="MAKE=${MAKE-make}"
2328 ac_ext=c
2329 ac_cpp='$CPP $CPPFLAGS'
2330 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2331 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2332 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2333 if test -n "$ac_tool_prefix"; then
2334 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2335 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2336 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2338 if test "${ac_cv_prog_CC+set}" = set; then
2339 echo $ECHO_N "(cached) $ECHO_C" >&6
2340 else
2341 if test -n "$CC"; then
2342 ac_cv_prog_CC="$CC" # Let the user override the test.
2343 else
2344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2345 for as_dir in $PATH
2347 IFS=$as_save_IFS
2348 test -z "$as_dir" && as_dir=.
2349 for ac_exec_ext in '' $ac_executable_extensions; do
2350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2351 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2353 break 2
2355 done
2356 done
2357 IFS=$as_save_IFS
2361 CC=$ac_cv_prog_CC
2362 if test -n "$CC"; then
2363 { echo "$as_me:$LINENO: result: $CC" >&5
2364 echo "${ECHO_T}$CC" >&6; }
2365 else
2366 { echo "$as_me:$LINENO: result: no" >&5
2367 echo "${ECHO_T}no" >&6; }
2372 if test -z "$ac_cv_prog_CC"; then
2373 ac_ct_CC=$CC
2374 # Extract the first word of "gcc", so it can be a program name with args.
2375 set dummy gcc; ac_word=$2
2376 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2377 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2378 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2379 echo $ECHO_N "(cached) $ECHO_C" >&6
2380 else
2381 if test -n "$ac_ct_CC"; then
2382 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2383 else
2384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2385 for as_dir in $PATH
2387 IFS=$as_save_IFS
2388 test -z "$as_dir" && as_dir=.
2389 for ac_exec_ext in '' $ac_executable_extensions; do
2390 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2391 ac_cv_prog_ac_ct_CC="gcc"
2392 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2393 break 2
2395 done
2396 done
2397 IFS=$as_save_IFS
2401 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2402 if test -n "$ac_ct_CC"; then
2403 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2404 echo "${ECHO_T}$ac_ct_CC" >&6; }
2405 else
2406 { echo "$as_me:$LINENO: result: no" >&5
2407 echo "${ECHO_T}no" >&6; }
2410 if test "x$ac_ct_CC" = x; then
2411 CC=""
2412 else
2413 case $cross_compiling:$ac_tool_warned in
2414 yes:)
2415 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2416 whose name does not start with the host triplet. If you think this
2417 configuration is useful to you, please write to autoconf@gnu.org." >&5
2418 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2419 whose name does not start with the host triplet. If you think this
2420 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2421 ac_tool_warned=yes ;;
2422 esac
2423 CC=$ac_ct_CC
2425 else
2426 CC="$ac_cv_prog_CC"
2429 if test -z "$CC"; then
2430 if test -n "$ac_tool_prefix"; then
2431 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2432 set dummy ${ac_tool_prefix}cc; ac_word=$2
2433 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2435 if test "${ac_cv_prog_CC+set}" = set; then
2436 echo $ECHO_N "(cached) $ECHO_C" >&6
2437 else
2438 if test -n "$CC"; then
2439 ac_cv_prog_CC="$CC" # Let the user override the test.
2440 else
2441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2442 for as_dir in $PATH
2444 IFS=$as_save_IFS
2445 test -z "$as_dir" && as_dir=.
2446 for ac_exec_ext in '' $ac_executable_extensions; do
2447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2448 ac_cv_prog_CC="${ac_tool_prefix}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
2458 CC=$ac_cv_prog_CC
2459 if test -n "$CC"; then
2460 { echo "$as_me:$LINENO: result: $CC" >&5
2461 echo "${ECHO_T}$CC" >&6; }
2462 else
2463 { echo "$as_me:$LINENO: result: no" >&5
2464 echo "${ECHO_T}no" >&6; }
2470 if test -z "$CC"; then
2471 # Extract the first word of "cc", so it can be a program name with args.
2472 set dummy cc; ac_word=$2
2473 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2474 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2475 if test "${ac_cv_prog_CC+set}" = set; then
2476 echo $ECHO_N "(cached) $ECHO_C" >&6
2477 else
2478 if test -n "$CC"; then
2479 ac_cv_prog_CC="$CC" # Let the user override the test.
2480 else
2481 ac_prog_rejected=no
2482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2483 for as_dir in $PATH
2485 IFS=$as_save_IFS
2486 test -z "$as_dir" && as_dir=.
2487 for ac_exec_ext in '' $ac_executable_extensions; do
2488 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2489 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2490 ac_prog_rejected=yes
2491 continue
2493 ac_cv_prog_CC="cc"
2494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2495 break 2
2497 done
2498 done
2499 IFS=$as_save_IFS
2501 if test $ac_prog_rejected = yes; then
2502 # We found a bogon in the path, so make sure we never use it.
2503 set dummy $ac_cv_prog_CC
2504 shift
2505 if test $# != 0; then
2506 # We chose a different compiler from the bogus one.
2507 # However, it has the same basename, so the bogon will be chosen
2508 # first if we set CC to just the basename; use the full file name.
2509 shift
2510 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2515 CC=$ac_cv_prog_CC
2516 if test -n "$CC"; then
2517 { echo "$as_me:$LINENO: result: $CC" >&5
2518 echo "${ECHO_T}$CC" >&6; }
2519 else
2520 { echo "$as_me:$LINENO: result: no" >&5
2521 echo "${ECHO_T}no" >&6; }
2526 if test -z "$CC"; then
2527 if test -n "$ac_tool_prefix"; then
2528 for ac_prog in cl.exe
2530 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2531 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2532 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2533 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2534 if test "${ac_cv_prog_CC+set}" = set; then
2535 echo $ECHO_N "(cached) $ECHO_C" >&6
2536 else
2537 if test -n "$CC"; then
2538 ac_cv_prog_CC="$CC" # Let the user override the test.
2539 else
2540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2541 for as_dir in $PATH
2543 IFS=$as_save_IFS
2544 test -z "$as_dir" && as_dir=.
2545 for ac_exec_ext in '' $ac_executable_extensions; do
2546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2547 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2548 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2549 break 2
2551 done
2552 done
2553 IFS=$as_save_IFS
2557 CC=$ac_cv_prog_CC
2558 if test -n "$CC"; then
2559 { echo "$as_me:$LINENO: result: $CC" >&5
2560 echo "${ECHO_T}$CC" >&6; }
2561 else
2562 { echo "$as_me:$LINENO: result: no" >&5
2563 echo "${ECHO_T}no" >&6; }
2567 test -n "$CC" && break
2568 done
2570 if test -z "$CC"; then
2571 ac_ct_CC=$CC
2572 for ac_prog in cl.exe
2574 # Extract the first word of "$ac_prog", so it can be a program name with args.
2575 set dummy $ac_prog; ac_word=$2
2576 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2578 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2579 echo $ECHO_N "(cached) $ECHO_C" >&6
2580 else
2581 if test -n "$ac_ct_CC"; then
2582 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2583 else
2584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2585 for as_dir in $PATH
2587 IFS=$as_save_IFS
2588 test -z "$as_dir" && as_dir=.
2589 for ac_exec_ext in '' $ac_executable_extensions; do
2590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2591 ac_cv_prog_ac_ct_CC="$ac_prog"
2592 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2593 break 2
2595 done
2596 done
2597 IFS=$as_save_IFS
2601 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2602 if test -n "$ac_ct_CC"; then
2603 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2604 echo "${ECHO_T}$ac_ct_CC" >&6; }
2605 else
2606 { echo "$as_me:$LINENO: result: no" >&5
2607 echo "${ECHO_T}no" >&6; }
2611 test -n "$ac_ct_CC" && break
2612 done
2614 if test "x$ac_ct_CC" = x; then
2615 CC=""
2616 else
2617 case $cross_compiling:$ac_tool_warned in
2618 yes:)
2619 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2620 whose name does not start with the host triplet. If you think this
2621 configuration is useful to you, please write to autoconf@gnu.org." >&5
2622 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2623 whose name does not start with the host triplet. If you think this
2624 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2625 ac_tool_warned=yes ;;
2626 esac
2627 CC=$ac_ct_CC
2634 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2635 See \`config.log' for more details." >&5
2636 echo "$as_me: error: no acceptable C compiler found in \$PATH
2637 See \`config.log' for more details." >&2;}
2638 { (exit 1); exit 1; }; }
2640 # Provide some information about the compiler.
2641 echo "$as_me:$LINENO: checking for C compiler version" >&5
2642 ac_compiler=`set X $ac_compile; echo $2`
2643 { (ac_try="$ac_compiler --version >&5"
2644 case "(($ac_try" in
2645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2646 *) ac_try_echo=$ac_try;;
2647 esac
2648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2649 (eval "$ac_compiler --version >&5") 2>&5
2650 ac_status=$?
2651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2652 (exit $ac_status); }
2653 { (ac_try="$ac_compiler -v >&5"
2654 case "(($ac_try" in
2655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2656 *) ac_try_echo=$ac_try;;
2657 esac
2658 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2659 (eval "$ac_compiler -v >&5") 2>&5
2660 ac_status=$?
2661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2662 (exit $ac_status); }
2663 { (ac_try="$ac_compiler -V >&5"
2664 case "(($ac_try" in
2665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2666 *) ac_try_echo=$ac_try;;
2667 esac
2668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2669 (eval "$ac_compiler -V >&5") 2>&5
2670 ac_status=$?
2671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2672 (exit $ac_status); }
2674 cat >conftest.$ac_ext <<_ACEOF
2675 /* confdefs.h. */
2676 _ACEOF
2677 cat confdefs.h >>conftest.$ac_ext
2678 cat >>conftest.$ac_ext <<_ACEOF
2679 /* end confdefs.h. */
2682 main ()
2686 return 0;
2688 _ACEOF
2689 ac_clean_files_save=$ac_clean_files
2690 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2691 # Try to create an executable without -o first, disregard a.out.
2692 # It will help us diagnose broken compilers, and finding out an intuition
2693 # of exeext.
2694 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2695 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2696 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2698 # List of possible output files, starting from the most likely.
2699 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2700 # only as a last resort. b.out is created by i960 compilers.
2701 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2703 # The IRIX 6 linker writes into existing files which may not be
2704 # executable, retaining their permissions. Remove them first so a
2705 # subsequent execution test works.
2706 ac_rmfiles=
2707 for ac_file in $ac_files
2709 case $ac_file in
2710 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2711 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2712 esac
2713 done
2714 rm -f $ac_rmfiles
2716 if { (ac_try="$ac_link_default"
2717 case "(($ac_try" in
2718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2719 *) ac_try_echo=$ac_try;;
2720 esac
2721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2722 (eval "$ac_link_default") 2>&5
2723 ac_status=$?
2724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2725 (exit $ac_status); }; then
2726 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2727 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2728 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2729 # so that the user can short-circuit this test for compilers unknown to
2730 # Autoconf.
2731 for ac_file in $ac_files ''
2733 test -f "$ac_file" || continue
2734 case $ac_file in
2735 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2737 [ab].out )
2738 # We found the default executable, but exeext='' is most
2739 # certainly right.
2740 break;;
2741 *.* )
2742 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2743 then :; else
2744 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2746 # We set ac_cv_exeext here because the later test for it is not
2747 # safe: cross compilers may not add the suffix if given an `-o'
2748 # argument, so we may need to know it at that point already.
2749 # Even if this section looks crufty: it has the advantage of
2750 # actually working.
2751 break;;
2753 break;;
2754 esac
2755 done
2756 test "$ac_cv_exeext" = no && ac_cv_exeext=
2758 else
2759 ac_file=''
2762 { echo "$as_me:$LINENO: result: $ac_file" >&5
2763 echo "${ECHO_T}$ac_file" >&6; }
2764 if test -z "$ac_file"; then
2765 echo "$as_me: failed program was:" >&5
2766 sed 's/^/| /' conftest.$ac_ext >&5
2768 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2769 See \`config.log' for more details." >&5
2770 echo "$as_me: error: C compiler cannot create executables
2771 See \`config.log' for more details." >&2;}
2772 { (exit 77); exit 77; }; }
2775 ac_exeext=$ac_cv_exeext
2777 # Check that the compiler produces executables we can run. If not, either
2778 # the compiler is broken, or we cross compile.
2779 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2780 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2781 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2782 # If not cross compiling, check that we can run a simple program.
2783 if test "$cross_compiling" != yes; then
2784 if { ac_try='./$ac_file'
2785 { (case "(($ac_try" in
2786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2787 *) ac_try_echo=$ac_try;;
2788 esac
2789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2790 (eval "$ac_try") 2>&5
2791 ac_status=$?
2792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2793 (exit $ac_status); }; }; then
2794 cross_compiling=no
2795 else
2796 if test "$cross_compiling" = maybe; then
2797 cross_compiling=yes
2798 else
2799 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2800 If you meant to cross compile, use \`--host'.
2801 See \`config.log' for more details." >&5
2802 echo "$as_me: error: cannot run C compiled programs.
2803 If you meant to cross compile, use \`--host'.
2804 See \`config.log' for more details." >&2;}
2805 { (exit 1); exit 1; }; }
2809 { echo "$as_me:$LINENO: result: yes" >&5
2810 echo "${ECHO_T}yes" >&6; }
2812 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2813 ac_clean_files=$ac_clean_files_save
2814 # Check that the compiler produces executables we can run. If not, either
2815 # the compiler is broken, or we cross compile.
2816 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2817 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2818 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2819 echo "${ECHO_T}$cross_compiling" >&6; }
2821 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2822 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2823 if { (ac_try="$ac_link"
2824 case "(($ac_try" in
2825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2826 *) ac_try_echo=$ac_try;;
2827 esac
2828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2829 (eval "$ac_link") 2>&5
2830 ac_status=$?
2831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2832 (exit $ac_status); }; then
2833 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2834 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2835 # work properly (i.e., refer to `conftest.exe'), while it won't with
2836 # `rm'.
2837 for ac_file in conftest.exe conftest conftest.*; do
2838 test -f "$ac_file" || continue
2839 case $ac_file in
2840 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2841 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2842 break;;
2843 * ) break;;
2844 esac
2845 done
2846 else
2847 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2848 See \`config.log' for more details." >&5
2849 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2850 See \`config.log' for more details." >&2;}
2851 { (exit 1); exit 1; }; }
2854 rm -f conftest$ac_cv_exeext
2855 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2856 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2858 rm -f conftest.$ac_ext
2859 EXEEXT=$ac_cv_exeext
2860 ac_exeext=$EXEEXT
2861 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2862 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2863 if test "${ac_cv_objext+set}" = set; then
2864 echo $ECHO_N "(cached) $ECHO_C" >&6
2865 else
2866 cat >conftest.$ac_ext <<_ACEOF
2867 /* confdefs.h. */
2868 _ACEOF
2869 cat confdefs.h >>conftest.$ac_ext
2870 cat >>conftest.$ac_ext <<_ACEOF
2871 /* end confdefs.h. */
2874 main ()
2878 return 0;
2880 _ACEOF
2881 rm -f conftest.o conftest.obj
2882 if { (ac_try="$ac_compile"
2883 case "(($ac_try" in
2884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2885 *) ac_try_echo=$ac_try;;
2886 esac
2887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2888 (eval "$ac_compile") 2>&5
2889 ac_status=$?
2890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2891 (exit $ac_status); }; then
2892 for ac_file in conftest.o conftest.obj conftest.*; do
2893 test -f "$ac_file" || continue;
2894 case $ac_file in
2895 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2896 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2897 break;;
2898 esac
2899 done
2900 else
2901 echo "$as_me: failed program was:" >&5
2902 sed 's/^/| /' conftest.$ac_ext >&5
2904 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2905 See \`config.log' for more details." >&5
2906 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2907 See \`config.log' for more details." >&2;}
2908 { (exit 1); exit 1; }; }
2911 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2913 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2914 echo "${ECHO_T}$ac_cv_objext" >&6; }
2915 OBJEXT=$ac_cv_objext
2916 ac_objext=$OBJEXT
2917 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2918 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2919 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2920 echo $ECHO_N "(cached) $ECHO_C" >&6
2921 else
2922 cat >conftest.$ac_ext <<_ACEOF
2923 /* confdefs.h. */
2924 _ACEOF
2925 cat confdefs.h >>conftest.$ac_ext
2926 cat >>conftest.$ac_ext <<_ACEOF
2927 /* end confdefs.h. */
2930 main ()
2932 #ifndef __GNUC__
2933 choke me
2934 #endif
2937 return 0;
2939 _ACEOF
2940 rm -f conftest.$ac_objext
2941 if { (ac_try="$ac_compile"
2942 case "(($ac_try" in
2943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2944 *) ac_try_echo=$ac_try;;
2945 esac
2946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2947 (eval "$ac_compile") 2>conftest.er1
2948 ac_status=$?
2949 grep -v '^ *+' conftest.er1 >conftest.err
2950 rm -f conftest.er1
2951 cat conftest.err >&5
2952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2953 (exit $ac_status); } && {
2954 test -z "$ac_c_werror_flag" ||
2955 test ! -s conftest.err
2956 } && test -s conftest.$ac_objext; then
2957 ac_compiler_gnu=yes
2958 else
2959 echo "$as_me: failed program was:" >&5
2960 sed 's/^/| /' conftest.$ac_ext >&5
2962 ac_compiler_gnu=no
2965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2966 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2969 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2970 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2971 GCC=`test $ac_compiler_gnu = yes && echo yes`
2972 ac_test_CFLAGS=${CFLAGS+set}
2973 ac_save_CFLAGS=$CFLAGS
2974 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2975 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2976 if test "${ac_cv_prog_cc_g+set}" = set; then
2977 echo $ECHO_N "(cached) $ECHO_C" >&6
2978 else
2979 ac_save_c_werror_flag=$ac_c_werror_flag
2980 ac_c_werror_flag=yes
2981 ac_cv_prog_cc_g=no
2982 CFLAGS="-g"
2983 cat >conftest.$ac_ext <<_ACEOF
2984 /* confdefs.h. */
2985 _ACEOF
2986 cat confdefs.h >>conftest.$ac_ext
2987 cat >>conftest.$ac_ext <<_ACEOF
2988 /* end confdefs.h. */
2991 main ()
2995 return 0;
2997 _ACEOF
2998 rm -f conftest.$ac_objext
2999 if { (ac_try="$ac_compile"
3000 case "(($ac_try" in
3001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3002 *) ac_try_echo=$ac_try;;
3003 esac
3004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3005 (eval "$ac_compile") 2>conftest.er1
3006 ac_status=$?
3007 grep -v '^ *+' conftest.er1 >conftest.err
3008 rm -f conftest.er1
3009 cat conftest.err >&5
3010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3011 (exit $ac_status); } && {
3012 test -z "$ac_c_werror_flag" ||
3013 test ! -s conftest.err
3014 } && test -s conftest.$ac_objext; then
3015 ac_cv_prog_cc_g=yes
3016 else
3017 echo "$as_me: failed program was:" >&5
3018 sed 's/^/| /' conftest.$ac_ext >&5
3020 CFLAGS=""
3021 cat >conftest.$ac_ext <<_ACEOF
3022 /* confdefs.h. */
3023 _ACEOF
3024 cat confdefs.h >>conftest.$ac_ext
3025 cat >>conftest.$ac_ext <<_ACEOF
3026 /* end confdefs.h. */
3029 main ()
3033 return 0;
3035 _ACEOF
3036 rm -f conftest.$ac_objext
3037 if { (ac_try="$ac_compile"
3038 case "(($ac_try" in
3039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3040 *) ac_try_echo=$ac_try;;
3041 esac
3042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3043 (eval "$ac_compile") 2>conftest.er1
3044 ac_status=$?
3045 grep -v '^ *+' conftest.er1 >conftest.err
3046 rm -f conftest.er1
3047 cat conftest.err >&5
3048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3049 (exit $ac_status); } && {
3050 test -z "$ac_c_werror_flag" ||
3051 test ! -s conftest.err
3052 } && test -s conftest.$ac_objext; then
3054 else
3055 echo "$as_me: failed program was:" >&5
3056 sed 's/^/| /' conftest.$ac_ext >&5
3058 ac_c_werror_flag=$ac_save_c_werror_flag
3059 CFLAGS="-g"
3060 cat >conftest.$ac_ext <<_ACEOF
3061 /* confdefs.h. */
3062 _ACEOF
3063 cat confdefs.h >>conftest.$ac_ext
3064 cat >>conftest.$ac_ext <<_ACEOF
3065 /* end confdefs.h. */
3068 main ()
3072 return 0;
3074 _ACEOF
3075 rm -f conftest.$ac_objext
3076 if { (ac_try="$ac_compile"
3077 case "(($ac_try" in
3078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3079 *) ac_try_echo=$ac_try;;
3080 esac
3081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3082 (eval "$ac_compile") 2>conftest.er1
3083 ac_status=$?
3084 grep -v '^ *+' conftest.er1 >conftest.err
3085 rm -f conftest.er1
3086 cat conftest.err >&5
3087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3088 (exit $ac_status); } && {
3089 test -z "$ac_c_werror_flag" ||
3090 test ! -s conftest.err
3091 } && test -s conftest.$ac_objext; then
3092 ac_cv_prog_cc_g=yes
3093 else
3094 echo "$as_me: failed program was:" >&5
3095 sed 's/^/| /' conftest.$ac_ext >&5
3100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3107 ac_c_werror_flag=$ac_save_c_werror_flag
3109 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3110 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3111 if test "$ac_test_CFLAGS" = set; then
3112 CFLAGS=$ac_save_CFLAGS
3113 elif test $ac_cv_prog_cc_g = yes; then
3114 if test "$GCC" = yes; then
3115 CFLAGS="-g -O2"
3116 else
3117 CFLAGS="-g"
3119 else
3120 if test "$GCC" = yes; then
3121 CFLAGS="-O2"
3122 else
3123 CFLAGS=
3126 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3127 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3128 if test "${ac_cv_prog_cc_c89+set}" = set; then
3129 echo $ECHO_N "(cached) $ECHO_C" >&6
3130 else
3131 ac_cv_prog_cc_c89=no
3132 ac_save_CC=$CC
3133 cat >conftest.$ac_ext <<_ACEOF
3134 /* confdefs.h. */
3135 _ACEOF
3136 cat confdefs.h >>conftest.$ac_ext
3137 cat >>conftest.$ac_ext <<_ACEOF
3138 /* end confdefs.h. */
3139 #include <stdarg.h>
3140 #include <stdio.h>
3141 #include <sys/types.h>
3142 #include <sys/stat.h>
3143 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3144 struct buf { int x; };
3145 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3146 static char *e (p, i)
3147 char **p;
3148 int i;
3150 return p[i];
3152 static char *f (char * (*g) (char **, int), char **p, ...)
3154 char *s;
3155 va_list v;
3156 va_start (v,p);
3157 s = g (p, va_arg (v,int));
3158 va_end (v);
3159 return s;
3162 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3163 function prototypes and stuff, but not '\xHH' hex character constants.
3164 These don't provoke an error unfortunately, instead are silently treated
3165 as 'x'. The following induces an error, until -std is added to get
3166 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3167 array size at least. It's necessary to write '\x00'==0 to get something
3168 that's true only with -std. */
3169 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3171 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3172 inside strings and character constants. */
3173 #define FOO(x) 'x'
3174 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3176 int test (int i, double x);
3177 struct s1 {int (*f) (int a);};
3178 struct s2 {int (*f) (double a);};
3179 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3180 int argc;
3181 char **argv;
3183 main ()
3185 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3187 return 0;
3189 _ACEOF
3190 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3191 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3193 CC="$ac_save_CC $ac_arg"
3194 rm -f conftest.$ac_objext
3195 if { (ac_try="$ac_compile"
3196 case "(($ac_try" in
3197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3198 *) ac_try_echo=$ac_try;;
3199 esac
3200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3201 (eval "$ac_compile") 2>conftest.er1
3202 ac_status=$?
3203 grep -v '^ *+' conftest.er1 >conftest.err
3204 rm -f conftest.er1
3205 cat conftest.err >&5
3206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3207 (exit $ac_status); } && {
3208 test -z "$ac_c_werror_flag" ||
3209 test ! -s conftest.err
3210 } && test -s conftest.$ac_objext; then
3211 ac_cv_prog_cc_c89=$ac_arg
3212 else
3213 echo "$as_me: failed program was:" >&5
3214 sed 's/^/| /' conftest.$ac_ext >&5
3219 rm -f core conftest.err conftest.$ac_objext
3220 test "x$ac_cv_prog_cc_c89" != "xno" && break
3221 done
3222 rm -f conftest.$ac_ext
3223 CC=$ac_save_CC
3226 # AC_CACHE_VAL
3227 case "x$ac_cv_prog_cc_c89" in
3229 { echo "$as_me:$LINENO: result: none needed" >&5
3230 echo "${ECHO_T}none needed" >&6; } ;;
3231 xno)
3232 { echo "$as_me:$LINENO: result: unsupported" >&5
3233 echo "${ECHO_T}unsupported" >&6; } ;;
3235 CC="$CC $ac_cv_prog_cc_c89"
3236 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3237 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3238 esac
3241 ac_ext=c
3242 ac_cpp='$CPP $CPPFLAGS'
3243 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3244 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3245 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3247 ac_ext=cpp
3248 ac_cpp='$CXXCPP $CPPFLAGS'
3249 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3250 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3251 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3252 if test -z "$CXX"; then
3253 if test -n "$CCC"; then
3254 CXX=$CCC
3255 else
3256 if test -n "$ac_tool_prefix"; then
3257 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3259 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3260 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3261 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3262 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3263 if test "${ac_cv_prog_CXX+set}" = set; then
3264 echo $ECHO_N "(cached) $ECHO_C" >&6
3265 else
3266 if test -n "$CXX"; then
3267 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3268 else
3269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3270 for as_dir in $PATH
3272 IFS=$as_save_IFS
3273 test -z "$as_dir" && as_dir=.
3274 for ac_exec_ext in '' $ac_executable_extensions; do
3275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3276 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3277 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3278 break 2
3280 done
3281 done
3282 IFS=$as_save_IFS
3286 CXX=$ac_cv_prog_CXX
3287 if test -n "$CXX"; then
3288 { echo "$as_me:$LINENO: result: $CXX" >&5
3289 echo "${ECHO_T}$CXX" >&6; }
3290 else
3291 { echo "$as_me:$LINENO: result: no" >&5
3292 echo "${ECHO_T}no" >&6; }
3296 test -n "$CXX" && break
3297 done
3299 if test -z "$CXX"; then
3300 ac_ct_CXX=$CXX
3301 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3303 # Extract the first word of "$ac_prog", so it can be a program name with args.
3304 set dummy $ac_prog; ac_word=$2
3305 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3306 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3307 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3308 echo $ECHO_N "(cached) $ECHO_C" >&6
3309 else
3310 if test -n "$ac_ct_CXX"; then
3311 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3312 else
3313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3314 for as_dir in $PATH
3316 IFS=$as_save_IFS
3317 test -z "$as_dir" && as_dir=.
3318 for ac_exec_ext in '' $ac_executable_extensions; do
3319 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3320 ac_cv_prog_ac_ct_CXX="$ac_prog"
3321 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3322 break 2
3324 done
3325 done
3326 IFS=$as_save_IFS
3330 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3331 if test -n "$ac_ct_CXX"; then
3332 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3333 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3334 else
3335 { echo "$as_me:$LINENO: result: no" >&5
3336 echo "${ECHO_T}no" >&6; }
3340 test -n "$ac_ct_CXX" && break
3341 done
3343 if test "x$ac_ct_CXX" = x; then
3344 CXX="g++"
3345 else
3346 case $cross_compiling:$ac_tool_warned in
3347 yes:)
3348 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3349 whose name does not start with the host triplet. If you think this
3350 configuration is useful to you, please write to autoconf@gnu.org." >&5
3351 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3352 whose name does not start with the host triplet. If you think this
3353 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3354 ac_tool_warned=yes ;;
3355 esac
3356 CXX=$ac_ct_CXX
3362 # Provide some information about the compiler.
3363 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3364 ac_compiler=`set X $ac_compile; echo $2`
3365 { (ac_try="$ac_compiler --version >&5"
3366 case "(($ac_try" in
3367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3368 *) ac_try_echo=$ac_try;;
3369 esac
3370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3371 (eval "$ac_compiler --version >&5") 2>&5
3372 ac_status=$?
3373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3374 (exit $ac_status); }
3375 { (ac_try="$ac_compiler -v >&5"
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_compiler -v >&5") 2>&5
3382 ac_status=$?
3383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3384 (exit $ac_status); }
3385 { (ac_try="$ac_compiler -V >&5"
3386 case "(($ac_try" in
3387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3388 *) ac_try_echo=$ac_try;;
3389 esac
3390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3391 (eval "$ac_compiler -V >&5") 2>&5
3392 ac_status=$?
3393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3394 (exit $ac_status); }
3396 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3397 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3398 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3399 echo $ECHO_N "(cached) $ECHO_C" >&6
3400 else
3401 cat >conftest.$ac_ext <<_ACEOF
3402 /* confdefs.h. */
3403 _ACEOF
3404 cat confdefs.h >>conftest.$ac_ext
3405 cat >>conftest.$ac_ext <<_ACEOF
3406 /* end confdefs.h. */
3409 main ()
3411 #ifndef __GNUC__
3412 choke me
3413 #endif
3416 return 0;
3418 _ACEOF
3419 rm -f conftest.$ac_objext
3420 if { (ac_try="$ac_compile"
3421 case "(($ac_try" in
3422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3423 *) ac_try_echo=$ac_try;;
3424 esac
3425 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3426 (eval "$ac_compile") 2>conftest.er1
3427 ac_status=$?
3428 grep -v '^ *+' conftest.er1 >conftest.err
3429 rm -f conftest.er1
3430 cat conftest.err >&5
3431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3432 (exit $ac_status); } && {
3433 test -z "$ac_cxx_werror_flag" ||
3434 test ! -s conftest.err
3435 } && test -s conftest.$ac_objext; then
3436 ac_compiler_gnu=yes
3437 else
3438 echo "$as_me: failed program was:" >&5
3439 sed 's/^/| /' conftest.$ac_ext >&5
3441 ac_compiler_gnu=no
3444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3445 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3448 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3449 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3450 GXX=`test $ac_compiler_gnu = yes && echo yes`
3451 ac_test_CXXFLAGS=${CXXFLAGS+set}
3452 ac_save_CXXFLAGS=$CXXFLAGS
3453 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3454 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3455 if test "${ac_cv_prog_cxx_g+set}" = set; then
3456 echo $ECHO_N "(cached) $ECHO_C" >&6
3457 else
3458 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3459 ac_cxx_werror_flag=yes
3460 ac_cv_prog_cxx_g=no
3461 CXXFLAGS="-g"
3462 cat >conftest.$ac_ext <<_ACEOF
3463 /* confdefs.h. */
3464 _ACEOF
3465 cat confdefs.h >>conftest.$ac_ext
3466 cat >>conftest.$ac_ext <<_ACEOF
3467 /* end confdefs.h. */
3470 main ()
3474 return 0;
3476 _ACEOF
3477 rm -f conftest.$ac_objext
3478 if { (ac_try="$ac_compile"
3479 case "(($ac_try" in
3480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3481 *) ac_try_echo=$ac_try;;
3482 esac
3483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3484 (eval "$ac_compile") 2>conftest.er1
3485 ac_status=$?
3486 grep -v '^ *+' conftest.er1 >conftest.err
3487 rm -f conftest.er1
3488 cat conftest.err >&5
3489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); } && {
3491 test -z "$ac_cxx_werror_flag" ||
3492 test ! -s conftest.err
3493 } && test -s conftest.$ac_objext; then
3494 ac_cv_prog_cxx_g=yes
3495 else
3496 echo "$as_me: failed program was:" >&5
3497 sed 's/^/| /' conftest.$ac_ext >&5
3499 CXXFLAGS=""
3500 cat >conftest.$ac_ext <<_ACEOF
3501 /* confdefs.h. */
3502 _ACEOF
3503 cat confdefs.h >>conftest.$ac_ext
3504 cat >>conftest.$ac_ext <<_ACEOF
3505 /* end confdefs.h. */
3508 main ()
3512 return 0;
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520 esac
3521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3522 (eval "$ac_compile") 2>conftest.er1
3523 ac_status=$?
3524 grep -v '^ *+' conftest.er1 >conftest.err
3525 rm -f conftest.er1
3526 cat conftest.err >&5
3527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3528 (exit $ac_status); } && {
3529 test -z "$ac_cxx_werror_flag" ||
3530 test ! -s conftest.err
3531 } && test -s conftest.$ac_objext; then
3533 else
3534 echo "$as_me: failed program was:" >&5
3535 sed 's/^/| /' conftest.$ac_ext >&5
3537 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3538 CXXFLAGS="-g"
3539 cat >conftest.$ac_ext <<_ACEOF
3540 /* confdefs.h. */
3541 _ACEOF
3542 cat confdefs.h >>conftest.$ac_ext
3543 cat >>conftest.$ac_ext <<_ACEOF
3544 /* end confdefs.h. */
3547 main ()
3551 return 0;
3553 _ACEOF
3554 rm -f conftest.$ac_objext
3555 if { (ac_try="$ac_compile"
3556 case "(($ac_try" in
3557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3558 *) ac_try_echo=$ac_try;;
3559 esac
3560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3561 (eval "$ac_compile") 2>conftest.er1
3562 ac_status=$?
3563 grep -v '^ *+' conftest.er1 >conftest.err
3564 rm -f conftest.er1
3565 cat conftest.err >&5
3566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3567 (exit $ac_status); } && {
3568 test -z "$ac_cxx_werror_flag" ||
3569 test ! -s conftest.err
3570 } && test -s conftest.$ac_objext; then
3571 ac_cv_prog_cxx_g=yes
3572 else
3573 echo "$as_me: failed program was:" >&5
3574 sed 's/^/| /' conftest.$ac_ext >&5
3579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3586 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3588 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3589 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3590 if test "$ac_test_CXXFLAGS" = set; then
3591 CXXFLAGS=$ac_save_CXXFLAGS
3592 elif test $ac_cv_prog_cxx_g = yes; then
3593 if test "$GXX" = yes; then
3594 CXXFLAGS="-g -O2"
3595 else
3596 CXXFLAGS="-g"
3598 else
3599 if test "$GXX" = yes; then
3600 CXXFLAGS="-O2"
3601 else
3602 CXXFLAGS=
3605 ac_ext=c
3606 ac_cpp='$CPP $CPPFLAGS'
3607 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3608 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3609 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3611 if test -n "$ac_tool_prefix"; then
3612 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3613 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3614 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3615 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3616 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3617 echo $ECHO_N "(cached) $ECHO_C" >&6
3618 else
3619 if test -n "$CPPBIN"; then
3620 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3621 else
3622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3623 for as_dir in $PATH
3625 IFS=$as_save_IFS
3626 test -z "$as_dir" && as_dir=.
3627 for ac_exec_ext in '' $ac_executable_extensions; do
3628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3629 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3630 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3631 break 2
3633 done
3634 done
3635 IFS=$as_save_IFS
3639 CPPBIN=$ac_cv_prog_CPPBIN
3640 if test -n "$CPPBIN"; then
3641 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3642 echo "${ECHO_T}$CPPBIN" >&6; }
3643 else
3644 { echo "$as_me:$LINENO: result: no" >&5
3645 echo "${ECHO_T}no" >&6; }
3650 if test -z "$ac_cv_prog_CPPBIN"; then
3651 ac_ct_CPPBIN=$CPPBIN
3652 # Extract the first word of "cpp", so it can be a program name with args.
3653 set dummy cpp; ac_word=$2
3654 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3655 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3656 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3657 echo $ECHO_N "(cached) $ECHO_C" >&6
3658 else
3659 if test -n "$ac_ct_CPPBIN"; then
3660 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3661 else
3662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3663 for as_dir in $PATH
3665 IFS=$as_save_IFS
3666 test -z "$as_dir" && as_dir=.
3667 for ac_exec_ext in '' $ac_executable_extensions; do
3668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3669 ac_cv_prog_ac_ct_CPPBIN="cpp"
3670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3671 break 2
3673 done
3674 done
3675 IFS=$as_save_IFS
3679 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3680 if test -n "$ac_ct_CPPBIN"; then
3681 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3682 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3683 else
3684 { echo "$as_me:$LINENO: result: no" >&5
3685 echo "${ECHO_T}no" >&6; }
3688 if test "x$ac_ct_CPPBIN" = x; then
3689 CPPBIN="cpp"
3690 else
3691 case $cross_compiling:$ac_tool_warned in
3692 yes:)
3693 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3694 whose name does not start with the host triplet. If you think this
3695 configuration is useful to you, please write to autoconf@gnu.org." >&5
3696 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3697 whose name does not start with the host triplet. If you think this
3698 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3699 ac_tool_warned=yes ;;
3700 esac
3701 CPPBIN=$ac_ct_CPPBIN
3703 else
3704 CPPBIN="$ac_cv_prog_CPPBIN"
3708 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3709 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3710 if test "${wine_cv_toolsdir+set}" = set; then
3711 echo $ECHO_N "(cached) $ECHO_C" >&6
3712 else
3713 if test -z "$with_wine_tools"; then
3714 if test "$cross_compiling" = "yes"; then
3715 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3716 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3717 { (exit 1); exit 1; }; }
3718 else
3719 wine_cv_toolsdir="\$(TOPOBJDIR)"
3721 elif test -d "$with_wine_tools/tools/winebuild"; then
3722 case $with_wine_tools in
3723 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3724 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3725 esac
3726 else
3727 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3728 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3729 { (exit 1); exit 1; }; }
3732 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3733 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3734 TOOLSDIR=$wine_cv_toolsdir
3738 ac_ext=c
3739 ac_cpp='$CPP $CPPFLAGS'
3740 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3741 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3742 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3743 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3744 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3745 # On Suns, sometimes $CPP names a directory.
3746 if test -n "$CPP" && test -d "$CPP"; then
3747 CPP=
3749 if test -z "$CPP"; then
3750 if test "${ac_cv_prog_CPP+set}" = set; then
3751 echo $ECHO_N "(cached) $ECHO_C" >&6
3752 else
3753 # Double quotes because CPP needs to be expanded
3754 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3756 ac_preproc_ok=false
3757 for ac_c_preproc_warn_flag in '' yes
3759 # Use a header file that comes with gcc, so configuring glibc
3760 # with a fresh cross-compiler works.
3761 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3762 # <limits.h> exists even on freestanding compilers.
3763 # On the NeXT, cc -E runs the code through the compiler's parser,
3764 # not just through cpp. "Syntax error" is here to catch this case.
3765 cat >conftest.$ac_ext <<_ACEOF
3766 /* confdefs.h. */
3767 _ACEOF
3768 cat confdefs.h >>conftest.$ac_ext
3769 cat >>conftest.$ac_ext <<_ACEOF
3770 /* end confdefs.h. */
3771 #ifdef __STDC__
3772 # include <limits.h>
3773 #else
3774 # include <assert.h>
3775 #endif
3776 Syntax error
3777 _ACEOF
3778 if { (ac_try="$ac_cpp conftest.$ac_ext"
3779 case "(($ac_try" in
3780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3781 *) ac_try_echo=$ac_try;;
3782 esac
3783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3784 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3785 ac_status=$?
3786 grep -v '^ *+' conftest.er1 >conftest.err
3787 rm -f conftest.er1
3788 cat conftest.err >&5
3789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3790 (exit $ac_status); } >/dev/null && {
3791 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3792 test ! -s conftest.err
3793 }; then
3795 else
3796 echo "$as_me: failed program was:" >&5
3797 sed 's/^/| /' conftest.$ac_ext >&5
3799 # Broken: fails on valid input.
3800 continue
3803 rm -f conftest.err conftest.$ac_ext
3805 # OK, works on sane cases. Now check whether nonexistent headers
3806 # can be detected and how.
3807 cat >conftest.$ac_ext <<_ACEOF
3808 /* confdefs.h. */
3809 _ACEOF
3810 cat confdefs.h >>conftest.$ac_ext
3811 cat >>conftest.$ac_ext <<_ACEOF
3812 /* end confdefs.h. */
3813 #include <ac_nonexistent.h>
3814 _ACEOF
3815 if { (ac_try="$ac_cpp conftest.$ac_ext"
3816 case "(($ac_try" in
3817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3818 *) ac_try_echo=$ac_try;;
3819 esac
3820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3821 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3822 ac_status=$?
3823 grep -v '^ *+' conftest.er1 >conftest.err
3824 rm -f conftest.er1
3825 cat conftest.err >&5
3826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3827 (exit $ac_status); } >/dev/null && {
3828 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3829 test ! -s conftest.err
3830 }; then
3831 # Broken: success on invalid input.
3832 continue
3833 else
3834 echo "$as_me: failed program was:" >&5
3835 sed 's/^/| /' conftest.$ac_ext >&5
3837 # Passes both tests.
3838 ac_preproc_ok=:
3839 break
3842 rm -f conftest.err conftest.$ac_ext
3844 done
3845 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3846 rm -f conftest.err conftest.$ac_ext
3847 if $ac_preproc_ok; then
3848 break
3851 done
3852 ac_cv_prog_CPP=$CPP
3855 CPP=$ac_cv_prog_CPP
3856 else
3857 ac_cv_prog_CPP=$CPP
3859 { echo "$as_me:$LINENO: result: $CPP" >&5
3860 echo "${ECHO_T}$CPP" >&6; }
3861 ac_preproc_ok=false
3862 for ac_c_preproc_warn_flag in '' yes
3864 # Use a header file that comes with gcc, so configuring glibc
3865 # with a fresh cross-compiler works.
3866 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3867 # <limits.h> exists even on freestanding compilers.
3868 # On the NeXT, cc -E runs the code through the compiler's parser,
3869 # not just through cpp. "Syntax error" is here to catch this case.
3870 cat >conftest.$ac_ext <<_ACEOF
3871 /* confdefs.h. */
3872 _ACEOF
3873 cat confdefs.h >>conftest.$ac_ext
3874 cat >>conftest.$ac_ext <<_ACEOF
3875 /* end confdefs.h. */
3876 #ifdef __STDC__
3877 # include <limits.h>
3878 #else
3879 # include <assert.h>
3880 #endif
3881 Syntax error
3882 _ACEOF
3883 if { (ac_try="$ac_cpp conftest.$ac_ext"
3884 case "(($ac_try" in
3885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3886 *) ac_try_echo=$ac_try;;
3887 esac
3888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3889 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3890 ac_status=$?
3891 grep -v '^ *+' conftest.er1 >conftest.err
3892 rm -f conftest.er1
3893 cat conftest.err >&5
3894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3895 (exit $ac_status); } >/dev/null && {
3896 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3897 test ! -s conftest.err
3898 }; then
3900 else
3901 echo "$as_me: failed program was:" >&5
3902 sed 's/^/| /' conftest.$ac_ext >&5
3904 # Broken: fails on valid input.
3905 continue
3908 rm -f conftest.err conftest.$ac_ext
3910 # OK, works on sane cases. Now check whether nonexistent headers
3911 # can be detected and how.
3912 cat >conftest.$ac_ext <<_ACEOF
3913 /* confdefs.h. */
3914 _ACEOF
3915 cat confdefs.h >>conftest.$ac_ext
3916 cat >>conftest.$ac_ext <<_ACEOF
3917 /* end confdefs.h. */
3918 #include <ac_nonexistent.h>
3919 _ACEOF
3920 if { (ac_try="$ac_cpp conftest.$ac_ext"
3921 case "(($ac_try" in
3922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3923 *) ac_try_echo=$ac_try;;
3924 esac
3925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3926 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3927 ac_status=$?
3928 grep -v '^ *+' conftest.er1 >conftest.err
3929 rm -f conftest.er1
3930 cat conftest.err >&5
3931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3932 (exit $ac_status); } >/dev/null && {
3933 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3934 test ! -s conftest.err
3935 }; then
3936 # Broken: success on invalid input.
3937 continue
3938 else
3939 echo "$as_me: failed program was:" >&5
3940 sed 's/^/| /' conftest.$ac_ext >&5
3942 # Passes both tests.
3943 ac_preproc_ok=:
3944 break
3947 rm -f conftest.err conftest.$ac_ext
3949 done
3950 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3951 rm -f conftest.err conftest.$ac_ext
3952 if $ac_preproc_ok; then
3954 else
3955 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3956 See \`config.log' for more details." >&5
3957 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3958 See \`config.log' for more details." >&2;}
3959 { (exit 1); exit 1; }; }
3962 ac_ext=c
3963 ac_cpp='$CPP $CPPFLAGS'
3964 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3965 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3966 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3969 { echo "$as_me:$LINENO: checking for X" >&5
3970 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3973 # Check whether --with-x was given.
3974 if test "${with_x+set}" = set; then
3975 withval=$with_x;
3978 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3979 if test "x$with_x" = xno; then
3980 # The user explicitly disabled X.
3981 have_x=disabled
3982 else
3983 case $x_includes,$x_libraries in #(
3984 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3985 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3986 { (exit 1); exit 1; }; };; #(
3987 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3988 echo $ECHO_N "(cached) $ECHO_C" >&6
3989 else
3990 # One or both of the vars are not set, and there is no cached value.
3991 ac_x_includes=no ac_x_libraries=no
3992 rm -f -r conftest.dir
3993 if mkdir conftest.dir; then
3994 cd conftest.dir
3995 cat >Imakefile <<'_ACEOF'
3996 incroot:
3997 @echo incroot='${INCROOT}'
3998 usrlibdir:
3999 @echo usrlibdir='${USRLIBDIR}'
4000 libdir:
4001 @echo libdir='${LIBDIR}'
4002 _ACEOF
4003 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4004 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4005 for ac_var in incroot usrlibdir libdir; do
4006 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4007 done
4008 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4009 for ac_extension in a so sl; do
4010 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4011 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4012 ac_im_usrlibdir=$ac_im_libdir; break
4014 done
4015 # Screen out bogus values from the imake configuration. They are
4016 # bogus both because they are the default anyway, and because
4017 # using them would break gcc on systems where it needs fixed includes.
4018 case $ac_im_incroot in
4019 /usr/include) ac_x_includes= ;;
4020 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4021 esac
4022 case $ac_im_usrlibdir in
4023 /usr/lib | /lib) ;;
4024 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4025 esac
4027 cd ..
4028 rm -f -r conftest.dir
4031 # Standard set of common directories for X headers.
4032 # Check X11 before X11Rn because it is often a symlink to the current release.
4033 ac_x_header_dirs='
4034 /usr/X11/include
4035 /usr/X11R6/include
4036 /usr/X11R5/include
4037 /usr/X11R4/include
4039 /usr/include/X11
4040 /usr/include/X11R6
4041 /usr/include/X11R5
4042 /usr/include/X11R4
4044 /usr/local/X11/include
4045 /usr/local/X11R6/include
4046 /usr/local/X11R5/include
4047 /usr/local/X11R4/include
4049 /usr/local/include/X11
4050 /usr/local/include/X11R6
4051 /usr/local/include/X11R5
4052 /usr/local/include/X11R4
4054 /usr/X386/include
4055 /usr/x386/include
4056 /usr/XFree86/include/X11
4058 /usr/include
4059 /usr/local/include
4060 /usr/unsupported/include
4061 /usr/athena/include
4062 /usr/local/x11r5/include
4063 /usr/lpp/Xamples/include
4065 /usr/openwin/include
4066 /usr/openwin/share/include'
4068 if test "$ac_x_includes" = no; then
4069 # Guess where to find include files, by looking for Xlib.h.
4070 # First, try using that file with no special directory specified.
4071 cat >conftest.$ac_ext <<_ACEOF
4072 /* confdefs.h. */
4073 _ACEOF
4074 cat confdefs.h >>conftest.$ac_ext
4075 cat >>conftest.$ac_ext <<_ACEOF
4076 /* end confdefs.h. */
4077 #include <X11/Xlib.h>
4078 _ACEOF
4079 if { (ac_try="$ac_cpp conftest.$ac_ext"
4080 case "(($ac_try" in
4081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4082 *) ac_try_echo=$ac_try;;
4083 esac
4084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4085 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4086 ac_status=$?
4087 grep -v '^ *+' conftest.er1 >conftest.err
4088 rm -f conftest.er1
4089 cat conftest.err >&5
4090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4091 (exit $ac_status); } >/dev/null && {
4092 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4093 test ! -s conftest.err
4094 }; then
4095 # We can compile using X headers with no special include directory.
4096 ac_x_includes=
4097 else
4098 echo "$as_me: failed program was:" >&5
4099 sed 's/^/| /' conftest.$ac_ext >&5
4101 for ac_dir in $ac_x_header_dirs; do
4102 if test -r "$ac_dir/X11/Xlib.h"; then
4103 ac_x_includes=$ac_dir
4104 break
4106 done
4109 rm -f conftest.err conftest.$ac_ext
4110 fi # $ac_x_includes = no
4112 if test "$ac_x_libraries" = no; then
4113 # Check for the libraries.
4114 # See if we find them without any special options.
4115 # Don't add to $LIBS permanently.
4116 ac_save_LIBS=$LIBS
4117 LIBS="-lX11 $LIBS"
4118 cat >conftest.$ac_ext <<_ACEOF
4119 /* confdefs.h. */
4120 _ACEOF
4121 cat confdefs.h >>conftest.$ac_ext
4122 cat >>conftest.$ac_ext <<_ACEOF
4123 /* end confdefs.h. */
4124 #include <X11/Xlib.h>
4126 main ()
4128 XrmInitialize ()
4130 return 0;
4132 _ACEOF
4133 rm -f conftest.$ac_objext conftest$ac_exeext
4134 if { (ac_try="$ac_link"
4135 case "(($ac_try" in
4136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4137 *) ac_try_echo=$ac_try;;
4138 esac
4139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4140 (eval "$ac_link") 2>conftest.er1
4141 ac_status=$?
4142 grep -v '^ *+' conftest.er1 >conftest.err
4143 rm -f conftest.er1
4144 cat conftest.err >&5
4145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4146 (exit $ac_status); } && {
4147 test -z "$ac_c_werror_flag" ||
4148 test ! -s conftest.err
4149 } && test -s conftest$ac_exeext &&
4150 $as_test_x conftest$ac_exeext; then
4151 LIBS=$ac_save_LIBS
4152 # We can link X programs with no special library path.
4153 ac_x_libraries=
4154 else
4155 echo "$as_me: failed program was:" >&5
4156 sed 's/^/| /' conftest.$ac_ext >&5
4158 LIBS=$ac_save_LIBS
4159 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4161 # Don't even attempt the hair of trying to link an X program!
4162 for ac_extension in a so sl; do
4163 if test -r "$ac_dir/libX11.$ac_extension"; then
4164 ac_x_libraries=$ac_dir
4165 break 2
4167 done
4168 done
4171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4172 conftest$ac_exeext conftest.$ac_ext
4173 fi # $ac_x_libraries = no
4175 case $ac_x_includes,$ac_x_libraries in #(
4176 no,* | *,no | *\'*)
4177 # Didn't find X, or a directory has "'" in its name.
4178 ac_cv_have_x="have_x=no";; #(
4180 # Record where we found X for the cache.
4181 ac_cv_have_x="have_x=yes\
4182 ac_x_includes='$ac_x_includes'\
4183 ac_x_libraries='$ac_x_libraries'"
4184 esac
4186 ;; #(
4187 *) have_x=yes;;
4188 esac
4189 eval "$ac_cv_have_x"
4190 fi # $with_x != no
4192 if test "$have_x" != yes; then
4193 { echo "$as_me:$LINENO: result: $have_x" >&5
4194 echo "${ECHO_T}$have_x" >&6; }
4195 no_x=yes
4196 else
4197 # If each of the values was on the command line, it overrides each guess.
4198 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4199 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4200 # Update the cache value to reflect the command line values.
4201 ac_cv_have_x="have_x=yes\
4202 ac_x_includes='$x_includes'\
4203 ac_x_libraries='$x_libraries'"
4204 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4205 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4208 if test "$no_x" = yes; then
4209 # Not all programs may use this symbol, but it does not hurt to define it.
4211 cat >>confdefs.h <<\_ACEOF
4212 #define X_DISPLAY_MISSING 1
4213 _ACEOF
4215 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4216 else
4217 if test -n "$x_includes"; then
4218 X_CFLAGS="$X_CFLAGS -I$x_includes"
4221 # It would also be nice to do this for all -L options, not just this one.
4222 if test -n "$x_libraries"; then
4223 X_LIBS="$X_LIBS -L$x_libraries"
4224 # For Solaris; some versions of Sun CC require a space after -R and
4225 # others require no space. Words are not sufficient . . . .
4226 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4227 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4228 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4229 ac_xsave_c_werror_flag=$ac_c_werror_flag
4230 ac_c_werror_flag=yes
4231 cat >conftest.$ac_ext <<_ACEOF
4232 /* confdefs.h. */
4233 _ACEOF
4234 cat confdefs.h >>conftest.$ac_ext
4235 cat >>conftest.$ac_ext <<_ACEOF
4236 /* end confdefs.h. */
4239 main ()
4243 return 0;
4245 _ACEOF
4246 rm -f conftest.$ac_objext conftest$ac_exeext
4247 if { (ac_try="$ac_link"
4248 case "(($ac_try" in
4249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4250 *) ac_try_echo=$ac_try;;
4251 esac
4252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4253 (eval "$ac_link") 2>conftest.er1
4254 ac_status=$?
4255 grep -v '^ *+' conftest.er1 >conftest.err
4256 rm -f conftest.er1
4257 cat conftest.err >&5
4258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4259 (exit $ac_status); } && {
4260 test -z "$ac_c_werror_flag" ||
4261 test ! -s conftest.err
4262 } && test -s conftest$ac_exeext &&
4263 $as_test_x conftest$ac_exeext; then
4264 { echo "$as_me:$LINENO: result: no" >&5
4265 echo "${ECHO_T}no" >&6; }
4266 X_LIBS="$X_LIBS -R$x_libraries"
4267 else
4268 echo "$as_me: failed program was:" >&5
4269 sed 's/^/| /' conftest.$ac_ext >&5
4271 LIBS="$ac_xsave_LIBS -R $x_libraries"
4272 cat >conftest.$ac_ext <<_ACEOF
4273 /* confdefs.h. */
4274 _ACEOF
4275 cat confdefs.h >>conftest.$ac_ext
4276 cat >>conftest.$ac_ext <<_ACEOF
4277 /* end confdefs.h. */
4280 main ()
4284 return 0;
4286 _ACEOF
4287 rm -f conftest.$ac_objext conftest$ac_exeext
4288 if { (ac_try="$ac_link"
4289 case "(($ac_try" in
4290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4291 *) ac_try_echo=$ac_try;;
4292 esac
4293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4294 (eval "$ac_link") 2>conftest.er1
4295 ac_status=$?
4296 grep -v '^ *+' conftest.er1 >conftest.err
4297 rm -f conftest.er1
4298 cat conftest.err >&5
4299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4300 (exit $ac_status); } && {
4301 test -z "$ac_c_werror_flag" ||
4302 test ! -s conftest.err
4303 } && test -s conftest$ac_exeext &&
4304 $as_test_x conftest$ac_exeext; then
4305 { echo "$as_me:$LINENO: result: yes" >&5
4306 echo "${ECHO_T}yes" >&6; }
4307 X_LIBS="$X_LIBS -R $x_libraries"
4308 else
4309 echo "$as_me: failed program was:" >&5
4310 sed 's/^/| /' conftest.$ac_ext >&5
4312 { echo "$as_me:$LINENO: result: neither works" >&5
4313 echo "${ECHO_T}neither works" >&6; }
4316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4317 conftest$ac_exeext conftest.$ac_ext
4320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4321 conftest$ac_exeext conftest.$ac_ext
4322 ac_c_werror_flag=$ac_xsave_c_werror_flag
4323 LIBS=$ac_xsave_LIBS
4326 # Check for system-dependent libraries X programs must link with.
4327 # Do this before checking for the system-independent R6 libraries
4328 # (-lICE), since we may need -lsocket or whatever for X linking.
4330 if test "$ISC" = yes; then
4331 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4332 else
4333 # Martyn Johnson says this is needed for Ultrix, if the X
4334 # libraries were built with DECnet support. And Karl Berry says
4335 # the Alpha needs dnet_stub (dnet does not exist).
4336 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4337 cat >conftest.$ac_ext <<_ACEOF
4338 /* confdefs.h. */
4339 _ACEOF
4340 cat confdefs.h >>conftest.$ac_ext
4341 cat >>conftest.$ac_ext <<_ACEOF
4342 /* end confdefs.h. */
4344 /* Override any GCC internal prototype to avoid an error.
4345 Use char because int might match the return type of a GCC
4346 builtin and then its argument prototype would still apply. */
4347 #ifdef __cplusplus
4348 extern "C"
4349 #endif
4350 char XOpenDisplay ();
4352 main ()
4354 return XOpenDisplay ();
4356 return 0;
4358 _ACEOF
4359 rm -f conftest.$ac_objext conftest$ac_exeext
4360 if { (ac_try="$ac_link"
4361 case "(($ac_try" in
4362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4363 *) ac_try_echo=$ac_try;;
4364 esac
4365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4366 (eval "$ac_link") 2>conftest.er1
4367 ac_status=$?
4368 grep -v '^ *+' conftest.er1 >conftest.err
4369 rm -f conftest.er1
4370 cat conftest.err >&5
4371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4372 (exit $ac_status); } && {
4373 test -z "$ac_c_werror_flag" ||
4374 test ! -s conftest.err
4375 } && test -s conftest$ac_exeext &&
4376 $as_test_x conftest$ac_exeext; then
4378 else
4379 echo "$as_me: failed program was:" >&5
4380 sed 's/^/| /' conftest.$ac_ext >&5
4382 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4383 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4384 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4385 echo $ECHO_N "(cached) $ECHO_C" >&6
4386 else
4387 ac_check_lib_save_LIBS=$LIBS
4388 LIBS="-ldnet $LIBS"
4389 cat >conftest.$ac_ext <<_ACEOF
4390 /* confdefs.h. */
4391 _ACEOF
4392 cat confdefs.h >>conftest.$ac_ext
4393 cat >>conftest.$ac_ext <<_ACEOF
4394 /* end confdefs.h. */
4396 /* Override any GCC internal prototype to avoid an error.
4397 Use char because int might match the return type of a GCC
4398 builtin and then its argument prototype would still apply. */
4399 #ifdef __cplusplus
4400 extern "C"
4401 #endif
4402 char dnet_ntoa ();
4404 main ()
4406 return dnet_ntoa ();
4408 return 0;
4410 _ACEOF
4411 rm -f conftest.$ac_objext conftest$ac_exeext
4412 if { (ac_try="$ac_link"
4413 case "(($ac_try" in
4414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4415 *) ac_try_echo=$ac_try;;
4416 esac
4417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4418 (eval "$ac_link") 2>conftest.er1
4419 ac_status=$?
4420 grep -v '^ *+' conftest.er1 >conftest.err
4421 rm -f conftest.er1
4422 cat conftest.err >&5
4423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4424 (exit $ac_status); } && {
4425 test -z "$ac_c_werror_flag" ||
4426 test ! -s conftest.err
4427 } && test -s conftest$ac_exeext &&
4428 $as_test_x conftest$ac_exeext; then
4429 ac_cv_lib_dnet_dnet_ntoa=yes
4430 else
4431 echo "$as_me: failed program was:" >&5
4432 sed 's/^/| /' conftest.$ac_ext >&5
4434 ac_cv_lib_dnet_dnet_ntoa=no
4437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4438 conftest$ac_exeext conftest.$ac_ext
4439 LIBS=$ac_check_lib_save_LIBS
4441 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4442 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4443 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4444 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4447 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4448 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4449 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4450 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4451 echo $ECHO_N "(cached) $ECHO_C" >&6
4452 else
4453 ac_check_lib_save_LIBS=$LIBS
4454 LIBS="-ldnet_stub $LIBS"
4455 cat >conftest.$ac_ext <<_ACEOF
4456 /* confdefs.h. */
4457 _ACEOF
4458 cat confdefs.h >>conftest.$ac_ext
4459 cat >>conftest.$ac_ext <<_ACEOF
4460 /* end confdefs.h. */
4462 /* Override any GCC internal prototype to avoid an error.
4463 Use char because int might match the return type of a GCC
4464 builtin and then its argument prototype would still apply. */
4465 #ifdef __cplusplus
4466 extern "C"
4467 #endif
4468 char dnet_ntoa ();
4470 main ()
4472 return dnet_ntoa ();
4474 return 0;
4476 _ACEOF
4477 rm -f conftest.$ac_objext conftest$ac_exeext
4478 if { (ac_try="$ac_link"
4479 case "(($ac_try" in
4480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4481 *) ac_try_echo=$ac_try;;
4482 esac
4483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4484 (eval "$ac_link") 2>conftest.er1
4485 ac_status=$?
4486 grep -v '^ *+' conftest.er1 >conftest.err
4487 rm -f conftest.er1
4488 cat conftest.err >&5
4489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4490 (exit $ac_status); } && {
4491 test -z "$ac_c_werror_flag" ||
4492 test ! -s conftest.err
4493 } && test -s conftest$ac_exeext &&
4494 $as_test_x conftest$ac_exeext; then
4495 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4496 else
4497 echo "$as_me: failed program was:" >&5
4498 sed 's/^/| /' conftest.$ac_ext >&5
4500 ac_cv_lib_dnet_stub_dnet_ntoa=no
4503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4504 conftest$ac_exeext conftest.$ac_ext
4505 LIBS=$ac_check_lib_save_LIBS
4507 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4508 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4509 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4510 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4516 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4517 conftest$ac_exeext conftest.$ac_ext
4518 LIBS="$ac_xsave_LIBS"
4520 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4521 # to get the SysV transport functions.
4522 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4523 # needs -lnsl.
4524 # The nsl library prevents programs from opening the X display
4525 # on Irix 5.2, according to T.E. Dickey.
4526 # The functions gethostbyname, getservbyname, and inet_addr are
4527 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4528 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4529 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4530 if test "${ac_cv_func_gethostbyname+set}" = set; then
4531 echo $ECHO_N "(cached) $ECHO_C" >&6
4532 else
4533 cat >conftest.$ac_ext <<_ACEOF
4534 /* confdefs.h. */
4535 _ACEOF
4536 cat confdefs.h >>conftest.$ac_ext
4537 cat >>conftest.$ac_ext <<_ACEOF
4538 /* end confdefs.h. */
4539 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4540 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4541 #define gethostbyname innocuous_gethostbyname
4543 /* System header to define __stub macros and hopefully few prototypes,
4544 which can conflict with char gethostbyname (); below.
4545 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4546 <limits.h> exists even on freestanding compilers. */
4548 #ifdef __STDC__
4549 # include <limits.h>
4550 #else
4551 # include <assert.h>
4552 #endif
4554 #undef gethostbyname
4556 /* Override any GCC internal prototype to avoid an error.
4557 Use char because int might match the return type of a GCC
4558 builtin and then its argument prototype would still apply. */
4559 #ifdef __cplusplus
4560 extern "C"
4561 #endif
4562 char gethostbyname ();
4563 /* The GNU C library defines this for functions which it implements
4564 to always fail with ENOSYS. Some functions are actually named
4565 something starting with __ and the normal name is an alias. */
4566 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4567 choke me
4568 #endif
4571 main ()
4573 return gethostbyname ();
4575 return 0;
4577 _ACEOF
4578 rm -f conftest.$ac_objext conftest$ac_exeext
4579 if { (ac_try="$ac_link"
4580 case "(($ac_try" in
4581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4582 *) ac_try_echo=$ac_try;;
4583 esac
4584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4585 (eval "$ac_link") 2>conftest.er1
4586 ac_status=$?
4587 grep -v '^ *+' conftest.er1 >conftest.err
4588 rm -f conftest.er1
4589 cat conftest.err >&5
4590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4591 (exit $ac_status); } && {
4592 test -z "$ac_c_werror_flag" ||
4593 test ! -s conftest.err
4594 } && test -s conftest$ac_exeext &&
4595 $as_test_x conftest$ac_exeext; then
4596 ac_cv_func_gethostbyname=yes
4597 else
4598 echo "$as_me: failed program was:" >&5
4599 sed 's/^/| /' conftest.$ac_ext >&5
4601 ac_cv_func_gethostbyname=no
4604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4605 conftest$ac_exeext conftest.$ac_ext
4607 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4608 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4610 if test $ac_cv_func_gethostbyname = no; then
4611 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4612 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4613 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4614 echo $ECHO_N "(cached) $ECHO_C" >&6
4615 else
4616 ac_check_lib_save_LIBS=$LIBS
4617 LIBS="-lnsl $LIBS"
4618 cat >conftest.$ac_ext <<_ACEOF
4619 /* confdefs.h. */
4620 _ACEOF
4621 cat confdefs.h >>conftest.$ac_ext
4622 cat >>conftest.$ac_ext <<_ACEOF
4623 /* end confdefs.h. */
4625 /* Override any GCC internal prototype to avoid an error.
4626 Use char because int might match the return type of a GCC
4627 builtin and then its argument prototype would still apply. */
4628 #ifdef __cplusplus
4629 extern "C"
4630 #endif
4631 char gethostbyname ();
4633 main ()
4635 return gethostbyname ();
4637 return 0;
4639 _ACEOF
4640 rm -f conftest.$ac_objext conftest$ac_exeext
4641 if { (ac_try="$ac_link"
4642 case "(($ac_try" in
4643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4644 *) ac_try_echo=$ac_try;;
4645 esac
4646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4647 (eval "$ac_link") 2>conftest.er1
4648 ac_status=$?
4649 grep -v '^ *+' conftest.er1 >conftest.err
4650 rm -f conftest.er1
4651 cat conftest.err >&5
4652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4653 (exit $ac_status); } && {
4654 test -z "$ac_c_werror_flag" ||
4655 test ! -s conftest.err
4656 } && test -s conftest$ac_exeext &&
4657 $as_test_x conftest$ac_exeext; then
4658 ac_cv_lib_nsl_gethostbyname=yes
4659 else
4660 echo "$as_me: failed program was:" >&5
4661 sed 's/^/| /' conftest.$ac_ext >&5
4663 ac_cv_lib_nsl_gethostbyname=no
4666 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4667 conftest$ac_exeext conftest.$ac_ext
4668 LIBS=$ac_check_lib_save_LIBS
4670 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4671 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4672 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4673 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4676 if test $ac_cv_lib_nsl_gethostbyname = no; then
4677 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4678 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4679 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4680 echo $ECHO_N "(cached) $ECHO_C" >&6
4681 else
4682 ac_check_lib_save_LIBS=$LIBS
4683 LIBS="-lbsd $LIBS"
4684 cat >conftest.$ac_ext <<_ACEOF
4685 /* confdefs.h. */
4686 _ACEOF
4687 cat confdefs.h >>conftest.$ac_ext
4688 cat >>conftest.$ac_ext <<_ACEOF
4689 /* end confdefs.h. */
4691 /* Override any GCC internal prototype to avoid an error.
4692 Use char because int might match the return type of a GCC
4693 builtin and then its argument prototype would still apply. */
4694 #ifdef __cplusplus
4695 extern "C"
4696 #endif
4697 char gethostbyname ();
4699 main ()
4701 return gethostbyname ();
4703 return 0;
4705 _ACEOF
4706 rm -f conftest.$ac_objext conftest$ac_exeext
4707 if { (ac_try="$ac_link"
4708 case "(($ac_try" in
4709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4710 *) ac_try_echo=$ac_try;;
4711 esac
4712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4713 (eval "$ac_link") 2>conftest.er1
4714 ac_status=$?
4715 grep -v '^ *+' conftest.er1 >conftest.err
4716 rm -f conftest.er1
4717 cat conftest.err >&5
4718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4719 (exit $ac_status); } && {
4720 test -z "$ac_c_werror_flag" ||
4721 test ! -s conftest.err
4722 } && test -s conftest$ac_exeext &&
4723 $as_test_x conftest$ac_exeext; then
4724 ac_cv_lib_bsd_gethostbyname=yes
4725 else
4726 echo "$as_me: failed program was:" >&5
4727 sed 's/^/| /' conftest.$ac_ext >&5
4729 ac_cv_lib_bsd_gethostbyname=no
4732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4733 conftest$ac_exeext conftest.$ac_ext
4734 LIBS=$ac_check_lib_save_LIBS
4736 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4737 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4738 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4739 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4745 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4746 # socket/setsockopt and other routines are undefined under SCO ODT
4747 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4748 # on later versions), says Simon Leinen: it contains gethostby*
4749 # variants that don't use the name server (or something). -lsocket
4750 # must be given before -lnsl if both are needed. We assume that
4751 # if connect needs -lnsl, so does gethostbyname.
4752 { echo "$as_me:$LINENO: checking for connect" >&5
4753 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4754 if test "${ac_cv_func_connect+set}" = set; then
4755 echo $ECHO_N "(cached) $ECHO_C" >&6
4756 else
4757 cat >conftest.$ac_ext <<_ACEOF
4758 /* confdefs.h. */
4759 _ACEOF
4760 cat confdefs.h >>conftest.$ac_ext
4761 cat >>conftest.$ac_ext <<_ACEOF
4762 /* end confdefs.h. */
4763 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4764 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4765 #define connect innocuous_connect
4767 /* System header to define __stub macros and hopefully few prototypes,
4768 which can conflict with char connect (); below.
4769 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4770 <limits.h> exists even on freestanding compilers. */
4772 #ifdef __STDC__
4773 # include <limits.h>
4774 #else
4775 # include <assert.h>
4776 #endif
4778 #undef connect
4780 /* Override any GCC internal prototype to avoid an error.
4781 Use char because int might match the return type of a GCC
4782 builtin and then its argument prototype would still apply. */
4783 #ifdef __cplusplus
4784 extern "C"
4785 #endif
4786 char connect ();
4787 /* The GNU C library defines this for functions which it implements
4788 to always fail with ENOSYS. Some functions are actually named
4789 something starting with __ and the normal name is an alias. */
4790 #if defined __stub_connect || defined __stub___connect
4791 choke me
4792 #endif
4795 main ()
4797 return connect ();
4799 return 0;
4801 _ACEOF
4802 rm -f conftest.$ac_objext conftest$ac_exeext
4803 if { (ac_try="$ac_link"
4804 case "(($ac_try" in
4805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4806 *) ac_try_echo=$ac_try;;
4807 esac
4808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4809 (eval "$ac_link") 2>conftest.er1
4810 ac_status=$?
4811 grep -v '^ *+' conftest.er1 >conftest.err
4812 rm -f conftest.er1
4813 cat conftest.err >&5
4814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4815 (exit $ac_status); } && {
4816 test -z "$ac_c_werror_flag" ||
4817 test ! -s conftest.err
4818 } && test -s conftest$ac_exeext &&
4819 $as_test_x conftest$ac_exeext; then
4820 ac_cv_func_connect=yes
4821 else
4822 echo "$as_me: failed program was:" >&5
4823 sed 's/^/| /' conftest.$ac_ext >&5
4825 ac_cv_func_connect=no
4828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4829 conftest$ac_exeext conftest.$ac_ext
4831 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4832 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4834 if test $ac_cv_func_connect = no; then
4835 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4836 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4837 if test "${ac_cv_lib_socket_connect+set}" = set; then
4838 echo $ECHO_N "(cached) $ECHO_C" >&6
4839 else
4840 ac_check_lib_save_LIBS=$LIBS
4841 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4842 cat >conftest.$ac_ext <<_ACEOF
4843 /* confdefs.h. */
4844 _ACEOF
4845 cat confdefs.h >>conftest.$ac_ext
4846 cat >>conftest.$ac_ext <<_ACEOF
4847 /* end confdefs.h. */
4849 /* Override any GCC internal prototype to avoid an error.
4850 Use char because int might match the return type of a GCC
4851 builtin and then its argument prototype would still apply. */
4852 #ifdef __cplusplus
4853 extern "C"
4854 #endif
4855 char connect ();
4857 main ()
4859 return connect ();
4861 return 0;
4863 _ACEOF
4864 rm -f conftest.$ac_objext conftest$ac_exeext
4865 if { (ac_try="$ac_link"
4866 case "(($ac_try" in
4867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4868 *) ac_try_echo=$ac_try;;
4869 esac
4870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4871 (eval "$ac_link") 2>conftest.er1
4872 ac_status=$?
4873 grep -v '^ *+' conftest.er1 >conftest.err
4874 rm -f conftest.er1
4875 cat conftest.err >&5
4876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4877 (exit $ac_status); } && {
4878 test -z "$ac_c_werror_flag" ||
4879 test ! -s conftest.err
4880 } && test -s conftest$ac_exeext &&
4881 $as_test_x conftest$ac_exeext; then
4882 ac_cv_lib_socket_connect=yes
4883 else
4884 echo "$as_me: failed program was:" >&5
4885 sed 's/^/| /' conftest.$ac_ext >&5
4887 ac_cv_lib_socket_connect=no
4890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4891 conftest$ac_exeext conftest.$ac_ext
4892 LIBS=$ac_check_lib_save_LIBS
4894 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4895 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4896 if test $ac_cv_lib_socket_connect = yes; then
4897 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4902 # Guillermo Gomez says -lposix is necessary on A/UX.
4903 { echo "$as_me:$LINENO: checking for remove" >&5
4904 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4905 if test "${ac_cv_func_remove+set}" = set; then
4906 echo $ECHO_N "(cached) $ECHO_C" >&6
4907 else
4908 cat >conftest.$ac_ext <<_ACEOF
4909 /* confdefs.h. */
4910 _ACEOF
4911 cat confdefs.h >>conftest.$ac_ext
4912 cat >>conftest.$ac_ext <<_ACEOF
4913 /* end confdefs.h. */
4914 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4915 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4916 #define remove innocuous_remove
4918 /* System header to define __stub macros and hopefully few prototypes,
4919 which can conflict with char remove (); below.
4920 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4921 <limits.h> exists even on freestanding compilers. */
4923 #ifdef __STDC__
4924 # include <limits.h>
4925 #else
4926 # include <assert.h>
4927 #endif
4929 #undef remove
4931 /* Override any GCC internal prototype to avoid an error.
4932 Use char because int might match the return type of a GCC
4933 builtin and then its argument prototype would still apply. */
4934 #ifdef __cplusplus
4935 extern "C"
4936 #endif
4937 char remove ();
4938 /* The GNU C library defines this for functions which it implements
4939 to always fail with ENOSYS. Some functions are actually named
4940 something starting with __ and the normal name is an alias. */
4941 #if defined __stub_remove || defined __stub___remove
4942 choke me
4943 #endif
4946 main ()
4948 return remove ();
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_func_remove=yes
4972 else
4973 echo "$as_me: failed program was:" >&5
4974 sed 's/^/| /' conftest.$ac_ext >&5
4976 ac_cv_func_remove=no
4979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4980 conftest$ac_exeext conftest.$ac_ext
4982 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4983 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4985 if test $ac_cv_func_remove = no; then
4986 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4987 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4988 if test "${ac_cv_lib_posix_remove+set}" = set; then
4989 echo $ECHO_N "(cached) $ECHO_C" >&6
4990 else
4991 ac_check_lib_save_LIBS=$LIBS
4992 LIBS="-lposix $LIBS"
4993 cat >conftest.$ac_ext <<_ACEOF
4994 /* confdefs.h. */
4995 _ACEOF
4996 cat confdefs.h >>conftest.$ac_ext
4997 cat >>conftest.$ac_ext <<_ACEOF
4998 /* end confdefs.h. */
5000 /* Override any GCC internal prototype to avoid an error.
5001 Use char because int might match the return type of a GCC
5002 builtin and then its argument prototype would still apply. */
5003 #ifdef __cplusplus
5004 extern "C"
5005 #endif
5006 char remove ();
5008 main ()
5010 return remove ();
5012 return 0;
5014 _ACEOF
5015 rm -f conftest.$ac_objext conftest$ac_exeext
5016 if { (ac_try="$ac_link"
5017 case "(($ac_try" in
5018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5019 *) ac_try_echo=$ac_try;;
5020 esac
5021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5022 (eval "$ac_link") 2>conftest.er1
5023 ac_status=$?
5024 grep -v '^ *+' conftest.er1 >conftest.err
5025 rm -f conftest.er1
5026 cat conftest.err >&5
5027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5028 (exit $ac_status); } && {
5029 test -z "$ac_c_werror_flag" ||
5030 test ! -s conftest.err
5031 } && test -s conftest$ac_exeext &&
5032 $as_test_x conftest$ac_exeext; then
5033 ac_cv_lib_posix_remove=yes
5034 else
5035 echo "$as_me: failed program was:" >&5
5036 sed 's/^/| /' conftest.$ac_ext >&5
5038 ac_cv_lib_posix_remove=no
5041 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5042 conftest$ac_exeext conftest.$ac_ext
5043 LIBS=$ac_check_lib_save_LIBS
5045 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5046 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5047 if test $ac_cv_lib_posix_remove = yes; then
5048 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5053 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5054 { echo "$as_me:$LINENO: checking for shmat" >&5
5055 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5056 if test "${ac_cv_func_shmat+set}" = set; then
5057 echo $ECHO_N "(cached) $ECHO_C" >&6
5058 else
5059 cat >conftest.$ac_ext <<_ACEOF
5060 /* confdefs.h. */
5061 _ACEOF
5062 cat confdefs.h >>conftest.$ac_ext
5063 cat >>conftest.$ac_ext <<_ACEOF
5064 /* end confdefs.h. */
5065 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5066 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5067 #define shmat innocuous_shmat
5069 /* System header to define __stub macros and hopefully few prototypes,
5070 which can conflict with char shmat (); below.
5071 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5072 <limits.h> exists even on freestanding compilers. */
5074 #ifdef __STDC__
5075 # include <limits.h>
5076 #else
5077 # include <assert.h>
5078 #endif
5080 #undef shmat
5082 /* Override any GCC internal prototype to avoid an error.
5083 Use char because int might match the return type of a GCC
5084 builtin and then its argument prototype would still apply. */
5085 #ifdef __cplusplus
5086 extern "C"
5087 #endif
5088 char shmat ();
5089 /* The GNU C library defines this for functions which it implements
5090 to always fail with ENOSYS. Some functions are actually named
5091 something starting with __ and the normal name is an alias. */
5092 #if defined __stub_shmat || defined __stub___shmat
5093 choke me
5094 #endif
5097 main ()
5099 return shmat ();
5101 return 0;
5103 _ACEOF
5104 rm -f conftest.$ac_objext conftest$ac_exeext
5105 if { (ac_try="$ac_link"
5106 case "(($ac_try" in
5107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5108 *) ac_try_echo=$ac_try;;
5109 esac
5110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5111 (eval "$ac_link") 2>conftest.er1
5112 ac_status=$?
5113 grep -v '^ *+' conftest.er1 >conftest.err
5114 rm -f conftest.er1
5115 cat conftest.err >&5
5116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5117 (exit $ac_status); } && {
5118 test -z "$ac_c_werror_flag" ||
5119 test ! -s conftest.err
5120 } && test -s conftest$ac_exeext &&
5121 $as_test_x conftest$ac_exeext; then
5122 ac_cv_func_shmat=yes
5123 else
5124 echo "$as_me: failed program was:" >&5
5125 sed 's/^/| /' conftest.$ac_ext >&5
5127 ac_cv_func_shmat=no
5130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5131 conftest$ac_exeext conftest.$ac_ext
5133 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5134 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5136 if test $ac_cv_func_shmat = no; then
5137 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5138 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5139 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5140 echo $ECHO_N "(cached) $ECHO_C" >&6
5141 else
5142 ac_check_lib_save_LIBS=$LIBS
5143 LIBS="-lipc $LIBS"
5144 cat >conftest.$ac_ext <<_ACEOF
5145 /* confdefs.h. */
5146 _ACEOF
5147 cat confdefs.h >>conftest.$ac_ext
5148 cat >>conftest.$ac_ext <<_ACEOF
5149 /* end confdefs.h. */
5151 /* Override any GCC internal prototype to avoid an error.
5152 Use char because int might match the return type of a GCC
5153 builtin and then its argument prototype would still apply. */
5154 #ifdef __cplusplus
5155 extern "C"
5156 #endif
5157 char shmat ();
5159 main ()
5161 return shmat ();
5163 return 0;
5165 _ACEOF
5166 rm -f conftest.$ac_objext conftest$ac_exeext
5167 if { (ac_try="$ac_link"
5168 case "(($ac_try" in
5169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5170 *) ac_try_echo=$ac_try;;
5171 esac
5172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5173 (eval "$ac_link") 2>conftest.er1
5174 ac_status=$?
5175 grep -v '^ *+' conftest.er1 >conftest.err
5176 rm -f conftest.er1
5177 cat conftest.err >&5
5178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5179 (exit $ac_status); } && {
5180 test -z "$ac_c_werror_flag" ||
5181 test ! -s conftest.err
5182 } && test -s conftest$ac_exeext &&
5183 $as_test_x conftest$ac_exeext; then
5184 ac_cv_lib_ipc_shmat=yes
5185 else
5186 echo "$as_me: failed program was:" >&5
5187 sed 's/^/| /' conftest.$ac_ext >&5
5189 ac_cv_lib_ipc_shmat=no
5192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5193 conftest$ac_exeext conftest.$ac_ext
5194 LIBS=$ac_check_lib_save_LIBS
5196 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5197 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5198 if test $ac_cv_lib_ipc_shmat = yes; then
5199 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5205 # Check for libraries that X11R6 Xt/Xaw programs need.
5206 ac_save_LDFLAGS=$LDFLAGS
5207 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5208 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5209 # check for ICE first), but we must link in the order -lSM -lICE or
5210 # we get undefined symbols. So assume we have SM if we have ICE.
5211 # These have to be linked with before -lX11, unlike the other
5212 # libraries we check for below, so use a different variable.
5213 # John Interrante, Karl Berry
5214 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5215 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5216 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5217 echo $ECHO_N "(cached) $ECHO_C" >&6
5218 else
5219 ac_check_lib_save_LIBS=$LIBS
5220 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5221 cat >conftest.$ac_ext <<_ACEOF
5222 /* confdefs.h. */
5223 _ACEOF
5224 cat confdefs.h >>conftest.$ac_ext
5225 cat >>conftest.$ac_ext <<_ACEOF
5226 /* end confdefs.h. */
5228 /* Override any GCC internal prototype to avoid an error.
5229 Use char because int might match the return type of a GCC
5230 builtin and then its argument prototype would still apply. */
5231 #ifdef __cplusplus
5232 extern "C"
5233 #endif
5234 char IceConnectionNumber ();
5236 main ()
5238 return IceConnectionNumber ();
5240 return 0;
5242 _ACEOF
5243 rm -f conftest.$ac_objext conftest$ac_exeext
5244 if { (ac_try="$ac_link"
5245 case "(($ac_try" in
5246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5247 *) ac_try_echo=$ac_try;;
5248 esac
5249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5250 (eval "$ac_link") 2>conftest.er1
5251 ac_status=$?
5252 grep -v '^ *+' conftest.er1 >conftest.err
5253 rm -f conftest.er1
5254 cat conftest.err >&5
5255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5256 (exit $ac_status); } && {
5257 test -z "$ac_c_werror_flag" ||
5258 test ! -s conftest.err
5259 } && test -s conftest$ac_exeext &&
5260 $as_test_x conftest$ac_exeext; then
5261 ac_cv_lib_ICE_IceConnectionNumber=yes
5262 else
5263 echo "$as_me: failed program was:" >&5
5264 sed 's/^/| /' conftest.$ac_ext >&5
5266 ac_cv_lib_ICE_IceConnectionNumber=no
5269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5270 conftest$ac_exeext conftest.$ac_ext
5271 LIBS=$ac_check_lib_save_LIBS
5273 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5274 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5275 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5276 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5279 LDFLAGS=$ac_save_LDFLAGS
5284 for ac_prog in flex
5286 # Extract the first word of "$ac_prog", so it can be a program name with args.
5287 set dummy $ac_prog; ac_word=$2
5288 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5289 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5290 if test "${ac_cv_prog_FLEX+set}" = set; then
5291 echo $ECHO_N "(cached) $ECHO_C" >&6
5292 else
5293 if test -n "$FLEX"; then
5294 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5295 else
5296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5297 for as_dir in $PATH
5299 IFS=$as_save_IFS
5300 test -z "$as_dir" && as_dir=.
5301 for ac_exec_ext in '' $ac_executable_extensions; do
5302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5303 ac_cv_prog_FLEX="$ac_prog"
5304 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5305 break 2
5307 done
5308 done
5309 IFS=$as_save_IFS
5313 FLEX=$ac_cv_prog_FLEX
5314 if test -n "$FLEX"; then
5315 { echo "$as_me:$LINENO: result: $FLEX" >&5
5316 echo "${ECHO_T}$FLEX" >&6; }
5317 else
5318 { echo "$as_me:$LINENO: result: no" >&5
5319 echo "${ECHO_T}no" >&6; }
5323 test -n "$FLEX" && break
5324 done
5325 test -n "$FLEX" || FLEX="none"
5327 if test "$FLEX" = "none"
5328 then
5329 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5330 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5331 { (exit 1); exit 1; }; }
5334 for ac_prog in bison
5336 # Extract the first word of "$ac_prog", so it can be a program name with args.
5337 set dummy $ac_prog; ac_word=$2
5338 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5340 if test "${ac_cv_prog_BISON+set}" = set; then
5341 echo $ECHO_N "(cached) $ECHO_C" >&6
5342 else
5343 if test -n "$BISON"; then
5344 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5345 else
5346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5347 for as_dir in $PATH
5349 IFS=$as_save_IFS
5350 test -z "$as_dir" && as_dir=.
5351 for ac_exec_ext in '' $ac_executable_extensions; do
5352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5353 ac_cv_prog_BISON="$ac_prog"
5354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5355 break 2
5357 done
5358 done
5359 IFS=$as_save_IFS
5363 BISON=$ac_cv_prog_BISON
5364 if test -n "$BISON"; then
5365 { echo "$as_me:$LINENO: result: $BISON" >&5
5366 echo "${ECHO_T}$BISON" >&6; }
5367 else
5368 { echo "$as_me:$LINENO: result: no" >&5
5369 echo "${ECHO_T}no" >&6; }
5373 test -n "$BISON" && break
5374 done
5375 test -n "$BISON" || BISON="none"
5377 if test "$BISON" = "none"
5378 then
5379 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5380 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5381 { (exit 1); exit 1; }; }
5384 if test -n "$ac_tool_prefix"; then
5385 for ac_prog in gas as
5387 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5388 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5389 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5390 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5391 if test "${ac_cv_prog_AS+set}" = set; then
5392 echo $ECHO_N "(cached) $ECHO_C" >&6
5393 else
5394 if test -n "$AS"; then
5395 ac_cv_prog_AS="$AS" # Let the user override the test.
5396 else
5397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5398 for as_dir in $PATH
5400 IFS=$as_save_IFS
5401 test -z "$as_dir" && as_dir=.
5402 for ac_exec_ext in '' $ac_executable_extensions; do
5403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5404 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5405 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5406 break 2
5408 done
5409 done
5410 IFS=$as_save_IFS
5414 AS=$ac_cv_prog_AS
5415 if test -n "$AS"; then
5416 { echo "$as_me:$LINENO: result: $AS" >&5
5417 echo "${ECHO_T}$AS" >&6; }
5418 else
5419 { echo "$as_me:$LINENO: result: no" >&5
5420 echo "${ECHO_T}no" >&6; }
5424 test -n "$AS" && break
5425 done
5427 if test -z "$AS"; then
5428 ac_ct_AS=$AS
5429 for ac_prog in gas as
5431 # Extract the first word of "$ac_prog", so it can be a program name with args.
5432 set dummy $ac_prog; ac_word=$2
5433 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5434 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5435 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5436 echo $ECHO_N "(cached) $ECHO_C" >&6
5437 else
5438 if test -n "$ac_ct_AS"; then
5439 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5440 else
5441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5442 for as_dir in $PATH
5444 IFS=$as_save_IFS
5445 test -z "$as_dir" && as_dir=.
5446 for ac_exec_ext in '' $ac_executable_extensions; do
5447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5448 ac_cv_prog_ac_ct_AS="$ac_prog"
5449 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5450 break 2
5452 done
5453 done
5454 IFS=$as_save_IFS
5458 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5459 if test -n "$ac_ct_AS"; then
5460 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5461 echo "${ECHO_T}$ac_ct_AS" >&6; }
5462 else
5463 { echo "$as_me:$LINENO: result: no" >&5
5464 echo "${ECHO_T}no" >&6; }
5468 test -n "$ac_ct_AS" && break
5469 done
5471 if test "x$ac_ct_AS" = x; then
5472 AS="as"
5473 else
5474 case $cross_compiling:$ac_tool_warned in
5475 yes:)
5476 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5477 whose name does not start with the host triplet. If you think this
5478 configuration is useful to you, please write to autoconf@gnu.org." >&5
5479 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5480 whose name does not start with the host triplet. If you think this
5481 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5482 ac_tool_warned=yes ;;
5483 esac
5484 AS=$ac_ct_AS
5488 if test -n "$ac_tool_prefix"; then
5489 for ac_prog in ld gld
5491 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5492 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5495 if test "${ac_cv_prog_LD+set}" = set; then
5496 echo $ECHO_N "(cached) $ECHO_C" >&6
5497 else
5498 if test -n "$LD"; then
5499 ac_cv_prog_LD="$LD" # Let the user override the test.
5500 else
5501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5502 for as_dir in $PATH
5504 IFS=$as_save_IFS
5505 test -z "$as_dir" && as_dir=.
5506 for ac_exec_ext in '' $ac_executable_extensions; do
5507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5508 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5510 break 2
5512 done
5513 done
5514 IFS=$as_save_IFS
5518 LD=$ac_cv_prog_LD
5519 if test -n "$LD"; then
5520 { echo "$as_me:$LINENO: result: $LD" >&5
5521 echo "${ECHO_T}$LD" >&6; }
5522 else
5523 { echo "$as_me:$LINENO: result: no" >&5
5524 echo "${ECHO_T}no" >&6; }
5528 test -n "$LD" && break
5529 done
5531 if test -z "$LD"; then
5532 ac_ct_LD=$LD
5533 for ac_prog in ld gld
5535 # Extract the first word of "$ac_prog", so it can be a program name with args.
5536 set dummy $ac_prog; ac_word=$2
5537 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5538 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5539 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5540 echo $ECHO_N "(cached) $ECHO_C" >&6
5541 else
5542 if test -n "$ac_ct_LD"; then
5543 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5544 else
5545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5546 for as_dir in $PATH
5548 IFS=$as_save_IFS
5549 test -z "$as_dir" && as_dir=.
5550 for ac_exec_ext in '' $ac_executable_extensions; do
5551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5552 ac_cv_prog_ac_ct_LD="$ac_prog"
5553 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5554 break 2
5556 done
5557 done
5558 IFS=$as_save_IFS
5562 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5563 if test -n "$ac_ct_LD"; then
5564 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5565 echo "${ECHO_T}$ac_ct_LD" >&6; }
5566 else
5567 { echo "$as_me:$LINENO: result: no" >&5
5568 echo "${ECHO_T}no" >&6; }
5572 test -n "$ac_ct_LD" && break
5573 done
5575 if test "x$ac_ct_LD" = x; then
5576 LD="ld"
5577 else
5578 case $cross_compiling:$ac_tool_warned in
5579 yes:)
5580 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5581 whose name does not start with the host triplet. If you think this
5582 configuration is useful to you, please write to autoconf@gnu.org." >&5
5583 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5584 whose name does not start with the host triplet. If you think this
5585 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5586 ac_tool_warned=yes ;;
5587 esac
5588 LD=$ac_ct_LD
5592 if test -n "$ac_tool_prefix"; then
5593 for ac_prog in nm gnm
5595 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5596 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5597 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5598 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5599 if test "${ac_cv_prog_NM+set}" = set; then
5600 echo $ECHO_N "(cached) $ECHO_C" >&6
5601 else
5602 if test -n "$NM"; then
5603 ac_cv_prog_NM="$NM" # Let the user override the test.
5604 else
5605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5606 for as_dir in $PATH
5608 IFS=$as_save_IFS
5609 test -z "$as_dir" && as_dir=.
5610 for ac_exec_ext in '' $ac_executable_extensions; do
5611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5612 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5613 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5614 break 2
5616 done
5617 done
5618 IFS=$as_save_IFS
5622 NM=$ac_cv_prog_NM
5623 if test -n "$NM"; then
5624 { echo "$as_me:$LINENO: result: $NM" >&5
5625 echo "${ECHO_T}$NM" >&6; }
5626 else
5627 { echo "$as_me:$LINENO: result: no" >&5
5628 echo "${ECHO_T}no" >&6; }
5632 test -n "$NM" && break
5633 done
5635 if test -z "$NM"; then
5636 ac_ct_NM=$NM
5637 for ac_prog in nm gnm
5639 # Extract the first word of "$ac_prog", so it can be a program name with args.
5640 set dummy $ac_prog; ac_word=$2
5641 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5642 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5643 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5644 echo $ECHO_N "(cached) $ECHO_C" >&6
5645 else
5646 if test -n "$ac_ct_NM"; then
5647 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5648 else
5649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5650 for as_dir in $PATH
5652 IFS=$as_save_IFS
5653 test -z "$as_dir" && as_dir=.
5654 for ac_exec_ext in '' $ac_executable_extensions; do
5655 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5656 ac_cv_prog_ac_ct_NM="$ac_prog"
5657 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5658 break 2
5660 done
5661 done
5662 IFS=$as_save_IFS
5666 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5667 if test -n "$ac_ct_NM"; then
5668 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5669 echo "${ECHO_T}$ac_ct_NM" >&6; }
5670 else
5671 { echo "$as_me:$LINENO: result: no" >&5
5672 echo "${ECHO_T}no" >&6; }
5676 test -n "$ac_ct_NM" && break
5677 done
5679 if test "x$ac_ct_NM" = x; then
5680 NM="nm"
5681 else
5682 case $cross_compiling:$ac_tool_warned in
5683 yes:)
5684 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5685 whose name does not start with the host triplet. If you think this
5686 configuration is useful to you, please write to autoconf@gnu.org." >&5
5687 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5688 whose name does not start with the host triplet. If you think this
5689 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5690 ac_tool_warned=yes ;;
5691 esac
5692 NM=$ac_ct_NM
5696 if test -n "$ac_tool_prefix"; then
5697 for ac_prog in ar gar
5699 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5700 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5701 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5702 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5703 if test "${ac_cv_prog_AR+set}" = set; then
5704 echo $ECHO_N "(cached) $ECHO_C" >&6
5705 else
5706 if test -n "$AR"; then
5707 ac_cv_prog_AR="$AR" # Let the user override the test.
5708 else
5709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5710 for as_dir in $PATH
5712 IFS=$as_save_IFS
5713 test -z "$as_dir" && as_dir=.
5714 for ac_exec_ext in '' $ac_executable_extensions; do
5715 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5716 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5717 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5718 break 2
5720 done
5721 done
5722 IFS=$as_save_IFS
5726 AR=$ac_cv_prog_AR
5727 if test -n "$AR"; then
5728 { echo "$as_me:$LINENO: result: $AR" >&5
5729 echo "${ECHO_T}$AR" >&6; }
5730 else
5731 { echo "$as_me:$LINENO: result: no" >&5
5732 echo "${ECHO_T}no" >&6; }
5736 test -n "$AR" && break
5737 done
5739 if test -z "$AR"; then
5740 ac_ct_AR=$AR
5741 for ac_prog in ar gar
5743 # Extract the first word of "$ac_prog", so it can be a program name with args.
5744 set dummy $ac_prog; ac_word=$2
5745 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5746 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5747 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5748 echo $ECHO_N "(cached) $ECHO_C" >&6
5749 else
5750 if test -n "$ac_ct_AR"; then
5751 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5752 else
5753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5754 for as_dir in $PATH
5756 IFS=$as_save_IFS
5757 test -z "$as_dir" && as_dir=.
5758 for ac_exec_ext in '' $ac_executable_extensions; do
5759 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5760 ac_cv_prog_ac_ct_AR="$ac_prog"
5761 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5762 break 2
5764 done
5765 done
5766 IFS=$as_save_IFS
5770 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5771 if test -n "$ac_ct_AR"; then
5772 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5773 echo "${ECHO_T}$ac_ct_AR" >&6; }
5774 else
5775 { echo "$as_me:$LINENO: result: no" >&5
5776 echo "${ECHO_T}no" >&6; }
5780 test -n "$ac_ct_AR" && break
5781 done
5783 if test "x$ac_ct_AR" = x; then
5784 AR="ar"
5785 else
5786 case $cross_compiling:$ac_tool_warned in
5787 yes:)
5788 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5789 whose name does not start with the host triplet. If you think this
5790 configuration is useful to you, please write to autoconf@gnu.org." >&5
5791 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5792 whose name does not start with the host triplet. If you think this
5793 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5794 ac_tool_warned=yes ;;
5795 esac
5796 AR=$ac_ct_AR
5800 ARFLAGS=rc
5802 if test -n "$ac_tool_prefix"; then
5803 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5804 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5805 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5806 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5807 if test "${ac_cv_prog_RANLIB+set}" = set; then
5808 echo $ECHO_N "(cached) $ECHO_C" >&6
5809 else
5810 if test -n "$RANLIB"; then
5811 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5812 else
5813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5814 for as_dir in $PATH
5816 IFS=$as_save_IFS
5817 test -z "$as_dir" && as_dir=.
5818 for ac_exec_ext in '' $ac_executable_extensions; do
5819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5820 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5821 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5822 break 2
5824 done
5825 done
5826 IFS=$as_save_IFS
5830 RANLIB=$ac_cv_prog_RANLIB
5831 if test -n "$RANLIB"; then
5832 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5833 echo "${ECHO_T}$RANLIB" >&6; }
5834 else
5835 { echo "$as_me:$LINENO: result: no" >&5
5836 echo "${ECHO_T}no" >&6; }
5841 if test -z "$ac_cv_prog_RANLIB"; then
5842 ac_ct_RANLIB=$RANLIB
5843 # Extract the first word of "ranlib", so it can be a program name with args.
5844 set dummy ranlib; ac_word=$2
5845 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5846 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5847 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5848 echo $ECHO_N "(cached) $ECHO_C" >&6
5849 else
5850 if test -n "$ac_ct_RANLIB"; then
5851 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5852 else
5853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5854 for as_dir in $PATH
5856 IFS=$as_save_IFS
5857 test -z "$as_dir" && as_dir=.
5858 for ac_exec_ext in '' $ac_executable_extensions; do
5859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5860 ac_cv_prog_ac_ct_RANLIB="ranlib"
5861 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5862 break 2
5864 done
5865 done
5866 IFS=$as_save_IFS
5870 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5871 if test -n "$ac_ct_RANLIB"; then
5872 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5873 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5874 else
5875 { echo "$as_me:$LINENO: result: no" >&5
5876 echo "${ECHO_T}no" >&6; }
5879 if test "x$ac_ct_RANLIB" = x; then
5880 RANLIB=":"
5881 else
5882 case $cross_compiling:$ac_tool_warned in
5883 yes:)
5884 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5885 whose name does not start with the host triplet. If you think this
5886 configuration is useful to you, please write to autoconf@gnu.org." >&5
5887 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5888 whose name does not start with the host triplet. If you think this
5889 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5890 ac_tool_warned=yes ;;
5891 esac
5892 RANLIB=$ac_ct_RANLIB
5894 else
5895 RANLIB="$ac_cv_prog_RANLIB"
5898 if test -n "$ac_tool_prefix"; then
5899 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5900 set dummy ${ac_tool_prefix}strip; ac_word=$2
5901 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5902 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5903 if test "${ac_cv_prog_STRIP+set}" = set; then
5904 echo $ECHO_N "(cached) $ECHO_C" >&6
5905 else
5906 if test -n "$STRIP"; then
5907 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5908 else
5909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5910 for as_dir in $PATH
5912 IFS=$as_save_IFS
5913 test -z "$as_dir" && as_dir=.
5914 for ac_exec_ext in '' $ac_executable_extensions; do
5915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5916 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5917 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5918 break 2
5920 done
5921 done
5922 IFS=$as_save_IFS
5926 STRIP=$ac_cv_prog_STRIP
5927 if test -n "$STRIP"; then
5928 { echo "$as_me:$LINENO: result: $STRIP" >&5
5929 echo "${ECHO_T}$STRIP" >&6; }
5930 else
5931 { echo "$as_me:$LINENO: result: no" >&5
5932 echo "${ECHO_T}no" >&6; }
5937 if test -z "$ac_cv_prog_STRIP"; then
5938 ac_ct_STRIP=$STRIP
5939 # Extract the first word of "strip", so it can be a program name with args.
5940 set dummy strip; ac_word=$2
5941 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5942 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5943 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5944 echo $ECHO_N "(cached) $ECHO_C" >&6
5945 else
5946 if test -n "$ac_ct_STRIP"; then
5947 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5948 else
5949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5950 for as_dir in $PATH
5952 IFS=$as_save_IFS
5953 test -z "$as_dir" && as_dir=.
5954 for ac_exec_ext in '' $ac_executable_extensions; do
5955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5956 ac_cv_prog_ac_ct_STRIP="strip"
5957 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5958 break 2
5960 done
5961 done
5962 IFS=$as_save_IFS
5966 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5967 if test -n "$ac_ct_STRIP"; then
5968 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5969 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5970 else
5971 { echo "$as_me:$LINENO: result: no" >&5
5972 echo "${ECHO_T}no" >&6; }
5975 if test "x$ac_ct_STRIP" = x; then
5976 STRIP="strip"
5977 else
5978 case $cross_compiling:$ac_tool_warned in
5979 yes:)
5980 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5981 whose name does not start with the host triplet. If you think this
5982 configuration is useful to you, please write to autoconf@gnu.org." >&5
5983 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5984 whose name does not start with the host triplet. If you think this
5985 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5986 ac_tool_warned=yes ;;
5987 esac
5988 STRIP=$ac_ct_STRIP
5990 else
5991 STRIP="$ac_cv_prog_STRIP"
5994 if test -n "$ac_tool_prefix"; then
5995 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5996 set dummy ${ac_tool_prefix}windres; ac_word=$2
5997 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5998 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5999 if test "${ac_cv_prog_WINDRES+set}" = set; then
6000 echo $ECHO_N "(cached) $ECHO_C" >&6
6001 else
6002 if test -n "$WINDRES"; then
6003 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6004 else
6005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6006 for as_dir in $PATH
6008 IFS=$as_save_IFS
6009 test -z "$as_dir" && as_dir=.
6010 for ac_exec_ext in '' $ac_executable_extensions; do
6011 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6012 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6013 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6014 break 2
6016 done
6017 done
6018 IFS=$as_save_IFS
6022 WINDRES=$ac_cv_prog_WINDRES
6023 if test -n "$WINDRES"; then
6024 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6025 echo "${ECHO_T}$WINDRES" >&6; }
6026 else
6027 { echo "$as_me:$LINENO: result: no" >&5
6028 echo "${ECHO_T}no" >&6; }
6033 if test -z "$ac_cv_prog_WINDRES"; then
6034 ac_ct_WINDRES=$WINDRES
6035 # Extract the first word of "windres", so it can be a program name with args.
6036 set dummy windres; ac_word=$2
6037 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6038 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6039 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6040 echo $ECHO_N "(cached) $ECHO_C" >&6
6041 else
6042 if test -n "$ac_ct_WINDRES"; then
6043 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6044 else
6045 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6046 for as_dir in $PATH
6048 IFS=$as_save_IFS
6049 test -z "$as_dir" && as_dir=.
6050 for ac_exec_ext in '' $ac_executable_extensions; do
6051 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6052 ac_cv_prog_ac_ct_WINDRES="windres"
6053 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6054 break 2
6056 done
6057 done
6058 IFS=$as_save_IFS
6062 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6063 if test -n "$ac_ct_WINDRES"; then
6064 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6065 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6066 else
6067 { echo "$as_me:$LINENO: result: no" >&5
6068 echo "${ECHO_T}no" >&6; }
6071 if test "x$ac_ct_WINDRES" = x; then
6072 WINDRES="false"
6073 else
6074 case $cross_compiling:$ac_tool_warned in
6075 yes:)
6076 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6077 whose name does not start with the host triplet. If you think this
6078 configuration is useful to you, please write to autoconf@gnu.org." >&5
6079 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6080 whose name does not start with the host triplet. If you think this
6081 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6082 ac_tool_warned=yes ;;
6083 esac
6084 WINDRES=$ac_ct_WINDRES
6086 else
6087 WINDRES="$ac_cv_prog_WINDRES"
6090 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6091 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6092 LN_S=$as_ln_s
6093 if test "$LN_S" = "ln -s"; then
6094 { echo "$as_me:$LINENO: result: yes" >&5
6095 echo "${ECHO_T}yes" >&6; }
6096 else
6097 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6098 echo "${ECHO_T}no, using $LN_S" >&6; }
6101 { echo "$as_me:$LINENO: checking whether ln works" >&5
6102 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6103 rm -f conf$$ conf$$.file
6104 echo >conf$$.file
6105 if ln conf$$.file conf$$ 2>/dev/null; then
6106 LN=ln
6108 { echo "$as_me:$LINENO: result: yes" >&5
6109 echo "${ECHO_T}yes" >&6; }
6110 else
6111 LN="cp -p"
6113 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6114 echo "${ECHO_T}no, using $LN" >&6; }
6116 rm -f conf$$ conf$$.file
6117 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6118 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6119 if test "${ac_cv_path_GREP+set}" = set; then
6120 echo $ECHO_N "(cached) $ECHO_C" >&6
6121 else
6122 # Extract the first word of "grep ggrep" to use in msg output
6123 if test -z "$GREP"; then
6124 set dummy grep ggrep; ac_prog_name=$2
6125 if test "${ac_cv_path_GREP+set}" = set; then
6126 echo $ECHO_N "(cached) $ECHO_C" >&6
6127 else
6128 ac_path_GREP_found=false
6129 # Loop through the user's path and test for each of PROGNAME-LIST
6130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6131 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6133 IFS=$as_save_IFS
6134 test -z "$as_dir" && as_dir=.
6135 for ac_prog in grep ggrep; do
6136 for ac_exec_ext in '' $ac_executable_extensions; do
6137 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6138 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6139 # Check for GNU ac_path_GREP and select it if it is found.
6140 # Check for GNU $ac_path_GREP
6141 case `"$ac_path_GREP" --version 2>&1` in
6142 *GNU*)
6143 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6145 ac_count=0
6146 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6147 while :
6149 cat "conftest.in" "conftest.in" >"conftest.tmp"
6150 mv "conftest.tmp" "conftest.in"
6151 cp "conftest.in" "conftest.nl"
6152 echo 'GREP' >> "conftest.nl"
6153 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6154 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6155 ac_count=`expr $ac_count + 1`
6156 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6157 # Best one so far, save it but keep looking for a better one
6158 ac_cv_path_GREP="$ac_path_GREP"
6159 ac_path_GREP_max=$ac_count
6161 # 10*(2^10) chars as input seems more than enough
6162 test $ac_count -gt 10 && break
6163 done
6164 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6165 esac
6168 $ac_path_GREP_found && break 3
6169 done
6170 done
6172 done
6173 IFS=$as_save_IFS
6178 GREP="$ac_cv_path_GREP"
6179 if test -z "$GREP"; then
6180 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6181 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6182 { (exit 1); exit 1; }; }
6185 else
6186 ac_cv_path_GREP=$GREP
6191 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6192 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6193 GREP="$ac_cv_path_GREP"
6196 { echo "$as_me:$LINENO: checking for egrep" >&5
6197 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6198 if test "${ac_cv_path_EGREP+set}" = set; then
6199 echo $ECHO_N "(cached) $ECHO_C" >&6
6200 else
6201 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6202 then ac_cv_path_EGREP="$GREP -E"
6203 else
6204 # Extract the first word of "egrep" to use in msg output
6205 if test -z "$EGREP"; then
6206 set dummy egrep; ac_prog_name=$2
6207 if test "${ac_cv_path_EGREP+set}" = set; then
6208 echo $ECHO_N "(cached) $ECHO_C" >&6
6209 else
6210 ac_path_EGREP_found=false
6211 # Loop through the user's path and test for each of PROGNAME-LIST
6212 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6213 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6215 IFS=$as_save_IFS
6216 test -z "$as_dir" && as_dir=.
6217 for ac_prog in egrep; do
6218 for ac_exec_ext in '' $ac_executable_extensions; do
6219 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6220 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6221 # Check for GNU ac_path_EGREP and select it if it is found.
6222 # Check for GNU $ac_path_EGREP
6223 case `"$ac_path_EGREP" --version 2>&1` in
6224 *GNU*)
6225 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6227 ac_count=0
6228 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6229 while :
6231 cat "conftest.in" "conftest.in" >"conftest.tmp"
6232 mv "conftest.tmp" "conftest.in"
6233 cp "conftest.in" "conftest.nl"
6234 echo 'EGREP' >> "conftest.nl"
6235 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6236 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6237 ac_count=`expr $ac_count + 1`
6238 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6239 # Best one so far, save it but keep looking for a better one
6240 ac_cv_path_EGREP="$ac_path_EGREP"
6241 ac_path_EGREP_max=$ac_count
6243 # 10*(2^10) chars as input seems more than enough
6244 test $ac_count -gt 10 && break
6245 done
6246 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6247 esac
6250 $ac_path_EGREP_found && break 3
6251 done
6252 done
6254 done
6255 IFS=$as_save_IFS
6260 EGREP="$ac_cv_path_EGREP"
6261 if test -z "$EGREP"; then
6262 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6263 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6264 { (exit 1); exit 1; }; }
6267 else
6268 ac_cv_path_EGREP=$EGREP
6274 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6275 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6276 EGREP="$ac_cv_path_EGREP"
6279 # Extract the first word of "ldconfig", so it can be a program name with args.
6280 set dummy ldconfig; ac_word=$2
6281 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6282 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6283 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6284 echo $ECHO_N "(cached) $ECHO_C" >&6
6285 else
6286 case $LDCONFIG in
6287 [\\/]* | ?:[\\/]*)
6288 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6292 for as_dir in /sbin /usr/sbin $PATH
6294 IFS=$as_save_IFS
6295 test -z "$as_dir" && as_dir=.
6296 for ac_exec_ext in '' $ac_executable_extensions; do
6297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6298 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6299 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6300 break 2
6302 done
6303 done
6304 IFS=$as_save_IFS
6306 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6308 esac
6310 LDCONFIG=$ac_cv_path_LDCONFIG
6311 if test -n "$LDCONFIG"; then
6312 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6313 echo "${ECHO_T}$LDCONFIG" >&6; }
6314 else
6315 { echo "$as_me:$LINENO: result: no" >&5
6316 echo "${ECHO_T}no" >&6; }
6320 # Find a good install program. We prefer a C program (faster),
6321 # so one script is as good as another. But avoid the broken or
6322 # incompatible versions:
6323 # SysV /etc/install, /usr/sbin/install
6324 # SunOS /usr/etc/install
6325 # IRIX /sbin/install
6326 # AIX /bin/install
6327 # AmigaOS /C/install, which installs bootblocks on floppy discs
6328 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6329 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6330 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6331 # OS/2's system install, which has a completely different semantic
6332 # ./install, which can be erroneously created by make from ./install.sh.
6333 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6334 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6335 if test -z "$INSTALL"; then
6336 if test "${ac_cv_path_install+set}" = set; then
6337 echo $ECHO_N "(cached) $ECHO_C" >&6
6338 else
6339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6340 for as_dir in $PATH
6342 IFS=$as_save_IFS
6343 test -z "$as_dir" && as_dir=.
6344 # Account for people who put trailing slashes in PATH elements.
6345 case $as_dir/ in
6346 ./ | .// | /cC/* | \
6347 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6348 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6349 /usr/ucb/* ) ;;
6351 # OSF1 and SCO ODT 3.0 have their own names for install.
6352 # Don't use installbsd from OSF since it installs stuff as root
6353 # by default.
6354 for ac_prog in ginstall scoinst install; do
6355 for ac_exec_ext in '' $ac_executable_extensions; do
6356 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6357 if test $ac_prog = install &&
6358 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6359 # AIX install. It has an incompatible calling convention.
6361 elif test $ac_prog = install &&
6362 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6363 # program-specific install script used by HP pwplus--don't use.
6365 else
6366 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6367 break 3
6370 done
6371 done
6373 esac
6374 done
6375 IFS=$as_save_IFS
6379 if test "${ac_cv_path_install+set}" = set; then
6380 INSTALL=$ac_cv_path_install
6381 else
6382 # As a last resort, use the slow shell script. Don't cache a
6383 # value for INSTALL within a source directory, because that will
6384 # break other packages using the cache if that directory is
6385 # removed, or if the value is a relative name.
6386 INSTALL=$ac_install_sh
6389 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6390 echo "${ECHO_T}$INSTALL" >&6; }
6392 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6393 # It thinks the first close brace ends the variable substitution.
6394 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6396 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6398 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6400 case "$INSTALL" in
6401 [\\/$]* | ?:[\\/]* ) ;;
6402 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6403 esac
6405 for ac_prog in lclint lint
6407 # Extract the first word of "$ac_prog", so it can be a program name with args.
6408 set dummy $ac_prog; ac_word=$2
6409 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6410 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6411 if test "${ac_cv_prog_LINT+set}" = set; then
6412 echo $ECHO_N "(cached) $ECHO_C" >&6
6413 else
6414 if test -n "$LINT"; then
6415 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6416 else
6417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6418 for as_dir in $PATH
6420 IFS=$as_save_IFS
6421 test -z "$as_dir" && as_dir=.
6422 for ac_exec_ext in '' $ac_executable_extensions; do
6423 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6424 ac_cv_prog_LINT="$ac_prog"
6425 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6426 break 2
6428 done
6429 done
6430 IFS=$as_save_IFS
6434 LINT=$ac_cv_prog_LINT
6435 if test -n "$LINT"; then
6436 { echo "$as_me:$LINENO: result: $LINT" >&5
6437 echo "${ECHO_T}$LINT" >&6; }
6438 else
6439 { echo "$as_me:$LINENO: result: no" >&5
6440 echo "${ECHO_T}no" >&6; }
6444 test -n "$LINT" && break
6445 done
6447 if test "$LINT" = "lint"
6448 then
6449 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6454 for ac_prog in fontforge
6456 # Extract the first word of "$ac_prog", so it can be a program name with args.
6457 set dummy $ac_prog; ac_word=$2
6458 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6459 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6460 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6461 echo $ECHO_N "(cached) $ECHO_C" >&6
6462 else
6463 if test -n "$FONTFORGE"; then
6464 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6465 else
6466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6467 for as_dir in $PATH
6469 IFS=$as_save_IFS
6470 test -z "$as_dir" && as_dir=.
6471 for ac_exec_ext in '' $ac_executable_extensions; do
6472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6473 ac_cv_prog_FONTFORGE="$ac_prog"
6474 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6475 break 2
6477 done
6478 done
6479 IFS=$as_save_IFS
6483 FONTFORGE=$ac_cv_prog_FONTFORGE
6484 if test -n "$FONTFORGE"; then
6485 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6486 echo "${ECHO_T}$FONTFORGE" >&6; }
6487 else
6488 { echo "$as_me:$LINENO: result: no" >&5
6489 echo "${ECHO_T}no" >&6; }
6493 test -n "$FONTFORGE" && break
6494 done
6495 test -n "$FONTFORGE" || FONTFORGE="false"
6497 for ac_prog in pkg-config
6499 # Extract the first word of "$ac_prog", so it can be a program name with args.
6500 set dummy $ac_prog; ac_word=$2
6501 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6502 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6503 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6504 echo $ECHO_N "(cached) $ECHO_C" >&6
6505 else
6506 if test -n "$PKG_CONFIG"; then
6507 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6508 else
6509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6510 for as_dir in $PATH
6512 IFS=$as_save_IFS
6513 test -z "$as_dir" && as_dir=.
6514 for ac_exec_ext in '' $ac_executable_extensions; do
6515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6516 ac_cv_prog_PKG_CONFIG="$ac_prog"
6517 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6518 break 2
6520 done
6521 done
6522 IFS=$as_save_IFS
6526 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6527 if test -n "$PKG_CONFIG"; then
6528 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6529 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6530 else
6531 { echo "$as_me:$LINENO: result: no" >&5
6532 echo "${ECHO_T}no" >&6; }
6536 test -n "$PKG_CONFIG" && break
6537 done
6538 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6540 for ac_prog in rsvg
6542 # Extract the first word of "$ac_prog", so it can be a program name with args.
6543 set dummy $ac_prog; ac_word=$2
6544 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6545 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6546 if test "${ac_cv_prog_RSVG+set}" = set; then
6547 echo $ECHO_N "(cached) $ECHO_C" >&6
6548 else
6549 if test -n "$RSVG"; then
6550 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6551 else
6552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6553 for as_dir in $PATH
6555 IFS=$as_save_IFS
6556 test -z "$as_dir" && as_dir=.
6557 for ac_exec_ext in '' $ac_executable_extensions; do
6558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6559 ac_cv_prog_RSVG="$ac_prog"
6560 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6561 break 2
6563 done
6564 done
6565 IFS=$as_save_IFS
6569 RSVG=$ac_cv_prog_RSVG
6570 if test -n "$RSVG"; then
6571 { echo "$as_me:$LINENO: result: $RSVG" >&5
6572 echo "${ECHO_T}$RSVG" >&6; }
6573 else
6574 { echo "$as_me:$LINENO: result: no" >&5
6575 echo "${ECHO_T}no" >&6; }
6579 test -n "$RSVG" && break
6580 done
6581 test -n "$RSVG" || RSVG="false"
6583 for ac_prog in icotool
6585 # Extract the first word of "$ac_prog", so it can be a program name with args.
6586 set dummy $ac_prog; ac_word=$2
6587 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6588 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6589 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6590 echo $ECHO_N "(cached) $ECHO_C" >&6
6591 else
6592 if test -n "$ICOTOOL"; then
6593 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6594 else
6595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6596 for as_dir in $PATH
6598 IFS=$as_save_IFS
6599 test -z "$as_dir" && as_dir=.
6600 for ac_exec_ext in '' $ac_executable_extensions; do
6601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6602 ac_cv_prog_ICOTOOL="$ac_prog"
6603 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6604 break 2
6606 done
6607 done
6608 IFS=$as_save_IFS
6612 ICOTOOL=$ac_cv_prog_ICOTOOL
6613 if test -n "$ICOTOOL"; then
6614 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6615 echo "${ECHO_T}$ICOTOOL" >&6; }
6616 else
6617 { echo "$as_me:$LINENO: result: no" >&5
6618 echo "${ECHO_T}no" >&6; }
6622 test -n "$ICOTOOL" && break
6623 done
6624 test -n "$ICOTOOL" || ICOTOOL="false"
6627 if test "${enable_maintainer_mode+set}" = set
6628 then
6629 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6630 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6631 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6634 case $host_cpu in
6635 *i[3456789]86*)
6636 # Extract the first word of "prelink", so it can be a program name with args.
6637 set dummy prelink; ac_word=$2
6638 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6639 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6640 if test "${ac_cv_path_PRELINK+set}" = set; then
6641 echo $ECHO_N "(cached) $ECHO_C" >&6
6642 else
6643 case $PRELINK in
6644 [\\/]* | ?:[\\/]*)
6645 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6649 for as_dir in /sbin /usr/sbin $PATH
6651 IFS=$as_save_IFS
6652 test -z "$as_dir" && as_dir=.
6653 for ac_exec_ext in '' $ac_executable_extensions; do
6654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6655 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6656 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6657 break 2
6659 done
6660 done
6661 IFS=$as_save_IFS
6663 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6665 esac
6667 PRELINK=$ac_cv_path_PRELINK
6668 if test -n "$PRELINK"; then
6669 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6670 echo "${ECHO_T}$PRELINK" >&6; }
6671 else
6672 { echo "$as_me:$LINENO: result: no" >&5
6673 echo "${ECHO_T}no" >&6; }
6678 esac
6682 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6683 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6684 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6685 echo $ECHO_N "(cached) $ECHO_C" >&6
6686 else
6687 ac_check_lib_save_LIBS=$LIBS
6688 LIBS="-li386 $LIBS"
6689 cat >conftest.$ac_ext <<_ACEOF
6690 /* confdefs.h. */
6691 _ACEOF
6692 cat confdefs.h >>conftest.$ac_ext
6693 cat >>conftest.$ac_ext <<_ACEOF
6694 /* end confdefs.h. */
6696 /* Override any GCC internal prototype to avoid an error.
6697 Use char because int might match the return type of a GCC
6698 builtin and then its argument prototype would still apply. */
6699 #ifdef __cplusplus
6700 extern "C"
6701 #endif
6702 char i386_set_ldt ();
6704 main ()
6706 return i386_set_ldt ();
6708 return 0;
6710 _ACEOF
6711 rm -f conftest.$ac_objext conftest$ac_exeext
6712 if { (ac_try="$ac_link"
6713 case "(($ac_try" in
6714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6715 *) ac_try_echo=$ac_try;;
6716 esac
6717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6718 (eval "$ac_link") 2>conftest.er1
6719 ac_status=$?
6720 grep -v '^ *+' conftest.er1 >conftest.err
6721 rm -f conftest.er1
6722 cat conftest.err >&5
6723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6724 (exit $ac_status); } && {
6725 test -z "$ac_c_werror_flag" ||
6726 test ! -s conftest.err
6727 } && test -s conftest$ac_exeext &&
6728 $as_test_x conftest$ac_exeext; then
6729 ac_cv_lib_i386_i386_set_ldt=yes
6730 else
6731 echo "$as_me: failed program was:" >&5
6732 sed 's/^/| /' conftest.$ac_ext >&5
6734 ac_cv_lib_i386_i386_set_ldt=no
6737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6738 conftest$ac_exeext conftest.$ac_ext
6739 LIBS=$ac_check_lib_save_LIBS
6741 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6742 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6743 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6744 cat >>confdefs.h <<_ACEOF
6745 #define HAVE_LIBI386 1
6746 _ACEOF
6748 LIBS="-li386 $LIBS"
6753 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6754 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6755 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6756 echo $ECHO_N "(cached) $ECHO_C" >&6
6757 else
6758 ac_check_lib_save_LIBS=$LIBS
6759 LIBS="-lossaudio $LIBS"
6760 cat >conftest.$ac_ext <<_ACEOF
6761 /* confdefs.h. */
6762 _ACEOF
6763 cat confdefs.h >>conftest.$ac_ext
6764 cat >>conftest.$ac_ext <<_ACEOF
6765 /* end confdefs.h. */
6767 /* Override any GCC internal prototype to avoid an error.
6768 Use char because int might match the return type of a GCC
6769 builtin and then its argument prototype would still apply. */
6770 #ifdef __cplusplus
6771 extern "C"
6772 #endif
6773 char _oss_ioctl ();
6775 main ()
6777 return _oss_ioctl ();
6779 return 0;
6781 _ACEOF
6782 rm -f conftest.$ac_objext conftest$ac_exeext
6783 if { (ac_try="$ac_link"
6784 case "(($ac_try" in
6785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6786 *) ac_try_echo=$ac_try;;
6787 esac
6788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6789 (eval "$ac_link") 2>conftest.er1
6790 ac_status=$?
6791 grep -v '^ *+' conftest.er1 >conftest.err
6792 rm -f conftest.er1
6793 cat conftest.err >&5
6794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6795 (exit $ac_status); } && {
6796 test -z "$ac_c_werror_flag" ||
6797 test ! -s conftest.err
6798 } && test -s conftest$ac_exeext &&
6799 $as_test_x conftest$ac_exeext; then
6800 ac_cv_lib_ossaudio__oss_ioctl=yes
6801 else
6802 echo "$as_me: failed program was:" >&5
6803 sed 's/^/| /' conftest.$ac_ext >&5
6805 ac_cv_lib_ossaudio__oss_ioctl=no
6808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6809 conftest$ac_exeext conftest.$ac_ext
6810 LIBS=$ac_check_lib_save_LIBS
6812 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6813 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6814 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6815 cat >>confdefs.h <<_ACEOF
6816 #define HAVE_LIBOSSAUDIO 1
6817 _ACEOF
6819 LIBS="-lossaudio $LIBS"
6823 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6824 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6825 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6826 echo $ECHO_N "(cached) $ECHO_C" >&6
6827 else
6828 ac_check_lib_save_LIBS=$LIBS
6829 LIBS="-lpthread $LIBS"
6830 cat >conftest.$ac_ext <<_ACEOF
6831 /* confdefs.h. */
6832 _ACEOF
6833 cat confdefs.h >>conftest.$ac_ext
6834 cat >>conftest.$ac_ext <<_ACEOF
6835 /* end confdefs.h. */
6837 /* Override any GCC internal prototype to avoid an error.
6838 Use char because int might match the return type of a GCC
6839 builtin and then its argument prototype would still apply. */
6840 #ifdef __cplusplus
6841 extern "C"
6842 #endif
6843 char pthread_create ();
6845 main ()
6847 return pthread_create ();
6849 return 0;
6851 _ACEOF
6852 rm -f conftest.$ac_objext conftest$ac_exeext
6853 if { (ac_try="$ac_link"
6854 case "(($ac_try" in
6855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6856 *) ac_try_echo=$ac_try;;
6857 esac
6858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6859 (eval "$ac_link") 2>conftest.er1
6860 ac_status=$?
6861 grep -v '^ *+' conftest.er1 >conftest.err
6862 rm -f conftest.er1
6863 cat conftest.err >&5
6864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6865 (exit $ac_status); } && {
6866 test -z "$ac_c_werror_flag" ||
6867 test ! -s conftest.err
6868 } && test -s conftest$ac_exeext &&
6869 $as_test_x conftest$ac_exeext; then
6870 ac_cv_lib_pthread_pthread_create=yes
6871 else
6872 echo "$as_me: failed program was:" >&5
6873 sed 's/^/| /' conftest.$ac_ext >&5
6875 ac_cv_lib_pthread_pthread_create=no
6878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6879 conftest$ac_exeext conftest.$ac_ext
6880 LIBS=$ac_check_lib_save_LIBS
6882 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6883 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6884 if test $ac_cv_lib_pthread_pthread_create = yes; then
6885 LIBPTHREAD="-lpthread"
6890 XLIB=""
6892 OPENGL_LIBS=""
6896 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6897 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6898 if test "${ac_cv_header_stdc+set}" = set; then
6899 echo $ECHO_N "(cached) $ECHO_C" >&6
6900 else
6901 cat >conftest.$ac_ext <<_ACEOF
6902 /* confdefs.h. */
6903 _ACEOF
6904 cat confdefs.h >>conftest.$ac_ext
6905 cat >>conftest.$ac_ext <<_ACEOF
6906 /* end confdefs.h. */
6907 #include <stdlib.h>
6908 #include <stdarg.h>
6909 #include <string.h>
6910 #include <float.h>
6913 main ()
6917 return 0;
6919 _ACEOF
6920 rm -f conftest.$ac_objext
6921 if { (ac_try="$ac_compile"
6922 case "(($ac_try" in
6923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6924 *) ac_try_echo=$ac_try;;
6925 esac
6926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6927 (eval "$ac_compile") 2>conftest.er1
6928 ac_status=$?
6929 grep -v '^ *+' conftest.er1 >conftest.err
6930 rm -f conftest.er1
6931 cat conftest.err >&5
6932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6933 (exit $ac_status); } && {
6934 test -z "$ac_c_werror_flag" ||
6935 test ! -s conftest.err
6936 } && test -s conftest.$ac_objext; then
6937 ac_cv_header_stdc=yes
6938 else
6939 echo "$as_me: failed program was:" >&5
6940 sed 's/^/| /' conftest.$ac_ext >&5
6942 ac_cv_header_stdc=no
6945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6947 if test $ac_cv_header_stdc = yes; then
6948 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6949 cat >conftest.$ac_ext <<_ACEOF
6950 /* confdefs.h. */
6951 _ACEOF
6952 cat confdefs.h >>conftest.$ac_ext
6953 cat >>conftest.$ac_ext <<_ACEOF
6954 /* end confdefs.h. */
6955 #include <string.h>
6957 _ACEOF
6958 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6959 $EGREP "memchr" >/dev/null 2>&1; then
6961 else
6962 ac_cv_header_stdc=no
6964 rm -f conftest*
6968 if test $ac_cv_header_stdc = yes; then
6969 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6970 cat >conftest.$ac_ext <<_ACEOF
6971 /* confdefs.h. */
6972 _ACEOF
6973 cat confdefs.h >>conftest.$ac_ext
6974 cat >>conftest.$ac_ext <<_ACEOF
6975 /* end confdefs.h. */
6976 #include <stdlib.h>
6978 _ACEOF
6979 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6980 $EGREP "free" >/dev/null 2>&1; then
6982 else
6983 ac_cv_header_stdc=no
6985 rm -f conftest*
6989 if test $ac_cv_header_stdc = yes; then
6990 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6991 if test "$cross_compiling" = yes; then
6993 else
6994 cat >conftest.$ac_ext <<_ACEOF
6995 /* confdefs.h. */
6996 _ACEOF
6997 cat confdefs.h >>conftest.$ac_ext
6998 cat >>conftest.$ac_ext <<_ACEOF
6999 /* end confdefs.h. */
7000 #include <ctype.h>
7001 #include <stdlib.h>
7002 #if ((' ' & 0x0FF) == 0x020)
7003 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7004 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7005 #else
7006 # define ISLOWER(c) \
7007 (('a' <= (c) && (c) <= 'i') \
7008 || ('j' <= (c) && (c) <= 'r') \
7009 || ('s' <= (c) && (c) <= 'z'))
7010 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7011 #endif
7013 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7015 main ()
7017 int i;
7018 for (i = 0; i < 256; i++)
7019 if (XOR (islower (i), ISLOWER (i))
7020 || toupper (i) != TOUPPER (i))
7021 return 2;
7022 return 0;
7024 _ACEOF
7025 rm -f conftest$ac_exeext
7026 if { (ac_try="$ac_link"
7027 case "(($ac_try" in
7028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7029 *) ac_try_echo=$ac_try;;
7030 esac
7031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7032 (eval "$ac_link") 2>&5
7033 ac_status=$?
7034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7035 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7036 { (case "(($ac_try" in
7037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7038 *) ac_try_echo=$ac_try;;
7039 esac
7040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7041 (eval "$ac_try") 2>&5
7042 ac_status=$?
7043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7044 (exit $ac_status); }; }; then
7046 else
7047 echo "$as_me: program exited with status $ac_status" >&5
7048 echo "$as_me: failed program was:" >&5
7049 sed 's/^/| /' conftest.$ac_ext >&5
7051 ( exit $ac_status )
7052 ac_cv_header_stdc=no
7054 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7060 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7061 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7062 if test $ac_cv_header_stdc = yes; then
7064 cat >>confdefs.h <<\_ACEOF
7065 #define STDC_HEADERS 1
7066 _ACEOF
7070 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7080 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7081 inttypes.h stdint.h unistd.h
7083 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7084 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7085 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7086 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7087 echo $ECHO_N "(cached) $ECHO_C" >&6
7088 else
7089 cat >conftest.$ac_ext <<_ACEOF
7090 /* confdefs.h. */
7091 _ACEOF
7092 cat confdefs.h >>conftest.$ac_ext
7093 cat >>conftest.$ac_ext <<_ACEOF
7094 /* end confdefs.h. */
7095 $ac_includes_default
7097 #include <$ac_header>
7098 _ACEOF
7099 rm -f conftest.$ac_objext
7100 if { (ac_try="$ac_compile"
7101 case "(($ac_try" in
7102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7103 *) ac_try_echo=$ac_try;;
7104 esac
7105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7106 (eval "$ac_compile") 2>conftest.er1
7107 ac_status=$?
7108 grep -v '^ *+' conftest.er1 >conftest.err
7109 rm -f conftest.er1
7110 cat conftest.err >&5
7111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7112 (exit $ac_status); } && {
7113 test -z "$ac_c_werror_flag" ||
7114 test ! -s conftest.err
7115 } && test -s conftest.$ac_objext; then
7116 eval "$as_ac_Header=yes"
7117 else
7118 echo "$as_me: failed program was:" >&5
7119 sed 's/^/| /' conftest.$ac_ext >&5
7121 eval "$as_ac_Header=no"
7124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7126 ac_res=`eval echo '${'$as_ac_Header'}'`
7127 { echo "$as_me:$LINENO: result: $ac_res" >&5
7128 echo "${ECHO_T}$ac_res" >&6; }
7129 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7130 cat >>confdefs.h <<_ACEOF
7131 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7132 _ACEOF
7136 done
7251 for ac_header in \
7252 AudioUnit/AudioUnit.h \
7253 Carbon/Carbon.h \
7254 CoreAudio/CoreAudio.h \
7255 DiskArbitration/DiskArbitration.h \
7256 IOKit/IOKitLib.h \
7257 alias.h \
7258 alsa/asoundlib.h \
7259 arpa/inet.h \
7260 arpa/nameser.h \
7261 asm/types.h \
7262 capi20.h \
7263 curses.h \
7264 direct.h \
7265 dirent.h \
7266 dlfcn.h \
7267 elf.h \
7268 float.h \
7269 fontconfig/fontconfig.h \
7270 getopt.h \
7271 ieeefp.h \
7272 io.h \
7273 jack/jack.h \
7274 jpeglib.h \
7275 lber.h \
7276 lcms.h \
7277 lcms/lcms.h \
7278 ldap.h \
7279 libaudioio.h \
7280 link.h \
7281 linux/cdrom.h \
7282 linux/compiler.h \
7283 linux/hdreg.h \
7284 linux/input.h \
7285 linux/ioctl.h \
7286 linux/joystick.h \
7287 linux/major.h \
7288 linux/param.h \
7289 linux/serial.h \
7290 linux/ucdrom.h \
7291 mach/mach.h \
7292 mach/machine.h \
7293 machine/cpu.h \
7294 machine/limits.h \
7295 machine/soundcard.h \
7296 mntent.h \
7297 ncurses.h \
7298 netdb.h \
7299 netinet/in.h \
7300 netinet/in_systm.h \
7301 netinet/tcp.h \
7302 netinet/tcp_fsm.h \
7303 openssl/err.h \
7304 openssl/ssl.h \
7305 png.h \
7306 poll.h \
7307 process.h \
7308 pthread.h \
7309 pwd.h \
7310 regex.h \
7311 sched.h \
7312 scsi/scsi.h \
7313 scsi/scsi_ioctl.h \
7314 scsi/sg.h \
7315 soundcard.h \
7316 stdint.h \
7317 strings.h \
7318 sys/asoundlib.h \
7319 sys/cdio.h \
7320 sys/elf32.h \
7321 sys/epoll.h \
7322 sys/errno.h \
7323 sys/event.h \
7324 sys/exec_elf.h \
7325 sys/filio.h \
7326 sys/ioctl.h \
7327 sys/ipc.h \
7328 sys/limits.h \
7329 sys/link.h \
7330 sys/lwp.h \
7331 sys/mman.h \
7332 sys/modem.h \
7333 sys/msg.h \
7334 sys/mtio.h \
7335 sys/param.h \
7336 sys/poll.h \
7337 sys/prctl.h \
7338 sys/ptrace.h \
7339 sys/reg.h \
7340 sys/resource.h \
7341 sys/scsiio.h \
7342 sys/shm.h \
7343 sys/signal.h \
7344 sys/socket.h \
7345 sys/socketvar.h \
7346 sys/sockio.h \
7347 sys/soundcard.h \
7348 sys/statvfs.h \
7349 sys/strtio.h \
7350 sys/syscall.h \
7351 sys/sysctl.h \
7352 sys/time.h \
7353 sys/times.h \
7354 sys/uio.h \
7355 sys/un.h \
7356 sys/vm86.h \
7357 sys/wait.h \
7358 syscall.h \
7359 termios.h \
7360 unistd.h \
7361 utime.h \
7362 valgrind/memcheck.h \
7363 valgrind/valgrind.h
7366 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7367 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7368 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7369 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7370 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7371 echo $ECHO_N "(cached) $ECHO_C" >&6
7373 ac_res=`eval echo '${'$as_ac_Header'}'`
7374 { echo "$as_me:$LINENO: result: $ac_res" >&5
7375 echo "${ECHO_T}$ac_res" >&6; }
7376 else
7377 # Is the header compilable?
7378 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7379 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7380 cat >conftest.$ac_ext <<_ACEOF
7381 /* confdefs.h. */
7382 _ACEOF
7383 cat confdefs.h >>conftest.$ac_ext
7384 cat >>conftest.$ac_ext <<_ACEOF
7385 /* end confdefs.h. */
7386 $ac_includes_default
7387 #include <$ac_header>
7388 _ACEOF
7389 rm -f conftest.$ac_objext
7390 if { (ac_try="$ac_compile"
7391 case "(($ac_try" in
7392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7393 *) ac_try_echo=$ac_try;;
7394 esac
7395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7396 (eval "$ac_compile") 2>conftest.er1
7397 ac_status=$?
7398 grep -v '^ *+' conftest.er1 >conftest.err
7399 rm -f conftest.er1
7400 cat conftest.err >&5
7401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7402 (exit $ac_status); } && {
7403 test -z "$ac_c_werror_flag" ||
7404 test ! -s conftest.err
7405 } && test -s conftest.$ac_objext; then
7406 ac_header_compiler=yes
7407 else
7408 echo "$as_me: failed program was:" >&5
7409 sed 's/^/| /' conftest.$ac_ext >&5
7411 ac_header_compiler=no
7414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7415 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7416 echo "${ECHO_T}$ac_header_compiler" >&6; }
7418 # Is the header present?
7419 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7420 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7421 cat >conftest.$ac_ext <<_ACEOF
7422 /* confdefs.h. */
7423 _ACEOF
7424 cat confdefs.h >>conftest.$ac_ext
7425 cat >>conftest.$ac_ext <<_ACEOF
7426 /* end confdefs.h. */
7427 #include <$ac_header>
7428 _ACEOF
7429 if { (ac_try="$ac_cpp conftest.$ac_ext"
7430 case "(($ac_try" in
7431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7432 *) ac_try_echo=$ac_try;;
7433 esac
7434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7435 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7436 ac_status=$?
7437 grep -v '^ *+' conftest.er1 >conftest.err
7438 rm -f conftest.er1
7439 cat conftest.err >&5
7440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7441 (exit $ac_status); } >/dev/null && {
7442 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7443 test ! -s conftest.err
7444 }; then
7445 ac_header_preproc=yes
7446 else
7447 echo "$as_me: failed program was:" >&5
7448 sed 's/^/| /' conftest.$ac_ext >&5
7450 ac_header_preproc=no
7453 rm -f conftest.err conftest.$ac_ext
7454 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7455 echo "${ECHO_T}$ac_header_preproc" >&6; }
7457 # So? What about this header?
7458 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7459 yes:no: )
7460 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7461 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7462 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7463 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7464 ac_header_preproc=yes
7466 no:yes:* )
7467 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7468 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7469 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7470 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7471 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7472 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7473 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7474 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7475 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7476 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7477 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7478 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7479 ( cat <<\_ASBOX
7480 ## ------------------------------------ ##
7481 ## Report this to wine-devel@winehq.org ##
7482 ## ------------------------------------ ##
7483 _ASBOX
7484 ) | sed "s/^/$as_me: WARNING: /" >&2
7486 esac
7487 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7488 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7489 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7490 echo $ECHO_N "(cached) $ECHO_C" >&6
7491 else
7492 eval "$as_ac_Header=\$ac_header_preproc"
7494 ac_res=`eval echo '${'$as_ac_Header'}'`
7495 { echo "$as_me:$LINENO: result: $ac_res" >&5
7496 echo "${ECHO_T}$ac_res" >&6; }
7499 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7500 cat >>confdefs.h <<_ACEOF
7501 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7502 _ACEOF
7506 done
7508 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7509 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7510 if test "${ac_cv_header_stat_broken+set}" = set; then
7511 echo $ECHO_N "(cached) $ECHO_C" >&6
7512 else
7513 cat >conftest.$ac_ext <<_ACEOF
7514 /* confdefs.h. */
7515 _ACEOF
7516 cat confdefs.h >>conftest.$ac_ext
7517 cat >>conftest.$ac_ext <<_ACEOF
7518 /* end confdefs.h. */
7519 #include <sys/types.h>
7520 #include <sys/stat.h>
7522 #if defined S_ISBLK && defined S_IFDIR
7523 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7524 #endif
7526 #if defined S_ISBLK && defined S_IFCHR
7527 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7528 #endif
7530 #if defined S_ISLNK && defined S_IFREG
7531 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7532 #endif
7534 #if defined S_ISSOCK && defined S_IFREG
7535 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7536 #endif
7538 _ACEOF
7539 rm -f conftest.$ac_objext
7540 if { (ac_try="$ac_compile"
7541 case "(($ac_try" in
7542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7543 *) ac_try_echo=$ac_try;;
7544 esac
7545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7546 (eval "$ac_compile") 2>conftest.er1
7547 ac_status=$?
7548 grep -v '^ *+' conftest.er1 >conftest.err
7549 rm -f conftest.er1
7550 cat conftest.err >&5
7551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7552 (exit $ac_status); } && {
7553 test -z "$ac_c_werror_flag" ||
7554 test ! -s conftest.err
7555 } && test -s conftest.$ac_objext; then
7556 ac_cv_header_stat_broken=no
7557 else
7558 echo "$as_me: failed program was:" >&5
7559 sed 's/^/| /' conftest.$ac_ext >&5
7561 ac_cv_header_stat_broken=yes
7564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7566 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7567 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7568 if test $ac_cv_header_stat_broken = yes; then
7570 cat >>confdefs.h <<\_ACEOF
7571 #define STAT_MACROS_BROKEN 1
7572 _ACEOF
7582 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7584 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7585 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7586 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7587 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7588 echo $ECHO_N "(cached) $ECHO_C" >&6
7589 else
7590 cat >conftest.$ac_ext <<_ACEOF
7591 /* confdefs.h. */
7592 _ACEOF
7593 cat confdefs.h >>conftest.$ac_ext
7594 cat >>conftest.$ac_ext <<_ACEOF
7595 /* end confdefs.h. */
7596 #include <sys/types.h>
7597 #ifdef HAVE_SYS_PARAM_H
7598 # include <sys/param.h>
7599 #endif
7601 #include <$ac_header>
7602 _ACEOF
7603 rm -f conftest.$ac_objext
7604 if { (ac_try="$ac_compile"
7605 case "(($ac_try" in
7606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7607 *) ac_try_echo=$ac_try;;
7608 esac
7609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7610 (eval "$ac_compile") 2>conftest.er1
7611 ac_status=$?
7612 grep -v '^ *+' conftest.er1 >conftest.err
7613 rm -f conftest.er1
7614 cat conftest.err >&5
7615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7616 (exit $ac_status); } && {
7617 test -z "$ac_c_werror_flag" ||
7618 test ! -s conftest.err
7619 } && test -s conftest.$ac_objext; then
7620 eval "$as_ac_Header=yes"
7621 else
7622 echo "$as_me: failed program was:" >&5
7623 sed 's/^/| /' conftest.$ac_ext >&5
7625 eval "$as_ac_Header=no"
7628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7630 ac_res=`eval echo '${'$as_ac_Header'}'`
7631 { echo "$as_me:$LINENO: result: $ac_res" >&5
7632 echo "${ECHO_T}$ac_res" >&6; }
7633 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7634 cat >>confdefs.h <<_ACEOF
7635 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7636 _ACEOF
7640 done
7655 for ac_header in \
7656 netinet/ip.h \
7657 net/if.h \
7658 net/if_arp.h \
7659 net/if_dl.h \
7660 net/if_types.h \
7661 net/route.h \
7662 netinet/if_ether.h \
7663 netinet/in_pcb.h \
7664 netinet/ip_icmp.h \
7665 netinet/ip_var.h \
7666 netinet/udp.h \
7667 netipx/ipx.h \
7670 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7671 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7672 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7673 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7674 echo $ECHO_N "(cached) $ECHO_C" >&6
7675 else
7676 cat >conftest.$ac_ext <<_ACEOF
7677 /* confdefs.h. */
7678 _ACEOF
7679 cat confdefs.h >>conftest.$ac_ext
7680 cat >>conftest.$ac_ext <<_ACEOF
7681 /* end confdefs.h. */
7682 #include <sys/types.h>
7683 #ifdef HAVE_SYS_SOCKET_H
7684 # include <sys/socket.h>
7685 #endif
7686 #ifdef HAVE_SYS_SOCKETVAR_H
7687 # include <sys/socketvar.h>
7688 #endif
7689 #ifdef HAVE_NETINET_IN_H
7690 # include <netinet/in.h>
7691 #endif
7692 #ifdef HAVE_NETINET_IP_H
7693 # include <netinet/ip.h>
7694 #endif
7696 #include <$ac_header>
7697 _ACEOF
7698 rm -f conftest.$ac_objext
7699 if { (ac_try="$ac_compile"
7700 case "(($ac_try" in
7701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7702 *) ac_try_echo=$ac_try;;
7703 esac
7704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7705 (eval "$ac_compile") 2>conftest.er1
7706 ac_status=$?
7707 grep -v '^ *+' conftest.er1 >conftest.err
7708 rm -f conftest.er1
7709 cat conftest.err >&5
7710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7711 (exit $ac_status); } && {
7712 test -z "$ac_c_werror_flag" ||
7713 test ! -s conftest.err
7714 } && test -s conftest.$ac_objext; then
7715 eval "$as_ac_Header=yes"
7716 else
7717 echo "$as_me: failed program was:" >&5
7718 sed 's/^/| /' conftest.$ac_ext >&5
7720 eval "$as_ac_Header=no"
7723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7725 ac_res=`eval echo '${'$as_ac_Header'}'`
7726 { echo "$as_me:$LINENO: result: $ac_res" >&5
7727 echo "${ECHO_T}$ac_res" >&6; }
7728 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7729 cat >>confdefs.h <<_ACEOF
7730 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7731 _ACEOF
7735 done
7742 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7744 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7745 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7746 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7747 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7748 echo $ECHO_N "(cached) $ECHO_C" >&6
7749 else
7750 cat >conftest.$ac_ext <<_ACEOF
7751 /* confdefs.h. */
7752 _ACEOF
7753 cat confdefs.h >>conftest.$ac_ext
7754 cat >>conftest.$ac_ext <<_ACEOF
7755 /* end confdefs.h. */
7756 #include <sys/types.h>
7757 #ifdef HAVE_ALIAS_H
7758 # include <alias.h>
7759 #endif
7760 #ifdef HAVE_SYS_SOCKET_H
7761 # include <sys/socket.h>
7762 #endif
7763 #ifdef HAVE_SYS_SOCKETVAR_H
7764 # include <sys/socketvar.h>
7765 #endif
7766 #ifdef HAVE_NETINET_IN_H
7767 # include <netinet/in.h>
7768 #endif
7769 #ifdef HAVE_NETINET_IP_H
7770 # include <netinet/ip.h>
7771 #endif
7772 #ifdef HAVE_NETINET_IP_VAR_H
7773 # include <netinet/ip_var.h>
7774 #endif
7775 #ifdef HAVE_NETINET_IP_ICMP_H
7776 # include <netinet/ip_icmp.h>
7777 #endif
7778 #ifdef HAVE_NETINET_UDP_H
7779 # include <netinet/udp.h>
7780 #endif
7781 #ifdef HAVE_NETINET_TCP_H
7782 # include <netinet/tcp.h>
7783 #endif
7785 #include <$ac_header>
7786 _ACEOF
7787 rm -f conftest.$ac_objext
7788 if { (ac_try="$ac_compile"
7789 case "(($ac_try" in
7790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7791 *) ac_try_echo=$ac_try;;
7792 esac
7793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7794 (eval "$ac_compile") 2>conftest.er1
7795 ac_status=$?
7796 grep -v '^ *+' conftest.er1 >conftest.err
7797 rm -f conftest.er1
7798 cat conftest.err >&5
7799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7800 (exit $ac_status); } && {
7801 test -z "$ac_c_werror_flag" ||
7802 test ! -s conftest.err
7803 } && test -s conftest.$ac_objext; then
7804 eval "$as_ac_Header=yes"
7805 else
7806 echo "$as_me: failed program was:" >&5
7807 sed 's/^/| /' conftest.$ac_ext >&5
7809 eval "$as_ac_Header=no"
7812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7814 ac_res=`eval echo '${'$as_ac_Header'}'`
7815 { echo "$as_me:$LINENO: result: $ac_res" >&5
7816 echo "${ECHO_T}$ac_res" >&6; }
7817 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7818 cat >>confdefs.h <<_ACEOF
7819 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7820 _ACEOF
7824 done
7828 for ac_header in linux/ipx.h
7830 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7831 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7832 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7833 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7834 echo $ECHO_N "(cached) $ECHO_C" >&6
7835 else
7836 cat >conftest.$ac_ext <<_ACEOF
7837 /* confdefs.h. */
7838 _ACEOF
7839 cat confdefs.h >>conftest.$ac_ext
7840 cat >>conftest.$ac_ext <<_ACEOF
7841 /* end confdefs.h. */
7842 #include <sys/types.h>
7843 #ifdef HAVE_ASM_TYPES_H
7844 # include <asm/types.h>
7845 #endif
7846 #ifdef HAVE_SYS_SOCKET_H
7847 # include <sys/socket.h>
7848 #endif
7850 #include <$ac_header>
7851 _ACEOF
7852 rm -f conftest.$ac_objext
7853 if { (ac_try="$ac_compile"
7854 case "(($ac_try" in
7855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7856 *) ac_try_echo=$ac_try;;
7857 esac
7858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7859 (eval "$ac_compile") 2>conftest.er1
7860 ac_status=$?
7861 grep -v '^ *+' conftest.er1 >conftest.err
7862 rm -f conftest.er1
7863 cat conftest.err >&5
7864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7865 (exit $ac_status); } && {
7866 test -z "$ac_c_werror_flag" ||
7867 test ! -s conftest.err
7868 } && test -s conftest.$ac_objext; then
7869 eval "$as_ac_Header=yes"
7870 else
7871 echo "$as_me: failed program was:" >&5
7872 sed 's/^/| /' conftest.$ac_ext >&5
7874 eval "$as_ac_Header=no"
7877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7879 ac_res=`eval echo '${'$as_ac_Header'}'`
7880 { echo "$as_me:$LINENO: result: $ac_res" >&5
7881 echo "${ECHO_T}$ac_res" >&6; }
7882 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7883 cat >>confdefs.h <<_ACEOF
7884 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7885 _ACEOF
7889 done
7893 for ac_header in resolv.h
7895 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7896 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7897 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7898 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7899 echo $ECHO_N "(cached) $ECHO_C" >&6
7900 else
7901 cat >conftest.$ac_ext <<_ACEOF
7902 /* confdefs.h. */
7903 _ACEOF
7904 cat confdefs.h >>conftest.$ac_ext
7905 cat >>conftest.$ac_ext <<_ACEOF
7906 /* end confdefs.h. */
7907 #include <sys/types.h>
7908 #ifdef HAVE_SYS_SOCKET_H
7909 # include <sys/socket.h>
7910 #endif
7911 #ifdef HAVE_NETINET_IN_H
7912 # include <netinet/in.h>
7913 #endif
7914 #ifdef HAVE_ARPA_NAMESER_H
7915 # include <arpa/nameser.h>
7916 #endif
7918 #include <$ac_header>
7919 _ACEOF
7920 rm -f conftest.$ac_objext
7921 if { (ac_try="$ac_compile"
7922 case "(($ac_try" in
7923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7924 *) ac_try_echo=$ac_try;;
7925 esac
7926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7927 (eval "$ac_compile") 2>conftest.er1
7928 ac_status=$?
7929 grep -v '^ *+' conftest.er1 >conftest.err
7930 rm -f conftest.er1
7931 cat conftest.err >&5
7932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7933 (exit $ac_status); } && {
7934 test -z "$ac_c_werror_flag" ||
7935 test ! -s conftest.err
7936 } && test -s conftest.$ac_objext; then
7937 eval "$as_ac_Header=yes"
7938 else
7939 echo "$as_me: failed program was:" >&5
7940 sed 's/^/| /' conftest.$ac_ext >&5
7942 eval "$as_ac_Header=no"
7945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7947 ac_res=`eval echo '${'$as_ac_Header'}'`
7948 { echo "$as_me:$LINENO: result: $ac_res" >&5
7949 echo "${ECHO_T}$ac_res" >&6; }
7950 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7951 cat >>confdefs.h <<_ACEOF
7952 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7953 _ACEOF
7957 done
7961 for ac_header in ucontext.h
7963 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7964 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7965 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7966 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7967 echo $ECHO_N "(cached) $ECHO_C" >&6
7968 else
7969 cat >conftest.$ac_ext <<_ACEOF
7970 /* confdefs.h. */
7971 _ACEOF
7972 cat confdefs.h >>conftest.$ac_ext
7973 cat >>conftest.$ac_ext <<_ACEOF
7974 /* end confdefs.h. */
7975 #include <signal.h>
7977 #include <$ac_header>
7978 _ACEOF
7979 rm -f conftest.$ac_objext
7980 if { (ac_try="$ac_compile"
7981 case "(($ac_try" in
7982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7983 *) ac_try_echo=$ac_try;;
7984 esac
7985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7986 (eval "$ac_compile") 2>conftest.er1
7987 ac_status=$?
7988 grep -v '^ *+' conftest.er1 >conftest.err
7989 rm -f conftest.er1
7990 cat conftest.err >&5
7991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7992 (exit $ac_status); } && {
7993 test -z "$ac_c_werror_flag" ||
7994 test ! -s conftest.err
7995 } && test -s conftest.$ac_objext; then
7996 eval "$as_ac_Header=yes"
7997 else
7998 echo "$as_me: failed program was:" >&5
7999 sed 's/^/| /' conftest.$ac_ext >&5
8001 eval "$as_ac_Header=no"
8004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8006 ac_res=`eval echo '${'$as_ac_Header'}'`
8007 { echo "$as_me:$LINENO: result: $ac_res" >&5
8008 echo "${ECHO_T}$ac_res" >&6; }
8009 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8010 cat >>confdefs.h <<_ACEOF
8011 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8012 _ACEOF
8016 done
8020 for ac_header in sys/thr.h
8022 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8023 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8024 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8025 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8026 echo $ECHO_N "(cached) $ECHO_C" >&6
8027 else
8028 cat >conftest.$ac_ext <<_ACEOF
8029 /* confdefs.h. */
8030 _ACEOF
8031 cat confdefs.h >>conftest.$ac_ext
8032 cat >>conftest.$ac_ext <<_ACEOF
8033 /* end confdefs.h. */
8034 #include <sys/types.h>
8035 #ifdef HAVE_UCONTEXT_H
8036 #include <ucontext.h>
8037 #endif
8039 #include <$ac_header>
8040 _ACEOF
8041 rm -f conftest.$ac_objext
8042 if { (ac_try="$ac_compile"
8043 case "(($ac_try" in
8044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8045 *) ac_try_echo=$ac_try;;
8046 esac
8047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8048 (eval "$ac_compile") 2>conftest.er1
8049 ac_status=$?
8050 grep -v '^ *+' conftest.er1 >conftest.err
8051 rm -f conftest.er1
8052 cat conftest.err >&5
8053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8054 (exit $ac_status); } && {
8055 test -z "$ac_c_werror_flag" ||
8056 test ! -s conftest.err
8057 } && test -s conftest.$ac_objext; then
8058 eval "$as_ac_Header=yes"
8059 else
8060 echo "$as_me: failed program was:" >&5
8061 sed 's/^/| /' conftest.$ac_ext >&5
8063 eval "$as_ac_Header=no"
8066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8068 ac_res=`eval echo '${'$as_ac_Header'}'`
8069 { echo "$as_me:$LINENO: result: $ac_res" >&5
8070 echo "${ECHO_T}$ac_res" >&6; }
8071 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8072 cat >>confdefs.h <<_ACEOF
8073 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8074 _ACEOF
8078 done
8082 for ac_header in pthread_np.h
8084 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8085 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8086 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8087 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8088 echo $ECHO_N "(cached) $ECHO_C" >&6
8089 else
8090 cat >conftest.$ac_ext <<_ACEOF
8091 /* confdefs.h. */
8092 _ACEOF
8093 cat confdefs.h >>conftest.$ac_ext
8094 cat >>conftest.$ac_ext <<_ACEOF
8095 /* end confdefs.h. */
8096 #ifdef HAVE_PTHREAD_H
8097 #include <pthread.h>
8098 #endif
8100 #include <$ac_header>
8101 _ACEOF
8102 rm -f conftest.$ac_objext
8103 if { (ac_try="$ac_compile"
8104 case "(($ac_try" in
8105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8106 *) ac_try_echo=$ac_try;;
8107 esac
8108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8109 (eval "$ac_compile") 2>conftest.er1
8110 ac_status=$?
8111 grep -v '^ *+' conftest.er1 >conftest.err
8112 rm -f conftest.er1
8113 cat conftest.err >&5
8114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8115 (exit $ac_status); } && {
8116 test -z "$ac_c_werror_flag" ||
8117 test ! -s conftest.err
8118 } && test -s conftest.$ac_objext; then
8119 eval "$as_ac_Header=yes"
8120 else
8121 echo "$as_me: failed program was:" >&5
8122 sed 's/^/| /' conftest.$ac_ext >&5
8124 eval "$as_ac_Header=no"
8127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8129 ac_res=`eval echo '${'$as_ac_Header'}'`
8130 { echo "$as_me:$LINENO: result: $ac_res" >&5
8131 echo "${ECHO_T}$ac_res" >&6; }
8132 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8133 cat >>confdefs.h <<_ACEOF
8134 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8135 _ACEOF
8139 done
8143 for ac_header in linux/videodev.h
8145 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8146 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8147 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8148 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8149 echo $ECHO_N "(cached) $ECHO_C" >&6
8150 else
8151 cat >conftest.$ac_ext <<_ACEOF
8152 /* confdefs.h. */
8153 _ACEOF
8154 cat confdefs.h >>conftest.$ac_ext
8155 cat >>conftest.$ac_ext <<_ACEOF
8156 /* end confdefs.h. */
8157 #ifdef HAVE_SYS_TIME_H
8158 #include <sys/time.h>
8159 #endif
8160 #include <sys/types.h>
8161 #ifdef HAVE_ASM_TYPES_H
8162 #include <asm/types.h>
8163 #endif
8165 #include <$ac_header>
8166 _ACEOF
8167 rm -f conftest.$ac_objext
8168 if { (ac_try="$ac_compile"
8169 case "(($ac_try" in
8170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8171 *) ac_try_echo=$ac_try;;
8172 esac
8173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8174 (eval "$ac_compile") 2>conftest.er1
8175 ac_status=$?
8176 grep -v '^ *+' conftest.er1 >conftest.err
8177 rm -f conftest.er1
8178 cat conftest.err >&5
8179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8180 (exit $ac_status); } && {
8181 test -z "$ac_c_werror_flag" ||
8182 test ! -s conftest.err
8183 } && test -s conftest.$ac_objext; then
8184 eval "$as_ac_Header=yes"
8185 else
8186 echo "$as_me: failed program was:" >&5
8187 sed 's/^/| /' conftest.$ac_ext >&5
8189 eval "$as_ac_Header=no"
8192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8194 ac_res=`eval echo '${'$as_ac_Header'}'`
8195 { echo "$as_me:$LINENO: result: $ac_res" >&5
8196 echo "${ECHO_T}$ac_res" >&6; }
8197 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8198 cat >>confdefs.h <<_ACEOF
8199 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8200 _ACEOF
8204 done
8208 for ac_header in linux/capi.h
8210 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8211 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8212 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8213 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8214 echo $ECHO_N "(cached) $ECHO_C" >&6
8215 else
8216 cat >conftest.$ac_ext <<_ACEOF
8217 /* confdefs.h. */
8218 _ACEOF
8219 cat confdefs.h >>conftest.$ac_ext
8220 cat >>conftest.$ac_ext <<_ACEOF
8221 /* end confdefs.h. */
8222 #define __user
8224 #include <$ac_header>
8225 _ACEOF
8226 rm -f conftest.$ac_objext
8227 if { (ac_try="$ac_compile"
8228 case "(($ac_try" in
8229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8230 *) ac_try_echo=$ac_try;;
8231 esac
8232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8233 (eval "$ac_compile") 2>conftest.er1
8234 ac_status=$?
8235 grep -v '^ *+' conftest.er1 >conftest.err
8236 rm -f conftest.er1
8237 cat conftest.err >&5
8238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8239 (exit $ac_status); } && {
8240 test -z "$ac_c_werror_flag" ||
8241 test ! -s conftest.err
8242 } && test -s conftest.$ac_objext; then
8243 eval "$as_ac_Header=yes"
8244 else
8245 echo "$as_me: failed program was:" >&5
8246 sed 's/^/| /' conftest.$ac_ext >&5
8248 eval "$as_ac_Header=no"
8251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8253 ac_res=`eval echo '${'$as_ac_Header'}'`
8254 { echo "$as_me:$LINENO: result: $ac_res" >&5
8255 echo "${ECHO_T}$ac_res" >&6; }
8256 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8257 cat >>confdefs.h <<_ACEOF
8258 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8259 _ACEOF
8263 done
8267 DLLEXT=""
8269 DLLFLAGS="-D_REENTRANT"
8271 LDSHARED=""
8273 LDDLLFLAGS=""
8275 LIBEXT="so"
8277 IMPLIBEXT="def"
8279 LDRPATH_INSTALL=""
8281 LDRPATH_LOCAL=""
8283 # Extract the first word of "ldd", so it can be a program name with args.
8284 set dummy ldd; ac_word=$2
8285 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8286 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8287 if test "${ac_cv_path_LDD+set}" = set; then
8288 echo $ECHO_N "(cached) $ECHO_C" >&6
8289 else
8290 case $LDD in
8291 [\\/]* | ?:[\\/]*)
8292 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8296 as_dummy="/sbin:/usr/sbin:$PATH"
8297 for as_dir in $as_dummy
8299 IFS=$as_save_IFS
8300 test -z "$as_dir" && as_dir=.
8301 for ac_exec_ext in '' $ac_executable_extensions; do
8302 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8303 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8304 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8305 break 2
8307 done
8308 done
8309 IFS=$as_save_IFS
8311 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8313 esac
8315 LDD=$ac_cv_path_LDD
8316 if test -n "$LDD"; then
8317 { echo "$as_me:$LINENO: result: $LDD" >&5
8318 echo "${ECHO_T}$LDD" >&6; }
8319 else
8320 { echo "$as_me:$LINENO: result: no" >&5
8321 echo "${ECHO_T}no" >&6; }
8326 case $host_os in
8327 cygwin*|mingw32*)
8328 if test -n "$ac_tool_prefix"; then
8329 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8330 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8333 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8334 echo $ECHO_N "(cached) $ECHO_C" >&6
8335 else
8336 if test -n "$DLLTOOL"; then
8337 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8338 else
8339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8340 for as_dir in $PATH
8342 IFS=$as_save_IFS
8343 test -z "$as_dir" && as_dir=.
8344 for ac_exec_ext in '' $ac_executable_extensions; do
8345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8346 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8348 break 2
8350 done
8351 done
8352 IFS=$as_save_IFS
8356 DLLTOOL=$ac_cv_prog_DLLTOOL
8357 if test -n "$DLLTOOL"; then
8358 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8359 echo "${ECHO_T}$DLLTOOL" >&6; }
8360 else
8361 { echo "$as_me:$LINENO: result: no" >&5
8362 echo "${ECHO_T}no" >&6; }
8367 if test -z "$ac_cv_prog_DLLTOOL"; then
8368 ac_ct_DLLTOOL=$DLLTOOL
8369 # Extract the first word of "dlltool", so it can be a program name with args.
8370 set dummy dlltool; ac_word=$2
8371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8373 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8374 echo $ECHO_N "(cached) $ECHO_C" >&6
8375 else
8376 if test -n "$ac_ct_DLLTOOL"; then
8377 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8378 else
8379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8380 for as_dir in $PATH
8382 IFS=$as_save_IFS
8383 test -z "$as_dir" && as_dir=.
8384 for ac_exec_ext in '' $ac_executable_extensions; do
8385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8386 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8388 break 2
8390 done
8391 done
8392 IFS=$as_save_IFS
8396 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8397 if test -n "$ac_ct_DLLTOOL"; then
8398 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8399 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8400 else
8401 { echo "$as_me:$LINENO: result: no" >&5
8402 echo "${ECHO_T}no" >&6; }
8405 if test "x$ac_ct_DLLTOOL" = x; then
8406 DLLTOOL="false"
8407 else
8408 case $cross_compiling:$ac_tool_warned in
8409 yes:)
8410 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8411 whose name does not start with the host triplet. If you think this
8412 configuration is useful to you, please write to autoconf@gnu.org." >&5
8413 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8414 whose name does not start with the host triplet. If you think this
8415 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8416 ac_tool_warned=yes ;;
8417 esac
8418 DLLTOOL=$ac_ct_DLLTOOL
8420 else
8421 DLLTOOL="$ac_cv_prog_DLLTOOL"
8424 if test -n "$ac_tool_prefix"; then
8425 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8426 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8429 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8430 echo $ECHO_N "(cached) $ECHO_C" >&6
8431 else
8432 if test -n "$DLLWRAP"; then
8433 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8434 else
8435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8436 for as_dir in $PATH
8438 IFS=$as_save_IFS
8439 test -z "$as_dir" && as_dir=.
8440 for ac_exec_ext in '' $ac_executable_extensions; do
8441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8442 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8444 break 2
8446 done
8447 done
8448 IFS=$as_save_IFS
8452 DLLWRAP=$ac_cv_prog_DLLWRAP
8453 if test -n "$DLLWRAP"; then
8454 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8455 echo "${ECHO_T}$DLLWRAP" >&6; }
8456 else
8457 { echo "$as_me:$LINENO: result: no" >&5
8458 echo "${ECHO_T}no" >&6; }
8463 if test -z "$ac_cv_prog_DLLWRAP"; then
8464 ac_ct_DLLWRAP=$DLLWRAP
8465 # Extract the first word of "dllwrap", so it can be a program name with args.
8466 set dummy dllwrap; ac_word=$2
8467 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8469 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8470 echo $ECHO_N "(cached) $ECHO_C" >&6
8471 else
8472 if test -n "$ac_ct_DLLWRAP"; then
8473 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8474 else
8475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8476 for as_dir in $PATH
8478 IFS=$as_save_IFS
8479 test -z "$as_dir" && as_dir=.
8480 for ac_exec_ext in '' $ac_executable_extensions; do
8481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8482 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8484 break 2
8486 done
8487 done
8488 IFS=$as_save_IFS
8492 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8493 if test -n "$ac_ct_DLLWRAP"; then
8494 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8495 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8496 else
8497 { echo "$as_me:$LINENO: result: no" >&5
8498 echo "${ECHO_T}no" >&6; }
8501 if test "x$ac_ct_DLLWRAP" = x; then
8502 DLLWRAP="false"
8503 else
8504 case $cross_compiling:$ac_tool_warned in
8505 yes:)
8506 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8507 whose name does not start with the host triplet. If you think this
8508 configuration is useful to you, please write to autoconf@gnu.org." >&5
8509 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8510 whose name does not start with the host triplet. If you think this
8511 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8512 ac_tool_warned=yes ;;
8513 esac
8514 DLLWRAP=$ac_ct_DLLWRAP
8516 else
8517 DLLWRAP="$ac_cv_prog_DLLWRAP"
8520 if test -n "$ac_tool_prefix"; then
8521 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8522 set dummy ${ac_tool_prefix}ar; ac_word=$2
8523 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8524 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8525 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8526 echo $ECHO_N "(cached) $ECHO_C" >&6
8527 else
8528 if test -n "$MINGWAR"; then
8529 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8530 else
8531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8532 for as_dir in $PATH
8534 IFS=$as_save_IFS
8535 test -z "$as_dir" && as_dir=.
8536 for ac_exec_ext in '' $ac_executable_extensions; do
8537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8538 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8539 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8540 break 2
8542 done
8543 done
8544 IFS=$as_save_IFS
8548 MINGWAR=$ac_cv_prog_MINGWAR
8549 if test -n "$MINGWAR"; then
8550 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8551 echo "${ECHO_T}$MINGWAR" >&6; }
8552 else
8553 { echo "$as_me:$LINENO: result: no" >&5
8554 echo "${ECHO_T}no" >&6; }
8559 if test -z "$ac_cv_prog_MINGWAR"; then
8560 ac_ct_MINGWAR=$MINGWAR
8561 # Extract the first word of "ar", so it can be a program name with args.
8562 set dummy ar; ac_word=$2
8563 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8564 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8565 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8566 echo $ECHO_N "(cached) $ECHO_C" >&6
8567 else
8568 if test -n "$ac_ct_MINGWAR"; then
8569 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8570 else
8571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8572 for as_dir in $PATH
8574 IFS=$as_save_IFS
8575 test -z "$as_dir" && as_dir=.
8576 for ac_exec_ext in '' $ac_executable_extensions; do
8577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8578 ac_cv_prog_ac_ct_MINGWAR="ar"
8579 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8580 break 2
8582 done
8583 done
8584 IFS=$as_save_IFS
8588 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8589 if test -n "$ac_ct_MINGWAR"; then
8590 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8591 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8592 else
8593 { echo "$as_me:$LINENO: result: no" >&5
8594 echo "${ECHO_T}no" >&6; }
8597 if test "x$ac_ct_MINGWAR" = x; then
8598 MINGWAR="false"
8599 else
8600 case $cross_compiling:$ac_tool_warned in
8601 yes:)
8602 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8603 whose name does not start with the host triplet. If you think this
8604 configuration is useful to you, please write to autoconf@gnu.org." >&5
8605 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8606 whose name does not start with the host triplet. If you think this
8607 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8608 ac_tool_warned=yes ;;
8609 esac
8610 MINGWAR=$ac_ct_MINGWAR
8612 else
8613 MINGWAR="$ac_cv_prog_MINGWAR"
8616 if test "$DLLWRAP" = "false"; then
8617 LIBEXT="a"
8618 else
8619 LIBEXT="dll"
8621 IMPLIBEXT="a"
8622 WIN16_FILES=""
8623 WIN16_INSTALL=""
8624 enable_iphlpapi=${enable_iphlpapi:-no}
8625 enable_kernel32=${enable_kernel32:-no}
8626 enable_msvcrt=${enable_msvcrt:-no}
8627 enable_ntdll=${enable_ntdll:-no}
8628 enable_ws2_32=${enable_ws2_32:-no}
8629 enable_loader=${enable_loader:-no}
8630 enable_server=${enable_server:-no}
8632 darwin*|macosx*)
8633 DLLEXT=".so"
8634 LIBEXT="dylib"
8635 DLLFLAGS="$DLLFLAGS -fPIC"
8636 LDDLLFLAGS="-bundle -multiply_defined suppress"
8637 LIBWINE_LDFLAGS="-multiply_defined suppress"
8638 LDSHARED="\$(CC) -dynamiclib"
8639 STRIP="$STRIP -x"
8640 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8641 SECURITYLIB="-framework Security -framework CoreFoundation"
8643 COREFOUNDATIONLIB="-framework CoreFoundation"
8645 IOKITLIB="-framework IOKit -framework CoreFoundation"
8647 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8649 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8650 then
8651 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8654 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8655 then
8656 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8659 case $host_cpu in
8660 *powerpc*)
8661 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8662 esac
8663 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8664 then
8665 CARBONLIB="-framework Carbon"
8667 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8671 DLLFLAGS="$DLLFLAGS -fPIC"
8672 DLLEXT=".so"
8673 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8674 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8675 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8676 echo $ECHO_N "(cached) $ECHO_C" >&6
8677 else
8678 ac_wine_try_cflags_saved=$CFLAGS
8679 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8680 cat >conftest.$ac_ext <<_ACEOF
8681 void myfunc() {}
8682 _ACEOF
8683 rm -f conftest.$ac_objext conftest$ac_exeext
8684 if { (ac_try="$ac_link"
8685 case "(($ac_try" in
8686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8687 *) ac_try_echo=$ac_try;;
8688 esac
8689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8690 (eval "$ac_link") 2>conftest.er1
8691 ac_status=$?
8692 grep -v '^ *+' conftest.er1 >conftest.err
8693 rm -f conftest.er1
8694 cat conftest.err >&5
8695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8696 (exit $ac_status); } && {
8697 test -z "$ac_c_werror_flag" ||
8698 test ! -s conftest.err
8699 } && test -s conftest$ac_exeext &&
8700 $as_test_x conftest$ac_exeext; then
8701 ac_cv_c_dll_gnuelf="yes"
8702 else
8703 echo "$as_me: failed program was:" >&5
8704 sed 's/^/| /' conftest.$ac_ext >&5
8706 ac_cv_c_dll_gnuelf="no"
8709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8710 conftest$ac_exeext conftest.$ac_ext
8711 CFLAGS=$ac_wine_try_cflags_saved
8713 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8714 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8715 if test "$ac_cv_c_dll_gnuelf" = "yes"
8716 then
8717 LDSHARED="\$(CC) -shared"
8718 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8719 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8720 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8721 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8722 echo $ECHO_N "(cached) $ECHO_C" >&6
8723 else
8724 ac_wine_try_cflags_saved=$CFLAGS
8725 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8726 cat >conftest.$ac_ext <<_ACEOF
8727 /* confdefs.h. */
8728 _ACEOF
8729 cat confdefs.h >>conftest.$ac_ext
8730 cat >>conftest.$ac_ext <<_ACEOF
8731 /* end confdefs.h. */
8734 main ()
8738 return 0;
8740 _ACEOF
8741 rm -f conftest.$ac_objext conftest$ac_exeext
8742 if { (ac_try="$ac_link"
8743 case "(($ac_try" in
8744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8745 *) ac_try_echo=$ac_try;;
8746 esac
8747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8748 (eval "$ac_link") 2>conftest.er1
8749 ac_status=$?
8750 grep -v '^ *+' conftest.er1 >conftest.err
8751 rm -f conftest.er1
8752 cat conftest.err >&5
8753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8754 (exit $ac_status); } && {
8755 test -z "$ac_c_werror_flag" ||
8756 test ! -s conftest.err
8757 } && test -s conftest$ac_exeext &&
8758 $as_test_x conftest$ac_exeext; then
8759 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8760 else
8761 echo "$as_me: failed program was:" >&5
8762 sed 's/^/| /' conftest.$ac_ext >&5
8764 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8768 conftest$ac_exeext conftest.$ac_ext
8769 CFLAGS=$ac_wine_try_cflags_saved
8771 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8772 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8773 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8774 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8775 else
8776 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8777 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8778 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8779 echo $ECHO_N "(cached) $ECHO_C" >&6
8780 else
8781 ac_wine_try_cflags_saved=$CFLAGS
8782 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8783 cat >conftest.$ac_ext <<_ACEOF
8784 /* confdefs.h. */
8785 _ACEOF
8786 cat confdefs.h >>conftest.$ac_ext
8787 cat >>conftest.$ac_ext <<_ACEOF
8788 /* end confdefs.h. */
8791 main ()
8795 return 0;
8797 _ACEOF
8798 rm -f conftest.$ac_objext conftest$ac_exeext
8799 if { (ac_try="$ac_link"
8800 case "(($ac_try" in
8801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8802 *) ac_try_echo=$ac_try;;
8803 esac
8804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8805 (eval "$ac_link") 2>conftest.er1
8806 ac_status=$?
8807 grep -v '^ *+' conftest.er1 >conftest.err
8808 rm -f conftest.er1
8809 cat conftest.err >&5
8810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8811 (exit $ac_status); } && {
8812 test -z "$ac_c_werror_flag" ||
8813 test ! -s conftest.err
8814 } && test -s conftest$ac_exeext &&
8815 $as_test_x conftest$ac_exeext; then
8816 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8817 else
8818 echo "$as_me: failed program was:" >&5
8819 sed 's/^/| /' conftest.$ac_ext >&5
8821 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8824 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8825 conftest$ac_exeext conftest.$ac_ext
8826 CFLAGS=$ac_wine_try_cflags_saved
8828 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8829 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8830 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8831 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8837 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8838 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8839 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8840 echo $ECHO_N "(cached) $ECHO_C" >&6
8841 else
8842 ac_wine_try_cflags_saved=$CFLAGS
8843 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8844 cat >conftest.$ac_ext <<_ACEOF
8845 /* confdefs.h. */
8846 _ACEOF
8847 cat confdefs.h >>conftest.$ac_ext
8848 cat >>conftest.$ac_ext <<_ACEOF
8849 /* end confdefs.h. */
8852 main ()
8856 return 0;
8858 _ACEOF
8859 rm -f conftest.$ac_objext conftest$ac_exeext
8860 if { (ac_try="$ac_link"
8861 case "(($ac_try" in
8862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8863 *) ac_try_echo=$ac_try;;
8864 esac
8865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8866 (eval "$ac_link") 2>conftest.er1
8867 ac_status=$?
8868 grep -v '^ *+' conftest.er1 >conftest.err
8869 rm -f conftest.er1
8870 cat conftest.err >&5
8871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8872 (exit $ac_status); } && {
8873 test -z "$ac_c_werror_flag" ||
8874 test ! -s conftest.err
8875 } && test -s conftest$ac_exeext &&
8876 $as_test_x conftest$ac_exeext; then
8877 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8878 else
8879 echo "$as_me: failed program was:" >&5
8880 sed 's/^/| /' conftest.$ac_ext >&5
8882 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8885 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8886 conftest$ac_exeext conftest.$ac_ext
8887 CFLAGS=$ac_wine_try_cflags_saved
8889 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8890 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8891 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8892 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8896 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8897 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8898 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8899 echo $ECHO_N "(cached) $ECHO_C" >&6
8900 else
8901 ac_wine_try_cflags_saved=$CFLAGS
8902 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8903 cat >conftest.$ac_ext <<_ACEOF
8904 /* confdefs.h. */
8905 _ACEOF
8906 cat confdefs.h >>conftest.$ac_ext
8907 cat >>conftest.$ac_ext <<_ACEOF
8908 /* end confdefs.h. */
8911 main ()
8915 return 0;
8917 _ACEOF
8918 rm -f conftest.$ac_objext conftest$ac_exeext
8919 if { (ac_try="$ac_link"
8920 case "(($ac_try" in
8921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8922 *) ac_try_echo=$ac_try;;
8923 esac
8924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8925 (eval "$ac_link") 2>conftest.er1
8926 ac_status=$?
8927 grep -v '^ *+' conftest.er1 >conftest.err
8928 rm -f conftest.er1
8929 cat conftest.err >&5
8930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8931 (exit $ac_status); } && {
8932 test -z "$ac_c_werror_flag" ||
8933 test ! -s conftest.err
8934 } && test -s conftest$ac_exeext &&
8935 $as_test_x conftest$ac_exeext; then
8936 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8937 else
8938 echo "$as_me: failed program was:" >&5
8939 sed 's/^/| /' conftest.$ac_ext >&5
8941 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8944 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8945 conftest$ac_exeext conftest.$ac_ext
8946 CFLAGS=$ac_wine_try_cflags_saved
8948 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8949 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8950 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8951 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8955 echo '{ global: *; };' >conftest.map
8956 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8957 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8958 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8959 echo $ECHO_N "(cached) $ECHO_C" >&6
8960 else
8961 ac_wine_try_cflags_saved=$CFLAGS
8962 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8963 cat >conftest.$ac_ext <<_ACEOF
8964 /* confdefs.h. */
8965 _ACEOF
8966 cat confdefs.h >>conftest.$ac_ext
8967 cat >>conftest.$ac_ext <<_ACEOF
8968 /* end confdefs.h. */
8971 main ()
8975 return 0;
8977 _ACEOF
8978 rm -f conftest.$ac_objext conftest$ac_exeext
8979 if { (ac_try="$ac_link"
8980 case "(($ac_try" in
8981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8982 *) ac_try_echo=$ac_try;;
8983 esac
8984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8985 (eval "$ac_link") 2>conftest.er1
8986 ac_status=$?
8987 grep -v '^ *+' conftest.er1 >conftest.err
8988 rm -f conftest.er1
8989 cat conftest.err >&5
8990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8991 (exit $ac_status); } && {
8992 test -z "$ac_c_werror_flag" ||
8993 test ! -s conftest.err
8994 } && test -s conftest$ac_exeext &&
8995 $as_test_x conftest$ac_exeext; then
8996 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8997 else
8998 echo "$as_me: failed program was:" >&5
8999 sed 's/^/| /' conftest.$ac_ext >&5
9001 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9005 conftest$ac_exeext conftest.$ac_ext
9006 CFLAGS=$ac_wine_try_cflags_saved
9008 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9009 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9010 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9011 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9014 rm -f conftest.map
9016 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9017 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9018 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9019 echo $ECHO_N "(cached) $ECHO_C" >&6
9020 else
9021 ac_wine_try_cflags_saved=$CFLAGS
9022 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9023 cat >conftest.$ac_ext <<_ACEOF
9024 /* confdefs.h. */
9025 _ACEOF
9026 cat confdefs.h >>conftest.$ac_ext
9027 cat >>conftest.$ac_ext <<_ACEOF
9028 /* end confdefs.h. */
9031 main ()
9035 return 0;
9037 _ACEOF
9038 rm -f conftest.$ac_objext conftest$ac_exeext
9039 if { (ac_try="$ac_link"
9040 case "(($ac_try" in
9041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9042 *) ac_try_echo=$ac_try;;
9043 esac
9044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9045 (eval "$ac_link") 2>conftest.er1
9046 ac_status=$?
9047 grep -v '^ *+' conftest.er1 >conftest.err
9048 rm -f conftest.er1
9049 cat conftest.err >&5
9050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9051 (exit $ac_status); } && {
9052 test -z "$ac_c_werror_flag" ||
9053 test ! -s conftest.err
9054 } && test -s conftest$ac_exeext &&
9055 $as_test_x conftest$ac_exeext; then
9056 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9057 else
9058 echo "$as_me: failed program was:" >&5
9059 sed 's/^/| /' conftest.$ac_ext >&5
9061 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9065 conftest$ac_exeext conftest.$ac_ext
9066 CFLAGS=$ac_wine_try_cflags_saved
9068 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9069 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9070 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9071 LDEXECFLAGS="-Wl,--export-dynamic"
9076 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9077 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9078 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9079 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9080 echo $ECHO_N "(cached) $ECHO_C" >&6
9081 else
9082 ac_wine_try_cflags_saved=$CFLAGS
9083 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9084 cat >conftest.$ac_ext <<_ACEOF
9085 /* confdefs.h. */
9086 _ACEOF
9087 cat confdefs.h >>conftest.$ac_ext
9088 cat >>conftest.$ac_ext <<_ACEOF
9089 /* end confdefs.h. */
9092 main ()
9096 return 0;
9098 _ACEOF
9099 rm -f conftest.$ac_objext conftest$ac_exeext
9100 if { (ac_try="$ac_link"
9101 case "(($ac_try" in
9102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9103 *) ac_try_echo=$ac_try;;
9104 esac
9105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9106 (eval "$ac_link") 2>conftest.er1
9107 ac_status=$?
9108 grep -v '^ *+' conftest.er1 >conftest.err
9109 rm -f conftest.er1
9110 cat conftest.err >&5
9111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9112 (exit $ac_status); } && {
9113 test -z "$ac_c_werror_flag" ||
9114 test ! -s conftest.err
9115 } && test -s conftest$ac_exeext &&
9116 $as_test_x conftest$ac_exeext; then
9117 eval "$as_ac_var=yes"
9118 else
9119 echo "$as_me: failed program was:" >&5
9120 sed 's/^/| /' conftest.$ac_ext >&5
9122 eval "$as_ac_var=no"
9125 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9126 conftest$ac_exeext conftest.$ac_ext
9127 CFLAGS=$ac_wine_try_cflags_saved
9129 ac_res=`eval echo '${'$as_ac_var'}'`
9130 { echo "$as_me:$LINENO: result: $ac_res" >&5
9131 echo "${ECHO_T}$ac_res" >&6; }
9132 if test `eval echo '${'$as_ac_var'}'` = yes; then
9133 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9134 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9135 else
9136 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9137 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9138 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9139 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9140 echo $ECHO_N "(cached) $ECHO_C" >&6
9141 else
9142 ac_wine_try_cflags_saved=$CFLAGS
9143 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9144 cat >conftest.$ac_ext <<_ACEOF
9145 /* confdefs.h. */
9146 _ACEOF
9147 cat confdefs.h >>conftest.$ac_ext
9148 cat >>conftest.$ac_ext <<_ACEOF
9149 /* end confdefs.h. */
9152 main ()
9156 return 0;
9158 _ACEOF
9159 rm -f conftest.$ac_objext conftest$ac_exeext
9160 if { (ac_try="$ac_link"
9161 case "(($ac_try" in
9162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9163 *) ac_try_echo=$ac_try;;
9164 esac
9165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9166 (eval "$ac_link") 2>conftest.er1
9167 ac_status=$?
9168 grep -v '^ *+' conftest.er1 >conftest.err
9169 rm -f conftest.er1
9170 cat conftest.err >&5
9171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9172 (exit $ac_status); } && {
9173 test -z "$ac_c_werror_flag" ||
9174 test ! -s conftest.err
9175 } && test -s conftest$ac_exeext &&
9176 $as_test_x conftest$ac_exeext; then
9177 eval "$as_ac_var=yes"
9178 else
9179 echo "$as_me: failed program was:" >&5
9180 sed 's/^/| /' conftest.$ac_ext >&5
9182 eval "$as_ac_var=no"
9185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9186 conftest$ac_exeext conftest.$ac_ext
9187 CFLAGS=$ac_wine_try_cflags_saved
9189 ac_res=`eval echo '${'$as_ac_var'}'`
9190 { echo "$as_me:$LINENO: result: $ac_res" >&5
9191 echo "${ECHO_T}$ac_res" >&6; }
9192 if test `eval echo '${'$as_ac_var'}'` = yes; then
9193 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9194 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9200 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9201 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9202 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9203 echo $ECHO_N "(cached) $ECHO_C" >&6
9204 else
9205 ac_wine_try_cflags_saved=$CFLAGS
9206 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9207 cat >conftest.$ac_ext <<_ACEOF
9208 /* confdefs.h. */
9209 _ACEOF
9210 cat confdefs.h >>conftest.$ac_ext
9211 cat >>conftest.$ac_ext <<_ACEOF
9212 /* end confdefs.h. */
9215 main ()
9219 return 0;
9221 _ACEOF
9222 rm -f conftest.$ac_objext conftest$ac_exeext
9223 if { (ac_try="$ac_link"
9224 case "(($ac_try" in
9225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9226 *) ac_try_echo=$ac_try;;
9227 esac
9228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9229 (eval "$ac_link") 2>conftest.er1
9230 ac_status=$?
9231 grep -v '^ *+' conftest.er1 >conftest.err
9232 rm -f conftest.er1
9233 cat conftest.err >&5
9234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9235 (exit $ac_status); } && {
9236 test -z "$ac_c_werror_flag" ||
9237 test ! -s conftest.err
9238 } && test -s conftest$ac_exeext &&
9239 $as_test_x conftest$ac_exeext; then
9240 ac_cv_cflags__Wl___enable_new_dtags=yes
9241 else
9242 echo "$as_me: failed program was:" >&5
9243 sed 's/^/| /' conftest.$ac_ext >&5
9245 ac_cv_cflags__Wl___enable_new_dtags=no
9248 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9249 conftest$ac_exeext conftest.$ac_ext
9250 CFLAGS=$ac_wine_try_cflags_saved
9252 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9253 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9254 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9255 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9259 case $host_cpu in
9260 *i[3456789]86* | x86_64)
9261 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9262 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9263 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9264 echo $ECHO_N "(cached) $ECHO_C" >&6
9265 else
9266 ac_wine_try_cflags_saved=$CFLAGS
9267 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9268 cat >conftest.$ac_ext <<_ACEOF
9269 /* confdefs.h. */
9270 _ACEOF
9271 cat confdefs.h >>conftest.$ac_ext
9272 cat >>conftest.$ac_ext <<_ACEOF
9273 /* end confdefs.h. */
9276 main ()
9280 return 0;
9282 _ACEOF
9283 rm -f conftest.$ac_objext conftest$ac_exeext
9284 if { (ac_try="$ac_link"
9285 case "(($ac_try" in
9286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9287 *) ac_try_echo=$ac_try;;
9288 esac
9289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9290 (eval "$ac_link") 2>conftest.er1
9291 ac_status=$?
9292 grep -v '^ *+' conftest.er1 >conftest.err
9293 rm -f conftest.er1
9294 cat conftest.err >&5
9295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9296 (exit $ac_status); } && {
9297 test -z "$ac_c_werror_flag" ||
9298 test ! -s conftest.err
9299 } && test -s conftest$ac_exeext &&
9300 $as_test_x conftest$ac_exeext; then
9301 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9302 else
9303 echo "$as_me: failed program was:" >&5
9304 sed 's/^/| /' conftest.$ac_ext >&5
9306 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9310 conftest$ac_exeext conftest.$ac_ext
9311 CFLAGS=$ac_wine_try_cflags_saved
9313 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9314 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9315 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9316 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9320 esac
9322 else
9323 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9324 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9325 if test "${ac_cv_c_dll_unixware+set}" = set; then
9326 echo $ECHO_N "(cached) $ECHO_C" >&6
9327 else
9328 ac_wine_try_cflags_saved=$CFLAGS
9329 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9330 cat >conftest.$ac_ext <<_ACEOF
9331 void myfunc() {}
9332 _ACEOF
9333 rm -f conftest.$ac_objext conftest$ac_exeext
9334 if { (ac_try="$ac_link"
9335 case "(($ac_try" in
9336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9337 *) ac_try_echo=$ac_try;;
9338 esac
9339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9340 (eval "$ac_link") 2>conftest.er1
9341 ac_status=$?
9342 grep -v '^ *+' conftest.er1 >conftest.err
9343 rm -f conftest.er1
9344 cat conftest.err >&5
9345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9346 (exit $ac_status); } && {
9347 test -z "$ac_c_werror_flag" ||
9348 test ! -s conftest.err
9349 } && test -s conftest$ac_exeext &&
9350 $as_test_x conftest$ac_exeext; then
9351 ac_cv_c_dll_unixware="yes"
9352 else
9353 echo "$as_me: failed program was:" >&5
9354 sed 's/^/| /' conftest.$ac_ext >&5
9356 ac_cv_c_dll_unixware="no"
9359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9360 conftest$ac_exeext conftest.$ac_ext
9361 CFLAGS=$ac_wine_try_cflags_saved
9363 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9364 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9365 if test "$ac_cv_c_dll_unixware" = "yes"
9366 then
9367 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9368 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9370 else
9371 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9372 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9373 if test "${ac_cv_c_dll_hpux+set}" = set; then
9374 echo $ECHO_N "(cached) $ECHO_C" >&6
9375 else
9376 ac_wine_try_cflags_saved=$CFLAGS
9377 CFLAGS="$CFLAGS -shared"
9378 cat >conftest.$ac_ext <<_ACEOF
9379 void myfunc() {}
9380 _ACEOF
9381 rm -f conftest.$ac_objext conftest$ac_exeext
9382 if { (ac_try="$ac_link"
9383 case "(($ac_try" in
9384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9385 *) ac_try_echo=$ac_try;;
9386 esac
9387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9388 (eval "$ac_link") 2>conftest.er1
9389 ac_status=$?
9390 grep -v '^ *+' conftest.er1 >conftest.err
9391 rm -f conftest.er1
9392 cat conftest.err >&5
9393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9394 (exit $ac_status); } && {
9395 test -z "$ac_c_werror_flag" ||
9396 test ! -s conftest.err
9397 } && test -s conftest$ac_exeext &&
9398 $as_test_x conftest$ac_exeext; then
9399 ac_cv_c_dll_hpux="yes"
9400 else
9401 echo "$as_me: failed program was:" >&5
9402 sed 's/^/| /' conftest.$ac_ext >&5
9404 ac_cv_c_dll_hpux="no"
9407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9408 conftest$ac_exeext conftest.$ac_ext
9409 CFLAGS=$ac_wine_try_cflags_saved
9411 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9412 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9413 if test "$ac_cv_c_dll_hpux" = "yes"
9414 then
9415 LIBEXT="sl"
9416 DLLEXT=".sl"
9417 LDDLLFLAGS="-shared -fPIC"
9418 LDSHARED="\$(CC) -shared"
9423 esac
9425 enable_winequartz_drv=${enable_winequartz_drv:-no}
9427 if test "$LIBEXT" = "a"; then
9428 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9429 It is currently not possible to build Wine without shared library
9430 (.so) support to allow transparent switch between .so and .dll files.
9431 If you are using Linux, you will need a newer binutils.
9432 " >&5
9433 echo "$as_me: error: could not find a way to build shared libraries.
9434 It is currently not possible to build Wine without shared library
9435 (.so) support to allow transparent switch between .so and .dll files.
9436 If you are using Linux, you will need a newer binutils.
9437 " >&2;}
9438 { (exit 1); exit 1; }; }
9441 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9442 then
9443 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9445 # Extract the first word of "$ac_prog", so it can be a program name with args.
9446 set dummy $ac_prog; ac_word=$2
9447 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9448 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9449 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9450 echo $ECHO_N "(cached) $ECHO_C" >&6
9451 else
9452 if test -n "$CROSSCC"; then
9453 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9454 else
9455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9456 for as_dir in $PATH
9458 IFS=$as_save_IFS
9459 test -z "$as_dir" && as_dir=.
9460 for ac_exec_ext in '' $ac_executable_extensions; do
9461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9462 ac_cv_prog_CROSSCC="$ac_prog"
9463 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9464 break 2
9466 done
9467 done
9468 IFS=$as_save_IFS
9472 CROSSCC=$ac_cv_prog_CROSSCC
9473 if test -n "$CROSSCC"; then
9474 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9475 echo "${ECHO_T}$CROSSCC" >&6; }
9476 else
9477 { echo "$as_me:$LINENO: result: no" >&5
9478 echo "${ECHO_T}no" >&6; }
9482 test -n "$CROSSCC" && break
9483 done
9484 test -n "$CROSSCC" || CROSSCC="false"
9486 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9488 # Extract the first word of "$ac_prog", so it can be a program name with args.
9489 set dummy $ac_prog; ac_word=$2
9490 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9491 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9492 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9493 echo $ECHO_N "(cached) $ECHO_C" >&6
9494 else
9495 if test -n "$DLLTOOL"; then
9496 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9497 else
9498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9499 for as_dir in $PATH
9501 IFS=$as_save_IFS
9502 test -z "$as_dir" && as_dir=.
9503 for ac_exec_ext in '' $ac_executable_extensions; do
9504 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9505 ac_cv_prog_DLLTOOL="$ac_prog"
9506 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9507 break 2
9509 done
9510 done
9511 IFS=$as_save_IFS
9515 DLLTOOL=$ac_cv_prog_DLLTOOL
9516 if test -n "$DLLTOOL"; then
9517 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9518 echo "${ECHO_T}$DLLTOOL" >&6; }
9519 else
9520 { echo "$as_me:$LINENO: result: no" >&5
9521 echo "${ECHO_T}no" >&6; }
9525 test -n "$DLLTOOL" && break
9526 done
9527 test -n "$DLLTOOL" || DLLTOOL="false"
9529 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9531 # Extract the first word of "$ac_prog", so it can be a program name with args.
9532 set dummy $ac_prog; ac_word=$2
9533 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9534 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9535 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9536 echo $ECHO_N "(cached) $ECHO_C" >&6
9537 else
9538 if test -n "$CROSSWINDRES"; then
9539 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9540 else
9541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9542 for as_dir in $PATH
9544 IFS=$as_save_IFS
9545 test -z "$as_dir" && as_dir=.
9546 for ac_exec_ext in '' $ac_executable_extensions; do
9547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9548 ac_cv_prog_CROSSWINDRES="$ac_prog"
9549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9550 break 2
9552 done
9553 done
9554 IFS=$as_save_IFS
9558 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9559 if test -n "$CROSSWINDRES"; then
9560 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9561 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9562 else
9563 { echo "$as_me:$LINENO: result: no" >&5
9564 echo "${ECHO_T}no" >&6; }
9568 test -n "$CROSSWINDRES" && break
9569 done
9570 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9572 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9574 # Extract the first word of "$ac_prog", so it can be a program name with args.
9575 set dummy $ac_prog; ac_word=$2
9576 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9578 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9579 echo $ECHO_N "(cached) $ECHO_C" >&6
9580 else
9581 if test -n "$MINGWAR"; then
9582 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9583 else
9584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9585 for as_dir in $PATH
9587 IFS=$as_save_IFS
9588 test -z "$as_dir" && as_dir=.
9589 for ac_exec_ext in '' $ac_executable_extensions; do
9590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9591 ac_cv_prog_MINGWAR="$ac_prog"
9592 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9593 break 2
9595 done
9596 done
9597 IFS=$as_save_IFS
9601 MINGWAR=$ac_cv_prog_MINGWAR
9602 if test -n "$MINGWAR"; then
9603 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9604 echo "${ECHO_T}$MINGWAR" >&6; }
9605 else
9606 { echo "$as_me:$LINENO: result: no" >&5
9607 echo "${ECHO_T}no" >&6; }
9611 test -n "$MINGWAR" && break
9612 done
9613 test -n "$MINGWAR" || MINGWAR="false"
9615 if test "$CROSSCC" != "false"
9616 then
9617 CROSSTEST="\$(CROSSTEST)"
9623 if test "$have_x" = "yes"
9624 then
9625 XLIB="-lXext -lX11"
9626 ac_save_CPPFLAGS="$CPPFLAGS"
9627 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9629 { echo "$as_me:$LINENO: checking for -lX11" >&5
9630 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9631 if test "${ac_cv_lib_soname_X11+set}" = set; then
9632 echo $ECHO_N "(cached) $ECHO_C" >&6
9633 else
9634 ac_check_soname_save_LIBS=$LIBS
9635 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9636 cat >conftest.$ac_ext <<_ACEOF
9637 /* confdefs.h. */
9638 _ACEOF
9639 cat confdefs.h >>conftest.$ac_ext
9640 cat >>conftest.$ac_ext <<_ACEOF
9641 /* end confdefs.h. */
9643 /* Override any GCC internal prototype to avoid an error.
9644 Use char because int might match the return type of a GCC
9645 builtin and then its argument prototype would still apply. */
9646 #ifdef __cplusplus
9647 extern "C"
9648 #endif
9649 char XCreateWindow ();
9651 main ()
9653 return XCreateWindow ();
9655 return 0;
9657 _ACEOF
9658 rm -f conftest.$ac_objext conftest$ac_exeext
9659 if { (ac_try="$ac_link"
9660 case "(($ac_try" in
9661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9662 *) ac_try_echo=$ac_try;;
9663 esac
9664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9665 (eval "$ac_link") 2>conftest.er1
9666 ac_status=$?
9667 grep -v '^ *+' conftest.er1 >conftest.err
9668 rm -f conftest.er1
9669 cat conftest.err >&5
9670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9671 (exit $ac_status); } && {
9672 test -z "$ac_c_werror_flag" ||
9673 test ! -s conftest.err
9674 } && test -s conftest$ac_exeext &&
9675 $as_test_x conftest$ac_exeext; then
9676 case "$LIBEXT" in
9677 dll) ;;
9678 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'` ;;
9679 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9680 esac
9681 else
9682 echo "$as_me: failed program was:" >&5
9683 sed 's/^/| /' conftest.$ac_ext >&5
9688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9689 conftest$ac_exeext conftest.$ac_ext
9690 LIBS=$ac_check_soname_save_LIBS
9692 if test "x$ac_cv_lib_soname_X11" = "x"; then
9693 { echo "$as_me:$LINENO: result: not found" >&5
9694 echo "${ECHO_T}not found" >&6; }
9696 else
9697 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9698 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9700 cat >>confdefs.h <<_ACEOF
9701 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9702 _ACEOF
9707 { echo "$as_me:$LINENO: checking for -lXext" >&5
9708 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9709 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9710 echo $ECHO_N "(cached) $ECHO_C" >&6
9711 else
9712 ac_check_soname_save_LIBS=$LIBS
9713 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9714 cat >conftest.$ac_ext <<_ACEOF
9715 /* confdefs.h. */
9716 _ACEOF
9717 cat confdefs.h >>conftest.$ac_ext
9718 cat >>conftest.$ac_ext <<_ACEOF
9719 /* end confdefs.h. */
9721 /* Override any GCC internal prototype to avoid an error.
9722 Use char because int might match the return type of a GCC
9723 builtin and then its argument prototype would still apply. */
9724 #ifdef __cplusplus
9725 extern "C"
9726 #endif
9727 char XextCreateExtension ();
9729 main ()
9731 return XextCreateExtension ();
9733 return 0;
9735 _ACEOF
9736 rm -f conftest.$ac_objext conftest$ac_exeext
9737 if { (ac_try="$ac_link"
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_link") 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_exeext &&
9753 $as_test_x conftest$ac_exeext; then
9754 case "$LIBEXT" in
9755 dll) ;;
9756 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'` ;;
9757 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9758 esac
9759 else
9760 echo "$as_me: failed program was:" >&5
9761 sed 's/^/| /' conftest.$ac_ext >&5
9766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9767 conftest$ac_exeext conftest.$ac_ext
9768 LIBS=$ac_check_soname_save_LIBS
9770 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9771 { echo "$as_me:$LINENO: result: not found" >&5
9772 echo "${ECHO_T}not found" >&6; }
9774 else
9775 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9776 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9778 cat >>confdefs.h <<_ACEOF
9779 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9780 _ACEOF
9798 for ac_header in X11/Xlib.h \
9799 X11/XKBlib.h \
9800 X11/Xutil.h \
9801 X11/Xcursor/Xcursor.h \
9802 X11/extensions/shape.h \
9803 X11/extensions/XInput.h \
9804 X11/extensions/XShm.h \
9805 X11/extensions/Xcomposite.h \
9806 X11/extensions/Xinerama.h \
9807 X11/extensions/Xrandr.h \
9808 X11/extensions/Xrender.h \
9809 X11/extensions/xf86vmode.h
9811 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9812 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9813 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9814 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9815 echo $ECHO_N "(cached) $ECHO_C" >&6
9816 else
9817 cat >conftest.$ac_ext <<_ACEOF
9818 /* confdefs.h. */
9819 _ACEOF
9820 cat confdefs.h >>conftest.$ac_ext
9821 cat >>conftest.$ac_ext <<_ACEOF
9822 /* end confdefs.h. */
9823 #ifdef HAVE_X11_XLIB_H
9824 # include <X11/Xlib.h>
9825 #endif
9826 #ifdef HAVE_X11_XUTIL_H
9827 # include <X11/Xutil.h>
9828 #endif
9830 #include <$ac_header>
9831 _ACEOF
9832 rm -f conftest.$ac_objext
9833 if { (ac_try="$ac_compile"
9834 case "(($ac_try" in
9835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9836 *) ac_try_echo=$ac_try;;
9837 esac
9838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9839 (eval "$ac_compile") 2>conftest.er1
9840 ac_status=$?
9841 grep -v '^ *+' conftest.er1 >conftest.err
9842 rm -f conftest.er1
9843 cat conftest.err >&5
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); } && {
9846 test -z "$ac_c_werror_flag" ||
9847 test ! -s conftest.err
9848 } && test -s conftest.$ac_objext; then
9849 eval "$as_ac_Header=yes"
9850 else
9851 echo "$as_me: failed program was:" >&5
9852 sed 's/^/| /' conftest.$ac_ext >&5
9854 eval "$as_ac_Header=no"
9857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9859 ac_res=`eval echo '${'$as_ac_Header'}'`
9860 { echo "$as_me:$LINENO: result: $ac_res" >&5
9861 echo "${ECHO_T}$ac_res" >&6; }
9862 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9863 cat >>confdefs.h <<_ACEOF
9864 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9865 _ACEOF
9869 done
9872 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9873 then
9874 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9875 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9876 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9877 echo $ECHO_N "(cached) $ECHO_C" >&6
9878 else
9879 ac_check_lib_save_LIBS=$LIBS
9880 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9881 cat >conftest.$ac_ext <<_ACEOF
9882 /* confdefs.h. */
9883 _ACEOF
9884 cat confdefs.h >>conftest.$ac_ext
9885 cat >>conftest.$ac_ext <<_ACEOF
9886 /* end confdefs.h. */
9888 /* Override any GCC internal prototype to avoid an error.
9889 Use char because int might match the return type of a GCC
9890 builtin and then its argument prototype would still apply. */
9891 #ifdef __cplusplus
9892 extern "C"
9893 #endif
9894 char XkbQueryExtension ();
9896 main ()
9898 return XkbQueryExtension ();
9900 return 0;
9902 _ACEOF
9903 rm -f conftest.$ac_objext conftest$ac_exeext
9904 if { (ac_try="$ac_link"
9905 case "(($ac_try" in
9906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9907 *) ac_try_echo=$ac_try;;
9908 esac
9909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9910 (eval "$ac_link") 2>conftest.er1
9911 ac_status=$?
9912 grep -v '^ *+' conftest.er1 >conftest.err
9913 rm -f conftest.er1
9914 cat conftest.err >&5
9915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9916 (exit $ac_status); } && {
9917 test -z "$ac_c_werror_flag" ||
9918 test ! -s conftest.err
9919 } && test -s conftest$ac_exeext &&
9920 $as_test_x conftest$ac_exeext; then
9921 ac_cv_lib_X11_XkbQueryExtension=yes
9922 else
9923 echo "$as_me: failed program was:" >&5
9924 sed 's/^/| /' conftest.$ac_ext >&5
9926 ac_cv_lib_X11_XkbQueryExtension=no
9929 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9930 conftest$ac_exeext conftest.$ac_ext
9931 LIBS=$ac_check_lib_save_LIBS
9933 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9934 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9935 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9937 cat >>confdefs.h <<\_ACEOF
9938 #define HAVE_XKB 1
9939 _ACEOF
9945 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9946 then
9947 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9948 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9949 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9950 echo $ECHO_N "(cached) $ECHO_C" >&6
9951 else
9952 ac_check_soname_save_LIBS=$LIBS
9953 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9954 cat >conftest.$ac_ext <<_ACEOF
9955 /* confdefs.h. */
9956 _ACEOF
9957 cat confdefs.h >>conftest.$ac_ext
9958 cat >>conftest.$ac_ext <<_ACEOF
9959 /* end confdefs.h. */
9961 /* Override any GCC internal prototype to avoid an error.
9962 Use char because int might match the return type of a GCC
9963 builtin and then its argument prototype would still apply. */
9964 #ifdef __cplusplus
9965 extern "C"
9966 #endif
9967 char XcursorImageLoadCursor ();
9969 main ()
9971 return XcursorImageLoadCursor ();
9973 return 0;
9975 _ACEOF
9976 rm -f conftest.$ac_objext conftest$ac_exeext
9977 if { (ac_try="$ac_link"
9978 case "(($ac_try" in
9979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9980 *) ac_try_echo=$ac_try;;
9981 esac
9982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9983 (eval "$ac_link") 2>conftest.er1
9984 ac_status=$?
9985 grep -v '^ *+' conftest.er1 >conftest.err
9986 rm -f conftest.er1
9987 cat conftest.err >&5
9988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9989 (exit $ac_status); } && {
9990 test -z "$ac_c_werror_flag" ||
9991 test ! -s conftest.err
9992 } && test -s conftest$ac_exeext &&
9993 $as_test_x conftest$ac_exeext; then
9994 case "$LIBEXT" in
9995 dll) ;;
9996 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'` ;;
9997 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9998 esac
9999 else
10000 echo "$as_me: failed program was:" >&5
10001 sed 's/^/| /' conftest.$ac_ext >&5
10006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10007 conftest$ac_exeext conftest.$ac_ext
10008 LIBS=$ac_check_soname_save_LIBS
10010 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10011 { echo "$as_me:$LINENO: result: not found" >&5
10012 echo "${ECHO_T}not found" >&6; }
10014 else
10015 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10016 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10018 cat >>confdefs.h <<_ACEOF
10019 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10020 _ACEOF
10026 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10027 case "x$with_xcursor" in
10028 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10029 xno) ;;
10030 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10031 This is an error since --with-xcursor was requested." >&5
10032 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10033 This is an error since --with-xcursor was requested." >&2;}
10034 { (exit 1); exit 1; }; } ;;
10035 esac
10039 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10040 then
10041 { echo "$as_me:$LINENO: checking for -lXi" >&5
10042 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10043 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10044 echo $ECHO_N "(cached) $ECHO_C" >&6
10045 else
10046 ac_check_soname_save_LIBS=$LIBS
10047 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10048 cat >conftest.$ac_ext <<_ACEOF
10049 /* confdefs.h. */
10050 _ACEOF
10051 cat confdefs.h >>conftest.$ac_ext
10052 cat >>conftest.$ac_ext <<_ACEOF
10053 /* end confdefs.h. */
10055 /* Override any GCC internal prototype to avoid an error.
10056 Use char because int might match the return type of a GCC
10057 builtin and then its argument prototype would still apply. */
10058 #ifdef __cplusplus
10059 extern "C"
10060 #endif
10061 char XOpenDevice ();
10063 main ()
10065 return XOpenDevice ();
10067 return 0;
10069 _ACEOF
10070 rm -f conftest.$ac_objext conftest$ac_exeext
10071 if { (ac_try="$ac_link"
10072 case "(($ac_try" in
10073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10074 *) ac_try_echo=$ac_try;;
10075 esac
10076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10077 (eval "$ac_link") 2>conftest.er1
10078 ac_status=$?
10079 grep -v '^ *+' conftest.er1 >conftest.err
10080 rm -f conftest.er1
10081 cat conftest.err >&5
10082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10083 (exit $ac_status); } && {
10084 test -z "$ac_c_werror_flag" ||
10085 test ! -s conftest.err
10086 } && test -s conftest$ac_exeext &&
10087 $as_test_x conftest$ac_exeext; then
10088 case "$LIBEXT" in
10089 dll) ;;
10090 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'` ;;
10091 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10092 esac
10093 else
10094 echo "$as_me: failed program was:" >&5
10095 sed 's/^/| /' conftest.$ac_ext >&5
10100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10101 conftest$ac_exeext conftest.$ac_ext
10102 LIBS=$ac_check_soname_save_LIBS
10104 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10105 { echo "$as_me:$LINENO: result: not found" >&5
10106 echo "${ECHO_T}not found" >&6; }
10108 else
10109 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10110 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10112 cat >>confdefs.h <<_ACEOF
10113 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10114 _ACEOF
10120 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10121 case "x$with_xinput" in
10122 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10123 xno) ;;
10124 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10125 This is an error since --with-xinput was requested." >&5
10126 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10127 This is an error since --with-xinput was requested." >&2;}
10128 { (exit 1); exit 1; }; } ;;
10129 esac
10133 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10134 then
10135 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10136 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10137 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10138 echo $ECHO_N "(cached) $ECHO_C" >&6
10139 else
10140 ac_check_lib_save_LIBS=$LIBS
10141 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10142 cat >conftest.$ac_ext <<_ACEOF
10143 /* confdefs.h. */
10144 _ACEOF
10145 cat confdefs.h >>conftest.$ac_ext
10146 cat >>conftest.$ac_ext <<_ACEOF
10147 /* end confdefs.h. */
10149 /* Override any GCC internal prototype to avoid an error.
10150 Use char because int might match the return type of a GCC
10151 builtin and then its argument prototype would still apply. */
10152 #ifdef __cplusplus
10153 extern "C"
10154 #endif
10155 char XShmQueryExtension ();
10157 main ()
10159 return XShmQueryExtension ();
10161 return 0;
10163 _ACEOF
10164 rm -f conftest.$ac_objext conftest$ac_exeext
10165 if { (ac_try="$ac_link"
10166 case "(($ac_try" in
10167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10168 *) ac_try_echo=$ac_try;;
10169 esac
10170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10171 (eval "$ac_link") 2>conftest.er1
10172 ac_status=$?
10173 grep -v '^ *+' conftest.er1 >conftest.err
10174 rm -f conftest.er1
10175 cat conftest.err >&5
10176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10177 (exit $ac_status); } && {
10178 test -z "$ac_c_werror_flag" ||
10179 test ! -s conftest.err
10180 } && test -s conftest$ac_exeext &&
10181 $as_test_x conftest$ac_exeext; then
10182 ac_cv_lib_Xext_XShmQueryExtension=yes
10183 else
10184 echo "$as_me: failed program was:" >&5
10185 sed 's/^/| /' conftest.$ac_ext >&5
10187 ac_cv_lib_Xext_XShmQueryExtension=no
10190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10191 conftest$ac_exeext conftest.$ac_ext
10192 LIBS=$ac_check_lib_save_LIBS
10194 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10195 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10196 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10198 cat >>confdefs.h <<\_ACEOF
10199 #define HAVE_LIBXXSHM 1
10200 _ACEOF
10205 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10206 case "x$with_xshm" in
10207 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10208 xno) ;;
10209 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10210 This is an error since --with-xshm was requested." >&5
10211 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10212 This is an error since --with-xshm was requested." >&2;}
10213 { (exit 1); exit 1; }; } ;;
10214 esac
10218 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10219 then
10220 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10221 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10222 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10223 echo $ECHO_N "(cached) $ECHO_C" >&6
10224 else
10225 ac_check_lib_save_LIBS=$LIBS
10226 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10227 cat >conftest.$ac_ext <<_ACEOF
10228 /* confdefs.h. */
10229 _ACEOF
10230 cat confdefs.h >>conftest.$ac_ext
10231 cat >>conftest.$ac_ext <<_ACEOF
10232 /* end confdefs.h. */
10234 /* Override any GCC internal prototype to avoid an error.
10235 Use char because int might match the return type of a GCC
10236 builtin and then its argument prototype would still apply. */
10237 #ifdef __cplusplus
10238 extern "C"
10239 #endif
10240 char XShapeQueryExtension ();
10242 main ()
10244 return XShapeQueryExtension ();
10246 return 0;
10248 _ACEOF
10249 rm -f conftest.$ac_objext conftest$ac_exeext
10250 if { (ac_try="$ac_link"
10251 case "(($ac_try" in
10252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10253 *) ac_try_echo=$ac_try;;
10254 esac
10255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10256 (eval "$ac_link") 2>conftest.er1
10257 ac_status=$?
10258 grep -v '^ *+' conftest.er1 >conftest.err
10259 rm -f conftest.er1
10260 cat conftest.err >&5
10261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10262 (exit $ac_status); } && {
10263 test -z "$ac_c_werror_flag" ||
10264 test ! -s conftest.err
10265 } && test -s conftest$ac_exeext &&
10266 $as_test_x conftest$ac_exeext; then
10267 ac_cv_lib_Xext_XShapeQueryExtension=yes
10268 else
10269 echo "$as_me: failed program was:" >&5
10270 sed 's/^/| /' conftest.$ac_ext >&5
10272 ac_cv_lib_Xext_XShapeQueryExtension=no
10275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10276 conftest$ac_exeext conftest.$ac_ext
10277 LIBS=$ac_check_lib_save_LIBS
10279 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10280 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10281 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10283 cat >>confdefs.h <<\_ACEOF
10284 #define HAVE_LIBXSHAPE 1
10285 _ACEOF
10290 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10291 case "x$with_xshape" in
10292 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10293 xno) ;;
10294 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10295 This is an error since --with-xshape was requested." >&5
10296 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10297 This is an error since --with-xshape was requested." >&2;}
10298 { (exit 1); exit 1; }; } ;;
10299 esac
10303 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10304 then
10305 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10306 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10307 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10308 echo $ECHO_N "(cached) $ECHO_C" >&6
10309 else
10310 ac_check_soname_save_LIBS=$LIBS
10311 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10312 cat >conftest.$ac_ext <<_ACEOF
10313 /* confdefs.h. */
10314 _ACEOF
10315 cat confdefs.h >>conftest.$ac_ext
10316 cat >>conftest.$ac_ext <<_ACEOF
10317 /* end confdefs.h. */
10319 /* Override any GCC internal prototype to avoid an error.
10320 Use char because int might match the return type of a GCC
10321 builtin and then its argument prototype would still apply. */
10322 #ifdef __cplusplus
10323 extern "C"
10324 #endif
10325 char XF86VidModeQueryExtension ();
10327 main ()
10329 return XF86VidModeQueryExtension ();
10331 return 0;
10333 _ACEOF
10334 rm -f conftest.$ac_objext conftest$ac_exeext
10335 if { (ac_try="$ac_link"
10336 case "(($ac_try" in
10337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10338 *) ac_try_echo=$ac_try;;
10339 esac
10340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10341 (eval "$ac_link") 2>conftest.er1
10342 ac_status=$?
10343 grep -v '^ *+' conftest.er1 >conftest.err
10344 rm -f conftest.er1
10345 cat conftest.err >&5
10346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10347 (exit $ac_status); } && {
10348 test -z "$ac_c_werror_flag" ||
10349 test ! -s conftest.err
10350 } && test -s conftest$ac_exeext &&
10351 $as_test_x conftest$ac_exeext; then
10352 case "$LIBEXT" in
10353 dll) ;;
10354 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'` ;;
10355 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10356 esac
10357 else
10358 echo "$as_me: failed program was:" >&5
10359 sed 's/^/| /' conftest.$ac_ext >&5
10364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10365 conftest$ac_exeext conftest.$ac_ext
10366 LIBS=$ac_check_soname_save_LIBS
10368 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10369 { echo "$as_me:$LINENO: result: not found" >&5
10370 echo "${ECHO_T}not found" >&6; }
10372 else
10373 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10374 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10376 cat >>confdefs.h <<_ACEOF
10377 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10378 _ACEOF
10384 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10385 case "x$with_xxf86vm" in
10386 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10387 xno) ;;
10388 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10389 This is an error since --with-xxf86vm was requested." >&5
10390 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10391 This is an error since --with-xxf86vm was requested." >&2;}
10392 { (exit 1); exit 1; }; } ;;
10393 esac
10397 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"
10398 then
10399 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10400 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10401 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10402 echo $ECHO_N "(cached) $ECHO_C" >&6
10403 else
10404 ac_check_soname_save_LIBS=$LIBS
10405 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10406 cat >conftest.$ac_ext <<_ACEOF
10407 /* confdefs.h. */
10408 _ACEOF
10409 cat confdefs.h >>conftest.$ac_ext
10410 cat >>conftest.$ac_ext <<_ACEOF
10411 /* end confdefs.h. */
10413 /* Override any GCC internal prototype to avoid an error.
10414 Use char because int might match the return type of a GCC
10415 builtin and then its argument prototype would still apply. */
10416 #ifdef __cplusplus
10417 extern "C"
10418 #endif
10419 char XRenderQueryExtension ();
10421 main ()
10423 return XRenderQueryExtension ();
10425 return 0;
10427 _ACEOF
10428 rm -f conftest.$ac_objext conftest$ac_exeext
10429 if { (ac_try="$ac_link"
10430 case "(($ac_try" in
10431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10432 *) ac_try_echo=$ac_try;;
10433 esac
10434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10435 (eval "$ac_link") 2>conftest.er1
10436 ac_status=$?
10437 grep -v '^ *+' conftest.er1 >conftest.err
10438 rm -f conftest.er1
10439 cat conftest.err >&5
10440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10441 (exit $ac_status); } && {
10442 test -z "$ac_c_werror_flag" ||
10443 test ! -s conftest.err
10444 } && test -s conftest$ac_exeext &&
10445 $as_test_x conftest$ac_exeext; then
10446 case "$LIBEXT" in
10447 dll) ;;
10448 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'` ;;
10449 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10450 esac
10451 else
10452 echo "$as_me: failed program was:" >&5
10453 sed 's/^/| /' conftest.$ac_ext >&5
10458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10459 conftest$ac_exeext conftest.$ac_ext
10460 LIBS=$ac_check_soname_save_LIBS
10462 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10463 { echo "$as_me:$LINENO: result: not found" >&5
10464 echo "${ECHO_T}not found" >&6; }
10466 else
10467 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10468 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10470 cat >>confdefs.h <<_ACEOF
10471 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10472 _ACEOF
10474 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10475 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10476 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10477 echo $ECHO_N "(cached) $ECHO_C" >&6
10478 else
10479 ac_check_lib_save_LIBS=$LIBS
10480 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10481 cat >conftest.$ac_ext <<_ACEOF
10482 /* confdefs.h. */
10483 _ACEOF
10484 cat confdefs.h >>conftest.$ac_ext
10485 cat >>conftest.$ac_ext <<_ACEOF
10486 /* end confdefs.h. */
10488 /* Override any GCC internal prototype to avoid an error.
10489 Use char because int might match the return type of a GCC
10490 builtin and then its argument prototype would still apply. */
10491 #ifdef __cplusplus
10492 extern "C"
10493 #endif
10494 char XRenderSetPictureTransform ();
10496 main ()
10498 return XRenderSetPictureTransform ();
10500 return 0;
10502 _ACEOF
10503 rm -f conftest.$ac_objext conftest$ac_exeext
10504 if { (ac_try="$ac_link"
10505 case "(($ac_try" in
10506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10507 *) ac_try_echo=$ac_try;;
10508 esac
10509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10510 (eval "$ac_link") 2>conftest.er1
10511 ac_status=$?
10512 grep -v '^ *+' conftest.er1 >conftest.err
10513 rm -f conftest.er1
10514 cat conftest.err >&5
10515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10516 (exit $ac_status); } && {
10517 test -z "$ac_c_werror_flag" ||
10518 test ! -s conftest.err
10519 } && test -s conftest$ac_exeext &&
10520 $as_test_x conftest$ac_exeext; then
10521 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10522 else
10523 echo "$as_me: failed program was:" >&5
10524 sed 's/^/| /' conftest.$ac_ext >&5
10526 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10530 conftest$ac_exeext conftest.$ac_ext
10531 LIBS=$ac_check_lib_save_LIBS
10533 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10534 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10535 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10537 cat >>confdefs.h <<\_ACEOF
10538 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10539 _ACEOF
10547 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10548 case "x$with_xrender" in
10549 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10550 xno) ;;
10551 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10552 This is an error since --with-xrender was requested." >&5
10553 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10554 This is an error since --with-xrender was requested." >&2;}
10555 { (exit 1); exit 1; }; } ;;
10556 esac
10560 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10561 then
10562 cat >conftest.$ac_ext <<_ACEOF
10563 /* confdefs.h. */
10564 _ACEOF
10565 cat confdefs.h >>conftest.$ac_ext
10566 cat >>conftest.$ac_ext <<_ACEOF
10567 /* end confdefs.h. */
10568 #include <X11/Xlib.h>
10569 #include <X11/extensions/Xrandr.h>
10571 main ()
10573 static typeof(XRRSetScreenConfigAndRate) * func;
10575 return 0;
10577 _ACEOF
10578 rm -f conftest.$ac_objext
10579 if { (ac_try="$ac_compile"
10580 case "(($ac_try" in
10581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10582 *) ac_try_echo=$ac_try;;
10583 esac
10584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10585 (eval "$ac_compile") 2>conftest.er1
10586 ac_status=$?
10587 grep -v '^ *+' conftest.er1 >conftest.err
10588 rm -f conftest.er1
10589 cat conftest.err >&5
10590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10591 (exit $ac_status); } && {
10592 test -z "$ac_c_werror_flag" ||
10593 test ! -s conftest.err
10594 } && test -s conftest.$ac_objext; then
10595 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10596 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10597 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10598 echo $ECHO_N "(cached) $ECHO_C" >&6
10599 else
10600 ac_check_soname_save_LIBS=$LIBS
10601 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10602 cat >conftest.$ac_ext <<_ACEOF
10603 /* confdefs.h. */
10604 _ACEOF
10605 cat confdefs.h >>conftest.$ac_ext
10606 cat >>conftest.$ac_ext <<_ACEOF
10607 /* end confdefs.h. */
10609 /* Override any GCC internal prototype to avoid an error.
10610 Use char because int might match the return type of a GCC
10611 builtin and then its argument prototype would still apply. */
10612 #ifdef __cplusplus
10613 extern "C"
10614 #endif
10615 char XRRQueryExtension ();
10617 main ()
10619 return XRRQueryExtension ();
10621 return 0;
10623 _ACEOF
10624 rm -f conftest.$ac_objext conftest$ac_exeext
10625 if { (ac_try="$ac_link"
10626 case "(($ac_try" in
10627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10628 *) ac_try_echo=$ac_try;;
10629 esac
10630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10631 (eval "$ac_link") 2>conftest.er1
10632 ac_status=$?
10633 grep -v '^ *+' conftest.er1 >conftest.err
10634 rm -f conftest.er1
10635 cat conftest.err >&5
10636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10637 (exit $ac_status); } && {
10638 test -z "$ac_c_werror_flag" ||
10639 test ! -s conftest.err
10640 } && test -s conftest$ac_exeext &&
10641 $as_test_x conftest$ac_exeext; then
10642 case "$LIBEXT" in
10643 dll) ;;
10644 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'` ;;
10645 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10646 esac
10647 else
10648 echo "$as_me: failed program was:" >&5
10649 sed 's/^/| /' conftest.$ac_ext >&5
10654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10655 conftest$ac_exeext conftest.$ac_ext
10656 LIBS=$ac_check_soname_save_LIBS
10658 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10659 { echo "$as_me:$LINENO: result: not found" >&5
10660 echo "${ECHO_T}not found" >&6; }
10662 else
10663 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10664 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10666 cat >>confdefs.h <<_ACEOF
10667 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10668 _ACEOF
10673 else
10674 echo "$as_me: failed program was:" >&5
10675 sed 's/^/| /' conftest.$ac_ext >&5
10680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10682 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10683 case "x$with_xrandr" in
10684 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10685 xno) ;;
10686 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10687 This is an error since --with-xrandr was requested." >&5
10688 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10689 This is an error since --with-xrandr was requested." >&2;}
10690 { (exit 1); exit 1; }; } ;;
10691 esac
10695 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10696 then
10697 cat >conftest.$ac_ext <<_ACEOF
10698 /* confdefs.h. */
10699 _ACEOF
10700 cat confdefs.h >>conftest.$ac_ext
10701 cat >>conftest.$ac_ext <<_ACEOF
10702 /* end confdefs.h. */
10703 #include <X11/Xlib.h>
10704 #include <X11/extensions/Xinerama.h>
10706 main ()
10708 static typeof(XineramaQueryScreens) * func;
10710 return 0;
10712 _ACEOF
10713 rm -f conftest.$ac_objext
10714 if { (ac_try="$ac_compile"
10715 case "(($ac_try" in
10716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10717 *) ac_try_echo=$ac_try;;
10718 esac
10719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10720 (eval "$ac_compile") 2>conftest.er1
10721 ac_status=$?
10722 grep -v '^ *+' conftest.er1 >conftest.err
10723 rm -f conftest.er1
10724 cat conftest.err >&5
10725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10726 (exit $ac_status); } && {
10727 test -z "$ac_c_werror_flag" ||
10728 test ! -s conftest.err
10729 } && test -s conftest.$ac_objext; then
10730 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10731 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10732 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10733 echo $ECHO_N "(cached) $ECHO_C" >&6
10734 else
10735 ac_check_soname_save_LIBS=$LIBS
10736 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10737 cat >conftest.$ac_ext <<_ACEOF
10738 /* confdefs.h. */
10739 _ACEOF
10740 cat confdefs.h >>conftest.$ac_ext
10741 cat >>conftest.$ac_ext <<_ACEOF
10742 /* end confdefs.h. */
10744 /* Override any GCC internal prototype to avoid an error.
10745 Use char because int might match the return type of a GCC
10746 builtin and then its argument prototype would still apply. */
10747 #ifdef __cplusplus
10748 extern "C"
10749 #endif
10750 char XineramaQueryScreens ();
10752 main ()
10754 return XineramaQueryScreens ();
10756 return 0;
10758 _ACEOF
10759 rm -f conftest.$ac_objext conftest$ac_exeext
10760 if { (ac_try="$ac_link"
10761 case "(($ac_try" in
10762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10763 *) ac_try_echo=$ac_try;;
10764 esac
10765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10766 (eval "$ac_link") 2>conftest.er1
10767 ac_status=$?
10768 grep -v '^ *+' conftest.er1 >conftest.err
10769 rm -f conftest.er1
10770 cat conftest.err >&5
10771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10772 (exit $ac_status); } && {
10773 test -z "$ac_c_werror_flag" ||
10774 test ! -s conftest.err
10775 } && test -s conftest$ac_exeext &&
10776 $as_test_x conftest$ac_exeext; then
10777 case "$LIBEXT" in
10778 dll) ;;
10779 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'` ;;
10780 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10781 esac
10782 else
10783 echo "$as_me: failed program was:" >&5
10784 sed 's/^/| /' conftest.$ac_ext >&5
10789 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10790 conftest$ac_exeext conftest.$ac_ext
10791 LIBS=$ac_check_soname_save_LIBS
10793 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10794 { echo "$as_me:$LINENO: result: not found" >&5
10795 echo "${ECHO_T}not found" >&6; }
10797 else
10798 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10799 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10801 cat >>confdefs.h <<_ACEOF
10802 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10803 _ACEOF
10808 else
10809 echo "$as_me: failed program was:" >&5
10810 sed 's/^/| /' conftest.$ac_ext >&5
10815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10817 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10818 case "x$with_xinerama" in
10819 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10820 xno) ;;
10821 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10822 This is an error since --with-xinerama was requested." >&5
10823 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10824 This is an error since --with-xinerama was requested." >&2;}
10825 { (exit 1); exit 1; }; } ;;
10826 esac
10830 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10831 then
10832 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10833 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10834 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10835 echo $ECHO_N "(cached) $ECHO_C" >&6
10836 else
10837 ac_check_soname_save_LIBS=$LIBS
10838 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10839 cat >conftest.$ac_ext <<_ACEOF
10840 /* confdefs.h. */
10841 _ACEOF
10842 cat confdefs.h >>conftest.$ac_ext
10843 cat >>conftest.$ac_ext <<_ACEOF
10844 /* end confdefs.h. */
10846 /* Override any GCC internal prototype to avoid an error.
10847 Use char because int might match the return type of a GCC
10848 builtin and then its argument prototype would still apply. */
10849 #ifdef __cplusplus
10850 extern "C"
10851 #endif
10852 char XCompositeRedirectWindow ();
10854 main ()
10856 return XCompositeRedirectWindow ();
10858 return 0;
10860 _ACEOF
10861 rm -f conftest.$ac_objext conftest$ac_exeext
10862 if { (ac_try="$ac_link"
10863 case "(($ac_try" in
10864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10865 *) ac_try_echo=$ac_try;;
10866 esac
10867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10868 (eval "$ac_link") 2>conftest.er1
10869 ac_status=$?
10870 grep -v '^ *+' conftest.er1 >conftest.err
10871 rm -f conftest.er1
10872 cat conftest.err >&5
10873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10874 (exit $ac_status); } && {
10875 test -z "$ac_c_werror_flag" ||
10876 test ! -s conftest.err
10877 } && test -s conftest$ac_exeext &&
10878 $as_test_x conftest$ac_exeext; then
10879 case "$LIBEXT" in
10880 dll) ;;
10881 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'` ;;
10882 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10883 esac
10884 else
10885 echo "$as_me: failed program was:" >&5
10886 sed 's/^/| /' conftest.$ac_ext >&5
10891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10892 conftest$ac_exeext conftest.$ac_ext
10893 LIBS=$ac_check_soname_save_LIBS
10895 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10896 { echo "$as_me:$LINENO: result: not found" >&5
10897 echo "${ECHO_T}not found" >&6; }
10899 else
10900 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10901 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10903 cat >>confdefs.h <<_ACEOF
10904 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10905 _ACEOF
10911 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10912 case "x$with_xcomposite" in
10913 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10914 xno) ;;
10915 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10916 This is an error since --with-xcomposite was requested." >&5
10917 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10918 This is an error since --with-xcomposite was requested." >&2;}
10919 { (exit 1); exit 1; }; } ;;
10920 esac
10924 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10925 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10926 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10927 echo $ECHO_N "(cached) $ECHO_C" >&6
10928 else
10929 cat >conftest.$ac_ext <<_ACEOF
10930 /* confdefs.h. */
10931 _ACEOF
10932 cat confdefs.h >>conftest.$ac_ext
10933 cat >>conftest.$ac_ext <<_ACEOF
10934 /* end confdefs.h. */
10935 #ifdef HAVE_X11_XLIB_H
10936 #include <X11/Xlib.h>
10937 #endif
10940 main ()
10942 static XICCallback ac_aggr;
10943 if (ac_aggr.callback)
10944 return 0;
10946 return 0;
10948 _ACEOF
10949 rm -f conftest.$ac_objext
10950 if { (ac_try="$ac_compile"
10951 case "(($ac_try" in
10952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10953 *) ac_try_echo=$ac_try;;
10954 esac
10955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10956 (eval "$ac_compile") 2>conftest.er1
10957 ac_status=$?
10958 grep -v '^ *+' conftest.er1 >conftest.err
10959 rm -f conftest.er1
10960 cat conftest.err >&5
10961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10962 (exit $ac_status); } && {
10963 test -z "$ac_c_werror_flag" ||
10964 test ! -s conftest.err
10965 } && test -s conftest.$ac_objext; then
10966 ac_cv_member_XICCallback_callback=yes
10967 else
10968 echo "$as_me: failed program was:" >&5
10969 sed 's/^/| /' conftest.$ac_ext >&5
10971 cat >conftest.$ac_ext <<_ACEOF
10972 /* confdefs.h. */
10973 _ACEOF
10974 cat confdefs.h >>conftest.$ac_ext
10975 cat >>conftest.$ac_ext <<_ACEOF
10976 /* end confdefs.h. */
10977 #ifdef HAVE_X11_XLIB_H
10978 #include <X11/Xlib.h>
10979 #endif
10982 main ()
10984 static XICCallback ac_aggr;
10985 if (sizeof ac_aggr.callback)
10986 return 0;
10988 return 0;
10990 _ACEOF
10991 rm -f conftest.$ac_objext
10992 if { (ac_try="$ac_compile"
10993 case "(($ac_try" in
10994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10995 *) ac_try_echo=$ac_try;;
10996 esac
10997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10998 (eval "$ac_compile") 2>conftest.er1
10999 ac_status=$?
11000 grep -v '^ *+' conftest.er1 >conftest.err
11001 rm -f conftest.er1
11002 cat conftest.err >&5
11003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11004 (exit $ac_status); } && {
11005 test -z "$ac_c_werror_flag" ||
11006 test ! -s conftest.err
11007 } && test -s conftest.$ac_objext; then
11008 ac_cv_member_XICCallback_callback=yes
11009 else
11010 echo "$as_me: failed program was:" >&5
11011 sed 's/^/| /' conftest.$ac_ext >&5
11013 ac_cv_member_XICCallback_callback=no
11016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11021 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11022 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11023 if test $ac_cv_member_XICCallback_callback = yes; then
11025 cat >>confdefs.h <<_ACEOF
11026 #define HAVE_XICCALLBACK_CALLBACK 1
11027 _ACEOF
11034 opengl_msg=""
11035 if test "x$with_opengl" != "xno"
11036 then
11041 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11043 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11044 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11045 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11047 echo $ECHO_N "(cached) $ECHO_C" >&6
11048 else
11049 cat >conftest.$ac_ext <<_ACEOF
11050 /* confdefs.h. */
11051 _ACEOF
11052 cat confdefs.h >>conftest.$ac_ext
11053 cat >>conftest.$ac_ext <<_ACEOF
11054 /* end confdefs.h. */
11055 #ifdef HAVE_GL_GLX_H
11056 # include <GL/glx.h>
11057 #endif
11059 #include <$ac_header>
11060 _ACEOF
11061 rm -f conftest.$ac_objext
11062 if { (ac_try="$ac_compile"
11063 case "(($ac_try" in
11064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11065 *) ac_try_echo=$ac_try;;
11066 esac
11067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11068 (eval "$ac_compile") 2>conftest.er1
11069 ac_status=$?
11070 grep -v '^ *+' conftest.er1 >conftest.err
11071 rm -f conftest.er1
11072 cat conftest.err >&5
11073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074 (exit $ac_status); } && {
11075 test -z "$ac_c_werror_flag" ||
11076 test ! -s conftest.err
11077 } && test -s conftest.$ac_objext; then
11078 eval "$as_ac_Header=yes"
11079 else
11080 echo "$as_me: failed program was:" >&5
11081 sed 's/^/| /' conftest.$ac_ext >&5
11083 eval "$as_ac_Header=no"
11086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11088 ac_res=`eval echo '${'$as_ac_Header'}'`
11089 { echo "$as_me:$LINENO: result: $ac_res" >&5
11090 echo "${ECHO_T}$ac_res" >&6; }
11091 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11092 cat >>confdefs.h <<_ACEOF
11093 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11094 _ACEOF
11098 done
11100 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11101 then
11102 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11103 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11104 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11105 echo $ECHO_N "(cached) $ECHO_C" >&6
11106 else
11107 cat >conftest.$ac_ext <<_ACEOF
11108 /* confdefs.h. */
11109 _ACEOF
11110 cat confdefs.h >>conftest.$ac_ext
11111 cat >>conftest.$ac_ext <<_ACEOF
11112 /* end confdefs.h. */
11113 #include <GL/gl.h>
11115 main ()
11117 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11119 return 0;
11121 _ACEOF
11122 rm -f conftest.$ac_objext
11123 if { (ac_try="$ac_compile"
11124 case "(($ac_try" in
11125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11126 *) ac_try_echo=$ac_try;;
11127 esac
11128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11129 (eval "$ac_compile") 2>conftest.er1
11130 ac_status=$?
11131 grep -v '^ *+' conftest.er1 >conftest.err
11132 rm -f conftest.er1
11133 cat conftest.err >&5
11134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11135 (exit $ac_status); } && {
11136 test -z "$ac_c_werror_flag" ||
11137 test ! -s conftest.err
11138 } && test -s conftest.$ac_objext; then
11139 wine_cv_opengl_header_version_OK="yes"
11140 else
11141 echo "$as_me: failed program was:" >&5
11142 sed 's/^/| /' conftest.$ac_ext >&5
11144 wine_cv_opengl_header_version_OK="no"
11147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11149 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11150 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11152 if test "$wine_cv_opengl_header_version_OK" = "yes"
11153 then
11154 { echo "$as_me:$LINENO: checking for -lGL" >&5
11155 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11156 if test "${ac_cv_lib_soname_GL+set}" = set; then
11157 echo $ECHO_N "(cached) $ECHO_C" >&6
11158 else
11159 ac_check_soname_save_LIBS=$LIBS
11160 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11161 cat >conftest.$ac_ext <<_ACEOF
11162 /* confdefs.h. */
11163 _ACEOF
11164 cat confdefs.h >>conftest.$ac_ext
11165 cat >>conftest.$ac_ext <<_ACEOF
11166 /* end confdefs.h. */
11168 /* Override any GCC internal prototype to avoid an error.
11169 Use char because int might match the return type of a GCC
11170 builtin and then its argument prototype would still apply. */
11171 #ifdef __cplusplus
11172 extern "C"
11173 #endif
11174 char glXCreateContext ();
11176 main ()
11178 return glXCreateContext ();
11180 return 0;
11182 _ACEOF
11183 rm -f conftest.$ac_objext conftest$ac_exeext
11184 if { (ac_try="$ac_link"
11185 case "(($ac_try" in
11186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11187 *) ac_try_echo=$ac_try;;
11188 esac
11189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11190 (eval "$ac_link") 2>conftest.er1
11191 ac_status=$?
11192 grep -v '^ *+' conftest.er1 >conftest.err
11193 rm -f conftest.er1
11194 cat conftest.err >&5
11195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11196 (exit $ac_status); } && {
11197 test -z "$ac_c_werror_flag" ||
11198 test ! -s conftest.err
11199 } && test -s conftest$ac_exeext &&
11200 $as_test_x conftest$ac_exeext; then
11201 case "$LIBEXT" in
11202 dll) ;;
11203 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'` ;;
11204 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11205 esac
11206 else
11207 echo "$as_me: failed program was:" >&5
11208 sed 's/^/| /' conftest.$ac_ext >&5
11213 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11214 conftest$ac_exeext conftest.$ac_ext
11215 LIBS=$ac_check_soname_save_LIBS
11217 if test "x$ac_cv_lib_soname_GL" = "x"; then
11218 { echo "$as_me:$LINENO: result: not found" >&5
11219 echo "${ECHO_T}not found" >&6; }
11220 { echo "$as_me:$LINENO: checking for -lGL" >&5
11221 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11222 if test "${ac_cv_lib_soname_GL+set}" = set; then
11223 echo $ECHO_N "(cached) $ECHO_C" >&6
11224 else
11225 ac_check_soname_save_LIBS=$LIBS
11226 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"
11227 cat >conftest.$ac_ext <<_ACEOF
11228 /* confdefs.h. */
11229 _ACEOF
11230 cat confdefs.h >>conftest.$ac_ext
11231 cat >>conftest.$ac_ext <<_ACEOF
11232 /* end confdefs.h. */
11234 /* Override any GCC internal prototype to avoid an error.
11235 Use char because int might match the return type of a GCC
11236 builtin and then its argument prototype would still apply. */
11237 #ifdef __cplusplus
11238 extern "C"
11239 #endif
11240 char glXCreateContext ();
11242 main ()
11244 return glXCreateContext ();
11246 return 0;
11248 _ACEOF
11249 rm -f conftest.$ac_objext conftest$ac_exeext
11250 if { (ac_try="$ac_link"
11251 case "(($ac_try" in
11252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11253 *) ac_try_echo=$ac_try;;
11254 esac
11255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11256 (eval "$ac_link") 2>conftest.er1
11257 ac_status=$?
11258 grep -v '^ *+' conftest.er1 >conftest.err
11259 rm -f conftest.er1
11260 cat conftest.err >&5
11261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11262 (exit $ac_status); } && {
11263 test -z "$ac_c_werror_flag" ||
11264 test ! -s conftest.err
11265 } && test -s conftest$ac_exeext &&
11266 $as_test_x conftest$ac_exeext; then
11267 case "$LIBEXT" in
11268 dll) ;;
11269 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'` ;;
11270 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11271 esac
11272 else
11273 echo "$as_me: failed program was:" >&5
11274 sed 's/^/| /' conftest.$ac_ext >&5
11279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11280 conftest$ac_exeext conftest.$ac_ext
11281 LIBS=$ac_check_soname_save_LIBS
11283 if test "x$ac_cv_lib_soname_GL" = "x"; then
11284 { echo "$as_me:$LINENO: result: not found" >&5
11285 echo "${ECHO_T}not found" >&6; }
11286 if test -f /usr/X11R6/lib/libGL.a
11287 then
11288 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11289 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11290 else
11291 opengl_msg="No OpenGL library found on this system."
11293 else
11294 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11295 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11297 cat >>confdefs.h <<_ACEOF
11298 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11299 _ACEOF
11301 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"
11303 cat >>confdefs.h <<\_ACEOF
11304 #define HAVE_OPENGL 1
11305 _ACEOF
11309 else
11310 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11311 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11313 cat >>confdefs.h <<_ACEOF
11314 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11315 _ACEOF
11317 OPENGL_LIBS="-lGL"
11319 cat >>confdefs.h <<\_ACEOF
11320 #define HAVE_OPENGL 1
11321 _ACEOF
11325 if test "$ac_cv_header_GL_glu_h" = "yes"
11326 then
11327 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11328 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11329 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11330 echo $ECHO_N "(cached) $ECHO_C" >&6
11331 else
11332 ac_check_soname_save_LIBS=$LIBS
11333 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11334 cat >conftest.$ac_ext <<_ACEOF
11335 /* confdefs.h. */
11336 _ACEOF
11337 cat confdefs.h >>conftest.$ac_ext
11338 cat >>conftest.$ac_ext <<_ACEOF
11339 /* end confdefs.h. */
11341 /* Override any GCC internal prototype to avoid an error.
11342 Use char because int might match the return type of a GCC
11343 builtin and then its argument prototype would still apply. */
11344 #ifdef __cplusplus
11345 extern "C"
11346 #endif
11347 char gluLookAt ();
11349 main ()
11351 return gluLookAt ();
11353 return 0;
11355 _ACEOF
11356 rm -f conftest.$ac_objext conftest$ac_exeext
11357 if { (ac_try="$ac_link"
11358 case "(($ac_try" in
11359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11360 *) ac_try_echo=$ac_try;;
11361 esac
11362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11363 (eval "$ac_link") 2>conftest.er1
11364 ac_status=$?
11365 grep -v '^ *+' conftest.er1 >conftest.err
11366 rm -f conftest.er1
11367 cat conftest.err >&5
11368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); } && {
11370 test -z "$ac_c_werror_flag" ||
11371 test ! -s conftest.err
11372 } && test -s conftest$ac_exeext &&
11373 $as_test_x conftest$ac_exeext; then
11374 case "$LIBEXT" in
11375 dll) ;;
11376 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'` ;;
11377 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11378 esac
11379 else
11380 echo "$as_me: failed program was:" >&5
11381 sed 's/^/| /' conftest.$ac_ext >&5
11386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11387 conftest$ac_exeext conftest.$ac_ext
11388 LIBS=$ac_check_soname_save_LIBS
11390 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11391 { echo "$as_me:$LINENO: result: not found" >&5
11392 echo "${ECHO_T}not found" >&6; }
11394 else
11395 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11396 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11398 cat >>confdefs.h <<_ACEOF
11399 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11400 _ACEOF
11406 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11407 case "x$with_glu" in
11408 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11409 xno) ;;
11410 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11411 This is an error since --with-glu was requested." >&5
11412 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11413 This is an error since --with-glu was requested." >&2;}
11414 { (exit 1); exit 1; }; } ;;
11415 esac
11418 else
11419 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11421 else
11422 opengl_msg="OpenGL development headers not found."
11424 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11425 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11426 else
11427 enable_opengl32=${enable_opengl32:-no}
11428 enable_glu32=${enable_glu32:-no}
11430 if test -n "$opengl_msg"; then
11431 case "x$with_opengl" in
11432 x) wine_warnings="$wine_warnings|$opengl_msg
11433 OpenGL and Direct3D won't be supported." ;;
11434 xno) ;;
11435 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11436 OpenGL and Direct3D won't be supported.
11437 This is an error since --with-opengl was requested." >&5
11438 echo "$as_me: error: $opengl_msg
11439 OpenGL and Direct3D won't be supported.
11440 This is an error since --with-opengl was requested." >&2;}
11441 { (exit 1); exit 1; }; } ;;
11442 esac
11446 NASLIBS=""
11449 for ac_header in audio/audiolib.h
11451 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11452 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11453 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11454 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11455 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11456 echo $ECHO_N "(cached) $ECHO_C" >&6
11458 ac_res=`eval echo '${'$as_ac_Header'}'`
11459 { echo "$as_me:$LINENO: result: $ac_res" >&5
11460 echo "${ECHO_T}$ac_res" >&6; }
11461 else
11462 # Is the header compilable?
11463 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11464 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11465 cat >conftest.$ac_ext <<_ACEOF
11466 /* confdefs.h. */
11467 _ACEOF
11468 cat confdefs.h >>conftest.$ac_ext
11469 cat >>conftest.$ac_ext <<_ACEOF
11470 /* end confdefs.h. */
11471 $ac_includes_default
11472 #include <$ac_header>
11473 _ACEOF
11474 rm -f conftest.$ac_objext
11475 if { (ac_try="$ac_compile"
11476 case "(($ac_try" in
11477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11478 *) ac_try_echo=$ac_try;;
11479 esac
11480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11481 (eval "$ac_compile") 2>conftest.er1
11482 ac_status=$?
11483 grep -v '^ *+' conftest.er1 >conftest.err
11484 rm -f conftest.er1
11485 cat conftest.err >&5
11486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11487 (exit $ac_status); } && {
11488 test -z "$ac_c_werror_flag" ||
11489 test ! -s conftest.err
11490 } && test -s conftest.$ac_objext; then
11491 ac_header_compiler=yes
11492 else
11493 echo "$as_me: failed program was:" >&5
11494 sed 's/^/| /' conftest.$ac_ext >&5
11496 ac_header_compiler=no
11499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11500 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11501 echo "${ECHO_T}$ac_header_compiler" >&6; }
11503 # Is the header present?
11504 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11505 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11506 cat >conftest.$ac_ext <<_ACEOF
11507 /* confdefs.h. */
11508 _ACEOF
11509 cat confdefs.h >>conftest.$ac_ext
11510 cat >>conftest.$ac_ext <<_ACEOF
11511 /* end confdefs.h. */
11512 #include <$ac_header>
11513 _ACEOF
11514 if { (ac_try="$ac_cpp conftest.$ac_ext"
11515 case "(($ac_try" in
11516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11517 *) ac_try_echo=$ac_try;;
11518 esac
11519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11520 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11521 ac_status=$?
11522 grep -v '^ *+' conftest.er1 >conftest.err
11523 rm -f conftest.er1
11524 cat conftest.err >&5
11525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11526 (exit $ac_status); } >/dev/null && {
11527 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11528 test ! -s conftest.err
11529 }; then
11530 ac_header_preproc=yes
11531 else
11532 echo "$as_me: failed program was:" >&5
11533 sed 's/^/| /' conftest.$ac_ext >&5
11535 ac_header_preproc=no
11538 rm -f conftest.err conftest.$ac_ext
11539 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11540 echo "${ECHO_T}$ac_header_preproc" >&6; }
11542 # So? What about this header?
11543 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11544 yes:no: )
11545 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11546 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11548 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11549 ac_header_preproc=yes
11551 no:yes:* )
11552 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11553 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11554 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11555 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11556 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11557 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11558 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11559 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11560 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11561 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11562 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11563 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11564 ( cat <<\_ASBOX
11565 ## ------------------------------------ ##
11566 ## Report this to wine-devel@winehq.org ##
11567 ## ------------------------------------ ##
11568 _ASBOX
11569 ) | sed "s/^/$as_me: WARNING: /" >&2
11571 esac
11572 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11573 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11574 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11575 echo $ECHO_N "(cached) $ECHO_C" >&6
11576 else
11577 eval "$as_ac_Header=\$ac_header_preproc"
11579 ac_res=`eval echo '${'$as_ac_Header'}'`
11580 { echo "$as_me:$LINENO: result: $ac_res" >&5
11581 echo "${ECHO_T}$ac_res" >&6; }
11584 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11585 cat >>confdefs.h <<_ACEOF
11586 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11587 _ACEOF
11589 for ac_header in audio/soundlib.h
11591 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11592 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11593 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11594 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11595 echo $ECHO_N "(cached) $ECHO_C" >&6
11596 else
11597 cat >conftest.$ac_ext <<_ACEOF
11598 /* confdefs.h. */
11599 _ACEOF
11600 cat confdefs.h >>conftest.$ac_ext
11601 cat >>conftest.$ac_ext <<_ACEOF
11602 /* end confdefs.h. */
11603 #include <audio/audiolib.h>
11605 #include <$ac_header>
11606 _ACEOF
11607 rm -f conftest.$ac_objext
11608 if { (ac_try="$ac_compile"
11609 case "(($ac_try" in
11610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11611 *) ac_try_echo=$ac_try;;
11612 esac
11613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11614 (eval "$ac_compile") 2>conftest.er1
11615 ac_status=$?
11616 grep -v '^ *+' conftest.er1 >conftest.err
11617 rm -f conftest.er1
11618 cat conftest.err >&5
11619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11620 (exit $ac_status); } && {
11621 test -z "$ac_c_werror_flag" ||
11622 test ! -s conftest.err
11623 } && test -s conftest.$ac_objext; then
11624 eval "$as_ac_Header=yes"
11625 else
11626 echo "$as_me: failed program was:" >&5
11627 sed 's/^/| /' conftest.$ac_ext >&5
11629 eval "$as_ac_Header=no"
11632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11634 ac_res=`eval echo '${'$as_ac_Header'}'`
11635 { echo "$as_me:$LINENO: result: $ac_res" >&5
11636 echo "${ECHO_T}$ac_res" >&6; }
11637 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11638 cat >>confdefs.h <<_ACEOF
11639 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11640 _ACEOF
11644 done
11646 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11647 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11648 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11649 echo $ECHO_N "(cached) $ECHO_C" >&6
11650 else
11651 ac_check_lib_save_LIBS=$LIBS
11652 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11653 cat >conftest.$ac_ext <<_ACEOF
11654 /* confdefs.h. */
11655 _ACEOF
11656 cat confdefs.h >>conftest.$ac_ext
11657 cat >>conftest.$ac_ext <<_ACEOF
11658 /* end confdefs.h. */
11660 /* Override any GCC internal prototype to avoid an error.
11661 Use char because int might match the return type of a GCC
11662 builtin and then its argument prototype would still apply. */
11663 #ifdef __cplusplus
11664 extern "C"
11665 #endif
11666 char AuCreateFlow ();
11668 main ()
11670 return AuCreateFlow ();
11672 return 0;
11674 _ACEOF
11675 rm -f conftest.$ac_objext conftest$ac_exeext
11676 if { (ac_try="$ac_link"
11677 case "(($ac_try" in
11678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11679 *) ac_try_echo=$ac_try;;
11680 esac
11681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11682 (eval "$ac_link") 2>conftest.er1
11683 ac_status=$?
11684 grep -v '^ *+' conftest.er1 >conftest.err
11685 rm -f conftest.er1
11686 cat conftest.err >&5
11687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11688 (exit $ac_status); } && {
11689 test -z "$ac_c_werror_flag" ||
11690 test ! -s conftest.err
11691 } && test -s conftest$ac_exeext &&
11692 $as_test_x conftest$ac_exeext; then
11693 ac_cv_lib_audio_AuCreateFlow=yes
11694 else
11695 echo "$as_me: failed program was:" >&5
11696 sed 's/^/| /' conftest.$ac_ext >&5
11698 ac_cv_lib_audio_AuCreateFlow=no
11701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11702 conftest$ac_exeext conftest.$ac_ext
11703 LIBS=$ac_check_lib_save_LIBS
11705 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11706 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11707 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11709 cat >>confdefs.h <<\_ACEOF
11710 #define HAVE_NAS 1
11711 _ACEOF
11713 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11714 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11715 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11716 echo $ECHO_N "(cached) $ECHO_C" >&6
11717 else
11718 ac_check_lib_save_LIBS=$LIBS
11719 LIBS="-lXau $X_LIBS $LIBS"
11720 cat >conftest.$ac_ext <<_ACEOF
11721 /* confdefs.h. */
11722 _ACEOF
11723 cat confdefs.h >>conftest.$ac_ext
11724 cat >>conftest.$ac_ext <<_ACEOF
11725 /* end confdefs.h. */
11727 /* Override any GCC internal prototype to avoid an error.
11728 Use char because int might match the return type of a GCC
11729 builtin and then its argument prototype would still apply. */
11730 #ifdef __cplusplus
11731 extern "C"
11732 #endif
11733 char XauGetBestAuthByAddr ();
11735 main ()
11737 return XauGetBestAuthByAddr ();
11739 return 0;
11741 _ACEOF
11742 rm -f conftest.$ac_objext conftest$ac_exeext
11743 if { (ac_try="$ac_link"
11744 case "(($ac_try" in
11745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11746 *) ac_try_echo=$ac_try;;
11747 esac
11748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11749 (eval "$ac_link") 2>conftest.er1
11750 ac_status=$?
11751 grep -v '^ *+' conftest.er1 >conftest.err
11752 rm -f conftest.er1
11753 cat conftest.err >&5
11754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11755 (exit $ac_status); } && {
11756 test -z "$ac_c_werror_flag" ||
11757 test ! -s conftest.err
11758 } && test -s conftest$ac_exeext &&
11759 $as_test_x conftest$ac_exeext; then
11760 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11761 else
11762 echo "$as_me: failed program was:" >&5
11763 sed 's/^/| /' conftest.$ac_ext >&5
11765 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11769 conftest$ac_exeext conftest.$ac_ext
11770 LIBS=$ac_check_lib_save_LIBS
11772 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11773 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11774 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11775 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11776 else
11777 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11785 done
11788 CPPFLAGS="$ac_save_CPPFLAGS"
11789 else
11790 XLIB=""
11791 X_CFLAGS=""
11792 X_LIBS=""
11793 enable_winex11_drv=${enable_winex11_drv:-no}
11794 enable_opengl32=${enable_opengl32:-no}
11795 enable_glu32=${enable_glu32:-no}
11797 if test "x$XLIB" = "x"; then
11798 case "x$with_x" in
11799 xno) ;;
11800 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11801 without X support, which probably isn't what you want. You will need to install
11802 development packages of Xlib/Xfree86 at the very least.
11803 Use the --without-x option if you really want this." >&5
11804 echo "$as_me: error: X development files not found. Wine will be built
11805 without X support, which probably isn't what you want. You will need to install
11806 development packages of Xlib/Xfree86 at the very least.
11807 Use the --without-x option if you really want this." >&2;}
11808 { (exit 1); exit 1; }; } ;;
11809 esac
11814 XML2LIBS=""
11816 XML2INCL=""
11818 XSLTINCL=""
11820 if test "x$with_xml" != "xno"
11821 then
11822 ac_save_CPPFLAGS="$CPPFLAGS"
11823 if test "$PKG_CONFIG" != "false"
11824 then
11825 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11826 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11827 else
11828 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11829 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11831 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11833 for ac_header in libxml/parser.h
11835 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11836 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11837 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11838 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11839 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11840 echo $ECHO_N "(cached) $ECHO_C" >&6
11842 ac_res=`eval echo '${'$as_ac_Header'}'`
11843 { echo "$as_me:$LINENO: result: $ac_res" >&5
11844 echo "${ECHO_T}$ac_res" >&6; }
11845 else
11846 # Is the header compilable?
11847 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11848 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11849 cat >conftest.$ac_ext <<_ACEOF
11850 /* confdefs.h. */
11851 _ACEOF
11852 cat confdefs.h >>conftest.$ac_ext
11853 cat >>conftest.$ac_ext <<_ACEOF
11854 /* end confdefs.h. */
11855 $ac_includes_default
11856 #include <$ac_header>
11857 _ACEOF
11858 rm -f conftest.$ac_objext
11859 if { (ac_try="$ac_compile"
11860 case "(($ac_try" in
11861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11862 *) ac_try_echo=$ac_try;;
11863 esac
11864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11865 (eval "$ac_compile") 2>conftest.er1
11866 ac_status=$?
11867 grep -v '^ *+' conftest.er1 >conftest.err
11868 rm -f conftest.er1
11869 cat conftest.err >&5
11870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11871 (exit $ac_status); } && {
11872 test -z "$ac_c_werror_flag" ||
11873 test ! -s conftest.err
11874 } && test -s conftest.$ac_objext; then
11875 ac_header_compiler=yes
11876 else
11877 echo "$as_me: failed program was:" >&5
11878 sed 's/^/| /' conftest.$ac_ext >&5
11880 ac_header_compiler=no
11883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11884 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11885 echo "${ECHO_T}$ac_header_compiler" >&6; }
11887 # Is the header present?
11888 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11889 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11890 cat >conftest.$ac_ext <<_ACEOF
11891 /* confdefs.h. */
11892 _ACEOF
11893 cat confdefs.h >>conftest.$ac_ext
11894 cat >>conftest.$ac_ext <<_ACEOF
11895 /* end confdefs.h. */
11896 #include <$ac_header>
11897 _ACEOF
11898 if { (ac_try="$ac_cpp conftest.$ac_ext"
11899 case "(($ac_try" in
11900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11901 *) ac_try_echo=$ac_try;;
11902 esac
11903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11904 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11905 ac_status=$?
11906 grep -v '^ *+' conftest.er1 >conftest.err
11907 rm -f conftest.er1
11908 cat conftest.err >&5
11909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11910 (exit $ac_status); } >/dev/null && {
11911 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11912 test ! -s conftest.err
11913 }; then
11914 ac_header_preproc=yes
11915 else
11916 echo "$as_me: failed program was:" >&5
11917 sed 's/^/| /' conftest.$ac_ext >&5
11919 ac_header_preproc=no
11922 rm -f conftest.err conftest.$ac_ext
11923 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11924 echo "${ECHO_T}$ac_header_preproc" >&6; }
11926 # So? What about this header?
11927 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11928 yes:no: )
11929 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11930 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11931 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11932 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11933 ac_header_preproc=yes
11935 no:yes:* )
11936 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11937 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11938 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11939 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11940 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11941 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11942 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11943 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11944 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11945 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11946 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11947 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11948 ( cat <<\_ASBOX
11949 ## ------------------------------------ ##
11950 ## Report this to wine-devel@winehq.org ##
11951 ## ------------------------------------ ##
11952 _ASBOX
11953 ) | sed "s/^/$as_me: WARNING: /" >&2
11955 esac
11956 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11957 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11958 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11959 echo $ECHO_N "(cached) $ECHO_C" >&6
11960 else
11961 eval "$as_ac_Header=\$ac_header_preproc"
11963 ac_res=`eval echo '${'$as_ac_Header'}'`
11964 { echo "$as_me:$LINENO: result: $ac_res" >&5
11965 echo "${ECHO_T}$ac_res" >&6; }
11968 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11969 cat >>confdefs.h <<_ACEOF
11970 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11971 _ACEOF
11972 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11973 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11974 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11975 echo $ECHO_N "(cached) $ECHO_C" >&6
11976 else
11977 ac_check_lib_save_LIBS=$LIBS
11978 LIBS="-lxml2 $ac_xml_libs $LIBS"
11979 cat >conftest.$ac_ext <<_ACEOF
11980 /* confdefs.h. */
11981 _ACEOF
11982 cat confdefs.h >>conftest.$ac_ext
11983 cat >>conftest.$ac_ext <<_ACEOF
11984 /* end confdefs.h. */
11986 /* Override any GCC internal prototype to avoid an error.
11987 Use char because int might match the return type of a GCC
11988 builtin and then its argument prototype would still apply. */
11989 #ifdef __cplusplus
11990 extern "C"
11991 #endif
11992 char xmlParseMemory ();
11994 main ()
11996 return xmlParseMemory ();
11998 return 0;
12000 _ACEOF
12001 rm -f conftest.$ac_objext conftest$ac_exeext
12002 if { (ac_try="$ac_link"
12003 case "(($ac_try" in
12004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12005 *) ac_try_echo=$ac_try;;
12006 esac
12007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12008 (eval "$ac_link") 2>conftest.er1
12009 ac_status=$?
12010 grep -v '^ *+' conftest.er1 >conftest.err
12011 rm -f conftest.er1
12012 cat conftest.err >&5
12013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12014 (exit $ac_status); } && {
12015 test -z "$ac_c_werror_flag" ||
12016 test ! -s conftest.err
12017 } && test -s conftest$ac_exeext &&
12018 $as_test_x conftest$ac_exeext; then
12019 ac_cv_lib_xml2_xmlParseMemory=yes
12020 else
12021 echo "$as_me: failed program was:" >&5
12022 sed 's/^/| /' conftest.$ac_ext >&5
12024 ac_cv_lib_xml2_xmlParseMemory=no
12027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12028 conftest$ac_exeext conftest.$ac_ext
12029 LIBS=$ac_check_lib_save_LIBS
12031 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12032 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12033 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12035 cat >>confdefs.h <<\_ACEOF
12036 #define HAVE_LIBXML2 1
12037 _ACEOF
12039 XML2LIBS="$ac_xml_libs"
12040 XML2INCL="$ac_xml_cflags"
12043 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12044 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12045 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12046 echo $ECHO_N "(cached) $ECHO_C" >&6
12047 else
12048 ac_check_lib_save_LIBS=$LIBS
12049 LIBS="-lxml2 $ac_xml_libs $LIBS"
12050 cat >conftest.$ac_ext <<_ACEOF
12051 /* confdefs.h. */
12052 _ACEOF
12053 cat confdefs.h >>conftest.$ac_ext
12054 cat >>conftest.$ac_ext <<_ACEOF
12055 /* end confdefs.h. */
12057 /* Override any GCC internal prototype to avoid an error.
12058 Use char because int might match the return type of a GCC
12059 builtin and then its argument prototype would still apply. */
12060 #ifdef __cplusplus
12061 extern "C"
12062 #endif
12063 char xmlReadMemory ();
12065 main ()
12067 return xmlReadMemory ();
12069 return 0;
12071 _ACEOF
12072 rm -f conftest.$ac_objext conftest$ac_exeext
12073 if { (ac_try="$ac_link"
12074 case "(($ac_try" in
12075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12076 *) ac_try_echo=$ac_try;;
12077 esac
12078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12079 (eval "$ac_link") 2>conftest.er1
12080 ac_status=$?
12081 grep -v '^ *+' conftest.er1 >conftest.err
12082 rm -f conftest.er1
12083 cat conftest.err >&5
12084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12085 (exit $ac_status); } && {
12086 test -z "$ac_c_werror_flag" ||
12087 test ! -s conftest.err
12088 } && test -s conftest$ac_exeext &&
12089 $as_test_x conftest$ac_exeext; then
12090 ac_cv_lib_xml2_xmlReadMemory=yes
12091 else
12092 echo "$as_me: failed program was:" >&5
12093 sed 's/^/| /' conftest.$ac_ext >&5
12095 ac_cv_lib_xml2_xmlReadMemory=no
12098 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12099 conftest$ac_exeext conftest.$ac_ext
12100 LIBS=$ac_check_lib_save_LIBS
12102 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12103 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12104 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12106 cat >>confdefs.h <<\_ACEOF
12107 #define HAVE_XMLREADMEMORY 1
12108 _ACEOF
12112 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12113 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12114 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12115 echo $ECHO_N "(cached) $ECHO_C" >&6
12116 else
12117 ac_check_lib_save_LIBS=$LIBS
12118 LIBS="-lxml2 $ac_xml_libs $LIBS"
12119 cat >conftest.$ac_ext <<_ACEOF
12120 /* confdefs.h. */
12121 _ACEOF
12122 cat confdefs.h >>conftest.$ac_ext
12123 cat >>conftest.$ac_ext <<_ACEOF
12124 /* end confdefs.h. */
12126 /* Override any GCC internal prototype to avoid an error.
12127 Use char because int might match the return type of a GCC
12128 builtin and then its argument prototype would still apply. */
12129 #ifdef __cplusplus
12130 extern "C"
12131 #endif
12132 char xmlNewDocPI ();
12134 main ()
12136 return xmlNewDocPI ();
12138 return 0;
12140 _ACEOF
12141 rm -f conftest.$ac_objext conftest$ac_exeext
12142 if { (ac_try="$ac_link"
12143 case "(($ac_try" in
12144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12145 *) ac_try_echo=$ac_try;;
12146 esac
12147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12148 (eval "$ac_link") 2>conftest.er1
12149 ac_status=$?
12150 grep -v '^ *+' conftest.er1 >conftest.err
12151 rm -f conftest.er1
12152 cat conftest.err >&5
12153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12154 (exit $ac_status); } && {
12155 test -z "$ac_c_werror_flag" ||
12156 test ! -s conftest.err
12157 } && test -s conftest$ac_exeext &&
12158 $as_test_x conftest$ac_exeext; then
12159 ac_cv_lib_xml2_xmlNewDocPI=yes
12160 else
12161 echo "$as_me: failed program was:" >&5
12162 sed 's/^/| /' conftest.$ac_ext >&5
12164 ac_cv_lib_xml2_xmlNewDocPI=no
12167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12168 conftest$ac_exeext conftest.$ac_ext
12169 LIBS=$ac_check_lib_save_LIBS
12171 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12172 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12173 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12175 cat >>confdefs.h <<\_ACEOF
12176 #define HAVE_XMLNEWDOCPI 1
12177 _ACEOF
12184 done
12186 CPPFLAGS="$ac_save_CPPFLAGS"
12188 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12189 case "x$with_xml" in
12190 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12191 xno) ;;
12192 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12193 This is an error since --with-xml was requested." >&5
12194 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12195 This is an error since --with-xml was requested." >&2;}
12196 { (exit 1); exit 1; }; } ;;
12197 esac
12201 if test "x$with_xslt" != "xno"
12202 then
12203 if test "$PKG_CONFIG" != "false"
12204 then
12205 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12206 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12207 else
12208 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12209 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12211 ac_save_CPPFLAGS="$CPPFLAGS"
12212 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12215 for ac_header in libxslt/pattern.h libxslt/transform.h
12217 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12218 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12219 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12220 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12221 echo $ECHO_N "(cached) $ECHO_C" >&6
12222 else
12223 cat >conftest.$ac_ext <<_ACEOF
12224 /* confdefs.h. */
12225 _ACEOF
12226 cat confdefs.h >>conftest.$ac_ext
12227 cat >>conftest.$ac_ext <<_ACEOF
12228 /* end confdefs.h. */
12229 #ifdef HAVE_LIBXSLT_PATTERN_H
12230 # include <libxslt/pattern.h>
12231 #endif
12233 #include <$ac_header>
12234 _ACEOF
12235 rm -f conftest.$ac_objext
12236 if { (ac_try="$ac_compile"
12237 case "(($ac_try" in
12238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12239 *) ac_try_echo=$ac_try;;
12240 esac
12241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12242 (eval "$ac_compile") 2>conftest.er1
12243 ac_status=$?
12244 grep -v '^ *+' conftest.er1 >conftest.err
12245 rm -f conftest.er1
12246 cat conftest.err >&5
12247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12248 (exit $ac_status); } && {
12249 test -z "$ac_c_werror_flag" ||
12250 test ! -s conftest.err
12251 } && test -s conftest.$ac_objext; then
12252 eval "$as_ac_Header=yes"
12253 else
12254 echo "$as_me: failed program was:" >&5
12255 sed 's/^/| /' conftest.$ac_ext >&5
12257 eval "$as_ac_Header=no"
12260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12262 ac_res=`eval echo '${'$as_ac_Header'}'`
12263 { echo "$as_me:$LINENO: result: $ac_res" >&5
12264 echo "${ECHO_T}$ac_res" >&6; }
12265 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12266 cat >>confdefs.h <<_ACEOF
12267 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12268 _ACEOF
12272 done
12274 CPPFLAGS="$ac_save_CPPFLAGS"
12275 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12276 then
12277 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12278 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12279 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12280 echo $ECHO_N "(cached) $ECHO_C" >&6
12281 else
12282 ac_check_soname_save_LIBS=$LIBS
12283 LIBS="-lxslt $ac_xslt_libs $LIBS"
12284 cat >conftest.$ac_ext <<_ACEOF
12285 /* confdefs.h. */
12286 _ACEOF
12287 cat confdefs.h >>conftest.$ac_ext
12288 cat >>conftest.$ac_ext <<_ACEOF
12289 /* end confdefs.h. */
12291 /* Override any GCC internal prototype to avoid an error.
12292 Use char because int might match the return type of a GCC
12293 builtin and then its argument prototype would still apply. */
12294 #ifdef __cplusplus
12295 extern "C"
12296 #endif
12297 char xsltCompilePattern ();
12299 main ()
12301 return xsltCompilePattern ();
12303 return 0;
12305 _ACEOF
12306 rm -f conftest.$ac_objext conftest$ac_exeext
12307 if { (ac_try="$ac_link"
12308 case "(($ac_try" in
12309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12310 *) ac_try_echo=$ac_try;;
12311 esac
12312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12313 (eval "$ac_link") 2>conftest.er1
12314 ac_status=$?
12315 grep -v '^ *+' conftest.er1 >conftest.err
12316 rm -f conftest.er1
12317 cat conftest.err >&5
12318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12319 (exit $ac_status); } && {
12320 test -z "$ac_c_werror_flag" ||
12321 test ! -s conftest.err
12322 } && test -s conftest$ac_exeext &&
12323 $as_test_x conftest$ac_exeext; then
12324 case "$LIBEXT" in
12325 dll) ;;
12326 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'` ;;
12327 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12328 esac
12329 else
12330 echo "$as_me: failed program was:" >&5
12331 sed 's/^/| /' conftest.$ac_ext >&5
12336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12337 conftest$ac_exeext conftest.$ac_ext
12338 LIBS=$ac_check_soname_save_LIBS
12340 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12341 { echo "$as_me:$LINENO: result: not found" >&5
12342 echo "${ECHO_T}not found" >&6; }
12344 else
12345 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12346 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12348 cat >>confdefs.h <<_ACEOF
12349 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12350 _ACEOF
12352 XSLTINCL="$ac_xslt_cflags"
12357 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12358 case "x$with_xslt" in
12359 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12360 xno) ;;
12361 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12362 This is an error since --with-xslt was requested." >&5
12363 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12364 This is an error since --with-xslt was requested." >&2;}
12365 { (exit 1); exit 1; }; } ;;
12366 esac
12370 HALINCL=""
12372 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12373 then
12374 ac_save_CPPFLAGS="$CPPFLAGS"
12375 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12376 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12377 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12380 for ac_header in dbus/dbus.h hal/libhal.h
12382 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12383 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12384 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12385 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12386 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12387 echo $ECHO_N "(cached) $ECHO_C" >&6
12389 ac_res=`eval echo '${'$as_ac_Header'}'`
12390 { echo "$as_me:$LINENO: result: $ac_res" >&5
12391 echo "${ECHO_T}$ac_res" >&6; }
12392 else
12393 # Is the header compilable?
12394 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12395 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12396 cat >conftest.$ac_ext <<_ACEOF
12397 /* confdefs.h. */
12398 _ACEOF
12399 cat confdefs.h >>conftest.$ac_ext
12400 cat >>conftest.$ac_ext <<_ACEOF
12401 /* end confdefs.h. */
12402 $ac_includes_default
12403 #include <$ac_header>
12404 _ACEOF
12405 rm -f conftest.$ac_objext
12406 if { (ac_try="$ac_compile"
12407 case "(($ac_try" in
12408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12409 *) ac_try_echo=$ac_try;;
12410 esac
12411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12412 (eval "$ac_compile") 2>conftest.er1
12413 ac_status=$?
12414 grep -v '^ *+' conftest.er1 >conftest.err
12415 rm -f conftest.er1
12416 cat conftest.err >&5
12417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12418 (exit $ac_status); } && {
12419 test -z "$ac_c_werror_flag" ||
12420 test ! -s conftest.err
12421 } && test -s conftest.$ac_objext; then
12422 ac_header_compiler=yes
12423 else
12424 echo "$as_me: failed program was:" >&5
12425 sed 's/^/| /' conftest.$ac_ext >&5
12427 ac_header_compiler=no
12430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12431 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12432 echo "${ECHO_T}$ac_header_compiler" >&6; }
12434 # Is the header present?
12435 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12436 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12437 cat >conftest.$ac_ext <<_ACEOF
12438 /* confdefs.h. */
12439 _ACEOF
12440 cat confdefs.h >>conftest.$ac_ext
12441 cat >>conftest.$ac_ext <<_ACEOF
12442 /* end confdefs.h. */
12443 #include <$ac_header>
12444 _ACEOF
12445 if { (ac_try="$ac_cpp conftest.$ac_ext"
12446 case "(($ac_try" in
12447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12448 *) ac_try_echo=$ac_try;;
12449 esac
12450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12451 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12452 ac_status=$?
12453 grep -v '^ *+' conftest.er1 >conftest.err
12454 rm -f conftest.er1
12455 cat conftest.err >&5
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); } >/dev/null && {
12458 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12459 test ! -s conftest.err
12460 }; then
12461 ac_header_preproc=yes
12462 else
12463 echo "$as_me: failed program was:" >&5
12464 sed 's/^/| /' conftest.$ac_ext >&5
12466 ac_header_preproc=no
12469 rm -f conftest.err conftest.$ac_ext
12470 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12471 echo "${ECHO_T}$ac_header_preproc" >&6; }
12473 # So? What about this header?
12474 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12475 yes:no: )
12476 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12477 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12478 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12479 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12480 ac_header_preproc=yes
12482 no:yes:* )
12483 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12484 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12485 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12486 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12487 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12488 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12489 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12490 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12491 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12492 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12493 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12494 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12495 ( cat <<\_ASBOX
12496 ## ------------------------------------ ##
12497 ## Report this to wine-devel@winehq.org ##
12498 ## ------------------------------------ ##
12499 _ASBOX
12500 ) | sed "s/^/$as_me: WARNING: /" >&2
12502 esac
12503 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12504 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12505 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12506 echo $ECHO_N "(cached) $ECHO_C" >&6
12507 else
12508 eval "$as_ac_Header=\$ac_header_preproc"
12510 ac_res=`eval echo '${'$as_ac_Header'}'`
12511 { echo "$as_me:$LINENO: result: $ac_res" >&5
12512 echo "${ECHO_T}$ac_res" >&6; }
12515 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12516 cat >>confdefs.h <<_ACEOF
12517 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12518 _ACEOF
12522 done
12524 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12525 then
12526 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12527 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12528 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12529 echo $ECHO_N "(cached) $ECHO_C" >&6
12530 else
12531 ac_check_lib_save_LIBS=$LIBS
12532 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12533 cat >conftest.$ac_ext <<_ACEOF
12534 /* confdefs.h. */
12535 _ACEOF
12536 cat confdefs.h >>conftest.$ac_ext
12537 cat >>conftest.$ac_ext <<_ACEOF
12538 /* end confdefs.h. */
12540 /* Override any GCC internal prototype to avoid an error.
12541 Use char because int might match the return type of a GCC
12542 builtin and then its argument prototype would still apply. */
12543 #ifdef __cplusplus
12544 extern "C"
12545 #endif
12546 char dbus_connection_close ();
12548 main ()
12550 return dbus_connection_close ();
12552 return 0;
12554 _ACEOF
12555 rm -f conftest.$ac_objext conftest$ac_exeext
12556 if { (ac_try="$ac_link"
12557 case "(($ac_try" in
12558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12559 *) ac_try_echo=$ac_try;;
12560 esac
12561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12562 (eval "$ac_link") 2>conftest.er1
12563 ac_status=$?
12564 grep -v '^ *+' conftest.er1 >conftest.err
12565 rm -f conftest.er1
12566 cat conftest.err >&5
12567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568 (exit $ac_status); } && {
12569 test -z "$ac_c_werror_flag" ||
12570 test ! -s conftest.err
12571 } && test -s conftest$ac_exeext &&
12572 $as_test_x conftest$ac_exeext; then
12573 ac_cv_lib_dbus_1_dbus_connection_close=yes
12574 else
12575 echo "$as_me: failed program was:" >&5
12576 sed 's/^/| /' conftest.$ac_ext >&5
12578 ac_cv_lib_dbus_1_dbus_connection_close=no
12581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12582 conftest$ac_exeext conftest.$ac_ext
12583 LIBS=$ac_check_lib_save_LIBS
12585 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12586 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12587 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12588 { echo "$as_me:$LINENO: checking for -lhal" >&5
12589 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12590 if test "${ac_cv_lib_soname_hal+set}" = set; then
12591 echo $ECHO_N "(cached) $ECHO_C" >&6
12592 else
12593 ac_check_soname_save_LIBS=$LIBS
12594 LIBS="-lhal $ac_hal_libs $LIBS"
12595 cat >conftest.$ac_ext <<_ACEOF
12596 /* confdefs.h. */
12597 _ACEOF
12598 cat confdefs.h >>conftest.$ac_ext
12599 cat >>conftest.$ac_ext <<_ACEOF
12600 /* end confdefs.h. */
12602 /* Override any GCC internal prototype to avoid an error.
12603 Use char because int might match the return type of a GCC
12604 builtin and then its argument prototype would still apply. */
12605 #ifdef __cplusplus
12606 extern "C"
12607 #endif
12608 char libhal_ctx_new ();
12610 main ()
12612 return libhal_ctx_new ();
12614 return 0;
12616 _ACEOF
12617 rm -f conftest.$ac_objext conftest$ac_exeext
12618 if { (ac_try="$ac_link"
12619 case "(($ac_try" in
12620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12621 *) ac_try_echo=$ac_try;;
12622 esac
12623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12624 (eval "$ac_link") 2>conftest.er1
12625 ac_status=$?
12626 grep -v '^ *+' conftest.er1 >conftest.err
12627 rm -f conftest.er1
12628 cat conftest.err >&5
12629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12630 (exit $ac_status); } && {
12631 test -z "$ac_c_werror_flag" ||
12632 test ! -s conftest.err
12633 } && test -s conftest$ac_exeext &&
12634 $as_test_x conftest$ac_exeext; then
12635 case "$LIBEXT" in
12636 dll) ;;
12637 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'` ;;
12638 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12639 esac
12640 else
12641 echo "$as_me: failed program was:" >&5
12642 sed 's/^/| /' conftest.$ac_ext >&5
12647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12648 conftest$ac_exeext conftest.$ac_ext
12649 LIBS=$ac_check_soname_save_LIBS
12651 if test "x$ac_cv_lib_soname_hal" = "x"; then
12652 { echo "$as_me:$LINENO: result: not found" >&5
12653 echo "${ECHO_T}not found" >&6; }
12655 else
12656 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12657 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12659 cat >>confdefs.h <<_ACEOF
12660 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12661 _ACEOF
12663 HALINCL="$ac_hal_cflags"
12669 CPPFLAGS="$ac_save_CPPFLAGS"
12671 if test "x$ac_cv_lib_soname_hal" = "x"; then
12672 case "x$with_hal" in
12673 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12674 xno) ;;
12675 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12676 This is an error since --with-hal was requested." >&5
12677 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12678 This is an error since --with-hal was requested." >&2;}
12679 { (exit 1); exit 1; }; } ;;
12680 esac
12684 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12685 then
12686 ac_save_CPPFLAGS="$CPPFLAGS"
12687 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12688 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12689 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12690 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12691 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12692 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12693 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12694 echo $ECHO_N "(cached) $ECHO_C" >&6
12696 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12697 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12698 else
12699 # Is the header compilable?
12700 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12701 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12702 cat >conftest.$ac_ext <<_ACEOF
12703 /* confdefs.h. */
12704 _ACEOF
12705 cat confdefs.h >>conftest.$ac_ext
12706 cat >>conftest.$ac_ext <<_ACEOF
12707 /* end confdefs.h. */
12708 $ac_includes_default
12709 #include <gnutls/gnutls.h>
12710 _ACEOF
12711 rm -f conftest.$ac_objext
12712 if { (ac_try="$ac_compile"
12713 case "(($ac_try" in
12714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12715 *) ac_try_echo=$ac_try;;
12716 esac
12717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12718 (eval "$ac_compile") 2>conftest.er1
12719 ac_status=$?
12720 grep -v '^ *+' conftest.er1 >conftest.err
12721 rm -f conftest.er1
12722 cat conftest.err >&5
12723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12724 (exit $ac_status); } && {
12725 test -z "$ac_c_werror_flag" ||
12726 test ! -s conftest.err
12727 } && test -s conftest.$ac_objext; then
12728 ac_header_compiler=yes
12729 else
12730 echo "$as_me: failed program was:" >&5
12731 sed 's/^/| /' conftest.$ac_ext >&5
12733 ac_header_compiler=no
12736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12737 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12738 echo "${ECHO_T}$ac_header_compiler" >&6; }
12740 # Is the header present?
12741 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12742 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12743 cat >conftest.$ac_ext <<_ACEOF
12744 /* confdefs.h. */
12745 _ACEOF
12746 cat confdefs.h >>conftest.$ac_ext
12747 cat >>conftest.$ac_ext <<_ACEOF
12748 /* end confdefs.h. */
12749 #include <gnutls/gnutls.h>
12750 _ACEOF
12751 if { (ac_try="$ac_cpp conftest.$ac_ext"
12752 case "(($ac_try" in
12753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12754 *) ac_try_echo=$ac_try;;
12755 esac
12756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12757 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12758 ac_status=$?
12759 grep -v '^ *+' conftest.er1 >conftest.err
12760 rm -f conftest.er1
12761 cat conftest.err >&5
12762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12763 (exit $ac_status); } >/dev/null && {
12764 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12765 test ! -s conftest.err
12766 }; then
12767 ac_header_preproc=yes
12768 else
12769 echo "$as_me: failed program was:" >&5
12770 sed 's/^/| /' conftest.$ac_ext >&5
12772 ac_header_preproc=no
12775 rm -f conftest.err conftest.$ac_ext
12776 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12777 echo "${ECHO_T}$ac_header_preproc" >&6; }
12779 # So? What about this header?
12780 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12781 yes:no: )
12782 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12783 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12784 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12785 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12786 ac_header_preproc=yes
12788 no:yes:* )
12789 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12790 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12791 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12792 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12793 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12794 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12795 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12796 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12797 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12798 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12799 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12800 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12801 ( cat <<\_ASBOX
12802 ## ------------------------------------ ##
12803 ## Report this to wine-devel@winehq.org ##
12804 ## ------------------------------------ ##
12805 _ASBOX
12806 ) | sed "s/^/$as_me: WARNING: /" >&2
12808 esac
12809 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12810 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12811 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12812 echo $ECHO_N "(cached) $ECHO_C" >&6
12813 else
12814 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12816 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12817 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12820 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12821 cat >conftest.$ac_ext <<_ACEOF
12822 /* confdefs.h. */
12823 _ACEOF
12824 cat confdefs.h >>conftest.$ac_ext
12825 cat >>conftest.$ac_ext <<_ACEOF
12826 /* end confdefs.h. */
12827 #include <gnutls/gnutls.h>
12829 main ()
12831 typeof(gnutls_transport_set_errno) *pfunc;
12833 return 0;
12835 _ACEOF
12836 rm -f conftest.$ac_objext
12837 if { (ac_try="$ac_compile"
12838 case "(($ac_try" in
12839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12840 *) ac_try_echo=$ac_try;;
12841 esac
12842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12843 (eval "$ac_compile") 2>conftest.er1
12844 ac_status=$?
12845 grep -v '^ *+' conftest.er1 >conftest.err
12846 rm -f conftest.er1
12847 cat conftest.err >&5
12848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849 (exit $ac_status); } && {
12850 test -z "$ac_c_werror_flag" ||
12851 test ! -s conftest.err
12852 } && test -s conftest.$ac_objext; then
12853 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12854 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12855 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12856 echo $ECHO_N "(cached) $ECHO_C" >&6
12857 else
12858 ac_check_soname_save_LIBS=$LIBS
12859 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12860 cat >conftest.$ac_ext <<_ACEOF
12861 /* confdefs.h. */
12862 _ACEOF
12863 cat confdefs.h >>conftest.$ac_ext
12864 cat >>conftest.$ac_ext <<_ACEOF
12865 /* end confdefs.h. */
12867 /* Override any GCC internal prototype to avoid an error.
12868 Use char because int might match the return type of a GCC
12869 builtin and then its argument prototype would still apply. */
12870 #ifdef __cplusplus
12871 extern "C"
12872 #endif
12873 char gnutls_global_init ();
12875 main ()
12877 return gnutls_global_init ();
12879 return 0;
12881 _ACEOF
12882 rm -f conftest.$ac_objext conftest$ac_exeext
12883 if { (ac_try="$ac_link"
12884 case "(($ac_try" in
12885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12886 *) ac_try_echo=$ac_try;;
12887 esac
12888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12889 (eval "$ac_link") 2>conftest.er1
12890 ac_status=$?
12891 grep -v '^ *+' conftest.er1 >conftest.err
12892 rm -f conftest.er1
12893 cat conftest.err >&5
12894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12895 (exit $ac_status); } && {
12896 test -z "$ac_c_werror_flag" ||
12897 test ! -s conftest.err
12898 } && test -s conftest$ac_exeext &&
12899 $as_test_x conftest$ac_exeext; then
12900 case "$LIBEXT" in
12901 dll) ;;
12902 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'` ;;
12903 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12904 esac
12905 else
12906 echo "$as_me: failed program was:" >&5
12907 sed 's/^/| /' conftest.$ac_ext >&5
12912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12913 conftest$ac_exeext conftest.$ac_ext
12914 LIBS=$ac_check_soname_save_LIBS
12916 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12917 { echo "$as_me:$LINENO: result: not found" >&5
12918 echo "${ECHO_T}not found" >&6; }
12920 else
12921 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12922 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12924 cat >>confdefs.h <<_ACEOF
12925 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12926 _ACEOF
12928 GNUTLSINCL="$ac_gnutls_cflags"
12932 else
12933 echo "$as_me: failed program was:" >&5
12934 sed 's/^/| /' conftest.$ac_ext >&5
12939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12943 CPPFLAGS="$ac_save_CPPFLAGS"
12945 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12946 case "x$with_gnutls" in
12947 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12948 xno) ;;
12949 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
12950 This is an error since --with-gnutls was requested." >&5
12951 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
12952 This is an error since --with-gnutls was requested." >&2;}
12953 { (exit 1); exit 1; }; } ;;
12954 esac
12958 CURSESLIBS=""
12959 if test "$ac_cv_header_ncurses_h" = "yes"
12960 then
12961 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12962 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12963 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12964 echo $ECHO_N "(cached) $ECHO_C" >&6
12965 else
12966 ac_check_soname_save_LIBS=$LIBS
12967 LIBS="-lncurses $LIBS"
12968 cat >conftest.$ac_ext <<_ACEOF
12969 /* confdefs.h. */
12970 _ACEOF
12971 cat confdefs.h >>conftest.$ac_ext
12972 cat >>conftest.$ac_ext <<_ACEOF
12973 /* end confdefs.h. */
12975 /* Override any GCC internal prototype to avoid an error.
12976 Use char because int might match the return type of a GCC
12977 builtin and then its argument prototype would still apply. */
12978 #ifdef __cplusplus
12979 extern "C"
12980 #endif
12981 char waddch ();
12983 main ()
12985 return waddch ();
12987 return 0;
12989 _ACEOF
12990 rm -f conftest.$ac_objext conftest$ac_exeext
12991 if { (ac_try="$ac_link"
12992 case "(($ac_try" in
12993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12994 *) ac_try_echo=$ac_try;;
12995 esac
12996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12997 (eval "$ac_link") 2>conftest.er1
12998 ac_status=$?
12999 grep -v '^ *+' conftest.er1 >conftest.err
13000 rm -f conftest.er1
13001 cat conftest.err >&5
13002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13003 (exit $ac_status); } && {
13004 test -z "$ac_c_werror_flag" ||
13005 test ! -s conftest.err
13006 } && test -s conftest$ac_exeext &&
13007 $as_test_x conftest$ac_exeext; then
13008 case "$LIBEXT" in
13009 dll) ;;
13010 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'` ;;
13011 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13012 esac
13013 else
13014 echo "$as_me: failed program was:" >&5
13015 sed 's/^/| /' conftest.$ac_ext >&5
13020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13021 conftest$ac_exeext conftest.$ac_ext
13022 LIBS=$ac_check_soname_save_LIBS
13024 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13025 { echo "$as_me:$LINENO: result: not found" >&5
13026 echo "${ECHO_T}not found" >&6; }
13028 else
13029 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13030 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13032 cat >>confdefs.h <<_ACEOF
13033 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13034 _ACEOF
13036 CURSESLIBS="-lncurses"
13039 elif test "$ac_cv_header_curses_h" = "yes"
13040 then
13041 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13042 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13043 if test "${ac_cv_lib_soname_curses+set}" = set; then
13044 echo $ECHO_N "(cached) $ECHO_C" >&6
13045 else
13046 ac_check_soname_save_LIBS=$LIBS
13047 LIBS="-lcurses $LIBS"
13048 cat >conftest.$ac_ext <<_ACEOF
13049 /* confdefs.h. */
13050 _ACEOF
13051 cat confdefs.h >>conftest.$ac_ext
13052 cat >>conftest.$ac_ext <<_ACEOF
13053 /* end confdefs.h. */
13055 /* Override any GCC internal prototype to avoid an error.
13056 Use char because int might match the return type of a GCC
13057 builtin and then its argument prototype would still apply. */
13058 #ifdef __cplusplus
13059 extern "C"
13060 #endif
13061 char waddch ();
13063 main ()
13065 return waddch ();
13067 return 0;
13069 _ACEOF
13070 rm -f conftest.$ac_objext conftest$ac_exeext
13071 if { (ac_try="$ac_link"
13072 case "(($ac_try" in
13073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13074 *) ac_try_echo=$ac_try;;
13075 esac
13076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13077 (eval "$ac_link") 2>conftest.er1
13078 ac_status=$?
13079 grep -v '^ *+' conftest.er1 >conftest.err
13080 rm -f conftest.er1
13081 cat conftest.err >&5
13082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13083 (exit $ac_status); } && {
13084 test -z "$ac_c_werror_flag" ||
13085 test ! -s conftest.err
13086 } && test -s conftest$ac_exeext &&
13087 $as_test_x conftest$ac_exeext; then
13088 case "$LIBEXT" in
13089 dll) ;;
13090 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'` ;;
13091 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13092 esac
13093 else
13094 echo "$as_me: failed program was:" >&5
13095 sed 's/^/| /' conftest.$ac_ext >&5
13100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13101 conftest$ac_exeext conftest.$ac_ext
13102 LIBS=$ac_check_soname_save_LIBS
13104 if test "x$ac_cv_lib_soname_curses" = "x"; then
13105 { echo "$as_me:$LINENO: result: not found" >&5
13106 echo "${ECHO_T}not found" >&6; }
13108 else
13109 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13110 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13112 cat >>confdefs.h <<_ACEOF
13113 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13114 _ACEOF
13116 CURSESLIBS="-lcurses"
13120 ac_save_LIBS="$LIBS"
13121 LIBS="$LIBS $CURSESLIBS"
13123 for ac_func in mousemask
13125 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13126 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13127 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13128 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13129 echo $ECHO_N "(cached) $ECHO_C" >&6
13130 else
13131 cat >conftest.$ac_ext <<_ACEOF
13132 /* confdefs.h. */
13133 _ACEOF
13134 cat confdefs.h >>conftest.$ac_ext
13135 cat >>conftest.$ac_ext <<_ACEOF
13136 /* end confdefs.h. */
13137 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13138 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13139 #define $ac_func innocuous_$ac_func
13141 /* System header to define __stub macros and hopefully few prototypes,
13142 which can conflict with char $ac_func (); below.
13143 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13144 <limits.h> exists even on freestanding compilers. */
13146 #ifdef __STDC__
13147 # include <limits.h>
13148 #else
13149 # include <assert.h>
13150 #endif
13152 #undef $ac_func
13154 /* Override any GCC internal prototype to avoid an error.
13155 Use char because int might match the return type of a GCC
13156 builtin and then its argument prototype would still apply. */
13157 #ifdef __cplusplus
13158 extern "C"
13159 #endif
13160 char $ac_func ();
13161 /* The GNU C library defines this for functions which it implements
13162 to always fail with ENOSYS. Some functions are actually named
13163 something starting with __ and the normal name is an alias. */
13164 #if defined __stub_$ac_func || defined __stub___$ac_func
13165 choke me
13166 #endif
13169 main ()
13171 return $ac_func ();
13173 return 0;
13175 _ACEOF
13176 rm -f conftest.$ac_objext conftest$ac_exeext
13177 if { (ac_try="$ac_link"
13178 case "(($ac_try" in
13179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13180 *) ac_try_echo=$ac_try;;
13181 esac
13182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13183 (eval "$ac_link") 2>conftest.er1
13184 ac_status=$?
13185 grep -v '^ *+' conftest.er1 >conftest.err
13186 rm -f conftest.er1
13187 cat conftest.err >&5
13188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13189 (exit $ac_status); } && {
13190 test -z "$ac_c_werror_flag" ||
13191 test ! -s conftest.err
13192 } && test -s conftest$ac_exeext &&
13193 $as_test_x conftest$ac_exeext; then
13194 eval "$as_ac_var=yes"
13195 else
13196 echo "$as_me: failed program was:" >&5
13197 sed 's/^/| /' conftest.$ac_ext >&5
13199 eval "$as_ac_var=no"
13202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13203 conftest$ac_exeext conftest.$ac_ext
13205 ac_res=`eval echo '${'$as_ac_var'}'`
13206 { echo "$as_me:$LINENO: result: $ac_res" >&5
13207 echo "${ECHO_T}$ac_res" >&6; }
13208 if test `eval echo '${'$as_ac_var'}'` = yes; then
13209 cat >>confdefs.h <<_ACEOF
13210 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13211 _ACEOF
13214 done
13216 LIBS="$ac_save_LIBS"
13217 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13218 case "x$with_curses" in
13219 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13220 xno) ;;
13221 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13222 This is an error since --with-curses was requested." >&5
13223 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13224 This is an error since --with-curses was requested." >&2;}
13225 { (exit 1); exit 1; }; } ;;
13226 esac
13230 # Extract the first word of "sane-config", so it can be a program name with args.
13231 set dummy sane-config; ac_word=$2
13232 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13233 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13234 if test "${ac_cv_prog_sane_devel+set}" = set; then
13235 echo $ECHO_N "(cached) $ECHO_C" >&6
13236 else
13237 if test -n "$sane_devel"; then
13238 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13239 else
13240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13241 for as_dir in $PATH
13243 IFS=$as_save_IFS
13244 test -z "$as_dir" && as_dir=.
13245 for ac_exec_ext in '' $ac_executable_extensions; do
13246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13247 ac_cv_prog_sane_devel="sane-config"
13248 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13249 break 2
13251 done
13252 done
13253 IFS=$as_save_IFS
13255 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13258 sane_devel=$ac_cv_prog_sane_devel
13259 if test -n "$sane_devel"; then
13260 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13261 echo "${ECHO_T}$sane_devel" >&6; }
13262 else
13263 { echo "$as_me:$LINENO: result: no" >&5
13264 echo "${ECHO_T}no" >&6; }
13268 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13269 then
13270 ac_sane_incl="`$sane_devel --cflags`"
13271 ac_sane_libs="`$sane_devel --ldflags`"
13272 ac_save_CPPFLAGS="$CPPFLAGS"
13273 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13274 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13275 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13276 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13277 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13278 echo $ECHO_N "(cached) $ECHO_C" >&6
13280 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13281 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13282 else
13283 # Is the header compilable?
13284 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13285 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13286 cat >conftest.$ac_ext <<_ACEOF
13287 /* confdefs.h. */
13288 _ACEOF
13289 cat confdefs.h >>conftest.$ac_ext
13290 cat >>conftest.$ac_ext <<_ACEOF
13291 /* end confdefs.h. */
13292 $ac_includes_default
13293 #include <sane/sane.h>
13294 _ACEOF
13295 rm -f conftest.$ac_objext
13296 if { (ac_try="$ac_compile"
13297 case "(($ac_try" in
13298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13299 *) ac_try_echo=$ac_try;;
13300 esac
13301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13302 (eval "$ac_compile") 2>conftest.er1
13303 ac_status=$?
13304 grep -v '^ *+' conftest.er1 >conftest.err
13305 rm -f conftest.er1
13306 cat conftest.err >&5
13307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13308 (exit $ac_status); } && {
13309 test -z "$ac_c_werror_flag" ||
13310 test ! -s conftest.err
13311 } && test -s conftest.$ac_objext; then
13312 ac_header_compiler=yes
13313 else
13314 echo "$as_me: failed program was:" >&5
13315 sed 's/^/| /' conftest.$ac_ext >&5
13317 ac_header_compiler=no
13320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13321 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13322 echo "${ECHO_T}$ac_header_compiler" >&6; }
13324 # Is the header present?
13325 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13326 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13327 cat >conftest.$ac_ext <<_ACEOF
13328 /* confdefs.h. */
13329 _ACEOF
13330 cat confdefs.h >>conftest.$ac_ext
13331 cat >>conftest.$ac_ext <<_ACEOF
13332 /* end confdefs.h. */
13333 #include <sane/sane.h>
13334 _ACEOF
13335 if { (ac_try="$ac_cpp conftest.$ac_ext"
13336 case "(($ac_try" in
13337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13338 *) ac_try_echo=$ac_try;;
13339 esac
13340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13341 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13342 ac_status=$?
13343 grep -v '^ *+' conftest.er1 >conftest.err
13344 rm -f conftest.er1
13345 cat conftest.err >&5
13346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13347 (exit $ac_status); } >/dev/null && {
13348 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13349 test ! -s conftest.err
13350 }; then
13351 ac_header_preproc=yes
13352 else
13353 echo "$as_me: failed program was:" >&5
13354 sed 's/^/| /' conftest.$ac_ext >&5
13356 ac_header_preproc=no
13359 rm -f conftest.err conftest.$ac_ext
13360 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13361 echo "${ECHO_T}$ac_header_preproc" >&6; }
13363 # So? What about this header?
13364 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13365 yes:no: )
13366 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13367 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13368 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13369 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13370 ac_header_preproc=yes
13372 no:yes:* )
13373 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13374 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13375 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13376 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13377 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13378 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13379 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13380 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13381 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13382 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13383 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13384 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13385 ( cat <<\_ASBOX
13386 ## ------------------------------------ ##
13387 ## Report this to wine-devel@winehq.org ##
13388 ## ------------------------------------ ##
13389 _ASBOX
13390 ) | sed "s/^/$as_me: WARNING: /" >&2
13392 esac
13393 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13394 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13395 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13396 echo $ECHO_N "(cached) $ECHO_C" >&6
13397 else
13398 ac_cv_header_sane_sane_h=$ac_header_preproc
13400 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13401 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13404 if test $ac_cv_header_sane_sane_h = yes; then
13405 { echo "$as_me:$LINENO: checking for -lsane" >&5
13406 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13407 if test "${ac_cv_lib_soname_sane+set}" = set; then
13408 echo $ECHO_N "(cached) $ECHO_C" >&6
13409 else
13410 ac_check_soname_save_LIBS=$LIBS
13411 LIBS="-lsane $ac_sane_libs $LIBS"
13412 cat >conftest.$ac_ext <<_ACEOF
13413 /* confdefs.h. */
13414 _ACEOF
13415 cat confdefs.h >>conftest.$ac_ext
13416 cat >>conftest.$ac_ext <<_ACEOF
13417 /* end confdefs.h. */
13419 /* Override any GCC internal prototype to avoid an error.
13420 Use char because int might match the return type of a GCC
13421 builtin and then its argument prototype would still apply. */
13422 #ifdef __cplusplus
13423 extern "C"
13424 #endif
13425 char sane_init ();
13427 main ()
13429 return sane_init ();
13431 return 0;
13433 _ACEOF
13434 rm -f conftest.$ac_objext conftest$ac_exeext
13435 if { (ac_try="$ac_link"
13436 case "(($ac_try" in
13437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13438 *) ac_try_echo=$ac_try;;
13439 esac
13440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13441 (eval "$ac_link") 2>conftest.er1
13442 ac_status=$?
13443 grep -v '^ *+' conftest.er1 >conftest.err
13444 rm -f conftest.er1
13445 cat conftest.err >&5
13446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13447 (exit $ac_status); } && {
13448 test -z "$ac_c_werror_flag" ||
13449 test ! -s conftest.err
13450 } && test -s conftest$ac_exeext &&
13451 $as_test_x conftest$ac_exeext; then
13452 case "$LIBEXT" in
13453 dll) ;;
13454 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'` ;;
13455 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13456 esac
13457 else
13458 echo "$as_me: failed program was:" >&5
13459 sed 's/^/| /' conftest.$ac_ext >&5
13464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13465 conftest$ac_exeext conftest.$ac_ext
13466 LIBS=$ac_check_soname_save_LIBS
13468 if test "x$ac_cv_lib_soname_sane" = "x"; then
13469 { echo "$as_me:$LINENO: result: not found" >&5
13470 echo "${ECHO_T}not found" >&6; }
13472 else
13473 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13474 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13476 cat >>confdefs.h <<_ACEOF
13477 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13478 _ACEOF
13480 SANEINCL="$ac_sane_incl"
13487 CPPFLAGS="$ac_save_CPPFLAGS"
13489 if test "x$ac_cv_lib_soname_sane" = "x"; then
13490 case "x$with_sane" in
13491 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13492 xno) ;;
13493 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13494 This is an error since --with-sane was requested." >&5
13495 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13496 This is an error since --with-sane was requested." >&2;}
13497 { (exit 1); exit 1; }; } ;;
13498 esac
13502 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13503 set dummy gphoto2-config; ac_word=$2
13504 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13505 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13506 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13507 echo $ECHO_N "(cached) $ECHO_C" >&6
13508 else
13509 if test -n "$gphoto2_devel"; then
13510 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13511 else
13512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13513 for as_dir in $PATH
13515 IFS=$as_save_IFS
13516 test -z "$as_dir" && as_dir=.
13517 for ac_exec_ext in '' $ac_executable_extensions; do
13518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13519 ac_cv_prog_gphoto2_devel="gphoto2-config"
13520 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13521 break 2
13523 done
13524 done
13525 IFS=$as_save_IFS
13527 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13530 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13531 if test -n "$gphoto2_devel"; then
13532 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13533 echo "${ECHO_T}$gphoto2_devel" >&6; }
13534 else
13535 { echo "$as_me:$LINENO: result: no" >&5
13536 echo "${ECHO_T}no" >&6; }
13540 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13541 set dummy gphoto2-port-config; ac_word=$2
13542 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13543 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13544 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13545 echo $ECHO_N "(cached) $ECHO_C" >&6
13546 else
13547 if test -n "$gphoto2port_devel"; then
13548 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13549 else
13550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13551 for as_dir in $PATH
13553 IFS=$as_save_IFS
13554 test -z "$as_dir" && as_dir=.
13555 for ac_exec_ext in '' $ac_executable_extensions; do
13556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13557 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13558 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13559 break 2
13561 done
13562 done
13563 IFS=$as_save_IFS
13565 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13568 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13569 if test -n "$gphoto2port_devel"; then
13570 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13571 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13572 else
13573 { echo "$as_me:$LINENO: result: no" >&5
13574 echo "${ECHO_T}no" >&6; }
13578 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13579 then
13580 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13581 ac_gphoto2_libs=""
13582 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13584 case "$i" in
13585 -L/usr/lib|-L/usr/lib64) ;;
13586 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13587 esac
13588 done
13589 ac_save_CPPFLAGS="$CPPFLAGS"
13590 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13591 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13592 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13593 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13594 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13595 echo $ECHO_N "(cached) $ECHO_C" >&6
13597 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13598 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13599 else
13600 # Is the header compilable?
13601 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13602 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13603 cat >conftest.$ac_ext <<_ACEOF
13604 /* confdefs.h. */
13605 _ACEOF
13606 cat confdefs.h >>conftest.$ac_ext
13607 cat >>conftest.$ac_ext <<_ACEOF
13608 /* end confdefs.h. */
13609 $ac_includes_default
13610 #include <gphoto2-camera.h>
13611 _ACEOF
13612 rm -f conftest.$ac_objext
13613 if { (ac_try="$ac_compile"
13614 case "(($ac_try" in
13615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13616 *) ac_try_echo=$ac_try;;
13617 esac
13618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13619 (eval "$ac_compile") 2>conftest.er1
13620 ac_status=$?
13621 grep -v '^ *+' conftest.er1 >conftest.err
13622 rm -f conftest.er1
13623 cat conftest.err >&5
13624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13625 (exit $ac_status); } && {
13626 test -z "$ac_c_werror_flag" ||
13627 test ! -s conftest.err
13628 } && test -s conftest.$ac_objext; then
13629 ac_header_compiler=yes
13630 else
13631 echo "$as_me: failed program was:" >&5
13632 sed 's/^/| /' conftest.$ac_ext >&5
13634 ac_header_compiler=no
13637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13638 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13639 echo "${ECHO_T}$ac_header_compiler" >&6; }
13641 # Is the header present?
13642 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13643 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13644 cat >conftest.$ac_ext <<_ACEOF
13645 /* confdefs.h. */
13646 _ACEOF
13647 cat confdefs.h >>conftest.$ac_ext
13648 cat >>conftest.$ac_ext <<_ACEOF
13649 /* end confdefs.h. */
13650 #include <gphoto2-camera.h>
13651 _ACEOF
13652 if { (ac_try="$ac_cpp conftest.$ac_ext"
13653 case "(($ac_try" in
13654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13655 *) ac_try_echo=$ac_try;;
13656 esac
13657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13658 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13659 ac_status=$?
13660 grep -v '^ *+' conftest.er1 >conftest.err
13661 rm -f conftest.er1
13662 cat conftest.err >&5
13663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13664 (exit $ac_status); } >/dev/null && {
13665 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13666 test ! -s conftest.err
13667 }; then
13668 ac_header_preproc=yes
13669 else
13670 echo "$as_me: failed program was:" >&5
13671 sed 's/^/| /' conftest.$ac_ext >&5
13673 ac_header_preproc=no
13676 rm -f conftest.err conftest.$ac_ext
13677 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13678 echo "${ECHO_T}$ac_header_preproc" >&6; }
13680 # So? What about this header?
13681 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13682 yes:no: )
13683 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13684 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13685 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13686 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13687 ac_header_preproc=yes
13689 no:yes:* )
13690 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13691 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13692 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13693 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13694 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13695 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13696 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13697 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13698 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13699 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13700 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13701 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13702 ( cat <<\_ASBOX
13703 ## ------------------------------------ ##
13704 ## Report this to wine-devel@winehq.org ##
13705 ## ------------------------------------ ##
13706 _ASBOX
13707 ) | sed "s/^/$as_me: WARNING: /" >&2
13709 esac
13710 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13711 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13712 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13713 echo $ECHO_N "(cached) $ECHO_C" >&6
13714 else
13715 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13717 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13718 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13721 if test $ac_cv_header_gphoto2_camera_h = yes; then
13722 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13723 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13724 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13725 echo $ECHO_N "(cached) $ECHO_C" >&6
13726 else
13727 ac_check_lib_save_LIBS=$LIBS
13728 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13729 cat >conftest.$ac_ext <<_ACEOF
13730 /* confdefs.h. */
13731 _ACEOF
13732 cat confdefs.h >>conftest.$ac_ext
13733 cat >>conftest.$ac_ext <<_ACEOF
13734 /* end confdefs.h. */
13736 /* Override any GCC internal prototype to avoid an error.
13737 Use char because int might match the return type of a GCC
13738 builtin and then its argument prototype would still apply. */
13739 #ifdef __cplusplus
13740 extern "C"
13741 #endif
13742 char gp_camera_new ();
13744 main ()
13746 return gp_camera_new ();
13748 return 0;
13750 _ACEOF
13751 rm -f conftest.$ac_objext conftest$ac_exeext
13752 if { (ac_try="$ac_link"
13753 case "(($ac_try" in
13754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13755 *) ac_try_echo=$ac_try;;
13756 esac
13757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13758 (eval "$ac_link") 2>conftest.er1
13759 ac_status=$?
13760 grep -v '^ *+' conftest.er1 >conftest.err
13761 rm -f conftest.er1
13762 cat conftest.err >&5
13763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13764 (exit $ac_status); } && {
13765 test -z "$ac_c_werror_flag" ||
13766 test ! -s conftest.err
13767 } && test -s conftest$ac_exeext &&
13768 $as_test_x conftest$ac_exeext; then
13769 ac_cv_lib_gphoto2_gp_camera_new=yes
13770 else
13771 echo "$as_me: failed program was:" >&5
13772 sed 's/^/| /' conftest.$ac_ext >&5
13774 ac_cv_lib_gphoto2_gp_camera_new=no
13777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13778 conftest$ac_exeext conftest.$ac_ext
13779 LIBS=$ac_check_lib_save_LIBS
13781 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13782 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13783 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13785 cat >>confdefs.h <<\_ACEOF
13786 #define HAVE_GPHOTO2 1
13787 _ACEOF
13789 GPHOTO2LIBS="$ac_gphoto2_libs"
13791 GPHOTO2INCL="$ac_gphoto2_incl"
13798 CPPFLAGS="$ac_save_CPPFLAGS"
13800 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13801 case "x$with_gphoto" in
13802 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13803 xno) ;;
13804 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13805 This is an error since --with-gphoto was requested." >&5
13806 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13807 This is an error since --with-gphoto was requested." >&2;}
13808 { (exit 1); exit 1; }; } ;;
13809 esac
13814 RESOLVLIBS=""
13816 if test "$ac_cv_header_resolv_h" = "yes"
13817 then
13818 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13819 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13820 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13821 echo $ECHO_N "(cached) $ECHO_C" >&6
13822 else
13823 ac_check_lib_save_LIBS=$LIBS
13824 LIBS="-lresolv $LIBS"
13825 cat >conftest.$ac_ext <<_ACEOF
13826 /* confdefs.h. */
13827 _ACEOF
13828 cat confdefs.h >>conftest.$ac_ext
13829 cat >>conftest.$ac_ext <<_ACEOF
13830 /* end confdefs.h. */
13832 /* Override any GCC internal prototype to avoid an error.
13833 Use char because int might match the return type of a GCC
13834 builtin and then its argument prototype would still apply. */
13835 #ifdef __cplusplus
13836 extern "C"
13837 #endif
13838 char res_query ();
13840 main ()
13842 return res_query ();
13844 return 0;
13846 _ACEOF
13847 rm -f conftest.$ac_objext conftest$ac_exeext
13848 if { (ac_try="$ac_link"
13849 case "(($ac_try" in
13850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13851 *) ac_try_echo=$ac_try;;
13852 esac
13853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13854 (eval "$ac_link") 2>conftest.er1
13855 ac_status=$?
13856 grep -v '^ *+' conftest.er1 >conftest.err
13857 rm -f conftest.er1
13858 cat conftest.err >&5
13859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860 (exit $ac_status); } && {
13861 test -z "$ac_c_werror_flag" ||
13862 test ! -s conftest.err
13863 } && test -s conftest$ac_exeext &&
13864 $as_test_x conftest$ac_exeext; then
13865 ac_cv_lib_resolv_res_query=yes
13866 else
13867 echo "$as_me: failed program was:" >&5
13868 sed 's/^/| /' conftest.$ac_ext >&5
13870 ac_cv_lib_resolv_res_query=no
13873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13874 conftest$ac_exeext conftest.$ac_ext
13875 LIBS=$ac_check_lib_save_LIBS
13877 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13878 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13879 if test $ac_cv_lib_resolv_res_query = yes; then
13881 cat >>confdefs.h <<\_ACEOF
13882 #define HAVE_RESOLV 1
13883 _ACEOF
13885 RESOLVLIBS="-lresolv"
13890 LCMSLIBS=""
13892 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13893 then
13894 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13895 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13896 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13897 echo $ECHO_N "(cached) $ECHO_C" >&6
13898 else
13899 ac_check_lib_save_LIBS=$LIBS
13900 LIBS="-llcms $LIBS"
13901 cat >conftest.$ac_ext <<_ACEOF
13902 /* confdefs.h. */
13903 _ACEOF
13904 cat confdefs.h >>conftest.$ac_ext
13905 cat >>conftest.$ac_ext <<_ACEOF
13906 /* end confdefs.h. */
13908 /* Override any GCC internal prototype to avoid an error.
13909 Use char because int might match the return type of a GCC
13910 builtin and then its argument prototype would still apply. */
13911 #ifdef __cplusplus
13912 extern "C"
13913 #endif
13914 char cmsOpenProfileFromFile ();
13916 main ()
13918 return cmsOpenProfileFromFile ();
13920 return 0;
13922 _ACEOF
13923 rm -f conftest.$ac_objext conftest$ac_exeext
13924 if { (ac_try="$ac_link"
13925 case "(($ac_try" in
13926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13927 *) ac_try_echo=$ac_try;;
13928 esac
13929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13930 (eval "$ac_link") 2>conftest.er1
13931 ac_status=$?
13932 grep -v '^ *+' conftest.er1 >conftest.err
13933 rm -f conftest.er1
13934 cat conftest.err >&5
13935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13936 (exit $ac_status); } && {
13937 test -z "$ac_c_werror_flag" ||
13938 test ! -s conftest.err
13939 } && test -s conftest$ac_exeext &&
13940 $as_test_x conftest$ac_exeext; then
13941 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13942 else
13943 echo "$as_me: failed program was:" >&5
13944 sed 's/^/| /' conftest.$ac_ext >&5
13946 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13950 conftest$ac_exeext conftest.$ac_ext
13951 LIBS=$ac_check_lib_save_LIBS
13953 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13954 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13955 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13957 cat >>confdefs.h <<\_ACEOF
13958 #define HAVE_LCMS 1
13959 _ACEOF
13961 LCMSLIBS="-llcms"
13965 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13966 case "x$with_cms" in
13967 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
13968 xno) ;;
13969 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13970 This is an error since --with-cms was requested." >&5
13971 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13972 This is an error since --with-cms was requested." >&2;}
13973 { (exit 1); exit 1; }; } ;;
13974 esac
13978 for ac_prog in freetype-config freetype2-config
13980 # Extract the first word of "$ac_prog", so it can be a program name with args.
13981 set dummy $ac_prog; ac_word=$2
13982 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13984 if test "${ac_cv_prog_ft_devel+set}" = set; then
13985 echo $ECHO_N "(cached) $ECHO_C" >&6
13986 else
13987 if test -n "$ft_devel"; then
13988 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13989 else
13990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13991 for as_dir in $PATH
13993 IFS=$as_save_IFS
13994 test -z "$as_dir" && as_dir=.
13995 for ac_exec_ext in '' $ac_executable_extensions; do
13996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13997 ac_cv_prog_ft_devel="$ac_prog"
13998 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13999 break 2
14001 done
14002 done
14003 IFS=$as_save_IFS
14007 ft_devel=$ac_cv_prog_ft_devel
14008 if test -n "$ft_devel"; then
14009 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14010 echo "${ECHO_T}$ft_devel" >&6; }
14011 else
14012 { echo "$as_me:$LINENO: result: no" >&5
14013 echo "${ECHO_T}no" >&6; }
14017 test -n "$ft_devel" && break
14018 done
14019 test -n "$ft_devel" || ft_devel="false"
14021 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14022 then
14023 ac_freetype_libs=`$ft_devel --libs`
14024 ac_freetype_incl=`$ft_devel --cflags`
14025 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14026 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14027 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14028 echo $ECHO_N "(cached) $ECHO_C" >&6
14029 else
14030 ac_check_soname_save_LIBS=$LIBS
14031 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14032 cat >conftest.$ac_ext <<_ACEOF
14033 /* confdefs.h. */
14034 _ACEOF
14035 cat confdefs.h >>conftest.$ac_ext
14036 cat >>conftest.$ac_ext <<_ACEOF
14037 /* end confdefs.h. */
14039 /* Override any GCC internal prototype to avoid an error.
14040 Use char because int might match the return type of a GCC
14041 builtin and then its argument prototype would still apply. */
14042 #ifdef __cplusplus
14043 extern "C"
14044 #endif
14045 char FT_Init_FreeType ();
14047 main ()
14049 return FT_Init_FreeType ();
14051 return 0;
14053 _ACEOF
14054 rm -f conftest.$ac_objext conftest$ac_exeext
14055 if { (ac_try="$ac_link"
14056 case "(($ac_try" in
14057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14058 *) ac_try_echo=$ac_try;;
14059 esac
14060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14061 (eval "$ac_link") 2>conftest.er1
14062 ac_status=$?
14063 grep -v '^ *+' conftest.er1 >conftest.err
14064 rm -f conftest.er1
14065 cat conftest.err >&5
14066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14067 (exit $ac_status); } && {
14068 test -z "$ac_c_werror_flag" ||
14069 test ! -s conftest.err
14070 } && test -s conftest$ac_exeext &&
14071 $as_test_x conftest$ac_exeext; then
14072 case "$LIBEXT" in
14073 dll) ;;
14074 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'` ;;
14075 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14076 esac
14077 else
14078 echo "$as_me: failed program was:" >&5
14079 sed 's/^/| /' conftest.$ac_ext >&5
14084 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14085 conftest$ac_exeext conftest.$ac_ext
14086 LIBS=$ac_check_soname_save_LIBS
14088 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14089 { echo "$as_me:$LINENO: result: not found" >&5
14090 echo "${ECHO_T}not found" >&6; }
14091 ft_lib=no
14092 else
14093 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14094 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14096 cat >>confdefs.h <<_ACEOF
14097 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14098 _ACEOF
14100 ft_lib=yes
14103 if test "$ft_lib" = "yes"
14104 then
14105 ac_save_CPPFLAGS="$CPPFLAGS"
14106 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14119 for ac_header in ft2build.h \
14120 freetype/freetype.h \
14121 freetype/ftglyph.h \
14122 freetype/fttypes.h \
14123 freetype/tttables.h \
14124 freetype/ftnames.h \
14125 freetype/ftsnames.h \
14126 freetype/ttnameid.h \
14127 freetype/ftoutln.h \
14128 freetype/ftwinfnt.h \
14129 freetype/ftmodapi.h \
14130 freetype/internal/sfnt.h
14132 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14133 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14134 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14135 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14136 echo $ECHO_N "(cached) $ECHO_C" >&6
14137 else
14138 cat >conftest.$ac_ext <<_ACEOF
14139 /* confdefs.h. */
14140 _ACEOF
14141 cat confdefs.h >>conftest.$ac_ext
14142 cat >>conftest.$ac_ext <<_ACEOF
14143 /* end confdefs.h. */
14144 #ifdef HAVE_FT2BUILD_H
14145 # include <ft2build.h>
14146 #endif
14148 #include <$ac_header>
14149 _ACEOF
14150 rm -f conftest.$ac_objext
14151 if { (ac_try="$ac_compile"
14152 case "(($ac_try" in
14153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14154 *) ac_try_echo=$ac_try;;
14155 esac
14156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14157 (eval "$ac_compile") 2>conftest.er1
14158 ac_status=$?
14159 grep -v '^ *+' conftest.er1 >conftest.err
14160 rm -f conftest.er1
14161 cat conftest.err >&5
14162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14163 (exit $ac_status); } && {
14164 test -z "$ac_c_werror_flag" ||
14165 test ! -s conftest.err
14166 } && test -s conftest.$ac_objext; then
14167 eval "$as_ac_Header=yes"
14168 else
14169 echo "$as_me: failed program was:" >&5
14170 sed 's/^/| /' conftest.$ac_ext >&5
14172 eval "$as_ac_Header=no"
14175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14177 ac_res=`eval echo '${'$as_ac_Header'}'`
14178 { echo "$as_me:$LINENO: result: $ac_res" >&5
14179 echo "${ECHO_T}$ac_res" >&6; }
14180 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14181 cat >>confdefs.h <<_ACEOF
14182 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14183 _ACEOF
14187 done
14189 cat >conftest.$ac_ext <<_ACEOF
14190 /* confdefs.h. */
14191 _ACEOF
14192 cat confdefs.h >>conftest.$ac_ext
14193 cat >>conftest.$ac_ext <<_ACEOF
14194 /* end confdefs.h. */
14195 #include <ft2build.h>
14196 #include <freetype/fttrigon.h>
14197 _ACEOF
14198 if { (ac_try="$ac_cpp conftest.$ac_ext"
14199 case "(($ac_try" in
14200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14201 *) ac_try_echo=$ac_try;;
14202 esac
14203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14204 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14205 ac_status=$?
14206 grep -v '^ *+' conftest.er1 >conftest.err
14207 rm -f conftest.er1
14208 cat conftest.err >&5
14209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14210 (exit $ac_status); } >/dev/null && {
14211 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14212 test ! -s conftest.err
14213 }; then
14215 cat >>confdefs.h <<\_ACEOF
14216 #define HAVE_FREETYPE_FTTRIGON_H 1
14217 _ACEOF
14219 wine_cv_fttrigon=yes
14220 else
14221 echo "$as_me: failed program was:" >&5
14222 sed 's/^/| /' conftest.$ac_ext >&5
14224 wine_cv_fttrigon=no
14227 rm -f conftest.err conftest.$ac_ext
14228 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14229 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14230 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14231 echo $ECHO_N "(cached) $ECHO_C" >&6
14232 else
14233 cat >conftest.$ac_ext <<_ACEOF
14234 /* confdefs.h. */
14235 _ACEOF
14236 cat confdefs.h >>conftest.$ac_ext
14237 cat >>conftest.$ac_ext <<_ACEOF
14238 /* end confdefs.h. */
14239 #include <freetype/ftmodapi.h>
14241 typedef FT_TrueTypeEngineType ac__type_new_;
14243 main ()
14245 if ((ac__type_new_ *) 0)
14246 return 0;
14247 if (sizeof (ac__type_new_))
14248 return 0;
14250 return 0;
14252 _ACEOF
14253 rm -f conftest.$ac_objext
14254 if { (ac_try="$ac_compile"
14255 case "(($ac_try" in
14256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14257 *) ac_try_echo=$ac_try;;
14258 esac
14259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14260 (eval "$ac_compile") 2>conftest.er1
14261 ac_status=$?
14262 grep -v '^ *+' conftest.er1 >conftest.err
14263 rm -f conftest.er1
14264 cat conftest.err >&5
14265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266 (exit $ac_status); } && {
14267 test -z "$ac_c_werror_flag" ||
14268 test ! -s conftest.err
14269 } && test -s conftest.$ac_objext; then
14270 ac_cv_type_FT_TrueTypeEngineType=yes
14271 else
14272 echo "$as_me: failed program was:" >&5
14273 sed 's/^/| /' conftest.$ac_ext >&5
14275 ac_cv_type_FT_TrueTypeEngineType=no
14278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14280 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14281 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14282 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14284 cat >>confdefs.h <<_ACEOF
14285 #define HAVE_FT_TRUETYPEENGINETYPE 1
14286 _ACEOF
14291 ac_save_CFLAGS="$CFLAGS"
14292 CFLAGS="$CFLAGS $ac_freetype_libs"
14294 for ac_func in FT_Load_Sfnt_Table
14296 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14297 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14298 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14299 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14300 echo $ECHO_N "(cached) $ECHO_C" >&6
14301 else
14302 cat >conftest.$ac_ext <<_ACEOF
14303 /* confdefs.h. */
14304 _ACEOF
14305 cat confdefs.h >>conftest.$ac_ext
14306 cat >>conftest.$ac_ext <<_ACEOF
14307 /* end confdefs.h. */
14308 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14309 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14310 #define $ac_func innocuous_$ac_func
14312 /* System header to define __stub macros and hopefully few prototypes,
14313 which can conflict with char $ac_func (); below.
14314 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14315 <limits.h> exists even on freestanding compilers. */
14317 #ifdef __STDC__
14318 # include <limits.h>
14319 #else
14320 # include <assert.h>
14321 #endif
14323 #undef $ac_func
14325 /* Override any GCC internal prototype to avoid an error.
14326 Use char because int might match the return type of a GCC
14327 builtin and then its argument prototype would still apply. */
14328 #ifdef __cplusplus
14329 extern "C"
14330 #endif
14331 char $ac_func ();
14332 /* The GNU C library defines this for functions which it implements
14333 to always fail with ENOSYS. Some functions are actually named
14334 something starting with __ and the normal name is an alias. */
14335 #if defined __stub_$ac_func || defined __stub___$ac_func
14336 choke me
14337 #endif
14340 main ()
14342 return $ac_func ();
14344 return 0;
14346 _ACEOF
14347 rm -f conftest.$ac_objext conftest$ac_exeext
14348 if { (ac_try="$ac_link"
14349 case "(($ac_try" in
14350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14351 *) ac_try_echo=$ac_try;;
14352 esac
14353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14354 (eval "$ac_link") 2>conftest.er1
14355 ac_status=$?
14356 grep -v '^ *+' conftest.er1 >conftest.err
14357 rm -f conftest.er1
14358 cat conftest.err >&5
14359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14360 (exit $ac_status); } && {
14361 test -z "$ac_c_werror_flag" ||
14362 test ! -s conftest.err
14363 } && test -s conftest$ac_exeext &&
14364 $as_test_x conftest$ac_exeext; then
14365 eval "$as_ac_var=yes"
14366 else
14367 echo "$as_me: failed program was:" >&5
14368 sed 's/^/| /' conftest.$ac_ext >&5
14370 eval "$as_ac_var=no"
14373 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14374 conftest$ac_exeext conftest.$ac_ext
14376 ac_res=`eval echo '${'$as_ac_var'}'`
14377 { echo "$as_me:$LINENO: result: $ac_res" >&5
14378 echo "${ECHO_T}$ac_res" >&6; }
14379 if test `eval echo '${'$as_ac_var'}'` = yes; then
14380 cat >>confdefs.h <<_ACEOF
14381 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14382 _ACEOF
14385 done
14387 CFLAGS="$ac_save_CFLAGS"
14388 CPPFLAGS="$ac_save_CPPFLAGS"
14389 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14390 then
14392 cat >>confdefs.h <<\_ACEOF
14393 #define HAVE_FREETYPE 1
14394 _ACEOF
14396 FREETYPELIBS="$ac_freetype_libs"
14398 FREETYPEINCL="$ac_freetype_incl"
14403 if test "x$FREETYPELIBS" = "x"; then
14404 case "x$with_freetype" in
14405 xno) ;;
14406 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14407 Fonts will not be built. Dialog text may be invisible or unaligned.
14408 Use the --without-freetype option if you really want this." >&5
14409 echo "$as_me: error: FreeType development files not found.
14410 Fonts will not be built. Dialog text may be invisible or unaligned.
14411 Use the --without-freetype option if you really want this." >&2;}
14412 { (exit 1); exit 1; }; } ;;
14413 esac
14416 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14418 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14419 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14420 if test "${ac_cv_c_ppdev+set}" = set; then
14421 echo $ECHO_N "(cached) $ECHO_C" >&6
14422 else
14423 cat >conftest.$ac_ext <<_ACEOF
14424 /* confdefs.h. */
14425 _ACEOF
14426 cat confdefs.h >>conftest.$ac_ext
14427 cat >>conftest.$ac_ext <<_ACEOF
14428 /* end confdefs.h. */
14429 #include <linux/ppdev.h>
14431 main ()
14433 ioctl (1,PPCLAIM,0)
14435 return 0;
14437 _ACEOF
14438 rm -f conftest.$ac_objext
14439 if { (ac_try="$ac_compile"
14440 case "(($ac_try" in
14441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14442 *) ac_try_echo=$ac_try;;
14443 esac
14444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14445 (eval "$ac_compile") 2>conftest.er1
14446 ac_status=$?
14447 grep -v '^ *+' conftest.er1 >conftest.err
14448 rm -f conftest.er1
14449 cat conftest.err >&5
14450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14451 (exit $ac_status); } && {
14452 test -z "$ac_c_werror_flag" ||
14453 test ! -s conftest.err
14454 } && test -s conftest.$ac_objext; then
14455 ac_cv_c_ppdev="yes"
14456 else
14457 echo "$as_me: failed program was:" >&5
14458 sed 's/^/| /' conftest.$ac_ext >&5
14460 ac_cv_c_ppdev="no"
14463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14465 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14466 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14467 if test "$ac_cv_c_ppdev" = "yes"
14468 then
14470 cat >>confdefs.h <<\_ACEOF
14471 #define HAVE_PPDEV 1
14472 _ACEOF
14476 { echo "$as_me:$LINENO: checking for va_copy" >&5
14477 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14478 if test "${ac_cv_c_va_copy+set}" = set; then
14479 echo $ECHO_N "(cached) $ECHO_C" >&6
14480 else
14481 cat >conftest.$ac_ext <<_ACEOF
14482 /* confdefs.h. */
14483 _ACEOF
14484 cat confdefs.h >>conftest.$ac_ext
14485 cat >>conftest.$ac_ext <<_ACEOF
14486 /* end confdefs.h. */
14487 #include <stdarg.h>
14489 main ()
14491 va_list ap1, ap2; va_copy(ap1,ap2);
14493 return 0;
14495 _ACEOF
14496 rm -f conftest.$ac_objext conftest$ac_exeext
14497 if { (ac_try="$ac_link"
14498 case "(($ac_try" in
14499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14500 *) ac_try_echo=$ac_try;;
14501 esac
14502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14503 (eval "$ac_link") 2>conftest.er1
14504 ac_status=$?
14505 grep -v '^ *+' conftest.er1 >conftest.err
14506 rm -f conftest.er1
14507 cat conftest.err >&5
14508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14509 (exit $ac_status); } && {
14510 test -z "$ac_c_werror_flag" ||
14511 test ! -s conftest.err
14512 } && test -s conftest$ac_exeext &&
14513 $as_test_x conftest$ac_exeext; then
14514 ac_cv_c_va_copy="yes"
14515 else
14516 echo "$as_me: failed program was:" >&5
14517 sed 's/^/| /' conftest.$ac_ext >&5
14519 ac_cv_c_va_copy="no"
14522 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14523 conftest$ac_exeext conftest.$ac_ext
14526 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14527 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14528 if test "$ac_cv_c_va_copy" = "yes"
14529 then
14531 cat >>confdefs.h <<\_ACEOF
14532 #define HAVE_VA_COPY 1
14533 _ACEOF
14536 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14537 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14538 if test "${ac_cv_c___va_copy+set}" = set; then
14539 echo $ECHO_N "(cached) $ECHO_C" >&6
14540 else
14541 cat >conftest.$ac_ext <<_ACEOF
14542 /* confdefs.h. */
14543 _ACEOF
14544 cat confdefs.h >>conftest.$ac_ext
14545 cat >>conftest.$ac_ext <<_ACEOF
14546 /* end confdefs.h. */
14547 #include <stdarg.h>
14549 main ()
14551 va_list ap1, ap2; __va_copy(ap1,ap2);
14553 return 0;
14555 _ACEOF
14556 rm -f conftest.$ac_objext conftest$ac_exeext
14557 if { (ac_try="$ac_link"
14558 case "(($ac_try" in
14559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14560 *) ac_try_echo=$ac_try;;
14561 esac
14562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14563 (eval "$ac_link") 2>conftest.er1
14564 ac_status=$?
14565 grep -v '^ *+' conftest.er1 >conftest.err
14566 rm -f conftest.er1
14567 cat conftest.err >&5
14568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14569 (exit $ac_status); } && {
14570 test -z "$ac_c_werror_flag" ||
14571 test ! -s conftest.err
14572 } && test -s conftest$ac_exeext &&
14573 $as_test_x conftest$ac_exeext; then
14574 ac_cv_c___va_copy="yes"
14575 else
14576 echo "$as_me: failed program was:" >&5
14577 sed 's/^/| /' conftest.$ac_ext >&5
14579 ac_cv_c___va_copy="no"
14582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14583 conftest$ac_exeext conftest.$ac_ext
14586 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14587 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14588 if test "$ac_cv_c___va_copy" = "yes"
14589 then
14591 cat >>confdefs.h <<\_ACEOF
14592 #define HAVE___VA_COPY 1
14593 _ACEOF
14597 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14598 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14599 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14600 echo $ECHO_N "(cached) $ECHO_C" >&6
14601 else
14602 cat >conftest.$ac_ext <<_ACEOF
14603 /* confdefs.h. */
14604 _ACEOF
14605 cat confdefs.h >>conftest.$ac_ext
14606 cat >>conftest.$ac_ext <<_ACEOF
14607 /* end confdefs.h. */
14608 #define _GNU_SOURCE
14609 #include <pthread.h>
14611 typedef pthread_rwlock_t ac__type_new_;
14613 main ()
14615 if ((ac__type_new_ *) 0)
14616 return 0;
14617 if (sizeof (ac__type_new_))
14618 return 0;
14620 return 0;
14622 _ACEOF
14623 rm -f conftest.$ac_objext
14624 if { (ac_try="$ac_compile"
14625 case "(($ac_try" in
14626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14627 *) ac_try_echo=$ac_try;;
14628 esac
14629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14630 (eval "$ac_compile") 2>conftest.er1
14631 ac_status=$?
14632 grep -v '^ *+' conftest.er1 >conftest.err
14633 rm -f conftest.er1
14634 cat conftest.err >&5
14635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14636 (exit $ac_status); } && {
14637 test -z "$ac_c_werror_flag" ||
14638 test ! -s conftest.err
14639 } && test -s conftest.$ac_objext; then
14640 ac_cv_type_pthread_rwlock_t=yes
14641 else
14642 echo "$as_me: failed program was:" >&5
14643 sed 's/^/| /' conftest.$ac_ext >&5
14645 ac_cv_type_pthread_rwlock_t=no
14648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14650 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14651 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14652 if test $ac_cv_type_pthread_rwlock_t = yes; then
14654 cat >>confdefs.h <<_ACEOF
14655 #define HAVE_PTHREAD_RWLOCK_T 1
14656 _ACEOF
14660 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14661 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14662 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14663 echo $ECHO_N "(cached) $ECHO_C" >&6
14664 else
14665 cat >conftest.$ac_ext <<_ACEOF
14666 /* confdefs.h. */
14667 _ACEOF
14668 cat confdefs.h >>conftest.$ac_ext
14669 cat >>conftest.$ac_ext <<_ACEOF
14670 /* end confdefs.h. */
14671 #define _GNU_SOURCE
14672 #include <pthread.h>
14674 typedef pthread_rwlockattr_t ac__type_new_;
14676 main ()
14678 if ((ac__type_new_ *) 0)
14679 return 0;
14680 if (sizeof (ac__type_new_))
14681 return 0;
14683 return 0;
14685 _ACEOF
14686 rm -f conftest.$ac_objext
14687 if { (ac_try="$ac_compile"
14688 case "(($ac_try" in
14689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14690 *) ac_try_echo=$ac_try;;
14691 esac
14692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14693 (eval "$ac_compile") 2>conftest.er1
14694 ac_status=$?
14695 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1
14697 cat conftest.err >&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && {
14700 test -z "$ac_c_werror_flag" ||
14701 test ! -s conftest.err
14702 } && test -s conftest.$ac_objext; then
14703 ac_cv_type_pthread_rwlockattr_t=yes
14704 else
14705 echo "$as_me: failed program was:" >&5
14706 sed 's/^/| /' conftest.$ac_ext >&5
14708 ac_cv_type_pthread_rwlockattr_t=no
14711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14713 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14714 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14715 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14717 cat >>confdefs.h <<_ACEOF
14718 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14719 _ACEOF
14725 ac_wine_check_funcs_save_LIBS="$LIBS"
14726 LIBS="$LIBS $LIBPTHREAD"
14731 for ac_func in \
14732 pthread_attr_get_np \
14733 pthread_getattr_np \
14734 pthread_get_stackaddr_np \
14735 pthread_get_stacksize_np
14737 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14738 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14739 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14740 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14741 echo $ECHO_N "(cached) $ECHO_C" >&6
14742 else
14743 cat >conftest.$ac_ext <<_ACEOF
14744 /* confdefs.h. */
14745 _ACEOF
14746 cat confdefs.h >>conftest.$ac_ext
14747 cat >>conftest.$ac_ext <<_ACEOF
14748 /* end confdefs.h. */
14749 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14750 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14751 #define $ac_func innocuous_$ac_func
14753 /* System header to define __stub macros and hopefully few prototypes,
14754 which can conflict with char $ac_func (); below.
14755 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14756 <limits.h> exists even on freestanding compilers. */
14758 #ifdef __STDC__
14759 # include <limits.h>
14760 #else
14761 # include <assert.h>
14762 #endif
14764 #undef $ac_func
14766 /* Override any GCC internal prototype to avoid an error.
14767 Use char because int might match the return type of a GCC
14768 builtin and then its argument prototype would still apply. */
14769 #ifdef __cplusplus
14770 extern "C"
14771 #endif
14772 char $ac_func ();
14773 /* The GNU C library defines this for functions which it implements
14774 to always fail with ENOSYS. Some functions are actually named
14775 something starting with __ and the normal name is an alias. */
14776 #if defined __stub_$ac_func || defined __stub___$ac_func
14777 choke me
14778 #endif
14781 main ()
14783 return $ac_func ();
14785 return 0;
14787 _ACEOF
14788 rm -f conftest.$ac_objext conftest$ac_exeext
14789 if { (ac_try="$ac_link"
14790 case "(($ac_try" in
14791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14792 *) ac_try_echo=$ac_try;;
14793 esac
14794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14795 (eval "$ac_link") 2>conftest.er1
14796 ac_status=$?
14797 grep -v '^ *+' conftest.er1 >conftest.err
14798 rm -f conftest.er1
14799 cat conftest.err >&5
14800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14801 (exit $ac_status); } && {
14802 test -z "$ac_c_werror_flag" ||
14803 test ! -s conftest.err
14804 } && test -s conftest$ac_exeext &&
14805 $as_test_x conftest$ac_exeext; then
14806 eval "$as_ac_var=yes"
14807 else
14808 echo "$as_me: failed program was:" >&5
14809 sed 's/^/| /' conftest.$ac_ext >&5
14811 eval "$as_ac_var=no"
14814 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14815 conftest$ac_exeext conftest.$ac_ext
14817 ac_res=`eval echo '${'$as_ac_var'}'`
14818 { echo "$as_me:$LINENO: result: $ac_res" >&5
14819 echo "${ECHO_T}$ac_res" >&6; }
14820 if test `eval echo '${'$as_ac_var'}'` = yes; then
14821 cat >>confdefs.h <<_ACEOF
14822 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14823 _ACEOF
14826 done
14828 LIBS="$ac_wine_check_funcs_save_LIBS"
14830 # Extract the first word of "esd-config", so it can be a program name with args.
14831 set dummy esd-config; ac_word=$2
14832 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14833 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14834 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14835 echo $ECHO_N "(cached) $ECHO_C" >&6
14836 else
14837 case $ESDCONFIG in
14838 [\\/]* | ?:[\\/]*)
14839 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14843 for as_dir in $PATH
14845 IFS=$as_save_IFS
14846 test -z "$as_dir" && as_dir=.
14847 for ac_exec_ext in '' $ac_executable_extensions; do
14848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14849 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14850 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14851 break 2
14853 done
14854 done
14855 IFS=$as_save_IFS
14858 esac
14860 ESDCONFIG=$ac_cv_path_ESDCONFIG
14861 if test -n "$ESDCONFIG"; then
14862 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14863 echo "${ECHO_T}$ESDCONFIG" >&6; }
14864 else
14865 { echo "$as_me:$LINENO: result: no" >&5
14866 echo "${ECHO_T}no" >&6; }
14870 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14871 then
14872 ac_esd_incl=""
14873 for i in `$ESDCONFIG --cflags`
14875 case "$i" in
14876 -I*) ac_esd_incl="$ac_esd_incl $i";;
14877 esac
14878 done
14879 ac_esd_libs=`$ESDCONFIG --libs`
14880 save_CFLAGS="$CFLAGS"
14881 CFLAGS="$CFLAGS $ac_esd_incl"
14882 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14883 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14884 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14885 echo $ECHO_N "(cached) $ECHO_C" >&6
14886 else
14887 ac_check_lib_save_LIBS=$LIBS
14888 LIBS="-lesd $ac_esd_libs $LIBS"
14889 cat >conftest.$ac_ext <<_ACEOF
14890 /* confdefs.h. */
14891 _ACEOF
14892 cat confdefs.h >>conftest.$ac_ext
14893 cat >>conftest.$ac_ext <<_ACEOF
14894 /* end confdefs.h. */
14896 /* Override any GCC internal prototype to avoid an error.
14897 Use char because int might match the return type of a GCC
14898 builtin and then its argument prototype would still apply. */
14899 #ifdef __cplusplus
14900 extern "C"
14901 #endif
14902 char esd_open_sound ();
14904 main ()
14906 return esd_open_sound ();
14908 return 0;
14910 _ACEOF
14911 rm -f conftest.$ac_objext conftest$ac_exeext
14912 if { (ac_try="$ac_link"
14913 case "(($ac_try" in
14914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14915 *) ac_try_echo=$ac_try;;
14916 esac
14917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14918 (eval "$ac_link") 2>conftest.er1
14919 ac_status=$?
14920 grep -v '^ *+' conftest.er1 >conftest.err
14921 rm -f conftest.er1
14922 cat conftest.err >&5
14923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14924 (exit $ac_status); } && {
14925 test -z "$ac_c_werror_flag" ||
14926 test ! -s conftest.err
14927 } && test -s conftest$ac_exeext &&
14928 $as_test_x conftest$ac_exeext; then
14929 ac_cv_lib_esd_esd_open_sound=yes
14930 else
14931 echo "$as_me: failed program was:" >&5
14932 sed 's/^/| /' conftest.$ac_ext >&5
14934 ac_cv_lib_esd_esd_open_sound=no
14937 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14938 conftest$ac_exeext conftest.$ac_ext
14939 LIBS=$ac_check_lib_save_LIBS
14941 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14942 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14943 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14944 ESDINCL="$ac_esd_incl"
14946 ESDLIBS="$ac_esd_libs"
14949 cat >>confdefs.h <<\_ACEOF
14950 #define HAVE_ESD 1
14951 _ACEOF
14955 CFLAGS="$save_CFLAGS"
14958 if test "x$with_pulse" != "xno"; then
14959 if test "$PKG_CONFIG" != "false"; then
14960 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
14961 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
14962 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
14963 have_pulseaudio="yes"
14964 else
14965 have_pulseaudio="no"
14967 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
14968 echo "${ECHO_T}$have_pulseaudio" >&6; }
14969 if test x"$have_pulseaudio" = xyes; then
14970 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
14972 cat >>confdefs.h <<\_ACEOF
14973 #define HAVE_PULSEAUDIO_0_9_11 1
14974 _ACEOF
14976 else
14978 cat >>confdefs.h <<\_ACEOF
14979 #define HAVE_PULSEAUDIO_0_9_11 0
14980 _ACEOF
14983 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
14985 cat >>confdefs.h <<\_ACEOF
14986 #define HAVE_PULSEAUDIO 1
14987 _ACEOF
14989 PULSELIBS="$ac_pulse_libs"
14995 ALSALIBS=""
14997 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14998 then
14999 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15000 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15001 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15002 echo $ECHO_N "(cached) $ECHO_C" >&6
15003 else
15004 ac_check_lib_save_LIBS=$LIBS
15005 LIBS="-lasound $LIBS"
15006 cat >conftest.$ac_ext <<_ACEOF
15007 /* confdefs.h. */
15008 _ACEOF
15009 cat confdefs.h >>conftest.$ac_ext
15010 cat >>conftest.$ac_ext <<_ACEOF
15011 /* end confdefs.h. */
15013 /* Override any GCC internal prototype to avoid an error.
15014 Use char because int might match the return type of a GCC
15015 builtin and then its argument prototype would still apply. */
15016 #ifdef __cplusplus
15017 extern "C"
15018 #endif
15019 char snd_pcm_hw_params_get_access ();
15021 main ()
15023 return snd_pcm_hw_params_get_access ();
15025 return 0;
15027 _ACEOF
15028 rm -f conftest.$ac_objext conftest$ac_exeext
15029 if { (ac_try="$ac_link"
15030 case "(($ac_try" in
15031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15032 *) ac_try_echo=$ac_try;;
15033 esac
15034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15035 (eval "$ac_link") 2>conftest.er1
15036 ac_status=$?
15037 grep -v '^ *+' conftest.er1 >conftest.err
15038 rm -f conftest.er1
15039 cat conftest.err >&5
15040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15041 (exit $ac_status); } && {
15042 test -z "$ac_c_werror_flag" ||
15043 test ! -s conftest.err
15044 } && test -s conftest$ac_exeext &&
15045 $as_test_x conftest$ac_exeext; then
15046 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15047 else
15048 echo "$as_me: failed program was:" >&5
15049 sed 's/^/| /' conftest.$ac_ext >&5
15051 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15055 conftest$ac_exeext conftest.$ac_ext
15056 LIBS=$ac_check_lib_save_LIBS
15058 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15059 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15060 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15061 cat >conftest.$ac_ext <<_ACEOF
15062 /* confdefs.h. */
15063 _ACEOF
15064 cat confdefs.h >>conftest.$ac_ext
15065 cat >>conftest.$ac_ext <<_ACEOF
15066 /* end confdefs.h. */
15067 #ifdef HAVE_ALSA_ASOUNDLIB_H
15068 #include <alsa/asoundlib.h>
15069 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15070 #include <sys/asoundlib.h>
15071 #endif
15073 main ()
15075 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15077 return 0;
15079 _ACEOF
15080 rm -f conftest.$ac_objext
15081 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
15098 cat >>confdefs.h <<\_ACEOF
15099 #define HAVE_ALSA 1
15100 _ACEOF
15102 ALSALIBS="-lasound"
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.$ac_ext
15115 AUDIOIOLIBS=""
15117 if test "$ac_cv_header_libaudioio_h" = "yes"
15118 then
15119 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15120 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15121 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15122 echo $ECHO_N "(cached) $ECHO_C" >&6
15123 else
15124 ac_check_lib_save_LIBS=$LIBS
15125 LIBS="-laudioio $LIBS"
15126 cat >conftest.$ac_ext <<_ACEOF
15127 /* confdefs.h. */
15128 _ACEOF
15129 cat confdefs.h >>conftest.$ac_ext
15130 cat >>conftest.$ac_ext <<_ACEOF
15131 /* end confdefs.h. */
15133 /* Override any GCC internal prototype to avoid an error.
15134 Use char because int might match the return type of a GCC
15135 builtin and then its argument prototype would still apply. */
15136 #ifdef __cplusplus
15137 extern "C"
15138 #endif
15139 char AudioIOGetVersion ();
15141 main ()
15143 return AudioIOGetVersion ();
15145 return 0;
15147 _ACEOF
15148 rm -f conftest.$ac_objext conftest$ac_exeext
15149 if { (ac_try="$ac_link"
15150 case "(($ac_try" in
15151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15152 *) ac_try_echo=$ac_try;;
15153 esac
15154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15155 (eval "$ac_link") 2>conftest.er1
15156 ac_status=$?
15157 grep -v '^ *+' conftest.er1 >conftest.err
15158 rm -f conftest.er1
15159 cat conftest.err >&5
15160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15161 (exit $ac_status); } && {
15162 test -z "$ac_c_werror_flag" ||
15163 test ! -s conftest.err
15164 } && test -s conftest$ac_exeext &&
15165 $as_test_x conftest$ac_exeext; then
15166 ac_cv_lib_audioio_AudioIOGetVersion=yes
15167 else
15168 echo "$as_me: failed program was:" >&5
15169 sed 's/^/| /' conftest.$ac_ext >&5
15171 ac_cv_lib_audioio_AudioIOGetVersion=no
15174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15175 conftest$ac_exeext conftest.$ac_ext
15176 LIBS=$ac_check_lib_save_LIBS
15178 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15179 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15180 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15181 AUDIOIOLIBS="-laudioio"
15183 cat >>confdefs.h <<\_ACEOF
15184 #define HAVE_LIBAUDIOIO 1
15185 _ACEOF
15192 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15193 then
15194 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15195 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15196 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15197 echo $ECHO_N "(cached) $ECHO_C" >&6
15198 else
15199 ac_check_soname_save_LIBS=$LIBS
15200 LIBS="-lcapi20 $LIBS"
15201 cat >conftest.$ac_ext <<_ACEOF
15202 /* confdefs.h. */
15203 _ACEOF
15204 cat confdefs.h >>conftest.$ac_ext
15205 cat >>conftest.$ac_ext <<_ACEOF
15206 /* end confdefs.h. */
15208 /* Override any GCC internal prototype to avoid an error.
15209 Use char because int might match the return type of a GCC
15210 builtin and then its argument prototype would still apply. */
15211 #ifdef __cplusplus
15212 extern "C"
15213 #endif
15214 char capi20_register ();
15216 main ()
15218 return capi20_register ();
15220 return 0;
15222 _ACEOF
15223 rm -f conftest.$ac_objext conftest$ac_exeext
15224 if { (ac_try="$ac_link"
15225 case "(($ac_try" in
15226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15227 *) ac_try_echo=$ac_try;;
15228 esac
15229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15230 (eval "$ac_link") 2>conftest.er1
15231 ac_status=$?
15232 grep -v '^ *+' conftest.er1 >conftest.err
15233 rm -f conftest.er1
15234 cat conftest.err >&5
15235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15236 (exit $ac_status); } && {
15237 test -z "$ac_c_werror_flag" ||
15238 test ! -s conftest.err
15239 } && test -s conftest$ac_exeext &&
15240 $as_test_x conftest$ac_exeext; then
15241 case "$LIBEXT" in
15242 dll) ;;
15243 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'` ;;
15244 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15245 esac
15246 else
15247 echo "$as_me: failed program was:" >&5
15248 sed 's/^/| /' conftest.$ac_ext >&5
15253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15254 conftest$ac_exeext conftest.$ac_ext
15255 LIBS=$ac_check_soname_save_LIBS
15257 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15258 { echo "$as_me:$LINENO: result: not found" >&5
15259 echo "${ECHO_T}not found" >&6; }
15261 else
15262 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15263 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15265 cat >>confdefs.h <<_ACEOF
15266 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15267 _ACEOF
15273 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15274 case "x$with_capi" in
15275 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15276 xno) ;;
15277 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15278 This is an error since --with-capi was requested." >&5
15279 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15280 This is an error since --with-capi was requested." >&2;}
15281 { (exit 1); exit 1; }; } ;;
15282 esac
15286 CUPSINCL=""
15288 if test "x$with_cups" != "xno"
15289 then
15290 ac_save_CPPFLAGS="$CPPFLAGS"
15291 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15292 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15293 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15295 for ac_header in cups/cups.h
15297 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15298 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15299 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15300 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15301 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15302 echo $ECHO_N "(cached) $ECHO_C" >&6
15304 ac_res=`eval echo '${'$as_ac_Header'}'`
15305 { echo "$as_me:$LINENO: result: $ac_res" >&5
15306 echo "${ECHO_T}$ac_res" >&6; }
15307 else
15308 # Is the header compilable?
15309 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15310 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15311 cat >conftest.$ac_ext <<_ACEOF
15312 /* confdefs.h. */
15313 _ACEOF
15314 cat confdefs.h >>conftest.$ac_ext
15315 cat >>conftest.$ac_ext <<_ACEOF
15316 /* end confdefs.h. */
15317 $ac_includes_default
15318 #include <$ac_header>
15319 _ACEOF
15320 rm -f conftest.$ac_objext
15321 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
15337 ac_header_compiler=yes
15338 else
15339 echo "$as_me: failed program was:" >&5
15340 sed 's/^/| /' conftest.$ac_ext >&5
15342 ac_header_compiler=no
15345 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15346 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15347 echo "${ECHO_T}$ac_header_compiler" >&6; }
15349 # Is the header present?
15350 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15351 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15352 cat >conftest.$ac_ext <<_ACEOF
15353 /* confdefs.h. */
15354 _ACEOF
15355 cat confdefs.h >>conftest.$ac_ext
15356 cat >>conftest.$ac_ext <<_ACEOF
15357 /* end confdefs.h. */
15358 #include <$ac_header>
15359 _ACEOF
15360 if { (ac_try="$ac_cpp conftest.$ac_ext"
15361 case "(($ac_try" in
15362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15363 *) ac_try_echo=$ac_try;;
15364 esac
15365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15366 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15367 ac_status=$?
15368 grep -v '^ *+' conftest.er1 >conftest.err
15369 rm -f conftest.er1
15370 cat conftest.err >&5
15371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15372 (exit $ac_status); } >/dev/null && {
15373 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15374 test ! -s conftest.err
15375 }; then
15376 ac_header_preproc=yes
15377 else
15378 echo "$as_me: failed program was:" >&5
15379 sed 's/^/| /' conftest.$ac_ext >&5
15381 ac_header_preproc=no
15384 rm -f conftest.err conftest.$ac_ext
15385 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15386 echo "${ECHO_T}$ac_header_preproc" >&6; }
15388 # So? What about this header?
15389 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15390 yes:no: )
15391 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15392 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15393 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15394 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15395 ac_header_preproc=yes
15397 no:yes:* )
15398 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15399 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15400 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15401 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15402 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15403 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15404 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15405 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15406 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15407 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15408 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15409 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15410 ( cat <<\_ASBOX
15411 ## ------------------------------------ ##
15412 ## Report this to wine-devel@winehq.org ##
15413 ## ------------------------------------ ##
15414 _ASBOX
15415 ) | sed "s/^/$as_me: WARNING: /" >&2
15417 esac
15418 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15419 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15420 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15421 echo $ECHO_N "(cached) $ECHO_C" >&6
15422 else
15423 eval "$as_ac_Header=\$ac_header_preproc"
15425 ac_res=`eval echo '${'$as_ac_Header'}'`
15426 { echo "$as_me:$LINENO: result: $ac_res" >&5
15427 echo "${ECHO_T}$ac_res" >&6; }
15430 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15431 cat >>confdefs.h <<_ACEOF
15432 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15433 _ACEOF
15434 { echo "$as_me:$LINENO: checking for -lcups" >&5
15435 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15436 if test "${ac_cv_lib_soname_cups+set}" = set; then
15437 echo $ECHO_N "(cached) $ECHO_C" >&6
15438 else
15439 ac_check_soname_save_LIBS=$LIBS
15440 LIBS="-lcups $ac_cups_libs $LIBS"
15441 cat >conftest.$ac_ext <<_ACEOF
15442 /* confdefs.h. */
15443 _ACEOF
15444 cat confdefs.h >>conftest.$ac_ext
15445 cat >>conftest.$ac_ext <<_ACEOF
15446 /* end confdefs.h. */
15448 /* Override any GCC internal prototype to avoid an error.
15449 Use char because int might match the return type of a GCC
15450 builtin and then its argument prototype would still apply. */
15451 #ifdef __cplusplus
15452 extern "C"
15453 #endif
15454 char cupsGetDefault ();
15456 main ()
15458 return cupsGetDefault ();
15460 return 0;
15462 _ACEOF
15463 rm -f conftest.$ac_objext conftest$ac_exeext
15464 if { (ac_try="$ac_link"
15465 case "(($ac_try" in
15466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15467 *) ac_try_echo=$ac_try;;
15468 esac
15469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15470 (eval "$ac_link") 2>conftest.er1
15471 ac_status=$?
15472 grep -v '^ *+' conftest.er1 >conftest.err
15473 rm -f conftest.er1
15474 cat conftest.err >&5
15475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15476 (exit $ac_status); } && {
15477 test -z "$ac_c_werror_flag" ||
15478 test ! -s conftest.err
15479 } && test -s conftest$ac_exeext &&
15480 $as_test_x conftest$ac_exeext; then
15481 case "$LIBEXT" in
15482 dll) ;;
15483 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'` ;;
15484 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15485 esac
15486 else
15487 echo "$as_me: failed program was:" >&5
15488 sed 's/^/| /' conftest.$ac_ext >&5
15493 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15494 conftest$ac_exeext conftest.$ac_ext
15495 LIBS=$ac_check_soname_save_LIBS
15497 if test "x$ac_cv_lib_soname_cups" = "x"; then
15498 { echo "$as_me:$LINENO: result: not found" >&5
15499 echo "${ECHO_T}not found" >&6; }
15501 else
15502 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15503 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15505 cat >>confdefs.h <<_ACEOF
15506 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15507 _ACEOF
15509 CUPSINCL="$ac_cups_cflags"
15514 done
15516 CPPFLAGS="$ac_save_CPPFLAGS"
15518 if test "x$ac_cv_lib_soname_cups" = "x"; then
15519 case "x$with_cups" in
15520 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15521 xno) ;;
15522 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15523 This is an error since --with-cups was requested." >&5
15524 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15525 This is an error since --with-cups was requested." >&2;}
15526 { (exit 1); exit 1; }; } ;;
15527 esac
15531 if test "$ac_cv_header_jack_jack_h" = "yes"
15532 then
15533 { echo "$as_me:$LINENO: checking for -ljack" >&5
15534 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15535 if test "${ac_cv_lib_soname_jack+set}" = set; then
15536 echo $ECHO_N "(cached) $ECHO_C" >&6
15537 else
15538 ac_check_soname_save_LIBS=$LIBS
15539 LIBS="-ljack $LIBS"
15540 cat >conftest.$ac_ext <<_ACEOF
15541 /* confdefs.h. */
15542 _ACEOF
15543 cat confdefs.h >>conftest.$ac_ext
15544 cat >>conftest.$ac_ext <<_ACEOF
15545 /* end confdefs.h. */
15547 /* Override any GCC internal prototype to avoid an error.
15548 Use char because int might match the return type of a GCC
15549 builtin and then its argument prototype would still apply. */
15550 #ifdef __cplusplus
15551 extern "C"
15552 #endif
15553 char jack_client_new ();
15555 main ()
15557 return jack_client_new ();
15559 return 0;
15561 _ACEOF
15562 rm -f conftest.$ac_objext conftest$ac_exeext
15563 if { (ac_try="$ac_link"
15564 case "(($ac_try" in
15565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15566 *) ac_try_echo=$ac_try;;
15567 esac
15568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15569 (eval "$ac_link") 2>conftest.er1
15570 ac_status=$?
15571 grep -v '^ *+' conftest.er1 >conftest.err
15572 rm -f conftest.er1
15573 cat conftest.err >&5
15574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15575 (exit $ac_status); } && {
15576 test -z "$ac_c_werror_flag" ||
15577 test ! -s conftest.err
15578 } && test -s conftest$ac_exeext &&
15579 $as_test_x conftest$ac_exeext; then
15580 case "$LIBEXT" in
15581 dll) ;;
15582 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'` ;;
15583 *) 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'` ;;
15584 esac
15585 else
15586 echo "$as_me: failed program was:" >&5
15587 sed 's/^/| /' conftest.$ac_ext >&5
15592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15593 conftest$ac_exeext conftest.$ac_ext
15594 LIBS=$ac_check_soname_save_LIBS
15596 if test "x$ac_cv_lib_soname_jack" = "x"; then
15597 { echo "$as_me:$LINENO: result: not found" >&5
15598 echo "${ECHO_T}not found" >&6; }
15600 else
15601 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15602 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15604 cat >>confdefs.h <<_ACEOF
15605 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15606 _ACEOF
15613 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15614 then
15615 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15616 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15617 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15618 echo $ECHO_N "(cached) $ECHO_C" >&6
15619 else
15620 ac_check_soname_save_LIBS=$LIBS
15621 LIBS="-lfontconfig $LIBS"
15622 cat >conftest.$ac_ext <<_ACEOF
15623 /* confdefs.h. */
15624 _ACEOF
15625 cat confdefs.h >>conftest.$ac_ext
15626 cat >>conftest.$ac_ext <<_ACEOF
15627 /* end confdefs.h. */
15629 /* Override any GCC internal prototype to avoid an error.
15630 Use char because int might match the return type of a GCC
15631 builtin and then its argument prototype would still apply. */
15632 #ifdef __cplusplus
15633 extern "C"
15634 #endif
15635 char FcInit ();
15637 main ()
15639 return FcInit ();
15641 return 0;
15643 _ACEOF
15644 rm -f conftest.$ac_objext conftest$ac_exeext
15645 if { (ac_try="$ac_link"
15646 case "(($ac_try" in
15647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15648 *) ac_try_echo=$ac_try;;
15649 esac
15650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15651 (eval "$ac_link") 2>conftest.er1
15652 ac_status=$?
15653 grep -v '^ *+' conftest.er1 >conftest.err
15654 rm -f conftest.er1
15655 cat conftest.err >&5
15656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15657 (exit $ac_status); } && {
15658 test -z "$ac_c_werror_flag" ||
15659 test ! -s conftest.err
15660 } && test -s conftest$ac_exeext &&
15661 $as_test_x conftest$ac_exeext; then
15662 case "$LIBEXT" in
15663 dll) ;;
15664 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'` ;;
15665 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15666 esac
15667 else
15668 echo "$as_me: failed program was:" >&5
15669 sed 's/^/| /' conftest.$ac_ext >&5
15674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15675 conftest$ac_exeext conftest.$ac_ext
15676 LIBS=$ac_check_soname_save_LIBS
15678 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15679 { echo "$as_me:$LINENO: result: not found" >&5
15680 echo "${ECHO_T}not found" >&6; }
15682 else
15683 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15684 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15686 cat >>confdefs.h <<_ACEOF
15687 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15688 _ACEOF
15693 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15694 then
15695 ac_save_CPPFLAGS="$CPPFLAGS"
15696 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15697 $as_unset ac_cv_header_fontconfig_fontconfig_h
15699 for ac_header in fontconfig/fontconfig.h
15701 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15702 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15703 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15704 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15705 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15706 echo $ECHO_N "(cached) $ECHO_C" >&6
15708 ac_res=`eval echo '${'$as_ac_Header'}'`
15709 { echo "$as_me:$LINENO: result: $ac_res" >&5
15710 echo "${ECHO_T}$ac_res" >&6; }
15711 else
15712 # Is the header compilable?
15713 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15714 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15715 cat >conftest.$ac_ext <<_ACEOF
15716 /* confdefs.h. */
15717 _ACEOF
15718 cat confdefs.h >>conftest.$ac_ext
15719 cat >>conftest.$ac_ext <<_ACEOF
15720 /* end confdefs.h. */
15721 $ac_includes_default
15722 #include <$ac_header>
15723 _ACEOF
15724 rm -f conftest.$ac_objext
15725 if { (ac_try="$ac_compile"
15726 case "(($ac_try" in
15727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15728 *) ac_try_echo=$ac_try;;
15729 esac
15730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15731 (eval "$ac_compile") 2>conftest.er1
15732 ac_status=$?
15733 grep -v '^ *+' conftest.er1 >conftest.err
15734 rm -f conftest.er1
15735 cat conftest.err >&5
15736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15737 (exit $ac_status); } && {
15738 test -z "$ac_c_werror_flag" ||
15739 test ! -s conftest.err
15740 } && test -s conftest.$ac_objext; then
15741 ac_header_compiler=yes
15742 else
15743 echo "$as_me: failed program was:" >&5
15744 sed 's/^/| /' conftest.$ac_ext >&5
15746 ac_header_compiler=no
15749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15750 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15751 echo "${ECHO_T}$ac_header_compiler" >&6; }
15753 # Is the header present?
15754 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15755 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15756 cat >conftest.$ac_ext <<_ACEOF
15757 /* confdefs.h. */
15758 _ACEOF
15759 cat confdefs.h >>conftest.$ac_ext
15760 cat >>conftest.$ac_ext <<_ACEOF
15761 /* end confdefs.h. */
15762 #include <$ac_header>
15763 _ACEOF
15764 if { (ac_try="$ac_cpp conftest.$ac_ext"
15765 case "(($ac_try" in
15766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15767 *) ac_try_echo=$ac_try;;
15768 esac
15769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15770 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15771 ac_status=$?
15772 grep -v '^ *+' conftest.er1 >conftest.err
15773 rm -f conftest.er1
15774 cat conftest.err >&5
15775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15776 (exit $ac_status); } >/dev/null && {
15777 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15778 test ! -s conftest.err
15779 }; then
15780 ac_header_preproc=yes
15781 else
15782 echo "$as_me: failed program was:" >&5
15783 sed 's/^/| /' conftest.$ac_ext >&5
15785 ac_header_preproc=no
15788 rm -f conftest.err conftest.$ac_ext
15789 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15790 echo "${ECHO_T}$ac_header_preproc" >&6; }
15792 # So? What about this header?
15793 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15794 yes:no: )
15795 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15796 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15797 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15798 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15799 ac_header_preproc=yes
15801 no:yes:* )
15802 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15803 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15804 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15805 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15806 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15807 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15808 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15809 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15810 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15811 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15812 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15813 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15814 ( cat <<\_ASBOX
15815 ## ------------------------------------ ##
15816 ## Report this to wine-devel@winehq.org ##
15817 ## ------------------------------------ ##
15818 _ASBOX
15819 ) | sed "s/^/$as_me: WARNING: /" >&2
15821 esac
15822 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15823 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15824 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15825 echo $ECHO_N "(cached) $ECHO_C" >&6
15826 else
15827 eval "$as_ac_Header=\$ac_header_preproc"
15829 ac_res=`eval echo '${'$as_ac_Header'}'`
15830 { echo "$as_me:$LINENO: result: $ac_res" >&5
15831 echo "${ECHO_T}$ac_res" >&6; }
15834 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15835 cat >>confdefs.h <<_ACEOF
15836 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15837 _ACEOF
15841 done
15843 CPPFLAGS="$ac_save_CPPFLAGS"
15844 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15845 then
15846 FONTCONFIGINCL="$X_CFLAGS"
15848 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15849 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15850 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15851 echo $ECHO_N "(cached) $ECHO_C" >&6
15852 else
15853 ac_check_soname_save_LIBS=$LIBS
15854 LIBS="-lfontconfig $X_LIBS $LIBS"
15855 cat >conftest.$ac_ext <<_ACEOF
15856 /* confdefs.h. */
15857 _ACEOF
15858 cat confdefs.h >>conftest.$ac_ext
15859 cat >>conftest.$ac_ext <<_ACEOF
15860 /* end confdefs.h. */
15862 /* Override any GCC internal prototype to avoid an error.
15863 Use char because int might match the return type of a GCC
15864 builtin and then its argument prototype would still apply. */
15865 #ifdef __cplusplus
15866 extern "C"
15867 #endif
15868 char FcInit ();
15870 main ()
15872 return FcInit ();
15874 return 0;
15876 _ACEOF
15877 rm -f conftest.$ac_objext conftest$ac_exeext
15878 if { (ac_try="$ac_link"
15879 case "(($ac_try" in
15880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15881 *) ac_try_echo=$ac_try;;
15882 esac
15883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15884 (eval "$ac_link") 2>conftest.er1
15885 ac_status=$?
15886 grep -v '^ *+' conftest.er1 >conftest.err
15887 rm -f conftest.er1
15888 cat conftest.err >&5
15889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15890 (exit $ac_status); } && {
15891 test -z "$ac_c_werror_flag" ||
15892 test ! -s conftest.err
15893 } && test -s conftest$ac_exeext &&
15894 $as_test_x conftest$ac_exeext; then
15895 case "$LIBEXT" in
15896 dll) ;;
15897 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'` ;;
15898 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15899 esac
15900 else
15901 echo "$as_me: failed program was:" >&5
15902 sed 's/^/| /' conftest.$ac_ext >&5
15907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15908 conftest$ac_exeext conftest.$ac_ext
15909 LIBS=$ac_check_soname_save_LIBS
15911 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15912 { echo "$as_me:$LINENO: result: not found" >&5
15913 echo "${ECHO_T}not found" >&6; }
15915 else
15916 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15917 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15919 cat >>confdefs.h <<_ACEOF
15920 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15921 _ACEOF
15928 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15929 case "x$with_fontconfig" in
15930 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15931 xno) ;;
15932 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15933 This is an error since --with-fontconfig was requested." >&5
15934 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15935 This is an error since --with-fontconfig was requested." >&2;}
15936 { (exit 1); exit 1; }; } ;;
15937 esac
15941 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15942 then
15943 { echo "$as_me:$LINENO: checking for -lssl" >&5
15944 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15945 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15946 echo $ECHO_N "(cached) $ECHO_C" >&6
15947 else
15948 ac_check_soname_save_LIBS=$LIBS
15949 LIBS="-lssl $LIBS"
15950 cat >conftest.$ac_ext <<_ACEOF
15951 /* confdefs.h. */
15952 _ACEOF
15953 cat confdefs.h >>conftest.$ac_ext
15954 cat >>conftest.$ac_ext <<_ACEOF
15955 /* end confdefs.h. */
15957 /* Override any GCC internal prototype to avoid an error.
15958 Use char because int might match the return type of a GCC
15959 builtin and then its argument prototype would still apply. */
15960 #ifdef __cplusplus
15961 extern "C"
15962 #endif
15963 char SSL_library_init ();
15965 main ()
15967 return SSL_library_init ();
15969 return 0;
15971 _ACEOF
15972 rm -f conftest.$ac_objext conftest$ac_exeext
15973 if { (ac_try="$ac_link"
15974 case "(($ac_try" in
15975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15976 *) ac_try_echo=$ac_try;;
15977 esac
15978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15979 (eval "$ac_link") 2>conftest.er1
15980 ac_status=$?
15981 grep -v '^ *+' conftest.er1 >conftest.err
15982 rm -f conftest.er1
15983 cat conftest.err >&5
15984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15985 (exit $ac_status); } && {
15986 test -z "$ac_c_werror_flag" ||
15987 test ! -s conftest.err
15988 } && test -s conftest$ac_exeext &&
15989 $as_test_x conftest$ac_exeext; then
15990 case "$LIBEXT" in
15991 dll) ;;
15992 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'` ;;
15993 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15994 esac
15995 else
15996 echo "$as_me: failed program was:" >&5
15997 sed 's/^/| /' conftest.$ac_ext >&5
16002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16003 conftest$ac_exeext conftest.$ac_ext
16004 LIBS=$ac_check_soname_save_LIBS
16006 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16007 { echo "$as_me:$LINENO: result: not found" >&5
16008 echo "${ECHO_T}not found" >&6; }
16010 else
16011 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16012 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16014 cat >>confdefs.h <<_ACEOF
16015 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16016 _ACEOF
16021 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16022 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16023 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16024 echo $ECHO_N "(cached) $ECHO_C" >&6
16025 else
16026 ac_check_soname_save_LIBS=$LIBS
16027 LIBS="-lcrypto $LIBS"
16028 cat >conftest.$ac_ext <<_ACEOF
16029 /* confdefs.h. */
16030 _ACEOF
16031 cat confdefs.h >>conftest.$ac_ext
16032 cat >>conftest.$ac_ext <<_ACEOF
16033 /* end confdefs.h. */
16035 /* Override any GCC internal prototype to avoid an error.
16036 Use char because int might match the return type of a GCC
16037 builtin and then its argument prototype would still apply. */
16038 #ifdef __cplusplus
16039 extern "C"
16040 #endif
16041 char BIO_new_socket ();
16043 main ()
16045 return BIO_new_socket ();
16047 return 0;
16049 _ACEOF
16050 rm -f conftest.$ac_objext conftest$ac_exeext
16051 if { (ac_try="$ac_link"
16052 case "(($ac_try" in
16053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16054 *) ac_try_echo=$ac_try;;
16055 esac
16056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16057 (eval "$ac_link") 2>conftest.er1
16058 ac_status=$?
16059 grep -v '^ *+' conftest.er1 >conftest.err
16060 rm -f conftest.er1
16061 cat conftest.err >&5
16062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16063 (exit $ac_status); } && {
16064 test -z "$ac_c_werror_flag" ||
16065 test ! -s conftest.err
16066 } && test -s conftest$ac_exeext &&
16067 $as_test_x conftest$ac_exeext; then
16068 case "$LIBEXT" in
16069 dll) ;;
16070 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'` ;;
16071 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16072 esac
16073 else
16074 echo "$as_me: failed program was:" >&5
16075 sed 's/^/| /' conftest.$ac_ext >&5
16080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16081 conftest$ac_exeext conftest.$ac_ext
16082 LIBS=$ac_check_soname_save_LIBS
16084 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16085 { echo "$as_me:$LINENO: result: not found" >&5
16086 echo "${ECHO_T}not found" >&6; }
16088 else
16089 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16090 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16092 cat >>confdefs.h <<_ACEOF
16093 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16094 _ACEOF
16100 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16101 case "x$with_openssl" in
16102 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16103 xno) ;;
16104 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16105 This is an error since --with-openssl was requested." >&5
16106 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16107 This is an error since --with-openssl was requested." >&2;}
16108 { (exit 1); exit 1; }; } ;;
16109 esac
16113 if test "$ac_cv_header_jpeglib_h" = "yes"
16114 then
16115 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16116 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16117 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16118 echo $ECHO_N "(cached) $ECHO_C" >&6
16119 else
16120 ac_check_soname_save_LIBS=$LIBS
16121 LIBS="-ljpeg $LIBS"
16122 cat >conftest.$ac_ext <<_ACEOF
16123 /* confdefs.h. */
16124 _ACEOF
16125 cat confdefs.h >>conftest.$ac_ext
16126 cat >>conftest.$ac_ext <<_ACEOF
16127 /* end confdefs.h. */
16129 /* Override any GCC internal prototype to avoid an error.
16130 Use char because int might match the return type of a GCC
16131 builtin and then its argument prototype would still apply. */
16132 #ifdef __cplusplus
16133 extern "C"
16134 #endif
16135 char jpeg_start_decompress ();
16137 main ()
16139 return jpeg_start_decompress ();
16141 return 0;
16143 _ACEOF
16144 rm -f conftest.$ac_objext conftest$ac_exeext
16145 if { (ac_try="$ac_link"
16146 case "(($ac_try" in
16147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16148 *) ac_try_echo=$ac_try;;
16149 esac
16150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16151 (eval "$ac_link") 2>conftest.er1
16152 ac_status=$?
16153 grep -v '^ *+' conftest.er1 >conftest.err
16154 rm -f conftest.er1
16155 cat conftest.err >&5
16156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16157 (exit $ac_status); } && {
16158 test -z "$ac_c_werror_flag" ||
16159 test ! -s conftest.err
16160 } && test -s conftest$ac_exeext &&
16161 $as_test_x conftest$ac_exeext; then
16162 case "$LIBEXT" in
16163 dll) ;;
16164 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'` ;;
16165 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16166 esac
16167 else
16168 echo "$as_me: failed program was:" >&5
16169 sed 's/^/| /' conftest.$ac_ext >&5
16174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16175 conftest$ac_exeext conftest.$ac_ext
16176 LIBS=$ac_check_soname_save_LIBS
16178 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16179 { echo "$as_me:$LINENO: result: not found" >&5
16180 echo "${ECHO_T}not found" >&6; }
16182 else
16183 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16184 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16186 cat >>confdefs.h <<_ACEOF
16187 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16188 _ACEOF
16194 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16195 case "x$with_jpeg" in
16196 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16197 xno) ;;
16198 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16199 This is an error since --with-jpeg was requested." >&5
16200 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16201 This is an error since --with-jpeg was requested." >&2;}
16202 { (exit 1); exit 1; }; } ;;
16203 esac
16207 if test "$ac_cv_header_png_h" = "yes"
16208 then
16209 { echo "$as_me:$LINENO: checking for -lpng" >&5
16210 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16211 if test "${ac_cv_lib_soname_png+set}" = set; then
16212 echo $ECHO_N "(cached) $ECHO_C" >&6
16213 else
16214 ac_check_soname_save_LIBS=$LIBS
16215 LIBS="-lpng -lm $LIBS"
16216 cat >conftest.$ac_ext <<_ACEOF
16217 /* confdefs.h. */
16218 _ACEOF
16219 cat confdefs.h >>conftest.$ac_ext
16220 cat >>conftest.$ac_ext <<_ACEOF
16221 /* end confdefs.h. */
16223 /* Override any GCC internal prototype to avoid an error.
16224 Use char because int might match the return type of a GCC
16225 builtin and then its argument prototype would still apply. */
16226 #ifdef __cplusplus
16227 extern "C"
16228 #endif
16229 char png_create_read_struct ();
16231 main ()
16233 return png_create_read_struct ();
16235 return 0;
16237 _ACEOF
16238 rm -f conftest.$ac_objext conftest$ac_exeext
16239 if { (ac_try="$ac_link"
16240 case "(($ac_try" in
16241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16242 *) ac_try_echo=$ac_try;;
16243 esac
16244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16245 (eval "$ac_link") 2>conftest.er1
16246 ac_status=$?
16247 grep -v '^ *+' conftest.er1 >conftest.err
16248 rm -f conftest.er1
16249 cat conftest.err >&5
16250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16251 (exit $ac_status); } && {
16252 test -z "$ac_c_werror_flag" ||
16253 test ! -s conftest.err
16254 } && test -s conftest$ac_exeext &&
16255 $as_test_x conftest$ac_exeext; then
16256 case "$LIBEXT" in
16257 dll) ;;
16258 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'` ;;
16259 *) 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'` ;;
16260 esac
16261 else
16262 echo "$as_me: failed program was:" >&5
16263 sed 's/^/| /' conftest.$ac_ext >&5
16268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16269 conftest$ac_exeext conftest.$ac_ext
16270 LIBS=$ac_check_soname_save_LIBS
16272 if test "x$ac_cv_lib_soname_png" = "x"; then
16273 { echo "$as_me:$LINENO: result: not found" >&5
16274 echo "${ECHO_T}not found" >&6; }
16276 else
16277 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16278 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16280 cat >>confdefs.h <<_ACEOF
16281 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16282 _ACEOF
16288 if test "x$ac_cv_lib_soname_png" = "x"; then
16289 case "x$with_png" in
16290 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16291 xno) ;;
16292 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16293 This is an error since --with-png was requested." >&5
16294 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16295 This is an error since --with-png was requested." >&2;}
16296 { (exit 1); exit 1; }; } ;;
16297 esac
16301 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16302 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16303 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16304 echo $ECHO_N "(cached) $ECHO_C" >&6
16305 else
16306 ac_check_soname_save_LIBS=$LIBS
16307 LIBS="-lodbc $LIBS"
16308 cat >conftest.$ac_ext <<_ACEOF
16309 /* confdefs.h. */
16310 _ACEOF
16311 cat confdefs.h >>conftest.$ac_ext
16312 cat >>conftest.$ac_ext <<_ACEOF
16313 /* end confdefs.h. */
16315 /* Override any GCC internal prototype to avoid an error.
16316 Use char because int might match the return type of a GCC
16317 builtin and then its argument prototype would still apply. */
16318 #ifdef __cplusplus
16319 extern "C"
16320 #endif
16321 char SQLConnect ();
16323 main ()
16325 return SQLConnect ();
16327 return 0;
16329 _ACEOF
16330 rm -f conftest.$ac_objext conftest$ac_exeext
16331 if { (ac_try="$ac_link"
16332 case "(($ac_try" in
16333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16334 *) ac_try_echo=$ac_try;;
16335 esac
16336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16337 (eval "$ac_link") 2>conftest.er1
16338 ac_status=$?
16339 grep -v '^ *+' conftest.er1 >conftest.err
16340 rm -f conftest.er1
16341 cat conftest.err >&5
16342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16343 (exit $ac_status); } && {
16344 test -z "$ac_c_werror_flag" ||
16345 test ! -s conftest.err
16346 } && test -s conftest$ac_exeext &&
16347 $as_test_x conftest$ac_exeext; then
16348 case "$LIBEXT" in
16349 dll) ;;
16350 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'` ;;
16351 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16352 esac
16353 else
16354 echo "$as_me: failed program was:" >&5
16355 sed 's/^/| /' conftest.$ac_ext >&5
16360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16361 conftest$ac_exeext conftest.$ac_ext
16362 LIBS=$ac_check_soname_save_LIBS
16364 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16365 { echo "$as_me:$LINENO: result: not found" >&5
16366 echo "${ECHO_T}not found" >&6; }
16367 cat >>confdefs.h <<_ACEOF
16368 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16369 _ACEOF
16371 else
16372 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16373 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16375 cat >>confdefs.h <<_ACEOF
16376 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16377 _ACEOF
16383 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16384 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16385 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16386 "$ac_cv_header_soundcard_h" != "yes" -a \
16387 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16388 then
16389 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16393 EXTRACFLAGS=""
16395 if test "x${GCC}" = "xyes"
16396 then
16397 EXTRACFLAGS="-Wall -pipe"
16399 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16400 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16401 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16402 echo $ECHO_N "(cached) $ECHO_C" >&6
16403 else
16404 if test "$cross_compiling" = yes; then
16405 ac_cv_c_gcc_strength_bug="yes"
16406 else
16407 cat >conftest.$ac_ext <<_ACEOF
16408 /* confdefs.h. */
16409 _ACEOF
16410 cat confdefs.h >>conftest.$ac_ext
16411 cat >>conftest.$ac_ext <<_ACEOF
16412 /* end confdefs.h. */
16413 int L[4] = {0,1,2,3};
16415 main ()
16417 static int Array[3];
16418 unsigned int B = 3;
16419 int i;
16420 for(i=0; i<B; i++) Array[i] = i - 3;
16421 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16422 L[i] = 4;
16423 exit( Array[1] != -2 || L[2] != 3)
16425 return 0;
16427 _ACEOF
16428 rm -f conftest$ac_exeext
16429 if { (ac_try="$ac_link"
16430 case "(($ac_try" in
16431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16432 *) ac_try_echo=$ac_try;;
16433 esac
16434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16435 (eval "$ac_link") 2>&5
16436 ac_status=$?
16437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16438 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16439 { (case "(($ac_try" in
16440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16441 *) ac_try_echo=$ac_try;;
16442 esac
16443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16444 (eval "$ac_try") 2>&5
16445 ac_status=$?
16446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16447 (exit $ac_status); }; }; then
16448 ac_cv_c_gcc_strength_bug="no"
16449 else
16450 echo "$as_me: program exited with status $ac_status" >&5
16451 echo "$as_me: failed program was:" >&5
16452 sed 's/^/| /' conftest.$ac_ext >&5
16454 ( exit $ac_status )
16455 ac_cv_c_gcc_strength_bug="yes"
16457 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16462 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16463 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16464 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16465 then
16466 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16470 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16471 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16472 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16473 echo $ECHO_N "(cached) $ECHO_C" >&6
16474 else
16475 ac_wine_try_cflags_saved=$CFLAGS
16476 CFLAGS="$CFLAGS -fshort-wchar"
16477 cat >conftest.$ac_ext <<_ACEOF
16478 /* confdefs.h. */
16479 _ACEOF
16480 cat confdefs.h >>conftest.$ac_ext
16481 cat >>conftest.$ac_ext <<_ACEOF
16482 /* end confdefs.h. */
16485 main ()
16489 return 0;
16491 _ACEOF
16492 rm -f conftest.$ac_objext conftest$ac_exeext
16493 if { (ac_try="$ac_link"
16494 case "(($ac_try" in
16495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16496 *) ac_try_echo=$ac_try;;
16497 esac
16498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16499 (eval "$ac_link") 2>conftest.er1
16500 ac_status=$?
16501 grep -v '^ *+' conftest.er1 >conftest.err
16502 rm -f conftest.er1
16503 cat conftest.err >&5
16504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16505 (exit $ac_status); } && {
16506 test -z "$ac_c_werror_flag" ||
16507 test ! -s conftest.err
16508 } && test -s conftest$ac_exeext &&
16509 $as_test_x conftest$ac_exeext; then
16510 ac_cv_cflags__fshort_wchar=yes
16511 else
16512 echo "$as_me: failed program was:" >&5
16513 sed 's/^/| /' conftest.$ac_ext >&5
16515 ac_cv_cflags__fshort_wchar=no
16518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16519 conftest$ac_exeext conftest.$ac_ext
16520 CFLAGS=$ac_wine_try_cflags_saved
16522 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16523 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16524 if test $ac_cv_cflags__fshort_wchar = yes; then
16526 cat >>confdefs.h <<\_ACEOF
16527 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16528 _ACEOF
16532 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16533 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16534 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16535 echo $ECHO_N "(cached) $ECHO_C" >&6
16536 else
16537 ac_wine_try_cflags_saved=$CFLAGS
16538 CFLAGS="$CFLAGS -fno-builtin"
16539 cat >conftest.$ac_ext <<_ACEOF
16540 /* confdefs.h. */
16541 _ACEOF
16542 cat confdefs.h >>conftest.$ac_ext
16543 cat >>conftest.$ac_ext <<_ACEOF
16544 /* end confdefs.h. */
16547 main ()
16551 return 0;
16553 _ACEOF
16554 rm -f conftest.$ac_objext conftest$ac_exeext
16555 if { (ac_try="$ac_link"
16556 case "(($ac_try" in
16557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16558 *) ac_try_echo=$ac_try;;
16559 esac
16560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16561 (eval "$ac_link") 2>conftest.er1
16562 ac_status=$?
16563 grep -v '^ *+' conftest.er1 >conftest.err
16564 rm -f conftest.er1
16565 cat conftest.err >&5
16566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16567 (exit $ac_status); } && {
16568 test -z "$ac_c_werror_flag" ||
16569 test ! -s conftest.err
16570 } && test -s conftest$ac_exeext &&
16571 $as_test_x conftest$ac_exeext; then
16572 ac_cv_cflags__fno_builtin=yes
16573 else
16574 echo "$as_me: failed program was:" >&5
16575 sed 's/^/| /' conftest.$ac_ext >&5
16577 ac_cv_cflags__fno_builtin=no
16580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16581 conftest$ac_exeext conftest.$ac_ext
16582 CFLAGS=$ac_wine_try_cflags_saved
16584 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16585 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16586 if test $ac_cv_cflags__fno_builtin = yes; then
16587 BUILTINFLAG="-fno-builtin"
16591 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16592 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16593 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16594 echo $ECHO_N "(cached) $ECHO_C" >&6
16595 else
16596 ac_wine_try_cflags_saved=$CFLAGS
16597 CFLAGS="$CFLAGS -fno-strict-aliasing"
16598 cat >conftest.$ac_ext <<_ACEOF
16599 /* confdefs.h. */
16600 _ACEOF
16601 cat confdefs.h >>conftest.$ac_ext
16602 cat >>conftest.$ac_ext <<_ACEOF
16603 /* end confdefs.h. */
16606 main ()
16610 return 0;
16612 _ACEOF
16613 rm -f conftest.$ac_objext conftest$ac_exeext
16614 if { (ac_try="$ac_link"
16615 case "(($ac_try" in
16616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16617 *) ac_try_echo=$ac_try;;
16618 esac
16619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16620 (eval "$ac_link") 2>conftest.er1
16621 ac_status=$?
16622 grep -v '^ *+' conftest.er1 >conftest.err
16623 rm -f conftest.er1
16624 cat conftest.err >&5
16625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16626 (exit $ac_status); } && {
16627 test -z "$ac_c_werror_flag" ||
16628 test ! -s conftest.err
16629 } && test -s conftest$ac_exeext &&
16630 $as_test_x conftest$ac_exeext; then
16631 ac_cv_cflags__fno_strict_aliasing=yes
16632 else
16633 echo "$as_me: failed program was:" >&5
16634 sed 's/^/| /' conftest.$ac_ext >&5
16636 ac_cv_cflags__fno_strict_aliasing=no
16639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16640 conftest$ac_exeext conftest.$ac_ext
16641 CFLAGS=$ac_wine_try_cflags_saved
16643 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16644 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16645 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16646 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16649 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16650 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16651 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16652 echo $ECHO_N "(cached) $ECHO_C" >&6
16653 else
16654 ac_wine_try_cflags_saved=$CFLAGS
16655 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16656 cat >conftest.$ac_ext <<_ACEOF
16657 /* confdefs.h. */
16658 _ACEOF
16659 cat confdefs.h >>conftest.$ac_ext
16660 cat >>conftest.$ac_ext <<_ACEOF
16661 /* end confdefs.h. */
16664 main ()
16668 return 0;
16670 _ACEOF
16671 rm -f conftest.$ac_objext conftest$ac_exeext
16672 if { (ac_try="$ac_link"
16673 case "(($ac_try" in
16674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16675 *) ac_try_echo=$ac_try;;
16676 esac
16677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16678 (eval "$ac_link") 2>conftest.er1
16679 ac_status=$?
16680 grep -v '^ *+' conftest.er1 >conftest.err
16681 rm -f conftest.er1
16682 cat conftest.err >&5
16683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16684 (exit $ac_status); } && {
16685 test -z "$ac_c_werror_flag" ||
16686 test ! -s conftest.err
16687 } && test -s conftest$ac_exeext &&
16688 $as_test_x conftest$ac_exeext; then
16689 ac_cv_cflags__Wdeclaration_after_statement=yes
16690 else
16691 echo "$as_me: failed program was:" >&5
16692 sed 's/^/| /' conftest.$ac_ext >&5
16694 ac_cv_cflags__Wdeclaration_after_statement=no
16697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16698 conftest$ac_exeext conftest.$ac_ext
16699 CFLAGS=$ac_wine_try_cflags_saved
16701 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16702 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16703 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16704 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16707 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16708 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16709 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16710 echo $ECHO_N "(cached) $ECHO_C" >&6
16711 else
16712 ac_wine_try_cflags_saved=$CFLAGS
16713 CFLAGS="$CFLAGS -Wwrite-strings"
16714 cat >conftest.$ac_ext <<_ACEOF
16715 /* confdefs.h. */
16716 _ACEOF
16717 cat confdefs.h >>conftest.$ac_ext
16718 cat >>conftest.$ac_ext <<_ACEOF
16719 /* end confdefs.h. */
16722 main ()
16726 return 0;
16728 _ACEOF
16729 rm -f conftest.$ac_objext conftest$ac_exeext
16730 if { (ac_try="$ac_link"
16731 case "(($ac_try" in
16732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16733 *) ac_try_echo=$ac_try;;
16734 esac
16735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16736 (eval "$ac_link") 2>conftest.er1
16737 ac_status=$?
16738 grep -v '^ *+' conftest.er1 >conftest.err
16739 rm -f conftest.er1
16740 cat conftest.err >&5
16741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16742 (exit $ac_status); } && {
16743 test -z "$ac_c_werror_flag" ||
16744 test ! -s conftest.err
16745 } && test -s conftest$ac_exeext &&
16746 $as_test_x conftest$ac_exeext; then
16747 ac_cv_cflags__Wwrite_strings=yes
16748 else
16749 echo "$as_me: failed program was:" >&5
16750 sed 's/^/| /' conftest.$ac_ext >&5
16752 ac_cv_cflags__Wwrite_strings=no
16755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16756 conftest$ac_exeext conftest.$ac_ext
16757 CFLAGS=$ac_wine_try_cflags_saved
16759 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16760 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16761 if test $ac_cv_cflags__Wwrite_strings = yes; then
16762 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16765 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16766 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16767 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16768 echo $ECHO_N "(cached) $ECHO_C" >&6
16769 else
16770 ac_wine_try_cflags_saved=$CFLAGS
16771 CFLAGS="$CFLAGS -Wtype-limits"
16772 cat >conftest.$ac_ext <<_ACEOF
16773 /* confdefs.h. */
16774 _ACEOF
16775 cat confdefs.h >>conftest.$ac_ext
16776 cat >>conftest.$ac_ext <<_ACEOF
16777 /* end confdefs.h. */
16780 main ()
16784 return 0;
16786 _ACEOF
16787 rm -f conftest.$ac_objext conftest$ac_exeext
16788 if { (ac_try="$ac_link"
16789 case "(($ac_try" in
16790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16791 *) ac_try_echo=$ac_try;;
16792 esac
16793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16794 (eval "$ac_link") 2>conftest.er1
16795 ac_status=$?
16796 grep -v '^ *+' conftest.er1 >conftest.err
16797 rm -f conftest.er1
16798 cat conftest.err >&5
16799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16800 (exit $ac_status); } && {
16801 test -z "$ac_c_werror_flag" ||
16802 test ! -s conftest.err
16803 } && test -s conftest$ac_exeext &&
16804 $as_test_x conftest$ac_exeext; then
16805 ac_cv_cflags__Wtype_limits=yes
16806 else
16807 echo "$as_me: failed program was:" >&5
16808 sed 's/^/| /' conftest.$ac_ext >&5
16810 ac_cv_cflags__Wtype_limits=no
16813 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16814 conftest$ac_exeext conftest.$ac_ext
16815 CFLAGS=$ac_wine_try_cflags_saved
16817 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16818 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16819 if test $ac_cv_cflags__Wtype_limits = yes; then
16820 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16824 saved_CFLAGS="$CFLAGS"
16825 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16826 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16827 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16828 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16829 echo $ECHO_N "(cached) $ECHO_C" >&6
16830 else
16831 cat >conftest.$ac_ext <<_ACEOF
16832 /* confdefs.h. */
16833 _ACEOF
16834 cat confdefs.h >>conftest.$ac_ext
16835 cat >>conftest.$ac_ext <<_ACEOF
16836 /* end confdefs.h. */
16837 #include <string.h>
16839 main ()
16843 return 0;
16845 _ACEOF
16846 rm -f conftest.$ac_objext
16847 if { (ac_try="$ac_compile"
16848 case "(($ac_try" in
16849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16850 *) ac_try_echo=$ac_try;;
16851 esac
16852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16853 (eval "$ac_compile") 2>conftest.er1
16854 ac_status=$?
16855 grep -v '^ *+' conftest.er1 >conftest.err
16856 rm -f conftest.er1
16857 cat conftest.err >&5
16858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16859 (exit $ac_status); } && {
16860 test -z "$ac_c_werror_flag" ||
16861 test ! -s conftest.err
16862 } && test -s conftest.$ac_objext; then
16863 ac_cv_c_string_h_warnings=no
16864 else
16865 echo "$as_me: failed program was:" >&5
16866 sed 's/^/| /' conftest.$ac_ext >&5
16868 ac_cv_c_string_h_warnings=yes
16871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16873 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16874 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16875 CFLAGS="$saved_CFLAGS"
16876 if test "$ac_cv_c_string_h_warnings" = "no"
16877 then
16878 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16883 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16884 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16885 if test "${ac_cv_asm_func_def+set}" = set; then
16886 echo $ECHO_N "(cached) $ECHO_C" >&6
16887 else
16888 cat >conftest.$ac_ext <<_ACEOF
16889 /* confdefs.h. */
16890 _ACEOF
16891 cat confdefs.h >>conftest.$ac_ext
16892 cat >>conftest.$ac_ext <<_ACEOF
16893 /* end confdefs.h. */
16896 main ()
16898 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16900 return 0;
16902 _ACEOF
16903 rm -f conftest.$ac_objext conftest$ac_exeext
16904 if { (ac_try="$ac_link"
16905 case "(($ac_try" in
16906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16907 *) ac_try_echo=$ac_try;;
16908 esac
16909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16910 (eval "$ac_link") 2>conftest.er1
16911 ac_status=$?
16912 grep -v '^ *+' conftest.er1 >conftest.err
16913 rm -f conftest.er1
16914 cat conftest.err >&5
16915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16916 (exit $ac_status); } && {
16917 test -z "$ac_c_werror_flag" ||
16918 test ! -s conftest.err
16919 } && test -s conftest$ac_exeext &&
16920 $as_test_x conftest$ac_exeext; then
16921 ac_cv_asm_func_def=".def"
16922 else
16923 echo "$as_me: failed program was:" >&5
16924 sed 's/^/| /' conftest.$ac_ext >&5
16926 cat >conftest.$ac_ext <<_ACEOF
16927 /* confdefs.h. */
16928 _ACEOF
16929 cat confdefs.h >>conftest.$ac_ext
16930 cat >>conftest.$ac_ext <<_ACEOF
16931 /* end confdefs.h. */
16934 main ()
16936 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16938 return 0;
16940 _ACEOF
16941 rm -f conftest.$ac_objext conftest$ac_exeext
16942 if { (ac_try="$ac_link"
16943 case "(($ac_try" in
16944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16945 *) ac_try_echo=$ac_try;;
16946 esac
16947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16948 (eval "$ac_link") 2>conftest.er1
16949 ac_status=$?
16950 grep -v '^ *+' conftest.er1 >conftest.err
16951 rm -f conftest.er1
16952 cat conftest.err >&5
16953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16954 (exit $ac_status); } && {
16955 test -z "$ac_c_werror_flag" ||
16956 test ! -s conftest.err
16957 } && test -s conftest$ac_exeext &&
16958 $as_test_x conftest$ac_exeext; then
16959 ac_cv_asm_func_def=".type @function"
16960 else
16961 echo "$as_me: failed program was:" >&5
16962 sed 's/^/| /' conftest.$ac_ext >&5
16964 cat >conftest.$ac_ext <<_ACEOF
16965 /* confdefs.h. */
16966 _ACEOF
16967 cat confdefs.h >>conftest.$ac_ext
16968 cat >>conftest.$ac_ext <<_ACEOF
16969 /* end confdefs.h. */
16972 main ()
16974 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16976 return 0;
16978 _ACEOF
16979 rm -f conftest.$ac_objext conftest$ac_exeext
16980 if { (ac_try="$ac_link"
16981 case "(($ac_try" in
16982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16983 *) ac_try_echo=$ac_try;;
16984 esac
16985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16986 (eval "$ac_link") 2>conftest.er1
16987 ac_status=$?
16988 grep -v '^ *+' conftest.er1 >conftest.err
16989 rm -f conftest.er1
16990 cat conftest.err >&5
16991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16992 (exit $ac_status); } && {
16993 test -z "$ac_c_werror_flag" ||
16994 test ! -s conftest.err
16995 } && test -s conftest$ac_exeext &&
16996 $as_test_x conftest$ac_exeext; then
16997 ac_cv_asm_func_def=".type 2"
16998 else
16999 echo "$as_me: failed program was:" >&5
17000 sed 's/^/| /' conftest.$ac_ext >&5
17002 ac_cv_asm_func_def="unknown"
17005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17006 conftest$ac_exeext conftest.$ac_ext
17009 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17010 conftest$ac_exeext conftest.$ac_ext
17013 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17014 conftest$ac_exeext conftest.$ac_ext
17016 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17017 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17021 case "$ac_cv_asm_func_def" in
17022 ".def")
17023 cat >>confdefs.h <<\_ACEOF
17024 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17025 _ACEOF
17027 ".type @function")
17028 cat >>confdefs.h <<\_ACEOF
17029 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17030 _ACEOF
17032 ".type 2")
17033 cat >>confdefs.h <<\_ACEOF
17034 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17035 _ACEOF
17038 cat >>confdefs.h <<\_ACEOF
17039 #define __ASM_FUNC(name) ""
17040 _ACEOF
17042 esac
17045 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17046 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17047 if test "${ac_cv_c_extern_prefix+set}" = set; then
17048 echo $ECHO_N "(cached) $ECHO_C" >&6
17049 else
17050 cat >conftest.$ac_ext <<_ACEOF
17051 /* confdefs.h. */
17052 _ACEOF
17053 cat confdefs.h >>conftest.$ac_ext
17054 cat >>conftest.$ac_ext <<_ACEOF
17055 /* end confdefs.h. */
17056 extern int ac_test;
17058 main ()
17060 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17062 return 0;
17064 _ACEOF
17065 rm -f conftest.$ac_objext conftest$ac_exeext
17066 if { (ac_try="$ac_link"
17067 case "(($ac_try" in
17068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17069 *) ac_try_echo=$ac_try;;
17070 esac
17071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17072 (eval "$ac_link") 2>conftest.er1
17073 ac_status=$?
17074 grep -v '^ *+' conftest.er1 >conftest.err
17075 rm -f conftest.er1
17076 cat conftest.err >&5
17077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17078 (exit $ac_status); } && {
17079 test -z "$ac_c_werror_flag" ||
17080 test ! -s conftest.err
17081 } && test -s conftest$ac_exeext &&
17082 $as_test_x conftest$ac_exeext; then
17083 ac_cv_c_extern_prefix="yes"
17084 else
17085 echo "$as_me: failed program was:" >&5
17086 sed 's/^/| /' conftest.$ac_ext >&5
17088 ac_cv_c_extern_prefix="no"
17091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17092 conftest$ac_exeext conftest.$ac_ext
17094 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17095 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
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 else
17106 cat >>confdefs.h <<\_ACEOF
17107 #define __ASM_NAME(name) name
17108 _ACEOF
17113 LDPATH=""
17115 case $build_os in
17116 cygwin*|mingw32*)
17117 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17119 darwin*|macosx*)
17121 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17122 then
17123 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17127 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17129 esac
17131 case $host_os in
17132 mingw32*)
17133 CRTLIBS="-lmsvcrt"
17135 SOCKETLIBS="-lws2_32"
17138 esac
17140 MAIN_BINARY="wine-pthread"
17141 case $host_cpu in
17142 *i[3456789]86*)
17143 case $host_os in
17144 linux* | k*bsd*-gnu)
17145 MAIN_BINARY="wine-glibc"
17147 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17149 freebsd*)
17150 MAIN_BINARY="wine-freebsd"
17152 EXTRA_BINARIES="wine-pthread"
17154 esac
17156 esac
17229 for ac_func in \
17230 _pclose \
17231 _popen \
17232 _snprintf \
17233 _spawnvp \
17234 _strdup \
17235 _stricmp \
17236 _strnicmp \
17237 _strtoi64 \
17238 _strtoui64 \
17239 _vsnprintf \
17240 asctime_r \
17241 chsize \
17242 clone \
17243 dlopen \
17244 epoll_create \
17245 ffs \
17246 finite \
17247 fork \
17248 fpclass \
17249 fstatfs \
17250 fstatvfs \
17251 ftruncate \
17252 futimes \
17253 futimesat \
17254 getdirentries \
17255 getopt_long \
17256 getpagesize \
17257 getpwuid \
17258 gettid \
17259 gettimeofday \
17260 getuid \
17261 inet_pton \
17262 kqueue \
17263 lstat \
17264 memmove \
17265 mmap \
17266 pclose \
17267 poll \
17268 popen \
17269 prctl \
17270 pread \
17271 pwrite \
17272 readdir \
17273 readlink \
17274 rfork \
17275 sched_yield \
17276 select \
17277 setproctitle \
17278 setrlimit \
17279 settimeofday \
17280 sigaltstack \
17281 sigprocmask \
17282 snprintf \
17283 spawnvp \
17284 statfs \
17285 statvfs \
17286 strcasecmp \
17287 strdup \
17288 strerror \
17289 strncasecmp \
17290 strtold \
17291 strtoll \
17292 strtoull \
17293 tcgetattr \
17294 thr_kill2 \
17295 timegm \
17296 usleep \
17297 vsnprintf \
17298 wait4 \
17299 waitpid \
17302 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17303 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17304 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17305 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17306 echo $ECHO_N "(cached) $ECHO_C" >&6
17307 else
17308 cat >conftest.$ac_ext <<_ACEOF
17309 /* confdefs.h. */
17310 _ACEOF
17311 cat confdefs.h >>conftest.$ac_ext
17312 cat >>conftest.$ac_ext <<_ACEOF
17313 /* end confdefs.h. */
17314 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17315 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17316 #define $ac_func innocuous_$ac_func
17318 /* System header to define __stub macros and hopefully few prototypes,
17319 which can conflict with char $ac_func (); below.
17320 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17321 <limits.h> exists even on freestanding compilers. */
17323 #ifdef __STDC__
17324 # include <limits.h>
17325 #else
17326 # include <assert.h>
17327 #endif
17329 #undef $ac_func
17331 /* Override any GCC internal prototype to avoid an error.
17332 Use char because int might match the return type of a GCC
17333 builtin and then its argument prototype would still apply. */
17334 #ifdef __cplusplus
17335 extern "C"
17336 #endif
17337 char $ac_func ();
17338 /* The GNU C library defines this for functions which it implements
17339 to always fail with ENOSYS. Some functions are actually named
17340 something starting with __ and the normal name is an alias. */
17341 #if defined __stub_$ac_func || defined __stub___$ac_func
17342 choke me
17343 #endif
17346 main ()
17348 return $ac_func ();
17350 return 0;
17352 _ACEOF
17353 rm -f conftest.$ac_objext conftest$ac_exeext
17354 if { (ac_try="$ac_link"
17355 case "(($ac_try" in
17356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17357 *) ac_try_echo=$ac_try;;
17358 esac
17359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17360 (eval "$ac_link") 2>conftest.er1
17361 ac_status=$?
17362 grep -v '^ *+' conftest.er1 >conftest.err
17363 rm -f conftest.er1
17364 cat conftest.err >&5
17365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17366 (exit $ac_status); } && {
17367 test -z "$ac_c_werror_flag" ||
17368 test ! -s conftest.err
17369 } && test -s conftest$ac_exeext &&
17370 $as_test_x conftest$ac_exeext; then
17371 eval "$as_ac_var=yes"
17372 else
17373 echo "$as_me: failed program was:" >&5
17374 sed 's/^/| /' conftest.$ac_ext >&5
17376 eval "$as_ac_var=no"
17379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17380 conftest$ac_exeext conftest.$ac_ext
17382 ac_res=`eval echo '${'$as_ac_var'}'`
17383 { echo "$as_me:$LINENO: result: $ac_res" >&5
17384 echo "${ECHO_T}$ac_res" >&6; }
17385 if test `eval echo '${'$as_ac_var'}'` = yes; then
17386 cat >>confdefs.h <<_ACEOF
17387 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17388 _ACEOF
17391 done
17394 if test "$ac_cv_func_dlopen" = no
17395 then
17396 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17397 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17398 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17399 echo $ECHO_N "(cached) $ECHO_C" >&6
17400 else
17401 ac_check_lib_save_LIBS=$LIBS
17402 LIBS="-ldl $LIBS"
17403 cat >conftest.$ac_ext <<_ACEOF
17404 /* confdefs.h. */
17405 _ACEOF
17406 cat confdefs.h >>conftest.$ac_ext
17407 cat >>conftest.$ac_ext <<_ACEOF
17408 /* end confdefs.h. */
17410 /* Override any GCC internal prototype to avoid an error.
17411 Use char because int might match the return type of a GCC
17412 builtin and then its argument prototype would still apply. */
17413 #ifdef __cplusplus
17414 extern "C"
17415 #endif
17416 char dlopen ();
17418 main ()
17420 return dlopen ();
17422 return 0;
17424 _ACEOF
17425 rm -f conftest.$ac_objext conftest$ac_exeext
17426 if { (ac_try="$ac_link"
17427 case "(($ac_try" in
17428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17429 *) ac_try_echo=$ac_try;;
17430 esac
17431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17432 (eval "$ac_link") 2>conftest.er1
17433 ac_status=$?
17434 grep -v '^ *+' conftest.er1 >conftest.err
17435 rm -f conftest.er1
17436 cat conftest.err >&5
17437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17438 (exit $ac_status); } && {
17439 test -z "$ac_c_werror_flag" ||
17440 test ! -s conftest.err
17441 } && test -s conftest$ac_exeext &&
17442 $as_test_x conftest$ac_exeext; then
17443 ac_cv_lib_dl_dlopen=yes
17444 else
17445 echo "$as_me: failed program was:" >&5
17446 sed 's/^/| /' conftest.$ac_ext >&5
17448 ac_cv_lib_dl_dlopen=no
17451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17452 conftest$ac_exeext conftest.$ac_ext
17453 LIBS=$ac_check_lib_save_LIBS
17455 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17456 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17457 if test $ac_cv_lib_dl_dlopen = yes; then
17458 cat >>confdefs.h <<\_ACEOF
17459 #define HAVE_DLOPEN 1
17460 _ACEOF
17461 LIBDL="-ldl"
17466 ac_wine_check_funcs_save_LIBS="$LIBS"
17467 LIBS="$LIBS $LIBDL"
17469 for ac_func in dladdr
17471 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17472 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17473 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17474 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17475 echo $ECHO_N "(cached) $ECHO_C" >&6
17476 else
17477 cat >conftest.$ac_ext <<_ACEOF
17478 /* confdefs.h. */
17479 _ACEOF
17480 cat confdefs.h >>conftest.$ac_ext
17481 cat >>conftest.$ac_ext <<_ACEOF
17482 /* end confdefs.h. */
17483 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17484 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17485 #define $ac_func innocuous_$ac_func
17487 /* System header to define __stub macros and hopefully few prototypes,
17488 which can conflict with char $ac_func (); below.
17489 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17490 <limits.h> exists even on freestanding compilers. */
17492 #ifdef __STDC__
17493 # include <limits.h>
17494 #else
17495 # include <assert.h>
17496 #endif
17498 #undef $ac_func
17500 /* Override any GCC internal prototype to avoid an error.
17501 Use char because int might match the return type of a GCC
17502 builtin and then its argument prototype would still apply. */
17503 #ifdef __cplusplus
17504 extern "C"
17505 #endif
17506 char $ac_func ();
17507 /* The GNU C library defines this for functions which it implements
17508 to always fail with ENOSYS. Some functions are actually named
17509 something starting with __ and the normal name is an alias. */
17510 #if defined __stub_$ac_func || defined __stub___$ac_func
17511 choke me
17512 #endif
17515 main ()
17517 return $ac_func ();
17519 return 0;
17521 _ACEOF
17522 rm -f conftest.$ac_objext conftest$ac_exeext
17523 if { (ac_try="$ac_link"
17524 case "(($ac_try" in
17525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17526 *) ac_try_echo=$ac_try;;
17527 esac
17528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17529 (eval "$ac_link") 2>conftest.er1
17530 ac_status=$?
17531 grep -v '^ *+' conftest.er1 >conftest.err
17532 rm -f conftest.er1
17533 cat conftest.err >&5
17534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17535 (exit $ac_status); } && {
17536 test -z "$ac_c_werror_flag" ||
17537 test ! -s conftest.err
17538 } && test -s conftest$ac_exeext &&
17539 $as_test_x conftest$ac_exeext; then
17540 eval "$as_ac_var=yes"
17541 else
17542 echo "$as_me: failed program was:" >&5
17543 sed 's/^/| /' conftest.$ac_ext >&5
17545 eval "$as_ac_var=no"
17548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17549 conftest$ac_exeext conftest.$ac_ext
17551 ac_res=`eval echo '${'$as_ac_var'}'`
17552 { echo "$as_me:$LINENO: result: $ac_res" >&5
17553 echo "${ECHO_T}$ac_res" >&6; }
17554 if test `eval echo '${'$as_ac_var'}'` = yes; then
17555 cat >>confdefs.h <<_ACEOF
17556 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17557 _ACEOF
17560 done
17562 LIBS="$ac_wine_check_funcs_save_LIBS"
17564 if test "$ac_cv_func_poll" = no
17565 then
17566 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17567 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17568 if test "${ac_cv_lib_poll_poll+set}" = set; then
17569 echo $ECHO_N "(cached) $ECHO_C" >&6
17570 else
17571 ac_check_lib_save_LIBS=$LIBS
17572 LIBS="-lpoll $LIBS"
17573 cat >conftest.$ac_ext <<_ACEOF
17574 /* confdefs.h. */
17575 _ACEOF
17576 cat confdefs.h >>conftest.$ac_ext
17577 cat >>conftest.$ac_ext <<_ACEOF
17578 /* end confdefs.h. */
17580 /* Override any GCC internal prototype to avoid an error.
17581 Use char because int might match the return type of a GCC
17582 builtin and then its argument prototype would still apply. */
17583 #ifdef __cplusplus
17584 extern "C"
17585 #endif
17586 char poll ();
17588 main ()
17590 return poll ();
17592 return 0;
17594 _ACEOF
17595 rm -f conftest.$ac_objext conftest$ac_exeext
17596 if { (ac_try="$ac_link"
17597 case "(($ac_try" in
17598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17599 *) ac_try_echo=$ac_try;;
17600 esac
17601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17602 (eval "$ac_link") 2>conftest.er1
17603 ac_status=$?
17604 grep -v '^ *+' conftest.er1 >conftest.err
17605 rm -f conftest.er1
17606 cat conftest.err >&5
17607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17608 (exit $ac_status); } && {
17609 test -z "$ac_c_werror_flag" ||
17610 test ! -s conftest.err
17611 } && test -s conftest$ac_exeext &&
17612 $as_test_x conftest$ac_exeext; then
17613 ac_cv_lib_poll_poll=yes
17614 else
17615 echo "$as_me: failed program was:" >&5
17616 sed 's/^/| /' conftest.$ac_ext >&5
17618 ac_cv_lib_poll_poll=no
17621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17622 conftest$ac_exeext conftest.$ac_ext
17623 LIBS=$ac_check_lib_save_LIBS
17625 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17626 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17627 if test $ac_cv_lib_poll_poll = yes; then
17628 cat >>confdefs.h <<\_ACEOF
17629 #define HAVE_POLL 1
17630 _ACEOF
17631 LIBPOLL="-lpoll"
17637 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17638 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17639 if test "${ac_cv_search_gethostbyname+set}" = set; then
17640 echo $ECHO_N "(cached) $ECHO_C" >&6
17641 else
17642 ac_func_search_save_LIBS=$LIBS
17643 cat >conftest.$ac_ext <<_ACEOF
17644 /* confdefs.h. */
17645 _ACEOF
17646 cat confdefs.h >>conftest.$ac_ext
17647 cat >>conftest.$ac_ext <<_ACEOF
17648 /* end confdefs.h. */
17650 /* Override any GCC internal prototype to avoid an error.
17651 Use char because int might match the return type of a GCC
17652 builtin and then its argument prototype would still apply. */
17653 #ifdef __cplusplus
17654 extern "C"
17655 #endif
17656 char gethostbyname ();
17658 main ()
17660 return gethostbyname ();
17662 return 0;
17664 _ACEOF
17665 for ac_lib in '' nsl; do
17666 if test -z "$ac_lib"; then
17667 ac_res="none required"
17668 else
17669 ac_res=-l$ac_lib
17670 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17672 rm -f conftest.$ac_objext conftest$ac_exeext
17673 if { (ac_try="$ac_link"
17674 case "(($ac_try" in
17675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17676 *) ac_try_echo=$ac_try;;
17677 esac
17678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17679 (eval "$ac_link") 2>conftest.er1
17680 ac_status=$?
17681 grep -v '^ *+' conftest.er1 >conftest.err
17682 rm -f conftest.er1
17683 cat conftest.err >&5
17684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17685 (exit $ac_status); } && {
17686 test -z "$ac_c_werror_flag" ||
17687 test ! -s conftest.err
17688 } && test -s conftest$ac_exeext &&
17689 $as_test_x conftest$ac_exeext; then
17690 ac_cv_search_gethostbyname=$ac_res
17691 else
17692 echo "$as_me: failed program was:" >&5
17693 sed 's/^/| /' conftest.$ac_ext >&5
17698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17699 conftest$ac_exeext
17700 if test "${ac_cv_search_gethostbyname+set}" = set; then
17701 break
17703 done
17704 if test "${ac_cv_search_gethostbyname+set}" = set; then
17706 else
17707 ac_cv_search_gethostbyname=no
17709 rm conftest.$ac_ext
17710 LIBS=$ac_func_search_save_LIBS
17712 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17713 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17714 ac_res=$ac_cv_search_gethostbyname
17715 if test "$ac_res" != no; then
17716 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17721 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17722 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17723 if test "${ac_cv_search_connect+set}" = set; then
17724 echo $ECHO_N "(cached) $ECHO_C" >&6
17725 else
17726 ac_func_search_save_LIBS=$LIBS
17727 cat >conftest.$ac_ext <<_ACEOF
17728 /* confdefs.h. */
17729 _ACEOF
17730 cat confdefs.h >>conftest.$ac_ext
17731 cat >>conftest.$ac_ext <<_ACEOF
17732 /* end confdefs.h. */
17734 /* Override any GCC internal prototype to avoid an error.
17735 Use char because int might match the return type of a GCC
17736 builtin and then its argument prototype would still apply. */
17737 #ifdef __cplusplus
17738 extern "C"
17739 #endif
17740 char connect ();
17742 main ()
17744 return connect ();
17746 return 0;
17748 _ACEOF
17749 for ac_lib in '' socket; do
17750 if test -z "$ac_lib"; then
17751 ac_res="none required"
17752 else
17753 ac_res=-l$ac_lib
17754 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17756 rm -f conftest.$ac_objext conftest$ac_exeext
17757 if { (ac_try="$ac_link"
17758 case "(($ac_try" in
17759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17760 *) ac_try_echo=$ac_try;;
17761 esac
17762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17763 (eval "$ac_link") 2>conftest.er1
17764 ac_status=$?
17765 grep -v '^ *+' conftest.er1 >conftest.err
17766 rm -f conftest.er1
17767 cat conftest.err >&5
17768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17769 (exit $ac_status); } && {
17770 test -z "$ac_c_werror_flag" ||
17771 test ! -s conftest.err
17772 } && test -s conftest$ac_exeext &&
17773 $as_test_x conftest$ac_exeext; then
17774 ac_cv_search_connect=$ac_res
17775 else
17776 echo "$as_me: failed program was:" >&5
17777 sed 's/^/| /' conftest.$ac_ext >&5
17782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17783 conftest$ac_exeext
17784 if test "${ac_cv_search_connect+set}" = set; then
17785 break
17787 done
17788 if test "${ac_cv_search_connect+set}" = set; then
17790 else
17791 ac_cv_search_connect=no
17793 rm conftest.$ac_ext
17794 LIBS=$ac_func_search_save_LIBS
17796 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17797 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17798 ac_res=$ac_cv_search_connect
17799 if test "$ac_res" != no; then
17800 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17805 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17806 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17807 if test "${ac_cv_search_inet_aton+set}" = set; then
17808 echo $ECHO_N "(cached) $ECHO_C" >&6
17809 else
17810 ac_func_search_save_LIBS=$LIBS
17811 cat >conftest.$ac_ext <<_ACEOF
17812 /* confdefs.h. */
17813 _ACEOF
17814 cat confdefs.h >>conftest.$ac_ext
17815 cat >>conftest.$ac_ext <<_ACEOF
17816 /* end confdefs.h. */
17818 /* Override any GCC internal prototype to avoid an error.
17819 Use char because int might match the return type of a GCC
17820 builtin and then its argument prototype would still apply. */
17821 #ifdef __cplusplus
17822 extern "C"
17823 #endif
17824 char inet_aton ();
17826 main ()
17828 return inet_aton ();
17830 return 0;
17832 _ACEOF
17833 for ac_lib in '' resolv; do
17834 if test -z "$ac_lib"; then
17835 ac_res="none required"
17836 else
17837 ac_res=-l$ac_lib
17838 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17840 rm -f conftest.$ac_objext conftest$ac_exeext
17841 if { (ac_try="$ac_link"
17842 case "(($ac_try" in
17843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17844 *) ac_try_echo=$ac_try;;
17845 esac
17846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17847 (eval "$ac_link") 2>conftest.er1
17848 ac_status=$?
17849 grep -v '^ *+' conftest.er1 >conftest.err
17850 rm -f conftest.er1
17851 cat conftest.err >&5
17852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17853 (exit $ac_status); } && {
17854 test -z "$ac_c_werror_flag" ||
17855 test ! -s conftest.err
17856 } && test -s conftest$ac_exeext &&
17857 $as_test_x conftest$ac_exeext; then
17858 ac_cv_search_inet_aton=$ac_res
17859 else
17860 echo "$as_me: failed program was:" >&5
17861 sed 's/^/| /' conftest.$ac_ext >&5
17866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17867 conftest$ac_exeext
17868 if test "${ac_cv_search_inet_aton+set}" = set; then
17869 break
17871 done
17872 if test "${ac_cv_search_inet_aton+set}" = set; then
17874 else
17875 ac_cv_search_inet_aton=no
17877 rm conftest.$ac_ext
17878 LIBS=$ac_func_search_save_LIBS
17880 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17881 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17882 ac_res=$ac_cv_search_inet_aton
17883 if test "$ac_res" != no; then
17884 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17897 for ac_func in \
17898 getaddrinfo \
17899 getnameinfo \
17900 getnetbyname \
17901 getprotobyname \
17902 getprotobynumber \
17903 getservbyport \
17904 inet_network \
17905 sendmsg \
17908 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17909 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17910 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17911 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17912 echo $ECHO_N "(cached) $ECHO_C" >&6
17913 else
17914 cat >conftest.$ac_ext <<_ACEOF
17915 /* confdefs.h. */
17916 _ACEOF
17917 cat confdefs.h >>conftest.$ac_ext
17918 cat >>conftest.$ac_ext <<_ACEOF
17919 /* end confdefs.h. */
17920 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17921 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17922 #define $ac_func innocuous_$ac_func
17924 /* System header to define __stub macros and hopefully few prototypes,
17925 which can conflict with char $ac_func (); below.
17926 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17927 <limits.h> exists even on freestanding compilers. */
17929 #ifdef __STDC__
17930 # include <limits.h>
17931 #else
17932 # include <assert.h>
17933 #endif
17935 #undef $ac_func
17937 /* Override any GCC internal prototype to avoid an error.
17938 Use char because int might match the return type of a GCC
17939 builtin and then its argument prototype would still apply. */
17940 #ifdef __cplusplus
17941 extern "C"
17942 #endif
17943 char $ac_func ();
17944 /* The GNU C library defines this for functions which it implements
17945 to always fail with ENOSYS. Some functions are actually named
17946 something starting with __ and the normal name is an alias. */
17947 #if defined __stub_$ac_func || defined __stub___$ac_func
17948 choke me
17949 #endif
17952 main ()
17954 return $ac_func ();
17956 return 0;
17958 _ACEOF
17959 rm -f conftest.$ac_objext conftest$ac_exeext
17960 if { (ac_try="$ac_link"
17961 case "(($ac_try" in
17962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17963 *) ac_try_echo=$ac_try;;
17964 esac
17965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17966 (eval "$ac_link") 2>conftest.er1
17967 ac_status=$?
17968 grep -v '^ *+' conftest.er1 >conftest.err
17969 rm -f conftest.er1
17970 cat conftest.err >&5
17971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17972 (exit $ac_status); } && {
17973 test -z "$ac_c_werror_flag" ||
17974 test ! -s conftest.err
17975 } && test -s conftest$ac_exeext &&
17976 $as_test_x conftest$ac_exeext; then
17977 eval "$as_ac_var=yes"
17978 else
17979 echo "$as_me: failed program was:" >&5
17980 sed 's/^/| /' conftest.$ac_ext >&5
17982 eval "$as_ac_var=no"
17985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17986 conftest$ac_exeext conftest.$ac_ext
17988 ac_res=`eval echo '${'$as_ac_var'}'`
17989 { echo "$as_me:$LINENO: result: $ac_res" >&5
17990 echo "${ECHO_T}$ac_res" >&6; }
17991 if test `eval echo '${'$as_ac_var'}'` = yes; then
17992 cat >>confdefs.h <<_ACEOF
17993 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17994 _ACEOF
17997 done
18000 LDAPLIBS=""
18002 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18003 then
18004 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18005 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18006 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18007 echo $ECHO_N "(cached) $ECHO_C" >&6
18008 else
18009 cat >conftest.$ac_ext <<_ACEOF
18010 /* confdefs.h. */
18011 _ACEOF
18012 cat confdefs.h >>conftest.$ac_ext
18013 cat >>conftest.$ac_ext <<_ACEOF
18014 /* end confdefs.h. */
18015 #include <ldap.h>
18017 typedef LDAPSortKey ac__type_new_;
18019 main ()
18021 if ((ac__type_new_ *) 0)
18022 return 0;
18023 if (sizeof (ac__type_new_))
18024 return 0;
18026 return 0;
18028 _ACEOF
18029 rm -f conftest.$ac_objext
18030 if { (ac_try="$ac_compile"
18031 case "(($ac_try" in
18032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18033 *) ac_try_echo=$ac_try;;
18034 esac
18035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18036 (eval "$ac_compile") 2>conftest.er1
18037 ac_status=$?
18038 grep -v '^ *+' conftest.er1 >conftest.err
18039 rm -f conftest.er1
18040 cat conftest.err >&5
18041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18042 (exit $ac_status); } && {
18043 test -z "$ac_c_werror_flag" ||
18044 test ! -s conftest.err
18045 } && test -s conftest.$ac_objext; then
18046 ac_cv_type_LDAPSortKey=yes
18047 else
18048 echo "$as_me: failed program was:" >&5
18049 sed 's/^/| /' conftest.$ac_ext >&5
18051 ac_cv_type_LDAPSortKey=no
18054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18056 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18057 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18058 if test $ac_cv_type_LDAPSortKey = yes; then
18059 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18060 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18061 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18062 echo $ECHO_N "(cached) $ECHO_C" >&6
18063 else
18064 ac_check_lib_save_LIBS=$LIBS
18065 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18066 cat >conftest.$ac_ext <<_ACEOF
18067 /* confdefs.h. */
18068 _ACEOF
18069 cat confdefs.h >>conftest.$ac_ext
18070 cat >>conftest.$ac_ext <<_ACEOF
18071 /* end confdefs.h. */
18073 /* Override any GCC internal prototype to avoid an error.
18074 Use char because int might match the return type of a GCC
18075 builtin and then its argument prototype would still apply. */
18076 #ifdef __cplusplus
18077 extern "C"
18078 #endif
18079 char ldap_initialize ();
18081 main ()
18083 return ldap_initialize ();
18085 return 0;
18087 _ACEOF
18088 rm -f conftest.$ac_objext conftest$ac_exeext
18089 if { (ac_try="$ac_link"
18090 case "(($ac_try" in
18091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18092 *) ac_try_echo=$ac_try;;
18093 esac
18094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18095 (eval "$ac_link") 2>conftest.er1
18096 ac_status=$?
18097 grep -v '^ *+' conftest.er1 >conftest.err
18098 rm -f conftest.er1
18099 cat conftest.err >&5
18100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18101 (exit $ac_status); } && {
18102 test -z "$ac_c_werror_flag" ||
18103 test ! -s conftest.err
18104 } && test -s conftest$ac_exeext &&
18105 $as_test_x conftest$ac_exeext; then
18106 ac_cv_lib_ldap_r_ldap_initialize=yes
18107 else
18108 echo "$as_me: failed program was:" >&5
18109 sed 's/^/| /' conftest.$ac_ext >&5
18111 ac_cv_lib_ldap_r_ldap_initialize=no
18114 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18115 conftest$ac_exeext conftest.$ac_ext
18116 LIBS=$ac_check_lib_save_LIBS
18118 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18119 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18120 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18121 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18122 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18123 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18124 echo $ECHO_N "(cached) $ECHO_C" >&6
18125 else
18126 ac_check_lib_save_LIBS=$LIBS
18127 LIBS="-llber $LIBPTHREAD $LIBS"
18128 cat >conftest.$ac_ext <<_ACEOF
18129 /* confdefs.h. */
18130 _ACEOF
18131 cat confdefs.h >>conftest.$ac_ext
18132 cat >>conftest.$ac_ext <<_ACEOF
18133 /* end confdefs.h. */
18135 /* Override any GCC internal prototype to avoid an error.
18136 Use char because int might match the return type of a GCC
18137 builtin and then its argument prototype would still apply. */
18138 #ifdef __cplusplus
18139 extern "C"
18140 #endif
18141 char ber_init ();
18143 main ()
18145 return ber_init ();
18147 return 0;
18149 _ACEOF
18150 rm -f conftest.$ac_objext conftest$ac_exeext
18151 if { (ac_try="$ac_link"
18152 case "(($ac_try" in
18153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18154 *) ac_try_echo=$ac_try;;
18155 esac
18156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18157 (eval "$ac_link") 2>conftest.er1
18158 ac_status=$?
18159 grep -v '^ *+' conftest.er1 >conftest.err
18160 rm -f conftest.er1
18161 cat conftest.err >&5
18162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18163 (exit $ac_status); } && {
18164 test -z "$ac_c_werror_flag" ||
18165 test ! -s conftest.err
18166 } && test -s conftest$ac_exeext &&
18167 $as_test_x conftest$ac_exeext; then
18168 ac_cv_lib_lber_ber_init=yes
18169 else
18170 echo "$as_me: failed program was:" >&5
18171 sed 's/^/| /' conftest.$ac_ext >&5
18173 ac_cv_lib_lber_ber_init=no
18176 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18177 conftest$ac_exeext conftest.$ac_ext
18178 LIBS=$ac_check_lib_save_LIBS
18180 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18181 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18182 if test $ac_cv_lib_lber_ber_init = yes; then
18184 cat >>confdefs.h <<\_ACEOF
18185 #define HAVE_LDAP 1
18186 _ACEOF
18188 LDAPLIBS="-lldap_r -llber"
18195 ac_wine_check_funcs_save_LIBS="$LIBS"
18196 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18205 for ac_func in \
18206 ldap_count_references \
18207 ldap_first_reference \
18208 ldap_next_reference \
18209 ldap_parse_reference \
18210 ldap_parse_sort_control \
18211 ldap_parse_sortresponse_control \
18212 ldap_parse_vlv_control \
18213 ldap_parse_vlvresponse_control
18215 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18216 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18217 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18218 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18219 echo $ECHO_N "(cached) $ECHO_C" >&6
18220 else
18221 cat >conftest.$ac_ext <<_ACEOF
18222 /* confdefs.h. */
18223 _ACEOF
18224 cat confdefs.h >>conftest.$ac_ext
18225 cat >>conftest.$ac_ext <<_ACEOF
18226 /* end confdefs.h. */
18227 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18228 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18229 #define $ac_func innocuous_$ac_func
18231 /* System header to define __stub macros and hopefully few prototypes,
18232 which can conflict with char $ac_func (); below.
18233 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18234 <limits.h> exists even on freestanding compilers. */
18236 #ifdef __STDC__
18237 # include <limits.h>
18238 #else
18239 # include <assert.h>
18240 #endif
18242 #undef $ac_func
18244 /* Override any GCC internal prototype to avoid an error.
18245 Use char because int might match the return type of a GCC
18246 builtin and then its argument prototype would still apply. */
18247 #ifdef __cplusplus
18248 extern "C"
18249 #endif
18250 char $ac_func ();
18251 /* The GNU C library defines this for functions which it implements
18252 to always fail with ENOSYS. Some functions are actually named
18253 something starting with __ and the normal name is an alias. */
18254 #if defined __stub_$ac_func || defined __stub___$ac_func
18255 choke me
18256 #endif
18259 main ()
18261 return $ac_func ();
18263 return 0;
18265 _ACEOF
18266 rm -f conftest.$ac_objext conftest$ac_exeext
18267 if { (ac_try="$ac_link"
18268 case "(($ac_try" in
18269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18270 *) ac_try_echo=$ac_try;;
18271 esac
18272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18273 (eval "$ac_link") 2>conftest.er1
18274 ac_status=$?
18275 grep -v '^ *+' conftest.er1 >conftest.err
18276 rm -f conftest.er1
18277 cat conftest.err >&5
18278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18279 (exit $ac_status); } && {
18280 test -z "$ac_c_werror_flag" ||
18281 test ! -s conftest.err
18282 } && test -s conftest$ac_exeext &&
18283 $as_test_x conftest$ac_exeext; then
18284 eval "$as_ac_var=yes"
18285 else
18286 echo "$as_me: failed program was:" >&5
18287 sed 's/^/| /' conftest.$ac_ext >&5
18289 eval "$as_ac_var=no"
18292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18293 conftest$ac_exeext conftest.$ac_ext
18295 ac_res=`eval echo '${'$as_ac_var'}'`
18296 { echo "$as_me:$LINENO: result: $ac_res" >&5
18297 echo "${ECHO_T}$ac_res" >&6; }
18298 if test `eval echo '${'$as_ac_var'}'` = yes; then
18299 cat >>confdefs.h <<_ACEOF
18300 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18301 _ACEOF
18304 done
18306 LIBS="$ac_wine_check_funcs_save_LIBS"
18308 if test "x$LDAPLIBS" = "x"; then
18309 case "x$with_ldap" in
18310 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18311 xno) ;;
18312 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18313 This is an error since --with-ldap was requested." >&5
18314 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18315 This is an error since --with-ldap was requested." >&2;}
18316 { (exit 1); exit 1; }; } ;;
18317 esac
18322 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18323 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18324 if test "${ac_cv_c_const+set}" = set; then
18325 echo $ECHO_N "(cached) $ECHO_C" >&6
18326 else
18327 cat >conftest.$ac_ext <<_ACEOF
18328 /* confdefs.h. */
18329 _ACEOF
18330 cat confdefs.h >>conftest.$ac_ext
18331 cat >>conftest.$ac_ext <<_ACEOF
18332 /* end confdefs.h. */
18335 main ()
18337 /* FIXME: Include the comments suggested by Paul. */
18338 #ifndef __cplusplus
18339 /* Ultrix mips cc rejects this. */
18340 typedef int charset[2];
18341 const charset cs;
18342 /* SunOS 4.1.1 cc rejects this. */
18343 char const *const *pcpcc;
18344 char **ppc;
18345 /* NEC SVR4.0.2 mips cc rejects this. */
18346 struct point {int x, y;};
18347 static struct point const zero = {0,0};
18348 /* AIX XL C 1.02.0.0 rejects this.
18349 It does not let you subtract one const X* pointer from another in
18350 an arm of an if-expression whose if-part is not a constant
18351 expression */
18352 const char *g = "string";
18353 pcpcc = &g + (g ? g-g : 0);
18354 /* HPUX 7.0 cc rejects these. */
18355 ++pcpcc;
18356 ppc = (char**) pcpcc;
18357 pcpcc = (char const *const *) ppc;
18358 { /* SCO 3.2v4 cc rejects this. */
18359 char *t;
18360 char const *s = 0 ? (char *) 0 : (char const *) 0;
18362 *t++ = 0;
18363 if (s) return 0;
18365 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18366 int x[] = {25, 17};
18367 const int *foo = &x[0];
18368 ++foo;
18370 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18371 typedef const int *iptr;
18372 iptr p = 0;
18373 ++p;
18375 { /* AIX XL C 1.02.0.0 rejects this saying
18376 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18377 struct s { int j; const int *ap[3]; };
18378 struct s *b; b->j = 5;
18380 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18381 const int foo = 10;
18382 if (!foo) return 0;
18384 return !cs[0] && !zero.x;
18385 #endif
18388 return 0;
18390 _ACEOF
18391 rm -f conftest.$ac_objext
18392 if { (ac_try="$ac_compile"
18393 case "(($ac_try" in
18394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18395 *) ac_try_echo=$ac_try;;
18396 esac
18397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18398 (eval "$ac_compile") 2>conftest.er1
18399 ac_status=$?
18400 grep -v '^ *+' conftest.er1 >conftest.err
18401 rm -f conftest.er1
18402 cat conftest.err >&5
18403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18404 (exit $ac_status); } && {
18405 test -z "$ac_c_werror_flag" ||
18406 test ! -s conftest.err
18407 } && test -s conftest.$ac_objext; then
18408 ac_cv_c_const=yes
18409 else
18410 echo "$as_me: failed program was:" >&5
18411 sed 's/^/| /' conftest.$ac_ext >&5
18413 ac_cv_c_const=no
18416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18418 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18419 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18420 if test $ac_cv_c_const = no; then
18422 cat >>confdefs.h <<\_ACEOF
18423 #define const
18424 _ACEOF
18428 { echo "$as_me:$LINENO: checking for inline" >&5
18429 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18430 if test "${ac_cv_c_inline+set}" = set; then
18431 echo $ECHO_N "(cached) $ECHO_C" >&6
18432 else
18433 ac_cv_c_inline=no
18434 for ac_kw in inline __inline__ __inline; do
18435 cat >conftest.$ac_ext <<_ACEOF
18436 /* confdefs.h. */
18437 _ACEOF
18438 cat confdefs.h >>conftest.$ac_ext
18439 cat >>conftest.$ac_ext <<_ACEOF
18440 /* end confdefs.h. */
18441 #ifndef __cplusplus
18442 typedef int foo_t;
18443 static $ac_kw foo_t static_foo () {return 0; }
18444 $ac_kw foo_t foo () {return 0; }
18445 #endif
18447 _ACEOF
18448 rm -f conftest.$ac_objext
18449 if { (ac_try="$ac_compile"
18450 case "(($ac_try" in
18451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18452 *) ac_try_echo=$ac_try;;
18453 esac
18454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18455 (eval "$ac_compile") 2>conftest.er1
18456 ac_status=$?
18457 grep -v '^ *+' conftest.er1 >conftest.err
18458 rm -f conftest.er1
18459 cat conftest.err >&5
18460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18461 (exit $ac_status); } && {
18462 test -z "$ac_c_werror_flag" ||
18463 test ! -s conftest.err
18464 } && test -s conftest.$ac_objext; then
18465 ac_cv_c_inline=$ac_kw
18466 else
18467 echo "$as_me: failed program was:" >&5
18468 sed 's/^/| /' conftest.$ac_ext >&5
18473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18474 test "$ac_cv_c_inline" != no && break
18475 done
18478 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18479 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18482 case $ac_cv_c_inline in
18483 inline | yes) ;;
18485 case $ac_cv_c_inline in
18486 no) ac_val=;;
18487 *) ac_val=$ac_cv_c_inline;;
18488 esac
18489 cat >>confdefs.h <<_ACEOF
18490 #ifndef __cplusplus
18491 #define inline $ac_val
18492 #endif
18493 _ACEOF
18495 esac
18497 { echo "$as_me:$LINENO: checking for mode_t" >&5
18498 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18499 if test "${ac_cv_type_mode_t+set}" = set; then
18500 echo $ECHO_N "(cached) $ECHO_C" >&6
18501 else
18502 cat >conftest.$ac_ext <<_ACEOF
18503 /* confdefs.h. */
18504 _ACEOF
18505 cat confdefs.h >>conftest.$ac_ext
18506 cat >>conftest.$ac_ext <<_ACEOF
18507 /* end confdefs.h. */
18508 $ac_includes_default
18509 typedef mode_t ac__type_new_;
18511 main ()
18513 if ((ac__type_new_ *) 0)
18514 return 0;
18515 if (sizeof (ac__type_new_))
18516 return 0;
18518 return 0;
18520 _ACEOF
18521 rm -f conftest.$ac_objext
18522 if { (ac_try="$ac_compile"
18523 case "(($ac_try" in
18524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18525 *) ac_try_echo=$ac_try;;
18526 esac
18527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18528 (eval "$ac_compile") 2>conftest.er1
18529 ac_status=$?
18530 grep -v '^ *+' conftest.er1 >conftest.err
18531 rm -f conftest.er1
18532 cat conftest.err >&5
18533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18534 (exit $ac_status); } && {
18535 test -z "$ac_c_werror_flag" ||
18536 test ! -s conftest.err
18537 } && test -s conftest.$ac_objext; then
18538 ac_cv_type_mode_t=yes
18539 else
18540 echo "$as_me: failed program was:" >&5
18541 sed 's/^/| /' conftest.$ac_ext >&5
18543 ac_cv_type_mode_t=no
18546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18548 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18549 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18550 if test $ac_cv_type_mode_t = yes; then
18552 cat >>confdefs.h <<_ACEOF
18553 #define HAVE_MODE_T 1
18554 _ACEOF
18558 { echo "$as_me:$LINENO: checking for off_t" >&5
18559 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18560 if test "${ac_cv_type_off_t+set}" = set; then
18561 echo $ECHO_N "(cached) $ECHO_C" >&6
18562 else
18563 cat >conftest.$ac_ext <<_ACEOF
18564 /* confdefs.h. */
18565 _ACEOF
18566 cat confdefs.h >>conftest.$ac_ext
18567 cat >>conftest.$ac_ext <<_ACEOF
18568 /* end confdefs.h. */
18569 $ac_includes_default
18570 typedef off_t ac__type_new_;
18572 main ()
18574 if ((ac__type_new_ *) 0)
18575 return 0;
18576 if (sizeof (ac__type_new_))
18577 return 0;
18579 return 0;
18581 _ACEOF
18582 rm -f conftest.$ac_objext
18583 if { (ac_try="$ac_compile"
18584 case "(($ac_try" in
18585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18586 *) ac_try_echo=$ac_try;;
18587 esac
18588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18589 (eval "$ac_compile") 2>conftest.er1
18590 ac_status=$?
18591 grep -v '^ *+' conftest.er1 >conftest.err
18592 rm -f conftest.er1
18593 cat conftest.err >&5
18594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18595 (exit $ac_status); } && {
18596 test -z "$ac_c_werror_flag" ||
18597 test ! -s conftest.err
18598 } && test -s conftest.$ac_objext; then
18599 ac_cv_type_off_t=yes
18600 else
18601 echo "$as_me: failed program was:" >&5
18602 sed 's/^/| /' conftest.$ac_ext >&5
18604 ac_cv_type_off_t=no
18607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18609 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18610 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18611 if test $ac_cv_type_off_t = yes; then
18613 cat >>confdefs.h <<_ACEOF
18614 #define HAVE_OFF_T 1
18615 _ACEOF
18619 { echo "$as_me:$LINENO: checking for pid_t" >&5
18620 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18621 if test "${ac_cv_type_pid_t+set}" = set; then
18622 echo $ECHO_N "(cached) $ECHO_C" >&6
18623 else
18624 cat >conftest.$ac_ext <<_ACEOF
18625 /* confdefs.h. */
18626 _ACEOF
18627 cat confdefs.h >>conftest.$ac_ext
18628 cat >>conftest.$ac_ext <<_ACEOF
18629 /* end confdefs.h. */
18630 $ac_includes_default
18631 typedef pid_t ac__type_new_;
18633 main ()
18635 if ((ac__type_new_ *) 0)
18636 return 0;
18637 if (sizeof (ac__type_new_))
18638 return 0;
18640 return 0;
18642 _ACEOF
18643 rm -f conftest.$ac_objext
18644 if { (ac_try="$ac_compile"
18645 case "(($ac_try" in
18646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18647 *) ac_try_echo=$ac_try;;
18648 esac
18649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18650 (eval "$ac_compile") 2>conftest.er1
18651 ac_status=$?
18652 grep -v '^ *+' conftest.er1 >conftest.err
18653 rm -f conftest.er1
18654 cat conftest.err >&5
18655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18656 (exit $ac_status); } && {
18657 test -z "$ac_c_werror_flag" ||
18658 test ! -s conftest.err
18659 } && test -s conftest.$ac_objext; then
18660 ac_cv_type_pid_t=yes
18661 else
18662 echo "$as_me: failed program was:" >&5
18663 sed 's/^/| /' conftest.$ac_ext >&5
18665 ac_cv_type_pid_t=no
18668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18670 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18671 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18672 if test $ac_cv_type_pid_t = yes; then
18674 cat >>confdefs.h <<_ACEOF
18675 #define HAVE_PID_T 1
18676 _ACEOF
18680 { echo "$as_me:$LINENO: checking for size_t" >&5
18681 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18682 if test "${ac_cv_type_size_t+set}" = set; then
18683 echo $ECHO_N "(cached) $ECHO_C" >&6
18684 else
18685 cat >conftest.$ac_ext <<_ACEOF
18686 /* confdefs.h. */
18687 _ACEOF
18688 cat confdefs.h >>conftest.$ac_ext
18689 cat >>conftest.$ac_ext <<_ACEOF
18690 /* end confdefs.h. */
18691 $ac_includes_default
18692 typedef size_t ac__type_new_;
18694 main ()
18696 if ((ac__type_new_ *) 0)
18697 return 0;
18698 if (sizeof (ac__type_new_))
18699 return 0;
18701 return 0;
18703 _ACEOF
18704 rm -f conftest.$ac_objext
18705 if { (ac_try="$ac_compile"
18706 case "(($ac_try" in
18707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18708 *) ac_try_echo=$ac_try;;
18709 esac
18710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18711 (eval "$ac_compile") 2>conftest.er1
18712 ac_status=$?
18713 grep -v '^ *+' conftest.er1 >conftest.err
18714 rm -f conftest.er1
18715 cat conftest.err >&5
18716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18717 (exit $ac_status); } && {
18718 test -z "$ac_c_werror_flag" ||
18719 test ! -s conftest.err
18720 } && test -s conftest.$ac_objext; then
18721 ac_cv_type_size_t=yes
18722 else
18723 echo "$as_me: failed program was:" >&5
18724 sed 's/^/| /' conftest.$ac_ext >&5
18726 ac_cv_type_size_t=no
18729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18731 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18732 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18733 if test $ac_cv_type_size_t = yes; then
18735 cat >>confdefs.h <<_ACEOF
18736 #define HAVE_SIZE_T 1
18737 _ACEOF
18741 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18742 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18743 if test "${ac_cv_type_ssize_t+set}" = set; then
18744 echo $ECHO_N "(cached) $ECHO_C" >&6
18745 else
18746 cat >conftest.$ac_ext <<_ACEOF
18747 /* confdefs.h. */
18748 _ACEOF
18749 cat confdefs.h >>conftest.$ac_ext
18750 cat >>conftest.$ac_ext <<_ACEOF
18751 /* end confdefs.h. */
18752 $ac_includes_default
18753 typedef ssize_t ac__type_new_;
18755 main ()
18757 if ((ac__type_new_ *) 0)
18758 return 0;
18759 if (sizeof (ac__type_new_))
18760 return 0;
18762 return 0;
18764 _ACEOF
18765 rm -f conftest.$ac_objext
18766 if { (ac_try="$ac_compile"
18767 case "(($ac_try" in
18768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18769 *) ac_try_echo=$ac_try;;
18770 esac
18771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18772 (eval "$ac_compile") 2>conftest.er1
18773 ac_status=$?
18774 grep -v '^ *+' conftest.er1 >conftest.err
18775 rm -f conftest.er1
18776 cat conftest.err >&5
18777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18778 (exit $ac_status); } && {
18779 test -z "$ac_c_werror_flag" ||
18780 test ! -s conftest.err
18781 } && test -s conftest.$ac_objext; then
18782 ac_cv_type_ssize_t=yes
18783 else
18784 echo "$as_me: failed program was:" >&5
18785 sed 's/^/| /' conftest.$ac_ext >&5
18787 ac_cv_type_ssize_t=no
18790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18792 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18793 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18794 if test $ac_cv_type_ssize_t = yes; then
18796 cat >>confdefs.h <<_ACEOF
18797 #define HAVE_SSIZE_T 1
18798 _ACEOF
18802 { echo "$as_me:$LINENO: checking for long long" >&5
18803 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18804 if test "${ac_cv_type_long_long+set}" = set; then
18805 echo $ECHO_N "(cached) $ECHO_C" >&6
18806 else
18807 cat >conftest.$ac_ext <<_ACEOF
18808 /* confdefs.h. */
18809 _ACEOF
18810 cat confdefs.h >>conftest.$ac_ext
18811 cat >>conftest.$ac_ext <<_ACEOF
18812 /* end confdefs.h. */
18813 $ac_includes_default
18814 typedef long long ac__type_new_;
18816 main ()
18818 if ((ac__type_new_ *) 0)
18819 return 0;
18820 if (sizeof (ac__type_new_))
18821 return 0;
18823 return 0;
18825 _ACEOF
18826 rm -f conftest.$ac_objext
18827 if { (ac_try="$ac_compile"
18828 case "(($ac_try" in
18829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18830 *) ac_try_echo=$ac_try;;
18831 esac
18832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18833 (eval "$ac_compile") 2>conftest.er1
18834 ac_status=$?
18835 grep -v '^ *+' conftest.er1 >conftest.err
18836 rm -f conftest.er1
18837 cat conftest.err >&5
18838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18839 (exit $ac_status); } && {
18840 test -z "$ac_c_werror_flag" ||
18841 test ! -s conftest.err
18842 } && test -s conftest.$ac_objext; then
18843 ac_cv_type_long_long=yes
18844 else
18845 echo "$as_me: failed program was:" >&5
18846 sed 's/^/| /' conftest.$ac_ext >&5
18848 ac_cv_type_long_long=no
18851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18853 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18854 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18855 if test $ac_cv_type_long_long = yes; then
18857 cat >>confdefs.h <<_ACEOF
18858 #define HAVE_LONG_LONG 1
18859 _ACEOF
18863 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18864 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18865 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18866 echo $ECHO_N "(cached) $ECHO_C" >&6
18867 else
18868 cat >conftest.$ac_ext <<_ACEOF
18869 /* confdefs.h. */
18870 _ACEOF
18871 cat confdefs.h >>conftest.$ac_ext
18872 cat >>conftest.$ac_ext <<_ACEOF
18873 /* end confdefs.h. */
18874 $ac_includes_default
18875 typedef fsblkcnt_t ac__type_new_;
18877 main ()
18879 if ((ac__type_new_ *) 0)
18880 return 0;
18881 if (sizeof (ac__type_new_))
18882 return 0;
18884 return 0;
18886 _ACEOF
18887 rm -f conftest.$ac_objext
18888 if { (ac_try="$ac_compile"
18889 case "(($ac_try" in
18890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18891 *) ac_try_echo=$ac_try;;
18892 esac
18893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18894 (eval "$ac_compile") 2>conftest.er1
18895 ac_status=$?
18896 grep -v '^ *+' conftest.er1 >conftest.err
18897 rm -f conftest.er1
18898 cat conftest.err >&5
18899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18900 (exit $ac_status); } && {
18901 test -z "$ac_c_werror_flag" ||
18902 test ! -s conftest.err
18903 } && test -s conftest.$ac_objext; then
18904 ac_cv_type_fsblkcnt_t=yes
18905 else
18906 echo "$as_me: failed program was:" >&5
18907 sed 's/^/| /' conftest.$ac_ext >&5
18909 ac_cv_type_fsblkcnt_t=no
18912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18914 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18915 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18916 if test $ac_cv_type_fsblkcnt_t = yes; then
18918 cat >>confdefs.h <<_ACEOF
18919 #define HAVE_FSBLKCNT_T 1
18920 _ACEOF
18924 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18925 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18926 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18927 echo $ECHO_N "(cached) $ECHO_C" >&6
18928 else
18929 cat >conftest.$ac_ext <<_ACEOF
18930 /* confdefs.h. */
18931 _ACEOF
18932 cat confdefs.h >>conftest.$ac_ext
18933 cat >>conftest.$ac_ext <<_ACEOF
18934 /* end confdefs.h. */
18935 $ac_includes_default
18936 typedef fsfilcnt_t ac__type_new_;
18938 main ()
18940 if ((ac__type_new_ *) 0)
18941 return 0;
18942 if (sizeof (ac__type_new_))
18943 return 0;
18945 return 0;
18947 _ACEOF
18948 rm -f conftest.$ac_objext
18949 if { (ac_try="$ac_compile"
18950 case "(($ac_try" in
18951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18952 *) ac_try_echo=$ac_try;;
18953 esac
18954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18955 (eval "$ac_compile") 2>conftest.er1
18956 ac_status=$?
18957 grep -v '^ *+' conftest.er1 >conftest.err
18958 rm -f conftest.er1
18959 cat conftest.err >&5
18960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18961 (exit $ac_status); } && {
18962 test -z "$ac_c_werror_flag" ||
18963 test ! -s conftest.err
18964 } && test -s conftest.$ac_objext; then
18965 ac_cv_type_fsfilcnt_t=yes
18966 else
18967 echo "$as_me: failed program was:" >&5
18968 sed 's/^/| /' conftest.$ac_ext >&5
18970 ac_cv_type_fsfilcnt_t=no
18973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18975 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18976 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18977 if test $ac_cv_type_fsfilcnt_t = yes; then
18979 cat >>confdefs.h <<_ACEOF
18980 #define HAVE_FSFILCNT_T 1
18981 _ACEOF
18986 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18987 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18988 if test "${ac_cv_type_sigset_t+set}" = set; then
18989 echo $ECHO_N "(cached) $ECHO_C" >&6
18990 else
18991 cat >conftest.$ac_ext <<_ACEOF
18992 /* confdefs.h. */
18993 _ACEOF
18994 cat confdefs.h >>conftest.$ac_ext
18995 cat >>conftest.$ac_ext <<_ACEOF
18996 /* end confdefs.h. */
18997 #include <sys/types.h>
18998 #include <signal.h>
19000 typedef sigset_t ac__type_new_;
19002 main ()
19004 if ((ac__type_new_ *) 0)
19005 return 0;
19006 if (sizeof (ac__type_new_))
19007 return 0;
19009 return 0;
19011 _ACEOF
19012 rm -f conftest.$ac_objext
19013 if { (ac_try="$ac_compile"
19014 case "(($ac_try" in
19015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19016 *) ac_try_echo=$ac_try;;
19017 esac
19018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19019 (eval "$ac_compile") 2>conftest.er1
19020 ac_status=$?
19021 grep -v '^ *+' conftest.er1 >conftest.err
19022 rm -f conftest.er1
19023 cat conftest.err >&5
19024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19025 (exit $ac_status); } && {
19026 test -z "$ac_c_werror_flag" ||
19027 test ! -s conftest.err
19028 } && test -s conftest.$ac_objext; then
19029 ac_cv_type_sigset_t=yes
19030 else
19031 echo "$as_me: failed program was:" >&5
19032 sed 's/^/| /' conftest.$ac_ext >&5
19034 ac_cv_type_sigset_t=no
19037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19039 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19040 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19041 if test $ac_cv_type_sigset_t = yes; then
19043 cat >>confdefs.h <<_ACEOF
19044 #define HAVE_SIGSET_T 1
19045 _ACEOF
19050 { echo "$as_me:$LINENO: checking for request_sense" >&5
19051 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19052 if test "${ac_cv_type_request_sense+set}" = set; then
19053 echo $ECHO_N "(cached) $ECHO_C" >&6
19054 else
19055 cat >conftest.$ac_ext <<_ACEOF
19056 /* confdefs.h. */
19057 _ACEOF
19058 cat confdefs.h >>conftest.$ac_ext
19059 cat >>conftest.$ac_ext <<_ACEOF
19060 /* end confdefs.h. */
19061 #include <linux/cdrom.h>
19063 typedef request_sense ac__type_new_;
19065 main ()
19067 if ((ac__type_new_ *) 0)
19068 return 0;
19069 if (sizeof (ac__type_new_))
19070 return 0;
19072 return 0;
19074 _ACEOF
19075 rm -f conftest.$ac_objext
19076 if { (ac_try="$ac_compile"
19077 case "(($ac_try" in
19078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19079 *) ac_try_echo=$ac_try;;
19080 esac
19081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19082 (eval "$ac_compile") 2>conftest.er1
19083 ac_status=$?
19084 grep -v '^ *+' conftest.er1 >conftest.err
19085 rm -f conftest.er1
19086 cat conftest.err >&5
19087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19088 (exit $ac_status); } && {
19089 test -z "$ac_c_werror_flag" ||
19090 test ! -s conftest.err
19091 } && test -s conftest.$ac_objext; then
19092 ac_cv_type_request_sense=yes
19093 else
19094 echo "$as_me: failed program was:" >&5
19095 sed 's/^/| /' conftest.$ac_ext >&5
19097 ac_cv_type_request_sense=no
19100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19102 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19103 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19104 if test $ac_cv_type_request_sense = yes; then
19106 cat >>confdefs.h <<_ACEOF
19107 #define HAVE_REQUEST_SENSE 1
19108 _ACEOF
19114 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19115 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19116 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19117 echo $ECHO_N "(cached) $ECHO_C" >&6
19118 else
19119 cat >conftest.$ac_ext <<_ACEOF
19120 /* confdefs.h. */
19121 _ACEOF
19122 cat confdefs.h >>conftest.$ac_ext
19123 cat >>conftest.$ac_ext <<_ACEOF
19124 /* end confdefs.h. */
19125 #ifdef HAVE_LINUX_INPUT_H
19126 #include <linux/input.h>
19127 #endif
19130 main ()
19132 static struct ff_effect ac_aggr;
19133 if (ac_aggr.direction)
19134 return 0;
19136 return 0;
19138 _ACEOF
19139 rm -f conftest.$ac_objext
19140 if { (ac_try="$ac_compile"
19141 case "(($ac_try" in
19142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19143 *) ac_try_echo=$ac_try;;
19144 esac
19145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19146 (eval "$ac_compile") 2>conftest.er1
19147 ac_status=$?
19148 grep -v '^ *+' conftest.er1 >conftest.err
19149 rm -f conftest.er1
19150 cat conftest.err >&5
19151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19152 (exit $ac_status); } && {
19153 test -z "$ac_c_werror_flag" ||
19154 test ! -s conftest.err
19155 } && test -s conftest.$ac_objext; then
19156 ac_cv_member_struct_ff_effect_direction=yes
19157 else
19158 echo "$as_me: failed program was:" >&5
19159 sed 's/^/| /' conftest.$ac_ext >&5
19161 cat >conftest.$ac_ext <<_ACEOF
19162 /* confdefs.h. */
19163 _ACEOF
19164 cat confdefs.h >>conftest.$ac_ext
19165 cat >>conftest.$ac_ext <<_ACEOF
19166 /* end confdefs.h. */
19167 #ifdef HAVE_LINUX_INPUT_H
19168 #include <linux/input.h>
19169 #endif
19172 main ()
19174 static struct ff_effect ac_aggr;
19175 if (sizeof ac_aggr.direction)
19176 return 0;
19178 return 0;
19180 _ACEOF
19181 rm -f conftest.$ac_objext
19182 if { (ac_try="$ac_compile"
19183 case "(($ac_try" in
19184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19185 *) ac_try_echo=$ac_try;;
19186 esac
19187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19188 (eval "$ac_compile") 2>conftest.er1
19189 ac_status=$?
19190 grep -v '^ *+' conftest.er1 >conftest.err
19191 rm -f conftest.er1
19192 cat conftest.err >&5
19193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19194 (exit $ac_status); } && {
19195 test -z "$ac_c_werror_flag" ||
19196 test ! -s conftest.err
19197 } && test -s conftest.$ac_objext; then
19198 ac_cv_member_struct_ff_effect_direction=yes
19199 else
19200 echo "$as_me: failed program was:" >&5
19201 sed 's/^/| /' conftest.$ac_ext >&5
19203 ac_cv_member_struct_ff_effect_direction=no
19206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19211 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19212 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19213 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19215 cat >>confdefs.h <<_ACEOF
19216 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19217 _ACEOF
19223 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19224 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19225 if test "${wine_cv_have_sigaddset+set}" = set; then
19226 echo $ECHO_N "(cached) $ECHO_C" >&6
19227 else
19228 cat >conftest.$ac_ext <<_ACEOF
19229 /* confdefs.h. */
19230 _ACEOF
19231 cat confdefs.h >>conftest.$ac_ext
19232 cat >>conftest.$ac_ext <<_ACEOF
19233 /* end confdefs.h. */
19234 #include <signal.h>
19236 main ()
19238 sigset_t set; sigaddset(&set,SIGTERM);
19240 return 0;
19242 _ACEOF
19243 rm -f conftest.$ac_objext conftest$ac_exeext
19244 if { (ac_try="$ac_link"
19245 case "(($ac_try" in
19246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19247 *) ac_try_echo=$ac_try;;
19248 esac
19249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19250 (eval "$ac_link") 2>conftest.er1
19251 ac_status=$?
19252 grep -v '^ *+' conftest.er1 >conftest.err
19253 rm -f conftest.er1
19254 cat conftest.err >&5
19255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19256 (exit $ac_status); } && {
19257 test -z "$ac_c_werror_flag" ||
19258 test ! -s conftest.err
19259 } && test -s conftest$ac_exeext &&
19260 $as_test_x conftest$ac_exeext; then
19261 wine_cv_have_sigaddset=yes
19262 else
19263 echo "$as_me: failed program was:" >&5
19264 sed 's/^/| /' conftest.$ac_ext >&5
19266 wine_cv_have_sigaddset=no
19269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19270 conftest$ac_exeext conftest.$ac_ext
19272 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19273 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19274 if test "$wine_cv_have_sigaddset" = "yes"
19275 then
19277 cat >>confdefs.h <<\_ACEOF
19278 #define HAVE_SIGADDSET 1
19279 _ACEOF
19284 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19285 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19286 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19287 echo $ECHO_N "(cached) $ECHO_C" >&6
19288 else
19289 cat >conftest.$ac_ext <<_ACEOF
19290 /* confdefs.h. */
19291 _ACEOF
19292 cat confdefs.h >>conftest.$ac_ext
19293 cat >>conftest.$ac_ext <<_ACEOF
19294 /* end confdefs.h. */
19295 #include <netdb.h>
19297 main ()
19300 char *name=0;
19301 struct hostent he;
19302 struct hostent *result;
19303 char *buf=0;
19304 int bufsize=0;
19305 int res,errnr;
19306 char *addr=0;
19307 int addrlen=0;
19308 int addrtype=0;
19309 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19310 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19313 return 0;
19315 _ACEOF
19316 rm -f conftest.$ac_objext conftest$ac_exeext
19317 if { (ac_try="$ac_link"
19318 case "(($ac_try" in
19319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19320 *) ac_try_echo=$ac_try;;
19321 esac
19322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19323 (eval "$ac_link") 2>conftest.er1
19324 ac_status=$?
19325 grep -v '^ *+' conftest.er1 >conftest.err
19326 rm -f conftest.er1
19327 cat conftest.err >&5
19328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); } && {
19330 test -z "$ac_c_werror_flag" ||
19331 test ! -s conftest.err
19332 } && test -s conftest$ac_exeext &&
19333 $as_test_x conftest$ac_exeext; then
19334 wine_cv_linux_gethostbyname_r_6=yes
19335 else
19336 echo "$as_me: failed program was:" >&5
19337 sed 's/^/| /' conftest.$ac_ext >&5
19339 wine_cv_linux_gethostbyname_r_6=no
19343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19344 conftest$ac_exeext conftest.$ac_ext
19347 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19348 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19349 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19350 then
19352 cat >>confdefs.h <<\_ACEOF
19353 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19354 _ACEOF
19358 if test "$ac_cv_header_linux_joystick_h" = "yes"
19359 then
19360 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19361 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19362 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19363 echo $ECHO_N "(cached) $ECHO_C" >&6
19364 else
19365 cat >conftest.$ac_ext <<_ACEOF
19366 /* confdefs.h. */
19367 _ACEOF
19368 cat confdefs.h >>conftest.$ac_ext
19369 cat >>conftest.$ac_ext <<_ACEOF
19370 /* end confdefs.h. */
19372 #include <sys/ioctl.h>
19373 #include <sys/types.h>
19374 #include <linux/joystick.h>
19376 struct js_event blub;
19377 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19378 #error "no 2.2 header"
19379 #endif
19382 main ()
19384 /*empty*/
19386 return 0;
19388 _ACEOF
19389 rm -f conftest.$ac_objext
19390 if { (ac_try="$ac_compile"
19391 case "(($ac_try" in
19392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19393 *) ac_try_echo=$ac_try;;
19394 esac
19395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19396 (eval "$ac_compile") 2>conftest.er1
19397 ac_status=$?
19398 grep -v '^ *+' conftest.er1 >conftest.err
19399 rm -f conftest.er1
19400 cat conftest.err >&5
19401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19402 (exit $ac_status); } && {
19403 test -z "$ac_c_werror_flag" ||
19404 test ! -s conftest.err
19405 } && test -s conftest.$ac_objext; then
19406 wine_cv_linux_joystick_22_api=yes
19407 else
19408 echo "$as_me: failed program was:" >&5
19409 sed 's/^/| /' conftest.$ac_ext >&5
19411 wine_cv_linux_joystick_22_api=no
19414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19417 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19418 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19419 if test "$wine_cv_linux_joystick_22_api" = "yes"
19420 then
19422 cat >>confdefs.h <<\_ACEOF
19423 #define HAVE_LINUX_22_JOYSTICK_API 1
19424 _ACEOF
19430 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19431 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19432 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19433 echo $ECHO_N "(cached) $ECHO_C" >&6
19434 else
19435 cat >conftest.$ac_ext <<_ACEOF
19436 /* confdefs.h. */
19437 _ACEOF
19438 cat confdefs.h >>conftest.$ac_ext
19439 cat >>conftest.$ac_ext <<_ACEOF
19440 /* end confdefs.h. */
19441 #include <sys/types.h>
19442 #ifdef HAVE_SYS_PARAM_H
19443 # include <sys/param.h>
19444 #endif
19445 #ifdef HAVE_SYS_MOUNT_H
19446 # include <sys/mount.h>
19447 #endif
19448 #ifdef HAVE_SYS_VFS_H
19449 # include <sys/vfs.h>
19450 #endif
19451 #ifdef HAVE_SYS_STATFS_H
19452 # include <sys/statfs.h>
19453 #endif
19456 main ()
19458 static struct statfs ac_aggr;
19459 if (ac_aggr.f_bfree)
19460 return 0;
19462 return 0;
19464 _ACEOF
19465 rm -f conftest.$ac_objext
19466 if { (ac_try="$ac_compile"
19467 case "(($ac_try" in
19468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19469 *) ac_try_echo=$ac_try;;
19470 esac
19471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19472 (eval "$ac_compile") 2>conftest.er1
19473 ac_status=$?
19474 grep -v '^ *+' conftest.er1 >conftest.err
19475 rm -f conftest.er1
19476 cat conftest.err >&5
19477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19478 (exit $ac_status); } && {
19479 test -z "$ac_c_werror_flag" ||
19480 test ! -s conftest.err
19481 } && test -s conftest.$ac_objext; then
19482 ac_cv_member_struct_statfs_f_bfree=yes
19483 else
19484 echo "$as_me: failed program was:" >&5
19485 sed 's/^/| /' conftest.$ac_ext >&5
19487 cat >conftest.$ac_ext <<_ACEOF
19488 /* confdefs.h. */
19489 _ACEOF
19490 cat confdefs.h >>conftest.$ac_ext
19491 cat >>conftest.$ac_ext <<_ACEOF
19492 /* end confdefs.h. */
19493 #include <sys/types.h>
19494 #ifdef HAVE_SYS_PARAM_H
19495 # include <sys/param.h>
19496 #endif
19497 #ifdef HAVE_SYS_MOUNT_H
19498 # include <sys/mount.h>
19499 #endif
19500 #ifdef HAVE_SYS_VFS_H
19501 # include <sys/vfs.h>
19502 #endif
19503 #ifdef HAVE_SYS_STATFS_H
19504 # include <sys/statfs.h>
19505 #endif
19508 main ()
19510 static struct statfs ac_aggr;
19511 if (sizeof ac_aggr.f_bfree)
19512 return 0;
19514 return 0;
19516 _ACEOF
19517 rm -f conftest.$ac_objext
19518 if { (ac_try="$ac_compile"
19519 case "(($ac_try" in
19520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19521 *) ac_try_echo=$ac_try;;
19522 esac
19523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19524 (eval "$ac_compile") 2>conftest.er1
19525 ac_status=$?
19526 grep -v '^ *+' conftest.er1 >conftest.err
19527 rm -f conftest.er1
19528 cat conftest.err >&5
19529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19530 (exit $ac_status); } && {
19531 test -z "$ac_c_werror_flag" ||
19532 test ! -s conftest.err
19533 } && test -s conftest.$ac_objext; then
19534 ac_cv_member_struct_statfs_f_bfree=yes
19535 else
19536 echo "$as_me: failed program was:" >&5
19537 sed 's/^/| /' conftest.$ac_ext >&5
19539 ac_cv_member_struct_statfs_f_bfree=no
19542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19547 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19548 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19549 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19551 cat >>confdefs.h <<_ACEOF
19552 #define HAVE_STRUCT_STATFS_F_BFREE 1
19553 _ACEOF
19557 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19558 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19559 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19560 echo $ECHO_N "(cached) $ECHO_C" >&6
19561 else
19562 cat >conftest.$ac_ext <<_ACEOF
19563 /* confdefs.h. */
19564 _ACEOF
19565 cat confdefs.h >>conftest.$ac_ext
19566 cat >>conftest.$ac_ext <<_ACEOF
19567 /* end confdefs.h. */
19568 #include <sys/types.h>
19569 #ifdef HAVE_SYS_PARAM_H
19570 # include <sys/param.h>
19571 #endif
19572 #ifdef HAVE_SYS_MOUNT_H
19573 # include <sys/mount.h>
19574 #endif
19575 #ifdef HAVE_SYS_VFS_H
19576 # include <sys/vfs.h>
19577 #endif
19578 #ifdef HAVE_SYS_STATFS_H
19579 # include <sys/statfs.h>
19580 #endif
19583 main ()
19585 static struct statfs ac_aggr;
19586 if (ac_aggr.f_bavail)
19587 return 0;
19589 return 0;
19591 _ACEOF
19592 rm -f conftest.$ac_objext
19593 if { (ac_try="$ac_compile"
19594 case "(($ac_try" in
19595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19596 *) ac_try_echo=$ac_try;;
19597 esac
19598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19599 (eval "$ac_compile") 2>conftest.er1
19600 ac_status=$?
19601 grep -v '^ *+' conftest.er1 >conftest.err
19602 rm -f conftest.er1
19603 cat conftest.err >&5
19604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19605 (exit $ac_status); } && {
19606 test -z "$ac_c_werror_flag" ||
19607 test ! -s conftest.err
19608 } && test -s conftest.$ac_objext; then
19609 ac_cv_member_struct_statfs_f_bavail=yes
19610 else
19611 echo "$as_me: failed program was:" >&5
19612 sed 's/^/| /' conftest.$ac_ext >&5
19614 cat >conftest.$ac_ext <<_ACEOF
19615 /* confdefs.h. */
19616 _ACEOF
19617 cat confdefs.h >>conftest.$ac_ext
19618 cat >>conftest.$ac_ext <<_ACEOF
19619 /* end confdefs.h. */
19620 #include <sys/types.h>
19621 #ifdef HAVE_SYS_PARAM_H
19622 # include <sys/param.h>
19623 #endif
19624 #ifdef HAVE_SYS_MOUNT_H
19625 # include <sys/mount.h>
19626 #endif
19627 #ifdef HAVE_SYS_VFS_H
19628 # include <sys/vfs.h>
19629 #endif
19630 #ifdef HAVE_SYS_STATFS_H
19631 # include <sys/statfs.h>
19632 #endif
19635 main ()
19637 static struct statfs ac_aggr;
19638 if (sizeof ac_aggr.f_bavail)
19639 return 0;
19641 return 0;
19643 _ACEOF
19644 rm -f conftest.$ac_objext
19645 if { (ac_try="$ac_compile"
19646 case "(($ac_try" in
19647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19648 *) ac_try_echo=$ac_try;;
19649 esac
19650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19651 (eval "$ac_compile") 2>conftest.er1
19652 ac_status=$?
19653 grep -v '^ *+' conftest.er1 >conftest.err
19654 rm -f conftest.er1
19655 cat conftest.err >&5
19656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19657 (exit $ac_status); } && {
19658 test -z "$ac_c_werror_flag" ||
19659 test ! -s conftest.err
19660 } && test -s conftest.$ac_objext; then
19661 ac_cv_member_struct_statfs_f_bavail=yes
19662 else
19663 echo "$as_me: failed program was:" >&5
19664 sed 's/^/| /' conftest.$ac_ext >&5
19666 ac_cv_member_struct_statfs_f_bavail=no
19669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19674 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19675 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19676 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19678 cat >>confdefs.h <<_ACEOF
19679 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19680 _ACEOF
19684 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19685 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19686 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19687 echo $ECHO_N "(cached) $ECHO_C" >&6
19688 else
19689 cat >conftest.$ac_ext <<_ACEOF
19690 /* confdefs.h. */
19691 _ACEOF
19692 cat confdefs.h >>conftest.$ac_ext
19693 cat >>conftest.$ac_ext <<_ACEOF
19694 /* end confdefs.h. */
19695 #include <sys/types.h>
19696 #ifdef HAVE_SYS_PARAM_H
19697 # include <sys/param.h>
19698 #endif
19699 #ifdef HAVE_SYS_MOUNT_H
19700 # include <sys/mount.h>
19701 #endif
19702 #ifdef HAVE_SYS_VFS_H
19703 # include <sys/vfs.h>
19704 #endif
19705 #ifdef HAVE_SYS_STATFS_H
19706 # include <sys/statfs.h>
19707 #endif
19710 main ()
19712 static struct statfs ac_aggr;
19713 if (ac_aggr.f_frsize)
19714 return 0;
19716 return 0;
19718 _ACEOF
19719 rm -f conftest.$ac_objext
19720 if { (ac_try="$ac_compile"
19721 case "(($ac_try" in
19722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19723 *) ac_try_echo=$ac_try;;
19724 esac
19725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19726 (eval "$ac_compile") 2>conftest.er1
19727 ac_status=$?
19728 grep -v '^ *+' conftest.er1 >conftest.err
19729 rm -f conftest.er1
19730 cat conftest.err >&5
19731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19732 (exit $ac_status); } && {
19733 test -z "$ac_c_werror_flag" ||
19734 test ! -s conftest.err
19735 } && test -s conftest.$ac_objext; then
19736 ac_cv_member_struct_statfs_f_frsize=yes
19737 else
19738 echo "$as_me: failed program was:" >&5
19739 sed 's/^/| /' conftest.$ac_ext >&5
19741 cat >conftest.$ac_ext <<_ACEOF
19742 /* confdefs.h. */
19743 _ACEOF
19744 cat confdefs.h >>conftest.$ac_ext
19745 cat >>conftest.$ac_ext <<_ACEOF
19746 /* end confdefs.h. */
19747 #include <sys/types.h>
19748 #ifdef HAVE_SYS_PARAM_H
19749 # include <sys/param.h>
19750 #endif
19751 #ifdef HAVE_SYS_MOUNT_H
19752 # include <sys/mount.h>
19753 #endif
19754 #ifdef HAVE_SYS_VFS_H
19755 # include <sys/vfs.h>
19756 #endif
19757 #ifdef HAVE_SYS_STATFS_H
19758 # include <sys/statfs.h>
19759 #endif
19762 main ()
19764 static struct statfs ac_aggr;
19765 if (sizeof ac_aggr.f_frsize)
19766 return 0;
19768 return 0;
19770 _ACEOF
19771 rm -f conftest.$ac_objext
19772 if { (ac_try="$ac_compile"
19773 case "(($ac_try" in
19774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19775 *) ac_try_echo=$ac_try;;
19776 esac
19777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19778 (eval "$ac_compile") 2>conftest.er1
19779 ac_status=$?
19780 grep -v '^ *+' conftest.er1 >conftest.err
19781 rm -f conftest.er1
19782 cat conftest.err >&5
19783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19784 (exit $ac_status); } && {
19785 test -z "$ac_c_werror_flag" ||
19786 test ! -s conftest.err
19787 } && test -s conftest.$ac_objext; then
19788 ac_cv_member_struct_statfs_f_frsize=yes
19789 else
19790 echo "$as_me: failed program was:" >&5
19791 sed 's/^/| /' conftest.$ac_ext >&5
19793 ac_cv_member_struct_statfs_f_frsize=no
19796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19801 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19802 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19803 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19805 cat >>confdefs.h <<_ACEOF
19806 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19807 _ACEOF
19811 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19812 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19813 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19814 echo $ECHO_N "(cached) $ECHO_C" >&6
19815 else
19816 cat >conftest.$ac_ext <<_ACEOF
19817 /* confdefs.h. */
19818 _ACEOF
19819 cat confdefs.h >>conftest.$ac_ext
19820 cat >>conftest.$ac_ext <<_ACEOF
19821 /* end confdefs.h. */
19822 #include <sys/types.h>
19823 #ifdef HAVE_SYS_PARAM_H
19824 # include <sys/param.h>
19825 #endif
19826 #ifdef HAVE_SYS_MOUNT_H
19827 # include <sys/mount.h>
19828 #endif
19829 #ifdef HAVE_SYS_VFS_H
19830 # include <sys/vfs.h>
19831 #endif
19832 #ifdef HAVE_SYS_STATFS_H
19833 # include <sys/statfs.h>
19834 #endif
19837 main ()
19839 static struct statfs ac_aggr;
19840 if (ac_aggr.f_ffree)
19841 return 0;
19843 return 0;
19845 _ACEOF
19846 rm -f conftest.$ac_objext
19847 if { (ac_try="$ac_compile"
19848 case "(($ac_try" in
19849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19850 *) ac_try_echo=$ac_try;;
19851 esac
19852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19853 (eval "$ac_compile") 2>conftest.er1
19854 ac_status=$?
19855 grep -v '^ *+' conftest.er1 >conftest.err
19856 rm -f conftest.er1
19857 cat conftest.err >&5
19858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19859 (exit $ac_status); } && {
19860 test -z "$ac_c_werror_flag" ||
19861 test ! -s conftest.err
19862 } && test -s conftest.$ac_objext; then
19863 ac_cv_member_struct_statfs_f_ffree=yes
19864 else
19865 echo "$as_me: failed program was:" >&5
19866 sed 's/^/| /' conftest.$ac_ext >&5
19868 cat >conftest.$ac_ext <<_ACEOF
19869 /* confdefs.h. */
19870 _ACEOF
19871 cat confdefs.h >>conftest.$ac_ext
19872 cat >>conftest.$ac_ext <<_ACEOF
19873 /* end confdefs.h. */
19874 #include <sys/types.h>
19875 #ifdef HAVE_SYS_PARAM_H
19876 # include <sys/param.h>
19877 #endif
19878 #ifdef HAVE_SYS_MOUNT_H
19879 # include <sys/mount.h>
19880 #endif
19881 #ifdef HAVE_SYS_VFS_H
19882 # include <sys/vfs.h>
19883 #endif
19884 #ifdef HAVE_SYS_STATFS_H
19885 # include <sys/statfs.h>
19886 #endif
19889 main ()
19891 static struct statfs ac_aggr;
19892 if (sizeof ac_aggr.f_ffree)
19893 return 0;
19895 return 0;
19897 _ACEOF
19898 rm -f conftest.$ac_objext
19899 if { (ac_try="$ac_compile"
19900 case "(($ac_try" in
19901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19902 *) ac_try_echo=$ac_try;;
19903 esac
19904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19905 (eval "$ac_compile") 2>conftest.er1
19906 ac_status=$?
19907 grep -v '^ *+' conftest.er1 >conftest.err
19908 rm -f conftest.er1
19909 cat conftest.err >&5
19910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19911 (exit $ac_status); } && {
19912 test -z "$ac_c_werror_flag" ||
19913 test ! -s conftest.err
19914 } && test -s conftest.$ac_objext; then
19915 ac_cv_member_struct_statfs_f_ffree=yes
19916 else
19917 echo "$as_me: failed program was:" >&5
19918 sed 's/^/| /' conftest.$ac_ext >&5
19920 ac_cv_member_struct_statfs_f_ffree=no
19923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19928 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19929 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19930 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19932 cat >>confdefs.h <<_ACEOF
19933 #define HAVE_STRUCT_STATFS_F_FFREE 1
19934 _ACEOF
19938 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19939 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19940 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19941 echo $ECHO_N "(cached) $ECHO_C" >&6
19942 else
19943 cat >conftest.$ac_ext <<_ACEOF
19944 /* confdefs.h. */
19945 _ACEOF
19946 cat confdefs.h >>conftest.$ac_ext
19947 cat >>conftest.$ac_ext <<_ACEOF
19948 /* end confdefs.h. */
19949 #include <sys/types.h>
19950 #ifdef HAVE_SYS_PARAM_H
19951 # include <sys/param.h>
19952 #endif
19953 #ifdef HAVE_SYS_MOUNT_H
19954 # include <sys/mount.h>
19955 #endif
19956 #ifdef HAVE_SYS_VFS_H
19957 # include <sys/vfs.h>
19958 #endif
19959 #ifdef HAVE_SYS_STATFS_H
19960 # include <sys/statfs.h>
19961 #endif
19964 main ()
19966 static struct statfs ac_aggr;
19967 if (ac_aggr.f_favail)
19968 return 0;
19970 return 0;
19972 _ACEOF
19973 rm -f conftest.$ac_objext
19974 if { (ac_try="$ac_compile"
19975 case "(($ac_try" in
19976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19977 *) ac_try_echo=$ac_try;;
19978 esac
19979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19980 (eval "$ac_compile") 2>conftest.er1
19981 ac_status=$?
19982 grep -v '^ *+' conftest.er1 >conftest.err
19983 rm -f conftest.er1
19984 cat conftest.err >&5
19985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19986 (exit $ac_status); } && {
19987 test -z "$ac_c_werror_flag" ||
19988 test ! -s conftest.err
19989 } && test -s conftest.$ac_objext; then
19990 ac_cv_member_struct_statfs_f_favail=yes
19991 else
19992 echo "$as_me: failed program was:" >&5
19993 sed 's/^/| /' conftest.$ac_ext >&5
19995 cat >conftest.$ac_ext <<_ACEOF
19996 /* confdefs.h. */
19997 _ACEOF
19998 cat confdefs.h >>conftest.$ac_ext
19999 cat >>conftest.$ac_ext <<_ACEOF
20000 /* end confdefs.h. */
20001 #include <sys/types.h>
20002 #ifdef HAVE_SYS_PARAM_H
20003 # include <sys/param.h>
20004 #endif
20005 #ifdef HAVE_SYS_MOUNT_H
20006 # include <sys/mount.h>
20007 #endif
20008 #ifdef HAVE_SYS_VFS_H
20009 # include <sys/vfs.h>
20010 #endif
20011 #ifdef HAVE_SYS_STATFS_H
20012 # include <sys/statfs.h>
20013 #endif
20016 main ()
20018 static struct statfs ac_aggr;
20019 if (sizeof ac_aggr.f_favail)
20020 return 0;
20022 return 0;
20024 _ACEOF
20025 rm -f conftest.$ac_objext
20026 if { (ac_try="$ac_compile"
20027 case "(($ac_try" in
20028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20029 *) ac_try_echo=$ac_try;;
20030 esac
20031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20032 (eval "$ac_compile") 2>conftest.er1
20033 ac_status=$?
20034 grep -v '^ *+' conftest.er1 >conftest.err
20035 rm -f conftest.er1
20036 cat conftest.err >&5
20037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20038 (exit $ac_status); } && {
20039 test -z "$ac_c_werror_flag" ||
20040 test ! -s conftest.err
20041 } && test -s conftest.$ac_objext; then
20042 ac_cv_member_struct_statfs_f_favail=yes
20043 else
20044 echo "$as_me: failed program was:" >&5
20045 sed 's/^/| /' conftest.$ac_ext >&5
20047 ac_cv_member_struct_statfs_f_favail=no
20050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20055 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20056 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20057 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20059 cat >>confdefs.h <<_ACEOF
20060 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20061 _ACEOF
20065 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20066 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20067 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20068 echo $ECHO_N "(cached) $ECHO_C" >&6
20069 else
20070 cat >conftest.$ac_ext <<_ACEOF
20071 /* confdefs.h. */
20072 _ACEOF
20073 cat confdefs.h >>conftest.$ac_ext
20074 cat >>conftest.$ac_ext <<_ACEOF
20075 /* end confdefs.h. */
20076 #include <sys/types.h>
20077 #ifdef HAVE_SYS_PARAM_H
20078 # include <sys/param.h>
20079 #endif
20080 #ifdef HAVE_SYS_MOUNT_H
20081 # include <sys/mount.h>
20082 #endif
20083 #ifdef HAVE_SYS_VFS_H
20084 # include <sys/vfs.h>
20085 #endif
20086 #ifdef HAVE_SYS_STATFS_H
20087 # include <sys/statfs.h>
20088 #endif
20091 main ()
20093 static struct statfs ac_aggr;
20094 if (ac_aggr.f_namelen)
20095 return 0;
20097 return 0;
20099 _ACEOF
20100 rm -f conftest.$ac_objext
20101 if { (ac_try="$ac_compile"
20102 case "(($ac_try" in
20103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20104 *) ac_try_echo=$ac_try;;
20105 esac
20106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20107 (eval "$ac_compile") 2>conftest.er1
20108 ac_status=$?
20109 grep -v '^ *+' conftest.er1 >conftest.err
20110 rm -f conftest.er1
20111 cat conftest.err >&5
20112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20113 (exit $ac_status); } && {
20114 test -z "$ac_c_werror_flag" ||
20115 test ! -s conftest.err
20116 } && test -s conftest.$ac_objext; then
20117 ac_cv_member_struct_statfs_f_namelen=yes
20118 else
20119 echo "$as_me: failed program was:" >&5
20120 sed 's/^/| /' conftest.$ac_ext >&5
20122 cat >conftest.$ac_ext <<_ACEOF
20123 /* confdefs.h. */
20124 _ACEOF
20125 cat confdefs.h >>conftest.$ac_ext
20126 cat >>conftest.$ac_ext <<_ACEOF
20127 /* end confdefs.h. */
20128 #include <sys/types.h>
20129 #ifdef HAVE_SYS_PARAM_H
20130 # include <sys/param.h>
20131 #endif
20132 #ifdef HAVE_SYS_MOUNT_H
20133 # include <sys/mount.h>
20134 #endif
20135 #ifdef HAVE_SYS_VFS_H
20136 # include <sys/vfs.h>
20137 #endif
20138 #ifdef HAVE_SYS_STATFS_H
20139 # include <sys/statfs.h>
20140 #endif
20143 main ()
20145 static struct statfs ac_aggr;
20146 if (sizeof ac_aggr.f_namelen)
20147 return 0;
20149 return 0;
20151 _ACEOF
20152 rm -f conftest.$ac_objext
20153 if { (ac_try="$ac_compile"
20154 case "(($ac_try" in
20155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20156 *) ac_try_echo=$ac_try;;
20157 esac
20158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20159 (eval "$ac_compile") 2>conftest.er1
20160 ac_status=$?
20161 grep -v '^ *+' conftest.er1 >conftest.err
20162 rm -f conftest.er1
20163 cat conftest.err >&5
20164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20165 (exit $ac_status); } && {
20166 test -z "$ac_c_werror_flag" ||
20167 test ! -s conftest.err
20168 } && test -s conftest.$ac_objext; then
20169 ac_cv_member_struct_statfs_f_namelen=yes
20170 else
20171 echo "$as_me: failed program was:" >&5
20172 sed 's/^/| /' conftest.$ac_ext >&5
20174 ac_cv_member_struct_statfs_f_namelen=no
20177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20180 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20182 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20183 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20184 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20186 cat >>confdefs.h <<_ACEOF
20187 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20188 _ACEOF
20194 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20195 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20196 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20197 echo $ECHO_N "(cached) $ECHO_C" >&6
20198 else
20199 cat >conftest.$ac_ext <<_ACEOF
20200 /* confdefs.h. */
20201 _ACEOF
20202 cat confdefs.h >>conftest.$ac_ext
20203 cat >>conftest.$ac_ext <<_ACEOF
20204 /* end confdefs.h. */
20205 #ifdef HAVE_SYS_STATVFS_H
20206 #include <sys/statvfs.h>
20207 #endif
20210 main ()
20212 static struct statvfs ac_aggr;
20213 if (ac_aggr.f_blocks)
20214 return 0;
20216 return 0;
20218 _ACEOF
20219 rm -f conftest.$ac_objext
20220 if { (ac_try="$ac_compile"
20221 case "(($ac_try" in
20222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20223 *) ac_try_echo=$ac_try;;
20224 esac
20225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20226 (eval "$ac_compile") 2>conftest.er1
20227 ac_status=$?
20228 grep -v '^ *+' conftest.er1 >conftest.err
20229 rm -f conftest.er1
20230 cat conftest.err >&5
20231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20232 (exit $ac_status); } && {
20233 test -z "$ac_c_werror_flag" ||
20234 test ! -s conftest.err
20235 } && test -s conftest.$ac_objext; then
20236 ac_cv_member_struct_statvfs_f_blocks=yes
20237 else
20238 echo "$as_me: failed program was:" >&5
20239 sed 's/^/| /' conftest.$ac_ext >&5
20241 cat >conftest.$ac_ext <<_ACEOF
20242 /* confdefs.h. */
20243 _ACEOF
20244 cat confdefs.h >>conftest.$ac_ext
20245 cat >>conftest.$ac_ext <<_ACEOF
20246 /* end confdefs.h. */
20247 #ifdef HAVE_SYS_STATVFS_H
20248 #include <sys/statvfs.h>
20249 #endif
20252 main ()
20254 static struct statvfs ac_aggr;
20255 if (sizeof ac_aggr.f_blocks)
20256 return 0;
20258 return 0;
20260 _ACEOF
20261 rm -f conftest.$ac_objext
20262 if { (ac_try="$ac_compile"
20263 case "(($ac_try" in
20264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20265 *) ac_try_echo=$ac_try;;
20266 esac
20267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20268 (eval "$ac_compile") 2>conftest.er1
20269 ac_status=$?
20270 grep -v '^ *+' conftest.er1 >conftest.err
20271 rm -f conftest.er1
20272 cat conftest.err >&5
20273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20274 (exit $ac_status); } && {
20275 test -z "$ac_c_werror_flag" ||
20276 test ! -s conftest.err
20277 } && test -s conftest.$ac_objext; then
20278 ac_cv_member_struct_statvfs_f_blocks=yes
20279 else
20280 echo "$as_me: failed program was:" >&5
20281 sed 's/^/| /' conftest.$ac_ext >&5
20283 ac_cv_member_struct_statvfs_f_blocks=no
20286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20291 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20292 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20293 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20295 cat >>confdefs.h <<_ACEOF
20296 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20297 _ACEOF
20303 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20304 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20305 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20306 echo $ECHO_N "(cached) $ECHO_C" >&6
20307 else
20308 cat >conftest.$ac_ext <<_ACEOF
20309 /* confdefs.h. */
20310 _ACEOF
20311 cat confdefs.h >>conftest.$ac_ext
20312 cat >>conftest.$ac_ext <<_ACEOF
20313 /* end confdefs.h. */
20314 #include <sys/types.h>
20315 #ifdef HAVE_SYS_SOCKET_H
20316 # include <sys/socket.h>
20317 #endif
20318 #ifdef HAVE_SYS_UN_H
20319 # include <sys/un.h>
20320 #endif
20323 main ()
20325 static struct msghdr ac_aggr;
20326 if (ac_aggr.msg_accrights)
20327 return 0;
20329 return 0;
20331 _ACEOF
20332 rm -f conftest.$ac_objext
20333 if { (ac_try="$ac_compile"
20334 case "(($ac_try" in
20335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20336 *) ac_try_echo=$ac_try;;
20337 esac
20338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20339 (eval "$ac_compile") 2>conftest.er1
20340 ac_status=$?
20341 grep -v '^ *+' conftest.er1 >conftest.err
20342 rm -f conftest.er1
20343 cat conftest.err >&5
20344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20345 (exit $ac_status); } && {
20346 test -z "$ac_c_werror_flag" ||
20347 test ! -s conftest.err
20348 } && test -s conftest.$ac_objext; then
20349 ac_cv_member_struct_msghdr_msg_accrights=yes
20350 else
20351 echo "$as_me: failed program was:" >&5
20352 sed 's/^/| /' conftest.$ac_ext >&5
20354 cat >conftest.$ac_ext <<_ACEOF
20355 /* confdefs.h. */
20356 _ACEOF
20357 cat confdefs.h >>conftest.$ac_ext
20358 cat >>conftest.$ac_ext <<_ACEOF
20359 /* end confdefs.h. */
20360 #include <sys/types.h>
20361 #ifdef HAVE_SYS_SOCKET_H
20362 # include <sys/socket.h>
20363 #endif
20364 #ifdef HAVE_SYS_UN_H
20365 # include <sys/un.h>
20366 #endif
20369 main ()
20371 static struct msghdr ac_aggr;
20372 if (sizeof ac_aggr.msg_accrights)
20373 return 0;
20375 return 0;
20377 _ACEOF
20378 rm -f conftest.$ac_objext
20379 if { (ac_try="$ac_compile"
20380 case "(($ac_try" in
20381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20382 *) ac_try_echo=$ac_try;;
20383 esac
20384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20385 (eval "$ac_compile") 2>conftest.er1
20386 ac_status=$?
20387 grep -v '^ *+' conftest.er1 >conftest.err
20388 rm -f conftest.er1
20389 cat conftest.err >&5
20390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20391 (exit $ac_status); } && {
20392 test -z "$ac_c_werror_flag" ||
20393 test ! -s conftest.err
20394 } && test -s conftest.$ac_objext; then
20395 ac_cv_member_struct_msghdr_msg_accrights=yes
20396 else
20397 echo "$as_me: failed program was:" >&5
20398 sed 's/^/| /' conftest.$ac_ext >&5
20400 ac_cv_member_struct_msghdr_msg_accrights=no
20403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20408 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20409 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20410 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20412 cat >>confdefs.h <<_ACEOF
20413 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20414 _ACEOF
20418 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20419 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20420 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20421 echo $ECHO_N "(cached) $ECHO_C" >&6
20422 else
20423 cat >conftest.$ac_ext <<_ACEOF
20424 /* confdefs.h. */
20425 _ACEOF
20426 cat confdefs.h >>conftest.$ac_ext
20427 cat >>conftest.$ac_ext <<_ACEOF
20428 /* end confdefs.h. */
20429 #include <sys/types.h>
20430 #ifdef HAVE_SYS_SOCKET_H
20431 # include <sys/socket.h>
20432 #endif
20433 #ifdef HAVE_SYS_UN_H
20434 # include <sys/un.h>
20435 #endif
20438 main ()
20440 static struct sockaddr ac_aggr;
20441 if (ac_aggr.sa_len)
20442 return 0;
20444 return 0;
20446 _ACEOF
20447 rm -f conftest.$ac_objext
20448 if { (ac_try="$ac_compile"
20449 case "(($ac_try" in
20450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20451 *) ac_try_echo=$ac_try;;
20452 esac
20453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20454 (eval "$ac_compile") 2>conftest.er1
20455 ac_status=$?
20456 grep -v '^ *+' conftest.er1 >conftest.err
20457 rm -f conftest.er1
20458 cat conftest.err >&5
20459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20460 (exit $ac_status); } && {
20461 test -z "$ac_c_werror_flag" ||
20462 test ! -s conftest.err
20463 } && test -s conftest.$ac_objext; then
20464 ac_cv_member_struct_sockaddr_sa_len=yes
20465 else
20466 echo "$as_me: failed program was:" >&5
20467 sed 's/^/| /' conftest.$ac_ext >&5
20469 cat >conftest.$ac_ext <<_ACEOF
20470 /* confdefs.h. */
20471 _ACEOF
20472 cat confdefs.h >>conftest.$ac_ext
20473 cat >>conftest.$ac_ext <<_ACEOF
20474 /* end confdefs.h. */
20475 #include <sys/types.h>
20476 #ifdef HAVE_SYS_SOCKET_H
20477 # include <sys/socket.h>
20478 #endif
20479 #ifdef HAVE_SYS_UN_H
20480 # include <sys/un.h>
20481 #endif
20484 main ()
20486 static struct sockaddr ac_aggr;
20487 if (sizeof ac_aggr.sa_len)
20488 return 0;
20490 return 0;
20492 _ACEOF
20493 rm -f conftest.$ac_objext
20494 if { (ac_try="$ac_compile"
20495 case "(($ac_try" in
20496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20497 *) ac_try_echo=$ac_try;;
20498 esac
20499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20500 (eval "$ac_compile") 2>conftest.er1
20501 ac_status=$?
20502 grep -v '^ *+' conftest.er1 >conftest.err
20503 rm -f conftest.er1
20504 cat conftest.err >&5
20505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20506 (exit $ac_status); } && {
20507 test -z "$ac_c_werror_flag" ||
20508 test ! -s conftest.err
20509 } && test -s conftest.$ac_objext; then
20510 ac_cv_member_struct_sockaddr_sa_len=yes
20511 else
20512 echo "$as_me: failed program was:" >&5
20513 sed 's/^/| /' conftest.$ac_ext >&5
20515 ac_cv_member_struct_sockaddr_sa_len=no
20518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20523 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20524 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20525 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20527 cat >>confdefs.h <<_ACEOF
20528 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20529 _ACEOF
20533 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20534 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20535 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20536 echo $ECHO_N "(cached) $ECHO_C" >&6
20537 else
20538 cat >conftest.$ac_ext <<_ACEOF
20539 /* confdefs.h. */
20540 _ACEOF
20541 cat confdefs.h >>conftest.$ac_ext
20542 cat >>conftest.$ac_ext <<_ACEOF
20543 /* end confdefs.h. */
20544 #include <sys/types.h>
20545 #ifdef HAVE_SYS_SOCKET_H
20546 # include <sys/socket.h>
20547 #endif
20548 #ifdef HAVE_SYS_UN_H
20549 # include <sys/un.h>
20550 #endif
20553 main ()
20555 static struct sockaddr_un ac_aggr;
20556 if (ac_aggr.sun_len)
20557 return 0;
20559 return 0;
20561 _ACEOF
20562 rm -f conftest.$ac_objext
20563 if { (ac_try="$ac_compile"
20564 case "(($ac_try" in
20565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20566 *) ac_try_echo=$ac_try;;
20567 esac
20568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20569 (eval "$ac_compile") 2>conftest.er1
20570 ac_status=$?
20571 grep -v '^ *+' conftest.er1 >conftest.err
20572 rm -f conftest.er1
20573 cat conftest.err >&5
20574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20575 (exit $ac_status); } && {
20576 test -z "$ac_c_werror_flag" ||
20577 test ! -s conftest.err
20578 } && test -s conftest.$ac_objext; then
20579 ac_cv_member_struct_sockaddr_un_sun_len=yes
20580 else
20581 echo "$as_me: failed program was:" >&5
20582 sed 's/^/| /' conftest.$ac_ext >&5
20584 cat >conftest.$ac_ext <<_ACEOF
20585 /* confdefs.h. */
20586 _ACEOF
20587 cat confdefs.h >>conftest.$ac_ext
20588 cat >>conftest.$ac_ext <<_ACEOF
20589 /* end confdefs.h. */
20590 #include <sys/types.h>
20591 #ifdef HAVE_SYS_SOCKET_H
20592 # include <sys/socket.h>
20593 #endif
20594 #ifdef HAVE_SYS_UN_H
20595 # include <sys/un.h>
20596 #endif
20599 main ()
20601 static struct sockaddr_un ac_aggr;
20602 if (sizeof ac_aggr.sun_len)
20603 return 0;
20605 return 0;
20607 _ACEOF
20608 rm -f conftest.$ac_objext
20609 if { (ac_try="$ac_compile"
20610 case "(($ac_try" in
20611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20612 *) ac_try_echo=$ac_try;;
20613 esac
20614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20615 (eval "$ac_compile") 2>conftest.er1
20616 ac_status=$?
20617 grep -v '^ *+' conftest.er1 >conftest.err
20618 rm -f conftest.er1
20619 cat conftest.err >&5
20620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20621 (exit $ac_status); } && {
20622 test -z "$ac_c_werror_flag" ||
20623 test ! -s conftest.err
20624 } && test -s conftest.$ac_objext; then
20625 ac_cv_member_struct_sockaddr_un_sun_len=yes
20626 else
20627 echo "$as_me: failed program was:" >&5
20628 sed 's/^/| /' conftest.$ac_ext >&5
20630 ac_cv_member_struct_sockaddr_un_sun_len=no
20633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20638 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20639 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20640 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20642 cat >>confdefs.h <<_ACEOF
20643 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20644 _ACEOF
20650 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20651 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20652 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20653 echo $ECHO_N "(cached) $ECHO_C" >&6
20654 else
20655 cat >conftest.$ac_ext <<_ACEOF
20656 /* confdefs.h. */
20657 _ACEOF
20658 cat confdefs.h >>conftest.$ac_ext
20659 cat >>conftest.$ac_ext <<_ACEOF
20660 /* end confdefs.h. */
20661 #include <sys/types.h>
20662 #ifdef HAVE_SCSI_SG_H
20663 #include <scsi/sg.h>
20664 #endif
20667 main ()
20669 static scsireq_t ac_aggr;
20670 if (ac_aggr.cmd)
20671 return 0;
20673 return 0;
20675 _ACEOF
20676 rm -f conftest.$ac_objext
20677 if { (ac_try="$ac_compile"
20678 case "(($ac_try" in
20679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20680 *) ac_try_echo=$ac_try;;
20681 esac
20682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20683 (eval "$ac_compile") 2>conftest.er1
20684 ac_status=$?
20685 grep -v '^ *+' conftest.er1 >conftest.err
20686 rm -f conftest.er1
20687 cat conftest.err >&5
20688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); } && {
20690 test -z "$ac_c_werror_flag" ||
20691 test ! -s conftest.err
20692 } && test -s conftest.$ac_objext; then
20693 ac_cv_member_scsireq_t_cmd=yes
20694 else
20695 echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.$ac_ext >&5
20698 cat >conftest.$ac_ext <<_ACEOF
20699 /* confdefs.h. */
20700 _ACEOF
20701 cat confdefs.h >>conftest.$ac_ext
20702 cat >>conftest.$ac_ext <<_ACEOF
20703 /* end confdefs.h. */
20704 #include <sys/types.h>
20705 #ifdef HAVE_SCSI_SG_H
20706 #include <scsi/sg.h>
20707 #endif
20710 main ()
20712 static scsireq_t ac_aggr;
20713 if (sizeof ac_aggr.cmd)
20714 return 0;
20716 return 0;
20718 _ACEOF
20719 rm -f conftest.$ac_objext
20720 if { (ac_try="$ac_compile"
20721 case "(($ac_try" in
20722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20723 *) ac_try_echo=$ac_try;;
20724 esac
20725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20726 (eval "$ac_compile") 2>conftest.er1
20727 ac_status=$?
20728 grep -v '^ *+' conftest.er1 >conftest.err
20729 rm -f conftest.er1
20730 cat conftest.err >&5
20731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20732 (exit $ac_status); } && {
20733 test -z "$ac_c_werror_flag" ||
20734 test ! -s conftest.err
20735 } && test -s conftest.$ac_objext; then
20736 ac_cv_member_scsireq_t_cmd=yes
20737 else
20738 echo "$as_me: failed program was:" >&5
20739 sed 's/^/| /' conftest.$ac_ext >&5
20741 ac_cv_member_scsireq_t_cmd=no
20744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20749 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20750 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20751 if test $ac_cv_member_scsireq_t_cmd = yes; then
20753 cat >>confdefs.h <<_ACEOF
20754 #define HAVE_SCSIREQ_T_CMD 1
20755 _ACEOF
20759 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20760 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20761 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20762 echo $ECHO_N "(cached) $ECHO_C" >&6
20763 else
20764 cat >conftest.$ac_ext <<_ACEOF
20765 /* confdefs.h. */
20766 _ACEOF
20767 cat confdefs.h >>conftest.$ac_ext
20768 cat >>conftest.$ac_ext <<_ACEOF
20769 /* end confdefs.h. */
20770 #include <sys/types.h>
20771 #ifdef HAVE_SCSI_SG_H
20772 #include <scsi/sg.h>
20773 #endif
20776 main ()
20778 static sg_io_hdr_t ac_aggr;
20779 if (ac_aggr.interface_id)
20780 return 0;
20782 return 0;
20784 _ACEOF
20785 rm -f conftest.$ac_objext
20786 if { (ac_try="$ac_compile"
20787 case "(($ac_try" in
20788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20789 *) ac_try_echo=$ac_try;;
20790 esac
20791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20792 (eval "$ac_compile") 2>conftest.er1
20793 ac_status=$?
20794 grep -v '^ *+' conftest.er1 >conftest.err
20795 rm -f conftest.er1
20796 cat conftest.err >&5
20797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20798 (exit $ac_status); } && {
20799 test -z "$ac_c_werror_flag" ||
20800 test ! -s conftest.err
20801 } && test -s conftest.$ac_objext; then
20802 ac_cv_member_sg_io_hdr_t_interface_id=yes
20803 else
20804 echo "$as_me: failed program was:" >&5
20805 sed 's/^/| /' conftest.$ac_ext >&5
20807 cat >conftest.$ac_ext <<_ACEOF
20808 /* confdefs.h. */
20809 _ACEOF
20810 cat confdefs.h >>conftest.$ac_ext
20811 cat >>conftest.$ac_ext <<_ACEOF
20812 /* end confdefs.h. */
20813 #include <sys/types.h>
20814 #ifdef HAVE_SCSI_SG_H
20815 #include <scsi/sg.h>
20816 #endif
20819 main ()
20821 static sg_io_hdr_t ac_aggr;
20822 if (sizeof ac_aggr.interface_id)
20823 return 0;
20825 return 0;
20827 _ACEOF
20828 rm -f conftest.$ac_objext
20829 if { (ac_try="$ac_compile"
20830 case "(($ac_try" in
20831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20832 *) ac_try_echo=$ac_try;;
20833 esac
20834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20835 (eval "$ac_compile") 2>conftest.er1
20836 ac_status=$?
20837 grep -v '^ *+' conftest.er1 >conftest.err
20838 rm -f conftest.er1
20839 cat conftest.err >&5
20840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20841 (exit $ac_status); } && {
20842 test -z "$ac_c_werror_flag" ||
20843 test ! -s conftest.err
20844 } && test -s conftest.$ac_objext; then
20845 ac_cv_member_sg_io_hdr_t_interface_id=yes
20846 else
20847 echo "$as_me: failed program was:" >&5
20848 sed 's/^/| /' conftest.$ac_ext >&5
20850 ac_cv_member_sg_io_hdr_t_interface_id=no
20853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20858 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20859 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20860 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20862 cat >>confdefs.h <<_ACEOF
20863 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20864 _ACEOF
20870 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20871 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20872 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20873 echo $ECHO_N "(cached) $ECHO_C" >&6
20874 else
20875 cat >conftest.$ac_ext <<_ACEOF
20876 /* confdefs.h. */
20877 _ACEOF
20878 cat confdefs.h >>conftest.$ac_ext
20879 cat >>conftest.$ac_ext <<_ACEOF
20880 /* end confdefs.h. */
20881 #include <signal.h>
20884 main ()
20886 static siginfo_t ac_aggr;
20887 if (ac_aggr.si_fd)
20888 return 0;
20890 return 0;
20892 _ACEOF
20893 rm -f conftest.$ac_objext
20894 if { (ac_try="$ac_compile"
20895 case "(($ac_try" in
20896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20897 *) ac_try_echo=$ac_try;;
20898 esac
20899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20900 (eval "$ac_compile") 2>conftest.er1
20901 ac_status=$?
20902 grep -v '^ *+' conftest.er1 >conftest.err
20903 rm -f conftest.er1
20904 cat conftest.err >&5
20905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20906 (exit $ac_status); } && {
20907 test -z "$ac_c_werror_flag" ||
20908 test ! -s conftest.err
20909 } && test -s conftest.$ac_objext; then
20910 ac_cv_member_siginfo_t_si_fd=yes
20911 else
20912 echo "$as_me: failed program was:" >&5
20913 sed 's/^/| /' conftest.$ac_ext >&5
20915 cat >conftest.$ac_ext <<_ACEOF
20916 /* confdefs.h. */
20917 _ACEOF
20918 cat confdefs.h >>conftest.$ac_ext
20919 cat >>conftest.$ac_ext <<_ACEOF
20920 /* end confdefs.h. */
20921 #include <signal.h>
20924 main ()
20926 static siginfo_t ac_aggr;
20927 if (sizeof ac_aggr.si_fd)
20928 return 0;
20930 return 0;
20932 _ACEOF
20933 rm -f conftest.$ac_objext
20934 if { (ac_try="$ac_compile"
20935 case "(($ac_try" in
20936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20937 *) ac_try_echo=$ac_try;;
20938 esac
20939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20940 (eval "$ac_compile") 2>conftest.er1
20941 ac_status=$?
20942 grep -v '^ *+' conftest.er1 >conftest.err
20943 rm -f conftest.er1
20944 cat conftest.err >&5
20945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20946 (exit $ac_status); } && {
20947 test -z "$ac_c_werror_flag" ||
20948 test ! -s conftest.err
20949 } && test -s conftest.$ac_objext; then
20950 ac_cv_member_siginfo_t_si_fd=yes
20951 else
20952 echo "$as_me: failed program was:" >&5
20953 sed 's/^/| /' conftest.$ac_ext >&5
20955 ac_cv_member_siginfo_t_si_fd=no
20958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20963 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20964 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20965 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20967 cat >>confdefs.h <<_ACEOF
20968 #define HAVE_SIGINFO_T_SI_FD 1
20969 _ACEOF
20975 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20976 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20977 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20978 echo $ECHO_N "(cached) $ECHO_C" >&6
20979 else
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_MTIO_H
20988 #include <sys/mtio.h>
20989 #endif
20992 main ()
20994 static struct mtget ac_aggr;
20995 if (ac_aggr.mt_blksiz)
20996 return 0;
20998 return 0;
21000 _ACEOF
21001 rm -f conftest.$ac_objext
21002 if { (ac_try="$ac_compile"
21003 case "(($ac_try" in
21004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21005 *) ac_try_echo=$ac_try;;
21006 esac
21007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21008 (eval "$ac_compile") 2>conftest.er1
21009 ac_status=$?
21010 grep -v '^ *+' conftest.er1 >conftest.err
21011 rm -f conftest.er1
21012 cat conftest.err >&5
21013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21014 (exit $ac_status); } && {
21015 test -z "$ac_c_werror_flag" ||
21016 test ! -s conftest.err
21017 } && test -s conftest.$ac_objext; then
21018 ac_cv_member_struct_mtget_mt_blksiz=yes
21019 else
21020 echo "$as_me: failed program was:" >&5
21021 sed 's/^/| /' conftest.$ac_ext >&5
21023 cat >conftest.$ac_ext <<_ACEOF
21024 /* confdefs.h. */
21025 _ACEOF
21026 cat confdefs.h >>conftest.$ac_ext
21027 cat >>conftest.$ac_ext <<_ACEOF
21028 /* end confdefs.h. */
21029 #include <sys/types.h>
21030 #ifdef HAVE_SYS_MTIO_H
21031 #include <sys/mtio.h>
21032 #endif
21035 main ()
21037 static struct mtget ac_aggr;
21038 if (sizeof ac_aggr.mt_blksiz)
21039 return 0;
21041 return 0;
21043 _ACEOF
21044 rm -f conftest.$ac_objext
21045 if { (ac_try="$ac_compile"
21046 case "(($ac_try" in
21047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21048 *) ac_try_echo=$ac_try;;
21049 esac
21050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21051 (eval "$ac_compile") 2>conftest.er1
21052 ac_status=$?
21053 grep -v '^ *+' conftest.er1 >conftest.err
21054 rm -f conftest.er1
21055 cat conftest.err >&5
21056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21057 (exit $ac_status); } && {
21058 test -z "$ac_c_werror_flag" ||
21059 test ! -s conftest.err
21060 } && test -s conftest.$ac_objext; then
21061 ac_cv_member_struct_mtget_mt_blksiz=yes
21062 else
21063 echo "$as_me: failed program was:" >&5
21064 sed 's/^/| /' conftest.$ac_ext >&5
21066 ac_cv_member_struct_mtget_mt_blksiz=no
21069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21074 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21075 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21076 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21078 cat >>confdefs.h <<_ACEOF
21079 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21080 _ACEOF
21084 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21085 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21086 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21087 echo $ECHO_N "(cached) $ECHO_C" >&6
21088 else
21089 cat >conftest.$ac_ext <<_ACEOF
21090 /* confdefs.h. */
21091 _ACEOF
21092 cat confdefs.h >>conftest.$ac_ext
21093 cat >>conftest.$ac_ext <<_ACEOF
21094 /* end confdefs.h. */
21095 #include <sys/types.h>
21096 #ifdef HAVE_SYS_MTIO_H
21097 #include <sys/mtio.h>
21098 #endif
21101 main ()
21103 static struct mtget ac_aggr;
21104 if (ac_aggr.mt_gstat)
21105 return 0;
21107 return 0;
21109 _ACEOF
21110 rm -f conftest.$ac_objext
21111 if { (ac_try="$ac_compile"
21112 case "(($ac_try" in
21113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21114 *) ac_try_echo=$ac_try;;
21115 esac
21116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21117 (eval "$ac_compile") 2>conftest.er1
21118 ac_status=$?
21119 grep -v '^ *+' conftest.er1 >conftest.err
21120 rm -f conftest.er1
21121 cat conftest.err >&5
21122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21123 (exit $ac_status); } && {
21124 test -z "$ac_c_werror_flag" ||
21125 test ! -s conftest.err
21126 } && test -s conftest.$ac_objext; then
21127 ac_cv_member_struct_mtget_mt_gstat=yes
21128 else
21129 echo "$as_me: failed program was:" >&5
21130 sed 's/^/| /' conftest.$ac_ext >&5
21132 cat >conftest.$ac_ext <<_ACEOF
21133 /* confdefs.h. */
21134 _ACEOF
21135 cat confdefs.h >>conftest.$ac_ext
21136 cat >>conftest.$ac_ext <<_ACEOF
21137 /* end confdefs.h. */
21138 #include <sys/types.h>
21139 #ifdef HAVE_SYS_MTIO_H
21140 #include <sys/mtio.h>
21141 #endif
21144 main ()
21146 static struct mtget ac_aggr;
21147 if (sizeof ac_aggr.mt_gstat)
21148 return 0;
21150 return 0;
21152 _ACEOF
21153 rm -f conftest.$ac_objext
21154 if { (ac_try="$ac_compile"
21155 case "(($ac_try" in
21156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21157 *) ac_try_echo=$ac_try;;
21158 esac
21159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21160 (eval "$ac_compile") 2>conftest.er1
21161 ac_status=$?
21162 grep -v '^ *+' conftest.er1 >conftest.err
21163 rm -f conftest.er1
21164 cat conftest.err >&5
21165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21166 (exit $ac_status); } && {
21167 test -z "$ac_c_werror_flag" ||
21168 test ! -s conftest.err
21169 } && test -s conftest.$ac_objext; then
21170 ac_cv_member_struct_mtget_mt_gstat=yes
21171 else
21172 echo "$as_me: failed program was:" >&5
21173 sed 's/^/| /' conftest.$ac_ext >&5
21175 ac_cv_member_struct_mtget_mt_gstat=no
21178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21183 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21184 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21185 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21187 cat >>confdefs.h <<_ACEOF
21188 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21189 _ACEOF
21193 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21194 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21195 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21196 echo $ECHO_N "(cached) $ECHO_C" >&6
21197 else
21198 cat >conftest.$ac_ext <<_ACEOF
21199 /* confdefs.h. */
21200 _ACEOF
21201 cat confdefs.h >>conftest.$ac_ext
21202 cat >>conftest.$ac_ext <<_ACEOF
21203 /* end confdefs.h. */
21204 #include <sys/types.h>
21205 #ifdef HAVE_SYS_MTIO_H
21206 #include <sys/mtio.h>
21207 #endif
21210 main ()
21212 static struct mtget ac_aggr;
21213 if (ac_aggr.mt_blkno)
21214 return 0;
21216 return 0;
21218 _ACEOF
21219 rm -f conftest.$ac_objext
21220 if { (ac_try="$ac_compile"
21221 case "(($ac_try" in
21222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21223 *) ac_try_echo=$ac_try;;
21224 esac
21225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21226 (eval "$ac_compile") 2>conftest.er1
21227 ac_status=$?
21228 grep -v '^ *+' conftest.er1 >conftest.err
21229 rm -f conftest.er1
21230 cat conftest.err >&5
21231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21232 (exit $ac_status); } && {
21233 test -z "$ac_c_werror_flag" ||
21234 test ! -s conftest.err
21235 } && test -s conftest.$ac_objext; then
21236 ac_cv_member_struct_mtget_mt_blkno=yes
21237 else
21238 echo "$as_me: failed program was:" >&5
21239 sed 's/^/| /' conftest.$ac_ext >&5
21241 cat >conftest.$ac_ext <<_ACEOF
21242 /* confdefs.h. */
21243 _ACEOF
21244 cat confdefs.h >>conftest.$ac_ext
21245 cat >>conftest.$ac_ext <<_ACEOF
21246 /* end confdefs.h. */
21247 #include <sys/types.h>
21248 #ifdef HAVE_SYS_MTIO_H
21249 #include <sys/mtio.h>
21250 #endif
21253 main ()
21255 static struct mtget ac_aggr;
21256 if (sizeof ac_aggr.mt_blkno)
21257 return 0;
21259 return 0;
21261 _ACEOF
21262 rm -f conftest.$ac_objext
21263 if { (ac_try="$ac_compile"
21264 case "(($ac_try" in
21265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21266 *) ac_try_echo=$ac_try;;
21267 esac
21268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21269 (eval "$ac_compile") 2>conftest.er1
21270 ac_status=$?
21271 grep -v '^ *+' conftest.er1 >conftest.err
21272 rm -f conftest.er1
21273 cat conftest.err >&5
21274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21275 (exit $ac_status); } && {
21276 test -z "$ac_c_werror_flag" ||
21277 test ! -s conftest.err
21278 } && test -s conftest.$ac_objext; then
21279 ac_cv_member_struct_mtget_mt_blkno=yes
21280 else
21281 echo "$as_me: failed program was:" >&5
21282 sed 's/^/| /' conftest.$ac_ext >&5
21284 ac_cv_member_struct_mtget_mt_blkno=no
21287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21292 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21293 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21294 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21296 cat >>confdefs.h <<_ACEOF
21297 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21298 _ACEOF
21304 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21305 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21306 if test "${ac_cv_member_struct_option_name+set}" = set; then
21307 echo $ECHO_N "(cached) $ECHO_C" >&6
21308 else
21309 cat >conftest.$ac_ext <<_ACEOF
21310 /* confdefs.h. */
21311 _ACEOF
21312 cat confdefs.h >>conftest.$ac_ext
21313 cat >>conftest.$ac_ext <<_ACEOF
21314 /* end confdefs.h. */
21315 #ifdef HAVE_GETOPT_H
21316 #include <getopt.h>
21317 #endif
21320 main ()
21322 static struct option ac_aggr;
21323 if (ac_aggr.name)
21324 return 0;
21326 return 0;
21328 _ACEOF
21329 rm -f conftest.$ac_objext
21330 if { (ac_try="$ac_compile"
21331 case "(($ac_try" in
21332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21333 *) ac_try_echo=$ac_try;;
21334 esac
21335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21336 (eval "$ac_compile") 2>conftest.er1
21337 ac_status=$?
21338 grep -v '^ *+' conftest.er1 >conftest.err
21339 rm -f conftest.er1
21340 cat conftest.err >&5
21341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21342 (exit $ac_status); } && {
21343 test -z "$ac_c_werror_flag" ||
21344 test ! -s conftest.err
21345 } && test -s conftest.$ac_objext; then
21346 ac_cv_member_struct_option_name=yes
21347 else
21348 echo "$as_me: failed program was:" >&5
21349 sed 's/^/| /' conftest.$ac_ext >&5
21351 cat >conftest.$ac_ext <<_ACEOF
21352 /* confdefs.h. */
21353 _ACEOF
21354 cat confdefs.h >>conftest.$ac_ext
21355 cat >>conftest.$ac_ext <<_ACEOF
21356 /* end confdefs.h. */
21357 #ifdef HAVE_GETOPT_H
21358 #include <getopt.h>
21359 #endif
21362 main ()
21364 static struct option ac_aggr;
21365 if (sizeof ac_aggr.name)
21366 return 0;
21368 return 0;
21370 _ACEOF
21371 rm -f conftest.$ac_objext
21372 if { (ac_try="$ac_compile"
21373 case "(($ac_try" in
21374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21375 *) ac_try_echo=$ac_try;;
21376 esac
21377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21378 (eval "$ac_compile") 2>conftest.er1
21379 ac_status=$?
21380 grep -v '^ *+' conftest.er1 >conftest.err
21381 rm -f conftest.er1
21382 cat conftest.err >&5
21383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21384 (exit $ac_status); } && {
21385 test -z "$ac_c_werror_flag" ||
21386 test ! -s conftest.err
21387 } && test -s conftest.$ac_objext; then
21388 ac_cv_member_struct_option_name=yes
21389 else
21390 echo "$as_me: failed program was:" >&5
21391 sed 's/^/| /' conftest.$ac_ext >&5
21393 ac_cv_member_struct_option_name=no
21396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21401 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21402 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21403 if test $ac_cv_member_struct_option_name = yes; then
21405 cat >>confdefs.h <<_ACEOF
21406 #define HAVE_STRUCT_OPTION_NAME 1
21407 _ACEOF
21413 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21414 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21415 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21416 echo $ECHO_N "(cached) $ECHO_C" >&6
21417 else
21418 cat >conftest.$ac_ext <<_ACEOF
21419 /* confdefs.h. */
21420 _ACEOF
21421 cat confdefs.h >>conftest.$ac_ext
21422 cat >>conftest.$ac_ext <<_ACEOF
21423 /* end confdefs.h. */
21424 $ac_includes_default
21426 main ()
21428 static struct stat ac_aggr;
21429 if (ac_aggr.st_blocks)
21430 return 0;
21432 return 0;
21434 _ACEOF
21435 rm -f conftest.$ac_objext
21436 if { (ac_try="$ac_compile"
21437 case "(($ac_try" in
21438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21439 *) ac_try_echo=$ac_try;;
21440 esac
21441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21442 (eval "$ac_compile") 2>conftest.er1
21443 ac_status=$?
21444 grep -v '^ *+' conftest.er1 >conftest.err
21445 rm -f conftest.er1
21446 cat conftest.err >&5
21447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21448 (exit $ac_status); } && {
21449 test -z "$ac_c_werror_flag" ||
21450 test ! -s conftest.err
21451 } && test -s conftest.$ac_objext; then
21452 ac_cv_member_struct_stat_st_blocks=yes
21453 else
21454 echo "$as_me: failed program was:" >&5
21455 sed 's/^/| /' conftest.$ac_ext >&5
21457 cat >conftest.$ac_ext <<_ACEOF
21458 /* confdefs.h. */
21459 _ACEOF
21460 cat confdefs.h >>conftest.$ac_ext
21461 cat >>conftest.$ac_ext <<_ACEOF
21462 /* end confdefs.h. */
21463 $ac_includes_default
21465 main ()
21467 static struct stat ac_aggr;
21468 if (sizeof ac_aggr.st_blocks)
21469 return 0;
21471 return 0;
21473 _ACEOF
21474 rm -f conftest.$ac_objext
21475 if { (ac_try="$ac_compile"
21476 case "(($ac_try" in
21477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21478 *) ac_try_echo=$ac_try;;
21479 esac
21480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21481 (eval "$ac_compile") 2>conftest.er1
21482 ac_status=$?
21483 grep -v '^ *+' conftest.er1 >conftest.err
21484 rm -f conftest.er1
21485 cat conftest.err >&5
21486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21487 (exit $ac_status); } && {
21488 test -z "$ac_c_werror_flag" ||
21489 test ! -s conftest.err
21490 } && test -s conftest.$ac_objext; then
21491 ac_cv_member_struct_stat_st_blocks=yes
21492 else
21493 echo "$as_me: failed program was:" >&5
21494 sed 's/^/| /' conftest.$ac_ext >&5
21496 ac_cv_member_struct_stat_st_blocks=no
21499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21504 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21505 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21506 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21508 cat >>confdefs.h <<_ACEOF
21509 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21510 _ACEOF
21514 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21515 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21516 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21517 echo $ECHO_N "(cached) $ECHO_C" >&6
21518 else
21519 cat >conftest.$ac_ext <<_ACEOF
21520 /* confdefs.h. */
21521 _ACEOF
21522 cat confdefs.h >>conftest.$ac_ext
21523 cat >>conftest.$ac_ext <<_ACEOF
21524 /* end confdefs.h. */
21525 $ac_includes_default
21527 main ()
21529 static struct stat ac_aggr;
21530 if (ac_aggr.st_mtim)
21531 return 0;
21533 return 0;
21535 _ACEOF
21536 rm -f conftest.$ac_objext
21537 if { (ac_try="$ac_compile"
21538 case "(($ac_try" in
21539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21540 *) ac_try_echo=$ac_try;;
21541 esac
21542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21543 (eval "$ac_compile") 2>conftest.er1
21544 ac_status=$?
21545 grep -v '^ *+' conftest.er1 >conftest.err
21546 rm -f conftest.er1
21547 cat conftest.err >&5
21548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21549 (exit $ac_status); } && {
21550 test -z "$ac_c_werror_flag" ||
21551 test ! -s conftest.err
21552 } && test -s conftest.$ac_objext; then
21553 ac_cv_member_struct_stat_st_mtim=yes
21554 else
21555 echo "$as_me: failed program was:" >&5
21556 sed 's/^/| /' conftest.$ac_ext >&5
21558 cat >conftest.$ac_ext <<_ACEOF
21559 /* confdefs.h. */
21560 _ACEOF
21561 cat confdefs.h >>conftest.$ac_ext
21562 cat >>conftest.$ac_ext <<_ACEOF
21563 /* end confdefs.h. */
21564 $ac_includes_default
21566 main ()
21568 static struct stat ac_aggr;
21569 if (sizeof ac_aggr.st_mtim)
21570 return 0;
21572 return 0;
21574 _ACEOF
21575 rm -f conftest.$ac_objext
21576 if { (ac_try="$ac_compile"
21577 case "(($ac_try" in
21578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21579 *) ac_try_echo=$ac_try;;
21580 esac
21581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21582 (eval "$ac_compile") 2>conftest.er1
21583 ac_status=$?
21584 grep -v '^ *+' conftest.er1 >conftest.err
21585 rm -f conftest.er1
21586 cat conftest.err >&5
21587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21588 (exit $ac_status); } && {
21589 test -z "$ac_c_werror_flag" ||
21590 test ! -s conftest.err
21591 } && test -s conftest.$ac_objext; then
21592 ac_cv_member_struct_stat_st_mtim=yes
21593 else
21594 echo "$as_me: failed program was:" >&5
21595 sed 's/^/| /' conftest.$ac_ext >&5
21597 ac_cv_member_struct_stat_st_mtim=no
21600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21605 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21606 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21607 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21609 cat >>confdefs.h <<_ACEOF
21610 #define HAVE_STRUCT_STAT_ST_MTIM 1
21611 _ACEOF
21615 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21616 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21617 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21618 echo $ECHO_N "(cached) $ECHO_C" >&6
21619 else
21620 cat >conftest.$ac_ext <<_ACEOF
21621 /* confdefs.h. */
21622 _ACEOF
21623 cat confdefs.h >>conftest.$ac_ext
21624 cat >>conftest.$ac_ext <<_ACEOF
21625 /* end confdefs.h. */
21626 $ac_includes_default
21628 main ()
21630 static struct stat ac_aggr;
21631 if (ac_aggr.st_ctim)
21632 return 0;
21634 return 0;
21636 _ACEOF
21637 rm -f conftest.$ac_objext
21638 if { (ac_try="$ac_compile"
21639 case "(($ac_try" in
21640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21641 *) ac_try_echo=$ac_try;;
21642 esac
21643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21644 (eval "$ac_compile") 2>conftest.er1
21645 ac_status=$?
21646 grep -v '^ *+' conftest.er1 >conftest.err
21647 rm -f conftest.er1
21648 cat conftest.err >&5
21649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21650 (exit $ac_status); } && {
21651 test -z "$ac_c_werror_flag" ||
21652 test ! -s conftest.err
21653 } && test -s conftest.$ac_objext; then
21654 ac_cv_member_struct_stat_st_ctim=yes
21655 else
21656 echo "$as_me: failed program was:" >&5
21657 sed 's/^/| /' conftest.$ac_ext >&5
21659 cat >conftest.$ac_ext <<_ACEOF
21660 /* confdefs.h. */
21661 _ACEOF
21662 cat confdefs.h >>conftest.$ac_ext
21663 cat >>conftest.$ac_ext <<_ACEOF
21664 /* end confdefs.h. */
21665 $ac_includes_default
21667 main ()
21669 static struct stat ac_aggr;
21670 if (sizeof ac_aggr.st_ctim)
21671 return 0;
21673 return 0;
21675 _ACEOF
21676 rm -f conftest.$ac_objext
21677 if { (ac_try="$ac_compile"
21678 case "(($ac_try" in
21679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21680 *) ac_try_echo=$ac_try;;
21681 esac
21682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21683 (eval "$ac_compile") 2>conftest.er1
21684 ac_status=$?
21685 grep -v '^ *+' conftest.er1 >conftest.err
21686 rm -f conftest.er1
21687 cat conftest.err >&5
21688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21689 (exit $ac_status); } && {
21690 test -z "$ac_c_werror_flag" ||
21691 test ! -s conftest.err
21692 } && test -s conftest.$ac_objext; then
21693 ac_cv_member_struct_stat_st_ctim=yes
21694 else
21695 echo "$as_me: failed program was:" >&5
21696 sed 's/^/| /' conftest.$ac_ext >&5
21698 ac_cv_member_struct_stat_st_ctim=no
21701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21706 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21707 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21708 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21710 cat >>confdefs.h <<_ACEOF
21711 #define HAVE_STRUCT_STAT_ST_CTIM 1
21712 _ACEOF
21716 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21717 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21718 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21719 echo $ECHO_N "(cached) $ECHO_C" >&6
21720 else
21721 cat >conftest.$ac_ext <<_ACEOF
21722 /* confdefs.h. */
21723 _ACEOF
21724 cat confdefs.h >>conftest.$ac_ext
21725 cat >>conftest.$ac_ext <<_ACEOF
21726 /* end confdefs.h. */
21727 $ac_includes_default
21729 main ()
21731 static struct stat ac_aggr;
21732 if (ac_aggr.st_atim)
21733 return 0;
21735 return 0;
21737 _ACEOF
21738 rm -f conftest.$ac_objext
21739 if { (ac_try="$ac_compile"
21740 case "(($ac_try" in
21741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21742 *) ac_try_echo=$ac_try;;
21743 esac
21744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21745 (eval "$ac_compile") 2>conftest.er1
21746 ac_status=$?
21747 grep -v '^ *+' conftest.er1 >conftest.err
21748 rm -f conftest.er1
21749 cat conftest.err >&5
21750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21751 (exit $ac_status); } && {
21752 test -z "$ac_c_werror_flag" ||
21753 test ! -s conftest.err
21754 } && test -s conftest.$ac_objext; then
21755 ac_cv_member_struct_stat_st_atim=yes
21756 else
21757 echo "$as_me: failed program was:" >&5
21758 sed 's/^/| /' conftest.$ac_ext >&5
21760 cat >conftest.$ac_ext <<_ACEOF
21761 /* confdefs.h. */
21762 _ACEOF
21763 cat confdefs.h >>conftest.$ac_ext
21764 cat >>conftest.$ac_ext <<_ACEOF
21765 /* end confdefs.h. */
21766 $ac_includes_default
21768 main ()
21770 static struct stat ac_aggr;
21771 if (sizeof ac_aggr.st_atim)
21772 return 0;
21774 return 0;
21776 _ACEOF
21777 rm -f conftest.$ac_objext
21778 if { (ac_try="$ac_compile"
21779 case "(($ac_try" in
21780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21781 *) ac_try_echo=$ac_try;;
21782 esac
21783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21784 (eval "$ac_compile") 2>conftest.er1
21785 ac_status=$?
21786 grep -v '^ *+' conftest.er1 >conftest.err
21787 rm -f conftest.er1
21788 cat conftest.err >&5
21789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21790 (exit $ac_status); } && {
21791 test -z "$ac_c_werror_flag" ||
21792 test ! -s conftest.err
21793 } && test -s conftest.$ac_objext; then
21794 ac_cv_member_struct_stat_st_atim=yes
21795 else
21796 echo "$as_me: failed program was:" >&5
21797 sed 's/^/| /' conftest.$ac_ext >&5
21799 ac_cv_member_struct_stat_st_atim=no
21802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21807 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21808 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21809 if test $ac_cv_member_struct_stat_st_atim = yes; then
21811 cat >>confdefs.h <<_ACEOF
21812 #define HAVE_STRUCT_STAT_ST_ATIM 1
21813 _ACEOF
21819 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21820 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21821 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21822 echo $ECHO_N "(cached) $ECHO_C" >&6
21823 else
21824 cat >conftest.$ac_ext <<_ACEOF
21825 /* confdefs.h. */
21826 _ACEOF
21827 cat confdefs.h >>conftest.$ac_ext
21828 cat >>conftest.$ac_ext <<_ACEOF
21829 /* end confdefs.h. */
21830 #ifdef HAVE_SYS_TYPES_H
21831 #include <sys/types.h>
21832 #endif
21833 #ifdef HAVE_NETINET_IN_H
21834 #include <netinet/in.h>
21835 #endif
21838 main ()
21840 static struct sockaddr_in6 ac_aggr;
21841 if (ac_aggr.sin6_scope_id)
21842 return 0;
21844 return 0;
21846 _ACEOF
21847 rm -f conftest.$ac_objext
21848 if { (ac_try="$ac_compile"
21849 case "(($ac_try" in
21850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21851 *) ac_try_echo=$ac_try;;
21852 esac
21853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21854 (eval "$ac_compile") 2>conftest.er1
21855 ac_status=$?
21856 grep -v '^ *+' conftest.er1 >conftest.err
21857 rm -f conftest.er1
21858 cat conftest.err >&5
21859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21860 (exit $ac_status); } && {
21861 test -z "$ac_c_werror_flag" ||
21862 test ! -s conftest.err
21863 } && test -s conftest.$ac_objext; then
21864 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21865 else
21866 echo "$as_me: failed program was:" >&5
21867 sed 's/^/| /' conftest.$ac_ext >&5
21869 cat >conftest.$ac_ext <<_ACEOF
21870 /* confdefs.h. */
21871 _ACEOF
21872 cat confdefs.h >>conftest.$ac_ext
21873 cat >>conftest.$ac_ext <<_ACEOF
21874 /* end confdefs.h. */
21875 #ifdef HAVE_SYS_TYPES_H
21876 #include <sys/types.h>
21877 #endif
21878 #ifdef HAVE_NETINET_IN_H
21879 #include <netinet/in.h>
21880 #endif
21883 main ()
21885 static struct sockaddr_in6 ac_aggr;
21886 if (sizeof ac_aggr.sin6_scope_id)
21887 return 0;
21889 return 0;
21891 _ACEOF
21892 rm -f conftest.$ac_objext
21893 if { (ac_try="$ac_compile"
21894 case "(($ac_try" in
21895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21896 *) ac_try_echo=$ac_try;;
21897 esac
21898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21899 (eval "$ac_compile") 2>conftest.er1
21900 ac_status=$?
21901 grep -v '^ *+' conftest.er1 >conftest.err
21902 rm -f conftest.er1
21903 cat conftest.err >&5
21904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21905 (exit $ac_status); } && {
21906 test -z "$ac_c_werror_flag" ||
21907 test ! -s conftest.err
21908 } && test -s conftest.$ac_objext; then
21909 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21910 else
21911 echo "$as_me: failed program was:" >&5
21912 sed 's/^/| /' conftest.$ac_ext >&5
21914 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21922 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21923 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21924 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21926 cat >>confdefs.h <<_ACEOF
21927 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21928 _ACEOF
21934 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21935 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21936 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21937 echo $ECHO_N "(cached) $ECHO_C" >&6
21938 else
21939 cat >conftest.$ac_ext <<_ACEOF
21940 /* confdefs.h. */
21941 _ACEOF
21942 cat confdefs.h >>conftest.$ac_ext
21943 cat >>conftest.$ac_ext <<_ACEOF
21944 /* end confdefs.h. */
21945 #ifdef HAVE_SYS_TYPES_H
21946 #include <sys/types.h>
21947 #endif
21948 #ifdef HAVE_NETINET_IN_H
21949 # include <netinet/in.h>
21950 #endif
21951 #ifdef HAVE_ARPA_NAMESER_H
21952 # include <arpa/nameser.h>
21953 #endif
21956 main ()
21958 static ns_msg ac_aggr;
21959 if (ac_aggr._msg_ptr)
21960 return 0;
21962 return 0;
21964 _ACEOF
21965 rm -f conftest.$ac_objext
21966 if { (ac_try="$ac_compile"
21967 case "(($ac_try" in
21968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21969 *) ac_try_echo=$ac_try;;
21970 esac
21971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21972 (eval "$ac_compile") 2>conftest.er1
21973 ac_status=$?
21974 grep -v '^ *+' conftest.er1 >conftest.err
21975 rm -f conftest.er1
21976 cat conftest.err >&5
21977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21978 (exit $ac_status); } && {
21979 test -z "$ac_c_werror_flag" ||
21980 test ! -s conftest.err
21981 } && test -s conftest.$ac_objext; then
21982 ac_cv_member_ns_msg__msg_ptr=yes
21983 else
21984 echo "$as_me: failed program was:" >&5
21985 sed 's/^/| /' conftest.$ac_ext >&5
21987 cat >conftest.$ac_ext <<_ACEOF
21988 /* confdefs.h. */
21989 _ACEOF
21990 cat confdefs.h >>conftest.$ac_ext
21991 cat >>conftest.$ac_ext <<_ACEOF
21992 /* end confdefs.h. */
21993 #ifdef HAVE_SYS_TYPES_H
21994 #include <sys/types.h>
21995 #endif
21996 #ifdef HAVE_NETINET_IN_H
21997 # include <netinet/in.h>
21998 #endif
21999 #ifdef HAVE_ARPA_NAMESER_H
22000 # include <arpa/nameser.h>
22001 #endif
22004 main ()
22006 static ns_msg ac_aggr;
22007 if (sizeof ac_aggr._msg_ptr)
22008 return 0;
22010 return 0;
22012 _ACEOF
22013 rm -f conftest.$ac_objext
22014 if { (ac_try="$ac_compile"
22015 case "(($ac_try" in
22016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22017 *) ac_try_echo=$ac_try;;
22018 esac
22019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22020 (eval "$ac_compile") 2>conftest.er1
22021 ac_status=$?
22022 grep -v '^ *+' conftest.er1 >conftest.err
22023 rm -f conftest.er1
22024 cat conftest.err >&5
22025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22026 (exit $ac_status); } && {
22027 test -z "$ac_c_werror_flag" ||
22028 test ! -s conftest.err
22029 } && test -s conftest.$ac_objext; then
22030 ac_cv_member_ns_msg__msg_ptr=yes
22031 else
22032 echo "$as_me: failed program was:" >&5
22033 sed 's/^/| /' conftest.$ac_ext >&5
22035 ac_cv_member_ns_msg__msg_ptr=no
22038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22043 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22044 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22045 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22047 cat >>confdefs.h <<_ACEOF
22048 #define HAVE_NS_MSG__MSG_PTR 1
22049 _ACEOF
22055 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22056 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22057 if test "${ac_cv_have_timezone+set}" = set; then
22058 echo $ECHO_N "(cached) $ECHO_C" >&6
22059 else
22060 cat >conftest.$ac_ext <<_ACEOF
22061 /* confdefs.h. */
22062 _ACEOF
22063 cat confdefs.h >>conftest.$ac_ext
22064 cat >>conftest.$ac_ext <<_ACEOF
22065 /* end confdefs.h. */
22066 #include <time.h>
22068 main ()
22070 timezone = 1
22072 return 0;
22074 _ACEOF
22075 rm -f conftest.$ac_objext conftest$ac_exeext
22076 if { (ac_try="$ac_link"
22077 case "(($ac_try" in
22078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22079 *) ac_try_echo=$ac_try;;
22080 esac
22081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22082 (eval "$ac_link") 2>conftest.er1
22083 ac_status=$?
22084 grep -v '^ *+' conftest.er1 >conftest.err
22085 rm -f conftest.er1
22086 cat conftest.err >&5
22087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22088 (exit $ac_status); } && {
22089 test -z "$ac_c_werror_flag" ||
22090 test ! -s conftest.err
22091 } && test -s conftest$ac_exeext &&
22092 $as_test_x conftest$ac_exeext; then
22093 ac_cv_have_timezone="yes"
22094 else
22095 echo "$as_me: failed program was:" >&5
22096 sed 's/^/| /' conftest.$ac_ext >&5
22098 ac_cv_have_timezone="no"
22101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22102 conftest$ac_exeext conftest.$ac_ext
22104 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22105 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22106 if test "$ac_cv_have_timezone" = "yes"
22107 then
22109 cat >>confdefs.h <<\_ACEOF
22110 #define HAVE_TIMEZONE 1
22111 _ACEOF
22114 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22115 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22116 if test "${ac_cv_have_daylight+set}" = set; then
22117 echo $ECHO_N "(cached) $ECHO_C" >&6
22118 else
22119 cat >conftest.$ac_ext <<_ACEOF
22120 /* confdefs.h. */
22121 _ACEOF
22122 cat confdefs.h >>conftest.$ac_ext
22123 cat >>conftest.$ac_ext <<_ACEOF
22124 /* end confdefs.h. */
22125 #include <time.h>
22127 main ()
22129 daylight = 1
22131 return 0;
22133 _ACEOF
22134 rm -f conftest.$ac_objext conftest$ac_exeext
22135 if { (ac_try="$ac_link"
22136 case "(($ac_try" in
22137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22138 *) ac_try_echo=$ac_try;;
22139 esac
22140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22141 (eval "$ac_link") 2>conftest.er1
22142 ac_status=$?
22143 grep -v '^ *+' conftest.er1 >conftest.err
22144 rm -f conftest.er1
22145 cat conftest.err >&5
22146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22147 (exit $ac_status); } && {
22148 test -z "$ac_c_werror_flag" ||
22149 test ! -s conftest.err
22150 } && test -s conftest$ac_exeext &&
22151 $as_test_x conftest$ac_exeext; then
22152 ac_cv_have_daylight="yes"
22153 else
22154 echo "$as_me: failed program was:" >&5
22155 sed 's/^/| /' conftest.$ac_ext >&5
22157 ac_cv_have_daylight="no"
22160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22161 conftest$ac_exeext conftest.$ac_ext
22163 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22164 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22165 if test "$ac_cv_have_daylight" = "yes"
22166 then
22168 cat >>confdefs.h <<\_ACEOF
22169 #define HAVE_DAYLIGHT 1
22170 _ACEOF
22174 { echo "$as_me:$LINENO: checking for isinf" >&5
22175 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22176 if test "${ac_cv_have_isinf+set}" = set; then
22177 echo $ECHO_N "(cached) $ECHO_C" >&6
22178 else
22179 cat >conftest.$ac_ext <<_ACEOF
22180 /* confdefs.h. */
22181 _ACEOF
22182 cat confdefs.h >>conftest.$ac_ext
22183 cat >>conftest.$ac_ext <<_ACEOF
22184 /* end confdefs.h. */
22185 #include <math.h>
22187 main ()
22189 float f = 0.0; int i=isinf(f)
22191 return 0;
22193 _ACEOF
22194 rm -f conftest.$ac_objext conftest$ac_exeext
22195 if { (ac_try="$ac_link"
22196 case "(($ac_try" in
22197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22198 *) ac_try_echo=$ac_try;;
22199 esac
22200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22201 (eval "$ac_link") 2>conftest.er1
22202 ac_status=$?
22203 grep -v '^ *+' conftest.er1 >conftest.err
22204 rm -f conftest.er1
22205 cat conftest.err >&5
22206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22207 (exit $ac_status); } && {
22208 test -z "$ac_c_werror_flag" ||
22209 test ! -s conftest.err
22210 } && test -s conftest$ac_exeext &&
22211 $as_test_x conftest$ac_exeext; then
22212 ac_cv_have_isinf="yes"
22213 else
22214 echo "$as_me: failed program was:" >&5
22215 sed 's/^/| /' conftest.$ac_ext >&5
22217 ac_cv_have_isinf="no"
22220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22221 conftest$ac_exeext conftest.$ac_ext
22223 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22224 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22225 if test "$ac_cv_have_isinf" = "yes"
22226 then
22228 cat >>confdefs.h <<\_ACEOF
22229 #define HAVE_ISINF 1
22230 _ACEOF
22234 { echo "$as_me:$LINENO: checking for isnan" >&5
22235 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22236 if test "${ac_cv_have_isnan+set}" = set; then
22237 echo $ECHO_N "(cached) $ECHO_C" >&6
22238 else
22239 cat >conftest.$ac_ext <<_ACEOF
22240 /* confdefs.h. */
22241 _ACEOF
22242 cat confdefs.h >>conftest.$ac_ext
22243 cat >>conftest.$ac_ext <<_ACEOF
22244 /* end confdefs.h. */
22245 #include <math.h>
22247 main ()
22249 float f = 0.0; int i=isnan(f)
22251 return 0;
22253 _ACEOF
22254 rm -f conftest.$ac_objext conftest$ac_exeext
22255 if { (ac_try="$ac_link"
22256 case "(($ac_try" in
22257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22258 *) ac_try_echo=$ac_try;;
22259 esac
22260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22261 (eval "$ac_link") 2>conftest.er1
22262 ac_status=$?
22263 grep -v '^ *+' conftest.er1 >conftest.err
22264 rm -f conftest.er1
22265 cat conftest.err >&5
22266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22267 (exit $ac_status); } && {
22268 test -z "$ac_c_werror_flag" ||
22269 test ! -s conftest.err
22270 } && test -s conftest$ac_exeext &&
22271 $as_test_x conftest$ac_exeext; then
22272 ac_cv_have_isnan="yes"
22273 else
22274 echo "$as_me: failed program was:" >&5
22275 sed 's/^/| /' conftest.$ac_ext >&5
22277 ac_cv_have_isnan="no"
22280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22281 conftest$ac_exeext conftest.$ac_ext
22283 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22284 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22285 if test "$ac_cv_have_isnan" = "yes"
22286 then
22288 cat >>confdefs.h <<\_ACEOF
22289 #define HAVE_ISNAN 1
22290 _ACEOF
22295 case $host_cpu in
22296 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22297 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22298 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22299 echo $ECHO_N "(cached) $ECHO_C" >&6
22300 else
22301 cat >conftest.$ac_ext <<_ACEOF
22302 /* confdefs.h. */
22303 _ACEOF
22304 cat confdefs.h >>conftest.$ac_ext
22305 cat >>conftest.$ac_ext <<_ACEOF
22306 /* end confdefs.h. */
22307 #ifndef __i386__
22309 #endif
22310 _ACEOF
22311 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22312 $EGREP "yes" >/dev/null 2>&1; then
22313 ac_cv_cpp_def___i386__=yes
22314 else
22315 ac_cv_cpp_def___i386__=no
22317 rm -f conftest*
22320 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22321 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22322 if test $ac_cv_cpp_def___i386__ = yes; then
22323 CFLAGS="$CFLAGS -D__i386__"
22324 LINTFLAGS="$LINTFLAGS -D__i386__"
22327 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22328 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22329 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22330 echo $ECHO_N "(cached) $ECHO_C" >&6
22331 else
22332 cat >conftest.$ac_ext <<_ACEOF
22333 /* confdefs.h. */
22334 _ACEOF
22335 cat confdefs.h >>conftest.$ac_ext
22336 cat >>conftest.$ac_ext <<_ACEOF
22337 /* end confdefs.h. */
22338 #ifndef __x86_64__
22340 #endif
22341 _ACEOF
22342 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22343 $EGREP "yes" >/dev/null 2>&1; then
22344 ac_cv_cpp_def___x86_64__=yes
22345 else
22346 ac_cv_cpp_def___x86_64__=no
22348 rm -f conftest*
22351 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22352 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22353 if test $ac_cv_cpp_def___x86_64__ = yes; then
22354 CFLAGS="$CFLAGS -D__x86_64__"
22355 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22358 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22359 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22360 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22361 echo $ECHO_N "(cached) $ECHO_C" >&6
22362 else
22363 cat >conftest.$ac_ext <<_ACEOF
22364 /* confdefs.h. */
22365 _ACEOF
22366 cat confdefs.h >>conftest.$ac_ext
22367 cat >>conftest.$ac_ext <<_ACEOF
22368 /* end confdefs.h. */
22369 #ifndef __ALPHA__
22371 #endif
22372 _ACEOF
22373 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22374 $EGREP "yes" >/dev/null 2>&1; then
22375 ac_cv_cpp_def___ALPHA__=yes
22376 else
22377 ac_cv_cpp_def___ALPHA__=no
22379 rm -f conftest*
22382 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22383 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22384 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22385 CFLAGS="$CFLAGS -D__ALPHA__"
22386 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22389 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22390 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22391 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22392 echo $ECHO_N "(cached) $ECHO_C" >&6
22393 else
22394 cat >conftest.$ac_ext <<_ACEOF
22395 /* confdefs.h. */
22396 _ACEOF
22397 cat confdefs.h >>conftest.$ac_ext
22398 cat >>conftest.$ac_ext <<_ACEOF
22399 /* end confdefs.h. */
22400 #ifndef __sparc__
22402 #endif
22403 _ACEOF
22404 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22405 $EGREP "yes" >/dev/null 2>&1; then
22406 ac_cv_cpp_def___sparc__=yes
22407 else
22408 ac_cv_cpp_def___sparc__=no
22410 rm -f conftest*
22413 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22414 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22415 if test $ac_cv_cpp_def___sparc__ = yes; then
22416 CFLAGS="$CFLAGS -D__sparc__"
22417 LINTFLAGS="$LINTFLAGS -D__sparc__"
22420 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22421 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22422 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22423 echo $ECHO_N "(cached) $ECHO_C" >&6
22424 else
22425 cat >conftest.$ac_ext <<_ACEOF
22426 /* confdefs.h. */
22427 _ACEOF
22428 cat confdefs.h >>conftest.$ac_ext
22429 cat >>conftest.$ac_ext <<_ACEOF
22430 /* end confdefs.h. */
22431 #ifndef __powerpc__
22433 #endif
22434 _ACEOF
22435 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22436 $EGREP "yes" >/dev/null 2>&1; then
22437 ac_cv_cpp_def___powerpc__=yes
22438 else
22439 ac_cv_cpp_def___powerpc__=no
22441 rm -f conftest*
22444 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22445 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22446 if test $ac_cv_cpp_def___powerpc__ = yes; then
22447 CFLAGS="$CFLAGS -D__powerpc__"
22448 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22451 esac
22453 case $host_vendor in
22454 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22455 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22456 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22457 echo $ECHO_N "(cached) $ECHO_C" >&6
22458 else
22459 cat >conftest.$ac_ext <<_ACEOF
22460 /* confdefs.h. */
22461 _ACEOF
22462 cat confdefs.h >>conftest.$ac_ext
22463 cat >>conftest.$ac_ext <<_ACEOF
22464 /* end confdefs.h. */
22465 #ifndef __sun__
22467 #endif
22468 _ACEOF
22469 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22470 $EGREP "yes" >/dev/null 2>&1; then
22471 ac_cv_cpp_def___sun__=yes
22472 else
22473 ac_cv_cpp_def___sun__=no
22475 rm -f conftest*
22478 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22479 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22480 if test $ac_cv_cpp_def___sun__ = yes; then
22481 CFLAGS="$CFLAGS -D__sun__"
22482 LINTFLAGS="$LINTFLAGS -D__sun__"
22485 esac
22488 DEPENDENCIES="### Dependencies:
22490 .INIT: Makefile
22491 .BEGIN: Makefile
22492 Makefile: dummy
22493 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22495 \$(OBJS): \$(IDL_GEN_HEADERS)
22496 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22497 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22498 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22499 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22502 ALL_MAKERULES=""
22504 ALL_MAKEFILES=""
22506 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22509 ALL_TOP_DIRS=""
22511 ALL_DLL_DIRS=""
22513 ALL_IMPLIB_DIRS=""
22515 ALL_TEST_DIRS=""
22517 ALL_PROGRAM_DIRS=""
22519 ALL_PROGRAM_INSTALL_DIRS=""
22521 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22527 ac_config_commands="$ac_config_commands include/stamp-h"
22530 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22532 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22534 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22536 ac_config_commands="$ac_config_commands dlls/user32/resources"
22538 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22540 ac_config_commands="$ac_config_commands include/wine"
22543 ALL_MAKERULES="$ALL_MAKERULES \\
22544 Make.rules"
22545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22546 Make.rules: Make.rules.in"
22547 MAKE_RULES=Make.rules
22548 ac_config_files="$ac_config_files Make.rules"
22550 ALL_MAKERULES="$ALL_MAKERULES \\
22551 dlls/Makedll.rules"
22552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22553 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22554 MAKE_DLL_RULES=dlls/Makedll.rules
22555 ac_config_files="$ac_config_files dlls/Makedll.rules"
22557 ALL_MAKERULES="$ALL_MAKERULES \\
22558 dlls/Makeimplib.rules"
22559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22560 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22561 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22562 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22564 ALL_MAKERULES="$ALL_MAKERULES \\
22565 dlls/Maketest.rules"
22566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22567 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22568 MAKE_TEST_RULES=dlls/Maketest.rules
22569 ac_config_files="$ac_config_files dlls/Maketest.rules"
22571 ALL_MAKERULES="$ALL_MAKERULES \\
22572 programs/Makeprog.rules"
22573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22574 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22575 MAKE_PROG_RULES=programs/Makeprog.rules
22576 ac_config_files="$ac_config_files programs/Makeprog.rules"
22581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22582 Makefile: Makefile.in Make.rules"
22583 ac_config_files="$ac_config_files Makefile"
22585 ALL_MAKEFILES="$ALL_MAKEFILES \\
22586 dlls/Makefile"
22587 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22588 dlls"
22589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22590 dlls/Makefile: dlls/Makefile.in Make.rules"
22591 ac_config_files="$ac_config_files dlls/Makefile"
22593 ALL_MAKEFILES="$ALL_MAKEFILES \\
22594 dlls/acledit/Makefile"
22595 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22596 acledit"
22597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22598 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22599 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22601 ALL_MAKEFILES="$ALL_MAKEFILES \\
22602 dlls/activeds/Makefile"
22603 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22604 activeds"
22605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22606 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22607 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22609 ALL_MAKEFILES="$ALL_MAKEFILES \\
22610 dlls/actxprxy/Makefile"
22611 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22612 actxprxy"
22613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22614 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22615 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22617 ALL_MAKEFILES="$ALL_MAKEFILES \\
22618 dlls/adsiid/Makefile"
22619 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22620 adsiid"
22621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22622 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22623 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22625 ALL_MAKEFILES="$ALL_MAKEFILES \\
22626 dlls/advapi32/Makefile"
22627 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22628 advapi32"
22629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22630 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22631 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22633 ALL_MAKEFILES="$ALL_MAKEFILES \\
22634 dlls/advapi32/tests/Makefile"
22635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22636 advapi32/tests"
22637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22638 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22639 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22641 ALL_MAKEFILES="$ALL_MAKEFILES \\
22642 dlls/advpack/Makefile"
22643 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22644 advpack"
22645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22646 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22647 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22649 ALL_MAKEFILES="$ALL_MAKEFILES \\
22650 dlls/advpack/tests/Makefile"
22651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22652 advpack/tests"
22653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22654 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22655 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22657 ALL_MAKEFILES="$ALL_MAKEFILES \\
22658 dlls/amstream/Makefile"
22659 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22660 amstream"
22661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22662 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22663 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22665 ALL_MAKEFILES="$ALL_MAKEFILES \\
22666 dlls/appwiz.cpl/Makefile"
22667 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22668 appwiz.cpl"
22669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22670 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22671 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22673 ALL_MAKEFILES="$ALL_MAKEFILES \\
22674 dlls/atl/Makefile"
22675 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22676 atl"
22677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22678 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22679 ac_config_files="$ac_config_files dlls/atl/Makefile"
22681 ALL_MAKEFILES="$ALL_MAKEFILES \\
22682 dlls/avicap32/Makefile"
22683 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22684 avicap32"
22685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22686 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22687 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22689 ALL_MAKEFILES="$ALL_MAKEFILES \\
22690 dlls/avifil32/Makefile"
22691 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22692 avifil32"
22693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22694 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22695 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22697 ALL_MAKEFILES="$ALL_MAKEFILES \\
22698 dlls/browseui/Makefile"
22699 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22700 browseui"
22701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22702 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22703 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22705 ALL_MAKEFILES="$ALL_MAKEFILES \\
22706 dlls/browseui/tests/Makefile"
22707 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22708 browseui/tests"
22709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22710 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22711 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22713 ALL_MAKEFILES="$ALL_MAKEFILES \\
22714 dlls/cabinet/Makefile"
22715 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22716 cabinet"
22717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22718 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22719 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22721 ALL_MAKEFILES="$ALL_MAKEFILES \\
22722 dlls/cabinet/tests/Makefile"
22723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22724 cabinet/tests"
22725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22726 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22727 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22729 ALL_MAKEFILES="$ALL_MAKEFILES \\
22730 dlls/capi2032/Makefile"
22731 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22732 capi2032"
22733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22734 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22735 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22737 ALL_MAKEFILES="$ALL_MAKEFILES \\
22738 dlls/cards/Makefile"
22739 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22740 cards"
22741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22742 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22743 ac_config_files="$ac_config_files dlls/cards/Makefile"
22745 ALL_MAKEFILES="$ALL_MAKEFILES \\
22746 dlls/cfgmgr32/Makefile"
22747 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22748 cfgmgr32"
22749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22750 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22751 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22753 ALL_MAKEFILES="$ALL_MAKEFILES \\
22754 dlls/clusapi/Makefile"
22755 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22756 clusapi"
22757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22758 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22759 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22761 ALL_MAKEFILES="$ALL_MAKEFILES \\
22762 dlls/comcat/Makefile"
22763 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22764 comcat"
22765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22766 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22767 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22769 ALL_MAKEFILES="$ALL_MAKEFILES \\
22770 dlls/comcat/tests/Makefile"
22771 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22772 comcat/tests"
22773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22774 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22775 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22777 ALL_MAKEFILES="$ALL_MAKEFILES \\
22778 dlls/comctl32/Makefile"
22779 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22780 comctl32"
22781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22782 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22783 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22785 ALL_MAKEFILES="$ALL_MAKEFILES \\
22786 dlls/comctl32/tests/Makefile"
22787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22788 comctl32/tests"
22789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22790 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22791 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22793 ALL_MAKEFILES="$ALL_MAKEFILES \\
22794 dlls/comdlg32/Makefile"
22795 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22796 comdlg32"
22797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22798 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22799 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22801 ALL_MAKEFILES="$ALL_MAKEFILES \\
22802 dlls/comdlg32/tests/Makefile"
22803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22804 comdlg32/tests"
22805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22806 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22807 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22809 ALL_MAKEFILES="$ALL_MAKEFILES \\
22810 dlls/compstui/Makefile"
22811 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22812 compstui"
22813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22814 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22815 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22817 ALL_MAKEFILES="$ALL_MAKEFILES \\
22818 dlls/credui/Makefile"
22819 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22820 credui"
22821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22822 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22823 ac_config_files="$ac_config_files dlls/credui/Makefile"
22825 ALL_MAKEFILES="$ALL_MAKEFILES \\
22826 dlls/credui/tests/Makefile"
22827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22828 credui/tests"
22829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22830 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22831 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22833 ALL_MAKEFILES="$ALL_MAKEFILES \\
22834 dlls/crtdll/Makefile"
22835 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22836 crtdll"
22837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22838 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22839 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22841 ALL_MAKEFILES="$ALL_MAKEFILES \\
22842 dlls/crypt32/Makefile"
22843 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22844 crypt32"
22845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22846 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22847 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22849 ALL_MAKEFILES="$ALL_MAKEFILES \\
22850 dlls/crypt32/tests/Makefile"
22851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22852 crypt32/tests"
22853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22854 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22855 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22857 ALL_MAKEFILES="$ALL_MAKEFILES \\
22858 dlls/cryptdlg/Makefile"
22859 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22860 cryptdlg"
22861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22862 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22863 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22865 ALL_MAKEFILES="$ALL_MAKEFILES \\
22866 dlls/cryptdll/Makefile"
22867 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22868 cryptdll"
22869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22870 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22871 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22873 ALL_MAKEFILES="$ALL_MAKEFILES \\
22874 dlls/cryptnet/Makefile"
22875 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22876 cryptnet"
22877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22878 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22879 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22881 ALL_MAKEFILES="$ALL_MAKEFILES \\
22882 dlls/cryptnet/tests/Makefile"
22883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22884 cryptnet/tests"
22885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22886 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22887 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22889 ALL_MAKEFILES="$ALL_MAKEFILES \\
22890 dlls/cryptui/Makefile"
22891 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22892 cryptui"
22893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22894 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22895 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22897 ALL_MAKEFILES="$ALL_MAKEFILES \\
22898 dlls/cryptui/tests/Makefile"
22899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22900 cryptui/tests"
22901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22902 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
22903 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
22905 ALL_MAKEFILES="$ALL_MAKEFILES \\
22906 dlls/ctapi32/Makefile"
22907 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22908 ctapi32"
22909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22910 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22911 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22913 ALL_MAKEFILES="$ALL_MAKEFILES \\
22914 dlls/ctl3d32/Makefile"
22915 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22916 ctl3d32"
22917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22918 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22919 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22921 ALL_MAKEFILES="$ALL_MAKEFILES \\
22922 dlls/d3d10/Makefile"
22923 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22924 d3d10"
22925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22926 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22927 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22929 ALL_MAKEFILES="$ALL_MAKEFILES \\
22930 dlls/d3d10/tests/Makefile"
22931 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22932 d3d10/tests"
22933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22934 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
22935 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
22937 ALL_MAKEFILES="$ALL_MAKEFILES \\
22938 dlls/d3d10core/Makefile"
22939 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22940 d3d10core"
22941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22942 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
22943 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
22945 ALL_MAKEFILES="$ALL_MAKEFILES \\
22946 dlls/d3d10core/tests/Makefile"
22947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22948 d3d10core/tests"
22949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22950 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
22951 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
22953 ALL_MAKEFILES="$ALL_MAKEFILES \\
22954 dlls/d3d8/Makefile"
22955 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22956 d3d8"
22957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22958 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22959 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22961 ALL_MAKEFILES="$ALL_MAKEFILES \\
22962 dlls/d3d8/tests/Makefile"
22963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22964 d3d8/tests"
22965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22966 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22967 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22969 ALL_MAKEFILES="$ALL_MAKEFILES \\
22970 dlls/d3d9/Makefile"
22971 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22972 d3d9"
22973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22974 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22975 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22977 ALL_MAKEFILES="$ALL_MAKEFILES \\
22978 dlls/d3d9/tests/Makefile"
22979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22980 d3d9/tests"
22981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22982 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22983 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22985 ALL_MAKEFILES="$ALL_MAKEFILES \\
22986 dlls/d3dim/Makefile"
22987 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22988 d3dim"
22989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22990 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22991 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22993 ALL_MAKEFILES="$ALL_MAKEFILES \\
22994 dlls/d3drm/Makefile"
22995 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22996 d3drm"
22997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22998 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22999 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23001 ALL_MAKEFILES="$ALL_MAKEFILES \\
23002 dlls/d3drm/tests/Makefile"
23003 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23004 d3drm/tests"
23005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23006 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23007 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23009 ALL_MAKEFILES="$ALL_MAKEFILES \\
23010 dlls/d3dx8/Makefile"
23011 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23012 d3dx8"
23013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23014 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23015 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23017 ALL_MAKEFILES="$ALL_MAKEFILES \\
23018 dlls/d3dx8/tests/Makefile"
23019 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23020 d3dx8/tests"
23021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23022 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23023 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23025 ALL_MAKEFILES="$ALL_MAKEFILES \\
23026 dlls/d3dx9_24/Makefile"
23027 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23028 d3dx9_24"
23029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23030 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23031 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23033 ALL_MAKEFILES="$ALL_MAKEFILES \\
23034 dlls/d3dx9_25/Makefile"
23035 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23036 d3dx9_25"
23037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23038 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23039 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23041 ALL_MAKEFILES="$ALL_MAKEFILES \\
23042 dlls/d3dx9_26/Makefile"
23043 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23044 d3dx9_26"
23045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23046 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23047 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23049 ALL_MAKEFILES="$ALL_MAKEFILES \\
23050 dlls/d3dx9_27/Makefile"
23051 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23052 d3dx9_27"
23053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23054 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23055 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23057 ALL_MAKEFILES="$ALL_MAKEFILES \\
23058 dlls/d3dx9_28/Makefile"
23059 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23060 d3dx9_28"
23061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23062 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23063 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23065 ALL_MAKEFILES="$ALL_MAKEFILES \\
23066 dlls/d3dx9_29/Makefile"
23067 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23068 d3dx9_29"
23069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23070 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23071 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23073 ALL_MAKEFILES="$ALL_MAKEFILES \\
23074 dlls/d3dx9_30/Makefile"
23075 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23076 d3dx9_30"
23077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23078 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23079 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23081 ALL_MAKEFILES="$ALL_MAKEFILES \\
23082 dlls/d3dx9_31/Makefile"
23083 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23084 d3dx9_31"
23085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23086 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23087 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23089 ALL_MAKEFILES="$ALL_MAKEFILES \\
23090 dlls/d3dx9_32/Makefile"
23091 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23092 d3dx9_32"
23093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23094 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23095 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23097 ALL_MAKEFILES="$ALL_MAKEFILES \\
23098 dlls/d3dx9_33/Makefile"
23099 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23100 d3dx9_33"
23101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23102 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23103 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23105 ALL_MAKEFILES="$ALL_MAKEFILES \\
23106 dlls/d3dx9_34/Makefile"
23107 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23108 d3dx9_34"
23109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23110 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23111 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23113 ALL_MAKEFILES="$ALL_MAKEFILES \\
23114 dlls/d3dx9_35/Makefile"
23115 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23116 d3dx9_35"
23117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23118 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23119 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23121 ALL_MAKEFILES="$ALL_MAKEFILES \\
23122 dlls/d3dx9_36/Makefile"
23123 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23124 d3dx9_36"
23125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23126 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23127 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23129 ALL_MAKEFILES="$ALL_MAKEFILES \\
23130 dlls/d3dx9_36/tests/Makefile"
23131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23132 d3dx9_36/tests"
23133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23134 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23135 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23137 ALL_MAKEFILES="$ALL_MAKEFILES \\
23138 dlls/d3dx9_37/Makefile"
23139 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23140 d3dx9_37"
23141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23142 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23143 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23145 ALL_MAKEFILES="$ALL_MAKEFILES \\
23146 dlls/d3dxof/Makefile"
23147 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23148 d3dxof"
23149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23150 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23151 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23153 ALL_MAKEFILES="$ALL_MAKEFILES \\
23154 dlls/d3dxof/tests/Makefile"
23155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23156 d3dxof/tests"
23157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23158 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23159 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23161 ALL_MAKEFILES="$ALL_MAKEFILES \\
23162 dlls/dbghelp/Makefile"
23163 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23164 dbghelp"
23165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23166 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23167 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23169 ALL_MAKEFILES="$ALL_MAKEFILES \\
23170 dlls/dciman32/Makefile"
23171 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23172 dciman32"
23173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23174 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23175 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23177 ALL_MAKEFILES="$ALL_MAKEFILES \\
23178 dlls/ddraw/Makefile"
23179 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23180 ddraw"
23181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23182 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23183 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23185 ALL_MAKEFILES="$ALL_MAKEFILES \\
23186 dlls/ddraw/tests/Makefile"
23187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23188 ddraw/tests"
23189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23190 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23191 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23193 ALL_MAKEFILES="$ALL_MAKEFILES \\
23194 dlls/ddrawex/Makefile"
23195 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23196 ddrawex"
23197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23198 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23199 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23201 ALL_MAKEFILES="$ALL_MAKEFILES \\
23202 dlls/devenum/Makefile"
23203 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23204 devenum"
23205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23206 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23207 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23209 ALL_MAKEFILES="$ALL_MAKEFILES \\
23210 dlls/dinput/Makefile"
23211 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23212 dinput"
23213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23214 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23215 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23217 ALL_MAKEFILES="$ALL_MAKEFILES \\
23218 dlls/dinput/tests/Makefile"
23219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23220 dinput/tests"
23221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23222 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23223 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23225 ALL_MAKEFILES="$ALL_MAKEFILES \\
23226 dlls/dinput8/Makefile"
23227 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23228 dinput8"
23229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23230 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23231 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23233 ALL_MAKEFILES="$ALL_MAKEFILES \\
23234 dlls/dmband/Makefile"
23235 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23236 dmband"
23237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23238 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23239 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23241 ALL_MAKEFILES="$ALL_MAKEFILES \\
23242 dlls/dmcompos/Makefile"
23243 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23244 dmcompos"
23245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23246 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23247 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23249 ALL_MAKEFILES="$ALL_MAKEFILES \\
23250 dlls/dmime/Makefile"
23251 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23252 dmime"
23253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23254 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23255 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23257 ALL_MAKEFILES="$ALL_MAKEFILES \\
23258 dlls/dmloader/Makefile"
23259 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23260 dmloader"
23261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23262 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23263 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23265 ALL_MAKEFILES="$ALL_MAKEFILES \\
23266 dlls/dmscript/Makefile"
23267 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23268 dmscript"
23269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23270 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23271 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23273 ALL_MAKEFILES="$ALL_MAKEFILES \\
23274 dlls/dmstyle/Makefile"
23275 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23276 dmstyle"
23277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23278 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23279 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23281 ALL_MAKEFILES="$ALL_MAKEFILES \\
23282 dlls/dmsynth/Makefile"
23283 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23284 dmsynth"
23285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23286 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23287 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23289 ALL_MAKEFILES="$ALL_MAKEFILES \\
23290 dlls/dmusic/Makefile"
23291 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23292 dmusic"
23293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23294 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23295 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23297 ALL_MAKEFILES="$ALL_MAKEFILES \\
23298 dlls/dmusic32/Makefile"
23299 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23300 dmusic32"
23301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23302 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23303 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23305 ALL_MAKEFILES="$ALL_MAKEFILES \\
23306 dlls/dnsapi/Makefile"
23307 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23308 dnsapi"
23309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23310 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23311 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23313 ALL_MAKEFILES="$ALL_MAKEFILES \\
23314 dlls/dnsapi/tests/Makefile"
23315 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23316 dnsapi/tests"
23317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23318 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23319 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23321 ALL_MAKEFILES="$ALL_MAKEFILES \\
23322 dlls/dplay/Makefile"
23323 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23324 dplay"
23325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23326 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23327 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23329 ALL_MAKEFILES="$ALL_MAKEFILES \\
23330 dlls/dplayx/Makefile"
23331 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23332 dplayx"
23333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23334 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23335 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23337 ALL_MAKEFILES="$ALL_MAKEFILES \\
23338 dlls/dplayx/tests/Makefile"
23339 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23340 dplayx/tests"
23341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23342 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23343 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23345 ALL_MAKEFILES="$ALL_MAKEFILES \\
23346 dlls/dpnaddr/Makefile"
23347 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23348 dpnaddr"
23349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23350 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23351 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23353 ALL_MAKEFILES="$ALL_MAKEFILES \\
23354 dlls/dpnet/Makefile"
23355 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23356 dpnet"
23357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23358 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23359 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23361 ALL_MAKEFILES="$ALL_MAKEFILES \\
23362 dlls/dpnhpast/Makefile"
23363 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23364 dpnhpast"
23365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23366 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23367 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23369 ALL_MAKEFILES="$ALL_MAKEFILES \\
23370 dlls/dpnlobby/Makefile"
23371 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23372 dpnlobby"
23373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23374 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23375 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23377 ALL_MAKEFILES="$ALL_MAKEFILES \\
23378 dlls/dpwsockx/Makefile"
23379 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23380 dpwsockx"
23381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23382 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23383 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23385 ALL_MAKEFILES="$ALL_MAKEFILES \\
23386 dlls/dsound/Makefile"
23387 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23388 dsound"
23389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23390 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23391 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23393 ALL_MAKEFILES="$ALL_MAKEFILES \\
23394 dlls/dsound/tests/Makefile"
23395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23396 dsound/tests"
23397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23398 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23399 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23401 ALL_MAKEFILES="$ALL_MAKEFILES \\
23402 dlls/dssenh/Makefile"
23403 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23404 dssenh"
23405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23406 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23407 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23409 ALL_MAKEFILES="$ALL_MAKEFILES \\
23410 dlls/dswave/Makefile"
23411 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23412 dswave"
23413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23414 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23415 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23417 ALL_MAKEFILES="$ALL_MAKEFILES \\
23418 dlls/dwmapi/Makefile"
23419 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23420 dwmapi"
23421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23422 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23423 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23425 ALL_MAKEFILES="$ALL_MAKEFILES \\
23426 dlls/dxdiagn/Makefile"
23427 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23428 dxdiagn"
23429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23430 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23431 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23433 ALL_MAKEFILES="$ALL_MAKEFILES \\
23434 dlls/dxerr8/Makefile"
23435 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23436 dxerr8"
23437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23438 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23439 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23441 ALL_MAKEFILES="$ALL_MAKEFILES \\
23442 dlls/dxerr9/Makefile"
23443 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23444 dxerr9"
23445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23446 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23447 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23449 ALL_MAKEFILES="$ALL_MAKEFILES \\
23450 dlls/dxgi/Makefile"
23451 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23452 dxgi"
23453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23454 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23455 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23457 ALL_MAKEFILES="$ALL_MAKEFILES \\
23458 dlls/dxgi/tests/Makefile"
23459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23460 dxgi/tests"
23461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23462 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
23463 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
23465 ALL_MAKEFILES="$ALL_MAKEFILES \\
23466 dlls/dxguid/Makefile"
23467 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23468 dxguid"
23469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23470 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23471 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23473 ALL_MAKEFILES="$ALL_MAKEFILES \\
23474 dlls/faultrep/Makefile"
23475 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23476 faultrep"
23477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23478 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23479 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23481 ALL_MAKEFILES="$ALL_MAKEFILES \\
23482 dlls/fusion/Makefile"
23483 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23484 fusion"
23485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23486 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23487 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23489 ALL_MAKEFILES="$ALL_MAKEFILES \\
23490 dlls/fusion/tests/Makefile"
23491 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23492 fusion/tests"
23493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23494 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23495 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23497 ALL_MAKEFILES="$ALL_MAKEFILES \\
23498 dlls/gdi32/Makefile"
23499 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23500 gdi32"
23501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23502 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23503 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23505 ALL_MAKEFILES="$ALL_MAKEFILES \\
23506 dlls/gdi32/tests/Makefile"
23507 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23508 gdi32/tests"
23509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23510 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23511 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23513 ALL_MAKEFILES="$ALL_MAKEFILES \\
23514 dlls/gdiplus/Makefile"
23515 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23516 gdiplus"
23517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23518 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23519 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23521 ALL_MAKEFILES="$ALL_MAKEFILES \\
23522 dlls/gdiplus/tests/Makefile"
23523 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23524 gdiplus/tests"
23525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23526 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23527 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23529 ALL_MAKEFILES="$ALL_MAKEFILES \\
23530 dlls/glu32/Makefile"
23531 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23532 glu32"
23533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23534 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23535 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23537 ALL_MAKEFILES="$ALL_MAKEFILES \\
23538 dlls/gphoto2.ds/Makefile"
23539 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23540 gphoto2.ds"
23541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23542 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23543 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23545 ALL_MAKEFILES="$ALL_MAKEFILES \\
23546 dlls/gpkcsp/Makefile"
23547 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23548 gpkcsp"
23549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23550 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23551 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23553 ALL_MAKEFILES="$ALL_MAKEFILES \\
23554 dlls/hal/Makefile"
23555 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23556 hal"
23557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23558 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23559 ac_config_files="$ac_config_files dlls/hal/Makefile"
23561 ALL_MAKEFILES="$ALL_MAKEFILES \\
23562 dlls/hhctrl.ocx/Makefile"
23563 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23564 hhctrl.ocx"
23565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23566 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23567 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23569 ALL_MAKEFILES="$ALL_MAKEFILES \\
23570 dlls/hid/Makefile"
23571 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23572 hid"
23573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23574 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23575 ac_config_files="$ac_config_files dlls/hid/Makefile"
23577 ALL_MAKEFILES="$ALL_MAKEFILES \\
23578 dlls/hlink/Makefile"
23579 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23580 hlink"
23581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23582 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23583 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23585 ALL_MAKEFILES="$ALL_MAKEFILES \\
23586 dlls/hlink/tests/Makefile"
23587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23588 hlink/tests"
23589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23590 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23591 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23593 ALL_MAKEFILES="$ALL_MAKEFILES \\
23594 dlls/hnetcfg/Makefile"
23595 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23596 hnetcfg"
23597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23598 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23599 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23601 ALL_MAKEFILES="$ALL_MAKEFILES \\
23602 dlls/iccvid/Makefile"
23603 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23604 iccvid"
23605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23606 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23607 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23609 ALL_MAKEFILES="$ALL_MAKEFILES \\
23610 dlls/icmp/Makefile"
23611 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23612 icmp"
23613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23614 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23615 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23617 ALL_MAKEFILES="$ALL_MAKEFILES \\
23618 dlls/ifsmgr.vxd/Makefile"
23619 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23620 ifsmgr.vxd"
23621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23622 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23623 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23625 ALL_MAKEFILES="$ALL_MAKEFILES \\
23626 dlls/imaadp32.acm/Makefile"
23627 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23628 imaadp32.acm"
23629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23630 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23631 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23633 ALL_MAKEFILES="$ALL_MAKEFILES \\
23634 dlls/imagehlp/Makefile"
23635 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23636 imagehlp"
23637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23638 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23639 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23641 ALL_MAKEFILES="$ALL_MAKEFILES \\
23642 dlls/imm32/Makefile"
23643 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23644 imm32"
23645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23646 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23647 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23649 ALL_MAKEFILES="$ALL_MAKEFILES \\
23650 dlls/imm32/tests/Makefile"
23651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23652 imm32/tests"
23653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23654 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23655 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23657 ALL_MAKEFILES="$ALL_MAKEFILES \\
23658 dlls/inetcomm/Makefile"
23659 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23660 inetcomm"
23661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23662 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23663 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23665 ALL_MAKEFILES="$ALL_MAKEFILES \\
23666 dlls/inetcomm/tests/Makefile"
23667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23668 inetcomm/tests"
23669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23670 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23671 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23673 ALL_MAKEFILES="$ALL_MAKEFILES \\
23674 dlls/inetmib1/Makefile"
23675 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23676 inetmib1"
23677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23678 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23679 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23681 ALL_MAKEFILES="$ALL_MAKEFILES \\
23682 dlls/inetmib1/tests/Makefile"
23683 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23684 inetmib1/tests"
23685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23686 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23687 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23689 ALL_MAKEFILES="$ALL_MAKEFILES \\
23690 dlls/infosoft/Makefile"
23691 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23692 infosoft"
23693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23694 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23695 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23697 ALL_MAKEFILES="$ALL_MAKEFILES \\
23698 dlls/infosoft/tests/Makefile"
23699 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23700 infosoft/tests"
23701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23702 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23703 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23705 ALL_MAKEFILES="$ALL_MAKEFILES \\
23706 dlls/initpki/Makefile"
23707 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23708 initpki"
23709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23710 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23711 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23713 ALL_MAKEFILES="$ALL_MAKEFILES \\
23714 dlls/inkobj/Makefile"
23715 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23716 inkobj"
23717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23718 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23719 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23721 ALL_MAKEFILES="$ALL_MAKEFILES \\
23722 dlls/inseng/Makefile"
23723 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23724 inseng"
23725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23726 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23727 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23729 ALL_MAKEFILES="$ALL_MAKEFILES \\
23730 dlls/iphlpapi/Makefile"
23731 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23732 iphlpapi"
23733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23734 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23735 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23737 ALL_MAKEFILES="$ALL_MAKEFILES \\
23738 dlls/iphlpapi/tests/Makefile"
23739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23740 iphlpapi/tests"
23741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23742 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23743 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23745 ALL_MAKEFILES="$ALL_MAKEFILES \\
23746 dlls/itircl/Makefile"
23747 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23748 itircl"
23749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23750 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23751 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23753 ALL_MAKEFILES="$ALL_MAKEFILES \\
23754 dlls/itss/Makefile"
23755 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23756 itss"
23757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23758 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23759 ac_config_files="$ac_config_files dlls/itss/Makefile"
23761 ALL_MAKEFILES="$ALL_MAKEFILES \\
23762 dlls/itss/tests/Makefile"
23763 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23764 itss/tests"
23765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23766 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23767 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23769 ALL_MAKEFILES="$ALL_MAKEFILES \\
23770 dlls/jscript/Makefile"
23771 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23772 jscript"
23773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23774 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23775 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23777 ALL_MAKEFILES="$ALL_MAKEFILES \\
23778 dlls/jscript/tests/Makefile"
23779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23780 jscript/tests"
23781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23782 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23783 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23785 ALL_MAKEFILES="$ALL_MAKEFILES \\
23786 dlls/kernel32/Makefile"
23787 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23788 kernel32"
23789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23790 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23791 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23793 ALL_MAKEFILES="$ALL_MAKEFILES \\
23794 dlls/kernel32/tests/Makefile"
23795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23796 kernel32/tests"
23797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23798 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23799 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23801 ALL_MAKEFILES="$ALL_MAKEFILES \\
23802 dlls/localspl/Makefile"
23803 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23804 localspl"
23805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23806 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23807 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23809 ALL_MAKEFILES="$ALL_MAKEFILES \\
23810 dlls/localspl/tests/Makefile"
23811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23812 localspl/tests"
23813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23814 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23815 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23817 ALL_MAKEFILES="$ALL_MAKEFILES \\
23818 dlls/localui/Makefile"
23819 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23820 localui"
23821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23822 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23823 ac_config_files="$ac_config_files dlls/localui/Makefile"
23825 ALL_MAKEFILES="$ALL_MAKEFILES \\
23826 dlls/localui/tests/Makefile"
23827 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23828 localui/tests"
23829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23830 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23831 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23833 ALL_MAKEFILES="$ALL_MAKEFILES \\
23834 dlls/lz32/Makefile"
23835 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23836 lz32"
23837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23838 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23839 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23841 ALL_MAKEFILES="$ALL_MAKEFILES \\
23842 dlls/lz32/tests/Makefile"
23843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23844 lz32/tests"
23845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23846 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23847 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23849 ALL_MAKEFILES="$ALL_MAKEFILES \\
23850 dlls/mapi32/Makefile"
23851 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23852 mapi32"
23853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23854 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23855 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23857 ALL_MAKEFILES="$ALL_MAKEFILES \\
23858 dlls/mapi32/tests/Makefile"
23859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23860 mapi32/tests"
23861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23862 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23863 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23865 ALL_MAKEFILES="$ALL_MAKEFILES \\
23866 dlls/mciavi32/Makefile"
23867 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23868 mciavi32"
23869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23870 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23871 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23873 ALL_MAKEFILES="$ALL_MAKEFILES \\
23874 dlls/mcicda/Makefile"
23875 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23876 mcicda"
23877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23878 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23879 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23881 ALL_MAKEFILES="$ALL_MAKEFILES \\
23882 dlls/mciseq/Makefile"
23883 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23884 mciseq"
23885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23886 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23887 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23889 ALL_MAKEFILES="$ALL_MAKEFILES \\
23890 dlls/mciwave/Makefile"
23891 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23892 mciwave"
23893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23894 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23895 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23897 ALL_MAKEFILES="$ALL_MAKEFILES \\
23898 dlls/midimap/Makefile"
23899 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23900 midimap"
23901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23902 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23903 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23905 ALL_MAKEFILES="$ALL_MAKEFILES \\
23906 dlls/mlang/Makefile"
23907 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23908 mlang"
23909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23910 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23911 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23913 ALL_MAKEFILES="$ALL_MAKEFILES \\
23914 dlls/mlang/tests/Makefile"
23915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23916 mlang/tests"
23917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23918 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23919 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23921 ALL_MAKEFILES="$ALL_MAKEFILES \\
23922 dlls/mmdevldr.vxd/Makefile"
23923 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23924 mmdevldr.vxd"
23925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23926 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23927 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23929 ALL_MAKEFILES="$ALL_MAKEFILES \\
23930 dlls/monodebg.vxd/Makefile"
23931 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23932 monodebg.vxd"
23933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23934 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23935 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23937 ALL_MAKEFILES="$ALL_MAKEFILES \\
23938 dlls/mountmgr.sys/Makefile"
23939 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23940 mountmgr.sys"
23941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23942 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23943 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23945 ALL_MAKEFILES="$ALL_MAKEFILES \\
23946 dlls/mpr/Makefile"
23947 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23948 mpr"
23949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23950 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23951 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23953 ALL_MAKEFILES="$ALL_MAKEFILES \\
23954 dlls/mprapi/Makefile"
23955 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23956 mprapi"
23957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23958 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23959 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23961 ALL_MAKEFILES="$ALL_MAKEFILES \\
23962 dlls/msacm32.drv/Makefile"
23963 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23964 msacm32.drv"
23965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23966 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23967 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23969 ALL_MAKEFILES="$ALL_MAKEFILES \\
23970 dlls/msacm32/Makefile"
23971 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23972 msacm32"
23973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23974 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23975 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23977 ALL_MAKEFILES="$ALL_MAKEFILES \\
23978 dlls/msacm32/tests/Makefile"
23979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23980 msacm32/tests"
23981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23982 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23983 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23985 ALL_MAKEFILES="$ALL_MAKEFILES \\
23986 dlls/msadp32.acm/Makefile"
23987 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23988 msadp32.acm"
23989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23990 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23991 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23993 ALL_MAKEFILES="$ALL_MAKEFILES \\
23994 dlls/mscat32/Makefile"
23995 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23996 mscat32"
23997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23998 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23999 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24001 ALL_MAKEFILES="$ALL_MAKEFILES \\
24002 dlls/mscms/Makefile"
24003 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24004 mscms"
24005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24006 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24007 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24009 ALL_MAKEFILES="$ALL_MAKEFILES \\
24010 dlls/mscms/tests/Makefile"
24011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24012 mscms/tests"
24013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24014 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24015 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24017 ALL_MAKEFILES="$ALL_MAKEFILES \\
24018 dlls/mscoree/Makefile"
24019 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24020 mscoree"
24021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24022 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24023 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24025 ALL_MAKEFILES="$ALL_MAKEFILES \\
24026 dlls/msdmo/Makefile"
24027 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24028 msdmo"
24029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24030 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24031 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24033 ALL_MAKEFILES="$ALL_MAKEFILES \\
24034 dlls/msftedit/Makefile"
24035 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24036 msftedit"
24037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24038 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24039 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24041 ALL_MAKEFILES="$ALL_MAKEFILES \\
24042 dlls/msg711.acm/Makefile"
24043 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24044 msg711.acm"
24045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24046 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24047 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24049 ALL_MAKEFILES="$ALL_MAKEFILES \\
24050 dlls/mshtml.tlb/Makefile"
24051 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24052 mshtml.tlb"
24053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24054 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24055 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24057 ALL_MAKEFILES="$ALL_MAKEFILES \\
24058 dlls/mshtml/Makefile"
24059 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24060 mshtml"
24061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24062 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24063 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24065 ALL_MAKEFILES="$ALL_MAKEFILES \\
24066 dlls/mshtml/tests/Makefile"
24067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24068 mshtml/tests"
24069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24070 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24071 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24073 ALL_MAKEFILES="$ALL_MAKEFILES \\
24074 dlls/msi/Makefile"
24075 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24076 msi"
24077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24078 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24079 ac_config_files="$ac_config_files dlls/msi/Makefile"
24081 ALL_MAKEFILES="$ALL_MAKEFILES \\
24082 dlls/msi/tests/Makefile"
24083 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24084 msi/tests"
24085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24086 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24087 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24089 ALL_MAKEFILES="$ALL_MAKEFILES \\
24090 dlls/msimg32/Makefile"
24091 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24092 msimg32"
24093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24094 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24095 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24097 ALL_MAKEFILES="$ALL_MAKEFILES \\
24098 dlls/msimtf/Makefile"
24099 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24100 msimtf"
24101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24102 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24103 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24105 ALL_MAKEFILES="$ALL_MAKEFILES \\
24106 dlls/msisip/Makefile"
24107 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24108 msisip"
24109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24110 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24111 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24113 ALL_MAKEFILES="$ALL_MAKEFILES \\
24114 dlls/msisys.ocx/Makefile"
24115 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24116 msisys.ocx"
24117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24118 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24119 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24121 ALL_MAKEFILES="$ALL_MAKEFILES \\
24122 dlls/msnet32/Makefile"
24123 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24124 msnet32"
24125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24126 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24127 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24129 ALL_MAKEFILES="$ALL_MAKEFILES \\
24130 dlls/msrle32/Makefile"
24131 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24132 msrle32"
24133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24134 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24135 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24137 ALL_MAKEFILES="$ALL_MAKEFILES \\
24138 dlls/mssip32/Makefile"
24139 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24140 mssip32"
24141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24142 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24143 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24145 ALL_MAKEFILES="$ALL_MAKEFILES \\
24146 dlls/mstask/Makefile"
24147 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24148 mstask"
24149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24150 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24151 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24153 ALL_MAKEFILES="$ALL_MAKEFILES \\
24154 dlls/mstask/tests/Makefile"
24155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24156 mstask/tests"
24157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24158 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24159 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24161 ALL_MAKEFILES="$ALL_MAKEFILES \\
24162 dlls/msvcirt/Makefile"
24163 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24164 msvcirt"
24165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24166 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24167 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24169 ALL_MAKEFILES="$ALL_MAKEFILES \\
24170 dlls/msvcr71/Makefile"
24171 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24172 msvcr71"
24173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24174 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24175 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24177 ALL_MAKEFILES="$ALL_MAKEFILES \\
24178 dlls/msvcrt/Makefile"
24179 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24180 msvcrt"
24181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24182 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24183 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24185 ALL_MAKEFILES="$ALL_MAKEFILES \\
24186 dlls/msvcrt/tests/Makefile"
24187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24188 msvcrt/tests"
24189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24190 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24191 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24193 ALL_MAKEFILES="$ALL_MAKEFILES \\
24194 dlls/msvcrt20/Makefile"
24195 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24196 msvcrt20"
24197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24198 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24199 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24201 ALL_MAKEFILES="$ALL_MAKEFILES \\
24202 dlls/msvcrt40/Makefile"
24203 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24204 msvcrt40"
24205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24206 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24207 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24209 ALL_MAKEFILES="$ALL_MAKEFILES \\
24210 dlls/msvcrtd/Makefile"
24211 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24212 msvcrtd"
24213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24214 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24215 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24217 ALL_MAKEFILES="$ALL_MAKEFILES \\
24218 dlls/msvcrtd/tests/Makefile"
24219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24220 msvcrtd/tests"
24221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24222 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24223 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24225 ALL_MAKEFILES="$ALL_MAKEFILES \\
24226 dlls/msvfw32/Makefile"
24227 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24228 msvfw32"
24229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24230 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24231 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24233 ALL_MAKEFILES="$ALL_MAKEFILES \\
24234 dlls/msvidc32/Makefile"
24235 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24236 msvidc32"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24239 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24241 ALL_MAKEFILES="$ALL_MAKEFILES \\
24242 dlls/mswsock/Makefile"
24243 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24244 mswsock"
24245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24246 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24247 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24249 ALL_MAKEFILES="$ALL_MAKEFILES \\
24250 dlls/msxml3/Makefile"
24251 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24252 msxml3"
24253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24254 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24255 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24257 ALL_MAKEFILES="$ALL_MAKEFILES \\
24258 dlls/msxml3/tests/Makefile"
24259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24260 msxml3/tests"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24263 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24265 ALL_MAKEFILES="$ALL_MAKEFILES \\
24266 dlls/nddeapi/Makefile"
24267 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24268 nddeapi"
24269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24270 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24271 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24273 ALL_MAKEFILES="$ALL_MAKEFILES \\
24274 dlls/netapi32/Makefile"
24275 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24276 netapi32"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24279 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24281 ALL_MAKEFILES="$ALL_MAKEFILES \\
24282 dlls/netapi32/tests/Makefile"
24283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24284 netapi32/tests"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24287 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/newdev/Makefile"
24291 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24292 newdev"
24293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24294 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24295 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24297 ALL_MAKEFILES="$ALL_MAKEFILES \\
24298 dlls/ntdll/Makefile"
24299 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24300 ntdll"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24303 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24305 ALL_MAKEFILES="$ALL_MAKEFILES \\
24306 dlls/ntdll/tests/Makefile"
24307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24308 ntdll/tests"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24311 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/ntdsapi/Makefile"
24315 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24316 ntdsapi"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24319 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/ntdsapi/tests/Makefile"
24323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24324 ntdsapi/tests"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24327 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/ntoskrnl.exe/Makefile"
24331 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 ntoskrnl.exe"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/ntprint/Makefile"
24339 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24340 ntprint"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24343 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/ntprint/tests/Makefile"
24347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24348 ntprint/tests"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24351 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/objsel/Makefile"
24355 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 objsel"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/odbc32/Makefile"
24363 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24364 odbc32"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24367 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/odbccp32/Makefile"
24371 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24372 odbccp32"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24375 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/odbccp32/tests/Makefile"
24379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24380 odbccp32/tests"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24383 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/ole32/Makefile"
24387 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 ole32"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24391 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/ole32/tests/Makefile"
24395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24396 ole32/tests"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24399 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/oleacc/Makefile"
24403 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24404 oleacc"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24407 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/oleacc/tests/Makefile"
24411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24412 oleacc/tests"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24415 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/oleaut32/Makefile"
24419 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24420 oleaut32"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24423 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/oleaut32/tests/Makefile"
24427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24428 oleaut32/tests"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24431 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/olecli32/Makefile"
24435 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24436 olecli32"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24439 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/oledlg/Makefile"
24443 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 oledlg"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24447 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/olepro32/Makefile"
24451 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24452 olepro32"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24455 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/olesvr32/Makefile"
24459 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24460 olesvr32"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24463 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/olethk32/Makefile"
24467 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 olethk32"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/opengl32/Makefile"
24475 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24476 opengl32"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24479 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/opengl32/tests/Makefile"
24483 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24484 opengl32/tests"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24487 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/pdh/Makefile"
24491 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 pdh"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24495 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/pdh/tests/Makefile"
24499 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24500 pdh/tests"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24503 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/powrprof/Makefile"
24507 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 powrprof"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/printui/Makefile"
24515 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516 printui"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24519 ac_config_files="$ac_config_files dlls/printui/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/propsys/Makefile"
24523 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 propsys"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/psapi/Makefile"
24531 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532 psapi"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24535 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/psapi/tests/Makefile"
24539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24540 psapi/tests"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24543 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/pstorec/Makefile"
24547 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548 pstorec"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24551 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/qcap/Makefile"
24555 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556 qcap"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24559 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/qedit/Makefile"
24563 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 qedit"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24567 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/qedit/tests/Makefile"
24571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24572 qedit/tests"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24575 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/qmgr/Makefile"
24579 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 qmgr"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/qmgr/tests/Makefile"
24587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24588 qmgr/tests"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24591 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/qmgrprxy/Makefile"
24595 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596 qmgrprxy"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24599 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/quartz/Makefile"
24603 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 quartz"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/quartz/tests/Makefile"
24611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24612 quartz/tests"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24615 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/query/Makefile"
24619 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 query"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/query/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/rasapi32/Makefile"
24627 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24628 rasapi32"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24631 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/rasapi32/tests/Makefile"
24635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24636 rasapi32/tests"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24639 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/resutils/Makefile"
24643 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24644 resutils"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24647 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/riched20/Makefile"
24651 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652 riched20"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24655 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/riched20/tests/Makefile"
24659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24660 riched20/tests"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24663 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/riched32/Makefile"
24667 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668 riched32"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24671 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/riched32/tests/Makefile"
24675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24676 riched32/tests"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24679 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/rpcrt4/Makefile"
24683 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684 rpcrt4"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24687 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/rpcrt4/tests/Makefile"
24691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24692 rpcrt4/tests"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24695 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/rsabase/Makefile"
24699 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700 rsabase"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24703 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/rsaenh/Makefile"
24707 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24708 rsaenh"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24711 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/rsaenh/tests/Makefile"
24715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24716 rsaenh/tests"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24719 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/sane.ds/Makefile"
24723 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24724 sane.ds"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24727 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/sccbase/Makefile"
24731 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732 sccbase"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/schannel/Makefile"
24739 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24740 schannel"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24743 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/schannel/tests/Makefile"
24747 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24748 schannel/tests"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24751 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/secur32/Makefile"
24755 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24756 secur32"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24759 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/secur32/tests/Makefile"
24763 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24764 secur32/tests"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24767 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/security/Makefile"
24771 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 security"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/security/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/sensapi/Makefile"
24779 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24780 sensapi"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24783 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/serialui/Makefile"
24787 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788 serialui"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24791 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/serialui/tests/Makefile"
24795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24796 serialui/tests"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24799 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/setupapi/Makefile"
24803 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804 setupapi"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/setupapi/tests/Makefile"
24811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24812 setupapi/tests"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24815 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/sfc/Makefile"
24819 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 sfc"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/sfc_os/Makefile"
24827 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 sfc_os"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/shdoclc/Makefile"
24835 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 shdoclc"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/shdocvw/Makefile"
24843 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844 shdocvw"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24847 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/shdocvw/tests/Makefile"
24851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24852 shdocvw/tests"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24855 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/shell32/Makefile"
24859 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860 shell32"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24863 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/shell32/tests/Makefile"
24867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24868 shell32/tests"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24871 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/shfolder/Makefile"
24875 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876 shfolder"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24879 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/shlwapi/Makefile"
24883 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 shlwapi"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/shlwapi/tests/Makefile"
24891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24892 shlwapi/tests"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24895 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/slbcsp/Makefile"
24899 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 slbcsp"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/slc/Makefile"
24907 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24908 slc"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24911 ac_config_files="$ac_config_files dlls/slc/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/snmpapi/Makefile"
24915 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 snmpapi"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/snmpapi/tests/Makefile"
24923 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24924 snmpapi/tests"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24927 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/softpub/Makefile"
24931 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 softpub"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/spoolss/Makefile"
24939 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24940 spoolss"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24943 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/spoolss/tests/Makefile"
24947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24948 spoolss/tests"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24951 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/stdole2.tlb/Makefile"
24955 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24956 stdole2.tlb"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24959 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/stdole32.tlb/Makefile"
24963 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964 stdole32.tlb"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24967 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/sti/Makefile"
24971 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24972 sti"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24975 ac_config_files="$ac_config_files dlls/sti/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/strmiids/Makefile"
24979 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24980 strmiids"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24983 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/svrapi/Makefile"
24987 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 svrapi"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/sxs/Makefile"
24995 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24996 sxs"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24999 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/tapi32/Makefile"
25003 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 tapi32"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/twain_32/Makefile"
25011 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25012 twain_32"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25015 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/unicows/Makefile"
25019 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 unicows"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/url/Makefile"
25027 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028 url"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25031 ac_config_files="$ac_config_files dlls/url/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/urlmon/Makefile"
25035 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036 urlmon"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25039 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/urlmon/tests/Makefile"
25043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25044 urlmon/tests"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25047 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/user32/Makefile"
25051 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052 user32"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25055 ac_config_files="$ac_config_files dlls/user32/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/user32/tests/Makefile"
25059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25060 user32/tests"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25063 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/userenv/Makefile"
25067 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 userenv"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/userenv/tests/Makefile"
25075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25076 userenv/tests"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25079 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/usp10/Makefile"
25083 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084 usp10"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25087 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/usp10/tests/Makefile"
25091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25092 usp10/tests"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25095 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/uuid/Makefile"
25099 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25100 uuid"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25103 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 dlls/uxtheme/Makefile"
25107 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108 uxtheme"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25111 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114 dlls/uxtheme/tests/Makefile"
25115 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25116 uxtheme/tests"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25119 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122 dlls/vdhcp.vxd/Makefile"
25123 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124 vdhcp.vxd"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25127 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130 dlls/vdmdbg/Makefile"
25131 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25132 vdmdbg"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25135 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138 dlls/version/Makefile"
25139 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25140 version"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25143 ac_config_files="$ac_config_files dlls/version/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 dlls/version/tests/Makefile"
25147 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25148 version/tests"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25151 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154 dlls/vmm.vxd/Makefile"
25155 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156 vmm.vxd"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25159 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 dlls/vnbt.vxd/Makefile"
25163 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164 vnbt.vxd"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25167 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 dlls/vnetbios.vxd/Makefile"
25171 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172 vnetbios.vxd"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25175 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 dlls/vtdapi.vxd/Makefile"
25179 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 vtdapi.vxd"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 dlls/vwin32.vxd/Makefile"
25187 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25188 vwin32.vxd"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25191 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 dlls/w32skrnl/Makefile"
25195 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25196 w32skrnl"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25199 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 dlls/winealsa.drv/Makefile"
25203 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204 winealsa.drv"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25207 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210 dlls/wineaudioio.drv/Makefile"
25211 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25212 wineaudioio.drv"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25215 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218 dlls/winecoreaudio.drv/Makefile"
25219 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220 winecoreaudio.drv"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25223 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226 dlls/winecrt0/Makefile"
25227 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25228 winecrt0"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25231 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234 dlls/wined3d/Makefile"
25235 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25236 wined3d"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25239 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242 dlls/winedos/Makefile"
25243 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 winedos"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250 dlls/wineesd.drv/Makefile"
25251 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25252 wineesd.drv"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25255 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 dlls/winejack.drv/Makefile"
25259 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25260 winejack.drv"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25263 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 dlls/winejoystick.drv/Makefile"
25267 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25268 winejoystick.drv"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25271 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 dlls/winemp3.acm/Makefile"
25275 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25276 winemp3.acm"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25279 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 dlls/winenas.drv/Makefile"
25283 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25284 winenas.drv"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25287 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290 dlls/wineoss.drv/Makefile"
25291 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25292 wineoss.drv"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25295 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298 dlls/wineps.drv/Makefile"
25299 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25300 wineps.drv"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25303 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 dlls/winepulse.drv/Makefile"
25307 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25308 winepulse.drv"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25311 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 dlls/winequartz.drv/Makefile"
25315 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316 winequartz.drv"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25319 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 dlls/winex11.drv/Makefile"
25323 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25324 winex11.drv"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25327 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330 dlls/wing32/Makefile"
25331 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332 wing32"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25335 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338 dlls/winhttp/Makefile"
25339 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25340 winhttp"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25343 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346 dlls/winhttp/tests/Makefile"
25347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25348 winhttp/tests"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25351 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354 dlls/wininet/Makefile"
25355 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356 wininet"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25359 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 dlls/wininet/tests/Makefile"
25363 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25364 wininet/tests"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25367 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 dlls/winmm/Makefile"
25371 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372 winmm"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25375 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 dlls/winmm/tests/Makefile"
25379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25380 winmm/tests"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25383 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 dlls/winnls32/Makefile"
25387 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388 winnls32"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394 dlls/winscard/Makefile"
25395 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25396 winscard"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25399 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402 dlls/winspool.drv/Makefile"
25403 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25404 winspool.drv"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25407 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410 dlls/winspool.drv/tests/Makefile"
25411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25412 winspool.drv/tests"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25415 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418 dlls/wintab32/Makefile"
25419 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420 wintab32"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 dlls/wintrust/Makefile"
25427 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25428 wintrust"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25431 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 dlls/wintrust/tests/Makefile"
25435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25436 wintrust/tests"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25439 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 dlls/wldap32/Makefile"
25443 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25444 wldap32"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25447 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 dlls/wldap32/tests/Makefile"
25451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25452 wldap32/tests"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25455 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458 dlls/wmi/Makefile"
25459 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25460 wmi"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25463 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466 dlls/wnaspi32/Makefile"
25467 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25468 wnaspi32"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25471 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474 dlls/wow32/Makefile"
25475 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25476 wow32"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25479 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 dlls/ws2_32/Makefile"
25483 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25484 ws2_32"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25487 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 dlls/ws2_32/tests/Makefile"
25491 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25492 ws2_32/tests"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25495 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 dlls/wsock32/Makefile"
25499 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25500 wsock32"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25503 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506 dlls/wtsapi32/Makefile"
25507 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25508 wtsapi32"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25511 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514 dlls/xinput1_1/Makefile"
25515 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25516 xinput1_1"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
25519 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522 dlls/xinput1_2/Makefile"
25523 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524 xinput1_2"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 dlls/xinput1_3/Makefile"
25531 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25532 xinput1_3"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
25535 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 dlls/xinput1_3/tests/Makefile"
25539 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25540 xinput1_3/tests"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
25543 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 dlls/xinput9_1_0/Makefile"
25547 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25548 xinput9_1_0"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
25551 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 documentation/Makefile"
25555 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25556 documentation"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 documentation/Makefile: documentation/Makefile.in Make.rules"
25559 ac_config_files="$ac_config_files documentation/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 fonts/Makefile"
25563 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25564 fonts"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 fonts/Makefile: fonts/Makefile.in Make.rules"
25567 ac_config_files="$ac_config_files fonts/Makefile"
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570 include/Makefile"
25571 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25572 include"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 include/Makefile: include/Makefile.in Make.rules"
25575 ac_config_files="$ac_config_files include/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 libs/Makefile"
25579 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25580 libs"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 libs/Makefile: libs/Makefile.in Make.rules"
25583 ac_config_files="$ac_config_files libs/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 libs/port/Makefile"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25590 ac_config_files="$ac_config_files libs/port/Makefile"
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593 libs/wine/Makefile"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25597 ac_config_files="$ac_config_files libs/wine/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 libs/wpp/Makefile"
25602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25603 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25604 ac_config_files="$ac_config_files libs/wpp/Makefile"
25606 ALL_MAKEFILES="$ALL_MAKEFILES \\
25607 loader/Makefile"
25608 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25609 loader"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 loader/Makefile: loader/Makefile.in Make.rules"
25612 ac_config_files="$ac_config_files loader/Makefile"
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615 programs/Makefile"
25616 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25617 programs"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 programs/Makefile: programs/Makefile.in Make.rules"
25620 ac_config_files="$ac_config_files programs/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 programs/clock/Makefile"
25624 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25625 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25626 clock"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25629 ac_config_files="$ac_config_files programs/clock/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 programs/cmd/Makefile"
25633 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25634 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25635 cmd"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25638 ac_config_files="$ac_config_files programs/cmd/Makefile"
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641 programs/cmdlgtst/Makefile"
25642 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25643 cmdlgtst"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25646 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649 programs/control/Makefile"
25650 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25651 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25652 control"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25655 ac_config_files="$ac_config_files programs/control/Makefile"
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658 programs/eject/Makefile"
25659 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25660 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25661 eject"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25664 ac_config_files="$ac_config_files programs/eject/Makefile"
25666 ALL_MAKEFILES="$ALL_MAKEFILES \\
25667 programs/expand/Makefile"
25668 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25669 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25670 expand"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25673 ac_config_files="$ac_config_files programs/expand/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 programs/explorer/Makefile"
25677 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25678 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25679 explorer"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25682 ac_config_files="$ac_config_files programs/explorer/Makefile"
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685 programs/hh/Makefile"
25686 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25687 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25691 ac_config_files="$ac_config_files programs/hh/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 programs/icinfo/Makefile"
25695 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25696 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25697 icinfo"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25700 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703 programs/iexplore/Makefile"
25704 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25705 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25706 iexplore"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25709 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712 programs/msiexec/Makefile"
25713 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25714 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25715 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25716 msiexec"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25719 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722 programs/net/Makefile"
25723 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25724 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25725 net"
25726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25727 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25728 ac_config_files="$ac_config_files programs/net/Makefile"
25730 ALL_MAKEFILES="$ALL_MAKEFILES \\
25731 programs/notepad/Makefile"
25732 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25733 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25734 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25735 notepad"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25738 ac_config_files="$ac_config_files programs/notepad/Makefile"
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741 programs/oleview/Makefile"
25742 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25743 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25744 oleview"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25747 ac_config_files="$ac_config_files programs/oleview/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 programs/progman/Makefile"
25751 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25752 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25753 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25754 progman"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25757 ac_config_files="$ac_config_files programs/progman/Makefile"
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760 programs/reg/Makefile"
25761 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25762 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25763 reg"
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25766 ac_config_files="$ac_config_files programs/reg/Makefile"
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769 programs/regedit/Makefile"
25770 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25771 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25772 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25773 regedit"
25774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25775 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25776 ac_config_files="$ac_config_files programs/regedit/Makefile"
25778 ALL_MAKEFILES="$ALL_MAKEFILES \\
25779 programs/regsvr32/Makefile"
25780 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25781 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25782 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25783 regsvr32"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25786 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789 programs/rpcss/Makefile"
25790 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25791 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25792 rpcss"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25795 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 programs/rundll32/Makefile"
25799 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25800 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25801 rundll32"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25804 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807 programs/secedit/Makefile"
25808 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25809 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25810 secedit"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25813 ac_config_files="$ac_config_files programs/secedit/Makefile"
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816 programs/services/Makefile"
25817 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25818 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25819 services"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25822 ac_config_files="$ac_config_files programs/services/Makefile"
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825 programs/spoolsv/Makefile"
25826 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25827 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25828 spoolsv"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25831 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 programs/start/Makefile"
25835 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25836 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25837 start"
25838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25839 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25840 ac_config_files="$ac_config_files programs/start/Makefile"
25842 ALL_MAKEFILES="$ALL_MAKEFILES \\
25843 programs/svchost/Makefile"
25844 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25845 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25846 svchost"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25849 ac_config_files="$ac_config_files programs/svchost/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 programs/taskmgr/Makefile"
25853 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25854 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25855 taskmgr"
25856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25857 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25858 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25860 ALL_MAKEFILES="$ALL_MAKEFILES \\
25861 programs/uninstaller/Makefile"
25862 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25863 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25864 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25865 uninstaller"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25868 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871 programs/view/Makefile"
25872 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25873 view"
25874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25875 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25876 ac_config_files="$ac_config_files programs/view/Makefile"
25878 ALL_MAKEFILES="$ALL_MAKEFILES \\
25879 programs/wineboot/Makefile"
25880 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25881 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25882 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25883 wineboot"
25884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25885 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25886 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25888 ALL_MAKEFILES="$ALL_MAKEFILES \\
25889 programs/winebrowser/Makefile"
25890 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25891 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25892 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25893 winebrowser"
25894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25895 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25896 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25898 ALL_MAKEFILES="$ALL_MAKEFILES \\
25899 programs/winecfg/Makefile"
25900 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25901 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25902 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25903 winecfg"
25904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25905 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25906 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25908 ALL_MAKEFILES="$ALL_MAKEFILES \\
25909 programs/wineconsole/Makefile"
25910 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25911 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25912 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25913 wineconsole"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25916 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919 programs/winedbg/Makefile"
25920 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25921 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25922 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25923 winedbg"
25924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25925 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25926 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25928 ALL_MAKEFILES="$ALL_MAKEFILES \\
25929 programs/winedevice/Makefile"
25930 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25931 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25932 winedevice"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25935 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938 programs/winefile/Makefile"
25939 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25940 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25941 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25942 winefile"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25945 ac_config_files="$ac_config_files programs/winefile/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 programs/winemenubuilder/Makefile"
25949 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25950 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25951 winemenubuilder"
25952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25953 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25954 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25956 ALL_MAKEFILES="$ALL_MAKEFILES \\
25957 programs/winemine/Makefile"
25958 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25959 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25960 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25961 winemine"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25964 ac_config_files="$ac_config_files programs/winemine/Makefile"
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967 programs/winepath/Makefile"
25968 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25969 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25970 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25971 winepath"
25972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25973 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25974 ac_config_files="$ac_config_files programs/winepath/Makefile"
25976 ALL_MAKEFILES="$ALL_MAKEFILES \\
25977 programs/winetest/Makefile"
25978 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25979 winetest"
25980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25981 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25982 ac_config_files="$ac_config_files programs/winetest/Makefile"
25984 ALL_MAKEFILES="$ALL_MAKEFILES \\
25985 programs/winevdm/Makefile"
25986 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25987 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25988 winevdm"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25991 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994 programs/winhlp32/Makefile"
25995 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25996 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25997 winhlp32"
25998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25999 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26000 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26002 ALL_MAKEFILES="$ALL_MAKEFILES \\
26003 programs/winver/Makefile"
26004 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26005 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26006 winver"
26007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26008 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26009 ac_config_files="$ac_config_files programs/winver/Makefile"
26011 ALL_MAKEFILES="$ALL_MAKEFILES \\
26012 programs/wordpad/Makefile"
26013 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26014 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26015 wordpad"
26016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26017 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26018 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26020 ALL_MAKEFILES="$ALL_MAKEFILES \\
26021 programs/write/Makefile"
26022 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26023 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26024 write"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26027 ac_config_files="$ac_config_files programs/write/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 programs/xcopy/Makefile"
26031 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26032 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26033 xcopy"
26034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26035 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26036 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26038 ALL_MAKEFILES="$ALL_MAKEFILES \\
26039 server/Makefile"
26040 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26041 server"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 server/Makefile: server/Makefile.in Make.rules"
26044 ac_config_files="$ac_config_files server/Makefile"
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047 tools/Makefile"
26048 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26049 tools"
26050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26051 tools/Makefile: tools/Makefile.in Make.rules"
26052 ac_config_files="$ac_config_files tools/Makefile"
26054 ALL_MAKEFILES="$ALL_MAKEFILES \\
26055 tools/widl/Makefile"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26059 ac_config_files="$ac_config_files tools/widl/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 tools/winebuild/Makefile"
26064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26065 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26066 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26068 ALL_MAKEFILES="$ALL_MAKEFILES \\
26069 tools/winedump/Makefile"
26071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26072 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26073 ac_config_files="$ac_config_files tools/winedump/Makefile"
26075 ALL_MAKEFILES="$ALL_MAKEFILES \\
26076 tools/winegcc/Makefile"
26078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26079 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26080 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26082 ALL_MAKEFILES="$ALL_MAKEFILES \\
26083 tools/wmc/Makefile"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26087 ac_config_files="$ac_config_files tools/wmc/Makefile"
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090 tools/wrc/Makefile"
26092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26093 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26094 ac_config_files="$ac_config_files tools/wrc/Makefile"
26097 if test "x$enable_tests" == "xno"
26098 then
26099 ALL_TEST_DIRS=""
26104 ALL_WINETEST_DEPENDS="# Test binaries"
26106 for dir in $ALL_TEST_DIRS
26108 if test "$dir" != "\\"
26109 then
26110 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26111 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26112 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26113 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26115 done
26117 cat >confcache <<\_ACEOF
26118 # This file is a shell script that caches the results of configure
26119 # tests run on this system so they can be shared between configure
26120 # scripts and configure runs, see configure's option --config-cache.
26121 # It is not useful on other systems. If it contains results you don't
26122 # want to keep, you may remove or edit it.
26124 # config.status only pays attention to the cache file if you give it
26125 # the --recheck option to rerun configure.
26127 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26128 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26129 # following values.
26131 _ACEOF
26133 # The following way of writing the cache mishandles newlines in values,
26134 # but we know of no workaround that is simple, portable, and efficient.
26135 # So, we kill variables containing newlines.
26136 # Ultrix sh set writes to stderr and can't be redirected directly,
26137 # and sets the high bit in the cache file unless we assign to the vars.
26139 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26140 eval ac_val=\$$ac_var
26141 case $ac_val in #(
26142 *${as_nl}*)
26143 case $ac_var in #(
26144 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26145 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26146 esac
26147 case $ac_var in #(
26148 _ | IFS | as_nl) ;; #(
26149 *) $as_unset $ac_var ;;
26150 esac ;;
26151 esac
26152 done
26154 (set) 2>&1 |
26155 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26156 *${as_nl}ac_space=\ *)
26157 # `set' does not quote correctly, so add quotes (double-quote
26158 # substitution turns \\\\ into \\, and sed turns \\ into \).
26159 sed -n \
26160 "s/'/'\\\\''/g;
26161 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26162 ;; #(
26164 # `set' quotes correctly as required by POSIX, so do not add quotes.
26165 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26167 esac |
26168 sort
26170 sed '
26171 /^ac_cv_env_/b end
26172 t clear
26173 :clear
26174 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26175 t end
26176 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26177 :end' >>confcache
26178 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26179 if test -w "$cache_file"; then
26180 test "x$cache_file" != "x/dev/null" &&
26181 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26182 echo "$as_me: updating cache $cache_file" >&6;}
26183 cat confcache >$cache_file
26184 else
26185 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26186 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26189 rm -f confcache
26191 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26192 # Let make expand exec_prefix.
26193 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26195 DEFS=-DHAVE_CONFIG_H
26197 ac_libobjs=
26198 ac_ltlibobjs=
26199 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26200 # 1. Remove the extension, and $U if already installed.
26201 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26202 ac_i=`echo "$ac_i" | sed "$ac_script"`
26203 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26204 # will be set to the directory where LIBOBJS objects are built.
26205 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26206 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26207 done
26208 LIBOBJS=$ac_libobjs
26210 LTLIBOBJS=$ac_ltlibobjs
26214 : ${CONFIG_STATUS=./config.status}
26215 ac_clean_files_save=$ac_clean_files
26216 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26217 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26218 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26219 cat >$CONFIG_STATUS <<_ACEOF
26220 #! $SHELL
26221 # Generated by $as_me.
26222 # Run this file to recreate the current configuration.
26223 # Compiler output produced by configure, useful for debugging
26224 # configure, is in config.log if it exists.
26226 debug=false
26227 ac_cs_recheck=false
26228 ac_cs_silent=false
26229 SHELL=\${CONFIG_SHELL-$SHELL}
26230 _ACEOF
26232 cat >>$CONFIG_STATUS <<\_ACEOF
26233 ## --------------------- ##
26234 ## M4sh Initialization. ##
26235 ## --------------------- ##
26237 # Be more Bourne compatible
26238 DUALCASE=1; export DUALCASE # for MKS sh
26239 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26240 emulate sh
26241 NULLCMD=:
26242 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26243 # is contrary to our usage. Disable this feature.
26244 alias -g '${1+"$@"}'='"$@"'
26245 setopt NO_GLOB_SUBST
26246 else
26247 case `(set -o) 2>/dev/null` in
26248 *posix*) set -o posix ;;
26249 esac
26256 # PATH needs CR
26257 # Avoid depending upon Character Ranges.
26258 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26259 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26260 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26261 as_cr_digits='0123456789'
26262 as_cr_alnum=$as_cr_Letters$as_cr_digits
26264 # The user is always right.
26265 if test "${PATH_SEPARATOR+set}" != set; then
26266 echo "#! /bin/sh" >conf$$.sh
26267 echo "exit 0" >>conf$$.sh
26268 chmod +x conf$$.sh
26269 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26270 PATH_SEPARATOR=';'
26271 else
26272 PATH_SEPARATOR=:
26274 rm -f conf$$.sh
26277 # Support unset when possible.
26278 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26279 as_unset=unset
26280 else
26281 as_unset=false
26285 # IFS
26286 # We need space, tab and new line, in precisely that order. Quoting is
26287 # there to prevent editors from complaining about space-tab.
26288 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26289 # splitting by setting IFS to empty value.)
26290 as_nl='
26292 IFS=" "" $as_nl"
26294 # Find who we are. Look in the path if we contain no directory separator.
26295 case $0 in
26296 *[\\/]* ) as_myself=$0 ;;
26297 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26298 for as_dir in $PATH
26300 IFS=$as_save_IFS
26301 test -z "$as_dir" && as_dir=.
26302 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26303 done
26304 IFS=$as_save_IFS
26307 esac
26308 # We did not find ourselves, most probably we were run as `sh COMMAND'
26309 # in which case we are not to be found in the path.
26310 if test "x$as_myself" = x; then
26311 as_myself=$0
26313 if test ! -f "$as_myself"; then
26314 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26315 { (exit 1); exit 1; }
26318 # Work around bugs in pre-3.0 UWIN ksh.
26319 for as_var in ENV MAIL MAILPATH
26320 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26321 done
26322 PS1='$ '
26323 PS2='> '
26324 PS4='+ '
26326 # NLS nuisances.
26327 for as_var in \
26328 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26329 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26330 LC_TELEPHONE LC_TIME
26332 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26333 eval $as_var=C; export $as_var
26334 else
26335 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26337 done
26339 # Required to use basename.
26340 if expr a : '\(a\)' >/dev/null 2>&1 &&
26341 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26342 as_expr=expr
26343 else
26344 as_expr=false
26347 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26348 as_basename=basename
26349 else
26350 as_basename=false
26354 # Name of the executable.
26355 as_me=`$as_basename -- "$0" ||
26356 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26357 X"$0" : 'X\(//\)$' \| \
26358 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26359 echo X/"$0" |
26360 sed '/^.*\/\([^/][^/]*\)\/*$/{
26361 s//\1/
26364 /^X\/\(\/\/\)$/{
26365 s//\1/
26368 /^X\/\(\/\).*/{
26369 s//\1/
26372 s/.*/./; q'`
26374 # CDPATH.
26375 $as_unset CDPATH
26379 as_lineno_1=$LINENO
26380 as_lineno_2=$LINENO
26381 test "x$as_lineno_1" != "x$as_lineno_2" &&
26382 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26384 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26385 # uniformly replaced by the line number. The first 'sed' inserts a
26386 # line-number line after each line using $LINENO; the second 'sed'
26387 # does the real work. The second script uses 'N' to pair each
26388 # line-number line with the line containing $LINENO, and appends
26389 # trailing '-' during substitution so that $LINENO is not a special
26390 # case at line end.
26391 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26392 # scripts with optimization help from Paolo Bonzini. Blame Lee
26393 # E. McMahon (1931-1989) for sed's syntax. :-)
26394 sed -n '
26396 /[$]LINENO/=
26397 ' <$as_myself |
26398 sed '
26399 s/[$]LINENO.*/&-/
26400 t lineno
26402 :lineno
26404 :loop
26405 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26406 t loop
26407 s/-\n.*//
26408 ' >$as_me.lineno &&
26409 chmod +x "$as_me.lineno" ||
26410 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26411 { (exit 1); exit 1; }; }
26413 # Don't try to exec as it changes $[0], causing all sort of problems
26414 # (the dirname of $[0] is not the place where we might find the
26415 # original and so on. Autoconf is especially sensitive to this).
26416 . "./$as_me.lineno"
26417 # Exit status is that of the last command.
26418 exit
26422 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26423 as_dirname=dirname
26424 else
26425 as_dirname=false
26428 ECHO_C= ECHO_N= ECHO_T=
26429 case `echo -n x` in
26430 -n*)
26431 case `echo 'x\c'` in
26432 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26433 *) ECHO_C='\c';;
26434 esac;;
26436 ECHO_N='-n';;
26437 esac
26439 if expr a : '\(a\)' >/dev/null 2>&1 &&
26440 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26441 as_expr=expr
26442 else
26443 as_expr=false
26446 rm -f conf$$ conf$$.exe conf$$.file
26447 if test -d conf$$.dir; then
26448 rm -f conf$$.dir/conf$$.file
26449 else
26450 rm -f conf$$.dir
26451 mkdir conf$$.dir
26453 echo >conf$$.file
26454 if ln -s conf$$.file conf$$ 2>/dev/null; then
26455 as_ln_s='ln -s'
26456 # ... but there are two gotchas:
26457 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26458 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26459 # In both cases, we have to default to `cp -p'.
26460 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26461 as_ln_s='cp -p'
26462 elif ln conf$$.file conf$$ 2>/dev/null; then
26463 as_ln_s=ln
26464 else
26465 as_ln_s='cp -p'
26467 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26468 rmdir conf$$.dir 2>/dev/null
26470 if mkdir -p . 2>/dev/null; then
26471 as_mkdir_p=:
26472 else
26473 test -d ./-p && rmdir ./-p
26474 as_mkdir_p=false
26477 if test -x / >/dev/null 2>&1; then
26478 as_test_x='test -x'
26479 else
26480 if ls -dL / >/dev/null 2>&1; then
26481 as_ls_L_option=L
26482 else
26483 as_ls_L_option=
26485 as_test_x='
26486 eval sh -c '\''
26487 if test -d "$1"; then
26488 test -d "$1/.";
26489 else
26490 case $1 in
26491 -*)set "./$1";;
26492 esac;
26493 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26494 ???[sx]*):;;*)false;;esac;fi
26495 '\'' sh
26498 as_executable_p=$as_test_x
26500 # Sed expression to map a string onto a valid CPP name.
26501 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26503 # Sed expression to map a string onto a valid variable name.
26504 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26507 exec 6>&1
26509 # Save the log message, to keep $[0] and so on meaningful, and to
26510 # report actual input values of CONFIG_FILES etc. instead of their
26511 # values after options handling.
26512 ac_log="
26513 This file was extended by Wine $as_me 1.1.9, which was
26514 generated by GNU Autoconf 2.61. Invocation command line was
26516 CONFIG_FILES = $CONFIG_FILES
26517 CONFIG_HEADERS = $CONFIG_HEADERS
26518 CONFIG_LINKS = $CONFIG_LINKS
26519 CONFIG_COMMANDS = $CONFIG_COMMANDS
26520 $ $0 $@
26522 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26525 _ACEOF
26527 cat >>$CONFIG_STATUS <<_ACEOF
26528 # Files that config.status was made for.
26529 config_files="$ac_config_files"
26530 config_headers="$ac_config_headers"
26531 config_commands="$ac_config_commands"
26533 _ACEOF
26535 cat >>$CONFIG_STATUS <<\_ACEOF
26536 ac_cs_usage="\
26537 \`$as_me' instantiates files from templates according to the
26538 current configuration.
26540 Usage: $0 [OPTIONS] [FILE]...
26542 -h, --help print this help, then exit
26543 -V, --version print version number and configuration settings, then exit
26544 -q, --quiet do not print progress messages
26545 -d, --debug don't remove temporary files
26546 --recheck update $as_me by reconfiguring in the same conditions
26547 --file=FILE[:TEMPLATE]
26548 instantiate the configuration file FILE
26549 --header=FILE[:TEMPLATE]
26550 instantiate the configuration header FILE
26552 Configuration files:
26553 $config_files
26555 Configuration headers:
26556 $config_headers
26558 Configuration commands:
26559 $config_commands
26561 Report bugs to <bug-autoconf@gnu.org>."
26563 _ACEOF
26564 cat >>$CONFIG_STATUS <<_ACEOF
26565 ac_cs_version="\\
26566 Wine config.status 1.1.9
26567 configured by $0, generated by GNU Autoconf 2.61,
26568 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26570 Copyright (C) 2006 Free Software Foundation, Inc.
26571 This config.status script is free software; the Free Software Foundation
26572 gives unlimited permission to copy, distribute and modify it."
26574 ac_pwd='$ac_pwd'
26575 srcdir='$srcdir'
26576 INSTALL='$INSTALL'
26577 _ACEOF
26579 cat >>$CONFIG_STATUS <<\_ACEOF
26580 # If no file are specified by the user, then we need to provide default
26581 # value. By we need to know if files were specified by the user.
26582 ac_need_defaults=:
26583 while test $# != 0
26585 case $1 in
26586 --*=*)
26587 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26588 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26589 ac_shift=:
26592 ac_option=$1
26593 ac_optarg=$2
26594 ac_shift=shift
26596 esac
26598 case $ac_option in
26599 # Handling of the options.
26600 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26601 ac_cs_recheck=: ;;
26602 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26603 echo "$ac_cs_version"; exit ;;
26604 --debug | --debu | --deb | --de | --d | -d )
26605 debug=: ;;
26606 --file | --fil | --fi | --f )
26607 $ac_shift
26608 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26609 ac_need_defaults=false;;
26610 --header | --heade | --head | --hea )
26611 $ac_shift
26612 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26613 ac_need_defaults=false;;
26614 --he | --h)
26615 # Conflict between --help and --header
26616 { echo "$as_me: error: ambiguous option: $1
26617 Try \`$0 --help' for more information." >&2
26618 { (exit 1); exit 1; }; };;
26619 --help | --hel | -h )
26620 echo "$ac_cs_usage"; exit ;;
26621 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26622 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26623 ac_cs_silent=: ;;
26625 # This is an error.
26626 -*) { echo "$as_me: error: unrecognized option: $1
26627 Try \`$0 --help' for more information." >&2
26628 { (exit 1); exit 1; }; } ;;
26630 *) ac_config_targets="$ac_config_targets $1"
26631 ac_need_defaults=false ;;
26633 esac
26634 shift
26635 done
26637 ac_configure_extra_args=
26639 if $ac_cs_silent; then
26640 exec 6>/dev/null
26641 ac_configure_extra_args="$ac_configure_extra_args --silent"
26644 _ACEOF
26645 cat >>$CONFIG_STATUS <<_ACEOF
26646 if \$ac_cs_recheck; then
26647 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26648 CONFIG_SHELL=$SHELL
26649 export CONFIG_SHELL
26650 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26653 _ACEOF
26654 cat >>$CONFIG_STATUS <<\_ACEOF
26655 exec 5>>config.log
26657 echo
26658 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26659 ## Running $as_me. ##
26660 _ASBOX
26661 echo "$ac_log"
26662 } >&5
26664 _ACEOF
26665 cat >>$CONFIG_STATUS <<_ACEOF
26666 _ACEOF
26668 cat >>$CONFIG_STATUS <<\_ACEOF
26670 # Handling of arguments.
26671 for ac_config_target in $ac_config_targets
26673 case $ac_config_target in
26674 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26675 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26676 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26677 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26678 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26679 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26680 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26681 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26682 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26683 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26684 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26685 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26686 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26687 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26688 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26689 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26690 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26691 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26692 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26693 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26694 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26695 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26696 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26697 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26698 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26699 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26700 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26701 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26702 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26703 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26704 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26705 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26706 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26707 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26708 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26709 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26710 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26711 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26712 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26713 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26714 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26715 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26716 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26717 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26718 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26719 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26720 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26721 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26722 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26723 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26724 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26725 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26726 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26727 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
26728 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26729 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26730 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26731 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
26732 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
26733 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
26734 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26735 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26736 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26737 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26738 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26739 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26740 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26741 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26742 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26743 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26744 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26745 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26746 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26747 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26748 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26749 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26750 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26751 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26752 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26753 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26754 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26755 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26756 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26757 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26758 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26759 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26760 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26761 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26762 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26763 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26764 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26765 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26766 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26767 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26768 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26769 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26770 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26771 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26772 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26773 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26774 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26775 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26776 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26777 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26778 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26779 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26780 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26781 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26782 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26783 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26784 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26785 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26786 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26787 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26788 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26789 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26790 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26791 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26792 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26793 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26794 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26795 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26796 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
26797 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
26798 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26799 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26800 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26801 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26802 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26803 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26804 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26805 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26806 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26807 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26808 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26809 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26810 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26811 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26812 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26813 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26814 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26815 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26816 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26817 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26818 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26819 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26820 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26821 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26822 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26823 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26824 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26825 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26826 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26827 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26828 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26829 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26830 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26831 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26832 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26833 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26834 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26835 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26836 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26837 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26838 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26839 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26840 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26841 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26842 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26843 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26844 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26845 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26846 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26847 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26848 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26849 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26850 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26851 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26852 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26853 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26854 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26855 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26856 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26857 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26858 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26859 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26860 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26861 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26862 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26863 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26864 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26865 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26866 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26867 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26868 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26869 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26870 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26871 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26872 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26873 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26874 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26875 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26876 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26877 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26878 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26879 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26880 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26881 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26882 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26883 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26884 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26885 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26886 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26887 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26888 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26889 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26890 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26891 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26892 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26893 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26894 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26895 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26896 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26897 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26898 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26899 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26900 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26901 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26902 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26903 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26904 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26905 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26906 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26907 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26908 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26909 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26910 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26911 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26912 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26913 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26914 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26915 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26916 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
26917 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26918 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26919 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26920 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26921 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26922 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26923 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26924 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26925 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26926 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26927 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26928 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26929 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26930 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26931 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26932 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26933 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26934 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26935 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26936 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26937 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26938 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26939 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26940 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26941 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26942 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26943 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26944 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26945 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26946 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26947 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26948 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26949 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26950 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26951 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26952 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26953 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26954 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26955 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26956 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26957 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26958 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26959 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26960 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26961 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26962 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26963 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26964 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26965 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26966 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26967 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26968 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26969 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26970 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26971 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26972 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26973 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26974 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26975 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26976 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26977 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26978 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26979 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26980 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26981 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26982 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26983 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26984 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26985 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26986 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26987 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26988 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26989 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26990 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26991 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26992 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26993 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26994 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26995 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26996 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26997 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26998 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26999 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
27000 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
27001 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
27002 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
27003 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
27004 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
27005 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27006 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27007 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27008 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27009 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27010 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27011 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27012 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27013 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27014 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27015 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27016 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27017 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27018 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27019 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27020 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27021 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27022 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27023 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27024 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27025 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27026 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27027 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27028 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27029 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27030 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27031 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27032 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27033 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27034 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27035 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27036 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27037 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27038 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27039 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27040 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
27041 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
27042 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
27043 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
27044 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
27045 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
27046 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
27047 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
27048 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
27049 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
27050 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
27051 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
27052 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
27053 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
27054 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
27055 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
27056 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
27057 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
27058 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
27059 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
27060 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27061 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27062 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27063 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
27064 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
27065 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
27066 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
27067 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
27068 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
27069 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27070 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27071 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27072 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27073 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27074 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27075 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27076 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27077 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27078 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27079 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27080 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27081 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27082 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27083 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27084 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27085 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27086 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27087 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27088 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27089 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27090 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27091 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27092 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27093 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27094 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27095 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27096 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27097 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27098 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27099 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27100 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27101 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27102 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27103 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27104 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27105 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27106 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27107 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27108 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27109 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27110 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27111 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27112 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27113 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27114 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27115 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27116 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27117 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27118 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27119 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27120 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27122 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27123 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27124 { (exit 1); exit 1; }; };;
27125 esac
27126 done
27129 # If the user did not use the arguments to specify the items to instantiate,
27130 # then the envvar interface is used. Set only those that are not.
27131 # We use the long form for the default assignment because of an extremely
27132 # bizarre bug on SunOS 4.1.3.
27133 if $ac_need_defaults; then
27134 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27135 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27136 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27139 # Have a temporary directory for convenience. Make it in the build tree
27140 # simply because there is no reason against having it here, and in addition,
27141 # creating and moving files from /tmp can sometimes cause problems.
27142 # Hook for its removal unless debugging.
27143 # Note that there is a small window in which the directory will not be cleaned:
27144 # after its creation but before its name has been assigned to `$tmp'.
27145 $debug ||
27147 tmp=
27148 trap 'exit_status=$?
27149 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27151 trap '{ (exit 1); exit 1; }' 1 2 13 15
27153 # Create a (secure) tmp directory for tmp files.
27156 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27157 test -n "$tmp" && test -d "$tmp"
27158 } ||
27160 tmp=./conf$$-$RANDOM
27161 (umask 077 && mkdir "$tmp")
27162 } ||
27164 echo "$me: cannot create a temporary directory in ." >&2
27165 { (exit 1); exit 1; }
27169 # Set up the sed scripts for CONFIG_FILES section.
27172 # No need to generate the scripts if there are no CONFIG_FILES.
27173 # This happens for instance when ./config.status config.h
27174 if test -n "$CONFIG_FILES"; then
27176 _ACEOF
27178 # Create sed commands to just substitute file output variables.
27180 # Remaining file output variables are in a fragment that also has non-file
27181 # output varibles.
27185 ac_delim='%!_!# '
27186 for ac_last_try in false false false false false :; do
27187 cat >conf$$subs.sed <<_ACEOF
27188 SHELL!$SHELL$ac_delim
27189 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27190 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27191 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27192 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27193 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27194 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27195 exec_prefix!$exec_prefix$ac_delim
27196 prefix!$prefix$ac_delim
27197 program_transform_name!$program_transform_name$ac_delim
27198 bindir!$bindir$ac_delim
27199 sbindir!$sbindir$ac_delim
27200 libexecdir!$libexecdir$ac_delim
27201 datarootdir!$datarootdir$ac_delim
27202 datadir!$datadir$ac_delim
27203 sysconfdir!$sysconfdir$ac_delim
27204 sharedstatedir!$sharedstatedir$ac_delim
27205 localstatedir!$localstatedir$ac_delim
27206 includedir!$includedir$ac_delim
27207 oldincludedir!$oldincludedir$ac_delim
27208 docdir!$docdir$ac_delim
27209 infodir!$infodir$ac_delim
27210 htmldir!$htmldir$ac_delim
27211 dvidir!$dvidir$ac_delim
27212 pdfdir!$pdfdir$ac_delim
27213 psdir!$psdir$ac_delim
27214 libdir!$libdir$ac_delim
27215 localedir!$localedir$ac_delim
27216 mandir!$mandir$ac_delim
27217 DEFS!$DEFS$ac_delim
27218 ECHO_C!$ECHO_C$ac_delim
27219 ECHO_N!$ECHO_N$ac_delim
27220 ECHO_T!$ECHO_T$ac_delim
27221 LIBS!$LIBS$ac_delim
27222 build_alias!$build_alias$ac_delim
27223 host_alias!$host_alias$ac_delim
27224 target_alias!$target_alias$ac_delim
27225 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27226 build!$build$ac_delim
27227 build_cpu!$build_cpu$ac_delim
27228 build_vendor!$build_vendor$ac_delim
27229 build_os!$build_os$ac_delim
27230 host!$host$ac_delim
27231 host_cpu!$host_cpu$ac_delim
27232 host_vendor!$host_vendor$ac_delim
27233 host_os!$host_os$ac_delim
27234 WIN16_FILES!$WIN16_FILES$ac_delim
27235 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27236 WINETEST!$WINETEST$ac_delim
27237 SET_MAKE!$SET_MAKE$ac_delim
27238 CC!$CC$ac_delim
27239 CFLAGS!$CFLAGS$ac_delim
27240 LDFLAGS!$LDFLAGS$ac_delim
27241 CPPFLAGS!$CPPFLAGS$ac_delim
27242 ac_ct_CC!$ac_ct_CC$ac_delim
27243 EXEEXT!$EXEEXT$ac_delim
27244 OBJEXT!$OBJEXT$ac_delim
27245 CXX!$CXX$ac_delim
27246 CXXFLAGS!$CXXFLAGS$ac_delim
27247 ac_ct_CXX!$ac_ct_CXX$ac_delim
27248 CPPBIN!$CPPBIN$ac_delim
27249 TOOLSDIR!$TOOLSDIR$ac_delim
27250 XMKMF!$XMKMF$ac_delim
27251 CPP!$CPP$ac_delim
27252 X_CFLAGS!$X_CFLAGS$ac_delim
27253 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27254 X_LIBS!$X_LIBS$ac_delim
27255 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27256 FLEX!$FLEX$ac_delim
27257 BISON!$BISON$ac_delim
27258 AS!$AS$ac_delim
27259 ac_ct_AS!$ac_ct_AS$ac_delim
27260 LD!$LD$ac_delim
27261 ac_ct_LD!$ac_ct_LD$ac_delim
27262 NM!$NM$ac_delim
27263 ac_ct_NM!$ac_ct_NM$ac_delim
27264 AR!$AR$ac_delim
27265 ac_ct_AR!$ac_ct_AR$ac_delim
27266 ARFLAGS!$ARFLAGS$ac_delim
27267 RANLIB!$RANLIB$ac_delim
27268 STRIP!$STRIP$ac_delim
27269 WINDRES!$WINDRES$ac_delim
27270 _ACEOF
27272 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27273 break
27274 elif $ac_last_try; then
27275 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27276 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27277 { (exit 1); exit 1; }; }
27278 else
27279 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27281 done
27283 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27284 if test -n "$ac_eof"; then
27285 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27286 ac_eof=`expr $ac_eof + 1`
27289 cat >>$CONFIG_STATUS <<_ACEOF
27290 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27291 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27292 /^[ ]*@MAKE_RULES@[ ]*$/{
27293 r $MAKE_RULES
27296 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27297 r $MAKE_DLL_RULES
27300 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27301 r $MAKE_IMPLIB_RULES
27304 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27305 r $MAKE_TEST_RULES
27308 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27309 r $MAKE_PROG_RULES
27312 _ACEOF
27313 sed '
27314 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27315 s/^/s,@/; s/!/@,|#_!!_#|/
27318 s/'"$ac_delim"'$/,g/; t
27319 s/$/\\/; p
27320 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27321 ' >>$CONFIG_STATUS <conf$$subs.sed
27322 rm -f conf$$subs.sed
27323 cat >>$CONFIG_STATUS <<_ACEOF
27324 CEOF$ac_eof
27325 _ACEOF
27328 ac_delim='%!_!# '
27329 for ac_last_try in false false false false false :; do
27330 cat >conf$$subs.sed <<_ACEOF
27331 LN_S!$LN_S$ac_delim
27332 LN!$LN$ac_delim
27333 GREP!$GREP$ac_delim
27334 EGREP!$EGREP$ac_delim
27335 LDCONFIG!$LDCONFIG$ac_delim
27336 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27337 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27338 INSTALL_DATA!$INSTALL_DATA$ac_delim
27339 LINT!$LINT$ac_delim
27340 LINTFLAGS!$LINTFLAGS$ac_delim
27341 FONTFORGE!$FONTFORGE$ac_delim
27342 PKG_CONFIG!$PKG_CONFIG$ac_delim
27343 RSVG!$RSVG$ac_delim
27344 ICOTOOL!$ICOTOOL$ac_delim
27345 PRELINK!$PRELINK$ac_delim
27346 LIBPTHREAD!$LIBPTHREAD$ac_delim
27347 XLIB!$XLIB$ac_delim
27348 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27349 DLLEXT!$DLLEXT$ac_delim
27350 DLLFLAGS!$DLLFLAGS$ac_delim
27351 LDSHARED!$LDSHARED$ac_delim
27352 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27353 LIBEXT!$LIBEXT$ac_delim
27354 IMPLIBEXT!$IMPLIBEXT$ac_delim
27355 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27356 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27357 LDD!$LDD$ac_delim
27358 DLLTOOL!$DLLTOOL$ac_delim
27359 DLLWRAP!$DLLWRAP$ac_delim
27360 MINGWAR!$MINGWAR$ac_delim
27361 SECURITYLIB!$SECURITYLIB$ac_delim
27362 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27363 IOKITLIB!$IOKITLIB$ac_delim
27364 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27365 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27366 COREAUDIO!$COREAUDIO$ac_delim
27367 CARBONLIB!$CARBONLIB$ac_delim
27368 CROSSCC!$CROSSCC$ac_delim
27369 CROSSWINDRES!$CROSSWINDRES$ac_delim
27370 CROSSTEST!$CROSSTEST$ac_delim
27371 NASLIBS!$NASLIBS$ac_delim
27372 XML2LIBS!$XML2LIBS$ac_delim
27373 XML2INCL!$XML2INCL$ac_delim
27374 XSLTINCL!$XSLTINCL$ac_delim
27375 HALINCL!$HALINCL$ac_delim
27376 GNUTLSINCL!$GNUTLSINCL$ac_delim
27377 sane_devel!$sane_devel$ac_delim
27378 SANEINCL!$SANEINCL$ac_delim
27379 gphoto2_devel!$gphoto2_devel$ac_delim
27380 gphoto2port_devel!$gphoto2port_devel$ac_delim
27381 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27382 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27383 RESOLVLIBS!$RESOLVLIBS$ac_delim
27384 LCMSLIBS!$LCMSLIBS$ac_delim
27385 ft_devel!$ft_devel$ac_delim
27386 FREETYPELIBS!$FREETYPELIBS$ac_delim
27387 FREETYPEINCL!$FREETYPEINCL$ac_delim
27388 ESDCONFIG!$ESDCONFIG$ac_delim
27389 ESDINCL!$ESDINCL$ac_delim
27390 ESDLIBS!$ESDLIBS$ac_delim
27391 PULSELIBS!$PULSELIBS$ac_delim
27392 ALSALIBS!$ALSALIBS$ac_delim
27393 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27394 CUPSINCL!$CUPSINCL$ac_delim
27395 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27396 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27397 BUILTINFLAG!$BUILTINFLAG$ac_delim
27398 LDPATH!$LDPATH$ac_delim
27399 CRTLIBS!$CRTLIBS$ac_delim
27400 SOCKETLIBS!$SOCKETLIBS$ac_delim
27401 MAIN_BINARY!$MAIN_BINARY$ac_delim
27402 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27403 LIBDL!$LIBDL$ac_delim
27404 LIBPOLL!$LIBPOLL$ac_delim
27405 LDAPLIBS!$LDAPLIBS$ac_delim
27406 DEPENDENCIES!$DEPENDENCIES$ac_delim
27407 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27408 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27409 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27410 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27411 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27412 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27413 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27414 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27415 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27416 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27417 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27418 LIBOBJS!$LIBOBJS$ac_delim
27419 LTLIBOBJS!$LTLIBOBJS$ac_delim
27420 _ACEOF
27422 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
27423 break
27424 elif $ac_last_try; then
27425 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27426 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27427 { (exit 1); exit 1; }; }
27428 else
27429 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27431 done
27433 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27434 if test -n "$ac_eof"; then
27435 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27436 ac_eof=`expr $ac_eof + 1`
27439 cat >>$CONFIG_STATUS <<_ACEOF
27440 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27441 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27442 _ACEOF
27443 sed '
27444 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27445 s/^/s,@/; s/!/@,|#_!!_#|/
27448 s/'"$ac_delim"'$/,g/; t
27449 s/$/\\/; p
27450 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27451 ' >>$CONFIG_STATUS <conf$$subs.sed
27452 rm -f conf$$subs.sed
27453 cat >>$CONFIG_STATUS <<_ACEOF
27454 :end
27455 s/|#_!!_#|//g
27456 CEOF$ac_eof
27457 _ACEOF
27460 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27461 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27462 # trailing colons and then remove the whole line if VPATH becomes empty
27463 # (actually we leave an empty line to preserve line numbers).
27464 if test "x$srcdir" = x.; then
27465 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27466 s/:*\$(srcdir):*/:/
27467 s/:*\${srcdir}:*/:/
27468 s/:*@srcdir@:*/:/
27469 s/^\([^=]*=[ ]*\):*/\1/
27470 s/:*$//
27471 s/^[^=]*=[ ]*$//
27475 cat >>$CONFIG_STATUS <<\_ACEOF
27476 fi # test -n "$CONFIG_FILES"
27479 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27481 case $ac_tag in
27482 :[FHLC]) ac_mode=$ac_tag; continue;;
27483 esac
27484 case $ac_mode$ac_tag in
27485 :[FHL]*:*);;
27486 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27487 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27488 { (exit 1); exit 1; }; };;
27489 :[FH]-) ac_tag=-:-;;
27490 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27491 esac
27492 ac_save_IFS=$IFS
27493 IFS=:
27494 set x $ac_tag
27495 IFS=$ac_save_IFS
27496 shift
27497 ac_file=$1
27498 shift
27500 case $ac_mode in
27501 :L) ac_source=$1;;
27502 :[FH])
27503 ac_file_inputs=
27504 for ac_f
27506 case $ac_f in
27507 -) ac_f="$tmp/stdin";;
27508 *) # Look for the file first in the build tree, then in the source tree
27509 # (if the path is not absolute). The absolute path cannot be DOS-style,
27510 # because $ac_f cannot contain `:'.
27511 test -f "$ac_f" ||
27512 case $ac_f in
27513 [\\/$]*) false;;
27514 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27515 esac ||
27516 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27517 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27518 { (exit 1); exit 1; }; };;
27519 esac
27520 ac_file_inputs="$ac_file_inputs $ac_f"
27521 done
27523 # Let's still pretend it is `configure' which instantiates (i.e., don't
27524 # use $as_me), people would be surprised to read:
27525 # /* config.h. Generated by config.status. */
27526 configure_input="Generated from "`IFS=:
27527 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27528 if test x"$ac_file" != x-; then
27529 configure_input="$ac_file. $configure_input"
27530 { echo "$as_me:$LINENO: creating $ac_file" >&5
27531 echo "$as_me: creating $ac_file" >&6;}
27534 case $ac_tag in
27535 *:-:* | *:-) cat >"$tmp/stdin";;
27536 esac
27538 esac
27540 ac_dir=`$as_dirname -- "$ac_file" ||
27541 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27542 X"$ac_file" : 'X\(//\)[^/]' \| \
27543 X"$ac_file" : 'X\(//\)$' \| \
27544 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27545 echo X"$ac_file" |
27546 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27547 s//\1/
27550 /^X\(\/\/\)[^/].*/{
27551 s//\1/
27554 /^X\(\/\/\)$/{
27555 s//\1/
27558 /^X\(\/\).*/{
27559 s//\1/
27562 s/.*/./; q'`
27563 { as_dir="$ac_dir"
27564 case $as_dir in #(
27565 -*) as_dir=./$as_dir;;
27566 esac
27567 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27568 as_dirs=
27569 while :; do
27570 case $as_dir in #(
27571 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27572 *) as_qdir=$as_dir;;
27573 esac
27574 as_dirs="'$as_qdir' $as_dirs"
27575 as_dir=`$as_dirname -- "$as_dir" ||
27576 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27577 X"$as_dir" : 'X\(//\)[^/]' \| \
27578 X"$as_dir" : 'X\(//\)$' \| \
27579 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27580 echo X"$as_dir" |
27581 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27582 s//\1/
27585 /^X\(\/\/\)[^/].*/{
27586 s//\1/
27589 /^X\(\/\/\)$/{
27590 s//\1/
27593 /^X\(\/\).*/{
27594 s//\1/
27597 s/.*/./; q'`
27598 test -d "$as_dir" && break
27599 done
27600 test -z "$as_dirs" || eval "mkdir $as_dirs"
27601 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27602 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27603 { (exit 1); exit 1; }; }; }
27604 ac_builddir=.
27606 case "$ac_dir" in
27607 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27609 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27610 # A ".." for each directory in $ac_dir_suffix.
27611 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27612 case $ac_top_builddir_sub in
27613 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27614 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27615 esac ;;
27616 esac
27617 ac_abs_top_builddir=$ac_pwd
27618 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27619 # for backward compatibility:
27620 ac_top_builddir=$ac_top_build_prefix
27622 case $srcdir in
27623 .) # We are building in place.
27624 ac_srcdir=.
27625 ac_top_srcdir=$ac_top_builddir_sub
27626 ac_abs_top_srcdir=$ac_pwd ;;
27627 [\\/]* | ?:[\\/]* ) # Absolute name.
27628 ac_srcdir=$srcdir$ac_dir_suffix;
27629 ac_top_srcdir=$srcdir
27630 ac_abs_top_srcdir=$srcdir ;;
27631 *) # Relative name.
27632 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27633 ac_top_srcdir=$ac_top_build_prefix$srcdir
27634 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27635 esac
27636 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27639 case $ac_mode in
27642 # CONFIG_FILE
27645 case $INSTALL in
27646 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27647 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27648 esac
27649 _ACEOF
27651 cat >>$CONFIG_STATUS <<\_ACEOF
27652 # If the template does not know about datarootdir, expand it.
27653 # FIXME: This hack should be removed a few years after 2.60.
27654 ac_datarootdir_hack=; ac_datarootdir_seen=
27656 case `sed -n '/datarootdir/ {
27660 /@datadir@/p
27661 /@docdir@/p
27662 /@infodir@/p
27663 /@localedir@/p
27664 /@mandir@/p
27665 ' $ac_file_inputs` in
27666 *datarootdir*) ac_datarootdir_seen=yes;;
27667 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27668 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27669 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27670 _ACEOF
27671 cat >>$CONFIG_STATUS <<_ACEOF
27672 ac_datarootdir_hack='
27673 s&@datadir@&$datadir&g
27674 s&@docdir@&$docdir&g
27675 s&@infodir@&$infodir&g
27676 s&@localedir@&$localedir&g
27677 s&@mandir@&$mandir&g
27678 s&\\\${datarootdir}&$datarootdir&g' ;;
27679 esac
27680 _ACEOF
27682 # Neutralize VPATH when `$srcdir' = `.'.
27683 # Shell code in configure.ac might set extrasub.
27684 # FIXME: do we really want to maintain this feature?
27685 cat >>$CONFIG_STATUS <<_ACEOF
27686 sed "$ac_vpsub
27687 $extrasub
27688 _ACEOF
27689 cat >>$CONFIG_STATUS <<\_ACEOF
27691 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27692 s&@configure_input@&$configure_input&;t t
27693 s&@top_builddir@&$ac_top_builddir_sub&;t t
27694 s&@srcdir@&$ac_srcdir&;t t
27695 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27696 s&@top_srcdir@&$ac_top_srcdir&;t t
27697 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27698 s&@builddir@&$ac_builddir&;t t
27699 s&@abs_builddir@&$ac_abs_builddir&;t t
27700 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27701 s&@INSTALL@&$ac_INSTALL&;t t
27702 $ac_datarootdir_hack
27703 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27705 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27706 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27707 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27708 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27709 which seems to be undefined. Please make sure it is defined." >&5
27710 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27711 which seems to be undefined. Please make sure it is defined." >&2;}
27713 rm -f "$tmp/stdin"
27714 case $ac_file in
27715 -) cat "$tmp/out"; rm -f "$tmp/out";;
27716 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27717 esac
27721 # CONFIG_HEADER
27723 _ACEOF
27725 # Transform confdefs.h into a sed script `conftest.defines', that
27726 # substitutes the proper values into config.h.in to produce config.h.
27727 rm -f conftest.defines conftest.tail
27728 # First, append a space to every undef/define line, to ease matching.
27729 echo 's/$/ /' >conftest.defines
27730 # Then, protect against being on the right side of a sed subst, or in
27731 # an unquoted here document, in config.status. If some macros were
27732 # called several times there might be several #defines for the same
27733 # symbol, which is useless. But do not sort them, since the last
27734 # AC_DEFINE must be honored.
27735 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27736 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27737 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27738 # PARAMS is the parameter list in the macro definition--in most cases, it's
27739 # just an empty string.
27740 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27741 ac_dB='\\)[ (].*,\\1define\\2'
27742 ac_dC=' '
27743 ac_dD=' ,'
27745 uniq confdefs.h |
27746 sed -n '
27747 t rset
27748 :rset
27749 s/^[ ]*#[ ]*define[ ][ ]*//
27750 t ok
27753 s/[\\&,]/\\&/g
27754 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27755 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27756 ' >>conftest.defines
27758 # Remove the space that was appended to ease matching.
27759 # Then replace #undef with comments. This is necessary, for
27760 # example, in the case of _POSIX_SOURCE, which is predefined and required
27761 # on some systems where configure will not decide to define it.
27762 # (The regexp can be short, since the line contains either #define or #undef.)
27763 echo 's/ $//
27764 s,^[ #]*u.*,/* & */,' >>conftest.defines
27766 # Break up conftest.defines:
27767 ac_max_sed_lines=50
27769 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27770 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27771 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27772 # et cetera.
27773 ac_in='$ac_file_inputs'
27774 ac_out='"$tmp/out1"'
27775 ac_nxt='"$tmp/out2"'
27777 while :
27779 # Write a here document:
27780 cat >>$CONFIG_STATUS <<_ACEOF
27781 # First, check the format of the line:
27782 cat >"\$tmp/defines.sed" <<\\CEOF
27783 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27784 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27786 :def
27787 _ACEOF
27788 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27789 echo 'CEOF
27790 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27791 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27792 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27793 grep . conftest.tail >/dev/null || break
27794 rm -f conftest.defines
27795 mv conftest.tail conftest.defines
27796 done
27797 rm -f conftest.defines conftest.tail
27799 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27800 cat >>$CONFIG_STATUS <<\_ACEOF
27801 if test x"$ac_file" != x-; then
27802 echo "/* $configure_input */" >"$tmp/config.h"
27803 cat "$ac_result" >>"$tmp/config.h"
27804 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27805 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27806 echo "$as_me: $ac_file is unchanged" >&6;}
27807 else
27808 rm -f $ac_file
27809 mv "$tmp/config.h" $ac_file
27811 else
27812 echo "/* $configure_input */"
27813 cat "$ac_result"
27815 rm -f "$tmp/out12"
27818 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27819 echo "$as_me: executing $ac_file commands" >&6;}
27821 esac
27824 case $ac_file$ac_mode in
27825 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27826 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27827 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27828 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27829 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27830 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27831 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27832 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27833 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27834 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27835 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27836 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27837 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27839 esac
27840 done # for ac_tag
27843 { (exit 0); exit 0; }
27844 _ACEOF
27845 chmod +x $CONFIG_STATUS
27846 ac_clean_files=$ac_clean_files_save
27849 # configure is writing to config.log, and then calls config.status.
27850 # config.status does its own redirection, appending to config.log.
27851 # Unfortunately, on DOS this fails, as config.log is still kept open
27852 # by configure, so config.status won't be able to write to it; its
27853 # output is simply discarded. So we exec the FD to /dev/null,
27854 # effectively closing config.log, so it can be properly (re)opened and
27855 # appended to by config.status. When coming back to configure, we
27856 # need to make the FD available again.
27857 if test "$no_create" != yes; then
27858 ac_cs_success=:
27859 ac_config_status_args=
27860 test "$silent" = yes &&
27861 ac_config_status_args="$ac_config_status_args --quiet"
27862 exec 5>/dev/null
27863 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27864 exec 5>>config.log
27865 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27866 # would make configure fail if this is the last instruction.
27867 $ac_cs_success || { (exit 1); exit 1; }
27871 if test "$no_create" = "yes"
27872 then
27873 exit 0
27876 ac_save_IFS="$IFS"
27877 if test "x$wine_notices != "x; then
27878 echo >&6
27879 IFS="|"
27880 for msg in $wine_notices; do
27881 IFS="$ac_save_IFS"
27882 if test -n "$msg"; then
27883 { echo "$as_me:$LINENO: $msg" >&5
27884 echo "$as_me: $msg" >&6;}
27886 done
27888 IFS="|"
27889 for msg in $wine_warnings; do
27890 IFS="$ac_save_IFS"
27891 if test -n "$msg"; then
27892 echo >&2
27893 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27894 echo "$as_me: WARNING: $msg" >&2;}
27896 done
27897 IFS="$ac_save_IFS"
27899 echo "
27900 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27901 " >&6