push d1f5df181c120dbe494f7c89b454752c2e0dcc04
[wine/hacks.git] / configure
blobe468cfbf16a5943b2b468baf9b79c2014b10bec5
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.14.
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.14'
578 PACKAGE_STRING='Wine 1.1.14'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 SET_MAKE
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
673 CXXFLAGS
674 ac_ct_CXX
675 CPPBIN
676 TARGETFLAGS
677 WIN16_FILES
678 WIN16_INSTALL
679 TOOLSDIR
680 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.14 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.14:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1392 Optional Packages:
1393 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1394 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1395 --without-alsa do not use the Alsa sound support
1396 --without-audioio do not use the AudioIO sound support
1397 --without-capi do not use CAPI (ISDN support)
1398 --without-cms do not use CMS (color management support)
1399 --without-coreaudio do not use the CoreAudio sound support
1400 --without-cups do not use CUPS
1401 --without-curses do not use (n)curses
1402 --without-esd do not use the EsounD sound support
1403 --without-fontconfig do not use fontconfig
1404 --without-freetype do not use the FreeType library
1405 --without-gphoto do not use gphoto (Digital Camera support)
1406 --without-glu do not use the GLU library
1407 --without-gnutls do not use GnuTLS (schannel support)
1408 --without-hal do not use HAL (dynamic device support)
1409 --without-jack do not use the Jack sound support
1410 --without-jpeg do not use JPEG
1411 --without-ldap do not use LDAP
1412 --without-nas do not use the NAS sound support
1413 --without-opengl do not use OpenGL
1414 --without-openssl do not use OpenSSL
1415 --without-oss do not use the OSS sound support
1416 --without-png do not use PNG
1417 --without-pulse do not use PulseAudio sound support
1418 --without-sane do not use SANE (scanner support)
1419 --without-xcomposite do not use the Xcomposite extension
1420 --without-xcursor do not use the Xcursor extension
1421 --without-xinerama do not use Xinerama (multi-monitor support)
1422 --without-xinput do not use the Xinput extension
1423 --without-xml do not use XML
1424 --without-xrandr do not use Xrandr (resolution changes)
1425 --without-xrender do not use the Xrender extension
1426 --without-xshape do not use the Xshape extension
1427 --without-xshm do not use XShm (shared memory extension)
1428 --without-xslt do not use XSLT
1429 --without-xxf86vm do not use XFree video mode extension
1430 --with-wine-tools=DIR use Wine tools from directory DIR
1431 --with-x use the X Window System
1433 Some influential environment variables:
1434 CC C compiler command
1435 CFLAGS C compiler flags
1436 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1437 nonstandard directory <lib dir>
1438 LIBS libraries to pass to the linker, e.g. -l<library>
1439 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1440 you have headers in a nonstandard directory <include dir>
1441 CXX C++ compiler command
1442 CXXFLAGS C++ compiler flags
1443 XMKMF Path to xmkmf, Makefile generator for X Window System
1444 CPP C preprocessor
1446 Use these variables to override the choices made by `configure' or to help
1447 it to find libraries and programs with nonstandard names/locations.
1449 Report bugs to <wine-devel@winehq.org>.
1450 _ACEOF
1451 ac_status=$?
1454 if test "$ac_init_help" = "recursive"; then
1455 # If there are subdirs, report their specific --help.
1456 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1457 test -d "$ac_dir" || continue
1458 ac_builddir=.
1460 case "$ac_dir" in
1461 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1463 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1464 # A ".." for each directory in $ac_dir_suffix.
1465 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1466 case $ac_top_builddir_sub in
1467 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1468 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1469 esac ;;
1470 esac
1471 ac_abs_top_builddir=$ac_pwd
1472 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1473 # for backward compatibility:
1474 ac_top_builddir=$ac_top_build_prefix
1476 case $srcdir in
1477 .) # We are building in place.
1478 ac_srcdir=.
1479 ac_top_srcdir=$ac_top_builddir_sub
1480 ac_abs_top_srcdir=$ac_pwd ;;
1481 [\\/]* | ?:[\\/]* ) # Absolute name.
1482 ac_srcdir=$srcdir$ac_dir_suffix;
1483 ac_top_srcdir=$srcdir
1484 ac_abs_top_srcdir=$srcdir ;;
1485 *) # Relative name.
1486 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1487 ac_top_srcdir=$ac_top_build_prefix$srcdir
1488 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1489 esac
1490 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1492 cd "$ac_dir" || { ac_status=$?; continue; }
1493 # Check for guested configure.
1494 if test -f "$ac_srcdir/configure.gnu"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1497 elif test -f "$ac_srcdir/configure"; then
1498 echo &&
1499 $SHELL "$ac_srcdir/configure" --help=recursive
1500 else
1501 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1502 fi || ac_status=$?
1503 cd "$ac_pwd" || { ac_status=$?; break; }
1504 done
1507 test -n "$ac_init_help" && exit $ac_status
1508 if $ac_init_version; then
1509 cat <<\_ACEOF
1510 Wine configure 1.1.14
1511 generated by GNU Autoconf 2.61
1513 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1514 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1515 This configure script is free software; the Free Software Foundation
1516 gives unlimited permission to copy, distribute and modify it.
1517 _ACEOF
1518 exit
1520 cat >config.log <<_ACEOF
1521 This file contains any messages produced by compilers while
1522 running configure, to aid debugging if configure makes a mistake.
1524 It was created by Wine $as_me 1.1.14, which was
1525 generated by GNU Autoconf 2.61. Invocation command line was
1527 $ $0 $@
1529 _ACEOF
1530 exec 5>>config.log
1532 cat <<_ASUNAME
1533 ## --------- ##
1534 ## Platform. ##
1535 ## --------- ##
1537 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1538 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1539 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1540 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1541 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1543 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1544 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1546 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1547 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1548 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1549 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1550 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1551 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1552 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1554 _ASUNAME
1556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1557 for as_dir in $PATH
1559 IFS=$as_save_IFS
1560 test -z "$as_dir" && as_dir=.
1561 echo "PATH: $as_dir"
1562 done
1563 IFS=$as_save_IFS
1565 } >&5
1567 cat >&5 <<_ACEOF
1570 ## ----------- ##
1571 ## Core tests. ##
1572 ## ----------- ##
1574 _ACEOF
1577 # Keep a trace of the command line.
1578 # Strip out --no-create and --no-recursion so they do not pile up.
1579 # Strip out --silent because we don't want to record it for future runs.
1580 # Also quote any args containing shell meta-characters.
1581 # Make two passes to allow for proper duplicate-argument suppression.
1582 ac_configure_args=
1583 ac_configure_args0=
1584 ac_configure_args1=
1585 ac_must_keep_next=false
1586 for ac_pass in 1 2
1588 for ac_arg
1590 case $ac_arg in
1591 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1592 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1593 | -silent | --silent | --silen | --sile | --sil)
1594 continue ;;
1595 *\'*)
1596 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1597 esac
1598 case $ac_pass in
1599 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1601 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1602 if test $ac_must_keep_next = true; then
1603 ac_must_keep_next=false # Got value, back to normal.
1604 else
1605 case $ac_arg in
1606 *=* | --config-cache | -C | -disable-* | --disable-* \
1607 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1608 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1609 | -with-* | --with-* | -without-* | --without-* | --x)
1610 case "$ac_configure_args0 " in
1611 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1612 esac
1614 -* ) ac_must_keep_next=true ;;
1615 esac
1617 ac_configure_args="$ac_configure_args '$ac_arg'"
1619 esac
1620 done
1621 done
1622 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1623 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1625 # When interrupted or exit'd, cleanup temporary files, and complete
1626 # config.log. We remove comments because anyway the quotes in there
1627 # would cause problems or look ugly.
1628 # WARNING: Use '\'' to represent an apostrophe within the trap.
1629 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1630 trap 'exit_status=$?
1631 # Save into config.log some information that might help in debugging.
1633 echo
1635 cat <<\_ASBOX
1636 ## ---------------- ##
1637 ## Cache variables. ##
1638 ## ---------------- ##
1639 _ASBOX
1640 echo
1641 # The following way of writing the cache mishandles newlines in values,
1643 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1644 eval ac_val=\$$ac_var
1645 case $ac_val in #(
1646 *${as_nl}*)
1647 case $ac_var in #(
1648 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1649 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1650 esac
1651 case $ac_var in #(
1652 _ | IFS | as_nl) ;; #(
1653 *) $as_unset $ac_var ;;
1654 esac ;;
1655 esac
1656 done
1657 (set) 2>&1 |
1658 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1659 *${as_nl}ac_space=\ *)
1660 sed -n \
1661 "s/'\''/'\''\\\\'\'''\''/g;
1662 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1663 ;; #(
1665 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1667 esac |
1668 sort
1670 echo
1672 cat <<\_ASBOX
1673 ## ----------------- ##
1674 ## Output variables. ##
1675 ## ----------------- ##
1676 _ASBOX
1677 echo
1678 for ac_var in $ac_subst_vars
1680 eval ac_val=\$$ac_var
1681 case $ac_val in
1682 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1683 esac
1684 echo "$ac_var='\''$ac_val'\''"
1685 done | sort
1686 echo
1688 if test -n "$ac_subst_files"; then
1689 cat <<\_ASBOX
1690 ## ------------------- ##
1691 ## File substitutions. ##
1692 ## ------------------- ##
1693 _ASBOX
1694 echo
1695 for ac_var in $ac_subst_files
1697 eval ac_val=\$$ac_var
1698 case $ac_val in
1699 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1700 esac
1701 echo "$ac_var='\''$ac_val'\''"
1702 done | sort
1703 echo
1706 if test -s confdefs.h; then
1707 cat <<\_ASBOX
1708 ## ----------- ##
1709 ## confdefs.h. ##
1710 ## ----------- ##
1711 _ASBOX
1712 echo
1713 cat confdefs.h
1714 echo
1716 test "$ac_signal" != 0 &&
1717 echo "$as_me: caught signal $ac_signal"
1718 echo "$as_me: exit $exit_status"
1719 } >&5
1720 rm -f core *.core core.conftest.* &&
1721 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1722 exit $exit_status
1724 for ac_signal in 1 2 13 15; do
1725 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1726 done
1727 ac_signal=0
1729 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1730 rm -f -r conftest* confdefs.h
1732 # Predefined preprocessor variables.
1734 cat >>confdefs.h <<_ACEOF
1735 #define PACKAGE_NAME "$PACKAGE_NAME"
1736 _ACEOF
1739 cat >>confdefs.h <<_ACEOF
1740 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1741 _ACEOF
1744 cat >>confdefs.h <<_ACEOF
1745 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1746 _ACEOF
1749 cat >>confdefs.h <<_ACEOF
1750 #define PACKAGE_STRING "$PACKAGE_STRING"
1751 _ACEOF
1754 cat >>confdefs.h <<_ACEOF
1755 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1756 _ACEOF
1759 # Let the site file select an alternate cache file if it wants to.
1760 # Prefer explicitly selected file to automatically selected ones.
1761 if test -n "$CONFIG_SITE"; then
1762 set x "$CONFIG_SITE"
1763 elif test "x$prefix" != xNONE; then
1764 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1765 else
1766 set x "$ac_default_prefix/share/config.site" \
1767 "$ac_default_prefix/etc/config.site"
1769 shift
1770 for ac_site_file
1772 if test -r "$ac_site_file"; then
1773 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1774 echo "$as_me: loading site script $ac_site_file" >&6;}
1775 sed 's/^/| /' "$ac_site_file" >&5
1776 . "$ac_site_file"
1778 done
1780 if test -r "$cache_file"; then
1781 # Some versions of bash will fail to source /dev/null (special
1782 # files actually), so we avoid doing that.
1783 if test -f "$cache_file"; then
1784 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1785 echo "$as_me: loading cache $cache_file" >&6;}
1786 case $cache_file in
1787 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1788 *) . "./$cache_file";;
1789 esac
1791 else
1792 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1793 echo "$as_me: creating cache $cache_file" >&6;}
1794 >$cache_file
1797 # Check that the precious variables saved in the cache have kept the same
1798 # value.
1799 ac_cache_corrupted=false
1800 for ac_var in $ac_precious_vars; do
1801 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1802 eval ac_new_set=\$ac_env_${ac_var}_set
1803 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1804 eval ac_new_val=\$ac_env_${ac_var}_value
1805 case $ac_old_set,$ac_new_set in
1806 set,)
1807 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1808 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1809 ac_cache_corrupted=: ;;
1810 ,set)
1811 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1812 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1813 ac_cache_corrupted=: ;;
1814 ,);;
1816 if test "x$ac_old_val" != "x$ac_new_val"; then
1817 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1818 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1819 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1820 echo "$as_me: former value: $ac_old_val" >&2;}
1821 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1822 echo "$as_me: current value: $ac_new_val" >&2;}
1823 ac_cache_corrupted=:
1824 fi;;
1825 esac
1826 # Pass precious variables to config.status.
1827 if test "$ac_new_set" = set; then
1828 case $ac_new_val in
1829 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1830 *) ac_arg=$ac_var=$ac_new_val ;;
1831 esac
1832 case " $ac_configure_args " in
1833 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1834 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1835 esac
1837 done
1838 if $ac_cache_corrupted; then
1839 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1840 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1841 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1842 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1843 { (exit 1); exit 1; }; }
1870 ac_ext=c
1871 ac_cpp='$CPP $CPPFLAGS'
1872 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1873 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1874 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1878 ac_config_headers="$ac_config_headers include/config.h"
1880 ac_aux_dir=
1881 for ac_dir in tools "$srcdir"/tools; do
1882 if test -f "$ac_dir/install-sh"; then
1883 ac_aux_dir=$ac_dir
1884 ac_install_sh="$ac_aux_dir/install-sh -c"
1885 break
1886 elif test -f "$ac_dir/install.sh"; then
1887 ac_aux_dir=$ac_dir
1888 ac_install_sh="$ac_aux_dir/install.sh -c"
1889 break
1890 elif test -f "$ac_dir/shtool"; then
1891 ac_aux_dir=$ac_dir
1892 ac_install_sh="$ac_aux_dir/shtool install -c"
1893 break
1895 done
1896 if test -z "$ac_aux_dir"; then
1897 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1898 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1899 { (exit 1); exit 1; }; }
1902 # These three variables are undocumented and unsupported,
1903 # and are intended to be withdrawn in a future Autoconf release.
1904 # They can cause serious problems if a builder's source tree is in a directory
1905 # whose full name contains unusual characters.
1906 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1907 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1908 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1913 # Check whether --enable-win16 was given.
1914 if test "${enable_win16+set}" = set; then
1915 enableval=$enable_win16;
1918 # Check whether --enable-win64 was given.
1919 if test "${enable_win64+set}" = set; then
1920 enableval=$enable_win64;
1923 # Check whether --enable-tests was given.
1924 if test "${enable_tests+set}" = set; then
1925 enableval=$enable_tests;
1928 # Check whether --enable-maintainer-mode was given.
1929 if test "${enable_maintainer_mode+set}" = set; then
1930 enableval=$enable_maintainer_mode;
1931 else
1932 MAINTAINER_MODE=\#
1938 # Check whether --with-alsa was given.
1939 if test "${with_alsa+set}" = set; then
1940 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1944 # Check whether --with-audioio was given.
1945 if test "${with_audioio+set}" = set; then
1946 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1950 # Check whether --with-capi was given.
1951 if test "${with_capi+set}" = set; then
1952 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1956 # Check whether --with-cms was given.
1957 if test "${with_cms+set}" = set; then
1958 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1962 # Check whether --with-coreaudio was given.
1963 if test "${with_coreaudio+set}" = set; then
1964 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1968 # Check whether --with-cups was given.
1969 if test "${with_cups+set}" = set; then
1970 withval=$with_cups;
1974 # Check whether --with-curses was given.
1975 if test "${with_curses+set}" = set; then
1976 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1980 # Check whether --with-esd was given.
1981 if test "${with_esd+set}" = set; then
1982 withval=$with_esd;
1986 # Check whether --with-fontconfig was given.
1987 if test "${with_fontconfig+set}" = set; then
1988 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1992 # Check whether --with-freetype was given.
1993 if test "${with_freetype+set}" = set; then
1994 withval=$with_freetype;
1998 # Check whether --with-gphoto was given.
1999 if test "${with_gphoto+set}" = set; then
2000 withval=$with_gphoto;
2004 # Check whether --with-glu was given.
2005 if test "${with_glu+set}" = set; then
2006 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2010 # Check whether --with-gnutls was given.
2011 if test "${with_gnutls+set}" = set; then
2012 withval=$with_gnutls;
2016 # Check whether --with-hal was given.
2017 if test "${with_hal+set}" = set; then
2018 withval=$with_hal;
2022 # Check whether --with-jack was given.
2023 if test "${with_jack+set}" = set; then
2024 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2028 # Check whether --with-jpeg was given.
2029 if test "${with_jpeg+set}" = set; then
2030 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2034 # Check whether --with-ldap was given.
2035 if test "${with_ldap+set}" = set; then
2036 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2040 # Check whether --with-nas was given.
2041 if test "${with_nas+set}" = set; then
2042 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2046 # Check whether --with-opengl was given.
2047 if test "${with_opengl+set}" = set; then
2048 withval=$with_opengl;
2052 # Check whether --with-openssl was given.
2053 if test "${with_openssl+set}" = set; then
2054 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2058 # Check whether --with-oss was given.
2059 if test "${with_oss+set}" = set; then
2060 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
2064 # Check whether --with-png was given.
2065 if test "${with_png+set}" = set; then
2066 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2070 # Check whether --with-pulse was given.
2071 if test "${with_pulse+set}" = set; then
2072 withval=$with_pulse;
2076 # Check whether --with-sane was given.
2077 if test "${with_sane+set}" = set; then
2078 withval=$with_sane;
2082 # Check whether --with-xcomposite was given.
2083 if test "${with_xcomposite+set}" = set; then
2084 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2088 # Check whether --with-xcursor was given.
2089 if test "${with_xcursor+set}" = set; then
2090 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2094 # Check whether --with-xinerama was given.
2095 if test "${with_xinerama+set}" = set; then
2096 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2100 # Check whether --with-xinput was given.
2101 if test "${with_xinput+set}" = set; then
2102 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2106 # Check whether --with-xml was given.
2107 if test "${with_xml+set}" = set; then
2108 withval=$with_xml;
2112 # Check whether --with-xrandr was given.
2113 if test "${with_xrandr+set}" = set; then
2114 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2118 # Check whether --with-xrender was given.
2119 if test "${with_xrender+set}" = set; then
2120 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2124 # Check whether --with-xshape was given.
2125 if test "${with_xshape+set}" = set; then
2126 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2130 # Check whether --with-xshm was given.
2131 if test "${with_xshm+set}" = set; then
2132 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2136 # Check whether --with-xslt was given.
2137 if test "${with_xslt+set}" = set; then
2138 withval=$with_xslt;
2142 # Check whether --with-xxf86vm was given.
2143 if test "${with_xxf86vm+set}" = set; then
2144 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2149 # Check whether --with-wine-tools was given.
2150 if test "${with_wine_tools+set}" = set; then
2151 withval=$with_wine_tools;
2155 # Make sure we can run config.sub.
2156 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2157 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2158 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2159 { (exit 1); exit 1; }; }
2161 { echo "$as_me:$LINENO: checking build system type" >&5
2162 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2163 if test "${ac_cv_build+set}" = set; then
2164 echo $ECHO_N "(cached) $ECHO_C" >&6
2165 else
2166 ac_build_alias=$build_alias
2167 test "x$ac_build_alias" = x &&
2168 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2169 test "x$ac_build_alias" = x &&
2170 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2171 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2172 { (exit 1); exit 1; }; }
2173 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2174 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2175 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2176 { (exit 1); exit 1; }; }
2179 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2180 echo "${ECHO_T}$ac_cv_build" >&6; }
2181 case $ac_cv_build in
2182 *-*-*) ;;
2183 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2184 echo "$as_me: error: invalid value of canonical build" >&2;}
2185 { (exit 1); exit 1; }; };;
2186 esac
2187 build=$ac_cv_build
2188 ac_save_IFS=$IFS; IFS='-'
2189 set x $ac_cv_build
2190 shift
2191 build_cpu=$1
2192 build_vendor=$2
2193 shift; shift
2194 # Remember, the first character of IFS is used to create $*,
2195 # except with old shells:
2196 build_os=$*
2197 IFS=$ac_save_IFS
2198 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2201 { echo "$as_me:$LINENO: checking host system type" >&5
2202 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2203 if test "${ac_cv_host+set}" = set; then
2204 echo $ECHO_N "(cached) $ECHO_C" >&6
2205 else
2206 if test "x$host_alias" = x; then
2207 ac_cv_host=$ac_cv_build
2208 else
2209 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2210 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2211 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2212 { (exit 1); exit 1; }; }
2216 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2217 echo "${ECHO_T}$ac_cv_host" >&6; }
2218 case $ac_cv_host in
2219 *-*-*) ;;
2220 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2221 echo "$as_me: error: invalid value of canonical host" >&2;}
2222 { (exit 1); exit 1; }; };;
2223 esac
2224 host=$ac_cv_host
2225 ac_save_IFS=$IFS; IFS='-'
2226 set x $ac_cv_host
2227 shift
2228 host_cpu=$1
2229 host_vendor=$2
2230 shift; shift
2231 # Remember, the first character of IFS is used to create $*,
2232 # except with old shells:
2233 host_os=$*
2234 IFS=$ac_save_IFS
2235 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2239 case "$srcdir" in
2240 .) ;;
2241 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2242 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2243 You need to run 'make distclean' in the source tree first." >&5
2244 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2245 You need to run 'make distclean' in the source tree first." >&2;}
2246 { (exit 1); exit 1; }; }
2247 fi ;;
2248 esac
2251 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2252 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2253 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2254 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2255 echo $ECHO_N "(cached) $ECHO_C" >&6
2256 else
2257 cat >conftest.make <<\_ACEOF
2258 SHELL = /bin/sh
2259 all:
2260 @echo '@@@%%%=$(MAKE)=@@@%%%'
2261 _ACEOF
2262 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2263 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2264 *@@@%%%=?*=@@@%%%*)
2265 eval ac_cv_prog_make_${ac_make}_set=yes;;
2267 eval ac_cv_prog_make_${ac_make}_set=no;;
2268 esac
2269 rm -f conftest.make
2271 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2272 { echo "$as_me:$LINENO: result: yes" >&5
2273 echo "${ECHO_T}yes" >&6; }
2274 SET_MAKE=
2275 else
2276 { echo "$as_me:$LINENO: result: no" >&5
2277 echo "${ECHO_T}no" >&6; }
2278 SET_MAKE="MAKE=${MAKE-make}"
2281 ac_ext=c
2282 ac_cpp='$CPP $CPPFLAGS'
2283 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2284 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2285 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2286 if test -n "$ac_tool_prefix"; then
2287 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2288 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2289 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2290 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2291 if test "${ac_cv_prog_CC+set}" = set; then
2292 echo $ECHO_N "(cached) $ECHO_C" >&6
2293 else
2294 if test -n "$CC"; then
2295 ac_cv_prog_CC="$CC" # Let the user override the test.
2296 else
2297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2298 for as_dir in $PATH
2300 IFS=$as_save_IFS
2301 test -z "$as_dir" && as_dir=.
2302 for ac_exec_ext in '' $ac_executable_extensions; do
2303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2304 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2305 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2306 break 2
2308 done
2309 done
2310 IFS=$as_save_IFS
2314 CC=$ac_cv_prog_CC
2315 if test -n "$CC"; then
2316 { echo "$as_me:$LINENO: result: $CC" >&5
2317 echo "${ECHO_T}$CC" >&6; }
2318 else
2319 { echo "$as_me:$LINENO: result: no" >&5
2320 echo "${ECHO_T}no" >&6; }
2325 if test -z "$ac_cv_prog_CC"; then
2326 ac_ct_CC=$CC
2327 # Extract the first word of "gcc", so it can be a program name with args.
2328 set dummy gcc; ac_word=$2
2329 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2330 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2331 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2332 echo $ECHO_N "(cached) $ECHO_C" >&6
2333 else
2334 if test -n "$ac_ct_CC"; then
2335 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2336 else
2337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2338 for as_dir in $PATH
2340 IFS=$as_save_IFS
2341 test -z "$as_dir" && as_dir=.
2342 for ac_exec_ext in '' $ac_executable_extensions; do
2343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2344 ac_cv_prog_ac_ct_CC="gcc"
2345 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2346 break 2
2348 done
2349 done
2350 IFS=$as_save_IFS
2354 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2355 if test -n "$ac_ct_CC"; then
2356 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2357 echo "${ECHO_T}$ac_ct_CC" >&6; }
2358 else
2359 { echo "$as_me:$LINENO: result: no" >&5
2360 echo "${ECHO_T}no" >&6; }
2363 if test "x$ac_ct_CC" = x; then
2364 CC=""
2365 else
2366 case $cross_compiling:$ac_tool_warned in
2367 yes:)
2368 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2369 whose name does not start with the host triplet. If you think this
2370 configuration is useful to you, please write to autoconf@gnu.org." >&5
2371 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2372 whose name does not start with the host triplet. If you think this
2373 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2374 ac_tool_warned=yes ;;
2375 esac
2376 CC=$ac_ct_CC
2378 else
2379 CC="$ac_cv_prog_CC"
2382 if test -z "$CC"; then
2383 if test -n "$ac_tool_prefix"; then
2384 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2385 set dummy ${ac_tool_prefix}cc; ac_word=$2
2386 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2388 if test "${ac_cv_prog_CC+set}" = set; then
2389 echo $ECHO_N "(cached) $ECHO_C" >&6
2390 else
2391 if test -n "$CC"; then
2392 ac_cv_prog_CC="$CC" # Let the user override the test.
2393 else
2394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2395 for as_dir in $PATH
2397 IFS=$as_save_IFS
2398 test -z "$as_dir" && as_dir=.
2399 for ac_exec_ext in '' $ac_executable_extensions; do
2400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2401 ac_cv_prog_CC="${ac_tool_prefix}cc"
2402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2403 break 2
2405 done
2406 done
2407 IFS=$as_save_IFS
2411 CC=$ac_cv_prog_CC
2412 if test -n "$CC"; then
2413 { echo "$as_me:$LINENO: result: $CC" >&5
2414 echo "${ECHO_T}$CC" >&6; }
2415 else
2416 { echo "$as_me:$LINENO: result: no" >&5
2417 echo "${ECHO_T}no" >&6; }
2423 if test -z "$CC"; then
2424 # Extract the first word of "cc", so it can be a program name with args.
2425 set dummy cc; ac_word=$2
2426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2428 if test "${ac_cv_prog_CC+set}" = set; then
2429 echo $ECHO_N "(cached) $ECHO_C" >&6
2430 else
2431 if test -n "$CC"; then
2432 ac_cv_prog_CC="$CC" # Let the user override the test.
2433 else
2434 ac_prog_rejected=no
2435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2436 for as_dir in $PATH
2438 IFS=$as_save_IFS
2439 test -z "$as_dir" && as_dir=.
2440 for ac_exec_ext in '' $ac_executable_extensions; do
2441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2442 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2443 ac_prog_rejected=yes
2444 continue
2446 ac_cv_prog_CC="cc"
2447 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2448 break 2
2450 done
2451 done
2452 IFS=$as_save_IFS
2454 if test $ac_prog_rejected = yes; then
2455 # We found a bogon in the path, so make sure we never use it.
2456 set dummy $ac_cv_prog_CC
2457 shift
2458 if test $# != 0; then
2459 # We chose a different compiler from the bogus one.
2460 # However, it has the same basename, so the bogon will be chosen
2461 # first if we set CC to just the basename; use the full file name.
2462 shift
2463 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2468 CC=$ac_cv_prog_CC
2469 if test -n "$CC"; then
2470 { echo "$as_me:$LINENO: result: $CC" >&5
2471 echo "${ECHO_T}$CC" >&6; }
2472 else
2473 { echo "$as_me:$LINENO: result: no" >&5
2474 echo "${ECHO_T}no" >&6; }
2479 if test -z "$CC"; then
2480 if test -n "$ac_tool_prefix"; then
2481 for ac_prog in cl.exe
2483 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2484 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2485 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2487 if test "${ac_cv_prog_CC+set}" = set; then
2488 echo $ECHO_N "(cached) $ECHO_C" >&6
2489 else
2490 if test -n "$CC"; then
2491 ac_cv_prog_CC="$CC" # Let the user override the test.
2492 else
2493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2494 for as_dir in $PATH
2496 IFS=$as_save_IFS
2497 test -z "$as_dir" && as_dir=.
2498 for ac_exec_ext in '' $ac_executable_extensions; do
2499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2500 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2502 break 2
2504 done
2505 done
2506 IFS=$as_save_IFS
2510 CC=$ac_cv_prog_CC
2511 if test -n "$CC"; then
2512 { echo "$as_me:$LINENO: result: $CC" >&5
2513 echo "${ECHO_T}$CC" >&6; }
2514 else
2515 { echo "$as_me:$LINENO: result: no" >&5
2516 echo "${ECHO_T}no" >&6; }
2520 test -n "$CC" && break
2521 done
2523 if test -z "$CC"; then
2524 ac_ct_CC=$CC
2525 for ac_prog in cl.exe
2527 # Extract the first word of "$ac_prog", so it can be a program name with args.
2528 set dummy $ac_prog; ac_word=$2
2529 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2530 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2531 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2532 echo $ECHO_N "(cached) $ECHO_C" >&6
2533 else
2534 if test -n "$ac_ct_CC"; then
2535 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2536 else
2537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2538 for as_dir in $PATH
2540 IFS=$as_save_IFS
2541 test -z "$as_dir" && as_dir=.
2542 for ac_exec_ext in '' $ac_executable_extensions; do
2543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2544 ac_cv_prog_ac_ct_CC="$ac_prog"
2545 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2546 break 2
2548 done
2549 done
2550 IFS=$as_save_IFS
2554 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2555 if test -n "$ac_ct_CC"; then
2556 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2557 echo "${ECHO_T}$ac_ct_CC" >&6; }
2558 else
2559 { echo "$as_me:$LINENO: result: no" >&5
2560 echo "${ECHO_T}no" >&6; }
2564 test -n "$ac_ct_CC" && break
2565 done
2567 if test "x$ac_ct_CC" = x; then
2568 CC=""
2569 else
2570 case $cross_compiling:$ac_tool_warned in
2571 yes:)
2572 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2573 whose name does not start with the host triplet. If you think this
2574 configuration is useful to you, please write to autoconf@gnu.org." >&5
2575 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2576 whose name does not start with the host triplet. If you think this
2577 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2578 ac_tool_warned=yes ;;
2579 esac
2580 CC=$ac_ct_CC
2587 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2588 See \`config.log' for more details." >&5
2589 echo "$as_me: error: no acceptable C compiler found in \$PATH
2590 See \`config.log' for more details." >&2;}
2591 { (exit 1); exit 1; }; }
2593 # Provide some information about the compiler.
2594 echo "$as_me:$LINENO: checking for C compiler version" >&5
2595 ac_compiler=`set X $ac_compile; echo $2`
2596 { (ac_try="$ac_compiler --version >&5"
2597 case "(($ac_try" in
2598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2599 *) ac_try_echo=$ac_try;;
2600 esac
2601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2602 (eval "$ac_compiler --version >&5") 2>&5
2603 ac_status=$?
2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2605 (exit $ac_status); }
2606 { (ac_try="$ac_compiler -v >&5"
2607 case "(($ac_try" in
2608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2609 *) ac_try_echo=$ac_try;;
2610 esac
2611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2612 (eval "$ac_compiler -v >&5") 2>&5
2613 ac_status=$?
2614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2615 (exit $ac_status); }
2616 { (ac_try="$ac_compiler -V >&5"
2617 case "(($ac_try" in
2618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2619 *) ac_try_echo=$ac_try;;
2620 esac
2621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2622 (eval "$ac_compiler -V >&5") 2>&5
2623 ac_status=$?
2624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2625 (exit $ac_status); }
2627 cat >conftest.$ac_ext <<_ACEOF
2628 /* confdefs.h. */
2629 _ACEOF
2630 cat confdefs.h >>conftest.$ac_ext
2631 cat >>conftest.$ac_ext <<_ACEOF
2632 /* end confdefs.h. */
2635 main ()
2639 return 0;
2641 _ACEOF
2642 ac_clean_files_save=$ac_clean_files
2643 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2644 # Try to create an executable without -o first, disregard a.out.
2645 # It will help us diagnose broken compilers, and finding out an intuition
2646 # of exeext.
2647 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2648 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2649 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2651 # List of possible output files, starting from the most likely.
2652 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2653 # only as a last resort. b.out is created by i960 compilers.
2654 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2656 # The IRIX 6 linker writes into existing files which may not be
2657 # executable, retaining their permissions. Remove them first so a
2658 # subsequent execution test works.
2659 ac_rmfiles=
2660 for ac_file in $ac_files
2662 case $ac_file in
2663 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2664 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2665 esac
2666 done
2667 rm -f $ac_rmfiles
2669 if { (ac_try="$ac_link_default"
2670 case "(($ac_try" in
2671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2672 *) ac_try_echo=$ac_try;;
2673 esac
2674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2675 (eval "$ac_link_default") 2>&5
2676 ac_status=$?
2677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2678 (exit $ac_status); }; then
2679 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2680 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2681 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2682 # so that the user can short-circuit this test for compilers unknown to
2683 # Autoconf.
2684 for ac_file in $ac_files ''
2686 test -f "$ac_file" || continue
2687 case $ac_file in
2688 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2690 [ab].out )
2691 # We found the default executable, but exeext='' is most
2692 # certainly right.
2693 break;;
2694 *.* )
2695 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2696 then :; else
2697 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2699 # We set ac_cv_exeext here because the later test for it is not
2700 # safe: cross compilers may not add the suffix if given an `-o'
2701 # argument, so we may need to know it at that point already.
2702 # Even if this section looks crufty: it has the advantage of
2703 # actually working.
2704 break;;
2706 break;;
2707 esac
2708 done
2709 test "$ac_cv_exeext" = no && ac_cv_exeext=
2711 else
2712 ac_file=''
2715 { echo "$as_me:$LINENO: result: $ac_file" >&5
2716 echo "${ECHO_T}$ac_file" >&6; }
2717 if test -z "$ac_file"; then
2718 echo "$as_me: failed program was:" >&5
2719 sed 's/^/| /' conftest.$ac_ext >&5
2721 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2722 See \`config.log' for more details." >&5
2723 echo "$as_me: error: C compiler cannot create executables
2724 See \`config.log' for more details." >&2;}
2725 { (exit 77); exit 77; }; }
2728 ac_exeext=$ac_cv_exeext
2730 # Check that the compiler produces executables we can run. If not, either
2731 # the compiler is broken, or we cross compile.
2732 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2733 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2734 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2735 # If not cross compiling, check that we can run a simple program.
2736 if test "$cross_compiling" != yes; then
2737 if { ac_try='./$ac_file'
2738 { (case "(($ac_try" in
2739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2740 *) ac_try_echo=$ac_try;;
2741 esac
2742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2743 (eval "$ac_try") 2>&5
2744 ac_status=$?
2745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }; }; then
2747 cross_compiling=no
2748 else
2749 if test "$cross_compiling" = maybe; then
2750 cross_compiling=yes
2751 else
2752 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2753 If you meant to cross compile, use \`--host'.
2754 See \`config.log' for more details." >&5
2755 echo "$as_me: error: cannot run C compiled programs.
2756 If you meant to cross compile, use \`--host'.
2757 See \`config.log' for more details." >&2;}
2758 { (exit 1); exit 1; }; }
2762 { echo "$as_me:$LINENO: result: yes" >&5
2763 echo "${ECHO_T}yes" >&6; }
2765 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2766 ac_clean_files=$ac_clean_files_save
2767 # Check that the compiler produces executables we can run. If not, either
2768 # the compiler is broken, or we cross compile.
2769 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2770 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2771 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2772 echo "${ECHO_T}$cross_compiling" >&6; }
2774 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2775 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2776 if { (ac_try="$ac_link"
2777 case "(($ac_try" in
2778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2779 *) ac_try_echo=$ac_try;;
2780 esac
2781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2782 (eval "$ac_link") 2>&5
2783 ac_status=$?
2784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2785 (exit $ac_status); }; then
2786 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2787 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2788 # work properly (i.e., refer to `conftest.exe'), while it won't with
2789 # `rm'.
2790 for ac_file in conftest.exe conftest conftest.*; do
2791 test -f "$ac_file" || continue
2792 case $ac_file in
2793 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2794 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2795 break;;
2796 * ) break;;
2797 esac
2798 done
2799 else
2800 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2801 See \`config.log' for more details." >&5
2802 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2803 See \`config.log' for more details." >&2;}
2804 { (exit 1); exit 1; }; }
2807 rm -f conftest$ac_cv_exeext
2808 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2809 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2811 rm -f conftest.$ac_ext
2812 EXEEXT=$ac_cv_exeext
2813 ac_exeext=$EXEEXT
2814 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2815 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2816 if test "${ac_cv_objext+set}" = set; then
2817 echo $ECHO_N "(cached) $ECHO_C" >&6
2818 else
2819 cat >conftest.$ac_ext <<_ACEOF
2820 /* confdefs.h. */
2821 _ACEOF
2822 cat confdefs.h >>conftest.$ac_ext
2823 cat >>conftest.$ac_ext <<_ACEOF
2824 /* end confdefs.h. */
2827 main ()
2831 return 0;
2833 _ACEOF
2834 rm -f conftest.o conftest.obj
2835 if { (ac_try="$ac_compile"
2836 case "(($ac_try" in
2837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2838 *) ac_try_echo=$ac_try;;
2839 esac
2840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2841 (eval "$ac_compile") 2>&5
2842 ac_status=$?
2843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2844 (exit $ac_status); }; then
2845 for ac_file in conftest.o conftest.obj conftest.*; do
2846 test -f "$ac_file" || continue;
2847 case $ac_file in
2848 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2849 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2850 break;;
2851 esac
2852 done
2853 else
2854 echo "$as_me: failed program was:" >&5
2855 sed 's/^/| /' conftest.$ac_ext >&5
2857 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2858 See \`config.log' for more details." >&5
2859 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2860 See \`config.log' for more details." >&2;}
2861 { (exit 1); exit 1; }; }
2864 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2866 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2867 echo "${ECHO_T}$ac_cv_objext" >&6; }
2868 OBJEXT=$ac_cv_objext
2869 ac_objext=$OBJEXT
2870 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2871 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2872 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2873 echo $ECHO_N "(cached) $ECHO_C" >&6
2874 else
2875 cat >conftest.$ac_ext <<_ACEOF
2876 /* confdefs.h. */
2877 _ACEOF
2878 cat confdefs.h >>conftest.$ac_ext
2879 cat >>conftest.$ac_ext <<_ACEOF
2880 /* end confdefs.h. */
2883 main ()
2885 #ifndef __GNUC__
2886 choke me
2887 #endif
2890 return 0;
2892 _ACEOF
2893 rm -f conftest.$ac_objext
2894 if { (ac_try="$ac_compile"
2895 case "(($ac_try" in
2896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2897 *) ac_try_echo=$ac_try;;
2898 esac
2899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2900 (eval "$ac_compile") 2>conftest.er1
2901 ac_status=$?
2902 grep -v '^ *+' conftest.er1 >conftest.err
2903 rm -f conftest.er1
2904 cat conftest.err >&5
2905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2906 (exit $ac_status); } && {
2907 test -z "$ac_c_werror_flag" ||
2908 test ! -s conftest.err
2909 } && test -s conftest.$ac_objext; then
2910 ac_compiler_gnu=yes
2911 else
2912 echo "$as_me: failed program was:" >&5
2913 sed 's/^/| /' conftest.$ac_ext >&5
2915 ac_compiler_gnu=no
2918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2919 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2922 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2923 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2924 GCC=`test $ac_compiler_gnu = yes && echo yes`
2925 ac_test_CFLAGS=${CFLAGS+set}
2926 ac_save_CFLAGS=$CFLAGS
2927 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2928 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2929 if test "${ac_cv_prog_cc_g+set}" = set; then
2930 echo $ECHO_N "(cached) $ECHO_C" >&6
2931 else
2932 ac_save_c_werror_flag=$ac_c_werror_flag
2933 ac_c_werror_flag=yes
2934 ac_cv_prog_cc_g=no
2935 CFLAGS="-g"
2936 cat >conftest.$ac_ext <<_ACEOF
2937 /* confdefs.h. */
2938 _ACEOF
2939 cat confdefs.h >>conftest.$ac_ext
2940 cat >>conftest.$ac_ext <<_ACEOF
2941 /* end confdefs.h. */
2944 main ()
2948 return 0;
2950 _ACEOF
2951 rm -f conftest.$ac_objext
2952 if { (ac_try="$ac_compile"
2953 case "(($ac_try" in
2954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2955 *) ac_try_echo=$ac_try;;
2956 esac
2957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2958 (eval "$ac_compile") 2>conftest.er1
2959 ac_status=$?
2960 grep -v '^ *+' conftest.er1 >conftest.err
2961 rm -f conftest.er1
2962 cat conftest.err >&5
2963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2964 (exit $ac_status); } && {
2965 test -z "$ac_c_werror_flag" ||
2966 test ! -s conftest.err
2967 } && test -s conftest.$ac_objext; then
2968 ac_cv_prog_cc_g=yes
2969 else
2970 echo "$as_me: failed program was:" >&5
2971 sed 's/^/| /' conftest.$ac_ext >&5
2973 CFLAGS=""
2974 cat >conftest.$ac_ext <<_ACEOF
2975 /* confdefs.h. */
2976 _ACEOF
2977 cat confdefs.h >>conftest.$ac_ext
2978 cat >>conftest.$ac_ext <<_ACEOF
2979 /* end confdefs.h. */
2982 main ()
2986 return 0;
2988 _ACEOF
2989 rm -f conftest.$ac_objext
2990 if { (ac_try="$ac_compile"
2991 case "(($ac_try" in
2992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2993 *) ac_try_echo=$ac_try;;
2994 esac
2995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2996 (eval "$ac_compile") 2>conftest.er1
2997 ac_status=$?
2998 grep -v '^ *+' conftest.er1 >conftest.err
2999 rm -f conftest.er1
3000 cat conftest.err >&5
3001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3002 (exit $ac_status); } && {
3003 test -z "$ac_c_werror_flag" ||
3004 test ! -s conftest.err
3005 } && test -s conftest.$ac_objext; then
3007 else
3008 echo "$as_me: failed program was:" >&5
3009 sed 's/^/| /' conftest.$ac_ext >&5
3011 ac_c_werror_flag=$ac_save_c_werror_flag
3012 CFLAGS="-g"
3013 cat >conftest.$ac_ext <<_ACEOF
3014 /* confdefs.h. */
3015 _ACEOF
3016 cat confdefs.h >>conftest.$ac_ext
3017 cat >>conftest.$ac_ext <<_ACEOF
3018 /* end confdefs.h. */
3021 main ()
3025 return 0;
3027 _ACEOF
3028 rm -f conftest.$ac_objext
3029 if { (ac_try="$ac_compile"
3030 case "(($ac_try" in
3031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3032 *) ac_try_echo=$ac_try;;
3033 esac
3034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3035 (eval "$ac_compile") 2>conftest.er1
3036 ac_status=$?
3037 grep -v '^ *+' conftest.er1 >conftest.err
3038 rm -f conftest.er1
3039 cat conftest.err >&5
3040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3041 (exit $ac_status); } && {
3042 test -z "$ac_c_werror_flag" ||
3043 test ! -s conftest.err
3044 } && test -s conftest.$ac_objext; then
3045 ac_cv_prog_cc_g=yes
3046 else
3047 echo "$as_me: failed program was:" >&5
3048 sed 's/^/| /' conftest.$ac_ext >&5
3053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3060 ac_c_werror_flag=$ac_save_c_werror_flag
3062 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3063 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3064 if test "$ac_test_CFLAGS" = set; then
3065 CFLAGS=$ac_save_CFLAGS
3066 elif test $ac_cv_prog_cc_g = yes; then
3067 if test "$GCC" = yes; then
3068 CFLAGS="-g -O2"
3069 else
3070 CFLAGS="-g"
3072 else
3073 if test "$GCC" = yes; then
3074 CFLAGS="-O2"
3075 else
3076 CFLAGS=
3079 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3080 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3081 if test "${ac_cv_prog_cc_c89+set}" = set; then
3082 echo $ECHO_N "(cached) $ECHO_C" >&6
3083 else
3084 ac_cv_prog_cc_c89=no
3085 ac_save_CC=$CC
3086 cat >conftest.$ac_ext <<_ACEOF
3087 /* confdefs.h. */
3088 _ACEOF
3089 cat confdefs.h >>conftest.$ac_ext
3090 cat >>conftest.$ac_ext <<_ACEOF
3091 /* end confdefs.h. */
3092 #include <stdarg.h>
3093 #include <stdio.h>
3094 #include <sys/types.h>
3095 #include <sys/stat.h>
3096 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3097 struct buf { int x; };
3098 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3099 static char *e (p, i)
3100 char **p;
3101 int i;
3103 return p[i];
3105 static char *f (char * (*g) (char **, int), char **p, ...)
3107 char *s;
3108 va_list v;
3109 va_start (v,p);
3110 s = g (p, va_arg (v,int));
3111 va_end (v);
3112 return s;
3115 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3116 function prototypes and stuff, but not '\xHH' hex character constants.
3117 These don't provoke an error unfortunately, instead are silently treated
3118 as 'x'. The following induces an error, until -std is added to get
3119 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3120 array size at least. It's necessary to write '\x00'==0 to get something
3121 that's true only with -std. */
3122 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3124 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3125 inside strings and character constants. */
3126 #define FOO(x) 'x'
3127 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3129 int test (int i, double x);
3130 struct s1 {int (*f) (int a);};
3131 struct s2 {int (*f) (double a);};
3132 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3133 int argc;
3134 char **argv;
3136 main ()
3138 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3140 return 0;
3142 _ACEOF
3143 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3144 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3146 CC="$ac_save_CC $ac_arg"
3147 rm -f conftest.$ac_objext
3148 if { (ac_try="$ac_compile"
3149 case "(($ac_try" in
3150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3151 *) ac_try_echo=$ac_try;;
3152 esac
3153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3154 (eval "$ac_compile") 2>conftest.er1
3155 ac_status=$?
3156 grep -v '^ *+' conftest.er1 >conftest.err
3157 rm -f conftest.er1
3158 cat conftest.err >&5
3159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3160 (exit $ac_status); } && {
3161 test -z "$ac_c_werror_flag" ||
3162 test ! -s conftest.err
3163 } && test -s conftest.$ac_objext; then
3164 ac_cv_prog_cc_c89=$ac_arg
3165 else
3166 echo "$as_me: failed program was:" >&5
3167 sed 's/^/| /' conftest.$ac_ext >&5
3172 rm -f core conftest.err conftest.$ac_objext
3173 test "x$ac_cv_prog_cc_c89" != "xno" && break
3174 done
3175 rm -f conftest.$ac_ext
3176 CC=$ac_save_CC
3179 # AC_CACHE_VAL
3180 case "x$ac_cv_prog_cc_c89" in
3182 { echo "$as_me:$LINENO: result: none needed" >&5
3183 echo "${ECHO_T}none needed" >&6; } ;;
3184 xno)
3185 { echo "$as_me:$LINENO: result: unsupported" >&5
3186 echo "${ECHO_T}unsupported" >&6; } ;;
3188 CC="$CC $ac_cv_prog_cc_c89"
3189 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3190 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3191 esac
3194 ac_ext=c
3195 ac_cpp='$CPP $CPPFLAGS'
3196 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3197 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3198 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3200 ac_ext=cpp
3201 ac_cpp='$CXXCPP $CPPFLAGS'
3202 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3203 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3204 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3205 if test -z "$CXX"; then
3206 if test -n "$CCC"; then
3207 CXX=$CCC
3208 else
3209 if test -n "$ac_tool_prefix"; then
3210 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3212 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3213 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3214 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3215 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3216 if test "${ac_cv_prog_CXX+set}" = set; then
3217 echo $ECHO_N "(cached) $ECHO_C" >&6
3218 else
3219 if test -n "$CXX"; then
3220 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3221 else
3222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3223 for as_dir in $PATH
3225 IFS=$as_save_IFS
3226 test -z "$as_dir" && as_dir=.
3227 for ac_exec_ext in '' $ac_executable_extensions; do
3228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3229 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3230 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3231 break 2
3233 done
3234 done
3235 IFS=$as_save_IFS
3239 CXX=$ac_cv_prog_CXX
3240 if test -n "$CXX"; then
3241 { echo "$as_me:$LINENO: result: $CXX" >&5
3242 echo "${ECHO_T}$CXX" >&6; }
3243 else
3244 { echo "$as_me:$LINENO: result: no" >&5
3245 echo "${ECHO_T}no" >&6; }
3249 test -n "$CXX" && break
3250 done
3252 if test -z "$CXX"; then
3253 ac_ct_CXX=$CXX
3254 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3256 # Extract the first word of "$ac_prog", so it can be a program name with args.
3257 set dummy $ac_prog; ac_word=$2
3258 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3260 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3261 echo $ECHO_N "(cached) $ECHO_C" >&6
3262 else
3263 if test -n "$ac_ct_CXX"; then
3264 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3265 else
3266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3267 for as_dir in $PATH
3269 IFS=$as_save_IFS
3270 test -z "$as_dir" && as_dir=.
3271 for ac_exec_ext in '' $ac_executable_extensions; do
3272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3273 ac_cv_prog_ac_ct_CXX="$ac_prog"
3274 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3275 break 2
3277 done
3278 done
3279 IFS=$as_save_IFS
3283 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3284 if test -n "$ac_ct_CXX"; then
3285 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3286 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3287 else
3288 { echo "$as_me:$LINENO: result: no" >&5
3289 echo "${ECHO_T}no" >&6; }
3293 test -n "$ac_ct_CXX" && break
3294 done
3296 if test "x$ac_ct_CXX" = x; then
3297 CXX="g++"
3298 else
3299 case $cross_compiling:$ac_tool_warned in
3300 yes:)
3301 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3302 whose name does not start with the host triplet. If you think this
3303 configuration is useful to you, please write to autoconf@gnu.org." >&5
3304 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3305 whose name does not start with the host triplet. If you think this
3306 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3307 ac_tool_warned=yes ;;
3308 esac
3309 CXX=$ac_ct_CXX
3315 # Provide some information about the compiler.
3316 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3317 ac_compiler=`set X $ac_compile; echo $2`
3318 { (ac_try="$ac_compiler --version >&5"
3319 case "(($ac_try" in
3320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3321 *) ac_try_echo=$ac_try;;
3322 esac
3323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3324 (eval "$ac_compiler --version >&5") 2>&5
3325 ac_status=$?
3326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3327 (exit $ac_status); }
3328 { (ac_try="$ac_compiler -v >&5"
3329 case "(($ac_try" in
3330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3331 *) ac_try_echo=$ac_try;;
3332 esac
3333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3334 (eval "$ac_compiler -v >&5") 2>&5
3335 ac_status=$?
3336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3337 (exit $ac_status); }
3338 { (ac_try="$ac_compiler -V >&5"
3339 case "(($ac_try" in
3340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3341 *) ac_try_echo=$ac_try;;
3342 esac
3343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3344 (eval "$ac_compiler -V >&5") 2>&5
3345 ac_status=$?
3346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3347 (exit $ac_status); }
3349 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3350 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3351 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3352 echo $ECHO_N "(cached) $ECHO_C" >&6
3353 else
3354 cat >conftest.$ac_ext <<_ACEOF
3355 /* confdefs.h. */
3356 _ACEOF
3357 cat confdefs.h >>conftest.$ac_ext
3358 cat >>conftest.$ac_ext <<_ACEOF
3359 /* end confdefs.h. */
3362 main ()
3364 #ifndef __GNUC__
3365 choke me
3366 #endif
3369 return 0;
3371 _ACEOF
3372 rm -f conftest.$ac_objext
3373 if { (ac_try="$ac_compile"
3374 case "(($ac_try" in
3375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3376 *) ac_try_echo=$ac_try;;
3377 esac
3378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3379 (eval "$ac_compile") 2>conftest.er1
3380 ac_status=$?
3381 grep -v '^ *+' conftest.er1 >conftest.err
3382 rm -f conftest.er1
3383 cat conftest.err >&5
3384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3385 (exit $ac_status); } && {
3386 test -z "$ac_cxx_werror_flag" ||
3387 test ! -s conftest.err
3388 } && test -s conftest.$ac_objext; then
3389 ac_compiler_gnu=yes
3390 else
3391 echo "$as_me: failed program was:" >&5
3392 sed 's/^/| /' conftest.$ac_ext >&5
3394 ac_compiler_gnu=no
3397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3398 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3401 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3402 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3403 GXX=`test $ac_compiler_gnu = yes && echo yes`
3404 ac_test_CXXFLAGS=${CXXFLAGS+set}
3405 ac_save_CXXFLAGS=$CXXFLAGS
3406 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3407 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3408 if test "${ac_cv_prog_cxx_g+set}" = set; then
3409 echo $ECHO_N "(cached) $ECHO_C" >&6
3410 else
3411 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3412 ac_cxx_werror_flag=yes
3413 ac_cv_prog_cxx_g=no
3414 CXXFLAGS="-g"
3415 cat >conftest.$ac_ext <<_ACEOF
3416 /* confdefs.h. */
3417 _ACEOF
3418 cat confdefs.h >>conftest.$ac_ext
3419 cat >>conftest.$ac_ext <<_ACEOF
3420 /* end confdefs.h. */
3423 main ()
3427 return 0;
3429 _ACEOF
3430 rm -f conftest.$ac_objext
3431 if { (ac_try="$ac_compile"
3432 case "(($ac_try" in
3433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3434 *) ac_try_echo=$ac_try;;
3435 esac
3436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3437 (eval "$ac_compile") 2>conftest.er1
3438 ac_status=$?
3439 grep -v '^ *+' conftest.er1 >conftest.err
3440 rm -f conftest.er1
3441 cat conftest.err >&5
3442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3443 (exit $ac_status); } && {
3444 test -z "$ac_cxx_werror_flag" ||
3445 test ! -s conftest.err
3446 } && test -s conftest.$ac_objext; then
3447 ac_cv_prog_cxx_g=yes
3448 else
3449 echo "$as_me: failed program was:" >&5
3450 sed 's/^/| /' conftest.$ac_ext >&5
3452 CXXFLAGS=""
3453 cat >conftest.$ac_ext <<_ACEOF
3454 /* confdefs.h. */
3455 _ACEOF
3456 cat confdefs.h >>conftest.$ac_ext
3457 cat >>conftest.$ac_ext <<_ACEOF
3458 /* end confdefs.h. */
3461 main ()
3465 return 0;
3467 _ACEOF
3468 rm -f conftest.$ac_objext
3469 if { (ac_try="$ac_compile"
3470 case "(($ac_try" in
3471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3472 *) ac_try_echo=$ac_try;;
3473 esac
3474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3475 (eval "$ac_compile") 2>conftest.er1
3476 ac_status=$?
3477 grep -v '^ *+' conftest.er1 >conftest.err
3478 rm -f conftest.er1
3479 cat conftest.err >&5
3480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3481 (exit $ac_status); } && {
3482 test -z "$ac_cxx_werror_flag" ||
3483 test ! -s conftest.err
3484 } && test -s conftest.$ac_objext; then
3486 else
3487 echo "$as_me: failed program was:" >&5
3488 sed 's/^/| /' conftest.$ac_ext >&5
3490 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3491 CXXFLAGS="-g"
3492 cat >conftest.$ac_ext <<_ACEOF
3493 /* confdefs.h. */
3494 _ACEOF
3495 cat confdefs.h >>conftest.$ac_ext
3496 cat >>conftest.$ac_ext <<_ACEOF
3497 /* end confdefs.h. */
3500 main ()
3504 return 0;
3506 _ACEOF
3507 rm -f conftest.$ac_objext
3508 if { (ac_try="$ac_compile"
3509 case "(($ac_try" in
3510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3511 *) ac_try_echo=$ac_try;;
3512 esac
3513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3514 (eval "$ac_compile") 2>conftest.er1
3515 ac_status=$?
3516 grep -v '^ *+' conftest.er1 >conftest.err
3517 rm -f conftest.er1
3518 cat conftest.err >&5
3519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3520 (exit $ac_status); } && {
3521 test -z "$ac_cxx_werror_flag" ||
3522 test ! -s conftest.err
3523 } && test -s conftest.$ac_objext; then
3524 ac_cv_prog_cxx_g=yes
3525 else
3526 echo "$as_me: failed program was:" >&5
3527 sed 's/^/| /' conftest.$ac_ext >&5
3532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3541 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3542 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3543 if test "$ac_test_CXXFLAGS" = set; then
3544 CXXFLAGS=$ac_save_CXXFLAGS
3545 elif test $ac_cv_prog_cxx_g = yes; then
3546 if test "$GXX" = yes; then
3547 CXXFLAGS="-g -O2"
3548 else
3549 CXXFLAGS="-g"
3551 else
3552 if test "$GXX" = yes; then
3553 CXXFLAGS="-O2"
3554 else
3555 CXXFLAGS=
3558 ac_ext=c
3559 ac_cpp='$CPP $CPPFLAGS'
3560 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3561 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3562 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3564 if test -n "$ac_tool_prefix"; then
3565 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3566 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3569 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3570 echo $ECHO_N "(cached) $ECHO_C" >&6
3571 else
3572 if test -n "$CPPBIN"; then
3573 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3574 else
3575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3576 for as_dir in $PATH
3578 IFS=$as_save_IFS
3579 test -z "$as_dir" && as_dir=.
3580 for ac_exec_ext in '' $ac_executable_extensions; do
3581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3582 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3584 break 2
3586 done
3587 done
3588 IFS=$as_save_IFS
3592 CPPBIN=$ac_cv_prog_CPPBIN
3593 if test -n "$CPPBIN"; then
3594 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3595 echo "${ECHO_T}$CPPBIN" >&6; }
3596 else
3597 { echo "$as_me:$LINENO: result: no" >&5
3598 echo "${ECHO_T}no" >&6; }
3603 if test -z "$ac_cv_prog_CPPBIN"; then
3604 ac_ct_CPPBIN=$CPPBIN
3605 # Extract the first word of "cpp", so it can be a program name with args.
3606 set dummy cpp; ac_word=$2
3607 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3608 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3609 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3610 echo $ECHO_N "(cached) $ECHO_C" >&6
3611 else
3612 if test -n "$ac_ct_CPPBIN"; then
3613 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3614 else
3615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3616 for as_dir in $PATH
3618 IFS=$as_save_IFS
3619 test -z "$as_dir" && as_dir=.
3620 for ac_exec_ext in '' $ac_executable_extensions; do
3621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3622 ac_cv_prog_ac_ct_CPPBIN="cpp"
3623 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3624 break 2
3626 done
3627 done
3628 IFS=$as_save_IFS
3632 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3633 if test -n "$ac_ct_CPPBIN"; then
3634 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3635 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3636 else
3637 { echo "$as_me:$LINENO: result: no" >&5
3638 echo "${ECHO_T}no" >&6; }
3641 if test "x$ac_ct_CPPBIN" = x; then
3642 CPPBIN="cpp"
3643 else
3644 case $cross_compiling:$ac_tool_warned in
3645 yes:)
3646 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3647 whose name does not start with the host triplet. If you think this
3648 configuration is useful to you, please write to autoconf@gnu.org." >&5
3649 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3650 whose name does not start with the host triplet. If you think this
3651 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3652 ac_tool_warned=yes ;;
3653 esac
3654 CPPBIN=$ac_ct_CPPBIN
3656 else
3657 CPPBIN="$ac_cv_prog_CPPBIN"
3661 case $host in
3662 x86_64*)
3663 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3664 then
3665 CC="$CC -m32"
3666 CXX="$CXX -m32"
3667 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3668 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3670 cat >conftest.$ac_ext <<_ACEOF
3671 /* confdefs.h. */
3672 _ACEOF
3673 cat confdefs.h >>conftest.$ac_ext
3674 cat >>conftest.$ac_ext <<_ACEOF
3675 /* end confdefs.h. */
3678 main ()
3682 return 0;
3684 _ACEOF
3685 rm -f conftest.$ac_objext conftest$ac_exeext
3686 if { (ac_try="$ac_link"
3687 case "(($ac_try" in
3688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3689 *) ac_try_echo=$ac_try;;
3690 esac
3691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3692 (eval "$ac_link") 2>conftest.er1
3693 ac_status=$?
3694 grep -v '^ *+' conftest.er1 >conftest.err
3695 rm -f conftest.er1
3696 cat conftest.err >&5
3697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3698 (exit $ac_status); } && {
3699 test -z "$ac_c_werror_flag" ||
3700 test ! -s conftest.err
3701 } && test -s conftest$ac_exeext &&
3702 $as_test_x conftest$ac_exeext; then
3703 { echo "$as_me:$LINENO: result: yes" >&5
3704 echo "${ECHO_T}yes" >&6; }
3705 else
3706 echo "$as_me: failed program was:" >&5
3707 sed 's/^/| /' conftest.$ac_ext >&5
3709 { echo "$as_me:$LINENO: result: no" >&5
3710 echo "${ECHO_T}no" >&6; }
3711 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3712 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3713 { (exit 1); exit 1; }; }
3716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3717 conftest$ac_exeext conftest.$ac_ext
3718 LD="${LD:-ld} -m elf_i386"
3719 AS="${AS:-as} --32"
3720 host_cpu="i386"
3721 notice_platform="32-bit "
3722 TARGETFLAGS="-m32"
3724 else
3725 TARGETFLAGS="-m64"
3729 esac
3731 case $host_cpu in
3732 *i[3456789]86*)
3733 enable_win16=${enable_win16:-yes}
3736 enable_win16=${enable_win16:-no}
3737 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3738 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3739 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3740 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3741 enable_vmm_vxd=${enable_vmm_vxd:-no}
3742 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3743 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3744 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3745 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3746 enable_w32skrnl=${enable_w32skrnl:-no}
3747 enable_winedos=${enable_winedos:-no}
3748 enable_winevdm=${enable_winevdm:-no}
3750 esac
3752 WIN16_FILES="\$(WIN16_FILES)"
3754 WIN16_INSTALL="\$(WIN16_INSTALL)"
3756 if test "x$enable_win16" != "xyes"
3757 then
3758 WIN16_FILES=""
3759 WIN16_INSTALL=""
3762 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3763 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3764 if test "${wine_cv_toolsdir+set}" = set; then
3765 echo $ECHO_N "(cached) $ECHO_C" >&6
3766 else
3767 if test -z "$with_wine_tools"; then
3768 if test "$cross_compiling" = "yes"; then
3769 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3770 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3771 { (exit 1); exit 1; }; }
3772 else
3773 wine_cv_toolsdir="\$(TOPOBJDIR)"
3775 elif test -d "$with_wine_tools/tools/winebuild"; then
3776 case $with_wine_tools in
3777 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3778 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3779 esac
3780 else
3781 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3782 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3783 { (exit 1); exit 1; }; }
3786 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3787 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3788 TOOLSDIR=$wine_cv_toolsdir
3790 if test "$cross_compiling" = "yes"
3791 then
3792 TARGETFLAGS="-b $host_alias"
3796 ac_ext=c
3797 ac_cpp='$CPP $CPPFLAGS'
3798 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3799 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3800 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3801 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3802 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3803 # On Suns, sometimes $CPP names a directory.
3804 if test -n "$CPP" && test -d "$CPP"; then
3805 CPP=
3807 if test -z "$CPP"; then
3808 if test "${ac_cv_prog_CPP+set}" = set; then
3809 echo $ECHO_N "(cached) $ECHO_C" >&6
3810 else
3811 # Double quotes because CPP needs to be expanded
3812 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3814 ac_preproc_ok=false
3815 for ac_c_preproc_warn_flag in '' yes
3817 # Use a header file that comes with gcc, so configuring glibc
3818 # with a fresh cross-compiler works.
3819 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3820 # <limits.h> exists even on freestanding compilers.
3821 # On the NeXT, cc -E runs the code through the compiler's parser,
3822 # not just through cpp. "Syntax error" is here to catch this case.
3823 cat >conftest.$ac_ext <<_ACEOF
3824 /* confdefs.h. */
3825 _ACEOF
3826 cat confdefs.h >>conftest.$ac_ext
3827 cat >>conftest.$ac_ext <<_ACEOF
3828 /* end confdefs.h. */
3829 #ifdef __STDC__
3830 # include <limits.h>
3831 #else
3832 # include <assert.h>
3833 #endif
3834 Syntax error
3835 _ACEOF
3836 if { (ac_try="$ac_cpp conftest.$ac_ext"
3837 case "(($ac_try" in
3838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3839 *) ac_try_echo=$ac_try;;
3840 esac
3841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3842 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3843 ac_status=$?
3844 grep -v '^ *+' conftest.er1 >conftest.err
3845 rm -f conftest.er1
3846 cat conftest.err >&5
3847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3848 (exit $ac_status); } >/dev/null && {
3849 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3850 test ! -s conftest.err
3851 }; then
3853 else
3854 echo "$as_me: failed program was:" >&5
3855 sed 's/^/| /' conftest.$ac_ext >&5
3857 # Broken: fails on valid input.
3858 continue
3861 rm -f conftest.err conftest.$ac_ext
3863 # OK, works on sane cases. Now check whether nonexistent headers
3864 # can be detected and how.
3865 cat >conftest.$ac_ext <<_ACEOF
3866 /* confdefs.h. */
3867 _ACEOF
3868 cat confdefs.h >>conftest.$ac_ext
3869 cat >>conftest.$ac_ext <<_ACEOF
3870 /* end confdefs.h. */
3871 #include <ac_nonexistent.h>
3872 _ACEOF
3873 if { (ac_try="$ac_cpp conftest.$ac_ext"
3874 case "(($ac_try" in
3875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3876 *) ac_try_echo=$ac_try;;
3877 esac
3878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3879 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3880 ac_status=$?
3881 grep -v '^ *+' conftest.er1 >conftest.err
3882 rm -f conftest.er1
3883 cat conftest.err >&5
3884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3885 (exit $ac_status); } >/dev/null && {
3886 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3887 test ! -s conftest.err
3888 }; then
3889 # Broken: success on invalid input.
3890 continue
3891 else
3892 echo "$as_me: failed program was:" >&5
3893 sed 's/^/| /' conftest.$ac_ext >&5
3895 # Passes both tests.
3896 ac_preproc_ok=:
3897 break
3900 rm -f conftest.err conftest.$ac_ext
3902 done
3903 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3904 rm -f conftest.err conftest.$ac_ext
3905 if $ac_preproc_ok; then
3906 break
3909 done
3910 ac_cv_prog_CPP=$CPP
3913 CPP=$ac_cv_prog_CPP
3914 else
3915 ac_cv_prog_CPP=$CPP
3917 { echo "$as_me:$LINENO: result: $CPP" >&5
3918 echo "${ECHO_T}$CPP" >&6; }
3919 ac_preproc_ok=false
3920 for ac_c_preproc_warn_flag in '' yes
3922 # Use a header file that comes with gcc, so configuring glibc
3923 # with a fresh cross-compiler works.
3924 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3925 # <limits.h> exists even on freestanding compilers.
3926 # On the NeXT, cc -E runs the code through the compiler's parser,
3927 # not just through cpp. "Syntax error" is here to catch this case.
3928 cat >conftest.$ac_ext <<_ACEOF
3929 /* confdefs.h. */
3930 _ACEOF
3931 cat confdefs.h >>conftest.$ac_ext
3932 cat >>conftest.$ac_ext <<_ACEOF
3933 /* end confdefs.h. */
3934 #ifdef __STDC__
3935 # include <limits.h>
3936 #else
3937 # include <assert.h>
3938 #endif
3939 Syntax error
3940 _ACEOF
3941 if { (ac_try="$ac_cpp conftest.$ac_ext"
3942 case "(($ac_try" in
3943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3944 *) ac_try_echo=$ac_try;;
3945 esac
3946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3947 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3948 ac_status=$?
3949 grep -v '^ *+' conftest.er1 >conftest.err
3950 rm -f conftest.er1
3951 cat conftest.err >&5
3952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3953 (exit $ac_status); } >/dev/null && {
3954 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3955 test ! -s conftest.err
3956 }; then
3958 else
3959 echo "$as_me: failed program was:" >&5
3960 sed 's/^/| /' conftest.$ac_ext >&5
3962 # Broken: fails on valid input.
3963 continue
3966 rm -f conftest.err conftest.$ac_ext
3968 # OK, works on sane cases. Now check whether nonexistent headers
3969 # can be detected and how.
3970 cat >conftest.$ac_ext <<_ACEOF
3971 /* confdefs.h. */
3972 _ACEOF
3973 cat confdefs.h >>conftest.$ac_ext
3974 cat >>conftest.$ac_ext <<_ACEOF
3975 /* end confdefs.h. */
3976 #include <ac_nonexistent.h>
3977 _ACEOF
3978 if { (ac_try="$ac_cpp conftest.$ac_ext"
3979 case "(($ac_try" in
3980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3981 *) ac_try_echo=$ac_try;;
3982 esac
3983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3984 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3985 ac_status=$?
3986 grep -v '^ *+' conftest.er1 >conftest.err
3987 rm -f conftest.er1
3988 cat conftest.err >&5
3989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3990 (exit $ac_status); } >/dev/null && {
3991 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3992 test ! -s conftest.err
3993 }; then
3994 # Broken: success on invalid input.
3995 continue
3996 else
3997 echo "$as_me: failed program was:" >&5
3998 sed 's/^/| /' conftest.$ac_ext >&5
4000 # Passes both tests.
4001 ac_preproc_ok=:
4002 break
4005 rm -f conftest.err conftest.$ac_ext
4007 done
4008 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4009 rm -f conftest.err conftest.$ac_ext
4010 if $ac_preproc_ok; then
4012 else
4013 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4014 See \`config.log' for more details." >&5
4015 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4016 See \`config.log' for more details." >&2;}
4017 { (exit 1); exit 1; }; }
4020 ac_ext=c
4021 ac_cpp='$CPP $CPPFLAGS'
4022 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4023 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4024 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4027 { echo "$as_me:$LINENO: checking for X" >&5
4028 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
4031 # Check whether --with-x was given.
4032 if test "${with_x+set}" = set; then
4033 withval=$with_x;
4036 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4037 if test "x$with_x" = xno; then
4038 # The user explicitly disabled X.
4039 have_x=disabled
4040 else
4041 case $x_includes,$x_libraries in #(
4042 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
4043 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
4044 { (exit 1); exit 1; }; };; #(
4045 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4046 echo $ECHO_N "(cached) $ECHO_C" >&6
4047 else
4048 # One or both of the vars are not set, and there is no cached value.
4049 ac_x_includes=no ac_x_libraries=no
4050 rm -f -r conftest.dir
4051 if mkdir conftest.dir; then
4052 cd conftest.dir
4053 cat >Imakefile <<'_ACEOF'
4054 incroot:
4055 @echo incroot='${INCROOT}'
4056 usrlibdir:
4057 @echo usrlibdir='${USRLIBDIR}'
4058 libdir:
4059 @echo libdir='${LIBDIR}'
4060 _ACEOF
4061 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4062 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4063 for ac_var in incroot usrlibdir libdir; do
4064 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4065 done
4066 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4067 for ac_extension in a so sl; do
4068 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4069 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4070 ac_im_usrlibdir=$ac_im_libdir; break
4072 done
4073 # Screen out bogus values from the imake configuration. They are
4074 # bogus both because they are the default anyway, and because
4075 # using them would break gcc on systems where it needs fixed includes.
4076 case $ac_im_incroot in
4077 /usr/include) ac_x_includes= ;;
4078 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4079 esac
4080 case $ac_im_usrlibdir in
4081 /usr/lib | /lib) ;;
4082 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4083 esac
4085 cd ..
4086 rm -f -r conftest.dir
4089 # Standard set of common directories for X headers.
4090 # Check X11 before X11Rn because it is often a symlink to the current release.
4091 ac_x_header_dirs='
4092 /usr/X11/include
4093 /usr/X11R6/include
4094 /usr/X11R5/include
4095 /usr/X11R4/include
4097 /usr/include/X11
4098 /usr/include/X11R6
4099 /usr/include/X11R5
4100 /usr/include/X11R4
4102 /usr/local/X11/include
4103 /usr/local/X11R6/include
4104 /usr/local/X11R5/include
4105 /usr/local/X11R4/include
4107 /usr/local/include/X11
4108 /usr/local/include/X11R6
4109 /usr/local/include/X11R5
4110 /usr/local/include/X11R4
4112 /usr/X386/include
4113 /usr/x386/include
4114 /usr/XFree86/include/X11
4116 /usr/include
4117 /usr/local/include
4118 /usr/unsupported/include
4119 /usr/athena/include
4120 /usr/local/x11r5/include
4121 /usr/lpp/Xamples/include
4123 /usr/openwin/include
4124 /usr/openwin/share/include'
4126 if test "$ac_x_includes" = no; then
4127 # Guess where to find include files, by looking for Xlib.h.
4128 # First, try using that file with no special directory specified.
4129 cat >conftest.$ac_ext <<_ACEOF
4130 /* confdefs.h. */
4131 _ACEOF
4132 cat confdefs.h >>conftest.$ac_ext
4133 cat >>conftest.$ac_ext <<_ACEOF
4134 /* end confdefs.h. */
4135 #include <X11/Xlib.h>
4136 _ACEOF
4137 if { (ac_try="$ac_cpp conftest.$ac_ext"
4138 case "(($ac_try" in
4139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4140 *) ac_try_echo=$ac_try;;
4141 esac
4142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4143 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4144 ac_status=$?
4145 grep -v '^ *+' conftest.er1 >conftest.err
4146 rm -f conftest.er1
4147 cat conftest.err >&5
4148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4149 (exit $ac_status); } >/dev/null && {
4150 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4151 test ! -s conftest.err
4152 }; then
4153 # We can compile using X headers with no special include directory.
4154 ac_x_includes=
4155 else
4156 echo "$as_me: failed program was:" >&5
4157 sed 's/^/| /' conftest.$ac_ext >&5
4159 for ac_dir in $ac_x_header_dirs; do
4160 if test -r "$ac_dir/X11/Xlib.h"; then
4161 ac_x_includes=$ac_dir
4162 break
4164 done
4167 rm -f conftest.err conftest.$ac_ext
4168 fi # $ac_x_includes = no
4170 if test "$ac_x_libraries" = no; then
4171 # Check for the libraries.
4172 # See if we find them without any special options.
4173 # Don't add to $LIBS permanently.
4174 ac_save_LIBS=$LIBS
4175 LIBS="-lX11 $LIBS"
4176 cat >conftest.$ac_ext <<_ACEOF
4177 /* confdefs.h. */
4178 _ACEOF
4179 cat confdefs.h >>conftest.$ac_ext
4180 cat >>conftest.$ac_ext <<_ACEOF
4181 /* end confdefs.h. */
4182 #include <X11/Xlib.h>
4184 main ()
4186 XrmInitialize ()
4188 return 0;
4190 _ACEOF
4191 rm -f conftest.$ac_objext conftest$ac_exeext
4192 if { (ac_try="$ac_link"
4193 case "(($ac_try" in
4194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4195 *) ac_try_echo=$ac_try;;
4196 esac
4197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4198 (eval "$ac_link") 2>conftest.er1
4199 ac_status=$?
4200 grep -v '^ *+' conftest.er1 >conftest.err
4201 rm -f conftest.er1
4202 cat conftest.err >&5
4203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4204 (exit $ac_status); } && {
4205 test -z "$ac_c_werror_flag" ||
4206 test ! -s conftest.err
4207 } && test -s conftest$ac_exeext &&
4208 $as_test_x conftest$ac_exeext; then
4209 LIBS=$ac_save_LIBS
4210 # We can link X programs with no special library path.
4211 ac_x_libraries=
4212 else
4213 echo "$as_me: failed program was:" >&5
4214 sed 's/^/| /' conftest.$ac_ext >&5
4216 LIBS=$ac_save_LIBS
4217 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4219 # Don't even attempt the hair of trying to link an X program!
4220 for ac_extension in a so sl; do
4221 if test -r "$ac_dir/libX11.$ac_extension"; then
4222 ac_x_libraries=$ac_dir
4223 break 2
4225 done
4226 done
4229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4230 conftest$ac_exeext conftest.$ac_ext
4231 fi # $ac_x_libraries = no
4233 case $ac_x_includes,$ac_x_libraries in #(
4234 no,* | *,no | *\'*)
4235 # Didn't find X, or a directory has "'" in its name.
4236 ac_cv_have_x="have_x=no";; #(
4238 # Record where we found X for the cache.
4239 ac_cv_have_x="have_x=yes\
4240 ac_x_includes='$ac_x_includes'\
4241 ac_x_libraries='$ac_x_libraries'"
4242 esac
4244 ;; #(
4245 *) have_x=yes;;
4246 esac
4247 eval "$ac_cv_have_x"
4248 fi # $with_x != no
4250 if test "$have_x" != yes; then
4251 { echo "$as_me:$LINENO: result: $have_x" >&5
4252 echo "${ECHO_T}$have_x" >&6; }
4253 no_x=yes
4254 else
4255 # If each of the values was on the command line, it overrides each guess.
4256 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4257 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4258 # Update the cache value to reflect the command line values.
4259 ac_cv_have_x="have_x=yes\
4260 ac_x_includes='$x_includes'\
4261 ac_x_libraries='$x_libraries'"
4262 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4263 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4266 if test "$no_x" = yes; then
4267 # Not all programs may use this symbol, but it does not hurt to define it.
4269 cat >>confdefs.h <<\_ACEOF
4270 #define X_DISPLAY_MISSING 1
4271 _ACEOF
4273 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4274 else
4275 if test -n "$x_includes"; then
4276 X_CFLAGS="$X_CFLAGS -I$x_includes"
4279 # It would also be nice to do this for all -L options, not just this one.
4280 if test -n "$x_libraries"; then
4281 X_LIBS="$X_LIBS -L$x_libraries"
4282 # For Solaris; some versions of Sun CC require a space after -R and
4283 # others require no space. Words are not sufficient . . . .
4284 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4285 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4286 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4287 ac_xsave_c_werror_flag=$ac_c_werror_flag
4288 ac_c_werror_flag=yes
4289 cat >conftest.$ac_ext <<_ACEOF
4290 /* confdefs.h. */
4291 _ACEOF
4292 cat confdefs.h >>conftest.$ac_ext
4293 cat >>conftest.$ac_ext <<_ACEOF
4294 /* end confdefs.h. */
4297 main ()
4301 return 0;
4303 _ACEOF
4304 rm -f conftest.$ac_objext conftest$ac_exeext
4305 if { (ac_try="$ac_link"
4306 case "(($ac_try" in
4307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4308 *) ac_try_echo=$ac_try;;
4309 esac
4310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4311 (eval "$ac_link") 2>conftest.er1
4312 ac_status=$?
4313 grep -v '^ *+' conftest.er1 >conftest.err
4314 rm -f conftest.er1
4315 cat conftest.err >&5
4316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4317 (exit $ac_status); } && {
4318 test -z "$ac_c_werror_flag" ||
4319 test ! -s conftest.err
4320 } && test -s conftest$ac_exeext &&
4321 $as_test_x conftest$ac_exeext; then
4322 { echo "$as_me:$LINENO: result: no" >&5
4323 echo "${ECHO_T}no" >&6; }
4324 X_LIBS="$X_LIBS -R$x_libraries"
4325 else
4326 echo "$as_me: failed program was:" >&5
4327 sed 's/^/| /' conftest.$ac_ext >&5
4329 LIBS="$ac_xsave_LIBS -R $x_libraries"
4330 cat >conftest.$ac_ext <<_ACEOF
4331 /* confdefs.h. */
4332 _ACEOF
4333 cat confdefs.h >>conftest.$ac_ext
4334 cat >>conftest.$ac_ext <<_ACEOF
4335 /* end confdefs.h. */
4338 main ()
4342 return 0;
4344 _ACEOF
4345 rm -f conftest.$ac_objext conftest$ac_exeext
4346 if { (ac_try="$ac_link"
4347 case "(($ac_try" in
4348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4349 *) ac_try_echo=$ac_try;;
4350 esac
4351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4352 (eval "$ac_link") 2>conftest.er1
4353 ac_status=$?
4354 grep -v '^ *+' conftest.er1 >conftest.err
4355 rm -f conftest.er1
4356 cat conftest.err >&5
4357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4358 (exit $ac_status); } && {
4359 test -z "$ac_c_werror_flag" ||
4360 test ! -s conftest.err
4361 } && test -s conftest$ac_exeext &&
4362 $as_test_x conftest$ac_exeext; then
4363 { echo "$as_me:$LINENO: result: yes" >&5
4364 echo "${ECHO_T}yes" >&6; }
4365 X_LIBS="$X_LIBS -R $x_libraries"
4366 else
4367 echo "$as_me: failed program was:" >&5
4368 sed 's/^/| /' conftest.$ac_ext >&5
4370 { echo "$as_me:$LINENO: result: neither works" >&5
4371 echo "${ECHO_T}neither works" >&6; }
4374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4375 conftest$ac_exeext conftest.$ac_ext
4378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4379 conftest$ac_exeext conftest.$ac_ext
4380 ac_c_werror_flag=$ac_xsave_c_werror_flag
4381 LIBS=$ac_xsave_LIBS
4384 # Check for system-dependent libraries X programs must link with.
4385 # Do this before checking for the system-independent R6 libraries
4386 # (-lICE), since we may need -lsocket or whatever for X linking.
4388 if test "$ISC" = yes; then
4389 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4390 else
4391 # Martyn Johnson says this is needed for Ultrix, if the X
4392 # libraries were built with DECnet support. And Karl Berry says
4393 # the Alpha needs dnet_stub (dnet does not exist).
4394 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4395 cat >conftest.$ac_ext <<_ACEOF
4396 /* confdefs.h. */
4397 _ACEOF
4398 cat confdefs.h >>conftest.$ac_ext
4399 cat >>conftest.$ac_ext <<_ACEOF
4400 /* end confdefs.h. */
4402 /* Override any GCC internal prototype to avoid an error.
4403 Use char because int might match the return type of a GCC
4404 builtin and then its argument prototype would still apply. */
4405 #ifdef __cplusplus
4406 extern "C"
4407 #endif
4408 char XOpenDisplay ();
4410 main ()
4412 return XOpenDisplay ();
4414 return 0;
4416 _ACEOF
4417 rm -f conftest.$ac_objext conftest$ac_exeext
4418 if { (ac_try="$ac_link"
4419 case "(($ac_try" in
4420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4421 *) ac_try_echo=$ac_try;;
4422 esac
4423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4424 (eval "$ac_link") 2>conftest.er1
4425 ac_status=$?
4426 grep -v '^ *+' conftest.er1 >conftest.err
4427 rm -f conftest.er1
4428 cat conftest.err >&5
4429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4430 (exit $ac_status); } && {
4431 test -z "$ac_c_werror_flag" ||
4432 test ! -s conftest.err
4433 } && test -s conftest$ac_exeext &&
4434 $as_test_x conftest$ac_exeext; then
4436 else
4437 echo "$as_me: failed program was:" >&5
4438 sed 's/^/| /' conftest.$ac_ext >&5
4440 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4441 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4442 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4443 echo $ECHO_N "(cached) $ECHO_C" >&6
4444 else
4445 ac_check_lib_save_LIBS=$LIBS
4446 LIBS="-ldnet $LIBS"
4447 cat >conftest.$ac_ext <<_ACEOF
4448 /* confdefs.h. */
4449 _ACEOF
4450 cat confdefs.h >>conftest.$ac_ext
4451 cat >>conftest.$ac_ext <<_ACEOF
4452 /* end confdefs.h. */
4454 /* Override any GCC internal prototype to avoid an error.
4455 Use char because int might match the return type of a GCC
4456 builtin and then its argument prototype would still apply. */
4457 #ifdef __cplusplus
4458 extern "C"
4459 #endif
4460 char dnet_ntoa ();
4462 main ()
4464 return dnet_ntoa ();
4466 return 0;
4468 _ACEOF
4469 rm -f conftest.$ac_objext conftest$ac_exeext
4470 if { (ac_try="$ac_link"
4471 case "(($ac_try" in
4472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4473 *) ac_try_echo=$ac_try;;
4474 esac
4475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4476 (eval "$ac_link") 2>conftest.er1
4477 ac_status=$?
4478 grep -v '^ *+' conftest.er1 >conftest.err
4479 rm -f conftest.er1
4480 cat conftest.err >&5
4481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4482 (exit $ac_status); } && {
4483 test -z "$ac_c_werror_flag" ||
4484 test ! -s conftest.err
4485 } && test -s conftest$ac_exeext &&
4486 $as_test_x conftest$ac_exeext; then
4487 ac_cv_lib_dnet_dnet_ntoa=yes
4488 else
4489 echo "$as_me: failed program was:" >&5
4490 sed 's/^/| /' conftest.$ac_ext >&5
4492 ac_cv_lib_dnet_dnet_ntoa=no
4495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4496 conftest$ac_exeext conftest.$ac_ext
4497 LIBS=$ac_check_lib_save_LIBS
4499 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4500 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4501 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4502 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4505 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4506 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4507 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4508 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4509 echo $ECHO_N "(cached) $ECHO_C" >&6
4510 else
4511 ac_check_lib_save_LIBS=$LIBS
4512 LIBS="-ldnet_stub $LIBS"
4513 cat >conftest.$ac_ext <<_ACEOF
4514 /* confdefs.h. */
4515 _ACEOF
4516 cat confdefs.h >>conftest.$ac_ext
4517 cat >>conftest.$ac_ext <<_ACEOF
4518 /* end confdefs.h. */
4520 /* Override any GCC internal prototype to avoid an error.
4521 Use char because int might match the return type of a GCC
4522 builtin and then its argument prototype would still apply. */
4523 #ifdef __cplusplus
4524 extern "C"
4525 #endif
4526 char dnet_ntoa ();
4528 main ()
4530 return dnet_ntoa ();
4532 return 0;
4534 _ACEOF
4535 rm -f conftest.$ac_objext conftest$ac_exeext
4536 if { (ac_try="$ac_link"
4537 case "(($ac_try" in
4538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4539 *) ac_try_echo=$ac_try;;
4540 esac
4541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4542 (eval "$ac_link") 2>conftest.er1
4543 ac_status=$?
4544 grep -v '^ *+' conftest.er1 >conftest.err
4545 rm -f conftest.er1
4546 cat conftest.err >&5
4547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4548 (exit $ac_status); } && {
4549 test -z "$ac_c_werror_flag" ||
4550 test ! -s conftest.err
4551 } && test -s conftest$ac_exeext &&
4552 $as_test_x conftest$ac_exeext; then
4553 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4554 else
4555 echo "$as_me: failed program was:" >&5
4556 sed 's/^/| /' conftest.$ac_ext >&5
4558 ac_cv_lib_dnet_stub_dnet_ntoa=no
4561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4562 conftest$ac_exeext conftest.$ac_ext
4563 LIBS=$ac_check_lib_save_LIBS
4565 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4566 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4567 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4568 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4575 conftest$ac_exeext conftest.$ac_ext
4576 LIBS="$ac_xsave_LIBS"
4578 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4579 # to get the SysV transport functions.
4580 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4581 # needs -lnsl.
4582 # The nsl library prevents programs from opening the X display
4583 # on Irix 5.2, according to T.E. Dickey.
4584 # The functions gethostbyname, getservbyname, and inet_addr are
4585 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4586 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4587 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4588 if test "${ac_cv_func_gethostbyname+set}" = set; then
4589 echo $ECHO_N "(cached) $ECHO_C" >&6
4590 else
4591 cat >conftest.$ac_ext <<_ACEOF
4592 /* confdefs.h. */
4593 _ACEOF
4594 cat confdefs.h >>conftest.$ac_ext
4595 cat >>conftest.$ac_ext <<_ACEOF
4596 /* end confdefs.h. */
4597 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4598 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4599 #define gethostbyname innocuous_gethostbyname
4601 /* System header to define __stub macros and hopefully few prototypes,
4602 which can conflict with char gethostbyname (); below.
4603 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4604 <limits.h> exists even on freestanding compilers. */
4606 #ifdef __STDC__
4607 # include <limits.h>
4608 #else
4609 # include <assert.h>
4610 #endif
4612 #undef gethostbyname
4614 /* Override any GCC internal prototype to avoid an error.
4615 Use char because int might match the return type of a GCC
4616 builtin and then its argument prototype would still apply. */
4617 #ifdef __cplusplus
4618 extern "C"
4619 #endif
4620 char gethostbyname ();
4621 /* The GNU C library defines this for functions which it implements
4622 to always fail with ENOSYS. Some functions are actually named
4623 something starting with __ and the normal name is an alias. */
4624 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4625 choke me
4626 #endif
4629 main ()
4631 return gethostbyname ();
4633 return 0;
4635 _ACEOF
4636 rm -f conftest.$ac_objext conftest$ac_exeext
4637 if { (ac_try="$ac_link"
4638 case "(($ac_try" in
4639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4640 *) ac_try_echo=$ac_try;;
4641 esac
4642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4643 (eval "$ac_link") 2>conftest.er1
4644 ac_status=$?
4645 grep -v '^ *+' conftest.er1 >conftest.err
4646 rm -f conftest.er1
4647 cat conftest.err >&5
4648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4649 (exit $ac_status); } && {
4650 test -z "$ac_c_werror_flag" ||
4651 test ! -s conftest.err
4652 } && test -s conftest$ac_exeext &&
4653 $as_test_x conftest$ac_exeext; then
4654 ac_cv_func_gethostbyname=yes
4655 else
4656 echo "$as_me: failed program was:" >&5
4657 sed 's/^/| /' conftest.$ac_ext >&5
4659 ac_cv_func_gethostbyname=no
4662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4663 conftest$ac_exeext conftest.$ac_ext
4665 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4666 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4668 if test $ac_cv_func_gethostbyname = no; then
4669 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4670 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4671 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4672 echo $ECHO_N "(cached) $ECHO_C" >&6
4673 else
4674 ac_check_lib_save_LIBS=$LIBS
4675 LIBS="-lnsl $LIBS"
4676 cat >conftest.$ac_ext <<_ACEOF
4677 /* confdefs.h. */
4678 _ACEOF
4679 cat confdefs.h >>conftest.$ac_ext
4680 cat >>conftest.$ac_ext <<_ACEOF
4681 /* end confdefs.h. */
4683 /* Override any GCC internal prototype to avoid an error.
4684 Use char because int might match the return type of a GCC
4685 builtin and then its argument prototype would still apply. */
4686 #ifdef __cplusplus
4687 extern "C"
4688 #endif
4689 char gethostbyname ();
4691 main ()
4693 return gethostbyname ();
4695 return 0;
4697 _ACEOF
4698 rm -f conftest.$ac_objext conftest$ac_exeext
4699 if { (ac_try="$ac_link"
4700 case "(($ac_try" in
4701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4702 *) ac_try_echo=$ac_try;;
4703 esac
4704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4705 (eval "$ac_link") 2>conftest.er1
4706 ac_status=$?
4707 grep -v '^ *+' conftest.er1 >conftest.err
4708 rm -f conftest.er1
4709 cat conftest.err >&5
4710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4711 (exit $ac_status); } && {
4712 test -z "$ac_c_werror_flag" ||
4713 test ! -s conftest.err
4714 } && test -s conftest$ac_exeext &&
4715 $as_test_x conftest$ac_exeext; then
4716 ac_cv_lib_nsl_gethostbyname=yes
4717 else
4718 echo "$as_me: failed program was:" >&5
4719 sed 's/^/| /' conftest.$ac_ext >&5
4721 ac_cv_lib_nsl_gethostbyname=no
4724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4725 conftest$ac_exeext conftest.$ac_ext
4726 LIBS=$ac_check_lib_save_LIBS
4728 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4729 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4730 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4731 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4734 if test $ac_cv_lib_nsl_gethostbyname = no; then
4735 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4736 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4737 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4738 echo $ECHO_N "(cached) $ECHO_C" >&6
4739 else
4740 ac_check_lib_save_LIBS=$LIBS
4741 LIBS="-lbsd $LIBS"
4742 cat >conftest.$ac_ext <<_ACEOF
4743 /* confdefs.h. */
4744 _ACEOF
4745 cat confdefs.h >>conftest.$ac_ext
4746 cat >>conftest.$ac_ext <<_ACEOF
4747 /* end confdefs.h. */
4749 /* Override any GCC internal prototype to avoid an error.
4750 Use char because int might match the return type of a GCC
4751 builtin and then its argument prototype would still apply. */
4752 #ifdef __cplusplus
4753 extern "C"
4754 #endif
4755 char gethostbyname ();
4757 main ()
4759 return gethostbyname ();
4761 return 0;
4763 _ACEOF
4764 rm -f conftest.$ac_objext conftest$ac_exeext
4765 if { (ac_try="$ac_link"
4766 case "(($ac_try" in
4767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4768 *) ac_try_echo=$ac_try;;
4769 esac
4770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4771 (eval "$ac_link") 2>conftest.er1
4772 ac_status=$?
4773 grep -v '^ *+' conftest.er1 >conftest.err
4774 rm -f conftest.er1
4775 cat conftest.err >&5
4776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4777 (exit $ac_status); } && {
4778 test -z "$ac_c_werror_flag" ||
4779 test ! -s conftest.err
4780 } && test -s conftest$ac_exeext &&
4781 $as_test_x conftest$ac_exeext; then
4782 ac_cv_lib_bsd_gethostbyname=yes
4783 else
4784 echo "$as_me: failed program was:" >&5
4785 sed 's/^/| /' conftest.$ac_ext >&5
4787 ac_cv_lib_bsd_gethostbyname=no
4790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4791 conftest$ac_exeext conftest.$ac_ext
4792 LIBS=$ac_check_lib_save_LIBS
4794 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4795 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4796 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4797 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4803 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4804 # socket/setsockopt and other routines are undefined under SCO ODT
4805 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4806 # on later versions), says Simon Leinen: it contains gethostby*
4807 # variants that don't use the name server (or something). -lsocket
4808 # must be given before -lnsl if both are needed. We assume that
4809 # if connect needs -lnsl, so does gethostbyname.
4810 { echo "$as_me:$LINENO: checking for connect" >&5
4811 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4812 if test "${ac_cv_func_connect+set}" = set; then
4813 echo $ECHO_N "(cached) $ECHO_C" >&6
4814 else
4815 cat >conftest.$ac_ext <<_ACEOF
4816 /* confdefs.h. */
4817 _ACEOF
4818 cat confdefs.h >>conftest.$ac_ext
4819 cat >>conftest.$ac_ext <<_ACEOF
4820 /* end confdefs.h. */
4821 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4822 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4823 #define connect innocuous_connect
4825 /* System header to define __stub macros and hopefully few prototypes,
4826 which can conflict with char connect (); below.
4827 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4828 <limits.h> exists even on freestanding compilers. */
4830 #ifdef __STDC__
4831 # include <limits.h>
4832 #else
4833 # include <assert.h>
4834 #endif
4836 #undef connect
4838 /* Override any GCC internal prototype to avoid an error.
4839 Use char because int might match the return type of a GCC
4840 builtin and then its argument prototype would still apply. */
4841 #ifdef __cplusplus
4842 extern "C"
4843 #endif
4844 char connect ();
4845 /* The GNU C library defines this for functions which it implements
4846 to always fail with ENOSYS. Some functions are actually named
4847 something starting with __ and the normal name is an alias. */
4848 #if defined __stub_connect || defined __stub___connect
4849 choke me
4850 #endif
4853 main ()
4855 return connect ();
4857 return 0;
4859 _ACEOF
4860 rm -f conftest.$ac_objext conftest$ac_exeext
4861 if { (ac_try="$ac_link"
4862 case "(($ac_try" in
4863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4864 *) ac_try_echo=$ac_try;;
4865 esac
4866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4867 (eval "$ac_link") 2>conftest.er1
4868 ac_status=$?
4869 grep -v '^ *+' conftest.er1 >conftest.err
4870 rm -f conftest.er1
4871 cat conftest.err >&5
4872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4873 (exit $ac_status); } && {
4874 test -z "$ac_c_werror_flag" ||
4875 test ! -s conftest.err
4876 } && test -s conftest$ac_exeext &&
4877 $as_test_x conftest$ac_exeext; then
4878 ac_cv_func_connect=yes
4879 else
4880 echo "$as_me: failed program was:" >&5
4881 sed 's/^/| /' conftest.$ac_ext >&5
4883 ac_cv_func_connect=no
4886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4887 conftest$ac_exeext conftest.$ac_ext
4889 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4890 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4892 if test $ac_cv_func_connect = no; then
4893 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4894 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4895 if test "${ac_cv_lib_socket_connect+set}" = set; then
4896 echo $ECHO_N "(cached) $ECHO_C" >&6
4897 else
4898 ac_check_lib_save_LIBS=$LIBS
4899 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4900 cat >conftest.$ac_ext <<_ACEOF
4901 /* confdefs.h. */
4902 _ACEOF
4903 cat confdefs.h >>conftest.$ac_ext
4904 cat >>conftest.$ac_ext <<_ACEOF
4905 /* end confdefs.h. */
4907 /* Override any GCC internal prototype to avoid an error.
4908 Use char because int might match the return type of a GCC
4909 builtin and then its argument prototype would still apply. */
4910 #ifdef __cplusplus
4911 extern "C"
4912 #endif
4913 char connect ();
4915 main ()
4917 return connect ();
4919 return 0;
4921 _ACEOF
4922 rm -f conftest.$ac_objext conftest$ac_exeext
4923 if { (ac_try="$ac_link"
4924 case "(($ac_try" in
4925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4926 *) ac_try_echo=$ac_try;;
4927 esac
4928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4929 (eval "$ac_link") 2>conftest.er1
4930 ac_status=$?
4931 grep -v '^ *+' conftest.er1 >conftest.err
4932 rm -f conftest.er1
4933 cat conftest.err >&5
4934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4935 (exit $ac_status); } && {
4936 test -z "$ac_c_werror_flag" ||
4937 test ! -s conftest.err
4938 } && test -s conftest$ac_exeext &&
4939 $as_test_x conftest$ac_exeext; then
4940 ac_cv_lib_socket_connect=yes
4941 else
4942 echo "$as_me: failed program was:" >&5
4943 sed 's/^/| /' conftest.$ac_ext >&5
4945 ac_cv_lib_socket_connect=no
4948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4949 conftest$ac_exeext conftest.$ac_ext
4950 LIBS=$ac_check_lib_save_LIBS
4952 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4953 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4954 if test $ac_cv_lib_socket_connect = yes; then
4955 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4960 # Guillermo Gomez says -lposix is necessary on A/UX.
4961 { echo "$as_me:$LINENO: checking for remove" >&5
4962 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4963 if test "${ac_cv_func_remove+set}" = set; then
4964 echo $ECHO_N "(cached) $ECHO_C" >&6
4965 else
4966 cat >conftest.$ac_ext <<_ACEOF
4967 /* confdefs.h. */
4968 _ACEOF
4969 cat confdefs.h >>conftest.$ac_ext
4970 cat >>conftest.$ac_ext <<_ACEOF
4971 /* end confdefs.h. */
4972 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4973 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4974 #define remove innocuous_remove
4976 /* System header to define __stub macros and hopefully few prototypes,
4977 which can conflict with char remove (); below.
4978 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4979 <limits.h> exists even on freestanding compilers. */
4981 #ifdef __STDC__
4982 # include <limits.h>
4983 #else
4984 # include <assert.h>
4985 #endif
4987 #undef remove
4989 /* Override any GCC internal prototype to avoid an error.
4990 Use char because int might match the return type of a GCC
4991 builtin and then its argument prototype would still apply. */
4992 #ifdef __cplusplus
4993 extern "C"
4994 #endif
4995 char remove ();
4996 /* The GNU C library defines this for functions which it implements
4997 to always fail with ENOSYS. Some functions are actually named
4998 something starting with __ and the normal name is an alias. */
4999 #if defined __stub_remove || defined __stub___remove
5000 choke me
5001 #endif
5004 main ()
5006 return remove ();
5008 return 0;
5010 _ACEOF
5011 rm -f conftest.$ac_objext conftest$ac_exeext
5012 if { (ac_try="$ac_link"
5013 case "(($ac_try" in
5014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5015 *) ac_try_echo=$ac_try;;
5016 esac
5017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5018 (eval "$ac_link") 2>conftest.er1
5019 ac_status=$?
5020 grep -v '^ *+' conftest.er1 >conftest.err
5021 rm -f conftest.er1
5022 cat conftest.err >&5
5023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5024 (exit $ac_status); } && {
5025 test -z "$ac_c_werror_flag" ||
5026 test ! -s conftest.err
5027 } && test -s conftest$ac_exeext &&
5028 $as_test_x conftest$ac_exeext; then
5029 ac_cv_func_remove=yes
5030 else
5031 echo "$as_me: failed program was:" >&5
5032 sed 's/^/| /' conftest.$ac_ext >&5
5034 ac_cv_func_remove=no
5037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5038 conftest$ac_exeext conftest.$ac_ext
5040 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5041 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
5043 if test $ac_cv_func_remove = no; then
5044 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5045 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
5046 if test "${ac_cv_lib_posix_remove+set}" = set; then
5047 echo $ECHO_N "(cached) $ECHO_C" >&6
5048 else
5049 ac_check_lib_save_LIBS=$LIBS
5050 LIBS="-lposix $LIBS"
5051 cat >conftest.$ac_ext <<_ACEOF
5052 /* confdefs.h. */
5053 _ACEOF
5054 cat confdefs.h >>conftest.$ac_ext
5055 cat >>conftest.$ac_ext <<_ACEOF
5056 /* end confdefs.h. */
5058 /* Override any GCC internal prototype to avoid an error.
5059 Use char because int might match the return type of a GCC
5060 builtin and then its argument prototype would still apply. */
5061 #ifdef __cplusplus
5062 extern "C"
5063 #endif
5064 char remove ();
5066 main ()
5068 return remove ();
5070 return 0;
5072 _ACEOF
5073 rm -f conftest.$ac_objext conftest$ac_exeext
5074 if { (ac_try="$ac_link"
5075 case "(($ac_try" in
5076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5077 *) ac_try_echo=$ac_try;;
5078 esac
5079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5080 (eval "$ac_link") 2>conftest.er1
5081 ac_status=$?
5082 grep -v '^ *+' conftest.er1 >conftest.err
5083 rm -f conftest.er1
5084 cat conftest.err >&5
5085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5086 (exit $ac_status); } && {
5087 test -z "$ac_c_werror_flag" ||
5088 test ! -s conftest.err
5089 } && test -s conftest$ac_exeext &&
5090 $as_test_x conftest$ac_exeext; then
5091 ac_cv_lib_posix_remove=yes
5092 else
5093 echo "$as_me: failed program was:" >&5
5094 sed 's/^/| /' conftest.$ac_ext >&5
5096 ac_cv_lib_posix_remove=no
5099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5100 conftest$ac_exeext conftest.$ac_ext
5101 LIBS=$ac_check_lib_save_LIBS
5103 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5104 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5105 if test $ac_cv_lib_posix_remove = yes; then
5106 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5111 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5112 { echo "$as_me:$LINENO: checking for shmat" >&5
5113 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5114 if test "${ac_cv_func_shmat+set}" = set; then
5115 echo $ECHO_N "(cached) $ECHO_C" >&6
5116 else
5117 cat >conftest.$ac_ext <<_ACEOF
5118 /* confdefs.h. */
5119 _ACEOF
5120 cat confdefs.h >>conftest.$ac_ext
5121 cat >>conftest.$ac_ext <<_ACEOF
5122 /* end confdefs.h. */
5123 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5124 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5125 #define shmat innocuous_shmat
5127 /* System header to define __stub macros and hopefully few prototypes,
5128 which can conflict with char shmat (); below.
5129 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5130 <limits.h> exists even on freestanding compilers. */
5132 #ifdef __STDC__
5133 # include <limits.h>
5134 #else
5135 # include <assert.h>
5136 #endif
5138 #undef shmat
5140 /* Override any GCC internal prototype to avoid an error.
5141 Use char because int might match the return type of a GCC
5142 builtin and then its argument prototype would still apply. */
5143 #ifdef __cplusplus
5144 extern "C"
5145 #endif
5146 char shmat ();
5147 /* The GNU C library defines this for functions which it implements
5148 to always fail with ENOSYS. Some functions are actually named
5149 something starting with __ and the normal name is an alias. */
5150 #if defined __stub_shmat || defined __stub___shmat
5151 choke me
5152 #endif
5155 main ()
5157 return shmat ();
5159 return 0;
5161 _ACEOF
5162 rm -f conftest.$ac_objext conftest$ac_exeext
5163 if { (ac_try="$ac_link"
5164 case "(($ac_try" in
5165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5166 *) ac_try_echo=$ac_try;;
5167 esac
5168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5169 (eval "$ac_link") 2>conftest.er1
5170 ac_status=$?
5171 grep -v '^ *+' conftest.er1 >conftest.err
5172 rm -f conftest.er1
5173 cat conftest.err >&5
5174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5175 (exit $ac_status); } && {
5176 test -z "$ac_c_werror_flag" ||
5177 test ! -s conftest.err
5178 } && test -s conftest$ac_exeext &&
5179 $as_test_x conftest$ac_exeext; then
5180 ac_cv_func_shmat=yes
5181 else
5182 echo "$as_me: failed program was:" >&5
5183 sed 's/^/| /' conftest.$ac_ext >&5
5185 ac_cv_func_shmat=no
5188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5189 conftest$ac_exeext conftest.$ac_ext
5191 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5192 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5194 if test $ac_cv_func_shmat = no; then
5195 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5196 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5197 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5198 echo $ECHO_N "(cached) $ECHO_C" >&6
5199 else
5200 ac_check_lib_save_LIBS=$LIBS
5201 LIBS="-lipc $LIBS"
5202 cat >conftest.$ac_ext <<_ACEOF
5203 /* confdefs.h. */
5204 _ACEOF
5205 cat confdefs.h >>conftest.$ac_ext
5206 cat >>conftest.$ac_ext <<_ACEOF
5207 /* end confdefs.h. */
5209 /* Override any GCC internal prototype to avoid an error.
5210 Use char because int might match the return type of a GCC
5211 builtin and then its argument prototype would still apply. */
5212 #ifdef __cplusplus
5213 extern "C"
5214 #endif
5215 char shmat ();
5217 main ()
5219 return shmat ();
5221 return 0;
5223 _ACEOF
5224 rm -f conftest.$ac_objext conftest$ac_exeext
5225 if { (ac_try="$ac_link"
5226 case "(($ac_try" in
5227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5228 *) ac_try_echo=$ac_try;;
5229 esac
5230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5231 (eval "$ac_link") 2>conftest.er1
5232 ac_status=$?
5233 grep -v '^ *+' conftest.er1 >conftest.err
5234 rm -f conftest.er1
5235 cat conftest.err >&5
5236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5237 (exit $ac_status); } && {
5238 test -z "$ac_c_werror_flag" ||
5239 test ! -s conftest.err
5240 } && test -s conftest$ac_exeext &&
5241 $as_test_x conftest$ac_exeext; then
5242 ac_cv_lib_ipc_shmat=yes
5243 else
5244 echo "$as_me: failed program was:" >&5
5245 sed 's/^/| /' conftest.$ac_ext >&5
5247 ac_cv_lib_ipc_shmat=no
5250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5251 conftest$ac_exeext conftest.$ac_ext
5252 LIBS=$ac_check_lib_save_LIBS
5254 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5255 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5256 if test $ac_cv_lib_ipc_shmat = yes; then
5257 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5263 # Check for libraries that X11R6 Xt/Xaw programs need.
5264 ac_save_LDFLAGS=$LDFLAGS
5265 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5266 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5267 # check for ICE first), but we must link in the order -lSM -lICE or
5268 # we get undefined symbols. So assume we have SM if we have ICE.
5269 # These have to be linked with before -lX11, unlike the other
5270 # libraries we check for below, so use a different variable.
5271 # John Interrante, Karl Berry
5272 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5273 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5274 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5275 echo $ECHO_N "(cached) $ECHO_C" >&6
5276 else
5277 ac_check_lib_save_LIBS=$LIBS
5278 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5279 cat >conftest.$ac_ext <<_ACEOF
5280 /* confdefs.h. */
5281 _ACEOF
5282 cat confdefs.h >>conftest.$ac_ext
5283 cat >>conftest.$ac_ext <<_ACEOF
5284 /* end confdefs.h. */
5286 /* Override any GCC internal prototype to avoid an error.
5287 Use char because int might match the return type of a GCC
5288 builtin and then its argument prototype would still apply. */
5289 #ifdef __cplusplus
5290 extern "C"
5291 #endif
5292 char IceConnectionNumber ();
5294 main ()
5296 return IceConnectionNumber ();
5298 return 0;
5300 _ACEOF
5301 rm -f conftest.$ac_objext conftest$ac_exeext
5302 if { (ac_try="$ac_link"
5303 case "(($ac_try" in
5304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5305 *) ac_try_echo=$ac_try;;
5306 esac
5307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5308 (eval "$ac_link") 2>conftest.er1
5309 ac_status=$?
5310 grep -v '^ *+' conftest.er1 >conftest.err
5311 rm -f conftest.er1
5312 cat conftest.err >&5
5313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5314 (exit $ac_status); } && {
5315 test -z "$ac_c_werror_flag" ||
5316 test ! -s conftest.err
5317 } && test -s conftest$ac_exeext &&
5318 $as_test_x conftest$ac_exeext; then
5319 ac_cv_lib_ICE_IceConnectionNumber=yes
5320 else
5321 echo "$as_me: failed program was:" >&5
5322 sed 's/^/| /' conftest.$ac_ext >&5
5324 ac_cv_lib_ICE_IceConnectionNumber=no
5327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5328 conftest$ac_exeext conftest.$ac_ext
5329 LIBS=$ac_check_lib_save_LIBS
5331 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5332 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5333 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5334 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5337 LDFLAGS=$ac_save_LDFLAGS
5342 for ac_prog in flex
5344 # Extract the first word of "$ac_prog", so it can be a program name with args.
5345 set dummy $ac_prog; ac_word=$2
5346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5348 if test "${ac_cv_prog_FLEX+set}" = set; then
5349 echo $ECHO_N "(cached) $ECHO_C" >&6
5350 else
5351 if test -n "$FLEX"; then
5352 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5353 else
5354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5355 for as_dir in $PATH
5357 IFS=$as_save_IFS
5358 test -z "$as_dir" && as_dir=.
5359 for ac_exec_ext in '' $ac_executable_extensions; do
5360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5361 ac_cv_prog_FLEX="$ac_prog"
5362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5363 break 2
5365 done
5366 done
5367 IFS=$as_save_IFS
5371 FLEX=$ac_cv_prog_FLEX
5372 if test -n "$FLEX"; then
5373 { echo "$as_me:$LINENO: result: $FLEX" >&5
5374 echo "${ECHO_T}$FLEX" >&6; }
5375 else
5376 { echo "$as_me:$LINENO: result: no" >&5
5377 echo "${ECHO_T}no" >&6; }
5381 test -n "$FLEX" && break
5382 done
5383 test -n "$FLEX" || FLEX="none"
5385 if test "$FLEX" = "none"
5386 then
5387 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5388 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5389 { (exit 1); exit 1; }; }
5392 for ac_prog in bison
5394 # Extract the first word of "$ac_prog", so it can be a program name with args.
5395 set dummy $ac_prog; ac_word=$2
5396 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5397 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5398 if test "${ac_cv_prog_BISON+set}" = set; then
5399 echo $ECHO_N "(cached) $ECHO_C" >&6
5400 else
5401 if test -n "$BISON"; then
5402 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5403 else
5404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5405 for as_dir in $PATH
5407 IFS=$as_save_IFS
5408 test -z "$as_dir" && as_dir=.
5409 for ac_exec_ext in '' $ac_executable_extensions; do
5410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5411 ac_cv_prog_BISON="$ac_prog"
5412 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5413 break 2
5415 done
5416 done
5417 IFS=$as_save_IFS
5421 BISON=$ac_cv_prog_BISON
5422 if test -n "$BISON"; then
5423 { echo "$as_me:$LINENO: result: $BISON" >&5
5424 echo "${ECHO_T}$BISON" >&6; }
5425 else
5426 { echo "$as_me:$LINENO: result: no" >&5
5427 echo "${ECHO_T}no" >&6; }
5431 test -n "$BISON" && break
5432 done
5433 test -n "$BISON" || BISON="none"
5435 if test "$BISON" = "none"
5436 then
5437 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5438 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5439 { (exit 1); exit 1; }; }
5442 if test -n "$ac_tool_prefix"; then
5443 for ac_prog in gas as
5445 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5446 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5447 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5448 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5449 if test "${ac_cv_prog_AS+set}" = set; then
5450 echo $ECHO_N "(cached) $ECHO_C" >&6
5451 else
5452 if test -n "$AS"; then
5453 ac_cv_prog_AS="$AS" # Let the user override the test.
5454 else
5455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5456 for as_dir in $PATH
5458 IFS=$as_save_IFS
5459 test -z "$as_dir" && as_dir=.
5460 for ac_exec_ext in '' $ac_executable_extensions; do
5461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5462 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5463 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5464 break 2
5466 done
5467 done
5468 IFS=$as_save_IFS
5472 AS=$ac_cv_prog_AS
5473 if test -n "$AS"; then
5474 { echo "$as_me:$LINENO: result: $AS" >&5
5475 echo "${ECHO_T}$AS" >&6; }
5476 else
5477 { echo "$as_me:$LINENO: result: no" >&5
5478 echo "${ECHO_T}no" >&6; }
5482 test -n "$AS" && break
5483 done
5485 if test -z "$AS"; then
5486 ac_ct_AS=$AS
5487 for ac_prog in gas as
5489 # Extract the first word of "$ac_prog", so it can be a program name with args.
5490 set dummy $ac_prog; ac_word=$2
5491 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5492 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5493 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5494 echo $ECHO_N "(cached) $ECHO_C" >&6
5495 else
5496 if test -n "$ac_ct_AS"; then
5497 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5498 else
5499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5500 for as_dir in $PATH
5502 IFS=$as_save_IFS
5503 test -z "$as_dir" && as_dir=.
5504 for ac_exec_ext in '' $ac_executable_extensions; do
5505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5506 ac_cv_prog_ac_ct_AS="$ac_prog"
5507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5508 break 2
5510 done
5511 done
5512 IFS=$as_save_IFS
5516 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5517 if test -n "$ac_ct_AS"; then
5518 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5519 echo "${ECHO_T}$ac_ct_AS" >&6; }
5520 else
5521 { echo "$as_me:$LINENO: result: no" >&5
5522 echo "${ECHO_T}no" >&6; }
5526 test -n "$ac_ct_AS" && break
5527 done
5529 if test "x$ac_ct_AS" = x; then
5530 AS="as"
5531 else
5532 case $cross_compiling:$ac_tool_warned in
5533 yes:)
5534 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5535 whose name does not start with the host triplet. If you think this
5536 configuration is useful to you, please write to autoconf@gnu.org." >&5
5537 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5538 whose name does not start with the host triplet. If you think this
5539 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5540 ac_tool_warned=yes ;;
5541 esac
5542 AS=$ac_ct_AS
5546 if test -n "$ac_tool_prefix"; then
5547 for ac_prog in ld gld
5549 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5550 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5551 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5552 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5553 if test "${ac_cv_prog_LD+set}" = set; then
5554 echo $ECHO_N "(cached) $ECHO_C" >&6
5555 else
5556 if test -n "$LD"; then
5557 ac_cv_prog_LD="$LD" # Let the user override the test.
5558 else
5559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5560 for as_dir in $PATH
5562 IFS=$as_save_IFS
5563 test -z "$as_dir" && as_dir=.
5564 for ac_exec_ext in '' $ac_executable_extensions; do
5565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5566 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5567 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5568 break 2
5570 done
5571 done
5572 IFS=$as_save_IFS
5576 LD=$ac_cv_prog_LD
5577 if test -n "$LD"; then
5578 { echo "$as_me:$LINENO: result: $LD" >&5
5579 echo "${ECHO_T}$LD" >&6; }
5580 else
5581 { echo "$as_me:$LINENO: result: no" >&5
5582 echo "${ECHO_T}no" >&6; }
5586 test -n "$LD" && break
5587 done
5589 if test -z "$LD"; then
5590 ac_ct_LD=$LD
5591 for ac_prog in ld gld
5593 # Extract the first word of "$ac_prog", so it can be a program name with args.
5594 set dummy $ac_prog; ac_word=$2
5595 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5597 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5598 echo $ECHO_N "(cached) $ECHO_C" >&6
5599 else
5600 if test -n "$ac_ct_LD"; then
5601 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5602 else
5603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5604 for as_dir in $PATH
5606 IFS=$as_save_IFS
5607 test -z "$as_dir" && as_dir=.
5608 for ac_exec_ext in '' $ac_executable_extensions; do
5609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5610 ac_cv_prog_ac_ct_LD="$ac_prog"
5611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5612 break 2
5614 done
5615 done
5616 IFS=$as_save_IFS
5620 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5621 if test -n "$ac_ct_LD"; then
5622 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5623 echo "${ECHO_T}$ac_ct_LD" >&6; }
5624 else
5625 { echo "$as_me:$LINENO: result: no" >&5
5626 echo "${ECHO_T}no" >&6; }
5630 test -n "$ac_ct_LD" && break
5631 done
5633 if test "x$ac_ct_LD" = x; then
5634 LD="ld"
5635 else
5636 case $cross_compiling:$ac_tool_warned in
5637 yes:)
5638 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5639 whose name does not start with the host triplet. If you think this
5640 configuration is useful to you, please write to autoconf@gnu.org." >&5
5641 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5642 whose name does not start with the host triplet. If you think this
5643 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5644 ac_tool_warned=yes ;;
5645 esac
5646 LD=$ac_ct_LD
5650 if test -n "$ac_tool_prefix"; then
5651 for ac_prog in nm gnm
5653 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5654 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5655 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5656 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5657 if test "${ac_cv_prog_NM+set}" = set; then
5658 echo $ECHO_N "(cached) $ECHO_C" >&6
5659 else
5660 if test -n "$NM"; then
5661 ac_cv_prog_NM="$NM" # Let the user override the test.
5662 else
5663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5664 for as_dir in $PATH
5666 IFS=$as_save_IFS
5667 test -z "$as_dir" && as_dir=.
5668 for ac_exec_ext in '' $ac_executable_extensions; do
5669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5670 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5672 break 2
5674 done
5675 done
5676 IFS=$as_save_IFS
5680 NM=$ac_cv_prog_NM
5681 if test -n "$NM"; then
5682 { echo "$as_me:$LINENO: result: $NM" >&5
5683 echo "${ECHO_T}$NM" >&6; }
5684 else
5685 { echo "$as_me:$LINENO: result: no" >&5
5686 echo "${ECHO_T}no" >&6; }
5690 test -n "$NM" && break
5691 done
5693 if test -z "$NM"; then
5694 ac_ct_NM=$NM
5695 for ac_prog in nm gnm
5697 # Extract the first word of "$ac_prog", so it can be a program name with args.
5698 set dummy $ac_prog; ac_word=$2
5699 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5701 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5702 echo $ECHO_N "(cached) $ECHO_C" >&6
5703 else
5704 if test -n "$ac_ct_NM"; then
5705 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5706 else
5707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5708 for as_dir in $PATH
5710 IFS=$as_save_IFS
5711 test -z "$as_dir" && as_dir=.
5712 for ac_exec_ext in '' $ac_executable_extensions; do
5713 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5714 ac_cv_prog_ac_ct_NM="$ac_prog"
5715 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5716 break 2
5718 done
5719 done
5720 IFS=$as_save_IFS
5724 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5725 if test -n "$ac_ct_NM"; then
5726 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5727 echo "${ECHO_T}$ac_ct_NM" >&6; }
5728 else
5729 { echo "$as_me:$LINENO: result: no" >&5
5730 echo "${ECHO_T}no" >&6; }
5734 test -n "$ac_ct_NM" && break
5735 done
5737 if test "x$ac_ct_NM" = x; then
5738 NM="nm"
5739 else
5740 case $cross_compiling:$ac_tool_warned in
5741 yes:)
5742 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5743 whose name does not start with the host triplet. If you think this
5744 configuration is useful to you, please write to autoconf@gnu.org." >&5
5745 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5746 whose name does not start with the host triplet. If you think this
5747 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5748 ac_tool_warned=yes ;;
5749 esac
5750 NM=$ac_ct_NM
5754 if test -n "$ac_tool_prefix"; then
5755 for ac_prog in ar gar
5757 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5758 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5759 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5760 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5761 if test "${ac_cv_prog_AR+set}" = set; then
5762 echo $ECHO_N "(cached) $ECHO_C" >&6
5763 else
5764 if test -n "$AR"; then
5765 ac_cv_prog_AR="$AR" # Let the user override the test.
5766 else
5767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5768 for as_dir in $PATH
5770 IFS=$as_save_IFS
5771 test -z "$as_dir" && as_dir=.
5772 for ac_exec_ext in '' $ac_executable_extensions; do
5773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5774 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5775 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5776 break 2
5778 done
5779 done
5780 IFS=$as_save_IFS
5784 AR=$ac_cv_prog_AR
5785 if test -n "$AR"; then
5786 { echo "$as_me:$LINENO: result: $AR" >&5
5787 echo "${ECHO_T}$AR" >&6; }
5788 else
5789 { echo "$as_me:$LINENO: result: no" >&5
5790 echo "${ECHO_T}no" >&6; }
5794 test -n "$AR" && break
5795 done
5797 if test -z "$AR"; then
5798 ac_ct_AR=$AR
5799 for ac_prog in ar gar
5801 # Extract the first word of "$ac_prog", so it can be a program name with args.
5802 set dummy $ac_prog; ac_word=$2
5803 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5804 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5805 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5806 echo $ECHO_N "(cached) $ECHO_C" >&6
5807 else
5808 if test -n "$ac_ct_AR"; then
5809 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5810 else
5811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5812 for as_dir in $PATH
5814 IFS=$as_save_IFS
5815 test -z "$as_dir" && as_dir=.
5816 for ac_exec_ext in '' $ac_executable_extensions; do
5817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5818 ac_cv_prog_ac_ct_AR="$ac_prog"
5819 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5820 break 2
5822 done
5823 done
5824 IFS=$as_save_IFS
5828 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5829 if test -n "$ac_ct_AR"; then
5830 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5831 echo "${ECHO_T}$ac_ct_AR" >&6; }
5832 else
5833 { echo "$as_me:$LINENO: result: no" >&5
5834 echo "${ECHO_T}no" >&6; }
5838 test -n "$ac_ct_AR" && break
5839 done
5841 if test "x$ac_ct_AR" = x; then
5842 AR="ar"
5843 else
5844 case $cross_compiling:$ac_tool_warned in
5845 yes:)
5846 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5847 whose name does not start with the host triplet. If you think this
5848 configuration is useful to you, please write to autoconf@gnu.org." >&5
5849 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5850 whose name does not start with the host triplet. If you think this
5851 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5852 ac_tool_warned=yes ;;
5853 esac
5854 AR=$ac_ct_AR
5858 ARFLAGS=rc
5860 if test -n "$ac_tool_prefix"; then
5861 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5862 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5863 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5865 if test "${ac_cv_prog_RANLIB+set}" = set; then
5866 echo $ECHO_N "(cached) $ECHO_C" >&6
5867 else
5868 if test -n "$RANLIB"; then
5869 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5870 else
5871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5872 for as_dir in $PATH
5874 IFS=$as_save_IFS
5875 test -z "$as_dir" && as_dir=.
5876 for ac_exec_ext in '' $ac_executable_extensions; do
5877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5878 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5879 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5880 break 2
5882 done
5883 done
5884 IFS=$as_save_IFS
5888 RANLIB=$ac_cv_prog_RANLIB
5889 if test -n "$RANLIB"; then
5890 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5891 echo "${ECHO_T}$RANLIB" >&6; }
5892 else
5893 { echo "$as_me:$LINENO: result: no" >&5
5894 echo "${ECHO_T}no" >&6; }
5899 if test -z "$ac_cv_prog_RANLIB"; then
5900 ac_ct_RANLIB=$RANLIB
5901 # Extract the first word of "ranlib", so it can be a program name with args.
5902 set dummy ranlib; ac_word=$2
5903 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5905 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5906 echo $ECHO_N "(cached) $ECHO_C" >&6
5907 else
5908 if test -n "$ac_ct_RANLIB"; then
5909 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5910 else
5911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912 for as_dir in $PATH
5914 IFS=$as_save_IFS
5915 test -z "$as_dir" && as_dir=.
5916 for ac_exec_ext in '' $ac_executable_extensions; do
5917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5918 ac_cv_prog_ac_ct_RANLIB="ranlib"
5919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5920 break 2
5922 done
5923 done
5924 IFS=$as_save_IFS
5928 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5929 if test -n "$ac_ct_RANLIB"; then
5930 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5931 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5932 else
5933 { echo "$as_me:$LINENO: result: no" >&5
5934 echo "${ECHO_T}no" >&6; }
5937 if test "x$ac_ct_RANLIB" = x; then
5938 RANLIB=":"
5939 else
5940 case $cross_compiling:$ac_tool_warned in
5941 yes:)
5942 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5943 whose name does not start with the host triplet. If you think this
5944 configuration is useful to you, please write to autoconf@gnu.org." >&5
5945 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5946 whose name does not start with the host triplet. If you think this
5947 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5948 ac_tool_warned=yes ;;
5949 esac
5950 RANLIB=$ac_ct_RANLIB
5952 else
5953 RANLIB="$ac_cv_prog_RANLIB"
5956 if test -n "$ac_tool_prefix"; then
5957 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5958 set dummy ${ac_tool_prefix}strip; ac_word=$2
5959 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5961 if test "${ac_cv_prog_STRIP+set}" = set; then
5962 echo $ECHO_N "(cached) $ECHO_C" >&6
5963 else
5964 if test -n "$STRIP"; then
5965 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5966 else
5967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968 for as_dir in $PATH
5970 IFS=$as_save_IFS
5971 test -z "$as_dir" && as_dir=.
5972 for ac_exec_ext in '' $ac_executable_extensions; do
5973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5974 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5975 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 break 2
5978 done
5979 done
5980 IFS=$as_save_IFS
5984 STRIP=$ac_cv_prog_STRIP
5985 if test -n "$STRIP"; then
5986 { echo "$as_me:$LINENO: result: $STRIP" >&5
5987 echo "${ECHO_T}$STRIP" >&6; }
5988 else
5989 { echo "$as_me:$LINENO: result: no" >&5
5990 echo "${ECHO_T}no" >&6; }
5995 if test -z "$ac_cv_prog_STRIP"; then
5996 ac_ct_STRIP=$STRIP
5997 # Extract the first word of "strip", so it can be a program name with args.
5998 set dummy strip; ac_word=$2
5999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6001 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6002 echo $ECHO_N "(cached) $ECHO_C" >&6
6003 else
6004 if test -n "$ac_ct_STRIP"; then
6005 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6006 else
6007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008 for as_dir in $PATH
6010 IFS=$as_save_IFS
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
6013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6014 ac_cv_prog_ac_ct_STRIP="strip"
6015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 break 2
6018 done
6019 done
6020 IFS=$as_save_IFS
6024 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6025 if test -n "$ac_ct_STRIP"; then
6026 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6027 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
6028 else
6029 { echo "$as_me:$LINENO: result: no" >&5
6030 echo "${ECHO_T}no" >&6; }
6033 if test "x$ac_ct_STRIP" = x; then
6034 STRIP="strip"
6035 else
6036 case $cross_compiling:$ac_tool_warned in
6037 yes:)
6038 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6039 whose name does not start with the host triplet. If you think this
6040 configuration is useful to you, please write to autoconf@gnu.org." >&5
6041 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6042 whose name does not start with the host triplet. If you think this
6043 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6044 ac_tool_warned=yes ;;
6045 esac
6046 STRIP=$ac_ct_STRIP
6048 else
6049 STRIP="$ac_cv_prog_STRIP"
6052 if test -n "$ac_tool_prefix"; then
6053 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6054 set dummy ${ac_tool_prefix}windres; ac_word=$2
6055 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6056 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6057 if test "${ac_cv_prog_WINDRES+set}" = set; then
6058 echo $ECHO_N "(cached) $ECHO_C" >&6
6059 else
6060 if test -n "$WINDRES"; then
6061 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6062 else
6063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6064 for as_dir in $PATH
6066 IFS=$as_save_IFS
6067 test -z "$as_dir" && as_dir=.
6068 for ac_exec_ext in '' $ac_executable_extensions; do
6069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6070 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6071 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6072 break 2
6074 done
6075 done
6076 IFS=$as_save_IFS
6080 WINDRES=$ac_cv_prog_WINDRES
6081 if test -n "$WINDRES"; then
6082 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6083 echo "${ECHO_T}$WINDRES" >&6; }
6084 else
6085 { echo "$as_me:$LINENO: result: no" >&5
6086 echo "${ECHO_T}no" >&6; }
6091 if test -z "$ac_cv_prog_WINDRES"; then
6092 ac_ct_WINDRES=$WINDRES
6093 # Extract the first word of "windres", so it can be a program name with args.
6094 set dummy windres; ac_word=$2
6095 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6096 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6097 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6098 echo $ECHO_N "(cached) $ECHO_C" >&6
6099 else
6100 if test -n "$ac_ct_WINDRES"; then
6101 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6102 else
6103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6104 for as_dir in $PATH
6106 IFS=$as_save_IFS
6107 test -z "$as_dir" && as_dir=.
6108 for ac_exec_ext in '' $ac_executable_extensions; do
6109 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6110 ac_cv_prog_ac_ct_WINDRES="windres"
6111 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6112 break 2
6114 done
6115 done
6116 IFS=$as_save_IFS
6120 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6121 if test -n "$ac_ct_WINDRES"; then
6122 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6123 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6124 else
6125 { echo "$as_me:$LINENO: result: no" >&5
6126 echo "${ECHO_T}no" >&6; }
6129 if test "x$ac_ct_WINDRES" = x; then
6130 WINDRES="false"
6131 else
6132 case $cross_compiling:$ac_tool_warned in
6133 yes:)
6134 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6135 whose name does not start with the host triplet. If you think this
6136 configuration is useful to you, please write to autoconf@gnu.org." >&5
6137 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6138 whose name does not start with the host triplet. If you think this
6139 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6140 ac_tool_warned=yes ;;
6141 esac
6142 WINDRES=$ac_ct_WINDRES
6144 else
6145 WINDRES="$ac_cv_prog_WINDRES"
6148 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6149 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6150 LN_S=$as_ln_s
6151 if test "$LN_S" = "ln -s"; then
6152 { echo "$as_me:$LINENO: result: yes" >&5
6153 echo "${ECHO_T}yes" >&6; }
6154 else
6155 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6156 echo "${ECHO_T}no, using $LN_S" >&6; }
6159 { echo "$as_me:$LINENO: checking whether ln works" >&5
6160 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6161 rm -f conf$$ conf$$.file
6162 echo >conf$$.file
6163 if ln conf$$.file conf$$ 2>/dev/null; then
6164 LN=ln
6166 { echo "$as_me:$LINENO: result: yes" >&5
6167 echo "${ECHO_T}yes" >&6; }
6168 else
6169 LN="cp -p"
6171 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6172 echo "${ECHO_T}no, using $LN" >&6; }
6174 rm -f conf$$ conf$$.file
6175 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6176 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6177 if test "${ac_cv_path_GREP+set}" = set; then
6178 echo $ECHO_N "(cached) $ECHO_C" >&6
6179 else
6180 # Extract the first word of "grep ggrep" to use in msg output
6181 if test -z "$GREP"; then
6182 set dummy grep ggrep; ac_prog_name=$2
6183 if test "${ac_cv_path_GREP+set}" = set; then
6184 echo $ECHO_N "(cached) $ECHO_C" >&6
6185 else
6186 ac_path_GREP_found=false
6187 # Loop through the user's path and test for each of PROGNAME-LIST
6188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6189 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6191 IFS=$as_save_IFS
6192 test -z "$as_dir" && as_dir=.
6193 for ac_prog in grep ggrep; do
6194 for ac_exec_ext in '' $ac_executable_extensions; do
6195 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6196 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6197 # Check for GNU ac_path_GREP and select it if it is found.
6198 # Check for GNU $ac_path_GREP
6199 case `"$ac_path_GREP" --version 2>&1` in
6200 *GNU*)
6201 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6203 ac_count=0
6204 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6205 while :
6207 cat "conftest.in" "conftest.in" >"conftest.tmp"
6208 mv "conftest.tmp" "conftest.in"
6209 cp "conftest.in" "conftest.nl"
6210 echo 'GREP' >> "conftest.nl"
6211 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6212 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6213 ac_count=`expr $ac_count + 1`
6214 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6215 # Best one so far, save it but keep looking for a better one
6216 ac_cv_path_GREP="$ac_path_GREP"
6217 ac_path_GREP_max=$ac_count
6219 # 10*(2^10) chars as input seems more than enough
6220 test $ac_count -gt 10 && break
6221 done
6222 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6223 esac
6226 $ac_path_GREP_found && break 3
6227 done
6228 done
6230 done
6231 IFS=$as_save_IFS
6236 GREP="$ac_cv_path_GREP"
6237 if test -z "$GREP"; then
6238 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6239 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6240 { (exit 1); exit 1; }; }
6243 else
6244 ac_cv_path_GREP=$GREP
6249 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6250 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6251 GREP="$ac_cv_path_GREP"
6254 { echo "$as_me:$LINENO: checking for egrep" >&5
6255 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6256 if test "${ac_cv_path_EGREP+set}" = set; then
6257 echo $ECHO_N "(cached) $ECHO_C" >&6
6258 else
6259 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6260 then ac_cv_path_EGREP="$GREP -E"
6261 else
6262 # Extract the first word of "egrep" to use in msg output
6263 if test -z "$EGREP"; then
6264 set dummy egrep; ac_prog_name=$2
6265 if test "${ac_cv_path_EGREP+set}" = set; then
6266 echo $ECHO_N "(cached) $ECHO_C" >&6
6267 else
6268 ac_path_EGREP_found=false
6269 # Loop through the user's path and test for each of PROGNAME-LIST
6270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6271 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6273 IFS=$as_save_IFS
6274 test -z "$as_dir" && as_dir=.
6275 for ac_prog in egrep; do
6276 for ac_exec_ext in '' $ac_executable_extensions; do
6277 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6278 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6279 # Check for GNU ac_path_EGREP and select it if it is found.
6280 # Check for GNU $ac_path_EGREP
6281 case `"$ac_path_EGREP" --version 2>&1` in
6282 *GNU*)
6283 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6285 ac_count=0
6286 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6287 while :
6289 cat "conftest.in" "conftest.in" >"conftest.tmp"
6290 mv "conftest.tmp" "conftest.in"
6291 cp "conftest.in" "conftest.nl"
6292 echo 'EGREP' >> "conftest.nl"
6293 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6294 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6295 ac_count=`expr $ac_count + 1`
6296 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6297 # Best one so far, save it but keep looking for a better one
6298 ac_cv_path_EGREP="$ac_path_EGREP"
6299 ac_path_EGREP_max=$ac_count
6301 # 10*(2^10) chars as input seems more than enough
6302 test $ac_count -gt 10 && break
6303 done
6304 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6305 esac
6308 $ac_path_EGREP_found && break 3
6309 done
6310 done
6312 done
6313 IFS=$as_save_IFS
6318 EGREP="$ac_cv_path_EGREP"
6319 if test -z "$EGREP"; then
6320 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6321 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6322 { (exit 1); exit 1; }; }
6325 else
6326 ac_cv_path_EGREP=$EGREP
6332 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6333 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6334 EGREP="$ac_cv_path_EGREP"
6337 # Extract the first word of "ldconfig", so it can be a program name with args.
6338 set dummy ldconfig; ac_word=$2
6339 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6340 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6341 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6342 echo $ECHO_N "(cached) $ECHO_C" >&6
6343 else
6344 case $LDCONFIG in
6345 [\\/]* | ?:[\\/]*)
6346 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6350 for as_dir in /sbin /usr/sbin $PATH
6352 IFS=$as_save_IFS
6353 test -z "$as_dir" && as_dir=.
6354 for ac_exec_ext in '' $ac_executable_extensions; do
6355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6356 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6357 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6358 break 2
6360 done
6361 done
6362 IFS=$as_save_IFS
6364 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6366 esac
6368 LDCONFIG=$ac_cv_path_LDCONFIG
6369 if test -n "$LDCONFIG"; then
6370 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6371 echo "${ECHO_T}$LDCONFIG" >&6; }
6372 else
6373 { echo "$as_me:$LINENO: result: no" >&5
6374 echo "${ECHO_T}no" >&6; }
6378 # Find a good install program. We prefer a C program (faster),
6379 # so one script is as good as another. But avoid the broken or
6380 # incompatible versions:
6381 # SysV /etc/install, /usr/sbin/install
6382 # SunOS /usr/etc/install
6383 # IRIX /sbin/install
6384 # AIX /bin/install
6385 # AmigaOS /C/install, which installs bootblocks on floppy discs
6386 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6387 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6388 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6389 # OS/2's system install, which has a completely different semantic
6390 # ./install, which can be erroneously created by make from ./install.sh.
6391 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6392 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6393 if test -z "$INSTALL"; then
6394 if test "${ac_cv_path_install+set}" = set; then
6395 echo $ECHO_N "(cached) $ECHO_C" >&6
6396 else
6397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6398 for as_dir in $PATH
6400 IFS=$as_save_IFS
6401 test -z "$as_dir" && as_dir=.
6402 # Account for people who put trailing slashes in PATH elements.
6403 case $as_dir/ in
6404 ./ | .// | /cC/* | \
6405 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6406 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6407 /usr/ucb/* ) ;;
6409 # OSF1 and SCO ODT 3.0 have their own names for install.
6410 # Don't use installbsd from OSF since it installs stuff as root
6411 # by default.
6412 for ac_prog in ginstall scoinst install; do
6413 for ac_exec_ext in '' $ac_executable_extensions; do
6414 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6415 if test $ac_prog = install &&
6416 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6417 # AIX install. It has an incompatible calling convention.
6419 elif test $ac_prog = install &&
6420 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6421 # program-specific install script used by HP pwplus--don't use.
6423 else
6424 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6425 break 3
6428 done
6429 done
6431 esac
6432 done
6433 IFS=$as_save_IFS
6437 if test "${ac_cv_path_install+set}" = set; then
6438 INSTALL=$ac_cv_path_install
6439 else
6440 # As a last resort, use the slow shell script. Don't cache a
6441 # value for INSTALL within a source directory, because that will
6442 # break other packages using the cache if that directory is
6443 # removed, or if the value is a relative name.
6444 INSTALL=$ac_install_sh
6447 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6448 echo "${ECHO_T}$INSTALL" >&6; }
6450 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6451 # It thinks the first close brace ends the variable substitution.
6452 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6454 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6456 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6458 case "$INSTALL" in
6459 [\\/$]* | ?:[\\/]* ) ;;
6460 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6461 esac
6463 for ac_prog in lclint lint
6465 # Extract the first word of "$ac_prog", so it can be a program name with args.
6466 set dummy $ac_prog; ac_word=$2
6467 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6469 if test "${ac_cv_prog_LINT+set}" = set; then
6470 echo $ECHO_N "(cached) $ECHO_C" >&6
6471 else
6472 if test -n "$LINT"; then
6473 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6474 else
6475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6476 for as_dir in $PATH
6478 IFS=$as_save_IFS
6479 test -z "$as_dir" && as_dir=.
6480 for ac_exec_ext in '' $ac_executable_extensions; do
6481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6482 ac_cv_prog_LINT="$ac_prog"
6483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6484 break 2
6486 done
6487 done
6488 IFS=$as_save_IFS
6492 LINT=$ac_cv_prog_LINT
6493 if test -n "$LINT"; then
6494 { echo "$as_me:$LINENO: result: $LINT" >&5
6495 echo "${ECHO_T}$LINT" >&6; }
6496 else
6497 { echo "$as_me:$LINENO: result: no" >&5
6498 echo "${ECHO_T}no" >&6; }
6502 test -n "$LINT" && break
6503 done
6505 if test "$LINT" = "lint"
6506 then
6507 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6512 for ac_prog in fontforge
6514 # Extract the first word of "$ac_prog", so it can be a program name with args.
6515 set dummy $ac_prog; ac_word=$2
6516 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6517 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6518 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6519 echo $ECHO_N "(cached) $ECHO_C" >&6
6520 else
6521 if test -n "$FONTFORGE"; then
6522 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6523 else
6524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6525 for as_dir in $PATH
6527 IFS=$as_save_IFS
6528 test -z "$as_dir" && as_dir=.
6529 for ac_exec_ext in '' $ac_executable_extensions; do
6530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6531 ac_cv_prog_FONTFORGE="$ac_prog"
6532 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6533 break 2
6535 done
6536 done
6537 IFS=$as_save_IFS
6541 FONTFORGE=$ac_cv_prog_FONTFORGE
6542 if test -n "$FONTFORGE"; then
6543 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6544 echo "${ECHO_T}$FONTFORGE" >&6; }
6545 else
6546 { echo "$as_me:$LINENO: result: no" >&5
6547 echo "${ECHO_T}no" >&6; }
6551 test -n "$FONTFORGE" && break
6552 done
6553 test -n "$FONTFORGE" || FONTFORGE="false"
6555 for ac_prog in pkg-config
6557 # Extract the first word of "$ac_prog", so it can be a program name with args.
6558 set dummy $ac_prog; ac_word=$2
6559 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6561 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6562 echo $ECHO_N "(cached) $ECHO_C" >&6
6563 else
6564 if test -n "$PKG_CONFIG"; then
6565 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6566 else
6567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6568 for as_dir in $PATH
6570 IFS=$as_save_IFS
6571 test -z "$as_dir" && as_dir=.
6572 for ac_exec_ext in '' $ac_executable_extensions; do
6573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6574 ac_cv_prog_PKG_CONFIG="$ac_prog"
6575 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6576 break 2
6578 done
6579 done
6580 IFS=$as_save_IFS
6584 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6585 if test -n "$PKG_CONFIG"; then
6586 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6587 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6588 else
6589 { echo "$as_me:$LINENO: result: no" >&5
6590 echo "${ECHO_T}no" >&6; }
6594 test -n "$PKG_CONFIG" && break
6595 done
6596 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6598 for ac_prog in rsvg
6600 # Extract the first word of "$ac_prog", so it can be a program name with args.
6601 set dummy $ac_prog; ac_word=$2
6602 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6604 if test "${ac_cv_prog_RSVG+set}" = set; then
6605 echo $ECHO_N "(cached) $ECHO_C" >&6
6606 else
6607 if test -n "$RSVG"; then
6608 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6609 else
6610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6611 for as_dir in $PATH
6613 IFS=$as_save_IFS
6614 test -z "$as_dir" && as_dir=.
6615 for ac_exec_ext in '' $ac_executable_extensions; do
6616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6617 ac_cv_prog_RSVG="$ac_prog"
6618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6619 break 2
6621 done
6622 done
6623 IFS=$as_save_IFS
6627 RSVG=$ac_cv_prog_RSVG
6628 if test -n "$RSVG"; then
6629 { echo "$as_me:$LINENO: result: $RSVG" >&5
6630 echo "${ECHO_T}$RSVG" >&6; }
6631 else
6632 { echo "$as_me:$LINENO: result: no" >&5
6633 echo "${ECHO_T}no" >&6; }
6637 test -n "$RSVG" && break
6638 done
6639 test -n "$RSVG" || RSVG="false"
6641 for ac_prog in icotool
6643 # Extract the first word of "$ac_prog", so it can be a program name with args.
6644 set dummy $ac_prog; ac_word=$2
6645 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6646 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6647 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6648 echo $ECHO_N "(cached) $ECHO_C" >&6
6649 else
6650 if test -n "$ICOTOOL"; then
6651 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6652 else
6653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6654 for as_dir in $PATH
6656 IFS=$as_save_IFS
6657 test -z "$as_dir" && as_dir=.
6658 for ac_exec_ext in '' $ac_executable_extensions; do
6659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6660 ac_cv_prog_ICOTOOL="$ac_prog"
6661 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6662 break 2
6664 done
6665 done
6666 IFS=$as_save_IFS
6670 ICOTOOL=$ac_cv_prog_ICOTOOL
6671 if test -n "$ICOTOOL"; then
6672 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6673 echo "${ECHO_T}$ICOTOOL" >&6; }
6674 else
6675 { echo "$as_me:$LINENO: result: no" >&5
6676 echo "${ECHO_T}no" >&6; }
6680 test -n "$ICOTOOL" && break
6681 done
6682 test -n "$ICOTOOL" || ICOTOOL="false"
6685 if test "${enable_maintainer_mode+set}" = set
6686 then
6687 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6688 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6689 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6692 case $host_cpu in
6693 *i[3456789]86*)
6694 # Extract the first word of "prelink", so it can be a program name with args.
6695 set dummy prelink; ac_word=$2
6696 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6698 if test "${ac_cv_path_PRELINK+set}" = set; then
6699 echo $ECHO_N "(cached) $ECHO_C" >&6
6700 else
6701 case $PRELINK in
6702 [\\/]* | ?:[\\/]*)
6703 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6707 for as_dir in /sbin /usr/sbin $PATH
6709 IFS=$as_save_IFS
6710 test -z "$as_dir" && as_dir=.
6711 for ac_exec_ext in '' $ac_executable_extensions; do
6712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6713 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6714 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6715 break 2
6717 done
6718 done
6719 IFS=$as_save_IFS
6721 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6723 esac
6725 PRELINK=$ac_cv_path_PRELINK
6726 if test -n "$PRELINK"; then
6727 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6728 echo "${ECHO_T}$PRELINK" >&6; }
6729 else
6730 { echo "$as_me:$LINENO: result: no" >&5
6731 echo "${ECHO_T}no" >&6; }
6736 esac
6740 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6741 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6742 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6743 echo $ECHO_N "(cached) $ECHO_C" >&6
6744 else
6745 ac_check_lib_save_LIBS=$LIBS
6746 LIBS="-li386 $LIBS"
6747 cat >conftest.$ac_ext <<_ACEOF
6748 /* confdefs.h. */
6749 _ACEOF
6750 cat confdefs.h >>conftest.$ac_ext
6751 cat >>conftest.$ac_ext <<_ACEOF
6752 /* end confdefs.h. */
6754 /* Override any GCC internal prototype to avoid an error.
6755 Use char because int might match the return type of a GCC
6756 builtin and then its argument prototype would still apply. */
6757 #ifdef __cplusplus
6758 extern "C"
6759 #endif
6760 char i386_set_ldt ();
6762 main ()
6764 return i386_set_ldt ();
6766 return 0;
6768 _ACEOF
6769 rm -f conftest.$ac_objext conftest$ac_exeext
6770 if { (ac_try="$ac_link"
6771 case "(($ac_try" in
6772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6773 *) ac_try_echo=$ac_try;;
6774 esac
6775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6776 (eval "$ac_link") 2>conftest.er1
6777 ac_status=$?
6778 grep -v '^ *+' conftest.er1 >conftest.err
6779 rm -f conftest.er1
6780 cat conftest.err >&5
6781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6782 (exit $ac_status); } && {
6783 test -z "$ac_c_werror_flag" ||
6784 test ! -s conftest.err
6785 } && test -s conftest$ac_exeext &&
6786 $as_test_x conftest$ac_exeext; then
6787 ac_cv_lib_i386_i386_set_ldt=yes
6788 else
6789 echo "$as_me: failed program was:" >&5
6790 sed 's/^/| /' conftest.$ac_ext >&5
6792 ac_cv_lib_i386_i386_set_ldt=no
6795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6796 conftest$ac_exeext conftest.$ac_ext
6797 LIBS=$ac_check_lib_save_LIBS
6799 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6800 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6801 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6802 cat >>confdefs.h <<_ACEOF
6803 #define HAVE_LIBI386 1
6804 _ACEOF
6806 LIBS="-li386 $LIBS"
6811 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6812 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6813 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6814 echo $ECHO_N "(cached) $ECHO_C" >&6
6815 else
6816 ac_check_lib_save_LIBS=$LIBS
6817 LIBS="-lossaudio $LIBS"
6818 cat >conftest.$ac_ext <<_ACEOF
6819 /* confdefs.h. */
6820 _ACEOF
6821 cat confdefs.h >>conftest.$ac_ext
6822 cat >>conftest.$ac_ext <<_ACEOF
6823 /* end confdefs.h. */
6825 /* Override any GCC internal prototype to avoid an error.
6826 Use char because int might match the return type of a GCC
6827 builtin and then its argument prototype would still apply. */
6828 #ifdef __cplusplus
6829 extern "C"
6830 #endif
6831 char _oss_ioctl ();
6833 main ()
6835 return _oss_ioctl ();
6837 return 0;
6839 _ACEOF
6840 rm -f conftest.$ac_objext conftest$ac_exeext
6841 if { (ac_try="$ac_link"
6842 case "(($ac_try" in
6843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6844 *) ac_try_echo=$ac_try;;
6845 esac
6846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6847 (eval "$ac_link") 2>conftest.er1
6848 ac_status=$?
6849 grep -v '^ *+' conftest.er1 >conftest.err
6850 rm -f conftest.er1
6851 cat conftest.err >&5
6852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6853 (exit $ac_status); } && {
6854 test -z "$ac_c_werror_flag" ||
6855 test ! -s conftest.err
6856 } && test -s conftest$ac_exeext &&
6857 $as_test_x conftest$ac_exeext; then
6858 ac_cv_lib_ossaudio__oss_ioctl=yes
6859 else
6860 echo "$as_me: failed program was:" >&5
6861 sed 's/^/| /' conftest.$ac_ext >&5
6863 ac_cv_lib_ossaudio__oss_ioctl=no
6866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6867 conftest$ac_exeext conftest.$ac_ext
6868 LIBS=$ac_check_lib_save_LIBS
6870 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6871 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6872 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6873 cat >>confdefs.h <<_ACEOF
6874 #define HAVE_LIBOSSAUDIO 1
6875 _ACEOF
6877 LIBS="-lossaudio $LIBS"
6881 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6882 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6883 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6884 echo $ECHO_N "(cached) $ECHO_C" >&6
6885 else
6886 ac_check_lib_save_LIBS=$LIBS
6887 LIBS="-lpthread $LIBS"
6888 cat >conftest.$ac_ext <<_ACEOF
6889 /* confdefs.h. */
6890 _ACEOF
6891 cat confdefs.h >>conftest.$ac_ext
6892 cat >>conftest.$ac_ext <<_ACEOF
6893 /* end confdefs.h. */
6895 /* Override any GCC internal prototype to avoid an error.
6896 Use char because int might match the return type of a GCC
6897 builtin and then its argument prototype would still apply. */
6898 #ifdef __cplusplus
6899 extern "C"
6900 #endif
6901 char pthread_create ();
6903 main ()
6905 return pthread_create ();
6907 return 0;
6909 _ACEOF
6910 rm -f conftest.$ac_objext conftest$ac_exeext
6911 if { (ac_try="$ac_link"
6912 case "(($ac_try" in
6913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6914 *) ac_try_echo=$ac_try;;
6915 esac
6916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6917 (eval "$ac_link") 2>conftest.er1
6918 ac_status=$?
6919 grep -v '^ *+' conftest.er1 >conftest.err
6920 rm -f conftest.er1
6921 cat conftest.err >&5
6922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6923 (exit $ac_status); } && {
6924 test -z "$ac_c_werror_flag" ||
6925 test ! -s conftest.err
6926 } && test -s conftest$ac_exeext &&
6927 $as_test_x conftest$ac_exeext; then
6928 ac_cv_lib_pthread_pthread_create=yes
6929 else
6930 echo "$as_me: failed program was:" >&5
6931 sed 's/^/| /' conftest.$ac_ext >&5
6933 ac_cv_lib_pthread_pthread_create=no
6936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6937 conftest$ac_exeext conftest.$ac_ext
6938 LIBS=$ac_check_lib_save_LIBS
6940 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6941 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6942 if test $ac_cv_lib_pthread_pthread_create = yes; then
6943 LIBPTHREAD="-lpthread"
6948 XLIB=""
6950 OPENGL_LIBS=""
6954 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6955 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6956 if test "${ac_cv_header_stdc+set}" = set; then
6957 echo $ECHO_N "(cached) $ECHO_C" >&6
6958 else
6959 cat >conftest.$ac_ext <<_ACEOF
6960 /* confdefs.h. */
6961 _ACEOF
6962 cat confdefs.h >>conftest.$ac_ext
6963 cat >>conftest.$ac_ext <<_ACEOF
6964 /* end confdefs.h. */
6965 #include <stdlib.h>
6966 #include <stdarg.h>
6967 #include <string.h>
6968 #include <float.h>
6971 main ()
6975 return 0;
6977 _ACEOF
6978 rm -f conftest.$ac_objext
6979 if { (ac_try="$ac_compile"
6980 case "(($ac_try" in
6981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6982 *) ac_try_echo=$ac_try;;
6983 esac
6984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6985 (eval "$ac_compile") 2>conftest.er1
6986 ac_status=$?
6987 grep -v '^ *+' conftest.er1 >conftest.err
6988 rm -f conftest.er1
6989 cat conftest.err >&5
6990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6991 (exit $ac_status); } && {
6992 test -z "$ac_c_werror_flag" ||
6993 test ! -s conftest.err
6994 } && test -s conftest.$ac_objext; then
6995 ac_cv_header_stdc=yes
6996 else
6997 echo "$as_me: failed program was:" >&5
6998 sed 's/^/| /' conftest.$ac_ext >&5
7000 ac_cv_header_stdc=no
7003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7005 if test $ac_cv_header_stdc = yes; then
7006 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7007 cat >conftest.$ac_ext <<_ACEOF
7008 /* confdefs.h. */
7009 _ACEOF
7010 cat confdefs.h >>conftest.$ac_ext
7011 cat >>conftest.$ac_ext <<_ACEOF
7012 /* end confdefs.h. */
7013 #include <string.h>
7015 _ACEOF
7016 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7017 $EGREP "memchr" >/dev/null 2>&1; then
7019 else
7020 ac_cv_header_stdc=no
7022 rm -f conftest*
7026 if test $ac_cv_header_stdc = yes; then
7027 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7028 cat >conftest.$ac_ext <<_ACEOF
7029 /* confdefs.h. */
7030 _ACEOF
7031 cat confdefs.h >>conftest.$ac_ext
7032 cat >>conftest.$ac_ext <<_ACEOF
7033 /* end confdefs.h. */
7034 #include <stdlib.h>
7036 _ACEOF
7037 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7038 $EGREP "free" >/dev/null 2>&1; then
7040 else
7041 ac_cv_header_stdc=no
7043 rm -f conftest*
7047 if test $ac_cv_header_stdc = yes; then
7048 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7049 if test "$cross_compiling" = yes; then
7051 else
7052 cat >conftest.$ac_ext <<_ACEOF
7053 /* confdefs.h. */
7054 _ACEOF
7055 cat confdefs.h >>conftest.$ac_ext
7056 cat >>conftest.$ac_ext <<_ACEOF
7057 /* end confdefs.h. */
7058 #include <ctype.h>
7059 #include <stdlib.h>
7060 #if ((' ' & 0x0FF) == 0x020)
7061 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7062 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7063 #else
7064 # define ISLOWER(c) \
7065 (('a' <= (c) && (c) <= 'i') \
7066 || ('j' <= (c) && (c) <= 'r') \
7067 || ('s' <= (c) && (c) <= 'z'))
7068 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7069 #endif
7071 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7073 main ()
7075 int i;
7076 for (i = 0; i < 256; i++)
7077 if (XOR (islower (i), ISLOWER (i))
7078 || toupper (i) != TOUPPER (i))
7079 return 2;
7080 return 0;
7082 _ACEOF
7083 rm -f conftest$ac_exeext
7084 if { (ac_try="$ac_link"
7085 case "(($ac_try" in
7086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7087 *) ac_try_echo=$ac_try;;
7088 esac
7089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7090 (eval "$ac_link") 2>&5
7091 ac_status=$?
7092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7093 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7094 { (case "(($ac_try" in
7095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7096 *) ac_try_echo=$ac_try;;
7097 esac
7098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7099 (eval "$ac_try") 2>&5
7100 ac_status=$?
7101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7102 (exit $ac_status); }; }; then
7104 else
7105 echo "$as_me: program exited with status $ac_status" >&5
7106 echo "$as_me: failed program was:" >&5
7107 sed 's/^/| /' conftest.$ac_ext >&5
7109 ( exit $ac_status )
7110 ac_cv_header_stdc=no
7112 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7118 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7119 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7120 if test $ac_cv_header_stdc = yes; then
7122 cat >>confdefs.h <<\_ACEOF
7123 #define STDC_HEADERS 1
7124 _ACEOF
7128 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7138 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7139 inttypes.h stdint.h unistd.h
7141 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7142 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7143 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7144 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7145 echo $ECHO_N "(cached) $ECHO_C" >&6
7146 else
7147 cat >conftest.$ac_ext <<_ACEOF
7148 /* confdefs.h. */
7149 _ACEOF
7150 cat confdefs.h >>conftest.$ac_ext
7151 cat >>conftest.$ac_ext <<_ACEOF
7152 /* end confdefs.h. */
7153 $ac_includes_default
7155 #include <$ac_header>
7156 _ACEOF
7157 rm -f conftest.$ac_objext
7158 if { (ac_try="$ac_compile"
7159 case "(($ac_try" in
7160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7161 *) ac_try_echo=$ac_try;;
7162 esac
7163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7164 (eval "$ac_compile") 2>conftest.er1
7165 ac_status=$?
7166 grep -v '^ *+' conftest.er1 >conftest.err
7167 rm -f conftest.er1
7168 cat conftest.err >&5
7169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7170 (exit $ac_status); } && {
7171 test -z "$ac_c_werror_flag" ||
7172 test ! -s conftest.err
7173 } && test -s conftest.$ac_objext; then
7174 eval "$as_ac_Header=yes"
7175 else
7176 echo "$as_me: failed program was:" >&5
7177 sed 's/^/| /' conftest.$ac_ext >&5
7179 eval "$as_ac_Header=no"
7182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7184 ac_res=`eval echo '${'$as_ac_Header'}'`
7185 { echo "$as_me:$LINENO: result: $ac_res" >&5
7186 echo "${ECHO_T}$ac_res" >&6; }
7187 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7188 cat >>confdefs.h <<_ACEOF
7189 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7190 _ACEOF
7194 done
7313 for ac_header in \
7314 AudioUnit/AudioUnit.h \
7315 Carbon/Carbon.h \
7316 CoreAudio/CoreAudio.h \
7317 DiskArbitration/DiskArbitration.h \
7318 IOKit/IOKitLib.h \
7319 alias.h \
7320 alsa/asoundlib.h \
7321 arpa/inet.h \
7322 arpa/nameser.h \
7323 asm/types.h \
7324 capi20.h \
7325 curses.h \
7326 direct.h \
7327 dirent.h \
7328 dlfcn.h \
7329 elf.h \
7330 float.h \
7331 fontconfig/fontconfig.h \
7332 getopt.h \
7333 grp.h \
7334 ieeefp.h \
7335 io.h \
7336 jack/jack.h \
7337 jpeglib.h \
7338 lber.h \
7339 lcms.h \
7340 lcms/lcms.h \
7341 ldap.h \
7342 libaudioio.h \
7343 link.h \
7344 linux/cdrom.h \
7345 linux/compiler.h \
7346 linux/hdreg.h \
7347 linux/input.h \
7348 linux/ioctl.h \
7349 linux/joystick.h \
7350 linux/major.h \
7351 linux/param.h \
7352 linux/serial.h \
7353 linux/types.h \
7354 linux/ucdrom.h \
7355 mach/mach.h \
7356 mach/machine.h \
7357 machine/cpu.h \
7358 machine/limits.h \
7359 machine/soundcard.h \
7360 mntent.h \
7361 ncurses.h \
7362 netdb.h \
7363 netinet/in.h \
7364 netinet/in_systm.h \
7365 netinet/tcp.h \
7366 netinet/tcp_fsm.h \
7367 openssl/err.h \
7368 openssl/ssl.h \
7369 png.h \
7370 poll.h \
7371 process.h \
7372 pthread.h \
7373 pwd.h \
7374 regex.h \
7375 sched.h \
7376 scsi/scsi.h \
7377 scsi/scsi_ioctl.h \
7378 scsi/sg.h \
7379 soundcard.h \
7380 stdint.h \
7381 strings.h \
7382 sys/asoundlib.h \
7383 sys/cdio.h \
7384 sys/elf32.h \
7385 sys/epoll.h \
7386 sys/errno.h \
7387 sys/event.h \
7388 sys/exec_elf.h \
7389 sys/filio.h \
7390 sys/ioctl.h \
7391 sys/ipc.h \
7392 sys/limits.h \
7393 sys/link.h \
7394 sys/lwp.h \
7395 sys/mman.h \
7396 sys/modem.h \
7397 sys/msg.h \
7398 sys/mtio.h \
7399 sys/param.h \
7400 sys/poll.h \
7401 sys/prctl.h \
7402 sys/protosw.h \
7403 sys/ptrace.h \
7404 sys/reg.h \
7405 sys/resource.h \
7406 sys/scsiio.h \
7407 sys/shm.h \
7408 sys/signal.h \
7409 sys/socket.h \
7410 sys/socketvar.h \
7411 sys/sockio.h \
7412 sys/soundcard.h \
7413 sys/statvfs.h \
7414 sys/strtio.h \
7415 sys/syscall.h \
7416 sys/time.h \
7417 sys/timeout.h \
7418 sys/times.h \
7419 sys/uio.h \
7420 sys/un.h \
7421 sys/utsname.h \
7422 sys/vm86.h \
7423 sys/wait.h \
7424 syscall.h \
7425 termios.h \
7426 unistd.h \
7427 utime.h \
7428 valgrind/memcheck.h \
7429 valgrind/valgrind.h
7432 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7433 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7434 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7435 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7436 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7437 echo $ECHO_N "(cached) $ECHO_C" >&6
7439 ac_res=`eval echo '${'$as_ac_Header'}'`
7440 { echo "$as_me:$LINENO: result: $ac_res" >&5
7441 echo "${ECHO_T}$ac_res" >&6; }
7442 else
7443 # Is the header compilable?
7444 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7445 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7446 cat >conftest.$ac_ext <<_ACEOF
7447 /* confdefs.h. */
7448 _ACEOF
7449 cat confdefs.h >>conftest.$ac_ext
7450 cat >>conftest.$ac_ext <<_ACEOF
7451 /* end confdefs.h. */
7452 $ac_includes_default
7453 #include <$ac_header>
7454 _ACEOF
7455 rm -f conftest.$ac_objext
7456 if { (ac_try="$ac_compile"
7457 case "(($ac_try" in
7458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7459 *) ac_try_echo=$ac_try;;
7460 esac
7461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7462 (eval "$ac_compile") 2>conftest.er1
7463 ac_status=$?
7464 grep -v '^ *+' conftest.er1 >conftest.err
7465 rm -f conftest.er1
7466 cat conftest.err >&5
7467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7468 (exit $ac_status); } && {
7469 test -z "$ac_c_werror_flag" ||
7470 test ! -s conftest.err
7471 } && test -s conftest.$ac_objext; then
7472 ac_header_compiler=yes
7473 else
7474 echo "$as_me: failed program was:" >&5
7475 sed 's/^/| /' conftest.$ac_ext >&5
7477 ac_header_compiler=no
7480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7481 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7482 echo "${ECHO_T}$ac_header_compiler" >&6; }
7484 # Is the header present?
7485 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7486 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7487 cat >conftest.$ac_ext <<_ACEOF
7488 /* confdefs.h. */
7489 _ACEOF
7490 cat confdefs.h >>conftest.$ac_ext
7491 cat >>conftest.$ac_ext <<_ACEOF
7492 /* end confdefs.h. */
7493 #include <$ac_header>
7494 _ACEOF
7495 if { (ac_try="$ac_cpp conftest.$ac_ext"
7496 case "(($ac_try" in
7497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7498 *) ac_try_echo=$ac_try;;
7499 esac
7500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7501 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7502 ac_status=$?
7503 grep -v '^ *+' conftest.er1 >conftest.err
7504 rm -f conftest.er1
7505 cat conftest.err >&5
7506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7507 (exit $ac_status); } >/dev/null && {
7508 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7509 test ! -s conftest.err
7510 }; then
7511 ac_header_preproc=yes
7512 else
7513 echo "$as_me: failed program was:" >&5
7514 sed 's/^/| /' conftest.$ac_ext >&5
7516 ac_header_preproc=no
7519 rm -f conftest.err conftest.$ac_ext
7520 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7521 echo "${ECHO_T}$ac_header_preproc" >&6; }
7523 # So? What about this header?
7524 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7525 yes:no: )
7526 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7527 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7528 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7529 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7530 ac_header_preproc=yes
7532 no:yes:* )
7533 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7534 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7535 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7536 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7537 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7538 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7539 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7540 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7541 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7542 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7543 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7544 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7545 ( cat <<\_ASBOX
7546 ## ------------------------------------ ##
7547 ## Report this to wine-devel@winehq.org ##
7548 ## ------------------------------------ ##
7549 _ASBOX
7550 ) | sed "s/^/$as_me: WARNING: /" >&2
7552 esac
7553 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7555 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7556 echo $ECHO_N "(cached) $ECHO_C" >&6
7557 else
7558 eval "$as_ac_Header=\$ac_header_preproc"
7560 ac_res=`eval echo '${'$as_ac_Header'}'`
7561 { echo "$as_me:$LINENO: result: $ac_res" >&5
7562 echo "${ECHO_T}$ac_res" >&6; }
7565 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7566 cat >>confdefs.h <<_ACEOF
7567 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7568 _ACEOF
7572 done
7574 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7575 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7576 if test "${ac_cv_header_stat_broken+set}" = set; then
7577 echo $ECHO_N "(cached) $ECHO_C" >&6
7578 else
7579 cat >conftest.$ac_ext <<_ACEOF
7580 /* confdefs.h. */
7581 _ACEOF
7582 cat confdefs.h >>conftest.$ac_ext
7583 cat >>conftest.$ac_ext <<_ACEOF
7584 /* end confdefs.h. */
7585 #include <sys/types.h>
7586 #include <sys/stat.h>
7588 #if defined S_ISBLK && defined S_IFDIR
7589 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7590 #endif
7592 #if defined S_ISBLK && defined S_IFCHR
7593 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7594 #endif
7596 #if defined S_ISLNK && defined S_IFREG
7597 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7598 #endif
7600 #if defined S_ISSOCK && defined S_IFREG
7601 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7602 #endif
7604 _ACEOF
7605 rm -f conftest.$ac_objext
7606 if { (ac_try="$ac_compile"
7607 case "(($ac_try" in
7608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7609 *) ac_try_echo=$ac_try;;
7610 esac
7611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7612 (eval "$ac_compile") 2>conftest.er1
7613 ac_status=$?
7614 grep -v '^ *+' conftest.er1 >conftest.err
7615 rm -f conftest.er1
7616 cat conftest.err >&5
7617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7618 (exit $ac_status); } && {
7619 test -z "$ac_c_werror_flag" ||
7620 test ! -s conftest.err
7621 } && test -s conftest.$ac_objext; then
7622 ac_cv_header_stat_broken=no
7623 else
7624 echo "$as_me: failed program was:" >&5
7625 sed 's/^/| /' conftest.$ac_ext >&5
7627 ac_cv_header_stat_broken=yes
7630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7632 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7633 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7634 if test $ac_cv_header_stat_broken = yes; then
7636 cat >>confdefs.h <<\_ACEOF
7637 #define STAT_MACROS_BROKEN 1
7638 _ACEOF
7649 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7651 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7652 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7653 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7654 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7655 echo $ECHO_N "(cached) $ECHO_C" >&6
7656 else
7657 cat >conftest.$ac_ext <<_ACEOF
7658 /* confdefs.h. */
7659 _ACEOF
7660 cat confdefs.h >>conftest.$ac_ext
7661 cat >>conftest.$ac_ext <<_ACEOF
7662 /* end confdefs.h. */
7663 #include <sys/types.h>
7664 #ifdef HAVE_SYS_PARAM_H
7665 # include <sys/param.h>
7666 #endif
7668 #include <$ac_header>
7669 _ACEOF
7670 rm -f conftest.$ac_objext
7671 if { (ac_try="$ac_compile"
7672 case "(($ac_try" in
7673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7674 *) ac_try_echo=$ac_try;;
7675 esac
7676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7677 (eval "$ac_compile") 2>conftest.er1
7678 ac_status=$?
7679 grep -v '^ *+' conftest.er1 >conftest.err
7680 rm -f conftest.er1
7681 cat conftest.err >&5
7682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7683 (exit $ac_status); } && {
7684 test -z "$ac_c_werror_flag" ||
7685 test ! -s conftest.err
7686 } && test -s conftest.$ac_objext; then
7687 eval "$as_ac_Header=yes"
7688 else
7689 echo "$as_me: failed program was:" >&5
7690 sed 's/^/| /' conftest.$ac_ext >&5
7692 eval "$as_ac_Header=no"
7695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7697 ac_res=`eval echo '${'$as_ac_Header'}'`
7698 { echo "$as_me:$LINENO: result: $ac_res" >&5
7699 echo "${ECHO_T}$ac_res" >&6; }
7700 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7701 cat >>confdefs.h <<_ACEOF
7702 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7703 _ACEOF
7707 done
7723 for ac_header in \
7724 netinet/ip.h \
7725 net/if.h \
7726 net/if_arp.h \
7727 net/if_dl.h \
7728 net/if_types.h \
7729 net/route.h \
7730 netinet/if_ether.h \
7731 netinet/if_inarp.h \
7732 netinet/in_pcb.h \
7733 netinet/ip_icmp.h \
7734 netinet/ip_var.h \
7735 netinet/udp.h \
7736 netipx/ipx.h \
7739 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7740 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7741 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7742 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7743 echo $ECHO_N "(cached) $ECHO_C" >&6
7744 else
7745 cat >conftest.$ac_ext <<_ACEOF
7746 /* confdefs.h. */
7747 _ACEOF
7748 cat confdefs.h >>conftest.$ac_ext
7749 cat >>conftest.$ac_ext <<_ACEOF
7750 /* end confdefs.h. */
7751 #include <sys/types.h>
7752 #ifdef HAVE_SYS_SOCKET_H
7753 # include <sys/socket.h>
7754 #endif
7755 #ifdef HAVE_SYS_SOCKETVAR_H
7756 # include <sys/socketvar.h>
7757 #endif
7758 #ifdef HAVE_NET_ROUTE_H
7759 # include <net/route.h>
7760 #endif
7761 #ifdef HAVE_NETINET_IN_H
7762 # include <netinet/in.h>
7763 #endif
7764 #ifdef HAVE_NETINET_IN_SYSTM_H
7765 # include <netinet/in_systm.h>
7766 #endif
7767 #ifdef HAVE_NET_IF_H
7768 # include <net/if.h>
7769 #endif
7770 #ifdef HAVE_NETINET_IP_H
7771 # include <netinet/ip.h>
7772 #endif
7774 #include <$ac_header>
7775 _ACEOF
7776 rm -f conftest.$ac_objext
7777 if { (ac_try="$ac_compile"
7778 case "(($ac_try" in
7779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7780 *) ac_try_echo=$ac_try;;
7781 esac
7782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7783 (eval "$ac_compile") 2>conftest.er1
7784 ac_status=$?
7785 grep -v '^ *+' conftest.er1 >conftest.err
7786 rm -f conftest.er1
7787 cat conftest.err >&5
7788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7789 (exit $ac_status); } && {
7790 test -z "$ac_c_werror_flag" ||
7791 test ! -s conftest.err
7792 } && test -s conftest.$ac_objext; then
7793 eval "$as_ac_Header=yes"
7794 else
7795 echo "$as_me: failed program was:" >&5
7796 sed 's/^/| /' conftest.$ac_ext >&5
7798 eval "$as_ac_Header=no"
7801 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7803 ac_res=`eval echo '${'$as_ac_Header'}'`
7804 { echo "$as_me:$LINENO: result: $ac_res" >&5
7805 echo "${ECHO_T}$ac_res" >&6; }
7806 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7807 cat >>confdefs.h <<_ACEOF
7808 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7809 _ACEOF
7813 done
7820 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
7822 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7823 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7824 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7825 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7826 echo $ECHO_N "(cached) $ECHO_C" >&6
7827 else
7828 cat >conftest.$ac_ext <<_ACEOF
7829 /* confdefs.h. */
7830 _ACEOF
7831 cat confdefs.h >>conftest.$ac_ext
7832 cat >>conftest.$ac_ext <<_ACEOF
7833 /* end confdefs.h. */
7834 #include <sys/types.h>
7835 #ifdef HAVE_ALIAS_H
7836 # include <alias.h>
7837 #endif
7838 #ifdef HAVE_SYS_SOCKET_H
7839 # include <sys/socket.h>
7840 #endif
7841 #ifdef HAVE_SYS_SOCKETVAR_H
7842 # include <sys/socketvar.h>
7843 #endif
7844 #ifdef HAVE_SYS_TIMEOUT_H
7845 # include <sys/timeout.h>
7846 #endif
7847 #ifdef HAVE_NETINET_IN_H
7848 # include <netinet/in.h>
7849 #endif
7850 #ifdef HAVE_NETINET_IN_SYSTM_H
7851 # include <netinet/in_systm.h>
7852 #endif
7853 #ifdef HAVE_NETINET_IP_H
7854 # include <netinet/ip.h>
7855 #endif
7856 #ifdef HAVE_NETINET_IP_VAR_H
7857 # include <netinet/ip_var.h>
7858 #endif
7859 #ifdef HAVE_NETINET_IP_ICMP_H
7860 # include <netinet/ip_icmp.h>
7861 #endif
7862 #ifdef HAVE_NETINET_UDP_H
7863 # include <netinet/udp.h>
7864 #endif
7865 #ifdef HAVE_NETINET_TCP_H
7866 # include <netinet/tcp.h>
7867 #endif
7868 #ifdef HAVE_NETINET_TCP_TIMER_H
7869 #include <netinet/tcp_timer.h>
7870 #endif
7872 #include <$ac_header>
7873 _ACEOF
7874 rm -f conftest.$ac_objext
7875 if { (ac_try="$ac_compile"
7876 case "(($ac_try" in
7877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7878 *) ac_try_echo=$ac_try;;
7879 esac
7880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7881 (eval "$ac_compile") 2>conftest.er1
7882 ac_status=$?
7883 grep -v '^ *+' conftest.er1 >conftest.err
7884 rm -f conftest.er1
7885 cat conftest.err >&5
7886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7887 (exit $ac_status); } && {
7888 test -z "$ac_c_werror_flag" ||
7889 test ! -s conftest.err
7890 } && test -s conftest.$ac_objext; then
7891 eval "$as_ac_Header=yes"
7892 else
7893 echo "$as_me: failed program was:" >&5
7894 sed 's/^/| /' conftest.$ac_ext >&5
7896 eval "$as_ac_Header=no"
7899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7901 ac_res=`eval echo '${'$as_ac_Header'}'`
7902 { echo "$as_me:$LINENO: result: $ac_res" >&5
7903 echo "${ECHO_T}$ac_res" >&6; }
7904 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7905 cat >>confdefs.h <<_ACEOF
7906 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7907 _ACEOF
7911 done
7915 for ac_header in linux/ipx.h
7917 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7918 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7919 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7920 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7921 echo $ECHO_N "(cached) $ECHO_C" >&6
7922 else
7923 cat >conftest.$ac_ext <<_ACEOF
7924 /* confdefs.h. */
7925 _ACEOF
7926 cat confdefs.h >>conftest.$ac_ext
7927 cat >>conftest.$ac_ext <<_ACEOF
7928 /* end confdefs.h. */
7929 #include <sys/types.h>
7930 #ifdef HAVE_ASM_TYPES_H
7931 # include <asm/types.h>
7932 #endif
7933 #ifdef HAVE_SYS_SOCKET_H
7934 # include <sys/socket.h>
7935 #endif
7936 #ifdef HAVE_LINUX_TYPES_H
7937 # include <linux/types.h>
7938 #endif
7940 #include <$ac_header>
7941 _ACEOF
7942 rm -f conftest.$ac_objext
7943 if { (ac_try="$ac_compile"
7944 case "(($ac_try" in
7945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7946 *) ac_try_echo=$ac_try;;
7947 esac
7948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7949 (eval "$ac_compile") 2>conftest.er1
7950 ac_status=$?
7951 grep -v '^ *+' conftest.er1 >conftest.err
7952 rm -f conftest.er1
7953 cat conftest.err >&5
7954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7955 (exit $ac_status); } && {
7956 test -z "$ac_c_werror_flag" ||
7957 test ! -s conftest.err
7958 } && test -s conftest.$ac_objext; then
7959 eval "$as_ac_Header=yes"
7960 else
7961 echo "$as_me: failed program was:" >&5
7962 sed 's/^/| /' conftest.$ac_ext >&5
7964 eval "$as_ac_Header=no"
7967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7969 ac_res=`eval echo '${'$as_ac_Header'}'`
7970 { echo "$as_me:$LINENO: result: $ac_res" >&5
7971 echo "${ECHO_T}$ac_res" >&6; }
7972 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7973 cat >>confdefs.h <<_ACEOF
7974 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7975 _ACEOF
7979 done
7983 for ac_header in resolv.h
7985 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7986 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7987 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7988 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7989 echo $ECHO_N "(cached) $ECHO_C" >&6
7990 else
7991 cat >conftest.$ac_ext <<_ACEOF
7992 /* confdefs.h. */
7993 _ACEOF
7994 cat confdefs.h >>conftest.$ac_ext
7995 cat >>conftest.$ac_ext <<_ACEOF
7996 /* end confdefs.h. */
7997 #include <sys/types.h>
7998 #ifdef HAVE_SYS_SOCKET_H
7999 # include <sys/socket.h>
8000 #endif
8001 #ifdef HAVE_NETINET_IN_H
8002 # include <netinet/in.h>
8003 #endif
8004 #ifdef HAVE_ARPA_NAMESER_H
8005 # include <arpa/nameser.h>
8006 #endif
8008 #include <$ac_header>
8009 _ACEOF
8010 rm -f conftest.$ac_objext
8011 if { (ac_try="$ac_compile"
8012 case "(($ac_try" in
8013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8014 *) ac_try_echo=$ac_try;;
8015 esac
8016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8017 (eval "$ac_compile") 2>conftest.er1
8018 ac_status=$?
8019 grep -v '^ *+' conftest.er1 >conftest.err
8020 rm -f conftest.er1
8021 cat conftest.err >&5
8022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8023 (exit $ac_status); } && {
8024 test -z "$ac_c_werror_flag" ||
8025 test ! -s conftest.err
8026 } && test -s conftest.$ac_objext; then
8027 eval "$as_ac_Header=yes"
8028 else
8029 echo "$as_me: failed program was:" >&5
8030 sed 's/^/| /' conftest.$ac_ext >&5
8032 eval "$as_ac_Header=no"
8035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8037 ac_res=`eval echo '${'$as_ac_Header'}'`
8038 { echo "$as_me:$LINENO: result: $ac_res" >&5
8039 echo "${ECHO_T}$ac_res" >&6; }
8040 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8041 cat >>confdefs.h <<_ACEOF
8042 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8043 _ACEOF
8047 done
8051 for ac_header in ucontext.h
8053 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8054 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8055 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8057 echo $ECHO_N "(cached) $ECHO_C" >&6
8058 else
8059 cat >conftest.$ac_ext <<_ACEOF
8060 /* confdefs.h. */
8061 _ACEOF
8062 cat confdefs.h >>conftest.$ac_ext
8063 cat >>conftest.$ac_ext <<_ACEOF
8064 /* end confdefs.h. */
8065 #include <signal.h>
8067 #include <$ac_header>
8068 _ACEOF
8069 rm -f conftest.$ac_objext
8070 if { (ac_try="$ac_compile"
8071 case "(($ac_try" in
8072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8073 *) ac_try_echo=$ac_try;;
8074 esac
8075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8076 (eval "$ac_compile") 2>conftest.er1
8077 ac_status=$?
8078 grep -v '^ *+' conftest.er1 >conftest.err
8079 rm -f conftest.er1
8080 cat conftest.err >&5
8081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8082 (exit $ac_status); } && {
8083 test -z "$ac_c_werror_flag" ||
8084 test ! -s conftest.err
8085 } && test -s conftest.$ac_objext; then
8086 eval "$as_ac_Header=yes"
8087 else
8088 echo "$as_me: failed program was:" >&5
8089 sed 's/^/| /' conftest.$ac_ext >&5
8091 eval "$as_ac_Header=no"
8094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8096 ac_res=`eval echo '${'$as_ac_Header'}'`
8097 { echo "$as_me:$LINENO: result: $ac_res" >&5
8098 echo "${ECHO_T}$ac_res" >&6; }
8099 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8100 cat >>confdefs.h <<_ACEOF
8101 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8102 _ACEOF
8106 done
8110 for ac_header in sys/thr.h
8112 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8113 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8114 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8115 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8116 echo $ECHO_N "(cached) $ECHO_C" >&6
8117 else
8118 cat >conftest.$ac_ext <<_ACEOF
8119 /* confdefs.h. */
8120 _ACEOF
8121 cat confdefs.h >>conftest.$ac_ext
8122 cat >>conftest.$ac_ext <<_ACEOF
8123 /* end confdefs.h. */
8124 #include <sys/types.h>
8125 #ifdef HAVE_UCONTEXT_H
8126 #include <ucontext.h>
8127 #endif
8129 #include <$ac_header>
8130 _ACEOF
8131 rm -f conftest.$ac_objext
8132 if { (ac_try="$ac_compile"
8133 case "(($ac_try" in
8134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8135 *) ac_try_echo=$ac_try;;
8136 esac
8137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8138 (eval "$ac_compile") 2>conftest.er1
8139 ac_status=$?
8140 grep -v '^ *+' conftest.er1 >conftest.err
8141 rm -f conftest.er1
8142 cat conftest.err >&5
8143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8144 (exit $ac_status); } && {
8145 test -z "$ac_c_werror_flag" ||
8146 test ! -s conftest.err
8147 } && test -s conftest.$ac_objext; then
8148 eval "$as_ac_Header=yes"
8149 else
8150 echo "$as_me: failed program was:" >&5
8151 sed 's/^/| /' conftest.$ac_ext >&5
8153 eval "$as_ac_Header=no"
8156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8158 ac_res=`eval echo '${'$as_ac_Header'}'`
8159 { echo "$as_me:$LINENO: result: $ac_res" >&5
8160 echo "${ECHO_T}$ac_res" >&6; }
8161 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8162 cat >>confdefs.h <<_ACEOF
8163 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8164 _ACEOF
8168 done
8172 for ac_header in pthread_np.h
8174 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8175 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8176 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8177 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8178 echo $ECHO_N "(cached) $ECHO_C" >&6
8179 else
8180 cat >conftest.$ac_ext <<_ACEOF
8181 /* confdefs.h. */
8182 _ACEOF
8183 cat confdefs.h >>conftest.$ac_ext
8184 cat >>conftest.$ac_ext <<_ACEOF
8185 /* end confdefs.h. */
8186 #ifdef HAVE_PTHREAD_H
8187 #include <pthread.h>
8188 #endif
8190 #include <$ac_header>
8191 _ACEOF
8192 rm -f conftest.$ac_objext
8193 if { (ac_try="$ac_compile"
8194 case "(($ac_try" in
8195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8196 *) ac_try_echo=$ac_try;;
8197 esac
8198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8199 (eval "$ac_compile") 2>conftest.er1
8200 ac_status=$?
8201 grep -v '^ *+' conftest.er1 >conftest.err
8202 rm -f conftest.er1
8203 cat conftest.err >&5
8204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8205 (exit $ac_status); } && {
8206 test -z "$ac_c_werror_flag" ||
8207 test ! -s conftest.err
8208 } && test -s conftest.$ac_objext; then
8209 eval "$as_ac_Header=yes"
8210 else
8211 echo "$as_me: failed program was:" >&5
8212 sed 's/^/| /' conftest.$ac_ext >&5
8214 eval "$as_ac_Header=no"
8217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8219 ac_res=`eval echo '${'$as_ac_Header'}'`
8220 { echo "$as_me:$LINENO: result: $ac_res" >&5
8221 echo "${ECHO_T}$ac_res" >&6; }
8222 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8223 cat >>confdefs.h <<_ACEOF
8224 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8225 _ACEOF
8229 done
8233 for ac_header in linux/videodev.h
8235 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8236 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8237 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8238 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8239 echo $ECHO_N "(cached) $ECHO_C" >&6
8240 else
8241 cat >conftest.$ac_ext <<_ACEOF
8242 /* confdefs.h. */
8243 _ACEOF
8244 cat confdefs.h >>conftest.$ac_ext
8245 cat >>conftest.$ac_ext <<_ACEOF
8246 /* end confdefs.h. */
8247 #ifdef HAVE_SYS_TIME_H
8248 #include <sys/time.h>
8249 #endif
8250 #include <sys/types.h>
8251 #ifdef HAVE_ASM_TYPES_H
8252 #include <asm/types.h>
8253 #endif
8255 #include <$ac_header>
8256 _ACEOF
8257 rm -f conftest.$ac_objext
8258 if { (ac_try="$ac_compile"
8259 case "(($ac_try" in
8260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8261 *) ac_try_echo=$ac_try;;
8262 esac
8263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8264 (eval "$ac_compile") 2>conftest.er1
8265 ac_status=$?
8266 grep -v '^ *+' conftest.er1 >conftest.err
8267 rm -f conftest.er1
8268 cat conftest.err >&5
8269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8270 (exit $ac_status); } && {
8271 test -z "$ac_c_werror_flag" ||
8272 test ! -s conftest.err
8273 } && test -s conftest.$ac_objext; then
8274 eval "$as_ac_Header=yes"
8275 else
8276 echo "$as_me: failed program was:" >&5
8277 sed 's/^/| /' conftest.$ac_ext >&5
8279 eval "$as_ac_Header=no"
8282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8284 ac_res=`eval echo '${'$as_ac_Header'}'`
8285 { echo "$as_me:$LINENO: result: $ac_res" >&5
8286 echo "${ECHO_T}$ac_res" >&6; }
8287 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8288 cat >>confdefs.h <<_ACEOF
8289 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8290 _ACEOF
8294 done
8298 for ac_header in linux/capi.h
8300 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8301 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8302 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8303 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8304 echo $ECHO_N "(cached) $ECHO_C" >&6
8305 else
8306 cat >conftest.$ac_ext <<_ACEOF
8307 /* confdefs.h. */
8308 _ACEOF
8309 cat confdefs.h >>conftest.$ac_ext
8310 cat >>conftest.$ac_ext <<_ACEOF
8311 /* end confdefs.h. */
8312 #define __user
8314 #include <$ac_header>
8315 _ACEOF
8316 rm -f conftest.$ac_objext
8317 if { (ac_try="$ac_compile"
8318 case "(($ac_try" in
8319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8320 *) ac_try_echo=$ac_try;;
8321 esac
8322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8323 (eval "$ac_compile") 2>conftest.er1
8324 ac_status=$?
8325 grep -v '^ *+' conftest.er1 >conftest.err
8326 rm -f conftest.er1
8327 cat conftest.err >&5
8328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8329 (exit $ac_status); } && {
8330 test -z "$ac_c_werror_flag" ||
8331 test ! -s conftest.err
8332 } && test -s conftest.$ac_objext; then
8333 eval "$as_ac_Header=yes"
8334 else
8335 echo "$as_me: failed program was:" >&5
8336 sed 's/^/| /' conftest.$ac_ext >&5
8338 eval "$as_ac_Header=no"
8341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8343 ac_res=`eval echo '${'$as_ac_Header'}'`
8344 { echo "$as_me:$LINENO: result: $ac_res" >&5
8345 echo "${ECHO_T}$ac_res" >&6; }
8346 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8347 cat >>confdefs.h <<_ACEOF
8348 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8349 _ACEOF
8353 done
8357 DLLEXT=""
8359 DLLFLAGS="-D_REENTRANT"
8361 LDSHARED=""
8363 LDDLLFLAGS=""
8365 LIBEXT="so"
8367 IMPLIBEXT="def"
8369 LDRPATH_INSTALL=""
8371 LDRPATH_LOCAL=""
8373 # Extract the first word of "ldd", so it can be a program name with args.
8374 set dummy ldd; ac_word=$2
8375 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8376 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8377 if test "${ac_cv_path_LDD+set}" = set; then
8378 echo $ECHO_N "(cached) $ECHO_C" >&6
8379 else
8380 case $LDD in
8381 [\\/]* | ?:[\\/]*)
8382 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8385 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8386 as_dummy="/sbin:/usr/sbin:$PATH"
8387 for as_dir in $as_dummy
8389 IFS=$as_save_IFS
8390 test -z "$as_dir" && as_dir=.
8391 for ac_exec_ext in '' $ac_executable_extensions; do
8392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8393 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8394 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8395 break 2
8397 done
8398 done
8399 IFS=$as_save_IFS
8401 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8403 esac
8405 LDD=$ac_cv_path_LDD
8406 if test -n "$LDD"; then
8407 { echo "$as_me:$LINENO: result: $LDD" >&5
8408 echo "${ECHO_T}$LDD" >&6; }
8409 else
8410 { echo "$as_me:$LINENO: result: no" >&5
8411 echo "${ECHO_T}no" >&6; }
8416 case $host_os in
8417 cygwin*|mingw32*)
8418 if test -n "$ac_tool_prefix"; then
8419 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8420 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8421 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8422 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8423 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8424 echo $ECHO_N "(cached) $ECHO_C" >&6
8425 else
8426 if test -n "$DLLTOOL"; then
8427 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8428 else
8429 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8430 for as_dir in $PATH
8432 IFS=$as_save_IFS
8433 test -z "$as_dir" && as_dir=.
8434 for ac_exec_ext in '' $ac_executable_extensions; do
8435 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8436 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8437 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8438 break 2
8440 done
8441 done
8442 IFS=$as_save_IFS
8446 DLLTOOL=$ac_cv_prog_DLLTOOL
8447 if test -n "$DLLTOOL"; then
8448 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8449 echo "${ECHO_T}$DLLTOOL" >&6; }
8450 else
8451 { echo "$as_me:$LINENO: result: no" >&5
8452 echo "${ECHO_T}no" >&6; }
8457 if test -z "$ac_cv_prog_DLLTOOL"; then
8458 ac_ct_DLLTOOL=$DLLTOOL
8459 # Extract the first word of "dlltool", so it can be a program name with args.
8460 set dummy dlltool; ac_word=$2
8461 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8463 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8464 echo $ECHO_N "(cached) $ECHO_C" >&6
8465 else
8466 if test -n "$ac_ct_DLLTOOL"; then
8467 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8468 else
8469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8470 for as_dir in $PATH
8472 IFS=$as_save_IFS
8473 test -z "$as_dir" && as_dir=.
8474 for ac_exec_ext in '' $ac_executable_extensions; do
8475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8476 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8477 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8478 break 2
8480 done
8481 done
8482 IFS=$as_save_IFS
8486 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8487 if test -n "$ac_ct_DLLTOOL"; then
8488 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8489 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8490 else
8491 { echo "$as_me:$LINENO: result: no" >&5
8492 echo "${ECHO_T}no" >&6; }
8495 if test "x$ac_ct_DLLTOOL" = x; then
8496 DLLTOOL="false"
8497 else
8498 case $cross_compiling:$ac_tool_warned in
8499 yes:)
8500 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8501 whose name does not start with the host triplet. If you think this
8502 configuration is useful to you, please write to autoconf@gnu.org." >&5
8503 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8504 whose name does not start with the host triplet. If you think this
8505 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8506 ac_tool_warned=yes ;;
8507 esac
8508 DLLTOOL=$ac_ct_DLLTOOL
8510 else
8511 DLLTOOL="$ac_cv_prog_DLLTOOL"
8514 if test -n "$ac_tool_prefix"; then
8515 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8516 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8517 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8518 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8519 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8520 echo $ECHO_N "(cached) $ECHO_C" >&6
8521 else
8522 if test -n "$DLLWRAP"; then
8523 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8524 else
8525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8526 for as_dir in $PATH
8528 IFS=$as_save_IFS
8529 test -z "$as_dir" && as_dir=.
8530 for ac_exec_ext in '' $ac_executable_extensions; do
8531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8532 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8534 break 2
8536 done
8537 done
8538 IFS=$as_save_IFS
8542 DLLWRAP=$ac_cv_prog_DLLWRAP
8543 if test -n "$DLLWRAP"; then
8544 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8545 echo "${ECHO_T}$DLLWRAP" >&6; }
8546 else
8547 { echo "$as_me:$LINENO: result: no" >&5
8548 echo "${ECHO_T}no" >&6; }
8553 if test -z "$ac_cv_prog_DLLWRAP"; then
8554 ac_ct_DLLWRAP=$DLLWRAP
8555 # Extract the first word of "dllwrap", so it can be a program name with args.
8556 set dummy dllwrap; ac_word=$2
8557 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8558 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8559 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8560 echo $ECHO_N "(cached) $ECHO_C" >&6
8561 else
8562 if test -n "$ac_ct_DLLWRAP"; then
8563 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8564 else
8565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8566 for as_dir in $PATH
8568 IFS=$as_save_IFS
8569 test -z "$as_dir" && as_dir=.
8570 for ac_exec_ext in '' $ac_executable_extensions; do
8571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8572 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8573 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8574 break 2
8576 done
8577 done
8578 IFS=$as_save_IFS
8582 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8583 if test -n "$ac_ct_DLLWRAP"; then
8584 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8585 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8586 else
8587 { echo "$as_me:$LINENO: result: no" >&5
8588 echo "${ECHO_T}no" >&6; }
8591 if test "x$ac_ct_DLLWRAP" = x; then
8592 DLLWRAP="false"
8593 else
8594 case $cross_compiling:$ac_tool_warned in
8595 yes:)
8596 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8597 whose name does not start with the host triplet. If you think this
8598 configuration is useful to you, please write to autoconf@gnu.org." >&5
8599 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8600 whose name does not start with the host triplet. If you think this
8601 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8602 ac_tool_warned=yes ;;
8603 esac
8604 DLLWRAP=$ac_ct_DLLWRAP
8606 else
8607 DLLWRAP="$ac_cv_prog_DLLWRAP"
8610 if test -n "$ac_tool_prefix"; then
8611 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8612 set dummy ${ac_tool_prefix}ar; ac_word=$2
8613 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8614 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8615 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8616 echo $ECHO_N "(cached) $ECHO_C" >&6
8617 else
8618 if test -n "$MINGWAR"; then
8619 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8620 else
8621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8622 for as_dir in $PATH
8624 IFS=$as_save_IFS
8625 test -z "$as_dir" && as_dir=.
8626 for ac_exec_ext in '' $ac_executable_extensions; do
8627 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8628 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8629 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8630 break 2
8632 done
8633 done
8634 IFS=$as_save_IFS
8638 MINGWAR=$ac_cv_prog_MINGWAR
8639 if test -n "$MINGWAR"; then
8640 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8641 echo "${ECHO_T}$MINGWAR" >&6; }
8642 else
8643 { echo "$as_me:$LINENO: result: no" >&5
8644 echo "${ECHO_T}no" >&6; }
8649 if test -z "$ac_cv_prog_MINGWAR"; then
8650 ac_ct_MINGWAR=$MINGWAR
8651 # Extract the first word of "ar", so it can be a program name with args.
8652 set dummy ar; ac_word=$2
8653 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8654 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8655 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8656 echo $ECHO_N "(cached) $ECHO_C" >&6
8657 else
8658 if test -n "$ac_ct_MINGWAR"; then
8659 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8660 else
8661 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8662 for as_dir in $PATH
8664 IFS=$as_save_IFS
8665 test -z "$as_dir" && as_dir=.
8666 for ac_exec_ext in '' $ac_executable_extensions; do
8667 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8668 ac_cv_prog_ac_ct_MINGWAR="ar"
8669 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8670 break 2
8672 done
8673 done
8674 IFS=$as_save_IFS
8678 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8679 if test -n "$ac_ct_MINGWAR"; then
8680 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8681 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8682 else
8683 { echo "$as_me:$LINENO: result: no" >&5
8684 echo "${ECHO_T}no" >&6; }
8687 if test "x$ac_ct_MINGWAR" = x; then
8688 MINGWAR="false"
8689 else
8690 case $cross_compiling:$ac_tool_warned in
8691 yes:)
8692 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8693 whose name does not start with the host triplet. If you think this
8694 configuration is useful to you, please write to autoconf@gnu.org." >&5
8695 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8696 whose name does not start with the host triplet. If you think this
8697 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8698 ac_tool_warned=yes ;;
8699 esac
8700 MINGWAR=$ac_ct_MINGWAR
8702 else
8703 MINGWAR="$ac_cv_prog_MINGWAR"
8706 if test "$DLLWRAP" = "false"; then
8707 LIBEXT="a"
8708 else
8709 LIBEXT="dll"
8711 IMPLIBEXT="a"
8712 WIN16_FILES=""
8713 WIN16_INSTALL=""
8714 enable_iphlpapi=${enable_iphlpapi:-no}
8715 enable_kernel32=${enable_kernel32:-no}
8716 enable_msvcrt=${enable_msvcrt:-no}
8717 enable_ntdll=${enable_ntdll:-no}
8718 enable_ws2_32=${enable_ws2_32:-no}
8719 enable_loader=${enable_loader:-no}
8720 enable_server=${enable_server:-no}
8722 darwin*|macosx*)
8723 DLLEXT=".so"
8724 LIBEXT="dylib"
8725 DLLFLAGS="$DLLFLAGS -fPIC"
8726 LDDLLFLAGS="-bundle -multiply_defined suppress"
8727 LIBWINE_LDFLAGS="-multiply_defined suppress"
8728 LDSHARED="\$(CC) -dynamiclib"
8729 STRIP="$STRIP -x"
8730 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8731 SECURITYLIB="-framework Security -framework CoreFoundation"
8733 COREFOUNDATIONLIB="-framework CoreFoundation"
8735 IOKITLIB="-framework IOKit -framework CoreFoundation"
8737 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8739 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8740 then
8741 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8744 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8745 then
8746 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8749 case $host_cpu in
8750 *powerpc*)
8751 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8752 esac
8753 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8754 then
8755 CARBONLIB="-framework Carbon"
8757 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8761 DLLFLAGS="$DLLFLAGS -fPIC"
8762 DLLEXT=".so"
8763 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8764 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8765 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8766 echo $ECHO_N "(cached) $ECHO_C" >&6
8767 else
8768 ac_wine_try_cflags_saved=$CFLAGS
8769 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8770 cat >conftest.$ac_ext <<_ACEOF
8771 void myfunc() {}
8772 _ACEOF
8773 rm -f conftest.$ac_objext conftest$ac_exeext
8774 if { (ac_try="$ac_link"
8775 case "(($ac_try" in
8776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8777 *) ac_try_echo=$ac_try;;
8778 esac
8779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8780 (eval "$ac_link") 2>conftest.er1
8781 ac_status=$?
8782 grep -v '^ *+' conftest.er1 >conftest.err
8783 rm -f conftest.er1
8784 cat conftest.err >&5
8785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8786 (exit $ac_status); } && {
8787 test -z "$ac_c_werror_flag" ||
8788 test ! -s conftest.err
8789 } && test -s conftest$ac_exeext &&
8790 $as_test_x conftest$ac_exeext; then
8791 ac_cv_c_dll_gnuelf="yes"
8792 else
8793 echo "$as_me: failed program was:" >&5
8794 sed 's/^/| /' conftest.$ac_ext >&5
8796 ac_cv_c_dll_gnuelf="no"
8799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8800 conftest$ac_exeext conftest.$ac_ext
8801 CFLAGS=$ac_wine_try_cflags_saved
8803 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8804 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8805 if test "$ac_cv_c_dll_gnuelf" = "yes"
8806 then
8807 LDSHARED="\$(CC) -shared"
8808 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8809 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8810 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8811 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8812 echo $ECHO_N "(cached) $ECHO_C" >&6
8813 else
8814 ac_wine_try_cflags_saved=$CFLAGS
8815 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8816 cat >conftest.$ac_ext <<_ACEOF
8817 /* confdefs.h. */
8818 _ACEOF
8819 cat confdefs.h >>conftest.$ac_ext
8820 cat >>conftest.$ac_ext <<_ACEOF
8821 /* end confdefs.h. */
8824 main ()
8828 return 0;
8830 _ACEOF
8831 rm -f conftest.$ac_objext conftest$ac_exeext
8832 if { (ac_try="$ac_link"
8833 case "(($ac_try" in
8834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8835 *) ac_try_echo=$ac_try;;
8836 esac
8837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8838 (eval "$ac_link") 2>conftest.er1
8839 ac_status=$?
8840 grep -v '^ *+' conftest.er1 >conftest.err
8841 rm -f conftest.er1
8842 cat conftest.err >&5
8843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8844 (exit $ac_status); } && {
8845 test -z "$ac_c_werror_flag" ||
8846 test ! -s conftest.err
8847 } && test -s conftest$ac_exeext &&
8848 $as_test_x conftest$ac_exeext; then
8849 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8850 else
8851 echo "$as_me: failed program was:" >&5
8852 sed 's/^/| /' conftest.$ac_ext >&5
8854 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8858 conftest$ac_exeext conftest.$ac_ext
8859 CFLAGS=$ac_wine_try_cflags_saved
8861 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8862 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8863 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8864 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8865 else
8866 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8867 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8868 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8869 echo $ECHO_N "(cached) $ECHO_C" >&6
8870 else
8871 ac_wine_try_cflags_saved=$CFLAGS
8872 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8873 cat >conftest.$ac_ext <<_ACEOF
8874 /* confdefs.h. */
8875 _ACEOF
8876 cat confdefs.h >>conftest.$ac_ext
8877 cat >>conftest.$ac_ext <<_ACEOF
8878 /* end confdefs.h. */
8881 main ()
8885 return 0;
8887 _ACEOF
8888 rm -f conftest.$ac_objext conftest$ac_exeext
8889 if { (ac_try="$ac_link"
8890 case "(($ac_try" in
8891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8892 *) ac_try_echo=$ac_try;;
8893 esac
8894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8895 (eval "$ac_link") 2>conftest.er1
8896 ac_status=$?
8897 grep -v '^ *+' conftest.er1 >conftest.err
8898 rm -f conftest.er1
8899 cat conftest.err >&5
8900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8901 (exit $ac_status); } && {
8902 test -z "$ac_c_werror_flag" ||
8903 test ! -s conftest.err
8904 } && test -s conftest$ac_exeext &&
8905 $as_test_x conftest$ac_exeext; then
8906 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8907 else
8908 echo "$as_me: failed program was:" >&5
8909 sed 's/^/| /' conftest.$ac_ext >&5
8911 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8914 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8915 conftest$ac_exeext conftest.$ac_ext
8916 CFLAGS=$ac_wine_try_cflags_saved
8918 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8919 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8920 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8921 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8927 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8928 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8929 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8930 echo $ECHO_N "(cached) $ECHO_C" >&6
8931 else
8932 ac_wine_try_cflags_saved=$CFLAGS
8933 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8934 cat >conftest.$ac_ext <<_ACEOF
8935 /* confdefs.h. */
8936 _ACEOF
8937 cat confdefs.h >>conftest.$ac_ext
8938 cat >>conftest.$ac_ext <<_ACEOF
8939 /* end confdefs.h. */
8942 main ()
8946 return 0;
8948 _ACEOF
8949 rm -f conftest.$ac_objext conftest$ac_exeext
8950 if { (ac_try="$ac_link"
8951 case "(($ac_try" in
8952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8953 *) ac_try_echo=$ac_try;;
8954 esac
8955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8956 (eval "$ac_link") 2>conftest.er1
8957 ac_status=$?
8958 grep -v '^ *+' conftest.er1 >conftest.err
8959 rm -f conftest.er1
8960 cat conftest.err >&5
8961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8962 (exit $ac_status); } && {
8963 test -z "$ac_c_werror_flag" ||
8964 test ! -s conftest.err
8965 } && test -s conftest$ac_exeext &&
8966 $as_test_x conftest$ac_exeext; then
8967 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8968 else
8969 echo "$as_me: failed program was:" >&5
8970 sed 's/^/| /' conftest.$ac_ext >&5
8972 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8976 conftest$ac_exeext conftest.$ac_ext
8977 CFLAGS=$ac_wine_try_cflags_saved
8979 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8980 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8981 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8982 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8986 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8987 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8988 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8989 echo $ECHO_N "(cached) $ECHO_C" >&6
8990 else
8991 ac_wine_try_cflags_saved=$CFLAGS
8992 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8993 cat >conftest.$ac_ext <<_ACEOF
8994 /* confdefs.h. */
8995 _ACEOF
8996 cat confdefs.h >>conftest.$ac_ext
8997 cat >>conftest.$ac_ext <<_ACEOF
8998 /* end confdefs.h. */
9001 main ()
9005 return 0;
9007 _ACEOF
9008 rm -f conftest.$ac_objext conftest$ac_exeext
9009 if { (ac_try="$ac_link"
9010 case "(($ac_try" in
9011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9012 *) ac_try_echo=$ac_try;;
9013 esac
9014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9015 (eval "$ac_link") 2>conftest.er1
9016 ac_status=$?
9017 grep -v '^ *+' conftest.er1 >conftest.err
9018 rm -f conftest.er1
9019 cat conftest.err >&5
9020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9021 (exit $ac_status); } && {
9022 test -z "$ac_c_werror_flag" ||
9023 test ! -s conftest.err
9024 } && test -s conftest$ac_exeext &&
9025 $as_test_x conftest$ac_exeext; then
9026 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9027 else
9028 echo "$as_me: failed program was:" >&5
9029 sed 's/^/| /' conftest.$ac_ext >&5
9031 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9035 conftest$ac_exeext conftest.$ac_ext
9036 CFLAGS=$ac_wine_try_cflags_saved
9038 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9039 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9040 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9041 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9045 echo '{ global: *; };' >conftest.map
9046 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9047 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
9048 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9049 echo $ECHO_N "(cached) $ECHO_C" >&6
9050 else
9051 ac_wine_try_cflags_saved=$CFLAGS
9052 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9053 cat >conftest.$ac_ext <<_ACEOF
9054 /* confdefs.h. */
9055 _ACEOF
9056 cat confdefs.h >>conftest.$ac_ext
9057 cat >>conftest.$ac_ext <<_ACEOF
9058 /* end confdefs.h. */
9061 main ()
9065 return 0;
9067 _ACEOF
9068 rm -f conftest.$ac_objext conftest$ac_exeext
9069 if { (ac_try="$ac_link"
9070 case "(($ac_try" in
9071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9072 *) ac_try_echo=$ac_try;;
9073 esac
9074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9075 (eval "$ac_link") 2>conftest.er1
9076 ac_status=$?
9077 grep -v '^ *+' conftest.er1 >conftest.err
9078 rm -f conftest.er1
9079 cat conftest.err >&5
9080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9081 (exit $ac_status); } && {
9082 test -z "$ac_c_werror_flag" ||
9083 test ! -s conftest.err
9084 } && test -s conftest$ac_exeext &&
9085 $as_test_x conftest$ac_exeext; then
9086 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9087 else
9088 echo "$as_me: failed program was:" >&5
9089 sed 's/^/| /' conftest.$ac_ext >&5
9091 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9095 conftest$ac_exeext conftest.$ac_ext
9096 CFLAGS=$ac_wine_try_cflags_saved
9098 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9099 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9100 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9101 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9104 rm -f conftest.map
9106 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9107 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9108 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9109 echo $ECHO_N "(cached) $ECHO_C" >&6
9110 else
9111 ac_wine_try_cflags_saved=$CFLAGS
9112 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9113 cat >conftest.$ac_ext <<_ACEOF
9114 /* confdefs.h. */
9115 _ACEOF
9116 cat confdefs.h >>conftest.$ac_ext
9117 cat >>conftest.$ac_ext <<_ACEOF
9118 /* end confdefs.h. */
9121 main ()
9125 return 0;
9127 _ACEOF
9128 rm -f conftest.$ac_objext conftest$ac_exeext
9129 if { (ac_try="$ac_link"
9130 case "(($ac_try" in
9131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9132 *) ac_try_echo=$ac_try;;
9133 esac
9134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9135 (eval "$ac_link") 2>conftest.er1
9136 ac_status=$?
9137 grep -v '^ *+' conftest.er1 >conftest.err
9138 rm -f conftest.er1
9139 cat conftest.err >&5
9140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9141 (exit $ac_status); } && {
9142 test -z "$ac_c_werror_flag" ||
9143 test ! -s conftest.err
9144 } && test -s conftest$ac_exeext &&
9145 $as_test_x conftest$ac_exeext; then
9146 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9147 else
9148 echo "$as_me: failed program was:" >&5
9149 sed 's/^/| /' conftest.$ac_ext >&5
9151 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9155 conftest$ac_exeext conftest.$ac_ext
9156 CFLAGS=$ac_wine_try_cflags_saved
9158 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9159 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9160 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9161 LDEXECFLAGS="-Wl,--export-dynamic"
9166 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9167 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9168 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9169 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9170 echo $ECHO_N "(cached) $ECHO_C" >&6
9171 else
9172 ac_wine_try_cflags_saved=$CFLAGS
9173 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9174 cat >conftest.$ac_ext <<_ACEOF
9175 /* confdefs.h. */
9176 _ACEOF
9177 cat confdefs.h >>conftest.$ac_ext
9178 cat >>conftest.$ac_ext <<_ACEOF
9179 /* end confdefs.h. */
9182 main ()
9186 return 0;
9188 _ACEOF
9189 rm -f conftest.$ac_objext conftest$ac_exeext
9190 if { (ac_try="$ac_link"
9191 case "(($ac_try" in
9192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9193 *) ac_try_echo=$ac_try;;
9194 esac
9195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9196 (eval "$ac_link") 2>conftest.er1
9197 ac_status=$?
9198 grep -v '^ *+' conftest.er1 >conftest.err
9199 rm -f conftest.er1
9200 cat conftest.err >&5
9201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9202 (exit $ac_status); } && {
9203 test -z "$ac_c_werror_flag" ||
9204 test ! -s conftest.err
9205 } && test -s conftest$ac_exeext &&
9206 $as_test_x conftest$ac_exeext; then
9207 eval "$as_ac_var=yes"
9208 else
9209 echo "$as_me: failed program was:" >&5
9210 sed 's/^/| /' conftest.$ac_ext >&5
9212 eval "$as_ac_var=no"
9215 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9216 conftest$ac_exeext conftest.$ac_ext
9217 CFLAGS=$ac_wine_try_cflags_saved
9219 ac_res=`eval echo '${'$as_ac_var'}'`
9220 { echo "$as_me:$LINENO: result: $ac_res" >&5
9221 echo "${ECHO_T}$ac_res" >&6; }
9222 if test `eval echo '${'$as_ac_var'}'` = yes; then
9223 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9224 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9225 else
9226 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9227 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9228 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9229 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9230 echo $ECHO_N "(cached) $ECHO_C" >&6
9231 else
9232 ac_wine_try_cflags_saved=$CFLAGS
9233 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9234 cat >conftest.$ac_ext <<_ACEOF
9235 /* confdefs.h. */
9236 _ACEOF
9237 cat confdefs.h >>conftest.$ac_ext
9238 cat >>conftest.$ac_ext <<_ACEOF
9239 /* end confdefs.h. */
9242 main ()
9246 return 0;
9248 _ACEOF
9249 rm -f conftest.$ac_objext conftest$ac_exeext
9250 if { (ac_try="$ac_link"
9251 case "(($ac_try" in
9252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9253 *) ac_try_echo=$ac_try;;
9254 esac
9255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9256 (eval "$ac_link") 2>conftest.er1
9257 ac_status=$?
9258 grep -v '^ *+' conftest.er1 >conftest.err
9259 rm -f conftest.er1
9260 cat conftest.err >&5
9261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9262 (exit $ac_status); } && {
9263 test -z "$ac_c_werror_flag" ||
9264 test ! -s conftest.err
9265 } && test -s conftest$ac_exeext &&
9266 $as_test_x conftest$ac_exeext; then
9267 eval "$as_ac_var=yes"
9268 else
9269 echo "$as_me: failed program was:" >&5
9270 sed 's/^/| /' conftest.$ac_ext >&5
9272 eval "$as_ac_var=no"
9275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9276 conftest$ac_exeext conftest.$ac_ext
9277 CFLAGS=$ac_wine_try_cflags_saved
9279 ac_res=`eval echo '${'$as_ac_var'}'`
9280 { echo "$as_me:$LINENO: result: $ac_res" >&5
9281 echo "${ECHO_T}$ac_res" >&6; }
9282 if test `eval echo '${'$as_ac_var'}'` = yes; then
9283 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9284 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9290 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9291 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9292 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9293 echo $ECHO_N "(cached) $ECHO_C" >&6
9294 else
9295 ac_wine_try_cflags_saved=$CFLAGS
9296 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9297 cat >conftest.$ac_ext <<_ACEOF
9298 /* confdefs.h. */
9299 _ACEOF
9300 cat confdefs.h >>conftest.$ac_ext
9301 cat >>conftest.$ac_ext <<_ACEOF
9302 /* end confdefs.h. */
9305 main ()
9309 return 0;
9311 _ACEOF
9312 rm -f conftest.$ac_objext conftest$ac_exeext
9313 if { (ac_try="$ac_link"
9314 case "(($ac_try" in
9315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9316 *) ac_try_echo=$ac_try;;
9317 esac
9318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9319 (eval "$ac_link") 2>conftest.er1
9320 ac_status=$?
9321 grep -v '^ *+' conftest.er1 >conftest.err
9322 rm -f conftest.er1
9323 cat conftest.err >&5
9324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9325 (exit $ac_status); } && {
9326 test -z "$ac_c_werror_flag" ||
9327 test ! -s conftest.err
9328 } && test -s conftest$ac_exeext &&
9329 $as_test_x conftest$ac_exeext; then
9330 ac_cv_cflags__Wl___enable_new_dtags=yes
9331 else
9332 echo "$as_me: failed program was:" >&5
9333 sed 's/^/| /' conftest.$ac_ext >&5
9335 ac_cv_cflags__Wl___enable_new_dtags=no
9338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9339 conftest$ac_exeext conftest.$ac_ext
9340 CFLAGS=$ac_wine_try_cflags_saved
9342 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9343 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9344 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9345 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9349 case $host_cpu in
9350 *i[3456789]86* | x86_64)
9351 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9352 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9353 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9354 echo $ECHO_N "(cached) $ECHO_C" >&6
9355 else
9356 ac_wine_try_cflags_saved=$CFLAGS
9357 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9358 cat >conftest.$ac_ext <<_ACEOF
9359 /* confdefs.h. */
9360 _ACEOF
9361 cat confdefs.h >>conftest.$ac_ext
9362 cat >>conftest.$ac_ext <<_ACEOF
9363 /* end confdefs.h. */
9366 main ()
9370 return 0;
9372 _ACEOF
9373 rm -f conftest.$ac_objext conftest$ac_exeext
9374 if { (ac_try="$ac_link"
9375 case "(($ac_try" in
9376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9377 *) ac_try_echo=$ac_try;;
9378 esac
9379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9380 (eval "$ac_link") 2>conftest.er1
9381 ac_status=$?
9382 grep -v '^ *+' conftest.er1 >conftest.err
9383 rm -f conftest.er1
9384 cat conftest.err >&5
9385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9386 (exit $ac_status); } && {
9387 test -z "$ac_c_werror_flag" ||
9388 test ! -s conftest.err
9389 } && test -s conftest$ac_exeext &&
9390 $as_test_x conftest$ac_exeext; then
9391 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9392 else
9393 echo "$as_me: failed program was:" >&5
9394 sed 's/^/| /' conftest.$ac_ext >&5
9396 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9400 conftest$ac_exeext conftest.$ac_ext
9401 CFLAGS=$ac_wine_try_cflags_saved
9403 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9404 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9405 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9406 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9410 esac
9412 else
9413 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9414 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9415 if test "${ac_cv_c_dll_unixware+set}" = set; then
9416 echo $ECHO_N "(cached) $ECHO_C" >&6
9417 else
9418 ac_wine_try_cflags_saved=$CFLAGS
9419 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9420 cat >conftest.$ac_ext <<_ACEOF
9421 void myfunc() {}
9422 _ACEOF
9423 rm -f conftest.$ac_objext conftest$ac_exeext
9424 if { (ac_try="$ac_link"
9425 case "(($ac_try" in
9426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9427 *) ac_try_echo=$ac_try;;
9428 esac
9429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9430 (eval "$ac_link") 2>conftest.er1
9431 ac_status=$?
9432 grep -v '^ *+' conftest.er1 >conftest.err
9433 rm -f conftest.er1
9434 cat conftest.err >&5
9435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9436 (exit $ac_status); } && {
9437 test -z "$ac_c_werror_flag" ||
9438 test ! -s conftest.err
9439 } && test -s conftest$ac_exeext &&
9440 $as_test_x conftest$ac_exeext; then
9441 ac_cv_c_dll_unixware="yes"
9442 else
9443 echo "$as_me: failed program was:" >&5
9444 sed 's/^/| /' conftest.$ac_ext >&5
9446 ac_cv_c_dll_unixware="no"
9449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9450 conftest$ac_exeext conftest.$ac_ext
9451 CFLAGS=$ac_wine_try_cflags_saved
9453 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9454 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9455 if test "$ac_cv_c_dll_unixware" = "yes"
9456 then
9457 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9458 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9460 else
9461 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9462 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9463 if test "${ac_cv_c_dll_hpux+set}" = set; then
9464 echo $ECHO_N "(cached) $ECHO_C" >&6
9465 else
9466 ac_wine_try_cflags_saved=$CFLAGS
9467 CFLAGS="$CFLAGS -shared"
9468 cat >conftest.$ac_ext <<_ACEOF
9469 void myfunc() {}
9470 _ACEOF
9471 rm -f conftest.$ac_objext conftest$ac_exeext
9472 if { (ac_try="$ac_link"
9473 case "(($ac_try" in
9474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9475 *) ac_try_echo=$ac_try;;
9476 esac
9477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9478 (eval "$ac_link") 2>conftest.er1
9479 ac_status=$?
9480 grep -v '^ *+' conftest.er1 >conftest.err
9481 rm -f conftest.er1
9482 cat conftest.err >&5
9483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9484 (exit $ac_status); } && {
9485 test -z "$ac_c_werror_flag" ||
9486 test ! -s conftest.err
9487 } && test -s conftest$ac_exeext &&
9488 $as_test_x conftest$ac_exeext; then
9489 ac_cv_c_dll_hpux="yes"
9490 else
9491 echo "$as_me: failed program was:" >&5
9492 sed 's/^/| /' conftest.$ac_ext >&5
9494 ac_cv_c_dll_hpux="no"
9497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9498 conftest$ac_exeext conftest.$ac_ext
9499 CFLAGS=$ac_wine_try_cflags_saved
9501 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9502 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9503 if test "$ac_cv_c_dll_hpux" = "yes"
9504 then
9505 LIBEXT="sl"
9506 DLLEXT=".sl"
9507 LDDLLFLAGS="-shared -fPIC"
9508 LDSHARED="\$(CC) -shared"
9513 esac
9515 enable_winequartz_drv=${enable_winequartz_drv:-no}
9517 if test "$LIBEXT" = "a"; then
9518 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9519 It is currently not possible to build Wine without shared library
9520 (.so) support to allow transparent switch between .so and .dll files.
9521 If you are using Linux, you will need a newer binutils.
9522 " >&5
9523 echo "$as_me: error: could not find a way to build shared libraries.
9524 It is currently not possible to build Wine without shared library
9525 (.so) support to allow transparent switch between .so and .dll files.
9526 If you are using Linux, you will need a newer binutils.
9527 " >&2;}
9528 { (exit 1); exit 1; }; }
9531 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9532 then
9533 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
9535 # Extract the first word of "$ac_prog", so it can be a program name with args.
9536 set dummy $ac_prog; ac_word=$2
9537 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9538 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9539 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9540 echo $ECHO_N "(cached) $ECHO_C" >&6
9541 else
9542 if test -n "$CROSSCC"; then
9543 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9544 else
9545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9546 for as_dir in $PATH
9548 IFS=$as_save_IFS
9549 test -z "$as_dir" && as_dir=.
9550 for ac_exec_ext in '' $ac_executable_extensions; do
9551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9552 ac_cv_prog_CROSSCC="$ac_prog"
9553 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9554 break 2
9556 done
9557 done
9558 IFS=$as_save_IFS
9562 CROSSCC=$ac_cv_prog_CROSSCC
9563 if test -n "$CROSSCC"; then
9564 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9565 echo "${ECHO_T}$CROSSCC" >&6; }
9566 else
9567 { echo "$as_me:$LINENO: result: no" >&5
9568 echo "${ECHO_T}no" >&6; }
9572 test -n "$CROSSCC" && break
9573 done
9574 test -n "$CROSSCC" || CROSSCC="false"
9576 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
9578 # Extract the first word of "$ac_prog", so it can be a program name with args.
9579 set dummy $ac_prog; ac_word=$2
9580 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9581 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9582 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9583 echo $ECHO_N "(cached) $ECHO_C" >&6
9584 else
9585 if test -n "$DLLTOOL"; then
9586 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9587 else
9588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9589 for as_dir in $PATH
9591 IFS=$as_save_IFS
9592 test -z "$as_dir" && as_dir=.
9593 for ac_exec_ext in '' $ac_executable_extensions; do
9594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9595 ac_cv_prog_DLLTOOL="$ac_prog"
9596 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9597 break 2
9599 done
9600 done
9601 IFS=$as_save_IFS
9605 DLLTOOL=$ac_cv_prog_DLLTOOL
9606 if test -n "$DLLTOOL"; then
9607 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9608 echo "${ECHO_T}$DLLTOOL" >&6; }
9609 else
9610 { echo "$as_me:$LINENO: result: no" >&5
9611 echo "${ECHO_T}no" >&6; }
9615 test -n "$DLLTOOL" && break
9616 done
9617 test -n "$DLLTOOL" || DLLTOOL="false"
9619 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
9621 # Extract the first word of "$ac_prog", so it can be a program name with args.
9622 set dummy $ac_prog; ac_word=$2
9623 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9624 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9625 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9626 echo $ECHO_N "(cached) $ECHO_C" >&6
9627 else
9628 if test -n "$CROSSWINDRES"; then
9629 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9630 else
9631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9632 for as_dir in $PATH
9634 IFS=$as_save_IFS
9635 test -z "$as_dir" && as_dir=.
9636 for ac_exec_ext in '' $ac_executable_extensions; do
9637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9638 ac_cv_prog_CROSSWINDRES="$ac_prog"
9639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9640 break 2
9642 done
9643 done
9644 IFS=$as_save_IFS
9648 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9649 if test -n "$CROSSWINDRES"; then
9650 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9651 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9652 else
9653 { echo "$as_me:$LINENO: result: no" >&5
9654 echo "${ECHO_T}no" >&6; }
9658 test -n "$CROSSWINDRES" && break
9659 done
9660 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9662 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
9664 # Extract the first word of "$ac_prog", so it can be a program name with args.
9665 set dummy $ac_prog; ac_word=$2
9666 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9667 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9668 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9669 echo $ECHO_N "(cached) $ECHO_C" >&6
9670 else
9671 if test -n "$MINGWAR"; then
9672 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9673 else
9674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9675 for as_dir in $PATH
9677 IFS=$as_save_IFS
9678 test -z "$as_dir" && as_dir=.
9679 for ac_exec_ext in '' $ac_executable_extensions; do
9680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9681 ac_cv_prog_MINGWAR="$ac_prog"
9682 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9683 break 2
9685 done
9686 done
9687 IFS=$as_save_IFS
9691 MINGWAR=$ac_cv_prog_MINGWAR
9692 if test -n "$MINGWAR"; then
9693 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9694 echo "${ECHO_T}$MINGWAR" >&6; }
9695 else
9696 { echo "$as_me:$LINENO: result: no" >&5
9697 echo "${ECHO_T}no" >&6; }
9701 test -n "$MINGWAR" && break
9702 done
9703 test -n "$MINGWAR" || MINGWAR="false"
9705 if test "$CROSSCC" != "false"
9706 then
9707 CROSSTEST="\$(CROSSTEST)"
9713 if test "$have_x" = "yes"
9714 then
9715 XLIB="-lXext -lX11"
9716 ac_save_CPPFLAGS="$CPPFLAGS"
9717 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9719 { echo "$as_me:$LINENO: checking for -lX11" >&5
9720 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9721 if test "${ac_cv_lib_soname_X11+set}" = set; then
9722 echo $ECHO_N "(cached) $ECHO_C" >&6
9723 else
9724 ac_check_soname_save_LIBS=$LIBS
9725 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9726 cat >conftest.$ac_ext <<_ACEOF
9727 /* confdefs.h. */
9728 _ACEOF
9729 cat confdefs.h >>conftest.$ac_ext
9730 cat >>conftest.$ac_ext <<_ACEOF
9731 /* end confdefs.h. */
9733 /* Override any GCC internal prototype to avoid an error.
9734 Use char because int might match the return type of a GCC
9735 builtin and then its argument prototype would still apply. */
9736 #ifdef __cplusplus
9737 extern "C"
9738 #endif
9739 char XCreateWindow ();
9741 main ()
9743 return XCreateWindow ();
9745 return 0;
9747 _ACEOF
9748 rm -f conftest.$ac_objext conftest$ac_exeext
9749 if { (ac_try="$ac_link"
9750 case "(($ac_try" in
9751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9752 *) ac_try_echo=$ac_try;;
9753 esac
9754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9755 (eval "$ac_link") 2>conftest.er1
9756 ac_status=$?
9757 grep -v '^ *+' conftest.er1 >conftest.err
9758 rm -f conftest.er1
9759 cat conftest.err >&5
9760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9761 (exit $ac_status); } && {
9762 test -z "$ac_c_werror_flag" ||
9763 test ! -s conftest.err
9764 } && test -s conftest$ac_exeext &&
9765 $as_test_x conftest$ac_exeext; then
9766 case "$LIBEXT" in
9767 dll) ;;
9768 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'` ;;
9769 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9770 esac
9771 else
9772 echo "$as_me: failed program was:" >&5
9773 sed 's/^/| /' conftest.$ac_ext >&5
9778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9779 conftest$ac_exeext conftest.$ac_ext
9780 LIBS=$ac_check_soname_save_LIBS
9782 if test "x$ac_cv_lib_soname_X11" = "x"; then
9783 { echo "$as_me:$LINENO: result: not found" >&5
9784 echo "${ECHO_T}not found" >&6; }
9786 else
9787 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9788 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9790 cat >>confdefs.h <<_ACEOF
9791 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9792 _ACEOF
9797 { echo "$as_me:$LINENO: checking for -lXext" >&5
9798 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9799 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9800 echo $ECHO_N "(cached) $ECHO_C" >&6
9801 else
9802 ac_check_soname_save_LIBS=$LIBS
9803 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9804 cat >conftest.$ac_ext <<_ACEOF
9805 /* confdefs.h. */
9806 _ACEOF
9807 cat confdefs.h >>conftest.$ac_ext
9808 cat >>conftest.$ac_ext <<_ACEOF
9809 /* end confdefs.h. */
9811 /* Override any GCC internal prototype to avoid an error.
9812 Use char because int might match the return type of a GCC
9813 builtin and then its argument prototype would still apply. */
9814 #ifdef __cplusplus
9815 extern "C"
9816 #endif
9817 char XextCreateExtension ();
9819 main ()
9821 return XextCreateExtension ();
9823 return 0;
9825 _ACEOF
9826 rm -f conftest.$ac_objext conftest$ac_exeext
9827 if { (ac_try="$ac_link"
9828 case "(($ac_try" in
9829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9830 *) ac_try_echo=$ac_try;;
9831 esac
9832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9833 (eval "$ac_link") 2>conftest.er1
9834 ac_status=$?
9835 grep -v '^ *+' conftest.er1 >conftest.err
9836 rm -f conftest.er1
9837 cat conftest.err >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); } && {
9840 test -z "$ac_c_werror_flag" ||
9841 test ! -s conftest.err
9842 } && test -s conftest$ac_exeext &&
9843 $as_test_x conftest$ac_exeext; then
9844 case "$LIBEXT" in
9845 dll) ;;
9846 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'` ;;
9847 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9848 esac
9849 else
9850 echo "$as_me: failed program was:" >&5
9851 sed 's/^/| /' conftest.$ac_ext >&5
9856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9857 conftest$ac_exeext conftest.$ac_ext
9858 LIBS=$ac_check_soname_save_LIBS
9860 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9861 { echo "$as_me:$LINENO: result: not found" >&5
9862 echo "${ECHO_T}not found" >&6; }
9864 else
9865 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9866 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9868 cat >>confdefs.h <<_ACEOF
9869 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9870 _ACEOF
9888 for ac_header in X11/Xlib.h \
9889 X11/XKBlib.h \
9890 X11/Xutil.h \
9891 X11/Xcursor/Xcursor.h \
9892 X11/extensions/shape.h \
9893 X11/extensions/XInput.h \
9894 X11/extensions/XShm.h \
9895 X11/extensions/Xcomposite.h \
9896 X11/extensions/Xinerama.h \
9897 X11/extensions/Xrandr.h \
9898 X11/extensions/Xrender.h \
9899 X11/extensions/xf86vmode.h
9901 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9902 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9903 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9904 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9905 echo $ECHO_N "(cached) $ECHO_C" >&6
9906 else
9907 cat >conftest.$ac_ext <<_ACEOF
9908 /* confdefs.h. */
9909 _ACEOF
9910 cat confdefs.h >>conftest.$ac_ext
9911 cat >>conftest.$ac_ext <<_ACEOF
9912 /* end confdefs.h. */
9913 #ifdef HAVE_X11_XLIB_H
9914 # include <X11/Xlib.h>
9915 #endif
9916 #ifdef HAVE_X11_XUTIL_H
9917 # include <X11/Xutil.h>
9918 #endif
9920 #include <$ac_header>
9921 _ACEOF
9922 rm -f conftest.$ac_objext
9923 if { (ac_try="$ac_compile"
9924 case "(($ac_try" in
9925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9926 *) ac_try_echo=$ac_try;;
9927 esac
9928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9929 (eval "$ac_compile") 2>conftest.er1
9930 ac_status=$?
9931 grep -v '^ *+' conftest.er1 >conftest.err
9932 rm -f conftest.er1
9933 cat conftest.err >&5
9934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9935 (exit $ac_status); } && {
9936 test -z "$ac_c_werror_flag" ||
9937 test ! -s conftest.err
9938 } && test -s conftest.$ac_objext; then
9939 eval "$as_ac_Header=yes"
9940 else
9941 echo "$as_me: failed program was:" >&5
9942 sed 's/^/| /' conftest.$ac_ext >&5
9944 eval "$as_ac_Header=no"
9947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9949 ac_res=`eval echo '${'$as_ac_Header'}'`
9950 { echo "$as_me:$LINENO: result: $ac_res" >&5
9951 echo "${ECHO_T}$ac_res" >&6; }
9952 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9953 cat >>confdefs.h <<_ACEOF
9954 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9955 _ACEOF
9959 done
9962 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9963 then
9964 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9965 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9966 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9967 echo $ECHO_N "(cached) $ECHO_C" >&6
9968 else
9969 ac_check_lib_save_LIBS=$LIBS
9970 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9971 cat >conftest.$ac_ext <<_ACEOF
9972 /* confdefs.h. */
9973 _ACEOF
9974 cat confdefs.h >>conftest.$ac_ext
9975 cat >>conftest.$ac_ext <<_ACEOF
9976 /* end confdefs.h. */
9978 /* Override any GCC internal prototype to avoid an error.
9979 Use char because int might match the return type of a GCC
9980 builtin and then its argument prototype would still apply. */
9981 #ifdef __cplusplus
9982 extern "C"
9983 #endif
9984 char XkbQueryExtension ();
9986 main ()
9988 return XkbQueryExtension ();
9990 return 0;
9992 _ACEOF
9993 rm -f conftest.$ac_objext conftest$ac_exeext
9994 if { (ac_try="$ac_link"
9995 case "(($ac_try" in
9996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9997 *) ac_try_echo=$ac_try;;
9998 esac
9999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10000 (eval "$ac_link") 2>conftest.er1
10001 ac_status=$?
10002 grep -v '^ *+' conftest.er1 >conftest.err
10003 rm -f conftest.er1
10004 cat conftest.err >&5
10005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10006 (exit $ac_status); } && {
10007 test -z "$ac_c_werror_flag" ||
10008 test ! -s conftest.err
10009 } && test -s conftest$ac_exeext &&
10010 $as_test_x conftest$ac_exeext; then
10011 ac_cv_lib_X11_XkbQueryExtension=yes
10012 else
10013 echo "$as_me: failed program was:" >&5
10014 sed 's/^/| /' conftest.$ac_ext >&5
10016 ac_cv_lib_X11_XkbQueryExtension=no
10019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10020 conftest$ac_exeext conftest.$ac_ext
10021 LIBS=$ac_check_lib_save_LIBS
10023 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10024 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10025 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10027 cat >>confdefs.h <<\_ACEOF
10028 #define HAVE_XKB 1
10029 _ACEOF
10035 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10036 then
10037 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10038 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10039 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10040 echo $ECHO_N "(cached) $ECHO_C" >&6
10041 else
10042 ac_check_soname_save_LIBS=$LIBS
10043 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10044 cat >conftest.$ac_ext <<_ACEOF
10045 /* confdefs.h. */
10046 _ACEOF
10047 cat confdefs.h >>conftest.$ac_ext
10048 cat >>conftest.$ac_ext <<_ACEOF
10049 /* end confdefs.h. */
10051 /* Override any GCC internal prototype to avoid an error.
10052 Use char because int might match the return type of a GCC
10053 builtin and then its argument prototype would still apply. */
10054 #ifdef __cplusplus
10055 extern "C"
10056 #endif
10057 char XcursorImageLoadCursor ();
10059 main ()
10061 return XcursorImageLoadCursor ();
10063 return 0;
10065 _ACEOF
10066 rm -f conftest.$ac_objext conftest$ac_exeext
10067 if { (ac_try="$ac_link"
10068 case "(($ac_try" in
10069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10070 *) ac_try_echo=$ac_try;;
10071 esac
10072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10073 (eval "$ac_link") 2>conftest.er1
10074 ac_status=$?
10075 grep -v '^ *+' conftest.er1 >conftest.err
10076 rm -f conftest.er1
10077 cat conftest.err >&5
10078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10079 (exit $ac_status); } && {
10080 test -z "$ac_c_werror_flag" ||
10081 test ! -s conftest.err
10082 } && test -s conftest$ac_exeext &&
10083 $as_test_x conftest$ac_exeext; then
10084 case "$LIBEXT" in
10085 dll) ;;
10086 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'` ;;
10087 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10088 esac
10089 else
10090 echo "$as_me: failed program was:" >&5
10091 sed 's/^/| /' conftest.$ac_ext >&5
10096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10097 conftest$ac_exeext conftest.$ac_ext
10098 LIBS=$ac_check_soname_save_LIBS
10100 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10101 { echo "$as_me:$LINENO: result: not found" >&5
10102 echo "${ECHO_T}not found" >&6; }
10104 else
10105 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10106 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10108 cat >>confdefs.h <<_ACEOF
10109 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10110 _ACEOF
10116 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10117 case "x$with_xcursor" in
10118 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10119 xno) ;;
10120 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10121 This is an error since --with-xcursor was requested." >&5
10122 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10123 This is an error since --with-xcursor was requested." >&2;}
10124 { (exit 1); exit 1; }; } ;;
10125 esac
10129 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10130 then
10131 { echo "$as_me:$LINENO: checking for -lXi" >&5
10132 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10133 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10134 echo $ECHO_N "(cached) $ECHO_C" >&6
10135 else
10136 ac_check_soname_save_LIBS=$LIBS
10137 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10138 cat >conftest.$ac_ext <<_ACEOF
10139 /* confdefs.h. */
10140 _ACEOF
10141 cat confdefs.h >>conftest.$ac_ext
10142 cat >>conftest.$ac_ext <<_ACEOF
10143 /* end confdefs.h. */
10145 /* Override any GCC internal prototype to avoid an error.
10146 Use char because int might match the return type of a GCC
10147 builtin and then its argument prototype would still apply. */
10148 #ifdef __cplusplus
10149 extern "C"
10150 #endif
10151 char XOpenDevice ();
10153 main ()
10155 return XOpenDevice ();
10157 return 0;
10159 _ACEOF
10160 rm -f conftest.$ac_objext conftest$ac_exeext
10161 if { (ac_try="$ac_link"
10162 case "(($ac_try" in
10163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10164 *) ac_try_echo=$ac_try;;
10165 esac
10166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10167 (eval "$ac_link") 2>conftest.er1
10168 ac_status=$?
10169 grep -v '^ *+' conftest.er1 >conftest.err
10170 rm -f conftest.er1
10171 cat conftest.err >&5
10172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10173 (exit $ac_status); } && {
10174 test -z "$ac_c_werror_flag" ||
10175 test ! -s conftest.err
10176 } && test -s conftest$ac_exeext &&
10177 $as_test_x conftest$ac_exeext; then
10178 case "$LIBEXT" in
10179 dll) ;;
10180 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'` ;;
10181 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10182 esac
10183 else
10184 echo "$as_me: failed program was:" >&5
10185 sed 's/^/| /' conftest.$ac_ext >&5
10190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10191 conftest$ac_exeext conftest.$ac_ext
10192 LIBS=$ac_check_soname_save_LIBS
10194 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10195 { echo "$as_me:$LINENO: result: not found" >&5
10196 echo "${ECHO_T}not found" >&6; }
10198 else
10199 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10200 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10202 cat >>confdefs.h <<_ACEOF
10203 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10204 _ACEOF
10210 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10211 case "x$with_xinput" in
10212 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10213 xno) ;;
10214 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10215 This is an error since --with-xinput was requested." >&5
10216 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10217 This is an error since --with-xinput was requested." >&2;}
10218 { (exit 1); exit 1; }; } ;;
10219 esac
10223 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10224 then
10225 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10226 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10227 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10228 echo $ECHO_N "(cached) $ECHO_C" >&6
10229 else
10230 ac_check_lib_save_LIBS=$LIBS
10231 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10232 cat >conftest.$ac_ext <<_ACEOF
10233 /* confdefs.h. */
10234 _ACEOF
10235 cat confdefs.h >>conftest.$ac_ext
10236 cat >>conftest.$ac_ext <<_ACEOF
10237 /* end confdefs.h. */
10239 /* Override any GCC internal prototype to avoid an error.
10240 Use char because int might match the return type of a GCC
10241 builtin and then its argument prototype would still apply. */
10242 #ifdef __cplusplus
10243 extern "C"
10244 #endif
10245 char XShmQueryExtension ();
10247 main ()
10249 return XShmQueryExtension ();
10251 return 0;
10253 _ACEOF
10254 rm -f conftest.$ac_objext conftest$ac_exeext
10255 if { (ac_try="$ac_link"
10256 case "(($ac_try" in
10257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10258 *) ac_try_echo=$ac_try;;
10259 esac
10260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10261 (eval "$ac_link") 2>conftest.er1
10262 ac_status=$?
10263 grep -v '^ *+' conftest.er1 >conftest.err
10264 rm -f conftest.er1
10265 cat conftest.err >&5
10266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10267 (exit $ac_status); } && {
10268 test -z "$ac_c_werror_flag" ||
10269 test ! -s conftest.err
10270 } && test -s conftest$ac_exeext &&
10271 $as_test_x conftest$ac_exeext; then
10272 ac_cv_lib_Xext_XShmQueryExtension=yes
10273 else
10274 echo "$as_me: failed program was:" >&5
10275 sed 's/^/| /' conftest.$ac_ext >&5
10277 ac_cv_lib_Xext_XShmQueryExtension=no
10280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10281 conftest$ac_exeext conftest.$ac_ext
10282 LIBS=$ac_check_lib_save_LIBS
10284 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10285 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10286 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10288 cat >>confdefs.h <<\_ACEOF
10289 #define HAVE_LIBXXSHM 1
10290 _ACEOF
10295 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10296 case "x$with_xshm" in
10297 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10298 xno) ;;
10299 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10300 This is an error since --with-xshm was requested." >&5
10301 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10302 This is an error since --with-xshm was requested." >&2;}
10303 { (exit 1); exit 1; }; } ;;
10304 esac
10308 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10309 then
10310 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10311 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10312 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10313 echo $ECHO_N "(cached) $ECHO_C" >&6
10314 else
10315 ac_check_lib_save_LIBS=$LIBS
10316 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10317 cat >conftest.$ac_ext <<_ACEOF
10318 /* confdefs.h. */
10319 _ACEOF
10320 cat confdefs.h >>conftest.$ac_ext
10321 cat >>conftest.$ac_ext <<_ACEOF
10322 /* end confdefs.h. */
10324 /* Override any GCC internal prototype to avoid an error.
10325 Use char because int might match the return type of a GCC
10326 builtin and then its argument prototype would still apply. */
10327 #ifdef __cplusplus
10328 extern "C"
10329 #endif
10330 char XShapeQueryExtension ();
10332 main ()
10334 return XShapeQueryExtension ();
10336 return 0;
10338 _ACEOF
10339 rm -f conftest.$ac_objext conftest$ac_exeext
10340 if { (ac_try="$ac_link"
10341 case "(($ac_try" in
10342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10343 *) ac_try_echo=$ac_try;;
10344 esac
10345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10346 (eval "$ac_link") 2>conftest.er1
10347 ac_status=$?
10348 grep -v '^ *+' conftest.er1 >conftest.err
10349 rm -f conftest.er1
10350 cat conftest.err >&5
10351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10352 (exit $ac_status); } && {
10353 test -z "$ac_c_werror_flag" ||
10354 test ! -s conftest.err
10355 } && test -s conftest$ac_exeext &&
10356 $as_test_x conftest$ac_exeext; then
10357 ac_cv_lib_Xext_XShapeQueryExtension=yes
10358 else
10359 echo "$as_me: failed program was:" >&5
10360 sed 's/^/| /' conftest.$ac_ext >&5
10362 ac_cv_lib_Xext_XShapeQueryExtension=no
10365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10366 conftest$ac_exeext conftest.$ac_ext
10367 LIBS=$ac_check_lib_save_LIBS
10369 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10370 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10371 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10373 cat >>confdefs.h <<\_ACEOF
10374 #define HAVE_LIBXSHAPE 1
10375 _ACEOF
10380 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10381 case "x$with_xshape" in
10382 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10383 xno) ;;
10384 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10385 This is an error since --with-xshape was requested." >&5
10386 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10387 This is an error since --with-xshape was requested." >&2;}
10388 { (exit 1); exit 1; }; } ;;
10389 esac
10393 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10394 then
10395 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10396 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10397 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10398 echo $ECHO_N "(cached) $ECHO_C" >&6
10399 else
10400 ac_check_soname_save_LIBS=$LIBS
10401 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10402 cat >conftest.$ac_ext <<_ACEOF
10403 /* confdefs.h. */
10404 _ACEOF
10405 cat confdefs.h >>conftest.$ac_ext
10406 cat >>conftest.$ac_ext <<_ACEOF
10407 /* end confdefs.h. */
10409 /* Override any GCC internal prototype to avoid an error.
10410 Use char because int might match the return type of a GCC
10411 builtin and then its argument prototype would still apply. */
10412 #ifdef __cplusplus
10413 extern "C"
10414 #endif
10415 char XF86VidModeQueryExtension ();
10417 main ()
10419 return XF86VidModeQueryExtension ();
10421 return 0;
10423 _ACEOF
10424 rm -f conftest.$ac_objext conftest$ac_exeext
10425 if { (ac_try="$ac_link"
10426 case "(($ac_try" in
10427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10428 *) ac_try_echo=$ac_try;;
10429 esac
10430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10431 (eval "$ac_link") 2>conftest.er1
10432 ac_status=$?
10433 grep -v '^ *+' conftest.er1 >conftest.err
10434 rm -f conftest.er1
10435 cat conftest.err >&5
10436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10437 (exit $ac_status); } && {
10438 test -z "$ac_c_werror_flag" ||
10439 test ! -s conftest.err
10440 } && test -s conftest$ac_exeext &&
10441 $as_test_x conftest$ac_exeext; then
10442 case "$LIBEXT" in
10443 dll) ;;
10444 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'` ;;
10445 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10446 esac
10447 else
10448 echo "$as_me: failed program was:" >&5
10449 sed 's/^/| /' conftest.$ac_ext >&5
10454 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10455 conftest$ac_exeext conftest.$ac_ext
10456 LIBS=$ac_check_soname_save_LIBS
10458 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10459 { echo "$as_me:$LINENO: result: not found" >&5
10460 echo "${ECHO_T}not found" >&6; }
10462 else
10463 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10464 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10466 cat >>confdefs.h <<_ACEOF
10467 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10468 _ACEOF
10474 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10475 case "x$with_xxf86vm" in
10476 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10477 xno) ;;
10478 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10479 This is an error since --with-xxf86vm was requested." >&5
10480 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10481 This is an error since --with-xxf86vm was requested." >&2;}
10482 { (exit 1); exit 1; }; } ;;
10483 esac
10487 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"
10488 then
10489 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10490 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10491 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10492 echo $ECHO_N "(cached) $ECHO_C" >&6
10493 else
10494 ac_check_soname_save_LIBS=$LIBS
10495 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10496 cat >conftest.$ac_ext <<_ACEOF
10497 /* confdefs.h. */
10498 _ACEOF
10499 cat confdefs.h >>conftest.$ac_ext
10500 cat >>conftest.$ac_ext <<_ACEOF
10501 /* end confdefs.h. */
10503 /* Override any GCC internal prototype to avoid an error.
10504 Use char because int might match the return type of a GCC
10505 builtin and then its argument prototype would still apply. */
10506 #ifdef __cplusplus
10507 extern "C"
10508 #endif
10509 char XRenderQueryExtension ();
10511 main ()
10513 return XRenderQueryExtension ();
10515 return 0;
10517 _ACEOF
10518 rm -f conftest.$ac_objext conftest$ac_exeext
10519 if { (ac_try="$ac_link"
10520 case "(($ac_try" in
10521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10522 *) ac_try_echo=$ac_try;;
10523 esac
10524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10525 (eval "$ac_link") 2>conftest.er1
10526 ac_status=$?
10527 grep -v '^ *+' conftest.er1 >conftest.err
10528 rm -f conftest.er1
10529 cat conftest.err >&5
10530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10531 (exit $ac_status); } && {
10532 test -z "$ac_c_werror_flag" ||
10533 test ! -s conftest.err
10534 } && test -s conftest$ac_exeext &&
10535 $as_test_x conftest$ac_exeext; then
10536 case "$LIBEXT" in
10537 dll) ;;
10538 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'` ;;
10539 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10540 esac
10541 else
10542 echo "$as_me: failed program was:" >&5
10543 sed 's/^/| /' conftest.$ac_ext >&5
10548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10549 conftest$ac_exeext conftest.$ac_ext
10550 LIBS=$ac_check_soname_save_LIBS
10552 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10553 { echo "$as_me:$LINENO: result: not found" >&5
10554 echo "${ECHO_T}not found" >&6; }
10556 else
10557 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10558 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10560 cat >>confdefs.h <<_ACEOF
10561 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10562 _ACEOF
10564 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10565 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10566 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10567 echo $ECHO_N "(cached) $ECHO_C" >&6
10568 else
10569 ac_check_lib_save_LIBS=$LIBS
10570 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10571 cat >conftest.$ac_ext <<_ACEOF
10572 /* confdefs.h. */
10573 _ACEOF
10574 cat confdefs.h >>conftest.$ac_ext
10575 cat >>conftest.$ac_ext <<_ACEOF
10576 /* end confdefs.h. */
10578 /* Override any GCC internal prototype to avoid an error.
10579 Use char because int might match the return type of a GCC
10580 builtin and then its argument prototype would still apply. */
10581 #ifdef __cplusplus
10582 extern "C"
10583 #endif
10584 char XRenderSetPictureTransform ();
10586 main ()
10588 return XRenderSetPictureTransform ();
10590 return 0;
10592 _ACEOF
10593 rm -f conftest.$ac_objext conftest$ac_exeext
10594 if { (ac_try="$ac_link"
10595 case "(($ac_try" in
10596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10597 *) ac_try_echo=$ac_try;;
10598 esac
10599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10600 (eval "$ac_link") 2>conftest.er1
10601 ac_status=$?
10602 grep -v '^ *+' conftest.er1 >conftest.err
10603 rm -f conftest.er1
10604 cat conftest.err >&5
10605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10606 (exit $ac_status); } && {
10607 test -z "$ac_c_werror_flag" ||
10608 test ! -s conftest.err
10609 } && test -s conftest$ac_exeext &&
10610 $as_test_x conftest$ac_exeext; then
10611 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10612 else
10613 echo "$as_me: failed program was:" >&5
10614 sed 's/^/| /' conftest.$ac_ext >&5
10616 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10620 conftest$ac_exeext conftest.$ac_ext
10621 LIBS=$ac_check_lib_save_LIBS
10623 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10624 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10625 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10627 cat >>confdefs.h <<\_ACEOF
10628 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10629 _ACEOF
10637 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10638 case "x$with_xrender" in
10639 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10640 xno) ;;
10641 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10642 This is an error since --with-xrender was requested." >&5
10643 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10644 This is an error since --with-xrender was requested." >&2;}
10645 { (exit 1); exit 1; }; } ;;
10646 esac
10650 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10651 then
10652 cat >conftest.$ac_ext <<_ACEOF
10653 /* confdefs.h. */
10654 _ACEOF
10655 cat confdefs.h >>conftest.$ac_ext
10656 cat >>conftest.$ac_ext <<_ACEOF
10657 /* end confdefs.h. */
10658 #include <X11/Xlib.h>
10659 #include <X11/extensions/Xrandr.h>
10661 main ()
10663 static typeof(XRRSetScreenConfigAndRate) * func;
10665 return 0;
10667 _ACEOF
10668 rm -f conftest.$ac_objext
10669 if { (ac_try="$ac_compile"
10670 case "(($ac_try" in
10671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10672 *) ac_try_echo=$ac_try;;
10673 esac
10674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10675 (eval "$ac_compile") 2>conftest.er1
10676 ac_status=$?
10677 grep -v '^ *+' conftest.er1 >conftest.err
10678 rm -f conftest.er1
10679 cat conftest.err >&5
10680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10681 (exit $ac_status); } && {
10682 test -z "$ac_c_werror_flag" ||
10683 test ! -s conftest.err
10684 } && test -s conftest.$ac_objext; then
10685 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10686 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10687 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10688 echo $ECHO_N "(cached) $ECHO_C" >&6
10689 else
10690 ac_check_soname_save_LIBS=$LIBS
10691 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10692 cat >conftest.$ac_ext <<_ACEOF
10693 /* confdefs.h. */
10694 _ACEOF
10695 cat confdefs.h >>conftest.$ac_ext
10696 cat >>conftest.$ac_ext <<_ACEOF
10697 /* end confdefs.h. */
10699 /* Override any GCC internal prototype to avoid an error.
10700 Use char because int might match the return type of a GCC
10701 builtin and then its argument prototype would still apply. */
10702 #ifdef __cplusplus
10703 extern "C"
10704 #endif
10705 char XRRQueryExtension ();
10707 main ()
10709 return XRRQueryExtension ();
10711 return 0;
10713 _ACEOF
10714 rm -f conftest.$ac_objext conftest$ac_exeext
10715 if { (ac_try="$ac_link"
10716 case "(($ac_try" in
10717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10718 *) ac_try_echo=$ac_try;;
10719 esac
10720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10721 (eval "$ac_link") 2>conftest.er1
10722 ac_status=$?
10723 grep -v '^ *+' conftest.er1 >conftest.err
10724 rm -f conftest.er1
10725 cat conftest.err >&5
10726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10727 (exit $ac_status); } && {
10728 test -z "$ac_c_werror_flag" ||
10729 test ! -s conftest.err
10730 } && test -s conftest$ac_exeext &&
10731 $as_test_x conftest$ac_exeext; then
10732 case "$LIBEXT" in
10733 dll) ;;
10734 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'` ;;
10735 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10736 esac
10737 else
10738 echo "$as_me: failed program was:" >&5
10739 sed 's/^/| /' conftest.$ac_ext >&5
10744 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10745 conftest$ac_exeext conftest.$ac_ext
10746 LIBS=$ac_check_soname_save_LIBS
10748 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10749 { echo "$as_me:$LINENO: result: not found" >&5
10750 echo "${ECHO_T}not found" >&6; }
10752 else
10753 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10754 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10756 cat >>confdefs.h <<_ACEOF
10757 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10758 _ACEOF
10763 else
10764 echo "$as_me: failed program was:" >&5
10765 sed 's/^/| /' conftest.$ac_ext >&5
10770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10772 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10773 case "x$with_xrandr" in
10774 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10775 xno) ;;
10776 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10777 This is an error since --with-xrandr was requested." >&5
10778 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10779 This is an error since --with-xrandr was requested." >&2;}
10780 { (exit 1); exit 1; }; } ;;
10781 esac
10785 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10786 then
10787 cat >conftest.$ac_ext <<_ACEOF
10788 /* confdefs.h. */
10789 _ACEOF
10790 cat confdefs.h >>conftest.$ac_ext
10791 cat >>conftest.$ac_ext <<_ACEOF
10792 /* end confdefs.h. */
10793 #include <X11/Xlib.h>
10794 #include <X11/extensions/Xinerama.h>
10796 main ()
10798 static typeof(XineramaQueryScreens) * func;
10800 return 0;
10802 _ACEOF
10803 rm -f conftest.$ac_objext
10804 if { (ac_try="$ac_compile"
10805 case "(($ac_try" in
10806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10807 *) ac_try_echo=$ac_try;;
10808 esac
10809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10810 (eval "$ac_compile") 2>conftest.er1
10811 ac_status=$?
10812 grep -v '^ *+' conftest.er1 >conftest.err
10813 rm -f conftest.er1
10814 cat conftest.err >&5
10815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10816 (exit $ac_status); } && {
10817 test -z "$ac_c_werror_flag" ||
10818 test ! -s conftest.err
10819 } && test -s conftest.$ac_objext; then
10820 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10821 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10822 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10823 echo $ECHO_N "(cached) $ECHO_C" >&6
10824 else
10825 ac_check_soname_save_LIBS=$LIBS
10826 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10827 cat >conftest.$ac_ext <<_ACEOF
10828 /* confdefs.h. */
10829 _ACEOF
10830 cat confdefs.h >>conftest.$ac_ext
10831 cat >>conftest.$ac_ext <<_ACEOF
10832 /* end confdefs.h. */
10834 /* Override any GCC internal prototype to avoid an error.
10835 Use char because int might match the return type of a GCC
10836 builtin and then its argument prototype would still apply. */
10837 #ifdef __cplusplus
10838 extern "C"
10839 #endif
10840 char XineramaQueryScreens ();
10842 main ()
10844 return XineramaQueryScreens ();
10846 return 0;
10848 _ACEOF
10849 rm -f conftest.$ac_objext conftest$ac_exeext
10850 if { (ac_try="$ac_link"
10851 case "(($ac_try" in
10852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10853 *) ac_try_echo=$ac_try;;
10854 esac
10855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10856 (eval "$ac_link") 2>conftest.er1
10857 ac_status=$?
10858 grep -v '^ *+' conftest.er1 >conftest.err
10859 rm -f conftest.er1
10860 cat conftest.err >&5
10861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10862 (exit $ac_status); } && {
10863 test -z "$ac_c_werror_flag" ||
10864 test ! -s conftest.err
10865 } && test -s conftest$ac_exeext &&
10866 $as_test_x conftest$ac_exeext; then
10867 case "$LIBEXT" in
10868 dll) ;;
10869 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'` ;;
10870 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10871 esac
10872 else
10873 echo "$as_me: failed program was:" >&5
10874 sed 's/^/| /' conftest.$ac_ext >&5
10879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10880 conftest$ac_exeext conftest.$ac_ext
10881 LIBS=$ac_check_soname_save_LIBS
10883 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10884 { echo "$as_me:$LINENO: result: not found" >&5
10885 echo "${ECHO_T}not found" >&6; }
10887 else
10888 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10889 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10891 cat >>confdefs.h <<_ACEOF
10892 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10893 _ACEOF
10898 else
10899 echo "$as_me: failed program was:" >&5
10900 sed 's/^/| /' conftest.$ac_ext >&5
10905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10907 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10908 case "x$with_xinerama" in
10909 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10910 xno) ;;
10911 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10912 This is an error since --with-xinerama was requested." >&5
10913 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10914 This is an error since --with-xinerama was requested." >&2;}
10915 { (exit 1); exit 1; }; } ;;
10916 esac
10920 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10921 then
10922 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10923 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10924 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10925 echo $ECHO_N "(cached) $ECHO_C" >&6
10926 else
10927 ac_check_soname_save_LIBS=$LIBS
10928 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
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. */
10936 /* Override any GCC internal prototype to avoid an error.
10937 Use char because int might match the return type of a GCC
10938 builtin and then its argument prototype would still apply. */
10939 #ifdef __cplusplus
10940 extern "C"
10941 #endif
10942 char XCompositeRedirectWindow ();
10944 main ()
10946 return XCompositeRedirectWindow ();
10948 return 0;
10950 _ACEOF
10951 rm -f conftest.$ac_objext conftest$ac_exeext
10952 if { (ac_try="$ac_link"
10953 case "(($ac_try" in
10954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10955 *) ac_try_echo=$ac_try;;
10956 esac
10957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10958 (eval "$ac_link") 2>conftest.er1
10959 ac_status=$?
10960 grep -v '^ *+' conftest.er1 >conftest.err
10961 rm -f conftest.er1
10962 cat conftest.err >&5
10963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10964 (exit $ac_status); } && {
10965 test -z "$ac_c_werror_flag" ||
10966 test ! -s conftest.err
10967 } && test -s conftest$ac_exeext &&
10968 $as_test_x conftest$ac_exeext; then
10969 case "$LIBEXT" in
10970 dll) ;;
10971 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'` ;;
10972 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10973 esac
10974 else
10975 echo "$as_me: failed program was:" >&5
10976 sed 's/^/| /' conftest.$ac_ext >&5
10981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10982 conftest$ac_exeext conftest.$ac_ext
10983 LIBS=$ac_check_soname_save_LIBS
10985 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10986 { echo "$as_me:$LINENO: result: not found" >&5
10987 echo "${ECHO_T}not found" >&6; }
10989 else
10990 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10991 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10993 cat >>confdefs.h <<_ACEOF
10994 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10995 _ACEOF
11001 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11002 case "x$with_xcomposite" in
11003 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11004 xno) ;;
11005 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11006 This is an error since --with-xcomposite was requested." >&5
11007 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11008 This is an error since --with-xcomposite was requested." >&2;}
11009 { (exit 1); exit 1; }; } ;;
11010 esac
11014 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11015 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11016 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11017 echo $ECHO_N "(cached) $ECHO_C" >&6
11018 else
11019 cat >conftest.$ac_ext <<_ACEOF
11020 /* confdefs.h. */
11021 _ACEOF
11022 cat confdefs.h >>conftest.$ac_ext
11023 cat >>conftest.$ac_ext <<_ACEOF
11024 /* end confdefs.h. */
11025 #ifdef HAVE_X11_XLIB_H
11026 #include <X11/Xlib.h>
11027 #endif
11030 main ()
11032 static XICCallback ac_aggr;
11033 if (ac_aggr.callback)
11034 return 0;
11036 return 0;
11038 _ACEOF
11039 rm -f conftest.$ac_objext
11040 if { (ac_try="$ac_compile"
11041 case "(($ac_try" in
11042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11043 *) ac_try_echo=$ac_try;;
11044 esac
11045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11046 (eval "$ac_compile") 2>conftest.er1
11047 ac_status=$?
11048 grep -v '^ *+' conftest.er1 >conftest.err
11049 rm -f conftest.er1
11050 cat conftest.err >&5
11051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11052 (exit $ac_status); } && {
11053 test -z "$ac_c_werror_flag" ||
11054 test ! -s conftest.err
11055 } && test -s conftest.$ac_objext; then
11056 ac_cv_member_XICCallback_callback=yes
11057 else
11058 echo "$as_me: failed program was:" >&5
11059 sed 's/^/| /' conftest.$ac_ext >&5
11061 cat >conftest.$ac_ext <<_ACEOF
11062 /* confdefs.h. */
11063 _ACEOF
11064 cat confdefs.h >>conftest.$ac_ext
11065 cat >>conftest.$ac_ext <<_ACEOF
11066 /* end confdefs.h. */
11067 #ifdef HAVE_X11_XLIB_H
11068 #include <X11/Xlib.h>
11069 #endif
11072 main ()
11074 static XICCallback ac_aggr;
11075 if (sizeof ac_aggr.callback)
11076 return 0;
11078 return 0;
11080 _ACEOF
11081 rm -f conftest.$ac_objext
11082 if { (ac_try="$ac_compile"
11083 case "(($ac_try" in
11084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11085 *) ac_try_echo=$ac_try;;
11086 esac
11087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11088 (eval "$ac_compile") 2>conftest.er1
11089 ac_status=$?
11090 grep -v '^ *+' conftest.er1 >conftest.err
11091 rm -f conftest.er1
11092 cat conftest.err >&5
11093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11094 (exit $ac_status); } && {
11095 test -z "$ac_c_werror_flag" ||
11096 test ! -s conftest.err
11097 } && test -s conftest.$ac_objext; then
11098 ac_cv_member_XICCallback_callback=yes
11099 else
11100 echo "$as_me: failed program was:" >&5
11101 sed 's/^/| /' conftest.$ac_ext >&5
11103 ac_cv_member_XICCallback_callback=no
11106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11111 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11112 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11113 if test $ac_cv_member_XICCallback_callback = yes; then
11115 cat >>confdefs.h <<_ACEOF
11116 #define HAVE_XICCALLBACK_CALLBACK 1
11117 _ACEOF
11124 opengl_msg=""
11125 if test "x$with_opengl" != "xno"
11126 then
11131 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11133 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11134 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11135 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11136 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11137 echo $ECHO_N "(cached) $ECHO_C" >&6
11138 else
11139 cat >conftest.$ac_ext <<_ACEOF
11140 /* confdefs.h. */
11141 _ACEOF
11142 cat confdefs.h >>conftest.$ac_ext
11143 cat >>conftest.$ac_ext <<_ACEOF
11144 /* end confdefs.h. */
11145 #ifdef HAVE_GL_GLX_H
11146 # include <GL/glx.h>
11147 #endif
11149 #include <$ac_header>
11150 _ACEOF
11151 rm -f conftest.$ac_objext
11152 if { (ac_try="$ac_compile"
11153 case "(($ac_try" in
11154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11155 *) ac_try_echo=$ac_try;;
11156 esac
11157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11158 (eval "$ac_compile") 2>conftest.er1
11159 ac_status=$?
11160 grep -v '^ *+' conftest.er1 >conftest.err
11161 rm -f conftest.er1
11162 cat conftest.err >&5
11163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11164 (exit $ac_status); } && {
11165 test -z "$ac_c_werror_flag" ||
11166 test ! -s conftest.err
11167 } && test -s conftest.$ac_objext; then
11168 eval "$as_ac_Header=yes"
11169 else
11170 echo "$as_me: failed program was:" >&5
11171 sed 's/^/| /' conftest.$ac_ext >&5
11173 eval "$as_ac_Header=no"
11176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11178 ac_res=`eval echo '${'$as_ac_Header'}'`
11179 { echo "$as_me:$LINENO: result: $ac_res" >&5
11180 echo "${ECHO_T}$ac_res" >&6; }
11181 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11182 cat >>confdefs.h <<_ACEOF
11183 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11184 _ACEOF
11188 done
11190 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11191 then
11192 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11193 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11194 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11195 echo $ECHO_N "(cached) $ECHO_C" >&6
11196 else
11197 cat >conftest.$ac_ext <<_ACEOF
11198 /* confdefs.h. */
11199 _ACEOF
11200 cat confdefs.h >>conftest.$ac_ext
11201 cat >>conftest.$ac_ext <<_ACEOF
11202 /* end confdefs.h. */
11203 #include <GL/gl.h>
11205 main ()
11207 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11209 return 0;
11211 _ACEOF
11212 rm -f conftest.$ac_objext
11213 if { (ac_try="$ac_compile"
11214 case "(($ac_try" in
11215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11216 *) ac_try_echo=$ac_try;;
11217 esac
11218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11219 (eval "$ac_compile") 2>conftest.er1
11220 ac_status=$?
11221 grep -v '^ *+' conftest.er1 >conftest.err
11222 rm -f conftest.er1
11223 cat conftest.err >&5
11224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11225 (exit $ac_status); } && {
11226 test -z "$ac_c_werror_flag" ||
11227 test ! -s conftest.err
11228 } && test -s conftest.$ac_objext; then
11229 wine_cv_opengl_header_version_OK="yes"
11230 else
11231 echo "$as_me: failed program was:" >&5
11232 sed 's/^/| /' conftest.$ac_ext >&5
11234 wine_cv_opengl_header_version_OK="no"
11237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11239 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11240 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11242 if test "$wine_cv_opengl_header_version_OK" = "yes"
11243 then
11244 { echo "$as_me:$LINENO: checking for -lGL" >&5
11245 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11246 if test "${ac_cv_lib_soname_GL+set}" = set; then
11247 echo $ECHO_N "(cached) $ECHO_C" >&6
11248 else
11249 ac_check_soname_save_LIBS=$LIBS
11250 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11251 cat >conftest.$ac_ext <<_ACEOF
11252 /* confdefs.h. */
11253 _ACEOF
11254 cat confdefs.h >>conftest.$ac_ext
11255 cat >>conftest.$ac_ext <<_ACEOF
11256 /* end confdefs.h. */
11258 /* Override any GCC internal prototype to avoid an error.
11259 Use char because int might match the return type of a GCC
11260 builtin and then its argument prototype would still apply. */
11261 #ifdef __cplusplus
11262 extern "C"
11263 #endif
11264 char glXCreateContext ();
11266 main ()
11268 return glXCreateContext ();
11270 return 0;
11272 _ACEOF
11273 rm -f conftest.$ac_objext conftest$ac_exeext
11274 if { (ac_try="$ac_link"
11275 case "(($ac_try" in
11276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11277 *) ac_try_echo=$ac_try;;
11278 esac
11279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11280 (eval "$ac_link") 2>conftest.er1
11281 ac_status=$?
11282 grep -v '^ *+' conftest.er1 >conftest.err
11283 rm -f conftest.er1
11284 cat conftest.err >&5
11285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11286 (exit $ac_status); } && {
11287 test -z "$ac_c_werror_flag" ||
11288 test ! -s conftest.err
11289 } && test -s conftest$ac_exeext &&
11290 $as_test_x conftest$ac_exeext; then
11291 case "$LIBEXT" in
11292 dll) ;;
11293 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'` ;;
11294 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11295 esac
11296 else
11297 echo "$as_me: failed program was:" >&5
11298 sed 's/^/| /' conftest.$ac_ext >&5
11303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11304 conftest$ac_exeext conftest.$ac_ext
11305 LIBS=$ac_check_soname_save_LIBS
11307 if test "x$ac_cv_lib_soname_GL" = "x"; then
11308 { echo "$as_me:$LINENO: result: not found" >&5
11309 echo "${ECHO_T}not found" >&6; }
11310 { echo "$as_me:$LINENO: checking for -lGL" >&5
11311 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11312 if test "${ac_cv_lib_soname_GL+set}" = set; then
11313 echo $ECHO_N "(cached) $ECHO_C" >&6
11314 else
11315 ac_check_soname_save_LIBS=$LIBS
11316 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"
11317 cat >conftest.$ac_ext <<_ACEOF
11318 /* confdefs.h. */
11319 _ACEOF
11320 cat confdefs.h >>conftest.$ac_ext
11321 cat >>conftest.$ac_ext <<_ACEOF
11322 /* end confdefs.h. */
11324 /* Override any GCC internal prototype to avoid an error.
11325 Use char because int might match the return type of a GCC
11326 builtin and then its argument prototype would still apply. */
11327 #ifdef __cplusplus
11328 extern "C"
11329 #endif
11330 char glXCreateContext ();
11332 main ()
11334 return glXCreateContext ();
11336 return 0;
11338 _ACEOF
11339 rm -f conftest.$ac_objext conftest$ac_exeext
11340 if { (ac_try="$ac_link"
11341 case "(($ac_try" in
11342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11343 *) ac_try_echo=$ac_try;;
11344 esac
11345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11346 (eval "$ac_link") 2>conftest.er1
11347 ac_status=$?
11348 grep -v '^ *+' conftest.er1 >conftest.err
11349 rm -f conftest.er1
11350 cat conftest.err >&5
11351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11352 (exit $ac_status); } && {
11353 test -z "$ac_c_werror_flag" ||
11354 test ! -s conftest.err
11355 } && test -s conftest$ac_exeext &&
11356 $as_test_x conftest$ac_exeext; then
11357 case "$LIBEXT" in
11358 dll) ;;
11359 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'` ;;
11360 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11361 esac
11362 else
11363 echo "$as_me: failed program was:" >&5
11364 sed 's/^/| /' conftest.$ac_ext >&5
11369 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11370 conftest$ac_exeext conftest.$ac_ext
11371 LIBS=$ac_check_soname_save_LIBS
11373 if test "x$ac_cv_lib_soname_GL" = "x"; then
11374 { echo "$as_me:$LINENO: result: not found" >&5
11375 echo "${ECHO_T}not found" >&6; }
11376 if test -f /usr/X11R6/lib/libGL.a
11377 then
11378 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11379 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11380 else
11381 opengl_msg="No OpenGL library found on this system."
11383 else
11384 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11385 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11387 cat >>confdefs.h <<_ACEOF
11388 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11389 _ACEOF
11391 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"
11393 cat >>confdefs.h <<\_ACEOF
11394 #define HAVE_OPENGL 1
11395 _ACEOF
11399 else
11400 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11401 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11403 cat >>confdefs.h <<_ACEOF
11404 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11405 _ACEOF
11407 OPENGL_LIBS="-lGL"
11409 cat >>confdefs.h <<\_ACEOF
11410 #define HAVE_OPENGL 1
11411 _ACEOF
11415 if test "$ac_cv_header_GL_glu_h" = "yes"
11416 then
11417 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11418 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11419 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11420 echo $ECHO_N "(cached) $ECHO_C" >&6
11421 else
11422 ac_check_soname_save_LIBS=$LIBS
11423 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11424 cat >conftest.$ac_ext <<_ACEOF
11425 /* confdefs.h. */
11426 _ACEOF
11427 cat confdefs.h >>conftest.$ac_ext
11428 cat >>conftest.$ac_ext <<_ACEOF
11429 /* end confdefs.h. */
11431 /* Override any GCC internal prototype to avoid an error.
11432 Use char because int might match the return type of a GCC
11433 builtin and then its argument prototype would still apply. */
11434 #ifdef __cplusplus
11435 extern "C"
11436 #endif
11437 char gluLookAt ();
11439 main ()
11441 return gluLookAt ();
11443 return 0;
11445 _ACEOF
11446 rm -f conftest.$ac_objext conftest$ac_exeext
11447 if { (ac_try="$ac_link"
11448 case "(($ac_try" in
11449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11450 *) ac_try_echo=$ac_try;;
11451 esac
11452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11453 (eval "$ac_link") 2>conftest.er1
11454 ac_status=$?
11455 grep -v '^ *+' conftest.er1 >conftest.err
11456 rm -f conftest.er1
11457 cat conftest.err >&5
11458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11459 (exit $ac_status); } && {
11460 test -z "$ac_c_werror_flag" ||
11461 test ! -s conftest.err
11462 } && test -s conftest$ac_exeext &&
11463 $as_test_x conftest$ac_exeext; then
11464 case "$LIBEXT" in
11465 dll) ;;
11466 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'` ;;
11467 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11468 esac
11469 else
11470 echo "$as_me: failed program was:" >&5
11471 sed 's/^/| /' conftest.$ac_ext >&5
11476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11477 conftest$ac_exeext conftest.$ac_ext
11478 LIBS=$ac_check_soname_save_LIBS
11480 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11481 { echo "$as_me:$LINENO: result: not found" >&5
11482 echo "${ECHO_T}not found" >&6; }
11484 else
11485 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11486 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11488 cat >>confdefs.h <<_ACEOF
11489 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11490 _ACEOF
11496 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11497 case "x$with_glu" in
11498 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11499 xno) ;;
11500 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11501 This is an error since --with-glu was requested." >&5
11502 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11503 This is an error since --with-glu was requested." >&2;}
11504 { (exit 1); exit 1; }; } ;;
11505 esac
11508 else
11509 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11511 else
11512 opengl_msg="OpenGL development headers not found."
11514 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11515 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11516 else
11517 enable_opengl32=${enable_opengl32:-no}
11518 enable_glu32=${enable_glu32:-no}
11520 if test -n "$opengl_msg"; then
11521 case "x$with_opengl" in
11522 x) wine_warnings="$wine_warnings|$opengl_msg
11523 OpenGL and Direct3D won't be supported." ;;
11524 xno) ;;
11525 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11526 OpenGL and Direct3D won't be supported.
11527 This is an error since --with-opengl was requested." >&5
11528 echo "$as_me: error: $opengl_msg
11529 OpenGL and Direct3D won't be supported.
11530 This is an error since --with-opengl was requested." >&2;}
11531 { (exit 1); exit 1; }; } ;;
11532 esac
11536 NASLIBS=""
11539 for ac_header in audio/audiolib.h
11541 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11543 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11546 echo $ECHO_N "(cached) $ECHO_C" >&6
11548 ac_res=`eval echo '${'$as_ac_Header'}'`
11549 { echo "$as_me:$LINENO: result: $ac_res" >&5
11550 echo "${ECHO_T}$ac_res" >&6; }
11551 else
11552 # Is the header compilable?
11553 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11554 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11555 cat >conftest.$ac_ext <<_ACEOF
11556 /* confdefs.h. */
11557 _ACEOF
11558 cat confdefs.h >>conftest.$ac_ext
11559 cat >>conftest.$ac_ext <<_ACEOF
11560 /* end confdefs.h. */
11561 $ac_includes_default
11562 #include <$ac_header>
11563 _ACEOF
11564 rm -f conftest.$ac_objext
11565 if { (ac_try="$ac_compile"
11566 case "(($ac_try" in
11567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11568 *) ac_try_echo=$ac_try;;
11569 esac
11570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11571 (eval "$ac_compile") 2>conftest.er1
11572 ac_status=$?
11573 grep -v '^ *+' conftest.er1 >conftest.err
11574 rm -f conftest.er1
11575 cat conftest.err >&5
11576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11577 (exit $ac_status); } && {
11578 test -z "$ac_c_werror_flag" ||
11579 test ! -s conftest.err
11580 } && test -s conftest.$ac_objext; then
11581 ac_header_compiler=yes
11582 else
11583 echo "$as_me: failed program was:" >&5
11584 sed 's/^/| /' conftest.$ac_ext >&5
11586 ac_header_compiler=no
11589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11590 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11591 echo "${ECHO_T}$ac_header_compiler" >&6; }
11593 # Is the header present?
11594 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11595 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11596 cat >conftest.$ac_ext <<_ACEOF
11597 /* confdefs.h. */
11598 _ACEOF
11599 cat confdefs.h >>conftest.$ac_ext
11600 cat >>conftest.$ac_ext <<_ACEOF
11601 /* end confdefs.h. */
11602 #include <$ac_header>
11603 _ACEOF
11604 if { (ac_try="$ac_cpp conftest.$ac_ext"
11605 case "(($ac_try" in
11606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11607 *) ac_try_echo=$ac_try;;
11608 esac
11609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11610 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11611 ac_status=$?
11612 grep -v '^ *+' conftest.er1 >conftest.err
11613 rm -f conftest.er1
11614 cat conftest.err >&5
11615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11616 (exit $ac_status); } >/dev/null && {
11617 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11618 test ! -s conftest.err
11619 }; then
11620 ac_header_preproc=yes
11621 else
11622 echo "$as_me: failed program was:" >&5
11623 sed 's/^/| /' conftest.$ac_ext >&5
11625 ac_header_preproc=no
11628 rm -f conftest.err conftest.$ac_ext
11629 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11630 echo "${ECHO_T}$ac_header_preproc" >&6; }
11632 # So? What about this header?
11633 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11634 yes:no: )
11635 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11636 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11637 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11638 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11639 ac_header_preproc=yes
11641 no:yes:* )
11642 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11643 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11644 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11645 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11646 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11647 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11648 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11649 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11650 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11651 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11652 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11653 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11654 ( cat <<\_ASBOX
11655 ## ------------------------------------ ##
11656 ## Report this to wine-devel@winehq.org ##
11657 ## ------------------------------------ ##
11658 _ASBOX
11659 ) | sed "s/^/$as_me: WARNING: /" >&2
11661 esac
11662 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11663 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11664 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11665 echo $ECHO_N "(cached) $ECHO_C" >&6
11666 else
11667 eval "$as_ac_Header=\$ac_header_preproc"
11669 ac_res=`eval echo '${'$as_ac_Header'}'`
11670 { echo "$as_me:$LINENO: result: $ac_res" >&5
11671 echo "${ECHO_T}$ac_res" >&6; }
11674 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11675 cat >>confdefs.h <<_ACEOF
11676 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11677 _ACEOF
11679 for ac_header in audio/soundlib.h
11681 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11682 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11683 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11684 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11685 echo $ECHO_N "(cached) $ECHO_C" >&6
11686 else
11687 cat >conftest.$ac_ext <<_ACEOF
11688 /* confdefs.h. */
11689 _ACEOF
11690 cat confdefs.h >>conftest.$ac_ext
11691 cat >>conftest.$ac_ext <<_ACEOF
11692 /* end confdefs.h. */
11693 #include <audio/audiolib.h>
11695 #include <$ac_header>
11696 _ACEOF
11697 rm -f conftest.$ac_objext
11698 if { (ac_try="$ac_compile"
11699 case "(($ac_try" in
11700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11701 *) ac_try_echo=$ac_try;;
11702 esac
11703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11704 (eval "$ac_compile") 2>conftest.er1
11705 ac_status=$?
11706 grep -v '^ *+' conftest.er1 >conftest.err
11707 rm -f conftest.er1
11708 cat conftest.err >&5
11709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11710 (exit $ac_status); } && {
11711 test -z "$ac_c_werror_flag" ||
11712 test ! -s conftest.err
11713 } && test -s conftest.$ac_objext; then
11714 eval "$as_ac_Header=yes"
11715 else
11716 echo "$as_me: failed program was:" >&5
11717 sed 's/^/| /' conftest.$ac_ext >&5
11719 eval "$as_ac_Header=no"
11722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11724 ac_res=`eval echo '${'$as_ac_Header'}'`
11725 { echo "$as_me:$LINENO: result: $ac_res" >&5
11726 echo "${ECHO_T}$ac_res" >&6; }
11727 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11728 cat >>confdefs.h <<_ACEOF
11729 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11730 _ACEOF
11734 done
11736 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11737 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11738 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11739 echo $ECHO_N "(cached) $ECHO_C" >&6
11740 else
11741 ac_check_lib_save_LIBS=$LIBS
11742 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11743 cat >conftest.$ac_ext <<_ACEOF
11744 /* confdefs.h. */
11745 _ACEOF
11746 cat confdefs.h >>conftest.$ac_ext
11747 cat >>conftest.$ac_ext <<_ACEOF
11748 /* end confdefs.h. */
11750 /* Override any GCC internal prototype to avoid an error.
11751 Use char because int might match the return type of a GCC
11752 builtin and then its argument prototype would still apply. */
11753 #ifdef __cplusplus
11754 extern "C"
11755 #endif
11756 char AuCreateFlow ();
11758 main ()
11760 return AuCreateFlow ();
11762 return 0;
11764 _ACEOF
11765 rm -f conftest.$ac_objext conftest$ac_exeext
11766 if { (ac_try="$ac_link"
11767 case "(($ac_try" in
11768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11769 *) ac_try_echo=$ac_try;;
11770 esac
11771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11772 (eval "$ac_link") 2>conftest.er1
11773 ac_status=$?
11774 grep -v '^ *+' conftest.er1 >conftest.err
11775 rm -f conftest.er1
11776 cat conftest.err >&5
11777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11778 (exit $ac_status); } && {
11779 test -z "$ac_c_werror_flag" ||
11780 test ! -s conftest.err
11781 } && test -s conftest$ac_exeext &&
11782 $as_test_x conftest$ac_exeext; then
11783 ac_cv_lib_audio_AuCreateFlow=yes
11784 else
11785 echo "$as_me: failed program was:" >&5
11786 sed 's/^/| /' conftest.$ac_ext >&5
11788 ac_cv_lib_audio_AuCreateFlow=no
11791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11792 conftest$ac_exeext conftest.$ac_ext
11793 LIBS=$ac_check_lib_save_LIBS
11795 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11796 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11797 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11799 cat >>confdefs.h <<\_ACEOF
11800 #define HAVE_NAS 1
11801 _ACEOF
11803 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11804 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11805 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11806 echo $ECHO_N "(cached) $ECHO_C" >&6
11807 else
11808 ac_check_lib_save_LIBS=$LIBS
11809 LIBS="-lXau $X_LIBS $LIBS"
11810 cat >conftest.$ac_ext <<_ACEOF
11811 /* confdefs.h. */
11812 _ACEOF
11813 cat confdefs.h >>conftest.$ac_ext
11814 cat >>conftest.$ac_ext <<_ACEOF
11815 /* end confdefs.h. */
11817 /* Override any GCC internal prototype to avoid an error.
11818 Use char because int might match the return type of a GCC
11819 builtin and then its argument prototype would still apply. */
11820 #ifdef __cplusplus
11821 extern "C"
11822 #endif
11823 char XauGetBestAuthByAddr ();
11825 main ()
11827 return XauGetBestAuthByAddr ();
11829 return 0;
11831 _ACEOF
11832 rm -f conftest.$ac_objext conftest$ac_exeext
11833 if { (ac_try="$ac_link"
11834 case "(($ac_try" in
11835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11836 *) ac_try_echo=$ac_try;;
11837 esac
11838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11839 (eval "$ac_link") 2>conftest.er1
11840 ac_status=$?
11841 grep -v '^ *+' conftest.er1 >conftest.err
11842 rm -f conftest.er1
11843 cat conftest.err >&5
11844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11845 (exit $ac_status); } && {
11846 test -z "$ac_c_werror_flag" ||
11847 test ! -s conftest.err
11848 } && test -s conftest$ac_exeext &&
11849 $as_test_x conftest$ac_exeext; then
11850 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11851 else
11852 echo "$as_me: failed program was:" >&5
11853 sed 's/^/| /' conftest.$ac_ext >&5
11855 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11859 conftest$ac_exeext conftest.$ac_ext
11860 LIBS=$ac_check_lib_save_LIBS
11862 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11863 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11864 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11865 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11866 else
11867 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11875 done
11878 CPPFLAGS="$ac_save_CPPFLAGS"
11879 else
11880 XLIB=""
11881 X_CFLAGS=""
11882 X_LIBS=""
11883 enable_winex11_drv=${enable_winex11_drv:-no}
11884 enable_opengl32=${enable_opengl32:-no}
11885 enable_glu32=${enable_glu32:-no}
11887 if test "x$XLIB" = "x"; then
11888 case "x$with_x" in
11889 xno) ;;
11890 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11891 without X support, which probably isn't what you want. You will need to install
11892 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11893 Use the --without-x option if you really want this." >&5
11894 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11895 without X support, which probably isn't what you want. You will need to install
11896 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11897 Use the --without-x option if you really want this." >&2;}
11898 { (exit 1); exit 1; }; } ;;
11899 esac
11904 XML2LIBS=""
11906 XML2INCL=""
11908 XSLTINCL=""
11910 if test "x$with_xml" != "xno"
11911 then
11912 ac_save_CPPFLAGS="$CPPFLAGS"
11913 if test "$PKG_CONFIG" != "false"
11914 then
11915 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11916 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11917 else
11918 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11919 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11921 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11923 for ac_header in libxml/parser.h
11925 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11926 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11927 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11928 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11929 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11930 echo $ECHO_N "(cached) $ECHO_C" >&6
11932 ac_res=`eval echo '${'$as_ac_Header'}'`
11933 { echo "$as_me:$LINENO: result: $ac_res" >&5
11934 echo "${ECHO_T}$ac_res" >&6; }
11935 else
11936 # Is the header compilable?
11937 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11938 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11939 cat >conftest.$ac_ext <<_ACEOF
11940 /* confdefs.h. */
11941 _ACEOF
11942 cat confdefs.h >>conftest.$ac_ext
11943 cat >>conftest.$ac_ext <<_ACEOF
11944 /* end confdefs.h. */
11945 $ac_includes_default
11946 #include <$ac_header>
11947 _ACEOF
11948 rm -f conftest.$ac_objext
11949 if { (ac_try="$ac_compile"
11950 case "(($ac_try" in
11951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11952 *) ac_try_echo=$ac_try;;
11953 esac
11954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11955 (eval "$ac_compile") 2>conftest.er1
11956 ac_status=$?
11957 grep -v '^ *+' conftest.er1 >conftest.err
11958 rm -f conftest.er1
11959 cat conftest.err >&5
11960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11961 (exit $ac_status); } && {
11962 test -z "$ac_c_werror_flag" ||
11963 test ! -s conftest.err
11964 } && test -s conftest.$ac_objext; then
11965 ac_header_compiler=yes
11966 else
11967 echo "$as_me: failed program was:" >&5
11968 sed 's/^/| /' conftest.$ac_ext >&5
11970 ac_header_compiler=no
11973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11974 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11975 echo "${ECHO_T}$ac_header_compiler" >&6; }
11977 # Is the header present?
11978 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11979 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11980 cat >conftest.$ac_ext <<_ACEOF
11981 /* confdefs.h. */
11982 _ACEOF
11983 cat confdefs.h >>conftest.$ac_ext
11984 cat >>conftest.$ac_ext <<_ACEOF
11985 /* end confdefs.h. */
11986 #include <$ac_header>
11987 _ACEOF
11988 if { (ac_try="$ac_cpp conftest.$ac_ext"
11989 case "(($ac_try" in
11990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11991 *) ac_try_echo=$ac_try;;
11992 esac
11993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11994 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11995 ac_status=$?
11996 grep -v '^ *+' conftest.er1 >conftest.err
11997 rm -f conftest.er1
11998 cat conftest.err >&5
11999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12000 (exit $ac_status); } >/dev/null && {
12001 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12002 test ! -s conftest.err
12003 }; then
12004 ac_header_preproc=yes
12005 else
12006 echo "$as_me: failed program was:" >&5
12007 sed 's/^/| /' conftest.$ac_ext >&5
12009 ac_header_preproc=no
12012 rm -f conftest.err conftest.$ac_ext
12013 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12014 echo "${ECHO_T}$ac_header_preproc" >&6; }
12016 # So? What about this header?
12017 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12018 yes:no: )
12019 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12020 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12021 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12022 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12023 ac_header_preproc=yes
12025 no:yes:* )
12026 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12027 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12028 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12029 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12030 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12031 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12032 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12033 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12034 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12035 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12036 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12037 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12038 ( cat <<\_ASBOX
12039 ## ------------------------------------ ##
12040 ## Report this to wine-devel@winehq.org ##
12041 ## ------------------------------------ ##
12042 _ASBOX
12043 ) | sed "s/^/$as_me: WARNING: /" >&2
12045 esac
12046 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12047 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12048 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12049 echo $ECHO_N "(cached) $ECHO_C" >&6
12050 else
12051 eval "$as_ac_Header=\$ac_header_preproc"
12053 ac_res=`eval echo '${'$as_ac_Header'}'`
12054 { echo "$as_me:$LINENO: result: $ac_res" >&5
12055 echo "${ECHO_T}$ac_res" >&6; }
12058 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12059 cat >>confdefs.h <<_ACEOF
12060 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12061 _ACEOF
12062 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12063 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12064 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12065 echo $ECHO_N "(cached) $ECHO_C" >&6
12066 else
12067 ac_check_lib_save_LIBS=$LIBS
12068 LIBS="-lxml2 $ac_xml_libs $LIBS"
12069 cat >conftest.$ac_ext <<_ACEOF
12070 /* confdefs.h. */
12071 _ACEOF
12072 cat confdefs.h >>conftest.$ac_ext
12073 cat >>conftest.$ac_ext <<_ACEOF
12074 /* end confdefs.h. */
12076 /* Override any GCC internal prototype to avoid an error.
12077 Use char because int might match the return type of a GCC
12078 builtin and then its argument prototype would still apply. */
12079 #ifdef __cplusplus
12080 extern "C"
12081 #endif
12082 char xmlParseMemory ();
12084 main ()
12086 return xmlParseMemory ();
12088 return 0;
12090 _ACEOF
12091 rm -f conftest.$ac_objext conftest$ac_exeext
12092 if { (ac_try="$ac_link"
12093 case "(($ac_try" in
12094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12095 *) ac_try_echo=$ac_try;;
12096 esac
12097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12098 (eval "$ac_link") 2>conftest.er1
12099 ac_status=$?
12100 grep -v '^ *+' conftest.er1 >conftest.err
12101 rm -f conftest.er1
12102 cat conftest.err >&5
12103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12104 (exit $ac_status); } && {
12105 test -z "$ac_c_werror_flag" ||
12106 test ! -s conftest.err
12107 } && test -s conftest$ac_exeext &&
12108 $as_test_x conftest$ac_exeext; then
12109 ac_cv_lib_xml2_xmlParseMemory=yes
12110 else
12111 echo "$as_me: failed program was:" >&5
12112 sed 's/^/| /' conftest.$ac_ext >&5
12114 ac_cv_lib_xml2_xmlParseMemory=no
12117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12118 conftest$ac_exeext conftest.$ac_ext
12119 LIBS=$ac_check_lib_save_LIBS
12121 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12122 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12123 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12125 cat >>confdefs.h <<\_ACEOF
12126 #define HAVE_LIBXML2 1
12127 _ACEOF
12129 XML2LIBS="$ac_xml_libs"
12130 XML2INCL="$ac_xml_cflags"
12133 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12134 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12135 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12136 echo $ECHO_N "(cached) $ECHO_C" >&6
12137 else
12138 ac_check_lib_save_LIBS=$LIBS
12139 LIBS="-lxml2 $ac_xml_libs $LIBS"
12140 cat >conftest.$ac_ext <<_ACEOF
12141 /* confdefs.h. */
12142 _ACEOF
12143 cat confdefs.h >>conftest.$ac_ext
12144 cat >>conftest.$ac_ext <<_ACEOF
12145 /* end confdefs.h. */
12147 /* Override any GCC internal prototype to avoid an error.
12148 Use char because int might match the return type of a GCC
12149 builtin and then its argument prototype would still apply. */
12150 #ifdef __cplusplus
12151 extern "C"
12152 #endif
12153 char xmlReadMemory ();
12155 main ()
12157 return xmlReadMemory ();
12159 return 0;
12161 _ACEOF
12162 rm -f conftest.$ac_objext conftest$ac_exeext
12163 if { (ac_try="$ac_link"
12164 case "(($ac_try" in
12165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12166 *) ac_try_echo=$ac_try;;
12167 esac
12168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12169 (eval "$ac_link") 2>conftest.er1
12170 ac_status=$?
12171 grep -v '^ *+' conftest.er1 >conftest.err
12172 rm -f conftest.er1
12173 cat conftest.err >&5
12174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12175 (exit $ac_status); } && {
12176 test -z "$ac_c_werror_flag" ||
12177 test ! -s conftest.err
12178 } && test -s conftest$ac_exeext &&
12179 $as_test_x conftest$ac_exeext; then
12180 ac_cv_lib_xml2_xmlReadMemory=yes
12181 else
12182 echo "$as_me: failed program was:" >&5
12183 sed 's/^/| /' conftest.$ac_ext >&5
12185 ac_cv_lib_xml2_xmlReadMemory=no
12188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12189 conftest$ac_exeext conftest.$ac_ext
12190 LIBS=$ac_check_lib_save_LIBS
12192 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12193 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12194 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12196 cat >>confdefs.h <<\_ACEOF
12197 #define HAVE_XMLREADMEMORY 1
12198 _ACEOF
12202 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12203 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12204 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12205 echo $ECHO_N "(cached) $ECHO_C" >&6
12206 else
12207 ac_check_lib_save_LIBS=$LIBS
12208 LIBS="-lxml2 $ac_xml_libs $LIBS"
12209 cat >conftest.$ac_ext <<_ACEOF
12210 /* confdefs.h. */
12211 _ACEOF
12212 cat confdefs.h >>conftest.$ac_ext
12213 cat >>conftest.$ac_ext <<_ACEOF
12214 /* end confdefs.h. */
12216 /* Override any GCC internal prototype to avoid an error.
12217 Use char because int might match the return type of a GCC
12218 builtin and then its argument prototype would still apply. */
12219 #ifdef __cplusplus
12220 extern "C"
12221 #endif
12222 char xmlNewDocPI ();
12224 main ()
12226 return xmlNewDocPI ();
12228 return 0;
12230 _ACEOF
12231 rm -f conftest.$ac_objext conftest$ac_exeext
12232 if { (ac_try="$ac_link"
12233 case "(($ac_try" in
12234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12235 *) ac_try_echo=$ac_try;;
12236 esac
12237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12238 (eval "$ac_link") 2>conftest.er1
12239 ac_status=$?
12240 grep -v '^ *+' conftest.er1 >conftest.err
12241 rm -f conftest.er1
12242 cat conftest.err >&5
12243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12244 (exit $ac_status); } && {
12245 test -z "$ac_c_werror_flag" ||
12246 test ! -s conftest.err
12247 } && test -s conftest$ac_exeext &&
12248 $as_test_x conftest$ac_exeext; then
12249 ac_cv_lib_xml2_xmlNewDocPI=yes
12250 else
12251 echo "$as_me: failed program was:" >&5
12252 sed 's/^/| /' conftest.$ac_ext >&5
12254 ac_cv_lib_xml2_xmlNewDocPI=no
12257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12258 conftest$ac_exeext conftest.$ac_ext
12259 LIBS=$ac_check_lib_save_LIBS
12261 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12262 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12263 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12265 cat >>confdefs.h <<\_ACEOF
12266 #define HAVE_XMLNEWDOCPI 1
12267 _ACEOF
12274 done
12276 CPPFLAGS="$ac_save_CPPFLAGS"
12278 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12279 case "x$with_xml" in
12280 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12281 xno) ;;
12282 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12283 This is an error since --with-xml was requested." >&5
12284 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12285 This is an error since --with-xml was requested." >&2;}
12286 { (exit 1); exit 1; }; } ;;
12287 esac
12291 if test "x$with_xslt" != "xno"
12292 then
12293 if test "$PKG_CONFIG" != "false"
12294 then
12295 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12296 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12297 else
12298 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12299 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12301 ac_save_CPPFLAGS="$CPPFLAGS"
12302 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12305 for ac_header in libxslt/pattern.h libxslt/transform.h
12307 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12308 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12309 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12310 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12311 echo $ECHO_N "(cached) $ECHO_C" >&6
12312 else
12313 cat >conftest.$ac_ext <<_ACEOF
12314 /* confdefs.h. */
12315 _ACEOF
12316 cat confdefs.h >>conftest.$ac_ext
12317 cat >>conftest.$ac_ext <<_ACEOF
12318 /* end confdefs.h. */
12319 #ifdef HAVE_LIBXSLT_PATTERN_H
12320 # include <libxslt/pattern.h>
12321 #endif
12323 #include <$ac_header>
12324 _ACEOF
12325 rm -f conftest.$ac_objext
12326 if { (ac_try="$ac_compile"
12327 case "(($ac_try" in
12328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12329 *) ac_try_echo=$ac_try;;
12330 esac
12331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12332 (eval "$ac_compile") 2>conftest.er1
12333 ac_status=$?
12334 grep -v '^ *+' conftest.er1 >conftest.err
12335 rm -f conftest.er1
12336 cat conftest.err >&5
12337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12338 (exit $ac_status); } && {
12339 test -z "$ac_c_werror_flag" ||
12340 test ! -s conftest.err
12341 } && test -s conftest.$ac_objext; then
12342 eval "$as_ac_Header=yes"
12343 else
12344 echo "$as_me: failed program was:" >&5
12345 sed 's/^/| /' conftest.$ac_ext >&5
12347 eval "$as_ac_Header=no"
12350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12352 ac_res=`eval echo '${'$as_ac_Header'}'`
12353 { echo "$as_me:$LINENO: result: $ac_res" >&5
12354 echo "${ECHO_T}$ac_res" >&6; }
12355 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12356 cat >>confdefs.h <<_ACEOF
12357 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12358 _ACEOF
12362 done
12364 CPPFLAGS="$ac_save_CPPFLAGS"
12365 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12366 then
12367 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12368 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12369 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12370 echo $ECHO_N "(cached) $ECHO_C" >&6
12371 else
12372 ac_check_soname_save_LIBS=$LIBS
12373 LIBS="-lxslt $ac_xslt_libs $LIBS"
12374 cat >conftest.$ac_ext <<_ACEOF
12375 /* confdefs.h. */
12376 _ACEOF
12377 cat confdefs.h >>conftest.$ac_ext
12378 cat >>conftest.$ac_ext <<_ACEOF
12379 /* end confdefs.h. */
12381 /* Override any GCC internal prototype to avoid an error.
12382 Use char because int might match the return type of a GCC
12383 builtin and then its argument prototype would still apply. */
12384 #ifdef __cplusplus
12385 extern "C"
12386 #endif
12387 char xsltCompilePattern ();
12389 main ()
12391 return xsltCompilePattern ();
12393 return 0;
12395 _ACEOF
12396 rm -f conftest.$ac_objext conftest$ac_exeext
12397 if { (ac_try="$ac_link"
12398 case "(($ac_try" in
12399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12400 *) ac_try_echo=$ac_try;;
12401 esac
12402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12403 (eval "$ac_link") 2>conftest.er1
12404 ac_status=$?
12405 grep -v '^ *+' conftest.er1 >conftest.err
12406 rm -f conftest.er1
12407 cat conftest.err >&5
12408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12409 (exit $ac_status); } && {
12410 test -z "$ac_c_werror_flag" ||
12411 test ! -s conftest.err
12412 } && test -s conftest$ac_exeext &&
12413 $as_test_x conftest$ac_exeext; then
12414 case "$LIBEXT" in
12415 dll) ;;
12416 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'` ;;
12417 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12418 esac
12419 else
12420 echo "$as_me: failed program was:" >&5
12421 sed 's/^/| /' conftest.$ac_ext >&5
12426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12427 conftest$ac_exeext conftest.$ac_ext
12428 LIBS=$ac_check_soname_save_LIBS
12430 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12431 { echo "$as_me:$LINENO: result: not found" >&5
12432 echo "${ECHO_T}not found" >&6; }
12434 else
12435 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12436 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12438 cat >>confdefs.h <<_ACEOF
12439 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12440 _ACEOF
12442 XSLTINCL="$ac_xslt_cflags"
12447 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12448 case "x$with_xslt" in
12449 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12450 xno) ;;
12451 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12452 This is an error since --with-xslt was requested." >&5
12453 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12454 This is an error since --with-xslt was requested." >&2;}
12455 { (exit 1); exit 1; }; } ;;
12456 esac
12460 HALINCL=""
12462 if test "x$with_hal" != "xno"
12463 then
12464 ac_save_CPPFLAGS="$CPPFLAGS"
12465 if test "$PKG_CONFIG" != "false"
12466 then
12467 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12468 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12469 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12473 for ac_header in dbus/dbus.h hal/libhal.h
12475 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12476 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12477 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12478 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12479 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12480 echo $ECHO_N "(cached) $ECHO_C" >&6
12482 ac_res=`eval echo '${'$as_ac_Header'}'`
12483 { echo "$as_me:$LINENO: result: $ac_res" >&5
12484 echo "${ECHO_T}$ac_res" >&6; }
12485 else
12486 # Is the header compilable?
12487 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12488 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12489 cat >conftest.$ac_ext <<_ACEOF
12490 /* confdefs.h. */
12491 _ACEOF
12492 cat confdefs.h >>conftest.$ac_ext
12493 cat >>conftest.$ac_ext <<_ACEOF
12494 /* end confdefs.h. */
12495 $ac_includes_default
12496 #include <$ac_header>
12497 _ACEOF
12498 rm -f conftest.$ac_objext
12499 if { (ac_try="$ac_compile"
12500 case "(($ac_try" in
12501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12502 *) ac_try_echo=$ac_try;;
12503 esac
12504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12505 (eval "$ac_compile") 2>conftest.er1
12506 ac_status=$?
12507 grep -v '^ *+' conftest.er1 >conftest.err
12508 rm -f conftest.er1
12509 cat conftest.err >&5
12510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12511 (exit $ac_status); } && {
12512 test -z "$ac_c_werror_flag" ||
12513 test ! -s conftest.err
12514 } && test -s conftest.$ac_objext; then
12515 ac_header_compiler=yes
12516 else
12517 echo "$as_me: failed program was:" >&5
12518 sed 's/^/| /' conftest.$ac_ext >&5
12520 ac_header_compiler=no
12523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12524 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12525 echo "${ECHO_T}$ac_header_compiler" >&6; }
12527 # Is the header present?
12528 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12529 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12530 cat >conftest.$ac_ext <<_ACEOF
12531 /* confdefs.h. */
12532 _ACEOF
12533 cat confdefs.h >>conftest.$ac_ext
12534 cat >>conftest.$ac_ext <<_ACEOF
12535 /* end confdefs.h. */
12536 #include <$ac_header>
12537 _ACEOF
12538 if { (ac_try="$ac_cpp conftest.$ac_ext"
12539 case "(($ac_try" in
12540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12541 *) ac_try_echo=$ac_try;;
12542 esac
12543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12544 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12545 ac_status=$?
12546 grep -v '^ *+' conftest.er1 >conftest.err
12547 rm -f conftest.er1
12548 cat conftest.err >&5
12549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12550 (exit $ac_status); } >/dev/null && {
12551 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12552 test ! -s conftest.err
12553 }; then
12554 ac_header_preproc=yes
12555 else
12556 echo "$as_me: failed program was:" >&5
12557 sed 's/^/| /' conftest.$ac_ext >&5
12559 ac_header_preproc=no
12562 rm -f conftest.err conftest.$ac_ext
12563 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12564 echo "${ECHO_T}$ac_header_preproc" >&6; }
12566 # So? What about this header?
12567 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12568 yes:no: )
12569 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12570 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12571 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12572 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12573 ac_header_preproc=yes
12575 no:yes:* )
12576 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12577 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12578 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12579 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12580 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12581 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12582 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12583 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12584 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12585 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12586 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12587 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12588 ( cat <<\_ASBOX
12589 ## ------------------------------------ ##
12590 ## Report this to wine-devel@winehq.org ##
12591 ## ------------------------------------ ##
12592 _ASBOX
12593 ) | sed "s/^/$as_me: WARNING: /" >&2
12595 esac
12596 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12597 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12598 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12599 echo $ECHO_N "(cached) $ECHO_C" >&6
12600 else
12601 eval "$as_ac_Header=\$ac_header_preproc"
12603 ac_res=`eval echo '${'$as_ac_Header'}'`
12604 { echo "$as_me:$LINENO: result: $ac_res" >&5
12605 echo "${ECHO_T}$ac_res" >&6; }
12608 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12609 cat >>confdefs.h <<_ACEOF
12610 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12611 _ACEOF
12615 done
12617 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12618 then
12619 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12620 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12621 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12622 echo $ECHO_N "(cached) $ECHO_C" >&6
12623 else
12624 ac_check_lib_save_LIBS=$LIBS
12625 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12626 cat >conftest.$ac_ext <<_ACEOF
12627 /* confdefs.h. */
12628 _ACEOF
12629 cat confdefs.h >>conftest.$ac_ext
12630 cat >>conftest.$ac_ext <<_ACEOF
12631 /* end confdefs.h. */
12633 /* Override any GCC internal prototype to avoid an error.
12634 Use char because int might match the return type of a GCC
12635 builtin and then its argument prototype would still apply. */
12636 #ifdef __cplusplus
12637 extern "C"
12638 #endif
12639 char dbus_connection_close ();
12641 main ()
12643 return dbus_connection_close ();
12645 return 0;
12647 _ACEOF
12648 rm -f conftest.$ac_objext conftest$ac_exeext
12649 if { (ac_try="$ac_link"
12650 case "(($ac_try" in
12651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12652 *) ac_try_echo=$ac_try;;
12653 esac
12654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12655 (eval "$ac_link") 2>conftest.er1
12656 ac_status=$?
12657 grep -v '^ *+' conftest.er1 >conftest.err
12658 rm -f conftest.er1
12659 cat conftest.err >&5
12660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12661 (exit $ac_status); } && {
12662 test -z "$ac_c_werror_flag" ||
12663 test ! -s conftest.err
12664 } && test -s conftest$ac_exeext &&
12665 $as_test_x conftest$ac_exeext; then
12666 ac_cv_lib_dbus_1_dbus_connection_close=yes
12667 else
12668 echo "$as_me: failed program was:" >&5
12669 sed 's/^/| /' conftest.$ac_ext >&5
12671 ac_cv_lib_dbus_1_dbus_connection_close=no
12674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12675 conftest$ac_exeext conftest.$ac_ext
12676 LIBS=$ac_check_lib_save_LIBS
12678 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12679 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12680 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12681 { echo "$as_me:$LINENO: checking for -lhal" >&5
12682 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12683 if test "${ac_cv_lib_soname_hal+set}" = set; then
12684 echo $ECHO_N "(cached) $ECHO_C" >&6
12685 else
12686 ac_check_soname_save_LIBS=$LIBS
12687 LIBS="-lhal $ac_hal_libs $LIBS"
12688 cat >conftest.$ac_ext <<_ACEOF
12689 /* confdefs.h. */
12690 _ACEOF
12691 cat confdefs.h >>conftest.$ac_ext
12692 cat >>conftest.$ac_ext <<_ACEOF
12693 /* end confdefs.h. */
12695 /* Override any GCC internal prototype to avoid an error.
12696 Use char because int might match the return type of a GCC
12697 builtin and then its argument prototype would still apply. */
12698 #ifdef __cplusplus
12699 extern "C"
12700 #endif
12701 char libhal_ctx_new ();
12703 main ()
12705 return libhal_ctx_new ();
12707 return 0;
12709 _ACEOF
12710 rm -f conftest.$ac_objext conftest$ac_exeext
12711 if { (ac_try="$ac_link"
12712 case "(($ac_try" in
12713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12714 *) ac_try_echo=$ac_try;;
12715 esac
12716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12717 (eval "$ac_link") 2>conftest.er1
12718 ac_status=$?
12719 grep -v '^ *+' conftest.er1 >conftest.err
12720 rm -f conftest.er1
12721 cat conftest.err >&5
12722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12723 (exit $ac_status); } && {
12724 test -z "$ac_c_werror_flag" ||
12725 test ! -s conftest.err
12726 } && test -s conftest$ac_exeext &&
12727 $as_test_x conftest$ac_exeext; then
12728 case "$LIBEXT" in
12729 dll) ;;
12730 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'` ;;
12731 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12732 esac
12733 else
12734 echo "$as_me: failed program was:" >&5
12735 sed 's/^/| /' conftest.$ac_ext >&5
12740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12741 conftest$ac_exeext conftest.$ac_ext
12742 LIBS=$ac_check_soname_save_LIBS
12744 if test "x$ac_cv_lib_soname_hal" = "x"; then
12745 { echo "$as_me:$LINENO: result: not found" >&5
12746 echo "${ECHO_T}not found" >&6; }
12748 else
12749 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12750 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12752 cat >>confdefs.h <<_ACEOF
12753 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12754 _ACEOF
12756 HALINCL="$ac_hal_cflags"
12762 CPPFLAGS="$ac_save_CPPFLAGS"
12764 if test "x$ac_cv_lib_soname_hal" = "x"; then
12765 case "x$with_hal" in
12766 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12767 xno) ;;
12768 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12769 This is an error since --with-hal was requested." >&5
12770 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12771 This is an error since --with-hal was requested." >&2;}
12772 { (exit 1); exit 1; }; } ;;
12773 esac
12777 if test "x$with_gnutls" != "xno"
12778 then
12779 ac_save_CPPFLAGS="$CPPFLAGS"
12780 if test "$PKG_CONFIG" != "false"
12781 then
12782 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12783 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12784 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12786 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12787 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12788 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12789 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12790 echo $ECHO_N "(cached) $ECHO_C" >&6
12792 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12793 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12794 else
12795 # Is the header compilable?
12796 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12797 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12798 cat >conftest.$ac_ext <<_ACEOF
12799 /* confdefs.h. */
12800 _ACEOF
12801 cat confdefs.h >>conftest.$ac_ext
12802 cat >>conftest.$ac_ext <<_ACEOF
12803 /* end confdefs.h. */
12804 $ac_includes_default
12805 #include <gnutls/gnutls.h>
12806 _ACEOF
12807 rm -f conftest.$ac_objext
12808 if { (ac_try="$ac_compile"
12809 case "(($ac_try" in
12810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12811 *) ac_try_echo=$ac_try;;
12812 esac
12813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12814 (eval "$ac_compile") 2>conftest.er1
12815 ac_status=$?
12816 grep -v '^ *+' conftest.er1 >conftest.err
12817 rm -f conftest.er1
12818 cat conftest.err >&5
12819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12820 (exit $ac_status); } && {
12821 test -z "$ac_c_werror_flag" ||
12822 test ! -s conftest.err
12823 } && test -s conftest.$ac_objext; then
12824 ac_header_compiler=yes
12825 else
12826 echo "$as_me: failed program was:" >&5
12827 sed 's/^/| /' conftest.$ac_ext >&5
12829 ac_header_compiler=no
12832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12833 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12834 echo "${ECHO_T}$ac_header_compiler" >&6; }
12836 # Is the header present?
12837 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12838 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12839 cat >conftest.$ac_ext <<_ACEOF
12840 /* confdefs.h. */
12841 _ACEOF
12842 cat confdefs.h >>conftest.$ac_ext
12843 cat >>conftest.$ac_ext <<_ACEOF
12844 /* end confdefs.h. */
12845 #include <gnutls/gnutls.h>
12846 _ACEOF
12847 if { (ac_try="$ac_cpp conftest.$ac_ext"
12848 case "(($ac_try" in
12849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12850 *) ac_try_echo=$ac_try;;
12851 esac
12852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12853 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12854 ac_status=$?
12855 grep -v '^ *+' conftest.er1 >conftest.err
12856 rm -f conftest.er1
12857 cat conftest.err >&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } >/dev/null && {
12860 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12861 test ! -s conftest.err
12862 }; then
12863 ac_header_preproc=yes
12864 else
12865 echo "$as_me: failed program was:" >&5
12866 sed 's/^/| /' conftest.$ac_ext >&5
12868 ac_header_preproc=no
12871 rm -f conftest.err conftest.$ac_ext
12872 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12873 echo "${ECHO_T}$ac_header_preproc" >&6; }
12875 # So? What about this header?
12876 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12877 yes:no: )
12878 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12879 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12880 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12881 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12882 ac_header_preproc=yes
12884 no:yes:* )
12885 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12886 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12887 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12888 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12889 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12890 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12891 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12892 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12893 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12894 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12895 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12896 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12897 ( cat <<\_ASBOX
12898 ## ------------------------------------ ##
12899 ## Report this to wine-devel@winehq.org ##
12900 ## ------------------------------------ ##
12901 _ASBOX
12902 ) | sed "s/^/$as_me: WARNING: /" >&2
12904 esac
12905 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12906 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12907 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12908 echo $ECHO_N "(cached) $ECHO_C" >&6
12909 else
12910 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12912 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12913 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12916 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12917 cat >conftest.$ac_ext <<_ACEOF
12918 /* confdefs.h. */
12919 _ACEOF
12920 cat confdefs.h >>conftest.$ac_ext
12921 cat >>conftest.$ac_ext <<_ACEOF
12922 /* end confdefs.h. */
12923 #include <gnutls/gnutls.h>
12925 main ()
12927 typeof(gnutls_mac_get_key_size) *pfunc;
12929 return 0;
12931 _ACEOF
12932 rm -f conftest.$ac_objext
12933 if { (ac_try="$ac_compile"
12934 case "(($ac_try" in
12935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12936 *) ac_try_echo=$ac_try;;
12937 esac
12938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12939 (eval "$ac_compile") 2>conftest.er1
12940 ac_status=$?
12941 grep -v '^ *+' conftest.er1 >conftest.err
12942 rm -f conftest.er1
12943 cat conftest.err >&5
12944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12945 (exit $ac_status); } && {
12946 test -z "$ac_c_werror_flag" ||
12947 test ! -s conftest.err
12948 } && test -s conftest.$ac_objext; then
12949 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12950 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12951 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12952 echo $ECHO_N "(cached) $ECHO_C" >&6
12953 else
12954 ac_check_soname_save_LIBS=$LIBS
12955 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12956 cat >conftest.$ac_ext <<_ACEOF
12957 /* confdefs.h. */
12958 _ACEOF
12959 cat confdefs.h >>conftest.$ac_ext
12960 cat >>conftest.$ac_ext <<_ACEOF
12961 /* end confdefs.h. */
12963 /* Override any GCC internal prototype to avoid an error.
12964 Use char because int might match the return type of a GCC
12965 builtin and then its argument prototype would still apply. */
12966 #ifdef __cplusplus
12967 extern "C"
12968 #endif
12969 char gnutls_global_init ();
12971 main ()
12973 return gnutls_global_init ();
12975 return 0;
12977 _ACEOF
12978 rm -f conftest.$ac_objext conftest$ac_exeext
12979 if { (ac_try="$ac_link"
12980 case "(($ac_try" in
12981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12982 *) ac_try_echo=$ac_try;;
12983 esac
12984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12985 (eval "$ac_link") 2>conftest.er1
12986 ac_status=$?
12987 grep -v '^ *+' conftest.er1 >conftest.err
12988 rm -f conftest.er1
12989 cat conftest.err >&5
12990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12991 (exit $ac_status); } && {
12992 test -z "$ac_c_werror_flag" ||
12993 test ! -s conftest.err
12994 } && test -s conftest$ac_exeext &&
12995 $as_test_x conftest$ac_exeext; then
12996 case "$LIBEXT" in
12997 dll) ;;
12998 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'` ;;
12999 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13000 esac
13001 else
13002 echo "$as_me: failed program was:" >&5
13003 sed 's/^/| /' conftest.$ac_ext >&5
13008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13009 conftest$ac_exeext conftest.$ac_ext
13010 LIBS=$ac_check_soname_save_LIBS
13012 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13013 { echo "$as_me:$LINENO: result: not found" >&5
13014 echo "${ECHO_T}not found" >&6; }
13016 else
13017 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13018 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13020 cat >>confdefs.h <<_ACEOF
13021 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13022 _ACEOF
13024 GNUTLSINCL="$ac_gnutls_cflags"
13028 else
13029 echo "$as_me: failed program was:" >&5
13030 sed 's/^/| /' conftest.$ac_ext >&5
13035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13039 CPPFLAGS="$ac_save_CPPFLAGS"
13041 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13042 case "x$with_gnutls" in
13043 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13044 xno) ;;
13045 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13046 This is an error since --with-gnutls was requested." >&5
13047 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13048 This is an error since --with-gnutls was requested." >&2;}
13049 { (exit 1); exit 1; }; } ;;
13050 esac
13054 CURSESLIBS=""
13055 if test "$ac_cv_header_ncurses_h" = "yes"
13056 then
13057 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13058 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13059 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13060 echo $ECHO_N "(cached) $ECHO_C" >&6
13061 else
13062 ac_check_soname_save_LIBS=$LIBS
13063 LIBS="-lncurses $LIBS"
13064 cat >conftest.$ac_ext <<_ACEOF
13065 /* confdefs.h. */
13066 _ACEOF
13067 cat confdefs.h >>conftest.$ac_ext
13068 cat >>conftest.$ac_ext <<_ACEOF
13069 /* end confdefs.h. */
13071 /* Override any GCC internal prototype to avoid an error.
13072 Use char because int might match the return type of a GCC
13073 builtin and then its argument prototype would still apply. */
13074 #ifdef __cplusplus
13075 extern "C"
13076 #endif
13077 char waddch ();
13079 main ()
13081 return waddch ();
13083 return 0;
13085 _ACEOF
13086 rm -f conftest.$ac_objext conftest$ac_exeext
13087 if { (ac_try="$ac_link"
13088 case "(($ac_try" in
13089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13090 *) ac_try_echo=$ac_try;;
13091 esac
13092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13093 (eval "$ac_link") 2>conftest.er1
13094 ac_status=$?
13095 grep -v '^ *+' conftest.er1 >conftest.err
13096 rm -f conftest.er1
13097 cat conftest.err >&5
13098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13099 (exit $ac_status); } && {
13100 test -z "$ac_c_werror_flag" ||
13101 test ! -s conftest.err
13102 } && test -s conftest$ac_exeext &&
13103 $as_test_x conftest$ac_exeext; then
13104 case "$LIBEXT" in
13105 dll) ;;
13106 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'` ;;
13107 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13108 esac
13109 else
13110 echo "$as_me: failed program was:" >&5
13111 sed 's/^/| /' conftest.$ac_ext >&5
13116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13117 conftest$ac_exeext conftest.$ac_ext
13118 LIBS=$ac_check_soname_save_LIBS
13120 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13121 { echo "$as_me:$LINENO: result: not found" >&5
13122 echo "${ECHO_T}not found" >&6; }
13124 else
13125 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13126 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13128 cat >>confdefs.h <<_ACEOF
13129 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13130 _ACEOF
13132 CURSESLIBS="-lncurses"
13135 elif test "$ac_cv_header_curses_h" = "yes"
13136 then
13137 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13138 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13139 if test "${ac_cv_lib_soname_curses+set}" = set; then
13140 echo $ECHO_N "(cached) $ECHO_C" >&6
13141 else
13142 ac_check_soname_save_LIBS=$LIBS
13143 LIBS="-lcurses $LIBS"
13144 cat >conftest.$ac_ext <<_ACEOF
13145 /* confdefs.h. */
13146 _ACEOF
13147 cat confdefs.h >>conftest.$ac_ext
13148 cat >>conftest.$ac_ext <<_ACEOF
13149 /* end confdefs.h. */
13151 /* Override any GCC internal prototype to avoid an error.
13152 Use char because int might match the return type of a GCC
13153 builtin and then its argument prototype would still apply. */
13154 #ifdef __cplusplus
13155 extern "C"
13156 #endif
13157 char waddch ();
13159 main ()
13161 return waddch ();
13163 return 0;
13165 _ACEOF
13166 rm -f conftest.$ac_objext conftest$ac_exeext
13167 if { (ac_try="$ac_link"
13168 case "(($ac_try" in
13169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13170 *) ac_try_echo=$ac_try;;
13171 esac
13172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13173 (eval "$ac_link") 2>conftest.er1
13174 ac_status=$?
13175 grep -v '^ *+' conftest.er1 >conftest.err
13176 rm -f conftest.er1
13177 cat conftest.err >&5
13178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13179 (exit $ac_status); } && {
13180 test -z "$ac_c_werror_flag" ||
13181 test ! -s conftest.err
13182 } && test -s conftest$ac_exeext &&
13183 $as_test_x conftest$ac_exeext; then
13184 case "$LIBEXT" in
13185 dll) ;;
13186 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'` ;;
13187 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13188 esac
13189 else
13190 echo "$as_me: failed program was:" >&5
13191 sed 's/^/| /' conftest.$ac_ext >&5
13196 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13197 conftest$ac_exeext conftest.$ac_ext
13198 LIBS=$ac_check_soname_save_LIBS
13200 if test "x$ac_cv_lib_soname_curses" = "x"; then
13201 { echo "$as_me:$LINENO: result: not found" >&5
13202 echo "${ECHO_T}not found" >&6; }
13204 else
13205 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13206 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13208 cat >>confdefs.h <<_ACEOF
13209 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13210 _ACEOF
13212 CURSESLIBS="-lcurses"
13216 ac_save_LIBS="$LIBS"
13217 LIBS="$LIBS $CURSESLIBS"
13219 for ac_func in mousemask
13221 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13222 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13223 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13224 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13225 echo $ECHO_N "(cached) $ECHO_C" >&6
13226 else
13227 cat >conftest.$ac_ext <<_ACEOF
13228 /* confdefs.h. */
13229 _ACEOF
13230 cat confdefs.h >>conftest.$ac_ext
13231 cat >>conftest.$ac_ext <<_ACEOF
13232 /* end confdefs.h. */
13233 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13234 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13235 #define $ac_func innocuous_$ac_func
13237 /* System header to define __stub macros and hopefully few prototypes,
13238 which can conflict with char $ac_func (); below.
13239 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13240 <limits.h> exists even on freestanding compilers. */
13242 #ifdef __STDC__
13243 # include <limits.h>
13244 #else
13245 # include <assert.h>
13246 #endif
13248 #undef $ac_func
13250 /* Override any GCC internal prototype to avoid an error.
13251 Use char because int might match the return type of a GCC
13252 builtin and then its argument prototype would still apply. */
13253 #ifdef __cplusplus
13254 extern "C"
13255 #endif
13256 char $ac_func ();
13257 /* The GNU C library defines this for functions which it implements
13258 to always fail with ENOSYS. Some functions are actually named
13259 something starting with __ and the normal name is an alias. */
13260 #if defined __stub_$ac_func || defined __stub___$ac_func
13261 choke me
13262 #endif
13265 main ()
13267 return $ac_func ();
13269 return 0;
13271 _ACEOF
13272 rm -f conftest.$ac_objext conftest$ac_exeext
13273 if { (ac_try="$ac_link"
13274 case "(($ac_try" in
13275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13276 *) ac_try_echo=$ac_try;;
13277 esac
13278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13279 (eval "$ac_link") 2>conftest.er1
13280 ac_status=$?
13281 grep -v '^ *+' conftest.er1 >conftest.err
13282 rm -f conftest.er1
13283 cat conftest.err >&5
13284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13285 (exit $ac_status); } && {
13286 test -z "$ac_c_werror_flag" ||
13287 test ! -s conftest.err
13288 } && test -s conftest$ac_exeext &&
13289 $as_test_x conftest$ac_exeext; then
13290 eval "$as_ac_var=yes"
13291 else
13292 echo "$as_me: failed program was:" >&5
13293 sed 's/^/| /' conftest.$ac_ext >&5
13295 eval "$as_ac_var=no"
13298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13299 conftest$ac_exeext conftest.$ac_ext
13301 ac_res=`eval echo '${'$as_ac_var'}'`
13302 { echo "$as_me:$LINENO: result: $ac_res" >&5
13303 echo "${ECHO_T}$ac_res" >&6; }
13304 if test `eval echo '${'$as_ac_var'}'` = yes; then
13305 cat >>confdefs.h <<_ACEOF
13306 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13307 _ACEOF
13310 done
13312 LIBS="$ac_save_LIBS"
13313 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13314 case "x$with_curses" in
13315 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13316 xno) ;;
13317 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13318 This is an error since --with-curses was requested." >&5
13319 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13320 This is an error since --with-curses was requested." >&2;}
13321 { (exit 1); exit 1; }; } ;;
13322 esac
13326 if test "x$with_sane" != "xno"
13327 then
13328 ac_save_CPPFLAGS="$CPPFLAGS"
13329 # Extract the first word of "sane-config", so it can be a program name with args.
13330 set dummy sane-config; ac_word=$2
13331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13333 if test "${ac_cv_prog_sane_devel+set}" = set; then
13334 echo $ECHO_N "(cached) $ECHO_C" >&6
13335 else
13336 if test -n "$sane_devel"; then
13337 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13338 else
13339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13340 for as_dir in $PATH
13342 IFS=$as_save_IFS
13343 test -z "$as_dir" && as_dir=.
13344 for ac_exec_ext in '' $ac_executable_extensions; do
13345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13346 ac_cv_prog_sane_devel="sane-config"
13347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13348 break 2
13350 done
13351 done
13352 IFS=$as_save_IFS
13354 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13357 sane_devel=$ac_cv_prog_sane_devel
13358 if test -n "$sane_devel"; then
13359 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13360 echo "${ECHO_T}$sane_devel" >&6; }
13361 else
13362 { echo "$as_me:$LINENO: result: no" >&5
13363 echo "${ECHO_T}no" >&6; }
13367 if test "$sane_devel" != "no"
13368 then
13369 ac_sane_incl="`$sane_devel --cflags`"
13370 ac_sane_libs="`$sane_devel --ldflags`"
13371 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13373 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13374 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13375 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13376 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13377 echo $ECHO_N "(cached) $ECHO_C" >&6
13379 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13380 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13381 else
13382 # Is the header compilable?
13383 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13384 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13385 cat >conftest.$ac_ext <<_ACEOF
13386 /* confdefs.h. */
13387 _ACEOF
13388 cat confdefs.h >>conftest.$ac_ext
13389 cat >>conftest.$ac_ext <<_ACEOF
13390 /* end confdefs.h. */
13391 $ac_includes_default
13392 #include <sane/sane.h>
13393 _ACEOF
13394 rm -f conftest.$ac_objext
13395 if { (ac_try="$ac_compile"
13396 case "(($ac_try" in
13397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13398 *) ac_try_echo=$ac_try;;
13399 esac
13400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13401 (eval "$ac_compile") 2>conftest.er1
13402 ac_status=$?
13403 grep -v '^ *+' conftest.er1 >conftest.err
13404 rm -f conftest.er1
13405 cat conftest.err >&5
13406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13407 (exit $ac_status); } && {
13408 test -z "$ac_c_werror_flag" ||
13409 test ! -s conftest.err
13410 } && test -s conftest.$ac_objext; then
13411 ac_header_compiler=yes
13412 else
13413 echo "$as_me: failed program was:" >&5
13414 sed 's/^/| /' conftest.$ac_ext >&5
13416 ac_header_compiler=no
13419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13420 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13421 echo "${ECHO_T}$ac_header_compiler" >&6; }
13423 # Is the header present?
13424 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13425 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13426 cat >conftest.$ac_ext <<_ACEOF
13427 /* confdefs.h. */
13428 _ACEOF
13429 cat confdefs.h >>conftest.$ac_ext
13430 cat >>conftest.$ac_ext <<_ACEOF
13431 /* end confdefs.h. */
13432 #include <sane/sane.h>
13433 _ACEOF
13434 if { (ac_try="$ac_cpp conftest.$ac_ext"
13435 case "(($ac_try" in
13436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13437 *) ac_try_echo=$ac_try;;
13438 esac
13439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13440 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13441 ac_status=$?
13442 grep -v '^ *+' conftest.er1 >conftest.err
13443 rm -f conftest.er1
13444 cat conftest.err >&5
13445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446 (exit $ac_status); } >/dev/null && {
13447 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13448 test ! -s conftest.err
13449 }; then
13450 ac_header_preproc=yes
13451 else
13452 echo "$as_me: failed program was:" >&5
13453 sed 's/^/| /' conftest.$ac_ext >&5
13455 ac_header_preproc=no
13458 rm -f conftest.err conftest.$ac_ext
13459 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13460 echo "${ECHO_T}$ac_header_preproc" >&6; }
13462 # So? What about this header?
13463 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13464 yes:no: )
13465 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13466 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13467 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13468 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13469 ac_header_preproc=yes
13471 no:yes:* )
13472 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13473 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13474 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13475 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13476 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13477 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13478 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13479 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13480 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13481 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13482 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13483 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13484 ( cat <<\_ASBOX
13485 ## ------------------------------------ ##
13486 ## Report this to wine-devel@winehq.org ##
13487 ## ------------------------------------ ##
13488 _ASBOX
13489 ) | sed "s/^/$as_me: WARNING: /" >&2
13491 esac
13492 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13493 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13494 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13495 echo $ECHO_N "(cached) $ECHO_C" >&6
13496 else
13497 ac_cv_header_sane_sane_h=$ac_header_preproc
13499 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13500 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13503 if test $ac_cv_header_sane_sane_h = yes; then
13504 { echo "$as_me:$LINENO: checking for -lsane" >&5
13505 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13506 if test "${ac_cv_lib_soname_sane+set}" = set; then
13507 echo $ECHO_N "(cached) $ECHO_C" >&6
13508 else
13509 ac_check_soname_save_LIBS=$LIBS
13510 LIBS="-lsane $ac_sane_libs $LIBS"
13511 cat >conftest.$ac_ext <<_ACEOF
13512 /* confdefs.h. */
13513 _ACEOF
13514 cat confdefs.h >>conftest.$ac_ext
13515 cat >>conftest.$ac_ext <<_ACEOF
13516 /* end confdefs.h. */
13518 /* Override any GCC internal prototype to avoid an error.
13519 Use char because int might match the return type of a GCC
13520 builtin and then its argument prototype would still apply. */
13521 #ifdef __cplusplus
13522 extern "C"
13523 #endif
13524 char sane_init ();
13526 main ()
13528 return sane_init ();
13530 return 0;
13532 _ACEOF
13533 rm -f conftest.$ac_objext conftest$ac_exeext
13534 if { (ac_try="$ac_link"
13535 case "(($ac_try" in
13536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13537 *) ac_try_echo=$ac_try;;
13538 esac
13539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13540 (eval "$ac_link") 2>conftest.er1
13541 ac_status=$?
13542 grep -v '^ *+' conftest.er1 >conftest.err
13543 rm -f conftest.er1
13544 cat conftest.err >&5
13545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13546 (exit $ac_status); } && {
13547 test -z "$ac_c_werror_flag" ||
13548 test ! -s conftest.err
13549 } && test -s conftest$ac_exeext &&
13550 $as_test_x conftest$ac_exeext; then
13551 case "$LIBEXT" in
13552 dll) ;;
13553 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'` ;;
13554 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13555 esac
13556 else
13557 echo "$as_me: failed program was:" >&5
13558 sed 's/^/| /' conftest.$ac_ext >&5
13563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13564 conftest$ac_exeext conftest.$ac_ext
13565 LIBS=$ac_check_soname_save_LIBS
13567 if test "x$ac_cv_lib_soname_sane" = "x"; then
13568 { echo "$as_me:$LINENO: result: not found" >&5
13569 echo "${ECHO_T}not found" >&6; }
13571 else
13572 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13573 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13575 cat >>confdefs.h <<_ACEOF
13576 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13577 _ACEOF
13579 SANEINCL="$ac_sane_incl"
13586 CPPFLAGS="$ac_save_CPPFLAGS"
13588 if test "x$ac_cv_lib_soname_sane" = "x"; then
13589 case "x$with_sane" in
13590 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13591 xno) ;;
13592 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13593 This is an error since --with-sane was requested." >&5
13594 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13595 This is an error since --with-sane was requested." >&2;}
13596 { (exit 1); exit 1; }; } ;;
13597 esac
13601 if test "x$with_gphoto" != "xno"
13602 then
13603 ac_save_CPPFLAGS="$CPPFLAGS"
13604 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13605 set dummy gphoto2-config; ac_word=$2
13606 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13607 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13608 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13609 echo $ECHO_N "(cached) $ECHO_C" >&6
13610 else
13611 if test -n "$gphoto2_devel"; then
13612 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13613 else
13614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13615 for as_dir in $PATH
13617 IFS=$as_save_IFS
13618 test -z "$as_dir" && as_dir=.
13619 for ac_exec_ext in '' $ac_executable_extensions; do
13620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13621 ac_cv_prog_gphoto2_devel="gphoto2-config"
13622 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13623 break 2
13625 done
13626 done
13627 IFS=$as_save_IFS
13629 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13632 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13633 if test -n "$gphoto2_devel"; then
13634 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13635 echo "${ECHO_T}$gphoto2_devel" >&6; }
13636 else
13637 { echo "$as_me:$LINENO: result: no" >&5
13638 echo "${ECHO_T}no" >&6; }
13642 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13643 set dummy gphoto2-port-config; ac_word=$2
13644 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13645 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13646 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13647 echo $ECHO_N "(cached) $ECHO_C" >&6
13648 else
13649 if test -n "$gphoto2port_devel"; then
13650 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13651 else
13652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13653 for as_dir in $PATH
13655 IFS=$as_save_IFS
13656 test -z "$as_dir" && as_dir=.
13657 for ac_exec_ext in '' $ac_executable_extensions; do
13658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13659 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13660 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13661 break 2
13663 done
13664 done
13665 IFS=$as_save_IFS
13667 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13670 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13671 if test -n "$gphoto2port_devel"; then
13672 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13673 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13674 else
13675 { echo "$as_me:$LINENO: result: no" >&5
13676 echo "${ECHO_T}no" >&6; }
13680 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13681 then
13682 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13683 ac_gphoto2_libs=""
13684 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13686 case "$i" in
13687 -L/usr/lib|-L/usr/lib64) ;;
13688 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13689 esac
13690 done
13691 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13693 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13694 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13695 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13696 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13697 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13698 echo $ECHO_N "(cached) $ECHO_C" >&6
13700 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13701 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13702 else
13703 # Is the header compilable?
13704 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13705 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13706 cat >conftest.$ac_ext <<_ACEOF
13707 /* confdefs.h. */
13708 _ACEOF
13709 cat confdefs.h >>conftest.$ac_ext
13710 cat >>conftest.$ac_ext <<_ACEOF
13711 /* end confdefs.h. */
13712 $ac_includes_default
13713 #include <gphoto2-camera.h>
13714 _ACEOF
13715 rm -f conftest.$ac_objext
13716 if { (ac_try="$ac_compile"
13717 case "(($ac_try" in
13718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13719 *) ac_try_echo=$ac_try;;
13720 esac
13721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13722 (eval "$ac_compile") 2>conftest.er1
13723 ac_status=$?
13724 grep -v '^ *+' conftest.er1 >conftest.err
13725 rm -f conftest.er1
13726 cat conftest.err >&5
13727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13728 (exit $ac_status); } && {
13729 test -z "$ac_c_werror_flag" ||
13730 test ! -s conftest.err
13731 } && test -s conftest.$ac_objext; then
13732 ac_header_compiler=yes
13733 else
13734 echo "$as_me: failed program was:" >&5
13735 sed 's/^/| /' conftest.$ac_ext >&5
13737 ac_header_compiler=no
13740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13741 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13742 echo "${ECHO_T}$ac_header_compiler" >&6; }
13744 # Is the header present?
13745 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13746 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13747 cat >conftest.$ac_ext <<_ACEOF
13748 /* confdefs.h. */
13749 _ACEOF
13750 cat confdefs.h >>conftest.$ac_ext
13751 cat >>conftest.$ac_ext <<_ACEOF
13752 /* end confdefs.h. */
13753 #include <gphoto2-camera.h>
13754 _ACEOF
13755 if { (ac_try="$ac_cpp conftest.$ac_ext"
13756 case "(($ac_try" in
13757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13758 *) ac_try_echo=$ac_try;;
13759 esac
13760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13761 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13762 ac_status=$?
13763 grep -v '^ *+' conftest.er1 >conftest.err
13764 rm -f conftest.er1
13765 cat conftest.err >&5
13766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13767 (exit $ac_status); } >/dev/null && {
13768 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13769 test ! -s conftest.err
13770 }; then
13771 ac_header_preproc=yes
13772 else
13773 echo "$as_me: failed program was:" >&5
13774 sed 's/^/| /' conftest.$ac_ext >&5
13776 ac_header_preproc=no
13779 rm -f conftest.err conftest.$ac_ext
13780 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13781 echo "${ECHO_T}$ac_header_preproc" >&6; }
13783 # So? What about this header?
13784 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13785 yes:no: )
13786 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13787 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13788 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13789 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13790 ac_header_preproc=yes
13792 no:yes:* )
13793 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13794 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13795 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13796 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13797 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13798 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13799 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13800 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13801 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13802 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13803 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13804 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13805 ( cat <<\_ASBOX
13806 ## ------------------------------------ ##
13807 ## Report this to wine-devel@winehq.org ##
13808 ## ------------------------------------ ##
13809 _ASBOX
13810 ) | sed "s/^/$as_me: WARNING: /" >&2
13812 esac
13813 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13814 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13815 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13816 echo $ECHO_N "(cached) $ECHO_C" >&6
13817 else
13818 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13820 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13821 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13824 if test $ac_cv_header_gphoto2_camera_h = yes; then
13825 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13826 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13827 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13828 echo $ECHO_N "(cached) $ECHO_C" >&6
13829 else
13830 ac_check_lib_save_LIBS=$LIBS
13831 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13832 cat >conftest.$ac_ext <<_ACEOF
13833 /* confdefs.h. */
13834 _ACEOF
13835 cat confdefs.h >>conftest.$ac_ext
13836 cat >>conftest.$ac_ext <<_ACEOF
13837 /* end confdefs.h. */
13839 /* Override any GCC internal prototype to avoid an error.
13840 Use char because int might match the return type of a GCC
13841 builtin and then its argument prototype would still apply. */
13842 #ifdef __cplusplus
13843 extern "C"
13844 #endif
13845 char gp_camera_new ();
13847 main ()
13849 return gp_camera_new ();
13851 return 0;
13853 _ACEOF
13854 rm -f conftest.$ac_objext conftest$ac_exeext
13855 if { (ac_try="$ac_link"
13856 case "(($ac_try" in
13857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13858 *) ac_try_echo=$ac_try;;
13859 esac
13860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13861 (eval "$ac_link") 2>conftest.er1
13862 ac_status=$?
13863 grep -v '^ *+' conftest.er1 >conftest.err
13864 rm -f conftest.er1
13865 cat conftest.err >&5
13866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13867 (exit $ac_status); } && {
13868 test -z "$ac_c_werror_flag" ||
13869 test ! -s conftest.err
13870 } && test -s conftest$ac_exeext &&
13871 $as_test_x conftest$ac_exeext; then
13872 ac_cv_lib_gphoto2_gp_camera_new=yes
13873 else
13874 echo "$as_me: failed program was:" >&5
13875 sed 's/^/| /' conftest.$ac_ext >&5
13877 ac_cv_lib_gphoto2_gp_camera_new=no
13880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13881 conftest$ac_exeext conftest.$ac_ext
13882 LIBS=$ac_check_lib_save_LIBS
13884 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13885 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13886 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13888 cat >>confdefs.h <<\_ACEOF
13889 #define HAVE_GPHOTO2 1
13890 _ACEOF
13892 GPHOTO2LIBS="$ac_gphoto2_libs"
13894 GPHOTO2INCL="$ac_gphoto2_incl"
13901 CPPFLAGS="$ac_save_CPPFLAGS"
13903 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13904 case "x$with_gphoto" in
13905 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13906 xno) ;;
13907 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13908 This is an error since --with-gphoto was requested." >&5
13909 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13910 This is an error since --with-gphoto was requested." >&2;}
13911 { (exit 1); exit 1; }; } ;;
13912 esac
13917 RESOLVLIBS=""
13919 if test "$ac_cv_header_resolv_h" = "yes"
13920 then
13921 ac_save_LIBS="$LIBS"
13922 LIBS="$LIBS -lresolv"
13923 cat >conftest.$ac_ext <<_ACEOF
13924 /* confdefs.h. */
13925 _ACEOF
13926 cat confdefs.h >>conftest.$ac_ext
13927 cat >>conftest.$ac_ext <<_ACEOF
13928 /* end confdefs.h. */
13929 #ifdef HAVE_NETINET_IN_H
13930 #include <netinet/in.h>
13931 #endif
13932 #include <resolv.h>
13934 main ()
13936 res_init();
13938 return 0;
13940 _ACEOF
13941 rm -f conftest.$ac_objext conftest$ac_exeext
13942 if { (ac_try="$ac_link"
13943 case "(($ac_try" in
13944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13945 *) ac_try_echo=$ac_try;;
13946 esac
13947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13948 (eval "$ac_link") 2>conftest.er1
13949 ac_status=$?
13950 grep -v '^ *+' conftest.er1 >conftest.err
13951 rm -f conftest.er1
13952 cat conftest.err >&5
13953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13954 (exit $ac_status); } && {
13955 test -z "$ac_c_werror_flag" ||
13956 test ! -s conftest.err
13957 } && test -s conftest$ac_exeext &&
13958 $as_test_x conftest$ac_exeext; then
13960 cat >>confdefs.h <<\_ACEOF
13961 #define HAVE_RESOLV 1
13962 _ACEOF
13964 RESOLVLIBS="-lresolv"
13965 else
13966 echo "$as_me: failed program was:" >&5
13967 sed 's/^/| /' conftest.$ac_ext >&5
13972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13973 conftest$ac_exeext conftest.$ac_ext
13974 LIBS="$ac_save_LIBS"
13977 LCMSLIBS=""
13979 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13980 then
13981 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13982 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13983 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13984 echo $ECHO_N "(cached) $ECHO_C" >&6
13985 else
13986 ac_check_lib_save_LIBS=$LIBS
13987 LIBS="-llcms $LIBS"
13988 cat >conftest.$ac_ext <<_ACEOF
13989 /* confdefs.h. */
13990 _ACEOF
13991 cat confdefs.h >>conftest.$ac_ext
13992 cat >>conftest.$ac_ext <<_ACEOF
13993 /* end confdefs.h. */
13995 /* Override any GCC internal prototype to avoid an error.
13996 Use char because int might match the return type of a GCC
13997 builtin and then its argument prototype would still apply. */
13998 #ifdef __cplusplus
13999 extern "C"
14000 #endif
14001 char cmsOpenProfileFromFile ();
14003 main ()
14005 return cmsOpenProfileFromFile ();
14007 return 0;
14009 _ACEOF
14010 rm -f conftest.$ac_objext conftest$ac_exeext
14011 if { (ac_try="$ac_link"
14012 case "(($ac_try" in
14013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14014 *) ac_try_echo=$ac_try;;
14015 esac
14016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14017 (eval "$ac_link") 2>conftest.er1
14018 ac_status=$?
14019 grep -v '^ *+' conftest.er1 >conftest.err
14020 rm -f conftest.er1
14021 cat conftest.err >&5
14022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14023 (exit $ac_status); } && {
14024 test -z "$ac_c_werror_flag" ||
14025 test ! -s conftest.err
14026 } && test -s conftest$ac_exeext &&
14027 $as_test_x conftest$ac_exeext; then
14028 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14029 else
14030 echo "$as_me: failed program was:" >&5
14031 sed 's/^/| /' conftest.$ac_ext >&5
14033 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14037 conftest$ac_exeext conftest.$ac_ext
14038 LIBS=$ac_check_lib_save_LIBS
14040 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14041 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14042 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14044 cat >>confdefs.h <<\_ACEOF
14045 #define HAVE_LCMS 1
14046 _ACEOF
14048 LCMSLIBS="-llcms"
14052 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14053 case "x$with_cms" in
14054 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14055 xno) ;;
14056 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14057 This is an error since --with-cms was requested." >&5
14058 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14059 This is an error since --with-cms was requested." >&2;}
14060 { (exit 1); exit 1; }; } ;;
14061 esac
14065 if test "x$with_freetype" != "xno"
14066 then
14067 for ac_prog in freetype-config freetype2-config
14069 # Extract the first word of "$ac_prog", so it can be a program name with args.
14070 set dummy $ac_prog; ac_word=$2
14071 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14073 if test "${ac_cv_prog_ft_devel+set}" = set; then
14074 echo $ECHO_N "(cached) $ECHO_C" >&6
14075 else
14076 if test -n "$ft_devel"; then
14077 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14078 else
14079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14080 for as_dir in $PATH
14082 IFS=$as_save_IFS
14083 test -z "$as_dir" && as_dir=.
14084 for ac_exec_ext in '' $ac_executable_extensions; do
14085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14086 ac_cv_prog_ft_devel="$ac_prog"
14087 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14088 break 2
14090 done
14091 done
14092 IFS=$as_save_IFS
14096 ft_devel=$ac_cv_prog_ft_devel
14097 if test -n "$ft_devel"; then
14098 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14099 echo "${ECHO_T}$ft_devel" >&6; }
14100 else
14101 { echo "$as_me:$LINENO: result: no" >&5
14102 echo "${ECHO_T}no" >&6; }
14106 test -n "$ft_devel" && break
14107 done
14108 test -n "$ft_devel" || ft_devel="no"
14110 if test "$ft_devel" != "no"
14111 then
14112 ac_freetype_incl=`$ft_devel --cflags`
14113 ac_freetype_libs=`$ft_devel --libs`
14115 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14116 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14117 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14118 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14119 echo $ECHO_N "(cached) $ECHO_C" >&6
14120 else
14121 ac_check_soname_save_LIBS=$LIBS
14122 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14123 cat >conftest.$ac_ext <<_ACEOF
14124 /* confdefs.h. */
14125 _ACEOF
14126 cat confdefs.h >>conftest.$ac_ext
14127 cat >>conftest.$ac_ext <<_ACEOF
14128 /* end confdefs.h. */
14130 /* Override any GCC internal prototype to avoid an error.
14131 Use char because int might match the return type of a GCC
14132 builtin and then its argument prototype would still apply. */
14133 #ifdef __cplusplus
14134 extern "C"
14135 #endif
14136 char FT_Init_FreeType ();
14138 main ()
14140 return FT_Init_FreeType ();
14142 return 0;
14144 _ACEOF
14145 rm -f conftest.$ac_objext conftest$ac_exeext
14146 if { (ac_try="$ac_link"
14147 case "(($ac_try" in
14148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14149 *) ac_try_echo=$ac_try;;
14150 esac
14151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14152 (eval "$ac_link") 2>conftest.er1
14153 ac_status=$?
14154 grep -v '^ *+' conftest.er1 >conftest.err
14155 rm -f conftest.er1
14156 cat conftest.err >&5
14157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14158 (exit $ac_status); } && {
14159 test -z "$ac_c_werror_flag" ||
14160 test ! -s conftest.err
14161 } && test -s conftest$ac_exeext &&
14162 $as_test_x conftest$ac_exeext; then
14163 case "$LIBEXT" in
14164 dll) ;;
14165 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'` ;;
14166 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14167 esac
14168 else
14169 echo "$as_me: failed program was:" >&5
14170 sed 's/^/| /' conftest.$ac_ext >&5
14175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14176 conftest$ac_exeext conftest.$ac_ext
14177 LIBS=$ac_check_soname_save_LIBS
14179 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14180 { echo "$as_me:$LINENO: result: not found" >&5
14181 echo "${ECHO_T}not found" >&6; }
14182 ft_lib=no
14183 else
14184 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14185 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14187 cat >>confdefs.h <<_ACEOF
14188 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14189 _ACEOF
14191 ft_lib=yes
14194 if test "$ft_lib" = "yes"
14195 then
14196 ac_save_CPPFLAGS="$CPPFLAGS"
14197 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14211 for ac_header in ft2build.h \
14212 freetype/freetype.h \
14213 freetype/ftglyph.h \
14214 freetype/fttypes.h \
14215 freetype/tttables.h \
14216 freetype/ftnames.h \
14217 freetype/ftsnames.h \
14218 freetype/ttnameid.h \
14219 freetype/ftoutln.h \
14220 freetype/ftwinfnt.h \
14221 freetype/ftmodapi.h \
14222 freetype/ftlcdfil.h \
14223 freetype/internal/sfnt.h
14225 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14226 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14227 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14228 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14229 echo $ECHO_N "(cached) $ECHO_C" >&6
14230 else
14231 cat >conftest.$ac_ext <<_ACEOF
14232 /* confdefs.h. */
14233 _ACEOF
14234 cat confdefs.h >>conftest.$ac_ext
14235 cat >>conftest.$ac_ext <<_ACEOF
14236 /* end confdefs.h. */
14237 #ifdef HAVE_FT2BUILD_H
14238 # include <ft2build.h>
14239 #endif
14241 #include <$ac_header>
14242 _ACEOF
14243 rm -f conftest.$ac_objext
14244 if { (ac_try="$ac_compile"
14245 case "(($ac_try" in
14246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14247 *) ac_try_echo=$ac_try;;
14248 esac
14249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14250 (eval "$ac_compile") 2>conftest.er1
14251 ac_status=$?
14252 grep -v '^ *+' conftest.er1 >conftest.err
14253 rm -f conftest.er1
14254 cat conftest.err >&5
14255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14256 (exit $ac_status); } && {
14257 test -z "$ac_c_werror_flag" ||
14258 test ! -s conftest.err
14259 } && test -s conftest.$ac_objext; then
14260 eval "$as_ac_Header=yes"
14261 else
14262 echo "$as_me: failed program was:" >&5
14263 sed 's/^/| /' conftest.$ac_ext >&5
14265 eval "$as_ac_Header=no"
14268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14270 ac_res=`eval echo '${'$as_ac_Header'}'`
14271 { echo "$as_me:$LINENO: result: $ac_res" >&5
14272 echo "${ECHO_T}$ac_res" >&6; }
14273 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14274 cat >>confdefs.h <<_ACEOF
14275 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14276 _ACEOF
14280 done
14282 cat >conftest.$ac_ext <<_ACEOF
14283 /* confdefs.h. */
14284 _ACEOF
14285 cat confdefs.h >>conftest.$ac_ext
14286 cat >>conftest.$ac_ext <<_ACEOF
14287 /* end confdefs.h. */
14288 #include <ft2build.h>
14289 #include <freetype/fttrigon.h>
14290 _ACEOF
14291 if { (ac_try="$ac_cpp conftest.$ac_ext"
14292 case "(($ac_try" in
14293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14294 *) ac_try_echo=$ac_try;;
14295 esac
14296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14297 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14298 ac_status=$?
14299 grep -v '^ *+' conftest.er1 >conftest.err
14300 rm -f conftest.er1
14301 cat conftest.err >&5
14302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14303 (exit $ac_status); } >/dev/null && {
14304 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14305 test ! -s conftest.err
14306 }; then
14308 cat >>confdefs.h <<\_ACEOF
14309 #define HAVE_FREETYPE_FTTRIGON_H 1
14310 _ACEOF
14312 wine_cv_fttrigon=yes
14313 else
14314 echo "$as_me: failed program was:" >&5
14315 sed 's/^/| /' conftest.$ac_ext >&5
14317 wine_cv_fttrigon=no
14320 rm -f conftest.err conftest.$ac_ext
14321 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14322 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14323 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14324 echo $ECHO_N "(cached) $ECHO_C" >&6
14325 else
14326 cat >conftest.$ac_ext <<_ACEOF
14327 /* confdefs.h. */
14328 _ACEOF
14329 cat confdefs.h >>conftest.$ac_ext
14330 cat >>conftest.$ac_ext <<_ACEOF
14331 /* end confdefs.h. */
14332 #include <freetype/ftmodapi.h>
14334 typedef FT_TrueTypeEngineType ac__type_new_;
14336 main ()
14338 if ((ac__type_new_ *) 0)
14339 return 0;
14340 if (sizeof (ac__type_new_))
14341 return 0;
14343 return 0;
14345 _ACEOF
14346 rm -f conftest.$ac_objext
14347 if { (ac_try="$ac_compile"
14348 case "(($ac_try" in
14349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14350 *) ac_try_echo=$ac_try;;
14351 esac
14352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14353 (eval "$ac_compile") 2>conftest.er1
14354 ac_status=$?
14355 grep -v '^ *+' conftest.er1 >conftest.err
14356 rm -f conftest.er1
14357 cat conftest.err >&5
14358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14359 (exit $ac_status); } && {
14360 test -z "$ac_c_werror_flag" ||
14361 test ! -s conftest.err
14362 } && test -s conftest.$ac_objext; then
14363 ac_cv_type_FT_TrueTypeEngineType=yes
14364 else
14365 echo "$as_me: failed program was:" >&5
14366 sed 's/^/| /' conftest.$ac_ext >&5
14368 ac_cv_type_FT_TrueTypeEngineType=no
14371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14373 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14374 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14375 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14377 cat >>confdefs.h <<_ACEOF
14378 #define HAVE_FT_TRUETYPEENGINETYPE 1
14379 _ACEOF
14384 ac_save_CFLAGS="$CFLAGS"
14385 CFLAGS="$CFLAGS $ac_freetype_libs"
14387 for ac_func in FT_Load_Sfnt_Table
14389 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14390 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14391 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14392 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14393 echo $ECHO_N "(cached) $ECHO_C" >&6
14394 else
14395 cat >conftest.$ac_ext <<_ACEOF
14396 /* confdefs.h. */
14397 _ACEOF
14398 cat confdefs.h >>conftest.$ac_ext
14399 cat >>conftest.$ac_ext <<_ACEOF
14400 /* end confdefs.h. */
14401 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14402 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14403 #define $ac_func innocuous_$ac_func
14405 /* System header to define __stub macros and hopefully few prototypes,
14406 which can conflict with char $ac_func (); below.
14407 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14408 <limits.h> exists even on freestanding compilers. */
14410 #ifdef __STDC__
14411 # include <limits.h>
14412 #else
14413 # include <assert.h>
14414 #endif
14416 #undef $ac_func
14418 /* Override any GCC internal prototype to avoid an error.
14419 Use char because int might match the return type of a GCC
14420 builtin and then its argument prototype would still apply. */
14421 #ifdef __cplusplus
14422 extern "C"
14423 #endif
14424 char $ac_func ();
14425 /* The GNU C library defines this for functions which it implements
14426 to always fail with ENOSYS. Some functions are actually named
14427 something starting with __ and the normal name is an alias. */
14428 #if defined __stub_$ac_func || defined __stub___$ac_func
14429 choke me
14430 #endif
14433 main ()
14435 return $ac_func ();
14437 return 0;
14439 _ACEOF
14440 rm -f conftest.$ac_objext conftest$ac_exeext
14441 if { (ac_try="$ac_link"
14442 case "(($ac_try" in
14443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14444 *) ac_try_echo=$ac_try;;
14445 esac
14446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14447 (eval "$ac_link") 2>conftest.er1
14448 ac_status=$?
14449 grep -v '^ *+' conftest.er1 >conftest.err
14450 rm -f conftest.er1
14451 cat conftest.err >&5
14452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14453 (exit $ac_status); } && {
14454 test -z "$ac_c_werror_flag" ||
14455 test ! -s conftest.err
14456 } && test -s conftest$ac_exeext &&
14457 $as_test_x conftest$ac_exeext; then
14458 eval "$as_ac_var=yes"
14459 else
14460 echo "$as_me: failed program was:" >&5
14461 sed 's/^/| /' conftest.$ac_ext >&5
14463 eval "$as_ac_var=no"
14466 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14467 conftest$ac_exeext conftest.$ac_ext
14469 ac_res=`eval echo '${'$as_ac_var'}'`
14470 { echo "$as_me:$LINENO: result: $ac_res" >&5
14471 echo "${ECHO_T}$ac_res" >&6; }
14472 if test `eval echo '${'$as_ac_var'}'` = yes; then
14473 cat >>confdefs.h <<_ACEOF
14474 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14475 _ACEOF
14478 done
14480 CFLAGS="$ac_save_CFLAGS"
14481 CPPFLAGS="$ac_save_CPPFLAGS"
14482 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14483 then
14485 cat >>confdefs.h <<\_ACEOF
14486 #define HAVE_FREETYPE 1
14487 _ACEOF
14489 FREETYPELIBS="$ac_freetype_libs"
14491 FREETYPEINCL="$ac_freetype_incl"
14496 if test "x$FREETYPELIBS" = "x"; then
14497 case "x$with_freetype" in
14498 xno) ;;
14499 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14500 Use the --without-freetype option if you really want this." >&5
14501 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14502 Use the --without-freetype option if you really want this." >&2;}
14503 { (exit 1); exit 1; }; } ;;
14504 esac
14507 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14509 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14510 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14511 if test "${ac_cv_c_ppdev+set}" = set; then
14512 echo $ECHO_N "(cached) $ECHO_C" >&6
14513 else
14514 cat >conftest.$ac_ext <<_ACEOF
14515 /* confdefs.h. */
14516 _ACEOF
14517 cat confdefs.h >>conftest.$ac_ext
14518 cat >>conftest.$ac_ext <<_ACEOF
14519 /* end confdefs.h. */
14520 #include <linux/ppdev.h>
14522 main ()
14524 ioctl (1,PPCLAIM,0)
14526 return 0;
14528 _ACEOF
14529 rm -f conftest.$ac_objext
14530 if { (ac_try="$ac_compile"
14531 case "(($ac_try" in
14532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14533 *) ac_try_echo=$ac_try;;
14534 esac
14535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14536 (eval "$ac_compile") 2>conftest.er1
14537 ac_status=$?
14538 grep -v '^ *+' conftest.er1 >conftest.err
14539 rm -f conftest.er1
14540 cat conftest.err >&5
14541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14542 (exit $ac_status); } && {
14543 test -z "$ac_c_werror_flag" ||
14544 test ! -s conftest.err
14545 } && test -s conftest.$ac_objext; then
14546 ac_cv_c_ppdev="yes"
14547 else
14548 echo "$as_me: failed program was:" >&5
14549 sed 's/^/| /' conftest.$ac_ext >&5
14551 ac_cv_c_ppdev="no"
14554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14556 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14557 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14558 if test "$ac_cv_c_ppdev" = "yes"
14559 then
14561 cat >>confdefs.h <<\_ACEOF
14562 #define HAVE_PPDEV 1
14563 _ACEOF
14567 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14568 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14569 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14570 echo $ECHO_N "(cached) $ECHO_C" >&6
14571 else
14572 cat >conftest.$ac_ext <<_ACEOF
14573 /* confdefs.h. */
14574 _ACEOF
14575 cat confdefs.h >>conftest.$ac_ext
14576 cat >>conftest.$ac_ext <<_ACEOF
14577 /* end confdefs.h. */
14578 #define _GNU_SOURCE
14579 #include <pthread.h>
14581 typedef pthread_rwlock_t ac__type_new_;
14583 main ()
14585 if ((ac__type_new_ *) 0)
14586 return 0;
14587 if (sizeof (ac__type_new_))
14588 return 0;
14590 return 0;
14592 _ACEOF
14593 rm -f conftest.$ac_objext
14594 if { (ac_try="$ac_compile"
14595 case "(($ac_try" in
14596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14597 *) ac_try_echo=$ac_try;;
14598 esac
14599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14600 (eval "$ac_compile") 2>conftest.er1
14601 ac_status=$?
14602 grep -v '^ *+' conftest.er1 >conftest.err
14603 rm -f conftest.er1
14604 cat conftest.err >&5
14605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14606 (exit $ac_status); } && {
14607 test -z "$ac_c_werror_flag" ||
14608 test ! -s conftest.err
14609 } && test -s conftest.$ac_objext; then
14610 ac_cv_type_pthread_rwlock_t=yes
14611 else
14612 echo "$as_me: failed program was:" >&5
14613 sed 's/^/| /' conftest.$ac_ext >&5
14615 ac_cv_type_pthread_rwlock_t=no
14618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14620 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14621 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14622 if test $ac_cv_type_pthread_rwlock_t = yes; then
14624 cat >>confdefs.h <<_ACEOF
14625 #define HAVE_PTHREAD_RWLOCK_T 1
14626 _ACEOF
14630 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14631 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14632 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14633 echo $ECHO_N "(cached) $ECHO_C" >&6
14634 else
14635 cat >conftest.$ac_ext <<_ACEOF
14636 /* confdefs.h. */
14637 _ACEOF
14638 cat confdefs.h >>conftest.$ac_ext
14639 cat >>conftest.$ac_ext <<_ACEOF
14640 /* end confdefs.h. */
14641 #define _GNU_SOURCE
14642 #include <pthread.h>
14644 typedef pthread_rwlockattr_t ac__type_new_;
14646 main ()
14648 if ((ac__type_new_ *) 0)
14649 return 0;
14650 if (sizeof (ac__type_new_))
14651 return 0;
14653 return 0;
14655 _ACEOF
14656 rm -f conftest.$ac_objext
14657 if { (ac_try="$ac_compile"
14658 case "(($ac_try" in
14659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14660 *) ac_try_echo=$ac_try;;
14661 esac
14662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14663 (eval "$ac_compile") 2>conftest.er1
14664 ac_status=$?
14665 grep -v '^ *+' conftest.er1 >conftest.err
14666 rm -f conftest.er1
14667 cat conftest.err >&5
14668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14669 (exit $ac_status); } && {
14670 test -z "$ac_c_werror_flag" ||
14671 test ! -s conftest.err
14672 } && test -s conftest.$ac_objext; then
14673 ac_cv_type_pthread_rwlockattr_t=yes
14674 else
14675 echo "$as_me: failed program was:" >&5
14676 sed 's/^/| /' conftest.$ac_ext >&5
14678 ac_cv_type_pthread_rwlockattr_t=no
14681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14683 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14684 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14685 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14687 cat >>confdefs.h <<_ACEOF
14688 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14689 _ACEOF
14695 ac_wine_check_funcs_save_LIBS="$LIBS"
14696 LIBS="$LIBS $LIBPTHREAD"
14701 for ac_func in \
14702 pthread_attr_get_np \
14703 pthread_getattr_np \
14704 pthread_get_stackaddr_np \
14705 pthread_get_stacksize_np
14707 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14708 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14709 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14710 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14711 echo $ECHO_N "(cached) $ECHO_C" >&6
14712 else
14713 cat >conftest.$ac_ext <<_ACEOF
14714 /* confdefs.h. */
14715 _ACEOF
14716 cat confdefs.h >>conftest.$ac_ext
14717 cat >>conftest.$ac_ext <<_ACEOF
14718 /* end confdefs.h. */
14719 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14720 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14721 #define $ac_func innocuous_$ac_func
14723 /* System header to define __stub macros and hopefully few prototypes,
14724 which can conflict with char $ac_func (); below.
14725 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14726 <limits.h> exists even on freestanding compilers. */
14728 #ifdef __STDC__
14729 # include <limits.h>
14730 #else
14731 # include <assert.h>
14732 #endif
14734 #undef $ac_func
14736 /* Override any GCC internal prototype to avoid an error.
14737 Use char because int might match the return type of a GCC
14738 builtin and then its argument prototype would still apply. */
14739 #ifdef __cplusplus
14740 extern "C"
14741 #endif
14742 char $ac_func ();
14743 /* The GNU C library defines this for functions which it implements
14744 to always fail with ENOSYS. Some functions are actually named
14745 something starting with __ and the normal name is an alias. */
14746 #if defined __stub_$ac_func || defined __stub___$ac_func
14747 choke me
14748 #endif
14751 main ()
14753 return $ac_func ();
14755 return 0;
14757 _ACEOF
14758 rm -f conftest.$ac_objext conftest$ac_exeext
14759 if { (ac_try="$ac_link"
14760 case "(($ac_try" in
14761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14762 *) ac_try_echo=$ac_try;;
14763 esac
14764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14765 (eval "$ac_link") 2>conftest.er1
14766 ac_status=$?
14767 grep -v '^ *+' conftest.er1 >conftest.err
14768 rm -f conftest.er1
14769 cat conftest.err >&5
14770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14771 (exit $ac_status); } && {
14772 test -z "$ac_c_werror_flag" ||
14773 test ! -s conftest.err
14774 } && test -s conftest$ac_exeext &&
14775 $as_test_x conftest$ac_exeext; then
14776 eval "$as_ac_var=yes"
14777 else
14778 echo "$as_me: failed program was:" >&5
14779 sed 's/^/| /' conftest.$ac_ext >&5
14781 eval "$as_ac_var=no"
14784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14785 conftest$ac_exeext conftest.$ac_ext
14787 ac_res=`eval echo '${'$as_ac_var'}'`
14788 { echo "$as_me:$LINENO: result: $ac_res" >&5
14789 echo "${ECHO_T}$ac_res" >&6; }
14790 if test `eval echo '${'$as_ac_var'}'` = yes; then
14791 cat >>confdefs.h <<_ACEOF
14792 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14793 _ACEOF
14796 done
14798 LIBS="$ac_wine_check_funcs_save_LIBS"
14800 if test "x$with_esd" != xno
14801 then
14802 save_CFLAGS="$CFLAGS"
14803 # Extract the first word of "esd-config", so it can be a program name with args.
14804 set dummy esd-config; ac_word=$2
14805 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14806 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14807 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14808 echo $ECHO_N "(cached) $ECHO_C" >&6
14809 else
14810 case $ESDCONFIG in
14811 [\\/]* | ?:[\\/]*)
14812 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14816 for as_dir in $PATH
14818 IFS=$as_save_IFS
14819 test -z "$as_dir" && as_dir=.
14820 for ac_exec_ext in '' $ac_executable_extensions; do
14821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14822 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14823 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14824 break 2
14826 done
14827 done
14828 IFS=$as_save_IFS
14830 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14832 esac
14834 ESDCONFIG=$ac_cv_path_ESDCONFIG
14835 if test -n "$ESDCONFIG"; then
14836 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14837 echo "${ECHO_T}$ESDCONFIG" >&6; }
14838 else
14839 { echo "$as_me:$LINENO: result: no" >&5
14840 echo "${ECHO_T}no" >&6; }
14844 if test "x$ESDCONFIG" != "xno"
14845 then
14846 ac_esd_incl=""
14847 for i in `$ESDCONFIG --cflags`
14849 case "$i" in
14850 -I*) ac_esd_incl="$ac_esd_incl $i";;
14851 esac
14852 done
14853 ac_esd_libs=`$ESDCONFIG --libs`
14854 CFLAGS="$CFLAGS $ac_esd_incl"
14856 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14857 if test "${ac_cv_header_esd_h+set}" = set; then
14858 { echo "$as_me:$LINENO: checking for esd.h" >&5
14859 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14860 if test "${ac_cv_header_esd_h+set}" = set; then
14861 echo $ECHO_N "(cached) $ECHO_C" >&6
14863 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14864 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14865 else
14866 # Is the header compilable?
14867 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14868 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14869 cat >conftest.$ac_ext <<_ACEOF
14870 /* confdefs.h. */
14871 _ACEOF
14872 cat confdefs.h >>conftest.$ac_ext
14873 cat >>conftest.$ac_ext <<_ACEOF
14874 /* end confdefs.h. */
14875 $ac_includes_default
14876 #include <esd.h>
14877 _ACEOF
14878 rm -f conftest.$ac_objext
14879 if { (ac_try="$ac_compile"
14880 case "(($ac_try" in
14881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14882 *) ac_try_echo=$ac_try;;
14883 esac
14884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14885 (eval "$ac_compile") 2>conftest.er1
14886 ac_status=$?
14887 grep -v '^ *+' conftest.er1 >conftest.err
14888 rm -f conftest.er1
14889 cat conftest.err >&5
14890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14891 (exit $ac_status); } && {
14892 test -z "$ac_c_werror_flag" ||
14893 test ! -s conftest.err
14894 } && test -s conftest.$ac_objext; then
14895 ac_header_compiler=yes
14896 else
14897 echo "$as_me: failed program was:" >&5
14898 sed 's/^/| /' conftest.$ac_ext >&5
14900 ac_header_compiler=no
14903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14904 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14905 echo "${ECHO_T}$ac_header_compiler" >&6; }
14907 # Is the header present?
14908 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14909 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14910 cat >conftest.$ac_ext <<_ACEOF
14911 /* confdefs.h. */
14912 _ACEOF
14913 cat confdefs.h >>conftest.$ac_ext
14914 cat >>conftest.$ac_ext <<_ACEOF
14915 /* end confdefs.h. */
14916 #include <esd.h>
14917 _ACEOF
14918 if { (ac_try="$ac_cpp conftest.$ac_ext"
14919 case "(($ac_try" in
14920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14921 *) ac_try_echo=$ac_try;;
14922 esac
14923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14924 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14925 ac_status=$?
14926 grep -v '^ *+' conftest.er1 >conftest.err
14927 rm -f conftest.er1
14928 cat conftest.err >&5
14929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14930 (exit $ac_status); } >/dev/null && {
14931 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14932 test ! -s conftest.err
14933 }; then
14934 ac_header_preproc=yes
14935 else
14936 echo "$as_me: failed program was:" >&5
14937 sed 's/^/| /' conftest.$ac_ext >&5
14939 ac_header_preproc=no
14942 rm -f conftest.err conftest.$ac_ext
14943 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14944 echo "${ECHO_T}$ac_header_preproc" >&6; }
14946 # So? What about this header?
14947 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14948 yes:no: )
14949 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14950 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14951 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14952 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14953 ac_header_preproc=yes
14955 no:yes:* )
14956 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14957 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14958 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14959 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14960 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14961 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14962 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14963 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14964 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14965 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14966 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14967 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14968 ( cat <<\_ASBOX
14969 ## ------------------------------------ ##
14970 ## Report this to wine-devel@winehq.org ##
14971 ## ------------------------------------ ##
14972 _ASBOX
14973 ) | sed "s/^/$as_me: WARNING: /" >&2
14975 esac
14976 { echo "$as_me:$LINENO: checking for esd.h" >&5
14977 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14978 if test "${ac_cv_header_esd_h+set}" = set; then
14979 echo $ECHO_N "(cached) $ECHO_C" >&6
14980 else
14981 ac_cv_header_esd_h=$ac_header_preproc
14983 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14984 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14987 if test $ac_cv_header_esd_h = yes; then
14988 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14989 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14990 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14991 echo $ECHO_N "(cached) $ECHO_C" >&6
14992 else
14993 ac_check_lib_save_LIBS=$LIBS
14994 LIBS="-lesd $ac_esd_libs $LIBS"
14995 cat >conftest.$ac_ext <<_ACEOF
14996 /* confdefs.h. */
14997 _ACEOF
14998 cat confdefs.h >>conftest.$ac_ext
14999 cat >>conftest.$ac_ext <<_ACEOF
15000 /* end confdefs.h. */
15002 /* Override any GCC internal prototype to avoid an error.
15003 Use char because int might match the return type of a GCC
15004 builtin and then its argument prototype would still apply. */
15005 #ifdef __cplusplus
15006 extern "C"
15007 #endif
15008 char esd_open_sound ();
15010 main ()
15012 return esd_open_sound ();
15014 return 0;
15016 _ACEOF
15017 rm -f conftest.$ac_objext conftest$ac_exeext
15018 if { (ac_try="$ac_link"
15019 case "(($ac_try" in
15020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15021 *) ac_try_echo=$ac_try;;
15022 esac
15023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15024 (eval "$ac_link") 2>conftest.er1
15025 ac_status=$?
15026 grep -v '^ *+' conftest.er1 >conftest.err
15027 rm -f conftest.er1
15028 cat conftest.err >&5
15029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15030 (exit $ac_status); } && {
15031 test -z "$ac_c_werror_flag" ||
15032 test ! -s conftest.err
15033 } && test -s conftest$ac_exeext &&
15034 $as_test_x conftest$ac_exeext; then
15035 ac_cv_lib_esd_esd_open_sound=yes
15036 else
15037 echo "$as_me: failed program was:" >&5
15038 sed 's/^/| /' conftest.$ac_ext >&5
15040 ac_cv_lib_esd_esd_open_sound=no
15043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15044 conftest$ac_exeext conftest.$ac_ext
15045 LIBS=$ac_check_lib_save_LIBS
15047 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15048 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15049 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15050 ESDINCL="$ac_esd_incl"
15052 ESDLIBS="$ac_esd_libs"
15055 cat >>confdefs.h <<\_ACEOF
15056 #define HAVE_ESD 1
15057 _ACEOF
15064 CFLAGS="$save_CFLAGS"
15067 if test "x$with_pulse" != "xno"; then
15068 if test "$PKG_CONFIG" != "false"; then
15069 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15070 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15071 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15072 have_pulseaudio="yes"
15073 else
15074 have_pulseaudio="no"
15076 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15077 echo "${ECHO_T}$have_pulseaudio" >&6; }
15078 if test x"$have_pulseaudio" = xyes; then
15079 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15081 cat >>confdefs.h <<\_ACEOF
15082 #define HAVE_PULSEAUDIO_0_9_11 1
15083 _ACEOF
15085 else
15087 cat >>confdefs.h <<\_ACEOF
15088 #define HAVE_PULSEAUDIO_0_9_11 0
15089 _ACEOF
15092 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15094 cat >>confdefs.h <<\_ACEOF
15095 #define HAVE_PULSEAUDIO 1
15096 _ACEOF
15098 PULSELIBS="$ac_pulse_libs"
15104 ALSALIBS=""
15106 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15107 then
15108 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15109 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15110 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15111 echo $ECHO_N "(cached) $ECHO_C" >&6
15112 else
15113 ac_check_lib_save_LIBS=$LIBS
15114 LIBS="-lasound $LIBS"
15115 cat >conftest.$ac_ext <<_ACEOF
15116 /* confdefs.h. */
15117 _ACEOF
15118 cat confdefs.h >>conftest.$ac_ext
15119 cat >>conftest.$ac_ext <<_ACEOF
15120 /* end confdefs.h. */
15122 /* Override any GCC internal prototype to avoid an error.
15123 Use char because int might match the return type of a GCC
15124 builtin and then its argument prototype would still apply. */
15125 #ifdef __cplusplus
15126 extern "C"
15127 #endif
15128 char snd_pcm_hw_params_get_access ();
15130 main ()
15132 return snd_pcm_hw_params_get_access ();
15134 return 0;
15136 _ACEOF
15137 rm -f conftest.$ac_objext conftest$ac_exeext
15138 if { (ac_try="$ac_link"
15139 case "(($ac_try" in
15140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15141 *) ac_try_echo=$ac_try;;
15142 esac
15143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15144 (eval "$ac_link") 2>conftest.er1
15145 ac_status=$?
15146 grep -v '^ *+' conftest.er1 >conftest.err
15147 rm -f conftest.er1
15148 cat conftest.err >&5
15149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15150 (exit $ac_status); } && {
15151 test -z "$ac_c_werror_flag" ||
15152 test ! -s conftest.err
15153 } && test -s conftest$ac_exeext &&
15154 $as_test_x conftest$ac_exeext; then
15155 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15156 else
15157 echo "$as_me: failed program was:" >&5
15158 sed 's/^/| /' conftest.$ac_ext >&5
15160 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15164 conftest$ac_exeext conftest.$ac_ext
15165 LIBS=$ac_check_lib_save_LIBS
15167 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15168 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15169 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15170 cat >conftest.$ac_ext <<_ACEOF
15171 /* confdefs.h. */
15172 _ACEOF
15173 cat confdefs.h >>conftest.$ac_ext
15174 cat >>conftest.$ac_ext <<_ACEOF
15175 /* end confdefs.h. */
15176 #ifdef HAVE_ALSA_ASOUNDLIB_H
15177 #include <alsa/asoundlib.h>
15178 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15179 #include <sys/asoundlib.h>
15180 #endif
15182 main ()
15184 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15186 return 0;
15188 _ACEOF
15189 rm -f conftest.$ac_objext
15190 if { (ac_try="$ac_compile"
15191 case "(($ac_try" in
15192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15193 *) ac_try_echo=$ac_try;;
15194 esac
15195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15196 (eval "$ac_compile") 2>conftest.er1
15197 ac_status=$?
15198 grep -v '^ *+' conftest.er1 >conftest.err
15199 rm -f conftest.er1
15200 cat conftest.err >&5
15201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15202 (exit $ac_status); } && {
15203 test -z "$ac_c_werror_flag" ||
15204 test ! -s conftest.err
15205 } && test -s conftest.$ac_objext; then
15207 cat >>confdefs.h <<\_ACEOF
15208 #define HAVE_ALSA 1
15209 _ACEOF
15211 ALSALIBS="-lasound"
15212 else
15213 echo "$as_me: failed program was:" >&5
15214 sed 's/^/| /' conftest.$ac_ext >&5
15219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15224 AUDIOIOLIBS=""
15226 if test "$ac_cv_header_libaudioio_h" = "yes"
15227 then
15228 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15229 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15230 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15231 echo $ECHO_N "(cached) $ECHO_C" >&6
15232 else
15233 ac_check_lib_save_LIBS=$LIBS
15234 LIBS="-laudioio $LIBS"
15235 cat >conftest.$ac_ext <<_ACEOF
15236 /* confdefs.h. */
15237 _ACEOF
15238 cat confdefs.h >>conftest.$ac_ext
15239 cat >>conftest.$ac_ext <<_ACEOF
15240 /* end confdefs.h. */
15242 /* Override any GCC internal prototype to avoid an error.
15243 Use char because int might match the return type of a GCC
15244 builtin and then its argument prototype would still apply. */
15245 #ifdef __cplusplus
15246 extern "C"
15247 #endif
15248 char AudioIOGetVersion ();
15250 main ()
15252 return AudioIOGetVersion ();
15254 return 0;
15256 _ACEOF
15257 rm -f conftest.$ac_objext conftest$ac_exeext
15258 if { (ac_try="$ac_link"
15259 case "(($ac_try" in
15260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15261 *) ac_try_echo=$ac_try;;
15262 esac
15263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15264 (eval "$ac_link") 2>conftest.er1
15265 ac_status=$?
15266 grep -v '^ *+' conftest.er1 >conftest.err
15267 rm -f conftest.er1
15268 cat conftest.err >&5
15269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15270 (exit $ac_status); } && {
15271 test -z "$ac_c_werror_flag" ||
15272 test ! -s conftest.err
15273 } && test -s conftest$ac_exeext &&
15274 $as_test_x conftest$ac_exeext; then
15275 ac_cv_lib_audioio_AudioIOGetVersion=yes
15276 else
15277 echo "$as_me: failed program was:" >&5
15278 sed 's/^/| /' conftest.$ac_ext >&5
15280 ac_cv_lib_audioio_AudioIOGetVersion=no
15283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15284 conftest$ac_exeext conftest.$ac_ext
15285 LIBS=$ac_check_lib_save_LIBS
15287 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15288 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15289 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15290 AUDIOIOLIBS="-laudioio"
15292 cat >>confdefs.h <<\_ACEOF
15293 #define HAVE_LIBAUDIOIO 1
15294 _ACEOF
15301 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15302 then
15303 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15304 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15305 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15306 echo $ECHO_N "(cached) $ECHO_C" >&6
15307 else
15308 ac_check_soname_save_LIBS=$LIBS
15309 LIBS="-lcapi20 $LIBS"
15310 cat >conftest.$ac_ext <<_ACEOF
15311 /* confdefs.h. */
15312 _ACEOF
15313 cat confdefs.h >>conftest.$ac_ext
15314 cat >>conftest.$ac_ext <<_ACEOF
15315 /* end confdefs.h. */
15317 /* Override any GCC internal prototype to avoid an error.
15318 Use char because int might match the return type of a GCC
15319 builtin and then its argument prototype would still apply. */
15320 #ifdef __cplusplus
15321 extern "C"
15322 #endif
15323 char capi20_register ();
15325 main ()
15327 return capi20_register ();
15329 return 0;
15331 _ACEOF
15332 rm -f conftest.$ac_objext conftest$ac_exeext
15333 if { (ac_try="$ac_link"
15334 case "(($ac_try" in
15335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15336 *) ac_try_echo=$ac_try;;
15337 esac
15338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15339 (eval "$ac_link") 2>conftest.er1
15340 ac_status=$?
15341 grep -v '^ *+' conftest.er1 >conftest.err
15342 rm -f conftest.er1
15343 cat conftest.err >&5
15344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15345 (exit $ac_status); } && {
15346 test -z "$ac_c_werror_flag" ||
15347 test ! -s conftest.err
15348 } && test -s conftest$ac_exeext &&
15349 $as_test_x conftest$ac_exeext; then
15350 case "$LIBEXT" in
15351 dll) ;;
15352 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'` ;;
15353 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15354 esac
15355 else
15356 echo "$as_me: failed program was:" >&5
15357 sed 's/^/| /' conftest.$ac_ext >&5
15362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15363 conftest$ac_exeext conftest.$ac_ext
15364 LIBS=$ac_check_soname_save_LIBS
15366 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15367 { echo "$as_me:$LINENO: result: not found" >&5
15368 echo "${ECHO_T}not found" >&6; }
15370 else
15371 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15372 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15374 cat >>confdefs.h <<_ACEOF
15375 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15376 _ACEOF
15382 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15383 case "x$with_capi" in
15384 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15385 xno) ;;
15386 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15387 This is an error since --with-capi was requested." >&5
15388 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15389 This is an error since --with-capi was requested." >&2;}
15390 { (exit 1); exit 1; }; } ;;
15391 esac
15395 CUPSINCL=""
15397 if test "x$with_cups" != "xno"
15398 then
15399 ac_save_CPPFLAGS="$CPPFLAGS"
15400 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15401 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15402 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15404 for ac_header in cups/cups.h
15406 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15407 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15408 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15409 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15410 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15411 echo $ECHO_N "(cached) $ECHO_C" >&6
15413 ac_res=`eval echo '${'$as_ac_Header'}'`
15414 { echo "$as_me:$LINENO: result: $ac_res" >&5
15415 echo "${ECHO_T}$ac_res" >&6; }
15416 else
15417 # Is the header compilable?
15418 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15419 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15420 cat >conftest.$ac_ext <<_ACEOF
15421 /* confdefs.h. */
15422 _ACEOF
15423 cat confdefs.h >>conftest.$ac_ext
15424 cat >>conftest.$ac_ext <<_ACEOF
15425 /* end confdefs.h. */
15426 $ac_includes_default
15427 #include <$ac_header>
15428 _ACEOF
15429 rm -f conftest.$ac_objext
15430 if { (ac_try="$ac_compile"
15431 case "(($ac_try" in
15432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15433 *) ac_try_echo=$ac_try;;
15434 esac
15435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15436 (eval "$ac_compile") 2>conftest.er1
15437 ac_status=$?
15438 grep -v '^ *+' conftest.er1 >conftest.err
15439 rm -f conftest.er1
15440 cat conftest.err >&5
15441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15442 (exit $ac_status); } && {
15443 test -z "$ac_c_werror_flag" ||
15444 test ! -s conftest.err
15445 } && test -s conftest.$ac_objext; then
15446 ac_header_compiler=yes
15447 else
15448 echo "$as_me: failed program was:" >&5
15449 sed 's/^/| /' conftest.$ac_ext >&5
15451 ac_header_compiler=no
15454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15455 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15456 echo "${ECHO_T}$ac_header_compiler" >&6; }
15458 # Is the header present?
15459 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15460 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15461 cat >conftest.$ac_ext <<_ACEOF
15462 /* confdefs.h. */
15463 _ACEOF
15464 cat confdefs.h >>conftest.$ac_ext
15465 cat >>conftest.$ac_ext <<_ACEOF
15466 /* end confdefs.h. */
15467 #include <$ac_header>
15468 _ACEOF
15469 if { (ac_try="$ac_cpp conftest.$ac_ext"
15470 case "(($ac_try" in
15471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15472 *) ac_try_echo=$ac_try;;
15473 esac
15474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15475 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15476 ac_status=$?
15477 grep -v '^ *+' conftest.er1 >conftest.err
15478 rm -f conftest.er1
15479 cat conftest.err >&5
15480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15481 (exit $ac_status); } >/dev/null && {
15482 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15483 test ! -s conftest.err
15484 }; then
15485 ac_header_preproc=yes
15486 else
15487 echo "$as_me: failed program was:" >&5
15488 sed 's/^/| /' conftest.$ac_ext >&5
15490 ac_header_preproc=no
15493 rm -f conftest.err conftest.$ac_ext
15494 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15495 echo "${ECHO_T}$ac_header_preproc" >&6; }
15497 # So? What about this header?
15498 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15499 yes:no: )
15500 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15501 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15502 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15503 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15504 ac_header_preproc=yes
15506 no:yes:* )
15507 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15508 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15509 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15510 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15511 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15512 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15513 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15514 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15515 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15516 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15517 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15518 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15519 ( cat <<\_ASBOX
15520 ## ------------------------------------ ##
15521 ## Report this to wine-devel@winehq.org ##
15522 ## ------------------------------------ ##
15523 _ASBOX
15524 ) | sed "s/^/$as_me: WARNING: /" >&2
15526 esac
15527 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15528 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15529 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15530 echo $ECHO_N "(cached) $ECHO_C" >&6
15531 else
15532 eval "$as_ac_Header=\$ac_header_preproc"
15534 ac_res=`eval echo '${'$as_ac_Header'}'`
15535 { echo "$as_me:$LINENO: result: $ac_res" >&5
15536 echo "${ECHO_T}$ac_res" >&6; }
15539 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15540 cat >>confdefs.h <<_ACEOF
15541 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15542 _ACEOF
15543 { echo "$as_me:$LINENO: checking for -lcups" >&5
15544 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15545 if test "${ac_cv_lib_soname_cups+set}" = set; then
15546 echo $ECHO_N "(cached) $ECHO_C" >&6
15547 else
15548 ac_check_soname_save_LIBS=$LIBS
15549 LIBS="-lcups $ac_cups_libs $LIBS"
15550 cat >conftest.$ac_ext <<_ACEOF
15551 /* confdefs.h. */
15552 _ACEOF
15553 cat confdefs.h >>conftest.$ac_ext
15554 cat >>conftest.$ac_ext <<_ACEOF
15555 /* end confdefs.h. */
15557 /* Override any GCC internal prototype to avoid an error.
15558 Use char because int might match the return type of a GCC
15559 builtin and then its argument prototype would still apply. */
15560 #ifdef __cplusplus
15561 extern "C"
15562 #endif
15563 char cupsGetDefault ();
15565 main ()
15567 return cupsGetDefault ();
15569 return 0;
15571 _ACEOF
15572 rm -f conftest.$ac_objext conftest$ac_exeext
15573 if { (ac_try="$ac_link"
15574 case "(($ac_try" in
15575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15576 *) ac_try_echo=$ac_try;;
15577 esac
15578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15579 (eval "$ac_link") 2>conftest.er1
15580 ac_status=$?
15581 grep -v '^ *+' conftest.er1 >conftest.err
15582 rm -f conftest.er1
15583 cat conftest.err >&5
15584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15585 (exit $ac_status); } && {
15586 test -z "$ac_c_werror_flag" ||
15587 test ! -s conftest.err
15588 } && test -s conftest$ac_exeext &&
15589 $as_test_x conftest$ac_exeext; then
15590 case "$LIBEXT" in
15591 dll) ;;
15592 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'` ;;
15593 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15594 esac
15595 else
15596 echo "$as_me: failed program was:" >&5
15597 sed 's/^/| /' conftest.$ac_ext >&5
15602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15603 conftest$ac_exeext conftest.$ac_ext
15604 LIBS=$ac_check_soname_save_LIBS
15606 if test "x$ac_cv_lib_soname_cups" = "x"; then
15607 { echo "$as_me:$LINENO: result: not found" >&5
15608 echo "${ECHO_T}not found" >&6; }
15610 else
15611 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15612 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15614 cat >>confdefs.h <<_ACEOF
15615 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15616 _ACEOF
15618 CUPSINCL="$ac_cups_cflags"
15623 done
15625 CPPFLAGS="$ac_save_CPPFLAGS"
15627 if test "x$ac_cv_lib_soname_cups" = "x"; then
15628 case "x$with_cups" in
15629 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15630 xno) ;;
15631 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15632 This is an error since --with-cups was requested." >&5
15633 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15634 This is an error since --with-cups was requested." >&2;}
15635 { (exit 1); exit 1; }; } ;;
15636 esac
15640 if test "$ac_cv_header_jack_jack_h" = "yes"
15641 then
15642 { echo "$as_me:$LINENO: checking for -ljack" >&5
15643 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15644 if test "${ac_cv_lib_soname_jack+set}" = set; then
15645 echo $ECHO_N "(cached) $ECHO_C" >&6
15646 else
15647 ac_check_soname_save_LIBS=$LIBS
15648 LIBS="-ljack $LIBS"
15649 cat >conftest.$ac_ext <<_ACEOF
15650 /* confdefs.h. */
15651 _ACEOF
15652 cat confdefs.h >>conftest.$ac_ext
15653 cat >>conftest.$ac_ext <<_ACEOF
15654 /* end confdefs.h. */
15656 /* Override any GCC internal prototype to avoid an error.
15657 Use char because int might match the return type of a GCC
15658 builtin and then its argument prototype would still apply. */
15659 #ifdef __cplusplus
15660 extern "C"
15661 #endif
15662 char jack_client_new ();
15664 main ()
15666 return jack_client_new ();
15668 return 0;
15670 _ACEOF
15671 rm -f conftest.$ac_objext conftest$ac_exeext
15672 if { (ac_try="$ac_link"
15673 case "(($ac_try" in
15674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15675 *) ac_try_echo=$ac_try;;
15676 esac
15677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15678 (eval "$ac_link") 2>conftest.er1
15679 ac_status=$?
15680 grep -v '^ *+' conftest.er1 >conftest.err
15681 rm -f conftest.er1
15682 cat conftest.err >&5
15683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15684 (exit $ac_status); } && {
15685 test -z "$ac_c_werror_flag" ||
15686 test ! -s conftest.err
15687 } && test -s conftest$ac_exeext &&
15688 $as_test_x conftest$ac_exeext; then
15689 case "$LIBEXT" in
15690 dll) ;;
15691 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'` ;;
15692 *) 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'` ;;
15693 esac
15694 else
15695 echo "$as_me: failed program was:" >&5
15696 sed 's/^/| /' conftest.$ac_ext >&5
15701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15702 conftest$ac_exeext conftest.$ac_ext
15703 LIBS=$ac_check_soname_save_LIBS
15705 if test "x$ac_cv_lib_soname_jack" = "x"; then
15706 { echo "$as_me:$LINENO: result: not found" >&5
15707 echo "${ECHO_T}not found" >&6; }
15709 else
15710 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15711 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15713 cat >>confdefs.h <<_ACEOF
15714 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15715 _ACEOF
15722 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15723 then
15724 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15725 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15726 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15727 echo $ECHO_N "(cached) $ECHO_C" >&6
15728 else
15729 ac_check_soname_save_LIBS=$LIBS
15730 LIBS="-lfontconfig $LIBS"
15731 cat >conftest.$ac_ext <<_ACEOF
15732 /* confdefs.h. */
15733 _ACEOF
15734 cat confdefs.h >>conftest.$ac_ext
15735 cat >>conftest.$ac_ext <<_ACEOF
15736 /* end confdefs.h. */
15738 /* Override any GCC internal prototype to avoid an error.
15739 Use char because int might match the return type of a GCC
15740 builtin and then its argument prototype would still apply. */
15741 #ifdef __cplusplus
15742 extern "C"
15743 #endif
15744 char FcInit ();
15746 main ()
15748 return FcInit ();
15750 return 0;
15752 _ACEOF
15753 rm -f conftest.$ac_objext conftest$ac_exeext
15754 if { (ac_try="$ac_link"
15755 case "(($ac_try" in
15756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15757 *) ac_try_echo=$ac_try;;
15758 esac
15759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15760 (eval "$ac_link") 2>conftest.er1
15761 ac_status=$?
15762 grep -v '^ *+' conftest.er1 >conftest.err
15763 rm -f conftest.er1
15764 cat conftest.err >&5
15765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15766 (exit $ac_status); } && {
15767 test -z "$ac_c_werror_flag" ||
15768 test ! -s conftest.err
15769 } && test -s conftest$ac_exeext &&
15770 $as_test_x conftest$ac_exeext; then
15771 case "$LIBEXT" in
15772 dll) ;;
15773 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'` ;;
15774 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15775 esac
15776 else
15777 echo "$as_me: failed program was:" >&5
15778 sed 's/^/| /' conftest.$ac_ext >&5
15783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15784 conftest$ac_exeext conftest.$ac_ext
15785 LIBS=$ac_check_soname_save_LIBS
15787 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15788 { echo "$as_me:$LINENO: result: not found" >&5
15789 echo "${ECHO_T}not found" >&6; }
15791 else
15792 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15793 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15795 cat >>confdefs.h <<_ACEOF
15796 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15797 _ACEOF
15802 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15803 then
15804 ac_save_CPPFLAGS="$CPPFLAGS"
15805 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15806 $as_unset ac_cv_header_fontconfig_fontconfig_h
15808 for ac_header in fontconfig/fontconfig.h
15810 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15811 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15812 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15813 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15814 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15815 echo $ECHO_N "(cached) $ECHO_C" >&6
15817 ac_res=`eval echo '${'$as_ac_Header'}'`
15818 { echo "$as_me:$LINENO: result: $ac_res" >&5
15819 echo "${ECHO_T}$ac_res" >&6; }
15820 else
15821 # Is the header compilable?
15822 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15823 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15824 cat >conftest.$ac_ext <<_ACEOF
15825 /* confdefs.h. */
15826 _ACEOF
15827 cat confdefs.h >>conftest.$ac_ext
15828 cat >>conftest.$ac_ext <<_ACEOF
15829 /* end confdefs.h. */
15830 $ac_includes_default
15831 #include <$ac_header>
15832 _ACEOF
15833 rm -f conftest.$ac_objext
15834 if { (ac_try="$ac_compile"
15835 case "(($ac_try" in
15836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15837 *) ac_try_echo=$ac_try;;
15838 esac
15839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15840 (eval "$ac_compile") 2>conftest.er1
15841 ac_status=$?
15842 grep -v '^ *+' conftest.er1 >conftest.err
15843 rm -f conftest.er1
15844 cat conftest.err >&5
15845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15846 (exit $ac_status); } && {
15847 test -z "$ac_c_werror_flag" ||
15848 test ! -s conftest.err
15849 } && test -s conftest.$ac_objext; then
15850 ac_header_compiler=yes
15851 else
15852 echo "$as_me: failed program was:" >&5
15853 sed 's/^/| /' conftest.$ac_ext >&5
15855 ac_header_compiler=no
15858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15859 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15860 echo "${ECHO_T}$ac_header_compiler" >&6; }
15862 # Is the header present?
15863 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15864 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15865 cat >conftest.$ac_ext <<_ACEOF
15866 /* confdefs.h. */
15867 _ACEOF
15868 cat confdefs.h >>conftest.$ac_ext
15869 cat >>conftest.$ac_ext <<_ACEOF
15870 /* end confdefs.h. */
15871 #include <$ac_header>
15872 _ACEOF
15873 if { (ac_try="$ac_cpp conftest.$ac_ext"
15874 case "(($ac_try" in
15875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15876 *) ac_try_echo=$ac_try;;
15877 esac
15878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15879 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15880 ac_status=$?
15881 grep -v '^ *+' conftest.er1 >conftest.err
15882 rm -f conftest.er1
15883 cat conftest.err >&5
15884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15885 (exit $ac_status); } >/dev/null && {
15886 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15887 test ! -s conftest.err
15888 }; then
15889 ac_header_preproc=yes
15890 else
15891 echo "$as_me: failed program was:" >&5
15892 sed 's/^/| /' conftest.$ac_ext >&5
15894 ac_header_preproc=no
15897 rm -f conftest.err conftest.$ac_ext
15898 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15899 echo "${ECHO_T}$ac_header_preproc" >&6; }
15901 # So? What about this header?
15902 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15903 yes:no: )
15904 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15905 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15906 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15907 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15908 ac_header_preproc=yes
15910 no:yes:* )
15911 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15912 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15913 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15914 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15915 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15916 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15917 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15918 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15919 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15920 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15921 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15922 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15923 ( cat <<\_ASBOX
15924 ## ------------------------------------ ##
15925 ## Report this to wine-devel@winehq.org ##
15926 ## ------------------------------------ ##
15927 _ASBOX
15928 ) | sed "s/^/$as_me: WARNING: /" >&2
15930 esac
15931 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15932 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15933 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15934 echo $ECHO_N "(cached) $ECHO_C" >&6
15935 else
15936 eval "$as_ac_Header=\$ac_header_preproc"
15938 ac_res=`eval echo '${'$as_ac_Header'}'`
15939 { echo "$as_me:$LINENO: result: $ac_res" >&5
15940 echo "${ECHO_T}$ac_res" >&6; }
15943 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15944 cat >>confdefs.h <<_ACEOF
15945 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15946 _ACEOF
15950 done
15952 CPPFLAGS="$ac_save_CPPFLAGS"
15953 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15954 then
15955 FONTCONFIGINCL="$X_CFLAGS"
15957 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15958 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15959 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15960 echo $ECHO_N "(cached) $ECHO_C" >&6
15961 else
15962 ac_check_soname_save_LIBS=$LIBS
15963 LIBS="-lfontconfig $X_LIBS $LIBS"
15964 cat >conftest.$ac_ext <<_ACEOF
15965 /* confdefs.h. */
15966 _ACEOF
15967 cat confdefs.h >>conftest.$ac_ext
15968 cat >>conftest.$ac_ext <<_ACEOF
15969 /* end confdefs.h. */
15971 /* Override any GCC internal prototype to avoid an error.
15972 Use char because int might match the return type of a GCC
15973 builtin and then its argument prototype would still apply. */
15974 #ifdef __cplusplus
15975 extern "C"
15976 #endif
15977 char FcInit ();
15979 main ()
15981 return FcInit ();
15983 return 0;
15985 _ACEOF
15986 rm -f conftest.$ac_objext conftest$ac_exeext
15987 if { (ac_try="$ac_link"
15988 case "(($ac_try" in
15989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15990 *) ac_try_echo=$ac_try;;
15991 esac
15992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15993 (eval "$ac_link") 2>conftest.er1
15994 ac_status=$?
15995 grep -v '^ *+' conftest.er1 >conftest.err
15996 rm -f conftest.er1
15997 cat conftest.err >&5
15998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15999 (exit $ac_status); } && {
16000 test -z "$ac_c_werror_flag" ||
16001 test ! -s conftest.err
16002 } && test -s conftest$ac_exeext &&
16003 $as_test_x conftest$ac_exeext; then
16004 case "$LIBEXT" in
16005 dll) ;;
16006 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'` ;;
16007 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16008 esac
16009 else
16010 echo "$as_me: failed program was:" >&5
16011 sed 's/^/| /' conftest.$ac_ext >&5
16016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16017 conftest$ac_exeext conftest.$ac_ext
16018 LIBS=$ac_check_soname_save_LIBS
16020 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16021 { echo "$as_me:$LINENO: result: not found" >&5
16022 echo "${ECHO_T}not found" >&6; }
16024 else
16025 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16026 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16028 cat >>confdefs.h <<_ACEOF
16029 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16030 _ACEOF
16037 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16038 case "x$with_fontconfig" in
16039 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16040 xno) ;;
16041 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16042 This is an error since --with-fontconfig was requested." >&5
16043 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16044 This is an error since --with-fontconfig was requested." >&2;}
16045 { (exit 1); exit 1; }; } ;;
16046 esac
16050 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16051 then
16052 { echo "$as_me:$LINENO: checking for -lssl" >&5
16053 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16054 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16055 echo $ECHO_N "(cached) $ECHO_C" >&6
16056 else
16057 ac_check_soname_save_LIBS=$LIBS
16058 LIBS="-lssl $LIBS"
16059 cat >conftest.$ac_ext <<_ACEOF
16060 /* confdefs.h. */
16061 _ACEOF
16062 cat confdefs.h >>conftest.$ac_ext
16063 cat >>conftest.$ac_ext <<_ACEOF
16064 /* end confdefs.h. */
16066 /* Override any GCC internal prototype to avoid an error.
16067 Use char because int might match the return type of a GCC
16068 builtin and then its argument prototype would still apply. */
16069 #ifdef __cplusplus
16070 extern "C"
16071 #endif
16072 char SSL_library_init ();
16074 main ()
16076 return SSL_library_init ();
16078 return 0;
16080 _ACEOF
16081 rm -f conftest.$ac_objext conftest$ac_exeext
16082 if { (ac_try="$ac_link"
16083 case "(($ac_try" in
16084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16085 *) ac_try_echo=$ac_try;;
16086 esac
16087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16088 (eval "$ac_link") 2>conftest.er1
16089 ac_status=$?
16090 grep -v '^ *+' conftest.er1 >conftest.err
16091 rm -f conftest.er1
16092 cat conftest.err >&5
16093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16094 (exit $ac_status); } && {
16095 test -z "$ac_c_werror_flag" ||
16096 test ! -s conftest.err
16097 } && test -s conftest$ac_exeext &&
16098 $as_test_x conftest$ac_exeext; then
16099 case "$LIBEXT" in
16100 dll) ;;
16101 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'` ;;
16102 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16103 esac
16104 else
16105 echo "$as_me: failed program was:" >&5
16106 sed 's/^/| /' conftest.$ac_ext >&5
16111 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16112 conftest$ac_exeext conftest.$ac_ext
16113 LIBS=$ac_check_soname_save_LIBS
16115 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16116 { echo "$as_me:$LINENO: result: not found" >&5
16117 echo "${ECHO_T}not found" >&6; }
16119 else
16120 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16121 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16123 cat >>confdefs.h <<_ACEOF
16124 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16125 _ACEOF
16130 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16131 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16132 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16133 echo $ECHO_N "(cached) $ECHO_C" >&6
16134 else
16135 ac_check_soname_save_LIBS=$LIBS
16136 LIBS="-lcrypto $LIBS"
16137 cat >conftest.$ac_ext <<_ACEOF
16138 /* confdefs.h. */
16139 _ACEOF
16140 cat confdefs.h >>conftest.$ac_ext
16141 cat >>conftest.$ac_ext <<_ACEOF
16142 /* end confdefs.h. */
16144 /* Override any GCC internal prototype to avoid an error.
16145 Use char because int might match the return type of a GCC
16146 builtin and then its argument prototype would still apply. */
16147 #ifdef __cplusplus
16148 extern "C"
16149 #endif
16150 char BIO_new_socket ();
16152 main ()
16154 return BIO_new_socket ();
16156 return 0;
16158 _ACEOF
16159 rm -f conftest.$ac_objext conftest$ac_exeext
16160 if { (ac_try="$ac_link"
16161 case "(($ac_try" in
16162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16163 *) ac_try_echo=$ac_try;;
16164 esac
16165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16166 (eval "$ac_link") 2>conftest.er1
16167 ac_status=$?
16168 grep -v '^ *+' conftest.er1 >conftest.err
16169 rm -f conftest.er1
16170 cat conftest.err >&5
16171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16172 (exit $ac_status); } && {
16173 test -z "$ac_c_werror_flag" ||
16174 test ! -s conftest.err
16175 } && test -s conftest$ac_exeext &&
16176 $as_test_x conftest$ac_exeext; then
16177 case "$LIBEXT" in
16178 dll) ;;
16179 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'` ;;
16180 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16181 esac
16182 else
16183 echo "$as_me: failed program was:" >&5
16184 sed 's/^/| /' conftest.$ac_ext >&5
16189 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16190 conftest$ac_exeext conftest.$ac_ext
16191 LIBS=$ac_check_soname_save_LIBS
16193 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16194 { echo "$as_me:$LINENO: result: not found" >&5
16195 echo "${ECHO_T}not found" >&6; }
16197 else
16198 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16199 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16201 cat >>confdefs.h <<_ACEOF
16202 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16203 _ACEOF
16209 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16210 case "x$with_openssl" in
16211 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16212 xno) ;;
16213 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16214 This is an error since --with-openssl was requested." >&5
16215 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16216 This is an error since --with-openssl was requested." >&2;}
16217 { (exit 1); exit 1; }; } ;;
16218 esac
16222 if test "$ac_cv_header_jpeglib_h" = "yes"
16223 then
16224 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16225 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16226 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16227 echo $ECHO_N "(cached) $ECHO_C" >&6
16228 else
16229 ac_check_soname_save_LIBS=$LIBS
16230 LIBS="-ljpeg $LIBS"
16231 cat >conftest.$ac_ext <<_ACEOF
16232 /* confdefs.h. */
16233 _ACEOF
16234 cat confdefs.h >>conftest.$ac_ext
16235 cat >>conftest.$ac_ext <<_ACEOF
16236 /* end confdefs.h. */
16238 /* Override any GCC internal prototype to avoid an error.
16239 Use char because int might match the return type of a GCC
16240 builtin and then its argument prototype would still apply. */
16241 #ifdef __cplusplus
16242 extern "C"
16243 #endif
16244 char jpeg_start_decompress ();
16246 main ()
16248 return jpeg_start_decompress ();
16250 return 0;
16252 _ACEOF
16253 rm -f conftest.$ac_objext conftest$ac_exeext
16254 if { (ac_try="$ac_link"
16255 case "(($ac_try" in
16256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16257 *) ac_try_echo=$ac_try;;
16258 esac
16259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16260 (eval "$ac_link") 2>conftest.er1
16261 ac_status=$?
16262 grep -v '^ *+' conftest.er1 >conftest.err
16263 rm -f conftest.er1
16264 cat conftest.err >&5
16265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16266 (exit $ac_status); } && {
16267 test -z "$ac_c_werror_flag" ||
16268 test ! -s conftest.err
16269 } && test -s conftest$ac_exeext &&
16270 $as_test_x conftest$ac_exeext; then
16271 case "$LIBEXT" in
16272 dll) ;;
16273 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'` ;;
16274 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16275 esac
16276 else
16277 echo "$as_me: failed program was:" >&5
16278 sed 's/^/| /' conftest.$ac_ext >&5
16283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16284 conftest$ac_exeext conftest.$ac_ext
16285 LIBS=$ac_check_soname_save_LIBS
16287 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16288 { echo "$as_me:$LINENO: result: not found" >&5
16289 echo "${ECHO_T}not found" >&6; }
16291 else
16292 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16293 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16295 cat >>confdefs.h <<_ACEOF
16296 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16297 _ACEOF
16303 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16304 case "x$with_jpeg" in
16305 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16306 xno) ;;
16307 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16308 This is an error since --with-jpeg was requested." >&5
16309 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16310 This is an error since --with-jpeg was requested." >&2;}
16311 { (exit 1); exit 1; }; } ;;
16312 esac
16316 if test "$ac_cv_header_png_h" = "yes"
16317 then
16318 { echo "$as_me:$LINENO: checking for -lpng" >&5
16319 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16320 if test "${ac_cv_lib_soname_png+set}" = set; then
16321 echo $ECHO_N "(cached) $ECHO_C" >&6
16322 else
16323 ac_check_soname_save_LIBS=$LIBS
16324 LIBS="-lpng -lm -lz $LIBS"
16325 cat >conftest.$ac_ext <<_ACEOF
16326 /* confdefs.h. */
16327 _ACEOF
16328 cat confdefs.h >>conftest.$ac_ext
16329 cat >>conftest.$ac_ext <<_ACEOF
16330 /* end confdefs.h. */
16332 /* Override any GCC internal prototype to avoid an error.
16333 Use char because int might match the return type of a GCC
16334 builtin and then its argument prototype would still apply. */
16335 #ifdef __cplusplus
16336 extern "C"
16337 #endif
16338 char png_create_read_struct ();
16340 main ()
16342 return png_create_read_struct ();
16344 return 0;
16346 _ACEOF
16347 rm -f conftest.$ac_objext conftest$ac_exeext
16348 if { (ac_try="$ac_link"
16349 case "(($ac_try" in
16350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16351 *) ac_try_echo=$ac_try;;
16352 esac
16353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16354 (eval "$ac_link") 2>conftest.er1
16355 ac_status=$?
16356 grep -v '^ *+' conftest.er1 >conftest.err
16357 rm -f conftest.er1
16358 cat conftest.err >&5
16359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16360 (exit $ac_status); } && {
16361 test -z "$ac_c_werror_flag" ||
16362 test ! -s conftest.err
16363 } && test -s conftest$ac_exeext &&
16364 $as_test_x conftest$ac_exeext; then
16365 case "$LIBEXT" in
16366 dll) ;;
16367 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'` ;;
16368 *) 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'` ;;
16369 esac
16370 else
16371 echo "$as_me: failed program was:" >&5
16372 sed 's/^/| /' conftest.$ac_ext >&5
16377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16378 conftest$ac_exeext conftest.$ac_ext
16379 LIBS=$ac_check_soname_save_LIBS
16381 if test "x$ac_cv_lib_soname_png" = "x"; then
16382 { echo "$as_me:$LINENO: result: not found" >&5
16383 echo "${ECHO_T}not found" >&6; }
16385 else
16386 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16387 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16389 cat >>confdefs.h <<_ACEOF
16390 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16391 _ACEOF
16397 if test "x$ac_cv_lib_soname_png" = "x"; then
16398 case "x$with_png" in
16399 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16400 xno) ;;
16401 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16402 This is an error since --with-png was requested." >&5
16403 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16404 This is an error since --with-png was requested." >&2;}
16405 { (exit 1); exit 1; }; } ;;
16406 esac
16410 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16411 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16412 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16413 echo $ECHO_N "(cached) $ECHO_C" >&6
16414 else
16415 ac_check_soname_save_LIBS=$LIBS
16416 LIBS="-lodbc $LIBS"
16417 cat >conftest.$ac_ext <<_ACEOF
16418 /* confdefs.h. */
16419 _ACEOF
16420 cat confdefs.h >>conftest.$ac_ext
16421 cat >>conftest.$ac_ext <<_ACEOF
16422 /* end confdefs.h. */
16424 /* Override any GCC internal prototype to avoid an error.
16425 Use char because int might match the return type of a GCC
16426 builtin and then its argument prototype would still apply. */
16427 #ifdef __cplusplus
16428 extern "C"
16429 #endif
16430 char SQLConnect ();
16432 main ()
16434 return SQLConnect ();
16436 return 0;
16438 _ACEOF
16439 rm -f conftest.$ac_objext conftest$ac_exeext
16440 if { (ac_try="$ac_link"
16441 case "(($ac_try" in
16442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16443 *) ac_try_echo=$ac_try;;
16444 esac
16445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16446 (eval "$ac_link") 2>conftest.er1
16447 ac_status=$?
16448 grep -v '^ *+' conftest.er1 >conftest.err
16449 rm -f conftest.er1
16450 cat conftest.err >&5
16451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16452 (exit $ac_status); } && {
16453 test -z "$ac_c_werror_flag" ||
16454 test ! -s conftest.err
16455 } && test -s conftest$ac_exeext &&
16456 $as_test_x conftest$ac_exeext; then
16457 case "$LIBEXT" in
16458 dll) ;;
16459 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'` ;;
16460 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16461 esac
16462 else
16463 echo "$as_me: failed program was:" >&5
16464 sed 's/^/| /' conftest.$ac_ext >&5
16469 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16470 conftest$ac_exeext conftest.$ac_ext
16471 LIBS=$ac_check_soname_save_LIBS
16473 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16474 { echo "$as_me:$LINENO: result: not found" >&5
16475 echo "${ECHO_T}not found" >&6; }
16476 cat >>confdefs.h <<_ACEOF
16477 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16478 _ACEOF
16480 else
16481 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16482 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16484 cat >>confdefs.h <<_ACEOF
16485 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16486 _ACEOF
16492 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16493 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16494 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16495 "$ac_cv_header_soundcard_h" != "yes" -a \
16496 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16497 then
16498 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16502 EXTRACFLAGS=""
16504 if test "x${GCC}" = "xyes"
16505 then
16506 EXTRACFLAGS="-Wall -pipe"
16508 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16509 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16510 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16511 echo $ECHO_N "(cached) $ECHO_C" >&6
16512 else
16513 if test "$cross_compiling" = yes; then
16514 ac_cv_c_gcc_strength_bug="yes"
16515 else
16516 cat >conftest.$ac_ext <<_ACEOF
16517 /* confdefs.h. */
16518 _ACEOF
16519 cat confdefs.h >>conftest.$ac_ext
16520 cat >>conftest.$ac_ext <<_ACEOF
16521 /* end confdefs.h. */
16522 int L[4] = {0,1,2,3};
16524 main ()
16526 static int Array[3];
16527 unsigned int B = 3;
16528 int i;
16529 for(i=0; i<B; i++) Array[i] = i - 3;
16530 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16531 L[i] = 4;
16532 exit( Array[1] != -2 || L[2] != 3)
16534 return 0;
16536 _ACEOF
16537 rm -f conftest$ac_exeext
16538 if { (ac_try="$ac_link"
16539 case "(($ac_try" in
16540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16541 *) ac_try_echo=$ac_try;;
16542 esac
16543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16544 (eval "$ac_link") 2>&5
16545 ac_status=$?
16546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16547 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16548 { (case "(($ac_try" in
16549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16550 *) ac_try_echo=$ac_try;;
16551 esac
16552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16553 (eval "$ac_try") 2>&5
16554 ac_status=$?
16555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16556 (exit $ac_status); }; }; then
16557 ac_cv_c_gcc_strength_bug="no"
16558 else
16559 echo "$as_me: program exited with status $ac_status" >&5
16560 echo "$as_me: failed program was:" >&5
16561 sed 's/^/| /' conftest.$ac_ext >&5
16563 ( exit $ac_status )
16564 ac_cv_c_gcc_strength_bug="yes"
16566 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16571 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16572 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16573 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16574 then
16575 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16578 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16579 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16580 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16581 echo $ECHO_N "(cached) $ECHO_C" >&6
16582 else
16583 ac_wine_try_cflags_saved=$CFLAGS
16584 CFLAGS="$CFLAGS -fno-builtin"
16585 cat >conftest.$ac_ext <<_ACEOF
16586 /* confdefs.h. */
16587 _ACEOF
16588 cat confdefs.h >>conftest.$ac_ext
16589 cat >>conftest.$ac_ext <<_ACEOF
16590 /* end confdefs.h. */
16593 main ()
16597 return 0;
16599 _ACEOF
16600 rm -f conftest.$ac_objext conftest$ac_exeext
16601 if { (ac_try="$ac_link"
16602 case "(($ac_try" in
16603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16604 *) ac_try_echo=$ac_try;;
16605 esac
16606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16607 (eval "$ac_link") 2>conftest.er1
16608 ac_status=$?
16609 grep -v '^ *+' conftest.er1 >conftest.err
16610 rm -f conftest.er1
16611 cat conftest.err >&5
16612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16613 (exit $ac_status); } && {
16614 test -z "$ac_c_werror_flag" ||
16615 test ! -s conftest.err
16616 } && test -s conftest$ac_exeext &&
16617 $as_test_x conftest$ac_exeext; then
16618 ac_cv_cflags__fno_builtin=yes
16619 else
16620 echo "$as_me: failed program was:" >&5
16621 sed 's/^/| /' conftest.$ac_ext >&5
16623 ac_cv_cflags__fno_builtin=no
16626 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16627 conftest$ac_exeext conftest.$ac_ext
16628 CFLAGS=$ac_wine_try_cflags_saved
16630 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16631 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16632 if test $ac_cv_cflags__fno_builtin = yes; then
16633 BUILTINFLAG="-fno-builtin"
16637 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16638 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16639 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16640 echo $ECHO_N "(cached) $ECHO_C" >&6
16641 else
16642 ac_wine_try_cflags_saved=$CFLAGS
16643 CFLAGS="$CFLAGS -fno-strict-aliasing"
16644 cat >conftest.$ac_ext <<_ACEOF
16645 /* confdefs.h. */
16646 _ACEOF
16647 cat confdefs.h >>conftest.$ac_ext
16648 cat >>conftest.$ac_ext <<_ACEOF
16649 /* end confdefs.h. */
16652 main ()
16656 return 0;
16658 _ACEOF
16659 rm -f conftest.$ac_objext conftest$ac_exeext
16660 if { (ac_try="$ac_link"
16661 case "(($ac_try" in
16662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16663 *) ac_try_echo=$ac_try;;
16664 esac
16665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16666 (eval "$ac_link") 2>conftest.er1
16667 ac_status=$?
16668 grep -v '^ *+' conftest.er1 >conftest.err
16669 rm -f conftest.er1
16670 cat conftest.err >&5
16671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16672 (exit $ac_status); } && {
16673 test -z "$ac_c_werror_flag" ||
16674 test ! -s conftest.err
16675 } && test -s conftest$ac_exeext &&
16676 $as_test_x conftest$ac_exeext; then
16677 ac_cv_cflags__fno_strict_aliasing=yes
16678 else
16679 echo "$as_me: failed program was:" >&5
16680 sed 's/^/| /' conftest.$ac_ext >&5
16682 ac_cv_cflags__fno_strict_aliasing=no
16685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16686 conftest$ac_exeext conftest.$ac_ext
16687 CFLAGS=$ac_wine_try_cflags_saved
16689 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16690 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16691 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16692 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16695 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16696 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16697 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16698 echo $ECHO_N "(cached) $ECHO_C" >&6
16699 else
16700 ac_wine_try_cflags_saved=$CFLAGS
16701 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16702 cat >conftest.$ac_ext <<_ACEOF
16703 /* confdefs.h. */
16704 _ACEOF
16705 cat confdefs.h >>conftest.$ac_ext
16706 cat >>conftest.$ac_ext <<_ACEOF
16707 /* end confdefs.h. */
16710 main ()
16714 return 0;
16716 _ACEOF
16717 rm -f conftest.$ac_objext conftest$ac_exeext
16718 if { (ac_try="$ac_link"
16719 case "(($ac_try" in
16720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16721 *) ac_try_echo=$ac_try;;
16722 esac
16723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16724 (eval "$ac_link") 2>conftest.er1
16725 ac_status=$?
16726 grep -v '^ *+' conftest.er1 >conftest.err
16727 rm -f conftest.er1
16728 cat conftest.err >&5
16729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16730 (exit $ac_status); } && {
16731 test -z "$ac_c_werror_flag" ||
16732 test ! -s conftest.err
16733 } && test -s conftest$ac_exeext &&
16734 $as_test_x conftest$ac_exeext; then
16735 ac_cv_cflags__Wdeclaration_after_statement=yes
16736 else
16737 echo "$as_me: failed program was:" >&5
16738 sed 's/^/| /' conftest.$ac_ext >&5
16740 ac_cv_cflags__Wdeclaration_after_statement=no
16743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16744 conftest$ac_exeext conftest.$ac_ext
16745 CFLAGS=$ac_wine_try_cflags_saved
16747 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16748 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16749 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16750 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16753 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16754 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16755 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16756 echo $ECHO_N "(cached) $ECHO_C" >&6
16757 else
16758 ac_wine_try_cflags_saved=$CFLAGS
16759 CFLAGS="$CFLAGS -Wwrite-strings"
16760 cat >conftest.$ac_ext <<_ACEOF
16761 /* confdefs.h. */
16762 _ACEOF
16763 cat confdefs.h >>conftest.$ac_ext
16764 cat >>conftest.$ac_ext <<_ACEOF
16765 /* end confdefs.h. */
16768 main ()
16772 return 0;
16774 _ACEOF
16775 rm -f conftest.$ac_objext conftest$ac_exeext
16776 if { (ac_try="$ac_link"
16777 case "(($ac_try" in
16778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16779 *) ac_try_echo=$ac_try;;
16780 esac
16781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16782 (eval "$ac_link") 2>conftest.er1
16783 ac_status=$?
16784 grep -v '^ *+' conftest.er1 >conftest.err
16785 rm -f conftest.er1
16786 cat conftest.err >&5
16787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16788 (exit $ac_status); } && {
16789 test -z "$ac_c_werror_flag" ||
16790 test ! -s conftest.err
16791 } && test -s conftest$ac_exeext &&
16792 $as_test_x conftest$ac_exeext; then
16793 ac_cv_cflags__Wwrite_strings=yes
16794 else
16795 echo "$as_me: failed program was:" >&5
16796 sed 's/^/| /' conftest.$ac_ext >&5
16798 ac_cv_cflags__Wwrite_strings=no
16801 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16802 conftest$ac_exeext conftest.$ac_ext
16803 CFLAGS=$ac_wine_try_cflags_saved
16805 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16806 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16807 if test $ac_cv_cflags__Wwrite_strings = yes; then
16808 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16811 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16812 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16813 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16814 echo $ECHO_N "(cached) $ECHO_C" >&6
16815 else
16816 ac_wine_try_cflags_saved=$CFLAGS
16817 CFLAGS="$CFLAGS -Wtype-limits"
16818 cat >conftest.$ac_ext <<_ACEOF
16819 /* confdefs.h. */
16820 _ACEOF
16821 cat confdefs.h >>conftest.$ac_ext
16822 cat >>conftest.$ac_ext <<_ACEOF
16823 /* end confdefs.h. */
16826 main ()
16830 return 0;
16832 _ACEOF
16833 rm -f conftest.$ac_objext conftest$ac_exeext
16834 if { (ac_try="$ac_link"
16835 case "(($ac_try" in
16836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16837 *) ac_try_echo=$ac_try;;
16838 esac
16839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16840 (eval "$ac_link") 2>conftest.er1
16841 ac_status=$?
16842 grep -v '^ *+' conftest.er1 >conftest.err
16843 rm -f conftest.er1
16844 cat conftest.err >&5
16845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16846 (exit $ac_status); } && {
16847 test -z "$ac_c_werror_flag" ||
16848 test ! -s conftest.err
16849 } && test -s conftest$ac_exeext &&
16850 $as_test_x conftest$ac_exeext; then
16851 ac_cv_cflags__Wtype_limits=yes
16852 else
16853 echo "$as_me: failed program was:" >&5
16854 sed 's/^/| /' conftest.$ac_ext >&5
16856 ac_cv_cflags__Wtype_limits=no
16859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16860 conftest$ac_exeext conftest.$ac_ext
16861 CFLAGS=$ac_wine_try_cflags_saved
16863 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16864 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16865 if test $ac_cv_cflags__Wtype_limits = yes; then
16866 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16870 saved_CFLAGS="$CFLAGS"
16871 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16872 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16873 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16874 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16875 echo $ECHO_N "(cached) $ECHO_C" >&6
16876 else
16877 cat >conftest.$ac_ext <<_ACEOF
16878 /* confdefs.h. */
16879 _ACEOF
16880 cat confdefs.h >>conftest.$ac_ext
16881 cat >>conftest.$ac_ext <<_ACEOF
16882 /* end confdefs.h. */
16883 #include <string.h>
16885 main ()
16889 return 0;
16891 _ACEOF
16892 rm -f conftest.$ac_objext
16893 if { (ac_try="$ac_compile"
16894 case "(($ac_try" in
16895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16896 *) ac_try_echo=$ac_try;;
16897 esac
16898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16899 (eval "$ac_compile") 2>conftest.er1
16900 ac_status=$?
16901 grep -v '^ *+' conftest.er1 >conftest.err
16902 rm -f conftest.er1
16903 cat conftest.err >&5
16904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16905 (exit $ac_status); } && {
16906 test -z "$ac_c_werror_flag" ||
16907 test ! -s conftest.err
16908 } && test -s conftest.$ac_objext; then
16909 ac_cv_c_string_h_warnings=no
16910 else
16911 echo "$as_me: failed program was:" >&5
16912 sed 's/^/| /' conftest.$ac_ext >&5
16914 ac_cv_c_string_h_warnings=yes
16917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16919 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16920 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16921 CFLAGS="$saved_CFLAGS"
16922 if test "$ac_cv_c_string_h_warnings" = "no"
16923 then
16924 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16929 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16930 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16931 if test "${ac_cv_asm_func_def+set}" = set; then
16932 echo $ECHO_N "(cached) $ECHO_C" >&6
16933 else
16934 cat >conftest.$ac_ext <<_ACEOF
16935 /* confdefs.h. */
16936 _ACEOF
16937 cat confdefs.h >>conftest.$ac_ext
16938 cat >>conftest.$ac_ext <<_ACEOF
16939 /* end confdefs.h. */
16942 main ()
16944 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16946 return 0;
16948 _ACEOF
16949 rm -f conftest.$ac_objext conftest$ac_exeext
16950 if { (ac_try="$ac_link"
16951 case "(($ac_try" in
16952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16953 *) ac_try_echo=$ac_try;;
16954 esac
16955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16956 (eval "$ac_link") 2>conftest.er1
16957 ac_status=$?
16958 grep -v '^ *+' conftest.er1 >conftest.err
16959 rm -f conftest.er1
16960 cat conftest.err >&5
16961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16962 (exit $ac_status); } && {
16963 test -z "$ac_c_werror_flag" ||
16964 test ! -s conftest.err
16965 } && test -s conftest$ac_exeext &&
16966 $as_test_x conftest$ac_exeext; then
16967 ac_cv_asm_func_def=".def"
16968 else
16969 echo "$as_me: failed program was:" >&5
16970 sed 's/^/| /' conftest.$ac_ext >&5
16972 cat >conftest.$ac_ext <<_ACEOF
16973 /* confdefs.h. */
16974 _ACEOF
16975 cat confdefs.h >>conftest.$ac_ext
16976 cat >>conftest.$ac_ext <<_ACEOF
16977 /* end confdefs.h. */
16980 main ()
16982 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16984 return 0;
16986 _ACEOF
16987 rm -f conftest.$ac_objext conftest$ac_exeext
16988 if { (ac_try="$ac_link"
16989 case "(($ac_try" in
16990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16991 *) ac_try_echo=$ac_try;;
16992 esac
16993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16994 (eval "$ac_link") 2>conftest.er1
16995 ac_status=$?
16996 grep -v '^ *+' conftest.er1 >conftest.err
16997 rm -f conftest.er1
16998 cat conftest.err >&5
16999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17000 (exit $ac_status); } && {
17001 test -z "$ac_c_werror_flag" ||
17002 test ! -s conftest.err
17003 } && test -s conftest$ac_exeext &&
17004 $as_test_x conftest$ac_exeext; then
17005 ac_cv_asm_func_def=".type @function"
17006 else
17007 echo "$as_me: failed program was:" >&5
17008 sed 's/^/| /' conftest.$ac_ext >&5
17010 cat >conftest.$ac_ext <<_ACEOF
17011 /* confdefs.h. */
17012 _ACEOF
17013 cat confdefs.h >>conftest.$ac_ext
17014 cat >>conftest.$ac_ext <<_ACEOF
17015 /* end confdefs.h. */
17018 main ()
17020 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17022 return 0;
17024 _ACEOF
17025 rm -f conftest.$ac_objext conftest$ac_exeext
17026 if { (ac_try="$ac_link"
17027 case "(($ac_try" in
17028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17029 *) ac_try_echo=$ac_try;;
17030 esac
17031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17032 (eval "$ac_link") 2>conftest.er1
17033 ac_status=$?
17034 grep -v '^ *+' conftest.er1 >conftest.err
17035 rm -f conftest.er1
17036 cat conftest.err >&5
17037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17038 (exit $ac_status); } && {
17039 test -z "$ac_c_werror_flag" ||
17040 test ! -s conftest.err
17041 } && test -s conftest$ac_exeext &&
17042 $as_test_x conftest$ac_exeext; then
17043 ac_cv_asm_func_def=".type 2"
17044 else
17045 echo "$as_me: failed program was:" >&5
17046 sed 's/^/| /' conftest.$ac_ext >&5
17048 ac_cv_asm_func_def="unknown"
17051 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17052 conftest$ac_exeext conftest.$ac_ext
17055 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17056 conftest$ac_exeext conftest.$ac_ext
17059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17060 conftest$ac_exeext conftest.$ac_ext
17062 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17063 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17067 case "$ac_cv_asm_func_def" in
17068 ".def")
17069 cat >>confdefs.h <<\_ACEOF
17070 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17071 _ACEOF
17073 ".type @function")
17074 cat >>confdefs.h <<\_ACEOF
17075 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17076 _ACEOF
17078 ".type 2")
17079 cat >>confdefs.h <<\_ACEOF
17080 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17081 _ACEOF
17084 cat >>confdefs.h <<\_ACEOF
17085 #define __ASM_FUNC(name) ""
17086 _ACEOF
17088 esac
17091 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17092 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17093 if test "${ac_cv_c_extern_prefix+set}" = set; then
17094 echo $ECHO_N "(cached) $ECHO_C" >&6
17095 else
17096 cat >conftest.$ac_ext <<_ACEOF
17097 /* confdefs.h. */
17098 _ACEOF
17099 cat confdefs.h >>conftest.$ac_ext
17100 cat >>conftest.$ac_ext <<_ACEOF
17101 /* end confdefs.h. */
17102 extern int ac_test;
17104 main ()
17106 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17108 return 0;
17110 _ACEOF
17111 rm -f conftest.$ac_objext conftest$ac_exeext
17112 if { (ac_try="$ac_link"
17113 case "(($ac_try" in
17114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17115 *) ac_try_echo=$ac_try;;
17116 esac
17117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17118 (eval "$ac_link") 2>conftest.er1
17119 ac_status=$?
17120 grep -v '^ *+' conftest.er1 >conftest.err
17121 rm -f conftest.er1
17122 cat conftest.err >&5
17123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17124 (exit $ac_status); } && {
17125 test -z "$ac_c_werror_flag" ||
17126 test ! -s conftest.err
17127 } && test -s conftest$ac_exeext &&
17128 $as_test_x conftest$ac_exeext; then
17129 ac_cv_c_extern_prefix="yes"
17130 else
17131 echo "$as_me: failed program was:" >&5
17132 sed 's/^/| /' conftest.$ac_ext >&5
17134 ac_cv_c_extern_prefix="no"
17137 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17138 conftest$ac_exeext conftest.$ac_ext
17140 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17141 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17145 if test "$ac_cv_c_extern_prefix" = "yes"
17146 then
17147 cat >>confdefs.h <<\_ACEOF
17148 #define __ASM_NAME(name) "_" name
17149 _ACEOF
17151 else
17152 cat >>confdefs.h <<\_ACEOF
17153 #define __ASM_NAME(name) name
17154 _ACEOF
17159 LDPATH=""
17161 case $build_os in
17162 cygwin*|mingw32*)
17163 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17165 darwin*|macosx*)
17167 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17168 then
17169 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17173 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17175 esac
17177 case $host_os in
17178 mingw32*)
17179 CRTLIBS="-lmsvcrt"
17181 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17184 esac
17186 MAIN_BINARY="wine-pthread"
17187 case $host_cpu in
17188 *i[3456789]86*)
17189 case $host_os in
17190 linux* | k*bsd*-gnu)
17191 MAIN_BINARY="wine-glibc"
17193 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17195 freebsd*)
17196 MAIN_BINARY="wine-freebsd"
17198 EXTRA_BINARIES="wine-pthread"
17200 esac
17202 esac
17278 for ac_func in \
17279 _pclose \
17280 _popen \
17281 _snprintf \
17282 _spawnvp \
17283 _strdup \
17284 _stricmp \
17285 _strnicmp \
17286 _strtoi64 \
17287 _strtoui64 \
17288 _vsnprintf \
17289 asctime_r \
17290 chsize \
17291 clone \
17292 dlopen \
17293 epoll_create \
17294 ffs \
17295 finite \
17296 fork \
17297 fpclass \
17298 fstatfs \
17299 fstatvfs \
17300 ftruncate \
17301 futimes \
17302 futimesat \
17303 getdirentries \
17304 getopt_long \
17305 getpagesize \
17306 getpwuid \
17307 gettid \
17308 gettimeofday \
17309 getuid \
17310 inet_ntop \
17311 inet_pton \
17312 kqueue \
17313 lstat \
17314 memmove \
17315 mmap \
17316 pclose \
17317 poll \
17318 popen \
17319 prctl \
17320 pread \
17321 pwrite \
17322 readdir \
17323 readlink \
17324 rfork \
17325 sched_yield \
17326 select \
17327 setproctitle \
17328 setrlimit \
17329 settimeofday \
17330 sigaltstack \
17331 sigprocmask \
17332 snprintf \
17333 socketpair \
17334 spawnvp \
17335 statfs \
17336 statvfs \
17337 strcasecmp \
17338 strdup \
17339 strerror \
17340 strncasecmp \
17341 strtold \
17342 strtoll \
17343 strtoull \
17344 symlink \
17345 tcgetattr \
17346 thr_kill2 \
17347 timegm \
17348 usleep \
17349 vsnprintf \
17350 wait4 \
17351 waitpid \
17354 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17355 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17356 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17357 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17358 echo $ECHO_N "(cached) $ECHO_C" >&6
17359 else
17360 cat >conftest.$ac_ext <<_ACEOF
17361 /* confdefs.h. */
17362 _ACEOF
17363 cat confdefs.h >>conftest.$ac_ext
17364 cat >>conftest.$ac_ext <<_ACEOF
17365 /* end confdefs.h. */
17366 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17367 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17368 #define $ac_func innocuous_$ac_func
17370 /* System header to define __stub macros and hopefully few prototypes,
17371 which can conflict with char $ac_func (); below.
17372 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17373 <limits.h> exists even on freestanding compilers. */
17375 #ifdef __STDC__
17376 # include <limits.h>
17377 #else
17378 # include <assert.h>
17379 #endif
17381 #undef $ac_func
17383 /* Override any GCC internal prototype to avoid an error.
17384 Use char because int might match the return type of a GCC
17385 builtin and then its argument prototype would still apply. */
17386 #ifdef __cplusplus
17387 extern "C"
17388 #endif
17389 char $ac_func ();
17390 /* The GNU C library defines this for functions which it implements
17391 to always fail with ENOSYS. Some functions are actually named
17392 something starting with __ and the normal name is an alias. */
17393 #if defined __stub_$ac_func || defined __stub___$ac_func
17394 choke me
17395 #endif
17398 main ()
17400 return $ac_func ();
17402 return 0;
17404 _ACEOF
17405 rm -f conftest.$ac_objext conftest$ac_exeext
17406 if { (ac_try="$ac_link"
17407 case "(($ac_try" in
17408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17409 *) ac_try_echo=$ac_try;;
17410 esac
17411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17412 (eval "$ac_link") 2>conftest.er1
17413 ac_status=$?
17414 grep -v '^ *+' conftest.er1 >conftest.err
17415 rm -f conftest.er1
17416 cat conftest.err >&5
17417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17418 (exit $ac_status); } && {
17419 test -z "$ac_c_werror_flag" ||
17420 test ! -s conftest.err
17421 } && test -s conftest$ac_exeext &&
17422 $as_test_x conftest$ac_exeext; then
17423 eval "$as_ac_var=yes"
17424 else
17425 echo "$as_me: failed program was:" >&5
17426 sed 's/^/| /' conftest.$ac_ext >&5
17428 eval "$as_ac_var=no"
17431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17432 conftest$ac_exeext conftest.$ac_ext
17434 ac_res=`eval echo '${'$as_ac_var'}'`
17435 { echo "$as_me:$LINENO: result: $ac_res" >&5
17436 echo "${ECHO_T}$ac_res" >&6; }
17437 if test `eval echo '${'$as_ac_var'}'` = yes; then
17438 cat >>confdefs.h <<_ACEOF
17439 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17440 _ACEOF
17443 done
17446 if test "$ac_cv_func_dlopen" = no
17447 then
17448 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17449 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17450 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17451 echo $ECHO_N "(cached) $ECHO_C" >&6
17452 else
17453 ac_check_lib_save_LIBS=$LIBS
17454 LIBS="-ldl $LIBS"
17455 cat >conftest.$ac_ext <<_ACEOF
17456 /* confdefs.h. */
17457 _ACEOF
17458 cat confdefs.h >>conftest.$ac_ext
17459 cat >>conftest.$ac_ext <<_ACEOF
17460 /* end confdefs.h. */
17462 /* Override any GCC internal prototype to avoid an error.
17463 Use char because int might match the return type of a GCC
17464 builtin and then its argument prototype would still apply. */
17465 #ifdef __cplusplus
17466 extern "C"
17467 #endif
17468 char dlopen ();
17470 main ()
17472 return dlopen ();
17474 return 0;
17476 _ACEOF
17477 rm -f conftest.$ac_objext conftest$ac_exeext
17478 if { (ac_try="$ac_link"
17479 case "(($ac_try" in
17480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17481 *) ac_try_echo=$ac_try;;
17482 esac
17483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17484 (eval "$ac_link") 2>conftest.er1
17485 ac_status=$?
17486 grep -v '^ *+' conftest.er1 >conftest.err
17487 rm -f conftest.er1
17488 cat conftest.err >&5
17489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17490 (exit $ac_status); } && {
17491 test -z "$ac_c_werror_flag" ||
17492 test ! -s conftest.err
17493 } && test -s conftest$ac_exeext &&
17494 $as_test_x conftest$ac_exeext; then
17495 ac_cv_lib_dl_dlopen=yes
17496 else
17497 echo "$as_me: failed program was:" >&5
17498 sed 's/^/| /' conftest.$ac_ext >&5
17500 ac_cv_lib_dl_dlopen=no
17503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17504 conftest$ac_exeext conftest.$ac_ext
17505 LIBS=$ac_check_lib_save_LIBS
17507 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17508 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17509 if test $ac_cv_lib_dl_dlopen = yes; then
17510 cat >>confdefs.h <<\_ACEOF
17511 #define HAVE_DLOPEN 1
17512 _ACEOF
17513 LIBDL="-ldl"
17518 ac_wine_check_funcs_save_LIBS="$LIBS"
17519 LIBS="$LIBS $LIBDL"
17521 for ac_func in dladdr
17523 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17524 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17525 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17526 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17527 echo $ECHO_N "(cached) $ECHO_C" >&6
17528 else
17529 cat >conftest.$ac_ext <<_ACEOF
17530 /* confdefs.h. */
17531 _ACEOF
17532 cat confdefs.h >>conftest.$ac_ext
17533 cat >>conftest.$ac_ext <<_ACEOF
17534 /* end confdefs.h. */
17535 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17536 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17537 #define $ac_func innocuous_$ac_func
17539 /* System header to define __stub macros and hopefully few prototypes,
17540 which can conflict with char $ac_func (); below.
17541 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17542 <limits.h> exists even on freestanding compilers. */
17544 #ifdef __STDC__
17545 # include <limits.h>
17546 #else
17547 # include <assert.h>
17548 #endif
17550 #undef $ac_func
17552 /* Override any GCC internal prototype to avoid an error.
17553 Use char because int might match the return type of a GCC
17554 builtin and then its argument prototype would still apply. */
17555 #ifdef __cplusplus
17556 extern "C"
17557 #endif
17558 char $ac_func ();
17559 /* The GNU C library defines this for functions which it implements
17560 to always fail with ENOSYS. Some functions are actually named
17561 something starting with __ and the normal name is an alias. */
17562 #if defined __stub_$ac_func || defined __stub___$ac_func
17563 choke me
17564 #endif
17567 main ()
17569 return $ac_func ();
17571 return 0;
17573 _ACEOF
17574 rm -f conftest.$ac_objext conftest$ac_exeext
17575 if { (ac_try="$ac_link"
17576 case "(($ac_try" in
17577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17578 *) ac_try_echo=$ac_try;;
17579 esac
17580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17581 (eval "$ac_link") 2>conftest.er1
17582 ac_status=$?
17583 grep -v '^ *+' conftest.er1 >conftest.err
17584 rm -f conftest.er1
17585 cat conftest.err >&5
17586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17587 (exit $ac_status); } && {
17588 test -z "$ac_c_werror_flag" ||
17589 test ! -s conftest.err
17590 } && test -s conftest$ac_exeext &&
17591 $as_test_x conftest$ac_exeext; then
17592 eval "$as_ac_var=yes"
17593 else
17594 echo "$as_me: failed program was:" >&5
17595 sed 's/^/| /' conftest.$ac_ext >&5
17597 eval "$as_ac_var=no"
17600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17601 conftest$ac_exeext conftest.$ac_ext
17603 ac_res=`eval echo '${'$as_ac_var'}'`
17604 { echo "$as_me:$LINENO: result: $ac_res" >&5
17605 echo "${ECHO_T}$ac_res" >&6; }
17606 if test `eval echo '${'$as_ac_var'}'` = yes; then
17607 cat >>confdefs.h <<_ACEOF
17608 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17609 _ACEOF
17612 done
17614 LIBS="$ac_wine_check_funcs_save_LIBS"
17616 if test "$ac_cv_func_poll" = no
17617 then
17618 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17619 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17620 if test "${ac_cv_lib_poll_poll+set}" = set; then
17621 echo $ECHO_N "(cached) $ECHO_C" >&6
17622 else
17623 ac_check_lib_save_LIBS=$LIBS
17624 LIBS="-lpoll $LIBS"
17625 cat >conftest.$ac_ext <<_ACEOF
17626 /* confdefs.h. */
17627 _ACEOF
17628 cat confdefs.h >>conftest.$ac_ext
17629 cat >>conftest.$ac_ext <<_ACEOF
17630 /* end confdefs.h. */
17632 /* Override any GCC internal prototype to avoid an error.
17633 Use char because int might match the return type of a GCC
17634 builtin and then its argument prototype would still apply. */
17635 #ifdef __cplusplus
17636 extern "C"
17637 #endif
17638 char poll ();
17640 main ()
17642 return poll ();
17644 return 0;
17646 _ACEOF
17647 rm -f conftest.$ac_objext conftest$ac_exeext
17648 if { (ac_try="$ac_link"
17649 case "(($ac_try" in
17650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17651 *) ac_try_echo=$ac_try;;
17652 esac
17653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17654 (eval "$ac_link") 2>conftest.er1
17655 ac_status=$?
17656 grep -v '^ *+' conftest.er1 >conftest.err
17657 rm -f conftest.er1
17658 cat conftest.err >&5
17659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17660 (exit $ac_status); } && {
17661 test -z "$ac_c_werror_flag" ||
17662 test ! -s conftest.err
17663 } && test -s conftest$ac_exeext &&
17664 $as_test_x conftest$ac_exeext; then
17665 ac_cv_lib_poll_poll=yes
17666 else
17667 echo "$as_me: failed program was:" >&5
17668 sed 's/^/| /' conftest.$ac_ext >&5
17670 ac_cv_lib_poll_poll=no
17673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17674 conftest$ac_exeext conftest.$ac_ext
17675 LIBS=$ac_check_lib_save_LIBS
17677 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17678 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17679 if test $ac_cv_lib_poll_poll = yes; then
17680 cat >>confdefs.h <<\_ACEOF
17681 #define HAVE_POLL 1
17682 _ACEOF
17683 LIBPOLL="-lpoll"
17689 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17690 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17691 if test "${ac_cv_search_gethostbyname+set}" = set; then
17692 echo $ECHO_N "(cached) $ECHO_C" >&6
17693 else
17694 ac_func_search_save_LIBS=$LIBS
17695 cat >conftest.$ac_ext <<_ACEOF
17696 /* confdefs.h. */
17697 _ACEOF
17698 cat confdefs.h >>conftest.$ac_ext
17699 cat >>conftest.$ac_ext <<_ACEOF
17700 /* end confdefs.h. */
17702 /* Override any GCC internal prototype to avoid an error.
17703 Use char because int might match the return type of a GCC
17704 builtin and then its argument prototype would still apply. */
17705 #ifdef __cplusplus
17706 extern "C"
17707 #endif
17708 char gethostbyname ();
17710 main ()
17712 return gethostbyname ();
17714 return 0;
17716 _ACEOF
17717 for ac_lib in '' nsl; do
17718 if test -z "$ac_lib"; then
17719 ac_res="none required"
17720 else
17721 ac_res=-l$ac_lib
17722 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17724 rm -f conftest.$ac_objext conftest$ac_exeext
17725 if { (ac_try="$ac_link"
17726 case "(($ac_try" in
17727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17728 *) ac_try_echo=$ac_try;;
17729 esac
17730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17731 (eval "$ac_link") 2>conftest.er1
17732 ac_status=$?
17733 grep -v '^ *+' conftest.er1 >conftest.err
17734 rm -f conftest.er1
17735 cat conftest.err >&5
17736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17737 (exit $ac_status); } && {
17738 test -z "$ac_c_werror_flag" ||
17739 test ! -s conftest.err
17740 } && test -s conftest$ac_exeext &&
17741 $as_test_x conftest$ac_exeext; then
17742 ac_cv_search_gethostbyname=$ac_res
17743 else
17744 echo "$as_me: failed program was:" >&5
17745 sed 's/^/| /' conftest.$ac_ext >&5
17750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17751 conftest$ac_exeext
17752 if test "${ac_cv_search_gethostbyname+set}" = set; then
17753 break
17755 done
17756 if test "${ac_cv_search_gethostbyname+set}" = set; then
17758 else
17759 ac_cv_search_gethostbyname=no
17761 rm conftest.$ac_ext
17762 LIBS=$ac_func_search_save_LIBS
17764 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17765 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17766 ac_res=$ac_cv_search_gethostbyname
17767 if test "$ac_res" != no; then
17768 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17773 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17774 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17775 if test "${ac_cv_search_connect+set}" = set; then
17776 echo $ECHO_N "(cached) $ECHO_C" >&6
17777 else
17778 ac_func_search_save_LIBS=$LIBS
17779 cat >conftest.$ac_ext <<_ACEOF
17780 /* confdefs.h. */
17781 _ACEOF
17782 cat confdefs.h >>conftest.$ac_ext
17783 cat >>conftest.$ac_ext <<_ACEOF
17784 /* end confdefs.h. */
17786 /* Override any GCC internal prototype to avoid an error.
17787 Use char because int might match the return type of a GCC
17788 builtin and then its argument prototype would still apply. */
17789 #ifdef __cplusplus
17790 extern "C"
17791 #endif
17792 char connect ();
17794 main ()
17796 return connect ();
17798 return 0;
17800 _ACEOF
17801 for ac_lib in '' socket; do
17802 if test -z "$ac_lib"; then
17803 ac_res="none required"
17804 else
17805 ac_res=-l$ac_lib
17806 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17808 rm -f conftest.$ac_objext conftest$ac_exeext
17809 if { (ac_try="$ac_link"
17810 case "(($ac_try" in
17811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17812 *) ac_try_echo=$ac_try;;
17813 esac
17814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17815 (eval "$ac_link") 2>conftest.er1
17816 ac_status=$?
17817 grep -v '^ *+' conftest.er1 >conftest.err
17818 rm -f conftest.er1
17819 cat conftest.err >&5
17820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17821 (exit $ac_status); } && {
17822 test -z "$ac_c_werror_flag" ||
17823 test ! -s conftest.err
17824 } && test -s conftest$ac_exeext &&
17825 $as_test_x conftest$ac_exeext; then
17826 ac_cv_search_connect=$ac_res
17827 else
17828 echo "$as_me: failed program was:" >&5
17829 sed 's/^/| /' conftest.$ac_ext >&5
17834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17835 conftest$ac_exeext
17836 if test "${ac_cv_search_connect+set}" = set; then
17837 break
17839 done
17840 if test "${ac_cv_search_connect+set}" = set; then
17842 else
17843 ac_cv_search_connect=no
17845 rm conftest.$ac_ext
17846 LIBS=$ac_func_search_save_LIBS
17848 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17849 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17850 ac_res=$ac_cv_search_connect
17851 if test "$ac_res" != no; then
17852 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17857 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17858 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17859 if test "${ac_cv_search_inet_aton+set}" = set; then
17860 echo $ECHO_N "(cached) $ECHO_C" >&6
17861 else
17862 ac_func_search_save_LIBS=$LIBS
17863 cat >conftest.$ac_ext <<_ACEOF
17864 /* confdefs.h. */
17865 _ACEOF
17866 cat confdefs.h >>conftest.$ac_ext
17867 cat >>conftest.$ac_ext <<_ACEOF
17868 /* end confdefs.h. */
17870 /* Override any GCC internal prototype to avoid an error.
17871 Use char because int might match the return type of a GCC
17872 builtin and then its argument prototype would still apply. */
17873 #ifdef __cplusplus
17874 extern "C"
17875 #endif
17876 char inet_aton ();
17878 main ()
17880 return inet_aton ();
17882 return 0;
17884 _ACEOF
17885 for ac_lib in '' resolv; do
17886 if test -z "$ac_lib"; then
17887 ac_res="none required"
17888 else
17889 ac_res=-l$ac_lib
17890 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17892 rm -f conftest.$ac_objext conftest$ac_exeext
17893 if { (ac_try="$ac_link"
17894 case "(($ac_try" in
17895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17896 *) ac_try_echo=$ac_try;;
17897 esac
17898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17899 (eval "$ac_link") 2>conftest.er1
17900 ac_status=$?
17901 grep -v '^ *+' conftest.er1 >conftest.err
17902 rm -f conftest.er1
17903 cat conftest.err >&5
17904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17905 (exit $ac_status); } && {
17906 test -z "$ac_c_werror_flag" ||
17907 test ! -s conftest.err
17908 } && test -s conftest$ac_exeext &&
17909 $as_test_x conftest$ac_exeext; then
17910 ac_cv_search_inet_aton=$ac_res
17911 else
17912 echo "$as_me: failed program was:" >&5
17913 sed 's/^/| /' conftest.$ac_ext >&5
17918 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17919 conftest$ac_exeext
17920 if test "${ac_cv_search_inet_aton+set}" = set; then
17921 break
17923 done
17924 if test "${ac_cv_search_inet_aton+set}" = set; then
17926 else
17927 ac_cv_search_inet_aton=no
17929 rm conftest.$ac_ext
17930 LIBS=$ac_func_search_save_LIBS
17932 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17933 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17934 ac_res=$ac_cv_search_inet_aton
17935 if test "$ac_res" != no; then
17936 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17949 for ac_func in \
17950 getaddrinfo \
17951 getnameinfo \
17952 getnetbyname \
17953 getprotobyname \
17954 getprotobynumber \
17955 getservbyport \
17956 inet_network \
17957 sendmsg \
17960 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17961 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17962 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17963 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17964 echo $ECHO_N "(cached) $ECHO_C" >&6
17965 else
17966 cat >conftest.$ac_ext <<_ACEOF
17967 /* confdefs.h. */
17968 _ACEOF
17969 cat confdefs.h >>conftest.$ac_ext
17970 cat >>conftest.$ac_ext <<_ACEOF
17971 /* end confdefs.h. */
17972 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17973 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17974 #define $ac_func innocuous_$ac_func
17976 /* System header to define __stub macros and hopefully few prototypes,
17977 which can conflict with char $ac_func (); below.
17978 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17979 <limits.h> exists even on freestanding compilers. */
17981 #ifdef __STDC__
17982 # include <limits.h>
17983 #else
17984 # include <assert.h>
17985 #endif
17987 #undef $ac_func
17989 /* Override any GCC internal prototype to avoid an error.
17990 Use char because int might match the return type of a GCC
17991 builtin and then its argument prototype would still apply. */
17992 #ifdef __cplusplus
17993 extern "C"
17994 #endif
17995 char $ac_func ();
17996 /* The GNU C library defines this for functions which it implements
17997 to always fail with ENOSYS. Some functions are actually named
17998 something starting with __ and the normal name is an alias. */
17999 #if defined __stub_$ac_func || defined __stub___$ac_func
18000 choke me
18001 #endif
18004 main ()
18006 return $ac_func ();
18008 return 0;
18010 _ACEOF
18011 rm -f conftest.$ac_objext conftest$ac_exeext
18012 if { (ac_try="$ac_link"
18013 case "(($ac_try" in
18014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18015 *) ac_try_echo=$ac_try;;
18016 esac
18017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18018 (eval "$ac_link") 2>conftest.er1
18019 ac_status=$?
18020 grep -v '^ *+' conftest.er1 >conftest.err
18021 rm -f conftest.er1
18022 cat conftest.err >&5
18023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18024 (exit $ac_status); } && {
18025 test -z "$ac_c_werror_flag" ||
18026 test ! -s conftest.err
18027 } && test -s conftest$ac_exeext &&
18028 $as_test_x conftest$ac_exeext; then
18029 eval "$as_ac_var=yes"
18030 else
18031 echo "$as_me: failed program was:" >&5
18032 sed 's/^/| /' conftest.$ac_ext >&5
18034 eval "$as_ac_var=no"
18037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18038 conftest$ac_exeext conftest.$ac_ext
18040 ac_res=`eval echo '${'$as_ac_var'}'`
18041 { echo "$as_me:$LINENO: result: $ac_res" >&5
18042 echo "${ECHO_T}$ac_res" >&6; }
18043 if test `eval echo '${'$as_ac_var'}'` = yes; then
18044 cat >>confdefs.h <<_ACEOF
18045 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18046 _ACEOF
18049 done
18052 LDAPLIBS=""
18054 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18055 then
18056 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18057 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18058 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18059 echo $ECHO_N "(cached) $ECHO_C" >&6
18060 else
18061 cat >conftest.$ac_ext <<_ACEOF
18062 /* confdefs.h. */
18063 _ACEOF
18064 cat confdefs.h >>conftest.$ac_ext
18065 cat >>conftest.$ac_ext <<_ACEOF
18066 /* end confdefs.h. */
18067 #include <ldap.h>
18069 typedef LDAPSortKey ac__type_new_;
18071 main ()
18073 if ((ac__type_new_ *) 0)
18074 return 0;
18075 if (sizeof (ac__type_new_))
18076 return 0;
18078 return 0;
18080 _ACEOF
18081 rm -f conftest.$ac_objext
18082 if { (ac_try="$ac_compile"
18083 case "(($ac_try" in
18084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18085 *) ac_try_echo=$ac_try;;
18086 esac
18087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18088 (eval "$ac_compile") 2>conftest.er1
18089 ac_status=$?
18090 grep -v '^ *+' conftest.er1 >conftest.err
18091 rm -f conftest.er1
18092 cat conftest.err >&5
18093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18094 (exit $ac_status); } && {
18095 test -z "$ac_c_werror_flag" ||
18096 test ! -s conftest.err
18097 } && test -s conftest.$ac_objext; then
18098 ac_cv_type_LDAPSortKey=yes
18099 else
18100 echo "$as_me: failed program was:" >&5
18101 sed 's/^/| /' conftest.$ac_ext >&5
18103 ac_cv_type_LDAPSortKey=no
18106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18108 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18109 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18110 if test $ac_cv_type_LDAPSortKey = yes; then
18111 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18112 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18113 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18114 echo $ECHO_N "(cached) $ECHO_C" >&6
18115 else
18116 ac_check_lib_save_LIBS=$LIBS
18117 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18118 cat >conftest.$ac_ext <<_ACEOF
18119 /* confdefs.h. */
18120 _ACEOF
18121 cat confdefs.h >>conftest.$ac_ext
18122 cat >>conftest.$ac_ext <<_ACEOF
18123 /* end confdefs.h. */
18125 /* Override any GCC internal prototype to avoid an error.
18126 Use char because int might match the return type of a GCC
18127 builtin and then its argument prototype would still apply. */
18128 #ifdef __cplusplus
18129 extern "C"
18130 #endif
18131 char ldap_initialize ();
18133 main ()
18135 return ldap_initialize ();
18137 return 0;
18139 _ACEOF
18140 rm -f conftest.$ac_objext conftest$ac_exeext
18141 if { (ac_try="$ac_link"
18142 case "(($ac_try" in
18143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18144 *) ac_try_echo=$ac_try;;
18145 esac
18146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18147 (eval "$ac_link") 2>conftest.er1
18148 ac_status=$?
18149 grep -v '^ *+' conftest.er1 >conftest.err
18150 rm -f conftest.er1
18151 cat conftest.err >&5
18152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18153 (exit $ac_status); } && {
18154 test -z "$ac_c_werror_flag" ||
18155 test ! -s conftest.err
18156 } && test -s conftest$ac_exeext &&
18157 $as_test_x conftest$ac_exeext; then
18158 ac_cv_lib_ldap_r_ldap_initialize=yes
18159 else
18160 echo "$as_me: failed program was:" >&5
18161 sed 's/^/| /' conftest.$ac_ext >&5
18163 ac_cv_lib_ldap_r_ldap_initialize=no
18166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18167 conftest$ac_exeext conftest.$ac_ext
18168 LIBS=$ac_check_lib_save_LIBS
18170 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18171 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18172 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18173 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18174 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18175 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18176 echo $ECHO_N "(cached) $ECHO_C" >&6
18177 else
18178 ac_check_lib_save_LIBS=$LIBS
18179 LIBS="-llber $LIBPTHREAD $LIBS"
18180 cat >conftest.$ac_ext <<_ACEOF
18181 /* confdefs.h. */
18182 _ACEOF
18183 cat confdefs.h >>conftest.$ac_ext
18184 cat >>conftest.$ac_ext <<_ACEOF
18185 /* end confdefs.h. */
18187 /* Override any GCC internal prototype to avoid an error.
18188 Use char because int might match the return type of a GCC
18189 builtin and then its argument prototype would still apply. */
18190 #ifdef __cplusplus
18191 extern "C"
18192 #endif
18193 char ber_init ();
18195 main ()
18197 return ber_init ();
18199 return 0;
18201 _ACEOF
18202 rm -f conftest.$ac_objext conftest$ac_exeext
18203 if { (ac_try="$ac_link"
18204 case "(($ac_try" in
18205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18206 *) ac_try_echo=$ac_try;;
18207 esac
18208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18209 (eval "$ac_link") 2>conftest.er1
18210 ac_status=$?
18211 grep -v '^ *+' conftest.er1 >conftest.err
18212 rm -f conftest.er1
18213 cat conftest.err >&5
18214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18215 (exit $ac_status); } && {
18216 test -z "$ac_c_werror_flag" ||
18217 test ! -s conftest.err
18218 } && test -s conftest$ac_exeext &&
18219 $as_test_x conftest$ac_exeext; then
18220 ac_cv_lib_lber_ber_init=yes
18221 else
18222 echo "$as_me: failed program was:" >&5
18223 sed 's/^/| /' conftest.$ac_ext >&5
18225 ac_cv_lib_lber_ber_init=no
18228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18229 conftest$ac_exeext conftest.$ac_ext
18230 LIBS=$ac_check_lib_save_LIBS
18232 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18233 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18234 if test $ac_cv_lib_lber_ber_init = yes; then
18236 cat >>confdefs.h <<\_ACEOF
18237 #define HAVE_LDAP 1
18238 _ACEOF
18240 LDAPLIBS="-lldap_r -llber"
18247 ac_wine_check_funcs_save_LIBS="$LIBS"
18248 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18257 for ac_func in \
18258 ldap_count_references \
18259 ldap_first_reference \
18260 ldap_next_reference \
18261 ldap_parse_reference \
18262 ldap_parse_sort_control \
18263 ldap_parse_sortresponse_control \
18264 ldap_parse_vlv_control \
18265 ldap_parse_vlvresponse_control
18267 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18268 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18269 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18270 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18271 echo $ECHO_N "(cached) $ECHO_C" >&6
18272 else
18273 cat >conftest.$ac_ext <<_ACEOF
18274 /* confdefs.h. */
18275 _ACEOF
18276 cat confdefs.h >>conftest.$ac_ext
18277 cat >>conftest.$ac_ext <<_ACEOF
18278 /* end confdefs.h. */
18279 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18280 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18281 #define $ac_func innocuous_$ac_func
18283 /* System header to define __stub macros and hopefully few prototypes,
18284 which can conflict with char $ac_func (); below.
18285 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18286 <limits.h> exists even on freestanding compilers. */
18288 #ifdef __STDC__
18289 # include <limits.h>
18290 #else
18291 # include <assert.h>
18292 #endif
18294 #undef $ac_func
18296 /* Override any GCC internal prototype to avoid an error.
18297 Use char because int might match the return type of a GCC
18298 builtin and then its argument prototype would still apply. */
18299 #ifdef __cplusplus
18300 extern "C"
18301 #endif
18302 char $ac_func ();
18303 /* The GNU C library defines this for functions which it implements
18304 to always fail with ENOSYS. Some functions are actually named
18305 something starting with __ and the normal name is an alias. */
18306 #if defined __stub_$ac_func || defined __stub___$ac_func
18307 choke me
18308 #endif
18311 main ()
18313 return $ac_func ();
18315 return 0;
18317 _ACEOF
18318 rm -f conftest.$ac_objext conftest$ac_exeext
18319 if { (ac_try="$ac_link"
18320 case "(($ac_try" in
18321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18322 *) ac_try_echo=$ac_try;;
18323 esac
18324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18325 (eval "$ac_link") 2>conftest.er1
18326 ac_status=$?
18327 grep -v '^ *+' conftest.er1 >conftest.err
18328 rm -f conftest.er1
18329 cat conftest.err >&5
18330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18331 (exit $ac_status); } && {
18332 test -z "$ac_c_werror_flag" ||
18333 test ! -s conftest.err
18334 } && test -s conftest$ac_exeext &&
18335 $as_test_x conftest$ac_exeext; then
18336 eval "$as_ac_var=yes"
18337 else
18338 echo "$as_me: failed program was:" >&5
18339 sed 's/^/| /' conftest.$ac_ext >&5
18341 eval "$as_ac_var=no"
18344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18345 conftest$ac_exeext conftest.$ac_ext
18347 ac_res=`eval echo '${'$as_ac_var'}'`
18348 { echo "$as_me:$LINENO: result: $ac_res" >&5
18349 echo "${ECHO_T}$ac_res" >&6; }
18350 if test `eval echo '${'$as_ac_var'}'` = yes; then
18351 cat >>confdefs.h <<_ACEOF
18352 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18353 _ACEOF
18356 done
18358 LIBS="$ac_wine_check_funcs_save_LIBS"
18360 if test "x$LDAPLIBS" = "x"; then
18361 case "x$with_ldap" in
18362 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18363 xno) ;;
18364 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18365 This is an error since --with-ldap was requested." >&5
18366 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18367 This is an error since --with-ldap was requested." >&2;}
18368 { (exit 1); exit 1; }; } ;;
18369 esac
18373 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18374 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18375 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18376 echo $ECHO_N "(cached) $ECHO_C" >&6
18377 else
18378 cat >conftest.$ac_ext <<_ACEOF
18379 /* confdefs.h. */
18380 _ACEOF
18381 cat confdefs.h >>conftest.$ac_ext
18382 cat >>conftest.$ac_ext <<_ACEOF
18383 /* end confdefs.h. */
18384 #include <sys/stat.h>
18386 main ()
18388 mkdir("foo");
18390 return 0;
18392 _ACEOF
18393 rm -f conftest.$ac_objext
18394 if { (ac_try="$ac_compile"
18395 case "(($ac_try" in
18396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18397 *) ac_try_echo=$ac_try;;
18398 esac
18399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18400 (eval "$ac_compile") 2>conftest.er1
18401 ac_status=$?
18402 grep -v '^ *+' conftest.er1 >conftest.err
18403 rm -f conftest.er1
18404 cat conftest.err >&5
18405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18406 (exit $ac_status); } && {
18407 test -z "$ac_c_werror_flag" ||
18408 test ! -s conftest.err
18409 } && test -s conftest.$ac_objext; then
18410 wine_cv_one_arg_mkdir=yes
18411 else
18412 echo "$as_me: failed program was:" >&5
18413 sed 's/^/| /' conftest.$ac_ext >&5
18415 wine_cv_one_arg_mkdir=no
18418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18420 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18421 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18422 if test "$wine_cv_one_arg_mkdir" = "yes"
18423 then
18425 cat >>confdefs.h <<\_ACEOF
18426 #define HAVE_ONE_ARG_MKDIR 1
18427 _ACEOF
18432 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18433 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18434 if test "${ac_cv_c_const+set}" = set; then
18435 echo $ECHO_N "(cached) $ECHO_C" >&6
18436 else
18437 cat >conftest.$ac_ext <<_ACEOF
18438 /* confdefs.h. */
18439 _ACEOF
18440 cat confdefs.h >>conftest.$ac_ext
18441 cat >>conftest.$ac_ext <<_ACEOF
18442 /* end confdefs.h. */
18445 main ()
18447 /* FIXME: Include the comments suggested by Paul. */
18448 #ifndef __cplusplus
18449 /* Ultrix mips cc rejects this. */
18450 typedef int charset[2];
18451 const charset cs;
18452 /* SunOS 4.1.1 cc rejects this. */
18453 char const *const *pcpcc;
18454 char **ppc;
18455 /* NEC SVR4.0.2 mips cc rejects this. */
18456 struct point {int x, y;};
18457 static struct point const zero = {0,0};
18458 /* AIX XL C 1.02.0.0 rejects this.
18459 It does not let you subtract one const X* pointer from another in
18460 an arm of an if-expression whose if-part is not a constant
18461 expression */
18462 const char *g = "string";
18463 pcpcc = &g + (g ? g-g : 0);
18464 /* HPUX 7.0 cc rejects these. */
18465 ++pcpcc;
18466 ppc = (char**) pcpcc;
18467 pcpcc = (char const *const *) ppc;
18468 { /* SCO 3.2v4 cc rejects this. */
18469 char *t;
18470 char const *s = 0 ? (char *) 0 : (char const *) 0;
18472 *t++ = 0;
18473 if (s) return 0;
18475 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18476 int x[] = {25, 17};
18477 const int *foo = &x[0];
18478 ++foo;
18480 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18481 typedef const int *iptr;
18482 iptr p = 0;
18483 ++p;
18485 { /* AIX XL C 1.02.0.0 rejects this saying
18486 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18487 struct s { int j; const int *ap[3]; };
18488 struct s *b; b->j = 5;
18490 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18491 const int foo = 10;
18492 if (!foo) return 0;
18494 return !cs[0] && !zero.x;
18495 #endif
18498 return 0;
18500 _ACEOF
18501 rm -f conftest.$ac_objext
18502 if { (ac_try="$ac_compile"
18503 case "(($ac_try" in
18504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18505 *) ac_try_echo=$ac_try;;
18506 esac
18507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18508 (eval "$ac_compile") 2>conftest.er1
18509 ac_status=$?
18510 grep -v '^ *+' conftest.er1 >conftest.err
18511 rm -f conftest.er1
18512 cat conftest.err >&5
18513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18514 (exit $ac_status); } && {
18515 test -z "$ac_c_werror_flag" ||
18516 test ! -s conftest.err
18517 } && test -s conftest.$ac_objext; then
18518 ac_cv_c_const=yes
18519 else
18520 echo "$as_me: failed program was:" >&5
18521 sed 's/^/| /' conftest.$ac_ext >&5
18523 ac_cv_c_const=no
18526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18528 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18529 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18530 if test $ac_cv_c_const = no; then
18532 cat >>confdefs.h <<\_ACEOF
18533 #define const
18534 _ACEOF
18538 { echo "$as_me:$LINENO: checking for inline" >&5
18539 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18540 if test "${ac_cv_c_inline+set}" = set; then
18541 echo $ECHO_N "(cached) $ECHO_C" >&6
18542 else
18543 ac_cv_c_inline=no
18544 for ac_kw in inline __inline__ __inline; do
18545 cat >conftest.$ac_ext <<_ACEOF
18546 /* confdefs.h. */
18547 _ACEOF
18548 cat confdefs.h >>conftest.$ac_ext
18549 cat >>conftest.$ac_ext <<_ACEOF
18550 /* end confdefs.h. */
18551 #ifndef __cplusplus
18552 typedef int foo_t;
18553 static $ac_kw foo_t static_foo () {return 0; }
18554 $ac_kw foo_t foo () {return 0; }
18555 #endif
18557 _ACEOF
18558 rm -f conftest.$ac_objext
18559 if { (ac_try="$ac_compile"
18560 case "(($ac_try" in
18561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18562 *) ac_try_echo=$ac_try;;
18563 esac
18564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18565 (eval "$ac_compile") 2>conftest.er1
18566 ac_status=$?
18567 grep -v '^ *+' conftest.er1 >conftest.err
18568 rm -f conftest.er1
18569 cat conftest.err >&5
18570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18571 (exit $ac_status); } && {
18572 test -z "$ac_c_werror_flag" ||
18573 test ! -s conftest.err
18574 } && test -s conftest.$ac_objext; then
18575 ac_cv_c_inline=$ac_kw
18576 else
18577 echo "$as_me: failed program was:" >&5
18578 sed 's/^/| /' conftest.$ac_ext >&5
18583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18584 test "$ac_cv_c_inline" != no && break
18585 done
18588 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18589 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18592 case $ac_cv_c_inline in
18593 inline | yes) ;;
18595 case $ac_cv_c_inline in
18596 no) ac_val=;;
18597 *) ac_val=$ac_cv_c_inline;;
18598 esac
18599 cat >>confdefs.h <<_ACEOF
18600 #ifndef __cplusplus
18601 #define inline $ac_val
18602 #endif
18603 _ACEOF
18605 esac
18607 { echo "$as_me:$LINENO: checking for mode_t" >&5
18608 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18609 if test "${ac_cv_type_mode_t+set}" = set; then
18610 echo $ECHO_N "(cached) $ECHO_C" >&6
18611 else
18612 cat >conftest.$ac_ext <<_ACEOF
18613 /* confdefs.h. */
18614 _ACEOF
18615 cat confdefs.h >>conftest.$ac_ext
18616 cat >>conftest.$ac_ext <<_ACEOF
18617 /* end confdefs.h. */
18618 $ac_includes_default
18619 typedef mode_t ac__type_new_;
18621 main ()
18623 if ((ac__type_new_ *) 0)
18624 return 0;
18625 if (sizeof (ac__type_new_))
18626 return 0;
18628 return 0;
18630 _ACEOF
18631 rm -f conftest.$ac_objext
18632 if { (ac_try="$ac_compile"
18633 case "(($ac_try" in
18634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18635 *) ac_try_echo=$ac_try;;
18636 esac
18637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18638 (eval "$ac_compile") 2>conftest.er1
18639 ac_status=$?
18640 grep -v '^ *+' conftest.er1 >conftest.err
18641 rm -f conftest.er1
18642 cat conftest.err >&5
18643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18644 (exit $ac_status); } && {
18645 test -z "$ac_c_werror_flag" ||
18646 test ! -s conftest.err
18647 } && test -s conftest.$ac_objext; then
18648 ac_cv_type_mode_t=yes
18649 else
18650 echo "$as_me: failed program was:" >&5
18651 sed 's/^/| /' conftest.$ac_ext >&5
18653 ac_cv_type_mode_t=no
18656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18658 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18659 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18660 if test $ac_cv_type_mode_t = yes; then
18662 cat >>confdefs.h <<_ACEOF
18663 #define HAVE_MODE_T 1
18664 _ACEOF
18668 { echo "$as_me:$LINENO: checking for off_t" >&5
18669 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18670 if test "${ac_cv_type_off_t+set}" = set; then
18671 echo $ECHO_N "(cached) $ECHO_C" >&6
18672 else
18673 cat >conftest.$ac_ext <<_ACEOF
18674 /* confdefs.h. */
18675 _ACEOF
18676 cat confdefs.h >>conftest.$ac_ext
18677 cat >>conftest.$ac_ext <<_ACEOF
18678 /* end confdefs.h. */
18679 $ac_includes_default
18680 typedef off_t ac__type_new_;
18682 main ()
18684 if ((ac__type_new_ *) 0)
18685 return 0;
18686 if (sizeof (ac__type_new_))
18687 return 0;
18689 return 0;
18691 _ACEOF
18692 rm -f conftest.$ac_objext
18693 if { (ac_try="$ac_compile"
18694 case "(($ac_try" in
18695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18696 *) ac_try_echo=$ac_try;;
18697 esac
18698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18699 (eval "$ac_compile") 2>conftest.er1
18700 ac_status=$?
18701 grep -v '^ *+' conftest.er1 >conftest.err
18702 rm -f conftest.er1
18703 cat conftest.err >&5
18704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18705 (exit $ac_status); } && {
18706 test -z "$ac_c_werror_flag" ||
18707 test ! -s conftest.err
18708 } && test -s conftest.$ac_objext; then
18709 ac_cv_type_off_t=yes
18710 else
18711 echo "$as_me: failed program was:" >&5
18712 sed 's/^/| /' conftest.$ac_ext >&5
18714 ac_cv_type_off_t=no
18717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18719 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18720 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18721 if test $ac_cv_type_off_t = yes; then
18723 cat >>confdefs.h <<_ACEOF
18724 #define HAVE_OFF_T 1
18725 _ACEOF
18729 { echo "$as_me:$LINENO: checking for pid_t" >&5
18730 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18731 if test "${ac_cv_type_pid_t+set}" = set; then
18732 echo $ECHO_N "(cached) $ECHO_C" >&6
18733 else
18734 cat >conftest.$ac_ext <<_ACEOF
18735 /* confdefs.h. */
18736 _ACEOF
18737 cat confdefs.h >>conftest.$ac_ext
18738 cat >>conftest.$ac_ext <<_ACEOF
18739 /* end confdefs.h. */
18740 $ac_includes_default
18741 typedef pid_t ac__type_new_;
18743 main ()
18745 if ((ac__type_new_ *) 0)
18746 return 0;
18747 if (sizeof (ac__type_new_))
18748 return 0;
18750 return 0;
18752 _ACEOF
18753 rm -f conftest.$ac_objext
18754 if { (ac_try="$ac_compile"
18755 case "(($ac_try" in
18756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18757 *) ac_try_echo=$ac_try;;
18758 esac
18759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18760 (eval "$ac_compile") 2>conftest.er1
18761 ac_status=$?
18762 grep -v '^ *+' conftest.er1 >conftest.err
18763 rm -f conftest.er1
18764 cat conftest.err >&5
18765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18766 (exit $ac_status); } && {
18767 test -z "$ac_c_werror_flag" ||
18768 test ! -s conftest.err
18769 } && test -s conftest.$ac_objext; then
18770 ac_cv_type_pid_t=yes
18771 else
18772 echo "$as_me: failed program was:" >&5
18773 sed 's/^/| /' conftest.$ac_ext >&5
18775 ac_cv_type_pid_t=no
18778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18780 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18781 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18782 if test $ac_cv_type_pid_t = yes; then
18784 cat >>confdefs.h <<_ACEOF
18785 #define HAVE_PID_T 1
18786 _ACEOF
18790 { echo "$as_me:$LINENO: checking for size_t" >&5
18791 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18792 if test "${ac_cv_type_size_t+set}" = set; then
18793 echo $ECHO_N "(cached) $ECHO_C" >&6
18794 else
18795 cat >conftest.$ac_ext <<_ACEOF
18796 /* confdefs.h. */
18797 _ACEOF
18798 cat confdefs.h >>conftest.$ac_ext
18799 cat >>conftest.$ac_ext <<_ACEOF
18800 /* end confdefs.h. */
18801 $ac_includes_default
18802 typedef size_t ac__type_new_;
18804 main ()
18806 if ((ac__type_new_ *) 0)
18807 return 0;
18808 if (sizeof (ac__type_new_))
18809 return 0;
18811 return 0;
18813 _ACEOF
18814 rm -f conftest.$ac_objext
18815 if { (ac_try="$ac_compile"
18816 case "(($ac_try" in
18817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18818 *) ac_try_echo=$ac_try;;
18819 esac
18820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18821 (eval "$ac_compile") 2>conftest.er1
18822 ac_status=$?
18823 grep -v '^ *+' conftest.er1 >conftest.err
18824 rm -f conftest.er1
18825 cat conftest.err >&5
18826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18827 (exit $ac_status); } && {
18828 test -z "$ac_c_werror_flag" ||
18829 test ! -s conftest.err
18830 } && test -s conftest.$ac_objext; then
18831 ac_cv_type_size_t=yes
18832 else
18833 echo "$as_me: failed program was:" >&5
18834 sed 's/^/| /' conftest.$ac_ext >&5
18836 ac_cv_type_size_t=no
18839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18841 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18842 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18843 if test $ac_cv_type_size_t = yes; then
18845 cat >>confdefs.h <<_ACEOF
18846 #define HAVE_SIZE_T 1
18847 _ACEOF
18851 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18852 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18853 if test "${ac_cv_type_ssize_t+set}" = set; then
18854 echo $ECHO_N "(cached) $ECHO_C" >&6
18855 else
18856 cat >conftest.$ac_ext <<_ACEOF
18857 /* confdefs.h. */
18858 _ACEOF
18859 cat confdefs.h >>conftest.$ac_ext
18860 cat >>conftest.$ac_ext <<_ACEOF
18861 /* end confdefs.h. */
18862 $ac_includes_default
18863 typedef ssize_t ac__type_new_;
18865 main ()
18867 if ((ac__type_new_ *) 0)
18868 return 0;
18869 if (sizeof (ac__type_new_))
18870 return 0;
18872 return 0;
18874 _ACEOF
18875 rm -f conftest.$ac_objext
18876 if { (ac_try="$ac_compile"
18877 case "(($ac_try" in
18878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18879 *) ac_try_echo=$ac_try;;
18880 esac
18881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18882 (eval "$ac_compile") 2>conftest.er1
18883 ac_status=$?
18884 grep -v '^ *+' conftest.er1 >conftest.err
18885 rm -f conftest.er1
18886 cat conftest.err >&5
18887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18888 (exit $ac_status); } && {
18889 test -z "$ac_c_werror_flag" ||
18890 test ! -s conftest.err
18891 } && test -s conftest.$ac_objext; then
18892 ac_cv_type_ssize_t=yes
18893 else
18894 echo "$as_me: failed program was:" >&5
18895 sed 's/^/| /' conftest.$ac_ext >&5
18897 ac_cv_type_ssize_t=no
18900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18902 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18903 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18904 if test $ac_cv_type_ssize_t = yes; then
18906 cat >>confdefs.h <<_ACEOF
18907 #define HAVE_SSIZE_T 1
18908 _ACEOF
18912 { echo "$as_me:$LINENO: checking for long long" >&5
18913 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18914 if test "${ac_cv_type_long_long+set}" = set; then
18915 echo $ECHO_N "(cached) $ECHO_C" >&6
18916 else
18917 cat >conftest.$ac_ext <<_ACEOF
18918 /* confdefs.h. */
18919 _ACEOF
18920 cat confdefs.h >>conftest.$ac_ext
18921 cat >>conftest.$ac_ext <<_ACEOF
18922 /* end confdefs.h. */
18923 $ac_includes_default
18924 typedef long long ac__type_new_;
18926 main ()
18928 if ((ac__type_new_ *) 0)
18929 return 0;
18930 if (sizeof (ac__type_new_))
18931 return 0;
18933 return 0;
18935 _ACEOF
18936 rm -f conftest.$ac_objext
18937 if { (ac_try="$ac_compile"
18938 case "(($ac_try" in
18939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18940 *) ac_try_echo=$ac_try;;
18941 esac
18942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18943 (eval "$ac_compile") 2>conftest.er1
18944 ac_status=$?
18945 grep -v '^ *+' conftest.er1 >conftest.err
18946 rm -f conftest.er1
18947 cat conftest.err >&5
18948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18949 (exit $ac_status); } && {
18950 test -z "$ac_c_werror_flag" ||
18951 test ! -s conftest.err
18952 } && test -s conftest.$ac_objext; then
18953 ac_cv_type_long_long=yes
18954 else
18955 echo "$as_me: failed program was:" >&5
18956 sed 's/^/| /' conftest.$ac_ext >&5
18958 ac_cv_type_long_long=no
18961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18963 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18964 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18965 if test $ac_cv_type_long_long = yes; then
18967 cat >>confdefs.h <<_ACEOF
18968 #define HAVE_LONG_LONG 1
18969 _ACEOF
18973 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18974 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18975 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18976 echo $ECHO_N "(cached) $ECHO_C" >&6
18977 else
18978 cat >conftest.$ac_ext <<_ACEOF
18979 /* confdefs.h. */
18980 _ACEOF
18981 cat confdefs.h >>conftest.$ac_ext
18982 cat >>conftest.$ac_ext <<_ACEOF
18983 /* end confdefs.h. */
18984 $ac_includes_default
18985 typedef fsblkcnt_t ac__type_new_;
18987 main ()
18989 if ((ac__type_new_ *) 0)
18990 return 0;
18991 if (sizeof (ac__type_new_))
18992 return 0;
18994 return 0;
18996 _ACEOF
18997 rm -f conftest.$ac_objext
18998 if { (ac_try="$ac_compile"
18999 case "(($ac_try" in
19000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19001 *) ac_try_echo=$ac_try;;
19002 esac
19003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19004 (eval "$ac_compile") 2>conftest.er1
19005 ac_status=$?
19006 grep -v '^ *+' conftest.er1 >conftest.err
19007 rm -f conftest.er1
19008 cat conftest.err >&5
19009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19010 (exit $ac_status); } && {
19011 test -z "$ac_c_werror_flag" ||
19012 test ! -s conftest.err
19013 } && test -s conftest.$ac_objext; then
19014 ac_cv_type_fsblkcnt_t=yes
19015 else
19016 echo "$as_me: failed program was:" >&5
19017 sed 's/^/| /' conftest.$ac_ext >&5
19019 ac_cv_type_fsblkcnt_t=no
19022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19024 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19025 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19026 if test $ac_cv_type_fsblkcnt_t = yes; then
19028 cat >>confdefs.h <<_ACEOF
19029 #define HAVE_FSBLKCNT_T 1
19030 _ACEOF
19034 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19035 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19036 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19037 echo $ECHO_N "(cached) $ECHO_C" >&6
19038 else
19039 cat >conftest.$ac_ext <<_ACEOF
19040 /* confdefs.h. */
19041 _ACEOF
19042 cat confdefs.h >>conftest.$ac_ext
19043 cat >>conftest.$ac_ext <<_ACEOF
19044 /* end confdefs.h. */
19045 $ac_includes_default
19046 typedef fsfilcnt_t ac__type_new_;
19048 main ()
19050 if ((ac__type_new_ *) 0)
19051 return 0;
19052 if (sizeof (ac__type_new_))
19053 return 0;
19055 return 0;
19057 _ACEOF
19058 rm -f conftest.$ac_objext
19059 if { (ac_try="$ac_compile"
19060 case "(($ac_try" in
19061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19062 *) ac_try_echo=$ac_try;;
19063 esac
19064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19065 (eval "$ac_compile") 2>conftest.er1
19066 ac_status=$?
19067 grep -v '^ *+' conftest.er1 >conftest.err
19068 rm -f conftest.er1
19069 cat conftest.err >&5
19070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19071 (exit $ac_status); } && {
19072 test -z "$ac_c_werror_flag" ||
19073 test ! -s conftest.err
19074 } && test -s conftest.$ac_objext; then
19075 ac_cv_type_fsfilcnt_t=yes
19076 else
19077 echo "$as_me: failed program was:" >&5
19078 sed 's/^/| /' conftest.$ac_ext >&5
19080 ac_cv_type_fsfilcnt_t=no
19083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19085 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19086 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19087 if test $ac_cv_type_fsfilcnt_t = yes; then
19089 cat >>confdefs.h <<_ACEOF
19090 #define HAVE_FSFILCNT_T 1
19091 _ACEOF
19096 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19097 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19098 if test "${ac_cv_type_sigset_t+set}" = set; then
19099 echo $ECHO_N "(cached) $ECHO_C" >&6
19100 else
19101 cat >conftest.$ac_ext <<_ACEOF
19102 /* confdefs.h. */
19103 _ACEOF
19104 cat confdefs.h >>conftest.$ac_ext
19105 cat >>conftest.$ac_ext <<_ACEOF
19106 /* end confdefs.h. */
19107 #include <sys/types.h>
19108 #include <signal.h>
19110 typedef sigset_t ac__type_new_;
19112 main ()
19114 if ((ac__type_new_ *) 0)
19115 return 0;
19116 if (sizeof (ac__type_new_))
19117 return 0;
19119 return 0;
19121 _ACEOF
19122 rm -f conftest.$ac_objext
19123 if { (ac_try="$ac_compile"
19124 case "(($ac_try" in
19125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19126 *) ac_try_echo=$ac_try;;
19127 esac
19128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19129 (eval "$ac_compile") 2>conftest.er1
19130 ac_status=$?
19131 grep -v '^ *+' conftest.er1 >conftest.err
19132 rm -f conftest.er1
19133 cat conftest.err >&5
19134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19135 (exit $ac_status); } && {
19136 test -z "$ac_c_werror_flag" ||
19137 test ! -s conftest.err
19138 } && test -s conftest.$ac_objext; then
19139 ac_cv_type_sigset_t=yes
19140 else
19141 echo "$as_me: failed program was:" >&5
19142 sed 's/^/| /' conftest.$ac_ext >&5
19144 ac_cv_type_sigset_t=no
19147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19149 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19150 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19151 if test $ac_cv_type_sigset_t = yes; then
19153 cat >>confdefs.h <<_ACEOF
19154 #define HAVE_SIGSET_T 1
19155 _ACEOF
19160 { echo "$as_me:$LINENO: checking for request_sense" >&5
19161 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19162 if test "${ac_cv_type_request_sense+set}" = set; then
19163 echo $ECHO_N "(cached) $ECHO_C" >&6
19164 else
19165 cat >conftest.$ac_ext <<_ACEOF
19166 /* confdefs.h. */
19167 _ACEOF
19168 cat confdefs.h >>conftest.$ac_ext
19169 cat >>conftest.$ac_ext <<_ACEOF
19170 /* end confdefs.h. */
19171 #include <linux/cdrom.h>
19173 typedef request_sense ac__type_new_;
19175 main ()
19177 if ((ac__type_new_ *) 0)
19178 return 0;
19179 if (sizeof (ac__type_new_))
19180 return 0;
19182 return 0;
19184 _ACEOF
19185 rm -f conftest.$ac_objext
19186 if { (ac_try="$ac_compile"
19187 case "(($ac_try" in
19188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19189 *) ac_try_echo=$ac_try;;
19190 esac
19191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19192 (eval "$ac_compile") 2>conftest.er1
19193 ac_status=$?
19194 grep -v '^ *+' conftest.er1 >conftest.err
19195 rm -f conftest.er1
19196 cat conftest.err >&5
19197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19198 (exit $ac_status); } && {
19199 test -z "$ac_c_werror_flag" ||
19200 test ! -s conftest.err
19201 } && test -s conftest.$ac_objext; then
19202 ac_cv_type_request_sense=yes
19203 else
19204 echo "$as_me: failed program was:" >&5
19205 sed 's/^/| /' conftest.$ac_ext >&5
19207 ac_cv_type_request_sense=no
19210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19212 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19213 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19214 if test $ac_cv_type_request_sense = yes; then
19216 cat >>confdefs.h <<_ACEOF
19217 #define HAVE_REQUEST_SENSE 1
19218 _ACEOF
19224 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19225 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19226 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19227 echo $ECHO_N "(cached) $ECHO_C" >&6
19228 else
19229 cat >conftest.$ac_ext <<_ACEOF
19230 /* confdefs.h. */
19231 _ACEOF
19232 cat confdefs.h >>conftest.$ac_ext
19233 cat >>conftest.$ac_ext <<_ACEOF
19234 /* end confdefs.h. */
19235 #include <sys/types.h>
19236 #ifdef HAVE_SYS_SOCKET_H
19237 #include <sys/socket.h>
19238 #endif
19239 #ifdef HAVE_SYS_SOCKETVAR_H
19240 #include <sys/socketvar.h>
19241 #endif
19242 #ifdef HAVE_NET_ROUTE_H
19243 #include <net/route.h>
19244 #endif
19245 #ifdef HAVE_NETINET_IN_H
19246 #include <netinet/in.h>
19247 #endif
19248 #ifdef HAVE_NETINET_IN_SYSTM_H
19249 #include <netinet/in_systm.h>
19250 #endif
19251 #ifdef HAVE_NETINET_IP_H
19252 #include <netinet/ip.h>
19253 #endif
19254 #ifdef HAVE_NETINET_IN_PCB_H
19255 #include <netinet/in_pcb.h>
19256 #endif
19258 typedef struct xinpgen ac__type_new_;
19260 main ()
19262 if ((ac__type_new_ *) 0)
19263 return 0;
19264 if (sizeof (ac__type_new_))
19265 return 0;
19267 return 0;
19269 _ACEOF
19270 rm -f conftest.$ac_objext
19271 if { (ac_try="$ac_compile"
19272 case "(($ac_try" in
19273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19274 *) ac_try_echo=$ac_try;;
19275 esac
19276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19277 (eval "$ac_compile") 2>conftest.er1
19278 ac_status=$?
19279 grep -v '^ *+' conftest.er1 >conftest.err
19280 rm -f conftest.er1
19281 cat conftest.err >&5
19282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19283 (exit $ac_status); } && {
19284 test -z "$ac_c_werror_flag" ||
19285 test ! -s conftest.err
19286 } && test -s conftest.$ac_objext; then
19287 ac_cv_type_struct_xinpgen=yes
19288 else
19289 echo "$as_me: failed program was:" >&5
19290 sed 's/^/| /' conftest.$ac_ext >&5
19292 ac_cv_type_struct_xinpgen=no
19295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19297 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19298 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19299 if test $ac_cv_type_struct_xinpgen = yes; then
19301 cat >>confdefs.h <<_ACEOF
19302 #define HAVE_STRUCT_XINPGEN 1
19303 _ACEOF
19309 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19310 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19311 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19312 echo $ECHO_N "(cached) $ECHO_C" >&6
19313 else
19314 cat >conftest.$ac_ext <<_ACEOF
19315 /* confdefs.h. */
19316 _ACEOF
19317 cat confdefs.h >>conftest.$ac_ext
19318 cat >>conftest.$ac_ext <<_ACEOF
19319 /* end confdefs.h. */
19320 #ifdef HAVE_LINUX_INPUT_H
19321 #include <linux/input.h>
19322 #endif
19325 main ()
19327 static struct ff_effect ac_aggr;
19328 if (ac_aggr.direction)
19329 return 0;
19331 return 0;
19333 _ACEOF
19334 rm -f conftest.$ac_objext
19335 if { (ac_try="$ac_compile"
19336 case "(($ac_try" in
19337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19338 *) ac_try_echo=$ac_try;;
19339 esac
19340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19341 (eval "$ac_compile") 2>conftest.er1
19342 ac_status=$?
19343 grep -v '^ *+' conftest.er1 >conftest.err
19344 rm -f conftest.er1
19345 cat conftest.err >&5
19346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19347 (exit $ac_status); } && {
19348 test -z "$ac_c_werror_flag" ||
19349 test ! -s conftest.err
19350 } && test -s conftest.$ac_objext; then
19351 ac_cv_member_struct_ff_effect_direction=yes
19352 else
19353 echo "$as_me: failed program was:" >&5
19354 sed 's/^/| /' conftest.$ac_ext >&5
19356 cat >conftest.$ac_ext <<_ACEOF
19357 /* confdefs.h. */
19358 _ACEOF
19359 cat confdefs.h >>conftest.$ac_ext
19360 cat >>conftest.$ac_ext <<_ACEOF
19361 /* end confdefs.h. */
19362 #ifdef HAVE_LINUX_INPUT_H
19363 #include <linux/input.h>
19364 #endif
19367 main ()
19369 static struct ff_effect ac_aggr;
19370 if (sizeof ac_aggr.direction)
19371 return 0;
19373 return 0;
19375 _ACEOF
19376 rm -f conftest.$ac_objext
19377 if { (ac_try="$ac_compile"
19378 case "(($ac_try" in
19379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19380 *) ac_try_echo=$ac_try;;
19381 esac
19382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19383 (eval "$ac_compile") 2>conftest.er1
19384 ac_status=$?
19385 grep -v '^ *+' conftest.er1 >conftest.err
19386 rm -f conftest.er1
19387 cat conftest.err >&5
19388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19389 (exit $ac_status); } && {
19390 test -z "$ac_c_werror_flag" ||
19391 test ! -s conftest.err
19392 } && test -s conftest.$ac_objext; then
19393 ac_cv_member_struct_ff_effect_direction=yes
19394 else
19395 echo "$as_me: failed program was:" >&5
19396 sed 's/^/| /' conftest.$ac_ext >&5
19398 ac_cv_member_struct_ff_effect_direction=no
19401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19406 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19407 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19408 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19410 cat >>confdefs.h <<_ACEOF
19411 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19412 _ACEOF
19418 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19419 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19420 if test "${wine_cv_have_sigaddset+set}" = set; then
19421 echo $ECHO_N "(cached) $ECHO_C" >&6
19422 else
19423 cat >conftest.$ac_ext <<_ACEOF
19424 /* confdefs.h. */
19425 _ACEOF
19426 cat confdefs.h >>conftest.$ac_ext
19427 cat >>conftest.$ac_ext <<_ACEOF
19428 /* end confdefs.h. */
19429 #include <signal.h>
19431 main ()
19433 sigset_t set; sigaddset(&set,SIGTERM);
19435 return 0;
19437 _ACEOF
19438 rm -f conftest.$ac_objext conftest$ac_exeext
19439 if { (ac_try="$ac_link"
19440 case "(($ac_try" in
19441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19442 *) ac_try_echo=$ac_try;;
19443 esac
19444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19445 (eval "$ac_link") 2>conftest.er1
19446 ac_status=$?
19447 grep -v '^ *+' conftest.er1 >conftest.err
19448 rm -f conftest.er1
19449 cat conftest.err >&5
19450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19451 (exit $ac_status); } && {
19452 test -z "$ac_c_werror_flag" ||
19453 test ! -s conftest.err
19454 } && test -s conftest$ac_exeext &&
19455 $as_test_x conftest$ac_exeext; then
19456 wine_cv_have_sigaddset=yes
19457 else
19458 echo "$as_me: failed program was:" >&5
19459 sed 's/^/| /' conftest.$ac_ext >&5
19461 wine_cv_have_sigaddset=no
19464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19465 conftest$ac_exeext conftest.$ac_ext
19467 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19468 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19469 if test "$wine_cv_have_sigaddset" = "yes"
19470 then
19472 cat >>confdefs.h <<\_ACEOF
19473 #define HAVE_SIGADDSET 1
19474 _ACEOF
19479 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19480 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19481 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19482 echo $ECHO_N "(cached) $ECHO_C" >&6
19483 else
19484 cat >conftest.$ac_ext <<_ACEOF
19485 /* confdefs.h. */
19486 _ACEOF
19487 cat confdefs.h >>conftest.$ac_ext
19488 cat >>conftest.$ac_ext <<_ACEOF
19489 /* end confdefs.h. */
19490 #include <netdb.h>
19492 main ()
19495 char *name=0;
19496 struct hostent he;
19497 struct hostent *result;
19498 char *buf=0;
19499 int bufsize=0;
19500 int res,errnr;
19501 char *addr=0;
19502 int addrlen=0;
19503 int addrtype=0;
19504 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19505 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19508 return 0;
19510 _ACEOF
19511 rm -f conftest.$ac_objext conftest$ac_exeext
19512 if { (ac_try="$ac_link"
19513 case "(($ac_try" in
19514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19515 *) ac_try_echo=$ac_try;;
19516 esac
19517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19518 (eval "$ac_link") 2>conftest.er1
19519 ac_status=$?
19520 grep -v '^ *+' conftest.er1 >conftest.err
19521 rm -f conftest.er1
19522 cat conftest.err >&5
19523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19524 (exit $ac_status); } && {
19525 test -z "$ac_c_werror_flag" ||
19526 test ! -s conftest.err
19527 } && test -s conftest$ac_exeext &&
19528 $as_test_x conftest$ac_exeext; then
19529 wine_cv_linux_gethostbyname_r_6=yes
19530 else
19531 echo "$as_me: failed program was:" >&5
19532 sed 's/^/| /' conftest.$ac_ext >&5
19534 wine_cv_linux_gethostbyname_r_6=no
19538 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19539 conftest$ac_exeext conftest.$ac_ext
19542 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19543 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19544 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19545 then
19547 cat >>confdefs.h <<\_ACEOF
19548 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19549 _ACEOF
19553 if test "$ac_cv_header_linux_joystick_h" = "yes"
19554 then
19555 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19556 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19557 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19558 echo $ECHO_N "(cached) $ECHO_C" >&6
19559 else
19560 cat >conftest.$ac_ext <<_ACEOF
19561 /* confdefs.h. */
19562 _ACEOF
19563 cat confdefs.h >>conftest.$ac_ext
19564 cat >>conftest.$ac_ext <<_ACEOF
19565 /* end confdefs.h. */
19567 #include <sys/ioctl.h>
19568 #include <sys/types.h>
19569 #include <linux/joystick.h>
19571 struct js_event blub;
19572 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19573 #error "no 2.2 header"
19574 #endif
19577 main ()
19579 /*empty*/
19581 return 0;
19583 _ACEOF
19584 rm -f conftest.$ac_objext
19585 if { (ac_try="$ac_compile"
19586 case "(($ac_try" in
19587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19588 *) ac_try_echo=$ac_try;;
19589 esac
19590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19591 (eval "$ac_compile") 2>conftest.er1
19592 ac_status=$?
19593 grep -v '^ *+' conftest.er1 >conftest.err
19594 rm -f conftest.er1
19595 cat conftest.err >&5
19596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19597 (exit $ac_status); } && {
19598 test -z "$ac_c_werror_flag" ||
19599 test ! -s conftest.err
19600 } && test -s conftest.$ac_objext; then
19601 wine_cv_linux_joystick_22_api=yes
19602 else
19603 echo "$as_me: failed program was:" >&5
19604 sed 's/^/| /' conftest.$ac_ext >&5
19606 wine_cv_linux_joystick_22_api=no
19609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19612 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19613 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19614 if test "$wine_cv_linux_joystick_22_api" = "yes"
19615 then
19617 cat >>confdefs.h <<\_ACEOF
19618 #define HAVE_LINUX_22_JOYSTICK_API 1
19619 _ACEOF
19625 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19626 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19627 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19628 echo $ECHO_N "(cached) $ECHO_C" >&6
19629 else
19630 cat >conftest.$ac_ext <<_ACEOF
19631 /* confdefs.h. */
19632 _ACEOF
19633 cat confdefs.h >>conftest.$ac_ext
19634 cat >>conftest.$ac_ext <<_ACEOF
19635 /* end confdefs.h. */
19636 #include <sys/types.h>
19637 #ifdef HAVE_SYS_PARAM_H
19638 # include <sys/param.h>
19639 #endif
19640 #ifdef HAVE_SYS_MOUNT_H
19641 # include <sys/mount.h>
19642 #endif
19643 #ifdef HAVE_SYS_VFS_H
19644 # include <sys/vfs.h>
19645 #endif
19646 #ifdef HAVE_SYS_STATFS_H
19647 # include <sys/statfs.h>
19648 #endif
19651 main ()
19653 static struct statfs ac_aggr;
19654 if (ac_aggr.f_bfree)
19655 return 0;
19657 return 0;
19659 _ACEOF
19660 rm -f conftest.$ac_objext
19661 if { (ac_try="$ac_compile"
19662 case "(($ac_try" in
19663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19664 *) ac_try_echo=$ac_try;;
19665 esac
19666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19667 (eval "$ac_compile") 2>conftest.er1
19668 ac_status=$?
19669 grep -v '^ *+' conftest.er1 >conftest.err
19670 rm -f conftest.er1
19671 cat conftest.err >&5
19672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19673 (exit $ac_status); } && {
19674 test -z "$ac_c_werror_flag" ||
19675 test ! -s conftest.err
19676 } && test -s conftest.$ac_objext; then
19677 ac_cv_member_struct_statfs_f_bfree=yes
19678 else
19679 echo "$as_me: failed program was:" >&5
19680 sed 's/^/| /' conftest.$ac_ext >&5
19682 cat >conftest.$ac_ext <<_ACEOF
19683 /* confdefs.h. */
19684 _ACEOF
19685 cat confdefs.h >>conftest.$ac_ext
19686 cat >>conftest.$ac_ext <<_ACEOF
19687 /* end confdefs.h. */
19688 #include <sys/types.h>
19689 #ifdef HAVE_SYS_PARAM_H
19690 # include <sys/param.h>
19691 #endif
19692 #ifdef HAVE_SYS_MOUNT_H
19693 # include <sys/mount.h>
19694 #endif
19695 #ifdef HAVE_SYS_VFS_H
19696 # include <sys/vfs.h>
19697 #endif
19698 #ifdef HAVE_SYS_STATFS_H
19699 # include <sys/statfs.h>
19700 #endif
19703 main ()
19705 static struct statfs ac_aggr;
19706 if (sizeof ac_aggr.f_bfree)
19707 return 0;
19709 return 0;
19711 _ACEOF
19712 rm -f conftest.$ac_objext
19713 if { (ac_try="$ac_compile"
19714 case "(($ac_try" in
19715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19716 *) ac_try_echo=$ac_try;;
19717 esac
19718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19719 (eval "$ac_compile") 2>conftest.er1
19720 ac_status=$?
19721 grep -v '^ *+' conftest.er1 >conftest.err
19722 rm -f conftest.er1
19723 cat conftest.err >&5
19724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19725 (exit $ac_status); } && {
19726 test -z "$ac_c_werror_flag" ||
19727 test ! -s conftest.err
19728 } && test -s conftest.$ac_objext; then
19729 ac_cv_member_struct_statfs_f_bfree=yes
19730 else
19731 echo "$as_me: failed program was:" >&5
19732 sed 's/^/| /' conftest.$ac_ext >&5
19734 ac_cv_member_struct_statfs_f_bfree=no
19737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19740 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19742 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19743 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19744 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19746 cat >>confdefs.h <<_ACEOF
19747 #define HAVE_STRUCT_STATFS_F_BFREE 1
19748 _ACEOF
19752 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19753 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19754 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19755 echo $ECHO_N "(cached) $ECHO_C" >&6
19756 else
19757 cat >conftest.$ac_ext <<_ACEOF
19758 /* confdefs.h. */
19759 _ACEOF
19760 cat confdefs.h >>conftest.$ac_ext
19761 cat >>conftest.$ac_ext <<_ACEOF
19762 /* end confdefs.h. */
19763 #include <sys/types.h>
19764 #ifdef HAVE_SYS_PARAM_H
19765 # include <sys/param.h>
19766 #endif
19767 #ifdef HAVE_SYS_MOUNT_H
19768 # include <sys/mount.h>
19769 #endif
19770 #ifdef HAVE_SYS_VFS_H
19771 # include <sys/vfs.h>
19772 #endif
19773 #ifdef HAVE_SYS_STATFS_H
19774 # include <sys/statfs.h>
19775 #endif
19778 main ()
19780 static struct statfs ac_aggr;
19781 if (ac_aggr.f_bavail)
19782 return 0;
19784 return 0;
19786 _ACEOF
19787 rm -f conftest.$ac_objext
19788 if { (ac_try="$ac_compile"
19789 case "(($ac_try" in
19790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19791 *) ac_try_echo=$ac_try;;
19792 esac
19793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19794 (eval "$ac_compile") 2>conftest.er1
19795 ac_status=$?
19796 grep -v '^ *+' conftest.er1 >conftest.err
19797 rm -f conftest.er1
19798 cat conftest.err >&5
19799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19800 (exit $ac_status); } && {
19801 test -z "$ac_c_werror_flag" ||
19802 test ! -s conftest.err
19803 } && test -s conftest.$ac_objext; then
19804 ac_cv_member_struct_statfs_f_bavail=yes
19805 else
19806 echo "$as_me: failed program was:" >&5
19807 sed 's/^/| /' conftest.$ac_ext >&5
19809 cat >conftest.$ac_ext <<_ACEOF
19810 /* confdefs.h. */
19811 _ACEOF
19812 cat confdefs.h >>conftest.$ac_ext
19813 cat >>conftest.$ac_ext <<_ACEOF
19814 /* end confdefs.h. */
19815 #include <sys/types.h>
19816 #ifdef HAVE_SYS_PARAM_H
19817 # include <sys/param.h>
19818 #endif
19819 #ifdef HAVE_SYS_MOUNT_H
19820 # include <sys/mount.h>
19821 #endif
19822 #ifdef HAVE_SYS_VFS_H
19823 # include <sys/vfs.h>
19824 #endif
19825 #ifdef HAVE_SYS_STATFS_H
19826 # include <sys/statfs.h>
19827 #endif
19830 main ()
19832 static struct statfs ac_aggr;
19833 if (sizeof ac_aggr.f_bavail)
19834 return 0;
19836 return 0;
19838 _ACEOF
19839 rm -f conftest.$ac_objext
19840 if { (ac_try="$ac_compile"
19841 case "(($ac_try" in
19842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19843 *) ac_try_echo=$ac_try;;
19844 esac
19845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19846 (eval "$ac_compile") 2>conftest.er1
19847 ac_status=$?
19848 grep -v '^ *+' conftest.er1 >conftest.err
19849 rm -f conftest.er1
19850 cat conftest.err >&5
19851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19852 (exit $ac_status); } && {
19853 test -z "$ac_c_werror_flag" ||
19854 test ! -s conftest.err
19855 } && test -s conftest.$ac_objext; then
19856 ac_cv_member_struct_statfs_f_bavail=yes
19857 else
19858 echo "$as_me: failed program was:" >&5
19859 sed 's/^/| /' conftest.$ac_ext >&5
19861 ac_cv_member_struct_statfs_f_bavail=no
19864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19869 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19870 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19871 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19873 cat >>confdefs.h <<_ACEOF
19874 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19875 _ACEOF
19879 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19880 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19881 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19882 echo $ECHO_N "(cached) $ECHO_C" >&6
19883 else
19884 cat >conftest.$ac_ext <<_ACEOF
19885 /* confdefs.h. */
19886 _ACEOF
19887 cat confdefs.h >>conftest.$ac_ext
19888 cat >>conftest.$ac_ext <<_ACEOF
19889 /* end confdefs.h. */
19890 #include <sys/types.h>
19891 #ifdef HAVE_SYS_PARAM_H
19892 # include <sys/param.h>
19893 #endif
19894 #ifdef HAVE_SYS_MOUNT_H
19895 # include <sys/mount.h>
19896 #endif
19897 #ifdef HAVE_SYS_VFS_H
19898 # include <sys/vfs.h>
19899 #endif
19900 #ifdef HAVE_SYS_STATFS_H
19901 # include <sys/statfs.h>
19902 #endif
19905 main ()
19907 static struct statfs ac_aggr;
19908 if (ac_aggr.f_frsize)
19909 return 0;
19911 return 0;
19913 _ACEOF
19914 rm -f conftest.$ac_objext
19915 if { (ac_try="$ac_compile"
19916 case "(($ac_try" in
19917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19918 *) ac_try_echo=$ac_try;;
19919 esac
19920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19921 (eval "$ac_compile") 2>conftest.er1
19922 ac_status=$?
19923 grep -v '^ *+' conftest.er1 >conftest.err
19924 rm -f conftest.er1
19925 cat conftest.err >&5
19926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19927 (exit $ac_status); } && {
19928 test -z "$ac_c_werror_flag" ||
19929 test ! -s conftest.err
19930 } && test -s conftest.$ac_objext; then
19931 ac_cv_member_struct_statfs_f_frsize=yes
19932 else
19933 echo "$as_me: failed program was:" >&5
19934 sed 's/^/| /' conftest.$ac_ext >&5
19936 cat >conftest.$ac_ext <<_ACEOF
19937 /* confdefs.h. */
19938 _ACEOF
19939 cat confdefs.h >>conftest.$ac_ext
19940 cat >>conftest.$ac_ext <<_ACEOF
19941 /* end confdefs.h. */
19942 #include <sys/types.h>
19943 #ifdef HAVE_SYS_PARAM_H
19944 # include <sys/param.h>
19945 #endif
19946 #ifdef HAVE_SYS_MOUNT_H
19947 # include <sys/mount.h>
19948 #endif
19949 #ifdef HAVE_SYS_VFS_H
19950 # include <sys/vfs.h>
19951 #endif
19952 #ifdef HAVE_SYS_STATFS_H
19953 # include <sys/statfs.h>
19954 #endif
19957 main ()
19959 static struct statfs ac_aggr;
19960 if (sizeof ac_aggr.f_frsize)
19961 return 0;
19963 return 0;
19965 _ACEOF
19966 rm -f conftest.$ac_objext
19967 if { (ac_try="$ac_compile"
19968 case "(($ac_try" in
19969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19970 *) ac_try_echo=$ac_try;;
19971 esac
19972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19973 (eval "$ac_compile") 2>conftest.er1
19974 ac_status=$?
19975 grep -v '^ *+' conftest.er1 >conftest.err
19976 rm -f conftest.er1
19977 cat conftest.err >&5
19978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19979 (exit $ac_status); } && {
19980 test -z "$ac_c_werror_flag" ||
19981 test ! -s conftest.err
19982 } && test -s conftest.$ac_objext; then
19983 ac_cv_member_struct_statfs_f_frsize=yes
19984 else
19985 echo "$as_me: failed program was:" >&5
19986 sed 's/^/| /' conftest.$ac_ext >&5
19988 ac_cv_member_struct_statfs_f_frsize=no
19991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19996 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19997 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19998 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20000 cat >>confdefs.h <<_ACEOF
20001 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20002 _ACEOF
20006 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20007 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20008 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20009 echo $ECHO_N "(cached) $ECHO_C" >&6
20010 else
20011 cat >conftest.$ac_ext <<_ACEOF
20012 /* confdefs.h. */
20013 _ACEOF
20014 cat confdefs.h >>conftest.$ac_ext
20015 cat >>conftest.$ac_ext <<_ACEOF
20016 /* end confdefs.h. */
20017 #include <sys/types.h>
20018 #ifdef HAVE_SYS_PARAM_H
20019 # include <sys/param.h>
20020 #endif
20021 #ifdef HAVE_SYS_MOUNT_H
20022 # include <sys/mount.h>
20023 #endif
20024 #ifdef HAVE_SYS_VFS_H
20025 # include <sys/vfs.h>
20026 #endif
20027 #ifdef HAVE_SYS_STATFS_H
20028 # include <sys/statfs.h>
20029 #endif
20032 main ()
20034 static struct statfs ac_aggr;
20035 if (ac_aggr.f_ffree)
20036 return 0;
20038 return 0;
20040 _ACEOF
20041 rm -f conftest.$ac_objext
20042 if { (ac_try="$ac_compile"
20043 case "(($ac_try" in
20044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20045 *) ac_try_echo=$ac_try;;
20046 esac
20047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20048 (eval "$ac_compile") 2>conftest.er1
20049 ac_status=$?
20050 grep -v '^ *+' conftest.er1 >conftest.err
20051 rm -f conftest.er1
20052 cat conftest.err >&5
20053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20054 (exit $ac_status); } && {
20055 test -z "$ac_c_werror_flag" ||
20056 test ! -s conftest.err
20057 } && test -s conftest.$ac_objext; then
20058 ac_cv_member_struct_statfs_f_ffree=yes
20059 else
20060 echo "$as_me: failed program was:" >&5
20061 sed 's/^/| /' conftest.$ac_ext >&5
20063 cat >conftest.$ac_ext <<_ACEOF
20064 /* confdefs.h. */
20065 _ACEOF
20066 cat confdefs.h >>conftest.$ac_ext
20067 cat >>conftest.$ac_ext <<_ACEOF
20068 /* end confdefs.h. */
20069 #include <sys/types.h>
20070 #ifdef HAVE_SYS_PARAM_H
20071 # include <sys/param.h>
20072 #endif
20073 #ifdef HAVE_SYS_MOUNT_H
20074 # include <sys/mount.h>
20075 #endif
20076 #ifdef HAVE_SYS_VFS_H
20077 # include <sys/vfs.h>
20078 #endif
20079 #ifdef HAVE_SYS_STATFS_H
20080 # include <sys/statfs.h>
20081 #endif
20084 main ()
20086 static struct statfs ac_aggr;
20087 if (sizeof ac_aggr.f_ffree)
20088 return 0;
20090 return 0;
20092 _ACEOF
20093 rm -f conftest.$ac_objext
20094 if { (ac_try="$ac_compile"
20095 case "(($ac_try" in
20096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20097 *) ac_try_echo=$ac_try;;
20098 esac
20099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20100 (eval "$ac_compile") 2>conftest.er1
20101 ac_status=$?
20102 grep -v '^ *+' conftest.er1 >conftest.err
20103 rm -f conftest.er1
20104 cat conftest.err >&5
20105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20106 (exit $ac_status); } && {
20107 test -z "$ac_c_werror_flag" ||
20108 test ! -s conftest.err
20109 } && test -s conftest.$ac_objext; then
20110 ac_cv_member_struct_statfs_f_ffree=yes
20111 else
20112 echo "$as_me: failed program was:" >&5
20113 sed 's/^/| /' conftest.$ac_ext >&5
20115 ac_cv_member_struct_statfs_f_ffree=no
20118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20123 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20124 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20125 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20127 cat >>confdefs.h <<_ACEOF
20128 #define HAVE_STRUCT_STATFS_F_FFREE 1
20129 _ACEOF
20133 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20134 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20135 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20136 echo $ECHO_N "(cached) $ECHO_C" >&6
20137 else
20138 cat >conftest.$ac_ext <<_ACEOF
20139 /* confdefs.h. */
20140 _ACEOF
20141 cat confdefs.h >>conftest.$ac_ext
20142 cat >>conftest.$ac_ext <<_ACEOF
20143 /* end confdefs.h. */
20144 #include <sys/types.h>
20145 #ifdef HAVE_SYS_PARAM_H
20146 # include <sys/param.h>
20147 #endif
20148 #ifdef HAVE_SYS_MOUNT_H
20149 # include <sys/mount.h>
20150 #endif
20151 #ifdef HAVE_SYS_VFS_H
20152 # include <sys/vfs.h>
20153 #endif
20154 #ifdef HAVE_SYS_STATFS_H
20155 # include <sys/statfs.h>
20156 #endif
20159 main ()
20161 static struct statfs ac_aggr;
20162 if (ac_aggr.f_favail)
20163 return 0;
20165 return 0;
20167 _ACEOF
20168 rm -f conftest.$ac_objext
20169 if { (ac_try="$ac_compile"
20170 case "(($ac_try" in
20171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20172 *) ac_try_echo=$ac_try;;
20173 esac
20174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20175 (eval "$ac_compile") 2>conftest.er1
20176 ac_status=$?
20177 grep -v '^ *+' conftest.er1 >conftest.err
20178 rm -f conftest.er1
20179 cat conftest.err >&5
20180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20181 (exit $ac_status); } && {
20182 test -z "$ac_c_werror_flag" ||
20183 test ! -s conftest.err
20184 } && test -s conftest.$ac_objext; then
20185 ac_cv_member_struct_statfs_f_favail=yes
20186 else
20187 echo "$as_me: failed program was:" >&5
20188 sed 's/^/| /' conftest.$ac_ext >&5
20190 cat >conftest.$ac_ext <<_ACEOF
20191 /* confdefs.h. */
20192 _ACEOF
20193 cat confdefs.h >>conftest.$ac_ext
20194 cat >>conftest.$ac_ext <<_ACEOF
20195 /* end confdefs.h. */
20196 #include <sys/types.h>
20197 #ifdef HAVE_SYS_PARAM_H
20198 # include <sys/param.h>
20199 #endif
20200 #ifdef HAVE_SYS_MOUNT_H
20201 # include <sys/mount.h>
20202 #endif
20203 #ifdef HAVE_SYS_VFS_H
20204 # include <sys/vfs.h>
20205 #endif
20206 #ifdef HAVE_SYS_STATFS_H
20207 # include <sys/statfs.h>
20208 #endif
20211 main ()
20213 static struct statfs ac_aggr;
20214 if (sizeof ac_aggr.f_favail)
20215 return 0;
20217 return 0;
20219 _ACEOF
20220 rm -f conftest.$ac_objext
20221 if { (ac_try="$ac_compile"
20222 case "(($ac_try" in
20223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20224 *) ac_try_echo=$ac_try;;
20225 esac
20226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20227 (eval "$ac_compile") 2>conftest.er1
20228 ac_status=$?
20229 grep -v '^ *+' conftest.er1 >conftest.err
20230 rm -f conftest.er1
20231 cat conftest.err >&5
20232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20233 (exit $ac_status); } && {
20234 test -z "$ac_c_werror_flag" ||
20235 test ! -s conftest.err
20236 } && test -s conftest.$ac_objext; then
20237 ac_cv_member_struct_statfs_f_favail=yes
20238 else
20239 echo "$as_me: failed program was:" >&5
20240 sed 's/^/| /' conftest.$ac_ext >&5
20242 ac_cv_member_struct_statfs_f_favail=no
20245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20250 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20251 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20252 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20254 cat >>confdefs.h <<_ACEOF
20255 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20256 _ACEOF
20260 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20261 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20262 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20263 echo $ECHO_N "(cached) $ECHO_C" >&6
20264 else
20265 cat >conftest.$ac_ext <<_ACEOF
20266 /* confdefs.h. */
20267 _ACEOF
20268 cat confdefs.h >>conftest.$ac_ext
20269 cat >>conftest.$ac_ext <<_ACEOF
20270 /* end confdefs.h. */
20271 #include <sys/types.h>
20272 #ifdef HAVE_SYS_PARAM_H
20273 # include <sys/param.h>
20274 #endif
20275 #ifdef HAVE_SYS_MOUNT_H
20276 # include <sys/mount.h>
20277 #endif
20278 #ifdef HAVE_SYS_VFS_H
20279 # include <sys/vfs.h>
20280 #endif
20281 #ifdef HAVE_SYS_STATFS_H
20282 # include <sys/statfs.h>
20283 #endif
20286 main ()
20288 static struct statfs ac_aggr;
20289 if (ac_aggr.f_namelen)
20290 return 0;
20292 return 0;
20294 _ACEOF
20295 rm -f conftest.$ac_objext
20296 if { (ac_try="$ac_compile"
20297 case "(($ac_try" in
20298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20299 *) ac_try_echo=$ac_try;;
20300 esac
20301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20302 (eval "$ac_compile") 2>conftest.er1
20303 ac_status=$?
20304 grep -v '^ *+' conftest.er1 >conftest.err
20305 rm -f conftest.er1
20306 cat conftest.err >&5
20307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20308 (exit $ac_status); } && {
20309 test -z "$ac_c_werror_flag" ||
20310 test ! -s conftest.err
20311 } && test -s conftest.$ac_objext; then
20312 ac_cv_member_struct_statfs_f_namelen=yes
20313 else
20314 echo "$as_me: failed program was:" >&5
20315 sed 's/^/| /' conftest.$ac_ext >&5
20317 cat >conftest.$ac_ext <<_ACEOF
20318 /* confdefs.h. */
20319 _ACEOF
20320 cat confdefs.h >>conftest.$ac_ext
20321 cat >>conftest.$ac_ext <<_ACEOF
20322 /* end confdefs.h. */
20323 #include <sys/types.h>
20324 #ifdef HAVE_SYS_PARAM_H
20325 # include <sys/param.h>
20326 #endif
20327 #ifdef HAVE_SYS_MOUNT_H
20328 # include <sys/mount.h>
20329 #endif
20330 #ifdef HAVE_SYS_VFS_H
20331 # include <sys/vfs.h>
20332 #endif
20333 #ifdef HAVE_SYS_STATFS_H
20334 # include <sys/statfs.h>
20335 #endif
20338 main ()
20340 static struct statfs ac_aggr;
20341 if (sizeof ac_aggr.f_namelen)
20342 return 0;
20344 return 0;
20346 _ACEOF
20347 rm -f conftest.$ac_objext
20348 if { (ac_try="$ac_compile"
20349 case "(($ac_try" in
20350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20351 *) ac_try_echo=$ac_try;;
20352 esac
20353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20354 (eval "$ac_compile") 2>conftest.er1
20355 ac_status=$?
20356 grep -v '^ *+' conftest.er1 >conftest.err
20357 rm -f conftest.er1
20358 cat conftest.err >&5
20359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20360 (exit $ac_status); } && {
20361 test -z "$ac_c_werror_flag" ||
20362 test ! -s conftest.err
20363 } && test -s conftest.$ac_objext; then
20364 ac_cv_member_struct_statfs_f_namelen=yes
20365 else
20366 echo "$as_me: failed program was:" >&5
20367 sed 's/^/| /' conftest.$ac_ext >&5
20369 ac_cv_member_struct_statfs_f_namelen=no
20372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20377 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20378 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20379 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20381 cat >>confdefs.h <<_ACEOF
20382 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20383 _ACEOF
20389 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20390 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20391 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20392 echo $ECHO_N "(cached) $ECHO_C" >&6
20393 else
20394 cat >conftest.$ac_ext <<_ACEOF
20395 /* confdefs.h. */
20396 _ACEOF
20397 cat confdefs.h >>conftest.$ac_ext
20398 cat >>conftest.$ac_ext <<_ACEOF
20399 /* end confdefs.h. */
20400 #ifdef HAVE_SYS_STATVFS_H
20401 #include <sys/statvfs.h>
20402 #endif
20405 main ()
20407 static struct statvfs ac_aggr;
20408 if (ac_aggr.f_blocks)
20409 return 0;
20411 return 0;
20413 _ACEOF
20414 rm -f conftest.$ac_objext
20415 if { (ac_try="$ac_compile"
20416 case "(($ac_try" in
20417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20418 *) ac_try_echo=$ac_try;;
20419 esac
20420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20421 (eval "$ac_compile") 2>conftest.er1
20422 ac_status=$?
20423 grep -v '^ *+' conftest.er1 >conftest.err
20424 rm -f conftest.er1
20425 cat conftest.err >&5
20426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20427 (exit $ac_status); } && {
20428 test -z "$ac_c_werror_flag" ||
20429 test ! -s conftest.err
20430 } && test -s conftest.$ac_objext; then
20431 ac_cv_member_struct_statvfs_f_blocks=yes
20432 else
20433 echo "$as_me: failed program was:" >&5
20434 sed 's/^/| /' conftest.$ac_ext >&5
20436 cat >conftest.$ac_ext <<_ACEOF
20437 /* confdefs.h. */
20438 _ACEOF
20439 cat confdefs.h >>conftest.$ac_ext
20440 cat >>conftest.$ac_ext <<_ACEOF
20441 /* end confdefs.h. */
20442 #ifdef HAVE_SYS_STATVFS_H
20443 #include <sys/statvfs.h>
20444 #endif
20447 main ()
20449 static struct statvfs ac_aggr;
20450 if (sizeof ac_aggr.f_blocks)
20451 return 0;
20453 return 0;
20455 _ACEOF
20456 rm -f conftest.$ac_objext
20457 if { (ac_try="$ac_compile"
20458 case "(($ac_try" in
20459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20460 *) ac_try_echo=$ac_try;;
20461 esac
20462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20463 (eval "$ac_compile") 2>conftest.er1
20464 ac_status=$?
20465 grep -v '^ *+' conftest.er1 >conftest.err
20466 rm -f conftest.er1
20467 cat conftest.err >&5
20468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20469 (exit $ac_status); } && {
20470 test -z "$ac_c_werror_flag" ||
20471 test ! -s conftest.err
20472 } && test -s conftest.$ac_objext; then
20473 ac_cv_member_struct_statvfs_f_blocks=yes
20474 else
20475 echo "$as_me: failed program was:" >&5
20476 sed 's/^/| /' conftest.$ac_ext >&5
20478 ac_cv_member_struct_statvfs_f_blocks=no
20481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20486 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20487 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20488 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20490 cat >>confdefs.h <<_ACEOF
20491 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20492 _ACEOF
20498 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20499 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20500 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20501 echo $ECHO_N "(cached) $ECHO_C" >&6
20502 else
20503 cat >conftest.$ac_ext <<_ACEOF
20504 /* confdefs.h. */
20505 _ACEOF
20506 cat confdefs.h >>conftest.$ac_ext
20507 cat >>conftest.$ac_ext <<_ACEOF
20508 /* end confdefs.h. */
20509 #include <sys/types.h>
20510 #ifdef HAVE_SYS_SOCKET_H
20511 # include <sys/socket.h>
20512 #endif
20513 #ifdef HAVE_SYS_UN_H
20514 # include <sys/un.h>
20515 #endif
20518 main ()
20520 static struct msghdr ac_aggr;
20521 if (ac_aggr.msg_accrights)
20522 return 0;
20524 return 0;
20526 _ACEOF
20527 rm -f conftest.$ac_objext
20528 if { (ac_try="$ac_compile"
20529 case "(($ac_try" in
20530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20531 *) ac_try_echo=$ac_try;;
20532 esac
20533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20534 (eval "$ac_compile") 2>conftest.er1
20535 ac_status=$?
20536 grep -v '^ *+' conftest.er1 >conftest.err
20537 rm -f conftest.er1
20538 cat conftest.err >&5
20539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20540 (exit $ac_status); } && {
20541 test -z "$ac_c_werror_flag" ||
20542 test ! -s conftest.err
20543 } && test -s conftest.$ac_objext; then
20544 ac_cv_member_struct_msghdr_msg_accrights=yes
20545 else
20546 echo "$as_me: failed program was:" >&5
20547 sed 's/^/| /' conftest.$ac_ext >&5
20549 cat >conftest.$ac_ext <<_ACEOF
20550 /* confdefs.h. */
20551 _ACEOF
20552 cat confdefs.h >>conftest.$ac_ext
20553 cat >>conftest.$ac_ext <<_ACEOF
20554 /* end confdefs.h. */
20555 #include <sys/types.h>
20556 #ifdef HAVE_SYS_SOCKET_H
20557 # include <sys/socket.h>
20558 #endif
20559 #ifdef HAVE_SYS_UN_H
20560 # include <sys/un.h>
20561 #endif
20564 main ()
20566 static struct msghdr ac_aggr;
20567 if (sizeof ac_aggr.msg_accrights)
20568 return 0;
20570 return 0;
20572 _ACEOF
20573 rm -f conftest.$ac_objext
20574 if { (ac_try="$ac_compile"
20575 case "(($ac_try" in
20576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20577 *) ac_try_echo=$ac_try;;
20578 esac
20579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20580 (eval "$ac_compile") 2>conftest.er1
20581 ac_status=$?
20582 grep -v '^ *+' conftest.er1 >conftest.err
20583 rm -f conftest.er1
20584 cat conftest.err >&5
20585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20586 (exit $ac_status); } && {
20587 test -z "$ac_c_werror_flag" ||
20588 test ! -s conftest.err
20589 } && test -s conftest.$ac_objext; then
20590 ac_cv_member_struct_msghdr_msg_accrights=yes
20591 else
20592 echo "$as_me: failed program was:" >&5
20593 sed 's/^/| /' conftest.$ac_ext >&5
20595 ac_cv_member_struct_msghdr_msg_accrights=no
20598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20603 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20604 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20605 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20607 cat >>confdefs.h <<_ACEOF
20608 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20609 _ACEOF
20613 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20614 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20615 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20616 echo $ECHO_N "(cached) $ECHO_C" >&6
20617 else
20618 cat >conftest.$ac_ext <<_ACEOF
20619 /* confdefs.h. */
20620 _ACEOF
20621 cat confdefs.h >>conftest.$ac_ext
20622 cat >>conftest.$ac_ext <<_ACEOF
20623 /* end confdefs.h. */
20624 #include <sys/types.h>
20625 #ifdef HAVE_SYS_SOCKET_H
20626 # include <sys/socket.h>
20627 #endif
20628 #ifdef HAVE_SYS_UN_H
20629 # include <sys/un.h>
20630 #endif
20633 main ()
20635 static struct sockaddr ac_aggr;
20636 if (ac_aggr.sa_len)
20637 return 0;
20639 return 0;
20641 _ACEOF
20642 rm -f conftest.$ac_objext
20643 if { (ac_try="$ac_compile"
20644 case "(($ac_try" in
20645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20646 *) ac_try_echo=$ac_try;;
20647 esac
20648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20649 (eval "$ac_compile") 2>conftest.er1
20650 ac_status=$?
20651 grep -v '^ *+' conftest.er1 >conftest.err
20652 rm -f conftest.er1
20653 cat conftest.err >&5
20654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20655 (exit $ac_status); } && {
20656 test -z "$ac_c_werror_flag" ||
20657 test ! -s conftest.err
20658 } && test -s conftest.$ac_objext; then
20659 ac_cv_member_struct_sockaddr_sa_len=yes
20660 else
20661 echo "$as_me: failed program was:" >&5
20662 sed 's/^/| /' conftest.$ac_ext >&5
20664 cat >conftest.$ac_ext <<_ACEOF
20665 /* confdefs.h. */
20666 _ACEOF
20667 cat confdefs.h >>conftest.$ac_ext
20668 cat >>conftest.$ac_ext <<_ACEOF
20669 /* end confdefs.h. */
20670 #include <sys/types.h>
20671 #ifdef HAVE_SYS_SOCKET_H
20672 # include <sys/socket.h>
20673 #endif
20674 #ifdef HAVE_SYS_UN_H
20675 # include <sys/un.h>
20676 #endif
20679 main ()
20681 static struct sockaddr ac_aggr;
20682 if (sizeof ac_aggr.sa_len)
20683 return 0;
20685 return 0;
20687 _ACEOF
20688 rm -f conftest.$ac_objext
20689 if { (ac_try="$ac_compile"
20690 case "(($ac_try" in
20691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20692 *) ac_try_echo=$ac_try;;
20693 esac
20694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20695 (eval "$ac_compile") 2>conftest.er1
20696 ac_status=$?
20697 grep -v '^ *+' conftest.er1 >conftest.err
20698 rm -f conftest.er1
20699 cat conftest.err >&5
20700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20701 (exit $ac_status); } && {
20702 test -z "$ac_c_werror_flag" ||
20703 test ! -s conftest.err
20704 } && test -s conftest.$ac_objext; then
20705 ac_cv_member_struct_sockaddr_sa_len=yes
20706 else
20707 echo "$as_me: failed program was:" >&5
20708 sed 's/^/| /' conftest.$ac_ext >&5
20710 ac_cv_member_struct_sockaddr_sa_len=no
20713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20718 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20719 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20720 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20722 cat >>confdefs.h <<_ACEOF
20723 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20724 _ACEOF
20728 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20729 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20730 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20731 echo $ECHO_N "(cached) $ECHO_C" >&6
20732 else
20733 cat >conftest.$ac_ext <<_ACEOF
20734 /* confdefs.h. */
20735 _ACEOF
20736 cat confdefs.h >>conftest.$ac_ext
20737 cat >>conftest.$ac_ext <<_ACEOF
20738 /* end confdefs.h. */
20739 #include <sys/types.h>
20740 #ifdef HAVE_SYS_SOCKET_H
20741 # include <sys/socket.h>
20742 #endif
20743 #ifdef HAVE_SYS_UN_H
20744 # include <sys/un.h>
20745 #endif
20748 main ()
20750 static struct sockaddr_un ac_aggr;
20751 if (ac_aggr.sun_len)
20752 return 0;
20754 return 0;
20756 _ACEOF
20757 rm -f conftest.$ac_objext
20758 if { (ac_try="$ac_compile"
20759 case "(($ac_try" in
20760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20761 *) ac_try_echo=$ac_try;;
20762 esac
20763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20764 (eval "$ac_compile") 2>conftest.er1
20765 ac_status=$?
20766 grep -v '^ *+' conftest.er1 >conftest.err
20767 rm -f conftest.er1
20768 cat conftest.err >&5
20769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20770 (exit $ac_status); } && {
20771 test -z "$ac_c_werror_flag" ||
20772 test ! -s conftest.err
20773 } && test -s conftest.$ac_objext; then
20774 ac_cv_member_struct_sockaddr_un_sun_len=yes
20775 else
20776 echo "$as_me: failed program was:" >&5
20777 sed 's/^/| /' conftest.$ac_ext >&5
20779 cat >conftest.$ac_ext <<_ACEOF
20780 /* confdefs.h. */
20781 _ACEOF
20782 cat confdefs.h >>conftest.$ac_ext
20783 cat >>conftest.$ac_ext <<_ACEOF
20784 /* end confdefs.h. */
20785 #include <sys/types.h>
20786 #ifdef HAVE_SYS_SOCKET_H
20787 # include <sys/socket.h>
20788 #endif
20789 #ifdef HAVE_SYS_UN_H
20790 # include <sys/un.h>
20791 #endif
20794 main ()
20796 static struct sockaddr_un ac_aggr;
20797 if (sizeof ac_aggr.sun_len)
20798 return 0;
20800 return 0;
20802 _ACEOF
20803 rm -f conftest.$ac_objext
20804 if { (ac_try="$ac_compile"
20805 case "(($ac_try" in
20806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20807 *) ac_try_echo=$ac_try;;
20808 esac
20809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20810 (eval "$ac_compile") 2>conftest.er1
20811 ac_status=$?
20812 grep -v '^ *+' conftest.er1 >conftest.err
20813 rm -f conftest.er1
20814 cat conftest.err >&5
20815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20816 (exit $ac_status); } && {
20817 test -z "$ac_c_werror_flag" ||
20818 test ! -s conftest.err
20819 } && test -s conftest.$ac_objext; then
20820 ac_cv_member_struct_sockaddr_un_sun_len=yes
20821 else
20822 echo "$as_me: failed program was:" >&5
20823 sed 's/^/| /' conftest.$ac_ext >&5
20825 ac_cv_member_struct_sockaddr_un_sun_len=no
20828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20833 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20834 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20835 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20837 cat >>confdefs.h <<_ACEOF
20838 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20839 _ACEOF
20845 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20846 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20847 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20848 echo $ECHO_N "(cached) $ECHO_C" >&6
20849 else
20850 cat >conftest.$ac_ext <<_ACEOF
20851 /* confdefs.h. */
20852 _ACEOF
20853 cat confdefs.h >>conftest.$ac_ext
20854 cat >>conftest.$ac_ext <<_ACEOF
20855 /* end confdefs.h. */
20856 #include <sys/types.h>
20857 #ifdef HAVE_SCSI_SG_H
20858 #include <scsi/sg.h>
20859 #endif
20862 main ()
20864 static scsireq_t ac_aggr;
20865 if (ac_aggr.cmd)
20866 return 0;
20868 return 0;
20870 _ACEOF
20871 rm -f conftest.$ac_objext
20872 if { (ac_try="$ac_compile"
20873 case "(($ac_try" in
20874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20875 *) ac_try_echo=$ac_try;;
20876 esac
20877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20878 (eval "$ac_compile") 2>conftest.er1
20879 ac_status=$?
20880 grep -v '^ *+' conftest.er1 >conftest.err
20881 rm -f conftest.er1
20882 cat conftest.err >&5
20883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20884 (exit $ac_status); } && {
20885 test -z "$ac_c_werror_flag" ||
20886 test ! -s conftest.err
20887 } && test -s conftest.$ac_objext; then
20888 ac_cv_member_scsireq_t_cmd=yes
20889 else
20890 echo "$as_me: failed program was:" >&5
20891 sed 's/^/| /' conftest.$ac_ext >&5
20893 cat >conftest.$ac_ext <<_ACEOF
20894 /* confdefs.h. */
20895 _ACEOF
20896 cat confdefs.h >>conftest.$ac_ext
20897 cat >>conftest.$ac_ext <<_ACEOF
20898 /* end confdefs.h. */
20899 #include <sys/types.h>
20900 #ifdef HAVE_SCSI_SG_H
20901 #include <scsi/sg.h>
20902 #endif
20905 main ()
20907 static scsireq_t ac_aggr;
20908 if (sizeof ac_aggr.cmd)
20909 return 0;
20911 return 0;
20913 _ACEOF
20914 rm -f conftest.$ac_objext
20915 if { (ac_try="$ac_compile"
20916 case "(($ac_try" in
20917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20918 *) ac_try_echo=$ac_try;;
20919 esac
20920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20921 (eval "$ac_compile") 2>conftest.er1
20922 ac_status=$?
20923 grep -v '^ *+' conftest.er1 >conftest.err
20924 rm -f conftest.er1
20925 cat conftest.err >&5
20926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20927 (exit $ac_status); } && {
20928 test -z "$ac_c_werror_flag" ||
20929 test ! -s conftest.err
20930 } && test -s conftest.$ac_objext; then
20931 ac_cv_member_scsireq_t_cmd=yes
20932 else
20933 echo "$as_me: failed program was:" >&5
20934 sed 's/^/| /' conftest.$ac_ext >&5
20936 ac_cv_member_scsireq_t_cmd=no
20939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20944 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20945 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20946 if test $ac_cv_member_scsireq_t_cmd = yes; then
20948 cat >>confdefs.h <<_ACEOF
20949 #define HAVE_SCSIREQ_T_CMD 1
20950 _ACEOF
20954 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20955 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20956 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20957 echo $ECHO_N "(cached) $ECHO_C" >&6
20958 else
20959 cat >conftest.$ac_ext <<_ACEOF
20960 /* confdefs.h. */
20961 _ACEOF
20962 cat confdefs.h >>conftest.$ac_ext
20963 cat >>conftest.$ac_ext <<_ACEOF
20964 /* end confdefs.h. */
20965 #include <sys/types.h>
20966 #ifdef HAVE_SCSI_SG_H
20967 #include <scsi/sg.h>
20968 #endif
20971 main ()
20973 static sg_io_hdr_t ac_aggr;
20974 if (ac_aggr.interface_id)
20975 return 0;
20977 return 0;
20979 _ACEOF
20980 rm -f conftest.$ac_objext
20981 if { (ac_try="$ac_compile"
20982 case "(($ac_try" in
20983 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20984 *) ac_try_echo=$ac_try;;
20985 esac
20986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20987 (eval "$ac_compile") 2>conftest.er1
20988 ac_status=$?
20989 grep -v '^ *+' conftest.er1 >conftest.err
20990 rm -f conftest.er1
20991 cat conftest.err >&5
20992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20993 (exit $ac_status); } && {
20994 test -z "$ac_c_werror_flag" ||
20995 test ! -s conftest.err
20996 } && test -s conftest.$ac_objext; then
20997 ac_cv_member_sg_io_hdr_t_interface_id=yes
20998 else
20999 echo "$as_me: failed program was:" >&5
21000 sed 's/^/| /' conftest.$ac_ext >&5
21002 cat >conftest.$ac_ext <<_ACEOF
21003 /* confdefs.h. */
21004 _ACEOF
21005 cat confdefs.h >>conftest.$ac_ext
21006 cat >>conftest.$ac_ext <<_ACEOF
21007 /* end confdefs.h. */
21008 #include <sys/types.h>
21009 #ifdef HAVE_SCSI_SG_H
21010 #include <scsi/sg.h>
21011 #endif
21014 main ()
21016 static sg_io_hdr_t ac_aggr;
21017 if (sizeof ac_aggr.interface_id)
21018 return 0;
21020 return 0;
21022 _ACEOF
21023 rm -f conftest.$ac_objext
21024 if { (ac_try="$ac_compile"
21025 case "(($ac_try" in
21026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21027 *) ac_try_echo=$ac_try;;
21028 esac
21029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21030 (eval "$ac_compile") 2>conftest.er1
21031 ac_status=$?
21032 grep -v '^ *+' conftest.er1 >conftest.err
21033 rm -f conftest.er1
21034 cat conftest.err >&5
21035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21036 (exit $ac_status); } && {
21037 test -z "$ac_c_werror_flag" ||
21038 test ! -s conftest.err
21039 } && test -s conftest.$ac_objext; then
21040 ac_cv_member_sg_io_hdr_t_interface_id=yes
21041 else
21042 echo "$as_me: failed program was:" >&5
21043 sed 's/^/| /' conftest.$ac_ext >&5
21045 ac_cv_member_sg_io_hdr_t_interface_id=no
21048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21053 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21054 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21055 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21057 cat >>confdefs.h <<_ACEOF
21058 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21059 _ACEOF
21065 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21066 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21067 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21068 echo $ECHO_N "(cached) $ECHO_C" >&6
21069 else
21070 cat >conftest.$ac_ext <<_ACEOF
21071 /* confdefs.h. */
21072 _ACEOF
21073 cat confdefs.h >>conftest.$ac_ext
21074 cat >>conftest.$ac_ext <<_ACEOF
21075 /* end confdefs.h. */
21076 #include <signal.h>
21079 main ()
21081 static siginfo_t ac_aggr;
21082 if (ac_aggr.si_fd)
21083 return 0;
21085 return 0;
21087 _ACEOF
21088 rm -f conftest.$ac_objext
21089 if { (ac_try="$ac_compile"
21090 case "(($ac_try" in
21091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21092 *) ac_try_echo=$ac_try;;
21093 esac
21094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21095 (eval "$ac_compile") 2>conftest.er1
21096 ac_status=$?
21097 grep -v '^ *+' conftest.er1 >conftest.err
21098 rm -f conftest.er1
21099 cat conftest.err >&5
21100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21101 (exit $ac_status); } && {
21102 test -z "$ac_c_werror_flag" ||
21103 test ! -s conftest.err
21104 } && test -s conftest.$ac_objext; then
21105 ac_cv_member_siginfo_t_si_fd=yes
21106 else
21107 echo "$as_me: failed program was:" >&5
21108 sed 's/^/| /' conftest.$ac_ext >&5
21110 cat >conftest.$ac_ext <<_ACEOF
21111 /* confdefs.h. */
21112 _ACEOF
21113 cat confdefs.h >>conftest.$ac_ext
21114 cat >>conftest.$ac_ext <<_ACEOF
21115 /* end confdefs.h. */
21116 #include <signal.h>
21119 main ()
21121 static siginfo_t ac_aggr;
21122 if (sizeof ac_aggr.si_fd)
21123 return 0;
21125 return 0;
21127 _ACEOF
21128 rm -f conftest.$ac_objext
21129 if { (ac_try="$ac_compile"
21130 case "(($ac_try" in
21131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21132 *) ac_try_echo=$ac_try;;
21133 esac
21134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21135 (eval "$ac_compile") 2>conftest.er1
21136 ac_status=$?
21137 grep -v '^ *+' conftest.er1 >conftest.err
21138 rm -f conftest.er1
21139 cat conftest.err >&5
21140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21141 (exit $ac_status); } && {
21142 test -z "$ac_c_werror_flag" ||
21143 test ! -s conftest.err
21144 } && test -s conftest.$ac_objext; then
21145 ac_cv_member_siginfo_t_si_fd=yes
21146 else
21147 echo "$as_me: failed program was:" >&5
21148 sed 's/^/| /' conftest.$ac_ext >&5
21150 ac_cv_member_siginfo_t_si_fd=no
21153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21158 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21159 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21160 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21162 cat >>confdefs.h <<_ACEOF
21163 #define HAVE_SIGINFO_T_SI_FD 1
21164 _ACEOF
21170 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21171 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21172 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21173 echo $ECHO_N "(cached) $ECHO_C" >&6
21174 else
21175 cat >conftest.$ac_ext <<_ACEOF
21176 /* confdefs.h. */
21177 _ACEOF
21178 cat confdefs.h >>conftest.$ac_ext
21179 cat >>conftest.$ac_ext <<_ACEOF
21180 /* end confdefs.h. */
21181 #include <sys/types.h>
21182 #ifdef HAVE_SYS_MTIO_H
21183 #include <sys/mtio.h>
21184 #endif
21187 main ()
21189 static struct mtget ac_aggr;
21190 if (ac_aggr.mt_blksiz)
21191 return 0;
21193 return 0;
21195 _ACEOF
21196 rm -f conftest.$ac_objext
21197 if { (ac_try="$ac_compile"
21198 case "(($ac_try" in
21199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21200 *) ac_try_echo=$ac_try;;
21201 esac
21202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21203 (eval "$ac_compile") 2>conftest.er1
21204 ac_status=$?
21205 grep -v '^ *+' conftest.er1 >conftest.err
21206 rm -f conftest.er1
21207 cat conftest.err >&5
21208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21209 (exit $ac_status); } && {
21210 test -z "$ac_c_werror_flag" ||
21211 test ! -s conftest.err
21212 } && test -s conftest.$ac_objext; then
21213 ac_cv_member_struct_mtget_mt_blksiz=yes
21214 else
21215 echo "$as_me: failed program was:" >&5
21216 sed 's/^/| /' conftest.$ac_ext >&5
21218 cat >conftest.$ac_ext <<_ACEOF
21219 /* confdefs.h. */
21220 _ACEOF
21221 cat confdefs.h >>conftest.$ac_ext
21222 cat >>conftest.$ac_ext <<_ACEOF
21223 /* end confdefs.h. */
21224 #include <sys/types.h>
21225 #ifdef HAVE_SYS_MTIO_H
21226 #include <sys/mtio.h>
21227 #endif
21230 main ()
21232 static struct mtget ac_aggr;
21233 if (sizeof ac_aggr.mt_blksiz)
21234 return 0;
21236 return 0;
21238 _ACEOF
21239 rm -f conftest.$ac_objext
21240 if { (ac_try="$ac_compile"
21241 case "(($ac_try" in
21242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21243 *) ac_try_echo=$ac_try;;
21244 esac
21245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21246 (eval "$ac_compile") 2>conftest.er1
21247 ac_status=$?
21248 grep -v '^ *+' conftest.er1 >conftest.err
21249 rm -f conftest.er1
21250 cat conftest.err >&5
21251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21252 (exit $ac_status); } && {
21253 test -z "$ac_c_werror_flag" ||
21254 test ! -s conftest.err
21255 } && test -s conftest.$ac_objext; then
21256 ac_cv_member_struct_mtget_mt_blksiz=yes
21257 else
21258 echo "$as_me: failed program was:" >&5
21259 sed 's/^/| /' conftest.$ac_ext >&5
21261 ac_cv_member_struct_mtget_mt_blksiz=no
21264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21269 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21270 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21271 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21273 cat >>confdefs.h <<_ACEOF
21274 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21275 _ACEOF
21279 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21280 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21281 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21282 echo $ECHO_N "(cached) $ECHO_C" >&6
21283 else
21284 cat >conftest.$ac_ext <<_ACEOF
21285 /* confdefs.h. */
21286 _ACEOF
21287 cat confdefs.h >>conftest.$ac_ext
21288 cat >>conftest.$ac_ext <<_ACEOF
21289 /* end confdefs.h. */
21290 #include <sys/types.h>
21291 #ifdef HAVE_SYS_MTIO_H
21292 #include <sys/mtio.h>
21293 #endif
21296 main ()
21298 static struct mtget ac_aggr;
21299 if (ac_aggr.mt_gstat)
21300 return 0;
21302 return 0;
21304 _ACEOF
21305 rm -f conftest.$ac_objext
21306 if { (ac_try="$ac_compile"
21307 case "(($ac_try" in
21308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21309 *) ac_try_echo=$ac_try;;
21310 esac
21311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21312 (eval "$ac_compile") 2>conftest.er1
21313 ac_status=$?
21314 grep -v '^ *+' conftest.er1 >conftest.err
21315 rm -f conftest.er1
21316 cat conftest.err >&5
21317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21318 (exit $ac_status); } && {
21319 test -z "$ac_c_werror_flag" ||
21320 test ! -s conftest.err
21321 } && test -s conftest.$ac_objext; then
21322 ac_cv_member_struct_mtget_mt_gstat=yes
21323 else
21324 echo "$as_me: failed program was:" >&5
21325 sed 's/^/| /' conftest.$ac_ext >&5
21327 cat >conftest.$ac_ext <<_ACEOF
21328 /* confdefs.h. */
21329 _ACEOF
21330 cat confdefs.h >>conftest.$ac_ext
21331 cat >>conftest.$ac_ext <<_ACEOF
21332 /* end confdefs.h. */
21333 #include <sys/types.h>
21334 #ifdef HAVE_SYS_MTIO_H
21335 #include <sys/mtio.h>
21336 #endif
21339 main ()
21341 static struct mtget ac_aggr;
21342 if (sizeof ac_aggr.mt_gstat)
21343 return 0;
21345 return 0;
21347 _ACEOF
21348 rm -f conftest.$ac_objext
21349 if { (ac_try="$ac_compile"
21350 case "(($ac_try" in
21351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21352 *) ac_try_echo=$ac_try;;
21353 esac
21354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21355 (eval "$ac_compile") 2>conftest.er1
21356 ac_status=$?
21357 grep -v '^ *+' conftest.er1 >conftest.err
21358 rm -f conftest.er1
21359 cat conftest.err >&5
21360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21361 (exit $ac_status); } && {
21362 test -z "$ac_c_werror_flag" ||
21363 test ! -s conftest.err
21364 } && test -s conftest.$ac_objext; then
21365 ac_cv_member_struct_mtget_mt_gstat=yes
21366 else
21367 echo "$as_me: failed program was:" >&5
21368 sed 's/^/| /' conftest.$ac_ext >&5
21370 ac_cv_member_struct_mtget_mt_gstat=no
21373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21378 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21379 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21380 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21382 cat >>confdefs.h <<_ACEOF
21383 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21384 _ACEOF
21388 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21389 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21390 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21391 echo $ECHO_N "(cached) $ECHO_C" >&6
21392 else
21393 cat >conftest.$ac_ext <<_ACEOF
21394 /* confdefs.h. */
21395 _ACEOF
21396 cat confdefs.h >>conftest.$ac_ext
21397 cat >>conftest.$ac_ext <<_ACEOF
21398 /* end confdefs.h. */
21399 #include <sys/types.h>
21400 #ifdef HAVE_SYS_MTIO_H
21401 #include <sys/mtio.h>
21402 #endif
21405 main ()
21407 static struct mtget ac_aggr;
21408 if (ac_aggr.mt_blkno)
21409 return 0;
21411 return 0;
21413 _ACEOF
21414 rm -f conftest.$ac_objext
21415 if { (ac_try="$ac_compile"
21416 case "(($ac_try" in
21417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21418 *) ac_try_echo=$ac_try;;
21419 esac
21420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21421 (eval "$ac_compile") 2>conftest.er1
21422 ac_status=$?
21423 grep -v '^ *+' conftest.er1 >conftest.err
21424 rm -f conftest.er1
21425 cat conftest.err >&5
21426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21427 (exit $ac_status); } && {
21428 test -z "$ac_c_werror_flag" ||
21429 test ! -s conftest.err
21430 } && test -s conftest.$ac_objext; then
21431 ac_cv_member_struct_mtget_mt_blkno=yes
21432 else
21433 echo "$as_me: failed program was:" >&5
21434 sed 's/^/| /' conftest.$ac_ext >&5
21436 cat >conftest.$ac_ext <<_ACEOF
21437 /* confdefs.h. */
21438 _ACEOF
21439 cat confdefs.h >>conftest.$ac_ext
21440 cat >>conftest.$ac_ext <<_ACEOF
21441 /* end confdefs.h. */
21442 #include <sys/types.h>
21443 #ifdef HAVE_SYS_MTIO_H
21444 #include <sys/mtio.h>
21445 #endif
21448 main ()
21450 static struct mtget ac_aggr;
21451 if (sizeof ac_aggr.mt_blkno)
21452 return 0;
21454 return 0;
21456 _ACEOF
21457 rm -f conftest.$ac_objext
21458 if { (ac_try="$ac_compile"
21459 case "(($ac_try" in
21460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21461 *) ac_try_echo=$ac_try;;
21462 esac
21463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21464 (eval "$ac_compile") 2>conftest.er1
21465 ac_status=$?
21466 grep -v '^ *+' conftest.er1 >conftest.err
21467 rm -f conftest.er1
21468 cat conftest.err >&5
21469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21470 (exit $ac_status); } && {
21471 test -z "$ac_c_werror_flag" ||
21472 test ! -s conftest.err
21473 } && test -s conftest.$ac_objext; then
21474 ac_cv_member_struct_mtget_mt_blkno=yes
21475 else
21476 echo "$as_me: failed program was:" >&5
21477 sed 's/^/| /' conftest.$ac_ext >&5
21479 ac_cv_member_struct_mtget_mt_blkno=no
21482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21487 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21488 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21489 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21491 cat >>confdefs.h <<_ACEOF
21492 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21493 _ACEOF
21499 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21500 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21501 if test "${ac_cv_member_struct_option_name+set}" = set; then
21502 echo $ECHO_N "(cached) $ECHO_C" >&6
21503 else
21504 cat >conftest.$ac_ext <<_ACEOF
21505 /* confdefs.h. */
21506 _ACEOF
21507 cat confdefs.h >>conftest.$ac_ext
21508 cat >>conftest.$ac_ext <<_ACEOF
21509 /* end confdefs.h. */
21510 #ifdef HAVE_GETOPT_H
21511 #include <getopt.h>
21512 #endif
21515 main ()
21517 static struct option ac_aggr;
21518 if (ac_aggr.name)
21519 return 0;
21521 return 0;
21523 _ACEOF
21524 rm -f conftest.$ac_objext
21525 if { (ac_try="$ac_compile"
21526 case "(($ac_try" in
21527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21528 *) ac_try_echo=$ac_try;;
21529 esac
21530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21531 (eval "$ac_compile") 2>conftest.er1
21532 ac_status=$?
21533 grep -v '^ *+' conftest.er1 >conftest.err
21534 rm -f conftest.er1
21535 cat conftest.err >&5
21536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21537 (exit $ac_status); } && {
21538 test -z "$ac_c_werror_flag" ||
21539 test ! -s conftest.err
21540 } && test -s conftest.$ac_objext; then
21541 ac_cv_member_struct_option_name=yes
21542 else
21543 echo "$as_me: failed program was:" >&5
21544 sed 's/^/| /' conftest.$ac_ext >&5
21546 cat >conftest.$ac_ext <<_ACEOF
21547 /* confdefs.h. */
21548 _ACEOF
21549 cat confdefs.h >>conftest.$ac_ext
21550 cat >>conftest.$ac_ext <<_ACEOF
21551 /* end confdefs.h. */
21552 #ifdef HAVE_GETOPT_H
21553 #include <getopt.h>
21554 #endif
21557 main ()
21559 static struct option ac_aggr;
21560 if (sizeof ac_aggr.name)
21561 return 0;
21563 return 0;
21565 _ACEOF
21566 rm -f conftest.$ac_objext
21567 if { (ac_try="$ac_compile"
21568 case "(($ac_try" in
21569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21570 *) ac_try_echo=$ac_try;;
21571 esac
21572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21573 (eval "$ac_compile") 2>conftest.er1
21574 ac_status=$?
21575 grep -v '^ *+' conftest.er1 >conftest.err
21576 rm -f conftest.er1
21577 cat conftest.err >&5
21578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21579 (exit $ac_status); } && {
21580 test -z "$ac_c_werror_flag" ||
21581 test ! -s conftest.err
21582 } && test -s conftest.$ac_objext; then
21583 ac_cv_member_struct_option_name=yes
21584 else
21585 echo "$as_me: failed program was:" >&5
21586 sed 's/^/| /' conftest.$ac_ext >&5
21588 ac_cv_member_struct_option_name=no
21591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21594 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21596 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21597 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21598 if test $ac_cv_member_struct_option_name = yes; then
21600 cat >>confdefs.h <<_ACEOF
21601 #define HAVE_STRUCT_OPTION_NAME 1
21602 _ACEOF
21608 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21609 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21610 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21611 echo $ECHO_N "(cached) $ECHO_C" >&6
21612 else
21613 cat >conftest.$ac_ext <<_ACEOF
21614 /* confdefs.h. */
21615 _ACEOF
21616 cat confdefs.h >>conftest.$ac_ext
21617 cat >>conftest.$ac_ext <<_ACEOF
21618 /* end confdefs.h. */
21619 $ac_includes_default
21621 main ()
21623 static struct stat ac_aggr;
21624 if (ac_aggr.st_blocks)
21625 return 0;
21627 return 0;
21629 _ACEOF
21630 rm -f conftest.$ac_objext
21631 if { (ac_try="$ac_compile"
21632 case "(($ac_try" in
21633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21634 *) ac_try_echo=$ac_try;;
21635 esac
21636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21637 (eval "$ac_compile") 2>conftest.er1
21638 ac_status=$?
21639 grep -v '^ *+' conftest.er1 >conftest.err
21640 rm -f conftest.er1
21641 cat conftest.err >&5
21642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21643 (exit $ac_status); } && {
21644 test -z "$ac_c_werror_flag" ||
21645 test ! -s conftest.err
21646 } && test -s conftest.$ac_objext; then
21647 ac_cv_member_struct_stat_st_blocks=yes
21648 else
21649 echo "$as_me: failed program was:" >&5
21650 sed 's/^/| /' conftest.$ac_ext >&5
21652 cat >conftest.$ac_ext <<_ACEOF
21653 /* confdefs.h. */
21654 _ACEOF
21655 cat confdefs.h >>conftest.$ac_ext
21656 cat >>conftest.$ac_ext <<_ACEOF
21657 /* end confdefs.h. */
21658 $ac_includes_default
21660 main ()
21662 static struct stat ac_aggr;
21663 if (sizeof ac_aggr.st_blocks)
21664 return 0;
21666 return 0;
21668 _ACEOF
21669 rm -f conftest.$ac_objext
21670 if { (ac_try="$ac_compile"
21671 case "(($ac_try" in
21672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21673 *) ac_try_echo=$ac_try;;
21674 esac
21675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21676 (eval "$ac_compile") 2>conftest.er1
21677 ac_status=$?
21678 grep -v '^ *+' conftest.er1 >conftest.err
21679 rm -f conftest.er1
21680 cat conftest.err >&5
21681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21682 (exit $ac_status); } && {
21683 test -z "$ac_c_werror_flag" ||
21684 test ! -s conftest.err
21685 } && test -s conftest.$ac_objext; then
21686 ac_cv_member_struct_stat_st_blocks=yes
21687 else
21688 echo "$as_me: failed program was:" >&5
21689 sed 's/^/| /' conftest.$ac_ext >&5
21691 ac_cv_member_struct_stat_st_blocks=no
21694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21699 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21700 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21701 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21703 cat >>confdefs.h <<_ACEOF
21704 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21705 _ACEOF
21709 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21710 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21711 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21712 echo $ECHO_N "(cached) $ECHO_C" >&6
21713 else
21714 cat >conftest.$ac_ext <<_ACEOF
21715 /* confdefs.h. */
21716 _ACEOF
21717 cat confdefs.h >>conftest.$ac_ext
21718 cat >>conftest.$ac_ext <<_ACEOF
21719 /* end confdefs.h. */
21720 $ac_includes_default
21722 main ()
21724 static struct stat ac_aggr;
21725 if (ac_aggr.st_mtim)
21726 return 0;
21728 return 0;
21730 _ACEOF
21731 rm -f conftest.$ac_objext
21732 if { (ac_try="$ac_compile"
21733 case "(($ac_try" in
21734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21735 *) ac_try_echo=$ac_try;;
21736 esac
21737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21738 (eval "$ac_compile") 2>conftest.er1
21739 ac_status=$?
21740 grep -v '^ *+' conftest.er1 >conftest.err
21741 rm -f conftest.er1
21742 cat conftest.err >&5
21743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21744 (exit $ac_status); } && {
21745 test -z "$ac_c_werror_flag" ||
21746 test ! -s conftest.err
21747 } && test -s conftest.$ac_objext; then
21748 ac_cv_member_struct_stat_st_mtim=yes
21749 else
21750 echo "$as_me: failed program was:" >&5
21751 sed 's/^/| /' conftest.$ac_ext >&5
21753 cat >conftest.$ac_ext <<_ACEOF
21754 /* confdefs.h. */
21755 _ACEOF
21756 cat confdefs.h >>conftest.$ac_ext
21757 cat >>conftest.$ac_ext <<_ACEOF
21758 /* end confdefs.h. */
21759 $ac_includes_default
21761 main ()
21763 static struct stat ac_aggr;
21764 if (sizeof ac_aggr.st_mtim)
21765 return 0;
21767 return 0;
21769 _ACEOF
21770 rm -f conftest.$ac_objext
21771 if { (ac_try="$ac_compile"
21772 case "(($ac_try" in
21773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21774 *) ac_try_echo=$ac_try;;
21775 esac
21776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21777 (eval "$ac_compile") 2>conftest.er1
21778 ac_status=$?
21779 grep -v '^ *+' conftest.er1 >conftest.err
21780 rm -f conftest.er1
21781 cat conftest.err >&5
21782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21783 (exit $ac_status); } && {
21784 test -z "$ac_c_werror_flag" ||
21785 test ! -s conftest.err
21786 } && test -s conftest.$ac_objext; then
21787 ac_cv_member_struct_stat_st_mtim=yes
21788 else
21789 echo "$as_me: failed program was:" >&5
21790 sed 's/^/| /' conftest.$ac_ext >&5
21792 ac_cv_member_struct_stat_st_mtim=no
21795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21800 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21801 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21802 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21804 cat >>confdefs.h <<_ACEOF
21805 #define HAVE_STRUCT_STAT_ST_MTIM 1
21806 _ACEOF
21810 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21811 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21812 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21813 echo $ECHO_N "(cached) $ECHO_C" >&6
21814 else
21815 cat >conftest.$ac_ext <<_ACEOF
21816 /* confdefs.h. */
21817 _ACEOF
21818 cat confdefs.h >>conftest.$ac_ext
21819 cat >>conftest.$ac_ext <<_ACEOF
21820 /* end confdefs.h. */
21821 $ac_includes_default
21823 main ()
21825 static struct stat ac_aggr;
21826 if (ac_aggr.st_ctim)
21827 return 0;
21829 return 0;
21831 _ACEOF
21832 rm -f conftest.$ac_objext
21833 if { (ac_try="$ac_compile"
21834 case "(($ac_try" in
21835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21836 *) ac_try_echo=$ac_try;;
21837 esac
21838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21839 (eval "$ac_compile") 2>conftest.er1
21840 ac_status=$?
21841 grep -v '^ *+' conftest.er1 >conftest.err
21842 rm -f conftest.er1
21843 cat conftest.err >&5
21844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21845 (exit $ac_status); } && {
21846 test -z "$ac_c_werror_flag" ||
21847 test ! -s conftest.err
21848 } && test -s conftest.$ac_objext; then
21849 ac_cv_member_struct_stat_st_ctim=yes
21850 else
21851 echo "$as_me: failed program was:" >&5
21852 sed 's/^/| /' conftest.$ac_ext >&5
21854 cat >conftest.$ac_ext <<_ACEOF
21855 /* confdefs.h. */
21856 _ACEOF
21857 cat confdefs.h >>conftest.$ac_ext
21858 cat >>conftest.$ac_ext <<_ACEOF
21859 /* end confdefs.h. */
21860 $ac_includes_default
21862 main ()
21864 static struct stat ac_aggr;
21865 if (sizeof ac_aggr.st_ctim)
21866 return 0;
21868 return 0;
21870 _ACEOF
21871 rm -f conftest.$ac_objext
21872 if { (ac_try="$ac_compile"
21873 case "(($ac_try" in
21874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21875 *) ac_try_echo=$ac_try;;
21876 esac
21877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21878 (eval "$ac_compile") 2>conftest.er1
21879 ac_status=$?
21880 grep -v '^ *+' conftest.er1 >conftest.err
21881 rm -f conftest.er1
21882 cat conftest.err >&5
21883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21884 (exit $ac_status); } && {
21885 test -z "$ac_c_werror_flag" ||
21886 test ! -s conftest.err
21887 } && test -s conftest.$ac_objext; then
21888 ac_cv_member_struct_stat_st_ctim=yes
21889 else
21890 echo "$as_me: failed program was:" >&5
21891 sed 's/^/| /' conftest.$ac_ext >&5
21893 ac_cv_member_struct_stat_st_ctim=no
21896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21901 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21902 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21903 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21905 cat >>confdefs.h <<_ACEOF
21906 #define HAVE_STRUCT_STAT_ST_CTIM 1
21907 _ACEOF
21911 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21912 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21913 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21914 echo $ECHO_N "(cached) $ECHO_C" >&6
21915 else
21916 cat >conftest.$ac_ext <<_ACEOF
21917 /* confdefs.h. */
21918 _ACEOF
21919 cat confdefs.h >>conftest.$ac_ext
21920 cat >>conftest.$ac_ext <<_ACEOF
21921 /* end confdefs.h. */
21922 $ac_includes_default
21924 main ()
21926 static struct stat ac_aggr;
21927 if (ac_aggr.st_atim)
21928 return 0;
21930 return 0;
21932 _ACEOF
21933 rm -f conftest.$ac_objext
21934 if { (ac_try="$ac_compile"
21935 case "(($ac_try" in
21936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21937 *) ac_try_echo=$ac_try;;
21938 esac
21939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21940 (eval "$ac_compile") 2>conftest.er1
21941 ac_status=$?
21942 grep -v '^ *+' conftest.er1 >conftest.err
21943 rm -f conftest.er1
21944 cat conftest.err >&5
21945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21946 (exit $ac_status); } && {
21947 test -z "$ac_c_werror_flag" ||
21948 test ! -s conftest.err
21949 } && test -s conftest.$ac_objext; then
21950 ac_cv_member_struct_stat_st_atim=yes
21951 else
21952 echo "$as_me: failed program was:" >&5
21953 sed 's/^/| /' conftest.$ac_ext >&5
21955 cat >conftest.$ac_ext <<_ACEOF
21956 /* confdefs.h. */
21957 _ACEOF
21958 cat confdefs.h >>conftest.$ac_ext
21959 cat >>conftest.$ac_ext <<_ACEOF
21960 /* end confdefs.h. */
21961 $ac_includes_default
21963 main ()
21965 static struct stat ac_aggr;
21966 if (sizeof ac_aggr.st_atim)
21967 return 0;
21969 return 0;
21971 _ACEOF
21972 rm -f conftest.$ac_objext
21973 if { (ac_try="$ac_compile"
21974 case "(($ac_try" in
21975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21976 *) ac_try_echo=$ac_try;;
21977 esac
21978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21979 (eval "$ac_compile") 2>conftest.er1
21980 ac_status=$?
21981 grep -v '^ *+' conftest.er1 >conftest.err
21982 rm -f conftest.er1
21983 cat conftest.err >&5
21984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21985 (exit $ac_status); } && {
21986 test -z "$ac_c_werror_flag" ||
21987 test ! -s conftest.err
21988 } && test -s conftest.$ac_objext; then
21989 ac_cv_member_struct_stat_st_atim=yes
21990 else
21991 echo "$as_me: failed program was:" >&5
21992 sed 's/^/| /' conftest.$ac_ext >&5
21994 ac_cv_member_struct_stat_st_atim=no
21997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22002 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22003 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22004 if test $ac_cv_member_struct_stat_st_atim = yes; then
22006 cat >>confdefs.h <<_ACEOF
22007 #define HAVE_STRUCT_STAT_ST_ATIM 1
22008 _ACEOF
22014 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22015 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22016 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22017 echo $ECHO_N "(cached) $ECHO_C" >&6
22018 else
22019 cat >conftest.$ac_ext <<_ACEOF
22020 /* confdefs.h. */
22021 _ACEOF
22022 cat confdefs.h >>conftest.$ac_ext
22023 cat >>conftest.$ac_ext <<_ACEOF
22024 /* end confdefs.h. */
22025 #ifdef HAVE_SYS_TYPES_H
22026 #include <sys/types.h>
22027 #endif
22028 #ifdef HAVE_NETINET_IN_H
22029 #include <netinet/in.h>
22030 #endif
22033 main ()
22035 static struct sockaddr_in6 ac_aggr;
22036 if (ac_aggr.sin6_scope_id)
22037 return 0;
22039 return 0;
22041 _ACEOF
22042 rm -f conftest.$ac_objext
22043 if { (ac_try="$ac_compile"
22044 case "(($ac_try" in
22045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22046 *) ac_try_echo=$ac_try;;
22047 esac
22048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22049 (eval "$ac_compile") 2>conftest.er1
22050 ac_status=$?
22051 grep -v '^ *+' conftest.er1 >conftest.err
22052 rm -f conftest.er1
22053 cat conftest.err >&5
22054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22055 (exit $ac_status); } && {
22056 test -z "$ac_c_werror_flag" ||
22057 test ! -s conftest.err
22058 } && test -s conftest.$ac_objext; then
22059 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22060 else
22061 echo "$as_me: failed program was:" >&5
22062 sed 's/^/| /' conftest.$ac_ext >&5
22064 cat >conftest.$ac_ext <<_ACEOF
22065 /* confdefs.h. */
22066 _ACEOF
22067 cat confdefs.h >>conftest.$ac_ext
22068 cat >>conftest.$ac_ext <<_ACEOF
22069 /* end confdefs.h. */
22070 #ifdef HAVE_SYS_TYPES_H
22071 #include <sys/types.h>
22072 #endif
22073 #ifdef HAVE_NETINET_IN_H
22074 #include <netinet/in.h>
22075 #endif
22078 main ()
22080 static struct sockaddr_in6 ac_aggr;
22081 if (sizeof ac_aggr.sin6_scope_id)
22082 return 0;
22084 return 0;
22086 _ACEOF
22087 rm -f conftest.$ac_objext
22088 if { (ac_try="$ac_compile"
22089 case "(($ac_try" in
22090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22091 *) ac_try_echo=$ac_try;;
22092 esac
22093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22094 (eval "$ac_compile") 2>conftest.er1
22095 ac_status=$?
22096 grep -v '^ *+' conftest.er1 >conftest.err
22097 rm -f conftest.er1
22098 cat conftest.err >&5
22099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22100 (exit $ac_status); } && {
22101 test -z "$ac_c_werror_flag" ||
22102 test ! -s conftest.err
22103 } && test -s conftest.$ac_objext; then
22104 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22105 else
22106 echo "$as_me: failed program was:" >&5
22107 sed 's/^/| /' conftest.$ac_ext >&5
22109 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22117 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22118 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22119 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22121 cat >>confdefs.h <<_ACEOF
22122 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22123 _ACEOF
22129 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22130 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22131 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22132 echo $ECHO_N "(cached) $ECHO_C" >&6
22133 else
22134 cat >conftest.$ac_ext <<_ACEOF
22135 /* confdefs.h. */
22136 _ACEOF
22137 cat confdefs.h >>conftest.$ac_ext
22138 cat >>conftest.$ac_ext <<_ACEOF
22139 /* end confdefs.h. */
22140 #ifdef HAVE_SYS_TYPES_H
22141 #include <sys/types.h>
22142 #endif
22143 #ifdef HAVE_NETINET_IN_H
22144 # include <netinet/in.h>
22145 #endif
22146 #ifdef HAVE_ARPA_NAMESER_H
22147 # include <arpa/nameser.h>
22148 #endif
22151 main ()
22153 static ns_msg ac_aggr;
22154 if (ac_aggr._msg_ptr)
22155 return 0;
22157 return 0;
22159 _ACEOF
22160 rm -f conftest.$ac_objext
22161 if { (ac_try="$ac_compile"
22162 case "(($ac_try" in
22163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22164 *) ac_try_echo=$ac_try;;
22165 esac
22166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22167 (eval "$ac_compile") 2>conftest.er1
22168 ac_status=$?
22169 grep -v '^ *+' conftest.er1 >conftest.err
22170 rm -f conftest.er1
22171 cat conftest.err >&5
22172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22173 (exit $ac_status); } && {
22174 test -z "$ac_c_werror_flag" ||
22175 test ! -s conftest.err
22176 } && test -s conftest.$ac_objext; then
22177 ac_cv_member_ns_msg__msg_ptr=yes
22178 else
22179 echo "$as_me: failed program was:" >&5
22180 sed 's/^/| /' conftest.$ac_ext >&5
22182 cat >conftest.$ac_ext <<_ACEOF
22183 /* confdefs.h. */
22184 _ACEOF
22185 cat confdefs.h >>conftest.$ac_ext
22186 cat >>conftest.$ac_ext <<_ACEOF
22187 /* end confdefs.h. */
22188 #ifdef HAVE_SYS_TYPES_H
22189 #include <sys/types.h>
22190 #endif
22191 #ifdef HAVE_NETINET_IN_H
22192 # include <netinet/in.h>
22193 #endif
22194 #ifdef HAVE_ARPA_NAMESER_H
22195 # include <arpa/nameser.h>
22196 #endif
22199 main ()
22201 static ns_msg ac_aggr;
22202 if (sizeof ac_aggr._msg_ptr)
22203 return 0;
22205 return 0;
22207 _ACEOF
22208 rm -f conftest.$ac_objext
22209 if { (ac_try="$ac_compile"
22210 case "(($ac_try" in
22211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22212 *) ac_try_echo=$ac_try;;
22213 esac
22214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22215 (eval "$ac_compile") 2>conftest.er1
22216 ac_status=$?
22217 grep -v '^ *+' conftest.er1 >conftest.err
22218 rm -f conftest.er1
22219 cat conftest.err >&5
22220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22221 (exit $ac_status); } && {
22222 test -z "$ac_c_werror_flag" ||
22223 test ! -s conftest.err
22224 } && test -s conftest.$ac_objext; then
22225 ac_cv_member_ns_msg__msg_ptr=yes
22226 else
22227 echo "$as_me: failed program was:" >&5
22228 sed 's/^/| /' conftest.$ac_ext >&5
22230 ac_cv_member_ns_msg__msg_ptr=no
22233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22238 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22239 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22240 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22242 cat >>confdefs.h <<_ACEOF
22243 #define HAVE_NS_MSG__MSG_PTR 1
22244 _ACEOF
22250 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22251 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22252 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22253 echo $ECHO_N "(cached) $ECHO_C" >&6
22254 else
22255 cat >conftest.$ac_ext <<_ACEOF
22256 /* confdefs.h. */
22257 _ACEOF
22258 cat confdefs.h >>conftest.$ac_ext
22259 cat >>conftest.$ac_ext <<_ACEOF
22260 /* end confdefs.h. */
22261 #ifdef HAVE_SYS_TYPES_H
22262 #include <sys/types.h>
22263 #endif
22264 #ifdef HAVE_ALIAS_H
22265 #include <alias.h>
22266 #endif
22267 #ifdef HAVE_SYS_SOCKET_H
22268 #include <sys/socket.h>
22269 #endif
22270 #ifdef HAVE_SYS_SOCKETVAR_H
22271 #include <sys/socketvar.h>
22272 #endif
22273 #ifdef HAVE_SYS_TIMEOUT_H
22274 #include <sys/timeout.h>
22275 #endif
22276 #ifdef HAVE_NETINET_IN_H
22277 #include <netinet/in.h>
22278 #endif
22279 #ifdef HAVE_NETINET_IN_SYSTM_H
22280 #include <netinet/in_systm.h>
22281 #endif
22282 #ifdef HAVE_NETINET_IP_H
22283 #include <netinet/ip.h>
22284 #endif
22285 #ifdef HAVE_NETINET_IP_VAR_H
22286 #include <netinet/ip_var.h>
22287 #endif
22288 #ifdef HAVE_NETINET_IP_ICMP_H
22289 #include <netinet/ip_icmp.h>
22290 #endif
22291 #ifdef HAVE_NETINET_ICMP_VAR
22292 #include <netinet/icmp_var.h>
22293 #endif
22296 main ()
22298 static struct icmpstat ac_aggr;
22299 if (ac_aggr.icps_outhist)
22300 return 0;
22302 return 0;
22304 _ACEOF
22305 rm -f conftest.$ac_objext
22306 if { (ac_try="$ac_compile"
22307 case "(($ac_try" in
22308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22309 *) ac_try_echo=$ac_try;;
22310 esac
22311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22312 (eval "$ac_compile") 2>conftest.er1
22313 ac_status=$?
22314 grep -v '^ *+' conftest.er1 >conftest.err
22315 rm -f conftest.er1
22316 cat conftest.err >&5
22317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22318 (exit $ac_status); } && {
22319 test -z "$ac_c_werror_flag" ||
22320 test ! -s conftest.err
22321 } && test -s conftest.$ac_objext; then
22322 ac_cv_member_struct_icmpstat_icps_outhist=yes
22323 else
22324 echo "$as_me: failed program was:" >&5
22325 sed 's/^/| /' conftest.$ac_ext >&5
22327 cat >conftest.$ac_ext <<_ACEOF
22328 /* confdefs.h. */
22329 _ACEOF
22330 cat confdefs.h >>conftest.$ac_ext
22331 cat >>conftest.$ac_ext <<_ACEOF
22332 /* end confdefs.h. */
22333 #ifdef HAVE_SYS_TYPES_H
22334 #include <sys/types.h>
22335 #endif
22336 #ifdef HAVE_ALIAS_H
22337 #include <alias.h>
22338 #endif
22339 #ifdef HAVE_SYS_SOCKET_H
22340 #include <sys/socket.h>
22341 #endif
22342 #ifdef HAVE_SYS_SOCKETVAR_H
22343 #include <sys/socketvar.h>
22344 #endif
22345 #ifdef HAVE_SYS_TIMEOUT_H
22346 #include <sys/timeout.h>
22347 #endif
22348 #ifdef HAVE_NETINET_IN_H
22349 #include <netinet/in.h>
22350 #endif
22351 #ifdef HAVE_NETINET_IN_SYSTM_H
22352 #include <netinet/in_systm.h>
22353 #endif
22354 #ifdef HAVE_NETINET_IP_H
22355 #include <netinet/ip.h>
22356 #endif
22357 #ifdef HAVE_NETINET_IP_VAR_H
22358 #include <netinet/ip_var.h>
22359 #endif
22360 #ifdef HAVE_NETINET_IP_ICMP_H
22361 #include <netinet/ip_icmp.h>
22362 #endif
22363 #ifdef HAVE_NETINET_ICMP_VAR
22364 #include <netinet/icmp_var.h>
22365 #endif
22368 main ()
22370 static struct icmpstat ac_aggr;
22371 if (sizeof ac_aggr.icps_outhist)
22372 return 0;
22374 return 0;
22376 _ACEOF
22377 rm -f conftest.$ac_objext
22378 if { (ac_try="$ac_compile"
22379 case "(($ac_try" in
22380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22381 *) ac_try_echo=$ac_try;;
22382 esac
22383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22384 (eval "$ac_compile") 2>conftest.er1
22385 ac_status=$?
22386 grep -v '^ *+' conftest.er1 >conftest.err
22387 rm -f conftest.er1
22388 cat conftest.err >&5
22389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22390 (exit $ac_status); } && {
22391 test -z "$ac_c_werror_flag" ||
22392 test ! -s conftest.err
22393 } && test -s conftest.$ac_objext; then
22394 ac_cv_member_struct_icmpstat_icps_outhist=yes
22395 else
22396 echo "$as_me: failed program was:" >&5
22397 sed 's/^/| /' conftest.$ac_ext >&5
22399 ac_cv_member_struct_icmpstat_icps_outhist=no
22402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22407 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22408 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22409 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22411 cat >>confdefs.h <<_ACEOF
22412 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22413 _ACEOF
22419 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22420 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22421 if test "${ac_cv_have_timezone+set}" = set; then
22422 echo $ECHO_N "(cached) $ECHO_C" >&6
22423 else
22424 cat >conftest.$ac_ext <<_ACEOF
22425 /* confdefs.h. */
22426 _ACEOF
22427 cat confdefs.h >>conftest.$ac_ext
22428 cat >>conftest.$ac_ext <<_ACEOF
22429 /* end confdefs.h. */
22430 #include <time.h>
22432 main ()
22434 timezone = 1
22436 return 0;
22438 _ACEOF
22439 rm -f conftest.$ac_objext conftest$ac_exeext
22440 if { (ac_try="$ac_link"
22441 case "(($ac_try" in
22442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22443 *) ac_try_echo=$ac_try;;
22444 esac
22445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22446 (eval "$ac_link") 2>conftest.er1
22447 ac_status=$?
22448 grep -v '^ *+' conftest.er1 >conftest.err
22449 rm -f conftest.er1
22450 cat conftest.err >&5
22451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22452 (exit $ac_status); } && {
22453 test -z "$ac_c_werror_flag" ||
22454 test ! -s conftest.err
22455 } && test -s conftest$ac_exeext &&
22456 $as_test_x conftest$ac_exeext; then
22457 ac_cv_have_timezone="yes"
22458 else
22459 echo "$as_me: failed program was:" >&5
22460 sed 's/^/| /' conftest.$ac_ext >&5
22462 ac_cv_have_timezone="no"
22465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22466 conftest$ac_exeext conftest.$ac_ext
22468 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22469 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22470 if test "$ac_cv_have_timezone" = "yes"
22471 then
22473 cat >>confdefs.h <<\_ACEOF
22474 #define HAVE_TIMEZONE 1
22475 _ACEOF
22478 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22479 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22480 if test "${ac_cv_have_daylight+set}" = set; then
22481 echo $ECHO_N "(cached) $ECHO_C" >&6
22482 else
22483 cat >conftest.$ac_ext <<_ACEOF
22484 /* confdefs.h. */
22485 _ACEOF
22486 cat confdefs.h >>conftest.$ac_ext
22487 cat >>conftest.$ac_ext <<_ACEOF
22488 /* end confdefs.h. */
22489 #include <time.h>
22491 main ()
22493 daylight = 1
22495 return 0;
22497 _ACEOF
22498 rm -f conftest.$ac_objext conftest$ac_exeext
22499 if { (ac_try="$ac_link"
22500 case "(($ac_try" in
22501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22502 *) ac_try_echo=$ac_try;;
22503 esac
22504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22505 (eval "$ac_link") 2>conftest.er1
22506 ac_status=$?
22507 grep -v '^ *+' conftest.er1 >conftest.err
22508 rm -f conftest.er1
22509 cat conftest.err >&5
22510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22511 (exit $ac_status); } && {
22512 test -z "$ac_c_werror_flag" ||
22513 test ! -s conftest.err
22514 } && test -s conftest$ac_exeext &&
22515 $as_test_x conftest$ac_exeext; then
22516 ac_cv_have_daylight="yes"
22517 else
22518 echo "$as_me: failed program was:" >&5
22519 sed 's/^/| /' conftest.$ac_ext >&5
22521 ac_cv_have_daylight="no"
22524 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22525 conftest$ac_exeext conftest.$ac_ext
22527 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22528 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22529 if test "$ac_cv_have_daylight" = "yes"
22530 then
22532 cat >>confdefs.h <<\_ACEOF
22533 #define HAVE_DAYLIGHT 1
22534 _ACEOF
22538 { echo "$as_me:$LINENO: checking for isinf" >&5
22539 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22540 if test "${ac_cv_have_isinf+set}" = set; then
22541 echo $ECHO_N "(cached) $ECHO_C" >&6
22542 else
22543 cat >conftest.$ac_ext <<_ACEOF
22544 /* confdefs.h. */
22545 _ACEOF
22546 cat confdefs.h >>conftest.$ac_ext
22547 cat >>conftest.$ac_ext <<_ACEOF
22548 /* end confdefs.h. */
22549 #include <math.h>
22551 main ()
22553 float f = 0.0; int i=isinf(f)
22555 return 0;
22557 _ACEOF
22558 rm -f conftest.$ac_objext conftest$ac_exeext
22559 if { (ac_try="$ac_link"
22560 case "(($ac_try" in
22561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22562 *) ac_try_echo=$ac_try;;
22563 esac
22564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22565 (eval "$ac_link") 2>conftest.er1
22566 ac_status=$?
22567 grep -v '^ *+' conftest.er1 >conftest.err
22568 rm -f conftest.er1
22569 cat conftest.err >&5
22570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22571 (exit $ac_status); } && {
22572 test -z "$ac_c_werror_flag" ||
22573 test ! -s conftest.err
22574 } && test -s conftest$ac_exeext &&
22575 $as_test_x conftest$ac_exeext; then
22576 ac_cv_have_isinf="yes"
22577 else
22578 echo "$as_me: failed program was:" >&5
22579 sed 's/^/| /' conftest.$ac_ext >&5
22581 ac_cv_have_isinf="no"
22584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22585 conftest$ac_exeext conftest.$ac_ext
22587 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22588 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22589 if test "$ac_cv_have_isinf" = "yes"
22590 then
22592 cat >>confdefs.h <<\_ACEOF
22593 #define HAVE_ISINF 1
22594 _ACEOF
22598 { echo "$as_me:$LINENO: checking for isnan" >&5
22599 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22600 if test "${ac_cv_have_isnan+set}" = set; then
22601 echo $ECHO_N "(cached) $ECHO_C" >&6
22602 else
22603 cat >conftest.$ac_ext <<_ACEOF
22604 /* confdefs.h. */
22605 _ACEOF
22606 cat confdefs.h >>conftest.$ac_ext
22607 cat >>conftest.$ac_ext <<_ACEOF
22608 /* end confdefs.h. */
22609 #include <math.h>
22611 main ()
22613 float f = 0.0; int i=isnan(f)
22615 return 0;
22617 _ACEOF
22618 rm -f conftest.$ac_objext conftest$ac_exeext
22619 if { (ac_try="$ac_link"
22620 case "(($ac_try" in
22621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22622 *) ac_try_echo=$ac_try;;
22623 esac
22624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22625 (eval "$ac_link") 2>conftest.er1
22626 ac_status=$?
22627 grep -v '^ *+' conftest.er1 >conftest.err
22628 rm -f conftest.er1
22629 cat conftest.err >&5
22630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22631 (exit $ac_status); } && {
22632 test -z "$ac_c_werror_flag" ||
22633 test ! -s conftest.err
22634 } && test -s conftest$ac_exeext &&
22635 $as_test_x conftest$ac_exeext; then
22636 ac_cv_have_isnan="yes"
22637 else
22638 echo "$as_me: failed program was:" >&5
22639 sed 's/^/| /' conftest.$ac_ext >&5
22641 ac_cv_have_isnan="no"
22644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22645 conftest$ac_exeext conftest.$ac_ext
22647 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22648 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22649 if test "$ac_cv_have_isnan" = "yes"
22650 then
22652 cat >>confdefs.h <<\_ACEOF
22653 #define HAVE_ISNAN 1
22654 _ACEOF
22659 case $host_cpu in
22660 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22661 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22662 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22663 echo $ECHO_N "(cached) $ECHO_C" >&6
22664 else
22665 cat >conftest.$ac_ext <<_ACEOF
22666 /* confdefs.h. */
22667 _ACEOF
22668 cat confdefs.h >>conftest.$ac_ext
22669 cat >>conftest.$ac_ext <<_ACEOF
22670 /* end confdefs.h. */
22671 #ifndef __i386__
22673 #endif
22674 _ACEOF
22675 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22676 $EGREP "yes" >/dev/null 2>&1; then
22677 ac_cv_cpp_def___i386__=yes
22678 else
22679 ac_cv_cpp_def___i386__=no
22681 rm -f conftest*
22684 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22685 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22686 if test $ac_cv_cpp_def___i386__ = yes; then
22687 CFLAGS="$CFLAGS -D__i386__"
22688 LINTFLAGS="$LINTFLAGS -D__i386__"
22691 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22692 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22693 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22694 echo $ECHO_N "(cached) $ECHO_C" >&6
22695 else
22696 cat >conftest.$ac_ext <<_ACEOF
22697 /* confdefs.h. */
22698 _ACEOF
22699 cat confdefs.h >>conftest.$ac_ext
22700 cat >>conftest.$ac_ext <<_ACEOF
22701 /* end confdefs.h. */
22702 #ifndef __x86_64__
22704 #endif
22705 _ACEOF
22706 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22707 $EGREP "yes" >/dev/null 2>&1; then
22708 ac_cv_cpp_def___x86_64__=yes
22709 else
22710 ac_cv_cpp_def___x86_64__=no
22712 rm -f conftest*
22715 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22716 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22717 if test $ac_cv_cpp_def___x86_64__ = yes; then
22718 CFLAGS="$CFLAGS -D__x86_64__"
22719 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22722 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22723 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22724 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22725 echo $ECHO_N "(cached) $ECHO_C" >&6
22726 else
22727 cat >conftest.$ac_ext <<_ACEOF
22728 /* confdefs.h. */
22729 _ACEOF
22730 cat confdefs.h >>conftest.$ac_ext
22731 cat >>conftest.$ac_ext <<_ACEOF
22732 /* end confdefs.h. */
22733 #ifndef __ALPHA__
22735 #endif
22736 _ACEOF
22737 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22738 $EGREP "yes" >/dev/null 2>&1; then
22739 ac_cv_cpp_def___ALPHA__=yes
22740 else
22741 ac_cv_cpp_def___ALPHA__=no
22743 rm -f conftest*
22746 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22747 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22748 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22749 CFLAGS="$CFLAGS -D__ALPHA__"
22750 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22753 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22754 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22755 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22756 echo $ECHO_N "(cached) $ECHO_C" >&6
22757 else
22758 cat >conftest.$ac_ext <<_ACEOF
22759 /* confdefs.h. */
22760 _ACEOF
22761 cat confdefs.h >>conftest.$ac_ext
22762 cat >>conftest.$ac_ext <<_ACEOF
22763 /* end confdefs.h. */
22764 #ifndef __sparc__
22766 #endif
22767 _ACEOF
22768 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22769 $EGREP "yes" >/dev/null 2>&1; then
22770 ac_cv_cpp_def___sparc__=yes
22771 else
22772 ac_cv_cpp_def___sparc__=no
22774 rm -f conftest*
22777 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22778 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22779 if test $ac_cv_cpp_def___sparc__ = yes; then
22780 CFLAGS="$CFLAGS -D__sparc__"
22781 LINTFLAGS="$LINTFLAGS -D__sparc__"
22784 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22785 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22786 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22787 echo $ECHO_N "(cached) $ECHO_C" >&6
22788 else
22789 cat >conftest.$ac_ext <<_ACEOF
22790 /* confdefs.h. */
22791 _ACEOF
22792 cat confdefs.h >>conftest.$ac_ext
22793 cat >>conftest.$ac_ext <<_ACEOF
22794 /* end confdefs.h. */
22795 #ifndef __powerpc__
22797 #endif
22798 _ACEOF
22799 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22800 $EGREP "yes" >/dev/null 2>&1; then
22801 ac_cv_cpp_def___powerpc__=yes
22802 else
22803 ac_cv_cpp_def___powerpc__=no
22805 rm -f conftest*
22808 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22809 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22810 if test $ac_cv_cpp_def___powerpc__ = yes; then
22811 CFLAGS="$CFLAGS -D__powerpc__"
22812 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22815 esac
22817 case $host_vendor in
22818 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22819 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22820 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22821 echo $ECHO_N "(cached) $ECHO_C" >&6
22822 else
22823 cat >conftest.$ac_ext <<_ACEOF
22824 /* confdefs.h. */
22825 _ACEOF
22826 cat confdefs.h >>conftest.$ac_ext
22827 cat >>conftest.$ac_ext <<_ACEOF
22828 /* end confdefs.h. */
22829 #ifndef __sun__
22831 #endif
22832 _ACEOF
22833 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22834 $EGREP "yes" >/dev/null 2>&1; then
22835 ac_cv_cpp_def___sun__=yes
22836 else
22837 ac_cv_cpp_def___sun__=no
22839 rm -f conftest*
22842 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22843 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22844 if test $ac_cv_cpp_def___sun__ = yes; then
22845 CFLAGS="$CFLAGS -D__sun__"
22846 LINTFLAGS="$LINTFLAGS -D__sun__"
22849 esac
22852 DEPENDENCIES="### Dependencies:
22854 .INIT: Makefile
22855 .BEGIN: Makefile
22856 Makefile: dummy
22857 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22859 \$(OBJS): \$(IDL_GEN_HEADERS)
22860 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22861 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22862 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22863 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22866 ALL_MAKERULES=""
22868 ALL_MAKEFILES=""
22870 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22873 ALL_TOP_DIRS=""
22875 ALL_DLL_DIRS=""
22877 ALL_IMPLIB_DIRS=""
22879 ALL_TEST_DIRS=""
22881 ALL_PROGRAM_DIRS=""
22883 ALL_PROGRAM_INSTALL_DIRS=""
22885 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22891 ac_config_commands="$ac_config_commands include/stamp-h"
22894 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22896 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22898 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22900 ac_config_commands="$ac_config_commands dlls/user32/resources"
22902 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22904 ac_config_commands="$ac_config_commands include/wine"
22907 ALL_MAKERULES="$ALL_MAKERULES \\
22908 Make.rules"
22909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22910 Make.rules: Make.rules.in"
22911 MAKE_RULES=Make.rules
22912 ac_config_files="$ac_config_files Make.rules"
22914 ALL_MAKERULES="$ALL_MAKERULES \\
22915 dlls/Makedll.rules"
22916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22917 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22918 MAKE_DLL_RULES=dlls/Makedll.rules
22919 ac_config_files="$ac_config_files dlls/Makedll.rules"
22921 ALL_MAKERULES="$ALL_MAKERULES \\
22922 dlls/Makeimplib.rules"
22923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22924 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22925 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22926 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22928 ALL_MAKERULES="$ALL_MAKERULES \\
22929 dlls/Maketest.rules"
22930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22931 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22932 MAKE_TEST_RULES=dlls/Maketest.rules
22933 ac_config_files="$ac_config_files dlls/Maketest.rules"
22935 ALL_MAKERULES="$ALL_MAKERULES \\
22936 programs/Makeprog.rules"
22937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22938 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22939 MAKE_PROG_RULES=programs/Makeprog.rules
22940 ac_config_files="$ac_config_files programs/Makeprog.rules"
22945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22946 Makefile: Makefile.in Make.rules"
22947 ac_config_files="$ac_config_files Makefile"
22949 ALL_MAKEFILES="$ALL_MAKEFILES \\
22950 dlls/Makefile"
22951 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22952 dlls"
22953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22954 dlls/Makefile: dlls/Makefile.in Make.rules"
22955 ac_config_files="$ac_config_files dlls/Makefile"
22957 ALL_MAKEFILES="$ALL_MAKEFILES \\
22958 dlls/acledit/Makefile"
22959 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22960 acledit"
22961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22962 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22963 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22965 ALL_MAKEFILES="$ALL_MAKEFILES \\
22966 dlls/aclui/Makefile"
22967 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22968 aclui"
22969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22970 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
22971 ac_config_files="$ac_config_files dlls/aclui/Makefile"
22973 ALL_MAKEFILES="$ALL_MAKEFILES \\
22974 dlls/activeds/Makefile"
22975 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22976 activeds"
22977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22978 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22979 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22981 ALL_MAKEFILES="$ALL_MAKEFILES \\
22982 dlls/actxprxy/Makefile"
22983 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22984 actxprxy"
22985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22986 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22987 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22989 ALL_MAKEFILES="$ALL_MAKEFILES \\
22990 dlls/adsiid/Makefile"
22991 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22992 adsiid"
22993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22994 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22995 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22997 ALL_MAKEFILES="$ALL_MAKEFILES \\
22998 dlls/advapi32/Makefile"
22999 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23000 advapi32"
23001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23002 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23003 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23005 ALL_MAKEFILES="$ALL_MAKEFILES \\
23006 dlls/advapi32/tests/Makefile"
23007 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23008 advapi32/tests"
23009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23010 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23011 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23013 ALL_MAKEFILES="$ALL_MAKEFILES \\
23014 dlls/advpack/Makefile"
23015 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23016 advpack"
23017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23018 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23019 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23021 ALL_MAKEFILES="$ALL_MAKEFILES \\
23022 dlls/advpack/tests/Makefile"
23023 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23024 advpack/tests"
23025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23026 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23027 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23029 ALL_MAKEFILES="$ALL_MAKEFILES \\
23030 dlls/amstream/Makefile"
23031 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23032 amstream"
23033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23034 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23035 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23037 ALL_MAKEFILES="$ALL_MAKEFILES \\
23038 dlls/appwiz.cpl/Makefile"
23039 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23040 appwiz.cpl"
23041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23042 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23043 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23045 ALL_MAKEFILES="$ALL_MAKEFILES \\
23046 dlls/atl/Makefile"
23047 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23048 atl"
23049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23050 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23051 ac_config_files="$ac_config_files dlls/atl/Makefile"
23053 ALL_MAKEFILES="$ALL_MAKEFILES \\
23054 dlls/authz/Makefile"
23055 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23056 authz"
23057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23058 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23059 ac_config_files="$ac_config_files dlls/authz/Makefile"
23061 ALL_MAKEFILES="$ALL_MAKEFILES \\
23062 dlls/avicap32/Makefile"
23063 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23064 avicap32"
23065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23066 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23067 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23069 ALL_MAKEFILES="$ALL_MAKEFILES \\
23070 dlls/avifil32/Makefile"
23071 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23072 avifil32"
23073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23074 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23075 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23077 ALL_MAKEFILES="$ALL_MAKEFILES \\
23078 dlls/browseui/Makefile"
23079 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23080 browseui"
23081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23082 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23083 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23085 ALL_MAKEFILES="$ALL_MAKEFILES \\
23086 dlls/browseui/tests/Makefile"
23087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23088 browseui/tests"
23089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23090 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23091 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23093 ALL_MAKEFILES="$ALL_MAKEFILES \\
23094 dlls/cabinet/Makefile"
23095 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23096 cabinet"
23097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23098 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23099 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23101 ALL_MAKEFILES="$ALL_MAKEFILES \\
23102 dlls/cabinet/tests/Makefile"
23103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23104 cabinet/tests"
23105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23106 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23107 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23109 ALL_MAKEFILES="$ALL_MAKEFILES \\
23110 dlls/capi2032/Makefile"
23111 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23112 capi2032"
23113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23114 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23115 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23117 ALL_MAKEFILES="$ALL_MAKEFILES \\
23118 dlls/cards/Makefile"
23119 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23120 cards"
23121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23122 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23123 ac_config_files="$ac_config_files dlls/cards/Makefile"
23125 ALL_MAKEFILES="$ALL_MAKEFILES \\
23126 dlls/cfgmgr32/Makefile"
23127 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23128 cfgmgr32"
23129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23130 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23131 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23133 ALL_MAKEFILES="$ALL_MAKEFILES \\
23134 dlls/clusapi/Makefile"
23135 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23136 clusapi"
23137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23138 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23139 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23141 ALL_MAKEFILES="$ALL_MAKEFILES \\
23142 dlls/comcat/Makefile"
23143 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23144 comcat"
23145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23146 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23147 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23149 ALL_MAKEFILES="$ALL_MAKEFILES \\
23150 dlls/comcat/tests/Makefile"
23151 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23152 comcat/tests"
23153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23154 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23155 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23157 ALL_MAKEFILES="$ALL_MAKEFILES \\
23158 dlls/comctl32/Makefile"
23159 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23160 comctl32"
23161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23162 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23163 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23165 ALL_MAKEFILES="$ALL_MAKEFILES \\
23166 dlls/comctl32/tests/Makefile"
23167 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23168 comctl32/tests"
23169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23170 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23171 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23173 ALL_MAKEFILES="$ALL_MAKEFILES \\
23174 dlls/comdlg32/Makefile"
23175 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23176 comdlg32"
23177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23178 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23179 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23181 ALL_MAKEFILES="$ALL_MAKEFILES \\
23182 dlls/comdlg32/tests/Makefile"
23183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23184 comdlg32/tests"
23185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23186 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23187 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23189 ALL_MAKEFILES="$ALL_MAKEFILES \\
23190 dlls/compstui/Makefile"
23191 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23192 compstui"
23193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23194 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23195 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23197 ALL_MAKEFILES="$ALL_MAKEFILES \\
23198 dlls/credui/Makefile"
23199 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23200 credui"
23201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23202 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23203 ac_config_files="$ac_config_files dlls/credui/Makefile"
23205 ALL_MAKEFILES="$ALL_MAKEFILES \\
23206 dlls/credui/tests/Makefile"
23207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23208 credui/tests"
23209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23210 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23211 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23213 ALL_MAKEFILES="$ALL_MAKEFILES \\
23214 dlls/crtdll/Makefile"
23215 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23216 crtdll"
23217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23218 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23219 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23221 ALL_MAKEFILES="$ALL_MAKEFILES \\
23222 dlls/crypt32/Makefile"
23223 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23224 crypt32"
23225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23226 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23227 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23229 ALL_MAKEFILES="$ALL_MAKEFILES \\
23230 dlls/crypt32/tests/Makefile"
23231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23232 crypt32/tests"
23233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23234 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23235 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23237 ALL_MAKEFILES="$ALL_MAKEFILES \\
23238 dlls/cryptdlg/Makefile"
23239 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23240 cryptdlg"
23241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23242 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23243 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23245 ALL_MAKEFILES="$ALL_MAKEFILES \\
23246 dlls/cryptdll/Makefile"
23247 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23248 cryptdll"
23249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23250 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23251 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23253 ALL_MAKEFILES="$ALL_MAKEFILES \\
23254 dlls/cryptnet/Makefile"
23255 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23256 cryptnet"
23257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23258 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23259 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23261 ALL_MAKEFILES="$ALL_MAKEFILES \\
23262 dlls/cryptnet/tests/Makefile"
23263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23264 cryptnet/tests"
23265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23266 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23267 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23269 ALL_MAKEFILES="$ALL_MAKEFILES \\
23270 dlls/cryptui/Makefile"
23271 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23272 cryptui"
23273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23274 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23275 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23277 ALL_MAKEFILES="$ALL_MAKEFILES \\
23278 dlls/cryptui/tests/Makefile"
23279 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23280 cryptui/tests"
23281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23282 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23283 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23285 ALL_MAKEFILES="$ALL_MAKEFILES \\
23286 dlls/ctapi32/Makefile"
23287 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23288 ctapi32"
23289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23290 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23291 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23293 ALL_MAKEFILES="$ALL_MAKEFILES \\
23294 dlls/ctl3d32/Makefile"
23295 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23296 ctl3d32"
23297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23298 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23299 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23301 ALL_MAKEFILES="$ALL_MAKEFILES \\
23302 dlls/d3d10/Makefile"
23303 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23304 d3d10"
23305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23306 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23307 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23309 ALL_MAKEFILES="$ALL_MAKEFILES \\
23310 dlls/d3d10/tests/Makefile"
23311 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23312 d3d10/tests"
23313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23314 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23315 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23317 ALL_MAKEFILES="$ALL_MAKEFILES \\
23318 dlls/d3d10core/Makefile"
23319 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23320 d3d10core"
23321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23322 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23323 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23325 ALL_MAKEFILES="$ALL_MAKEFILES \\
23326 dlls/d3d10core/tests/Makefile"
23327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23328 d3d10core/tests"
23329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23330 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23331 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23333 ALL_MAKEFILES="$ALL_MAKEFILES \\
23334 dlls/d3d8/Makefile"
23335 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23336 d3d8"
23337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23338 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23339 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23341 ALL_MAKEFILES="$ALL_MAKEFILES \\
23342 dlls/d3d8/tests/Makefile"
23343 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23344 d3d8/tests"
23345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23346 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23347 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23349 ALL_MAKEFILES="$ALL_MAKEFILES \\
23350 dlls/d3d9/Makefile"
23351 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23352 d3d9"
23353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23354 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23355 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23357 ALL_MAKEFILES="$ALL_MAKEFILES \\
23358 dlls/d3d9/tests/Makefile"
23359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23360 d3d9/tests"
23361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23362 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23363 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23365 ALL_MAKEFILES="$ALL_MAKEFILES \\
23366 dlls/d3dim/Makefile"
23367 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23368 d3dim"
23369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23370 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23371 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23373 ALL_MAKEFILES="$ALL_MAKEFILES \\
23374 dlls/d3drm/Makefile"
23375 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23376 d3drm"
23377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23378 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23379 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23381 ALL_MAKEFILES="$ALL_MAKEFILES \\
23382 dlls/d3drm/tests/Makefile"
23383 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23384 d3drm/tests"
23385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23386 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23387 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23389 ALL_MAKEFILES="$ALL_MAKEFILES \\
23390 dlls/d3dx8/Makefile"
23391 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23392 d3dx8"
23393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23394 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23395 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23397 ALL_MAKEFILES="$ALL_MAKEFILES \\
23398 dlls/d3dx8/tests/Makefile"
23399 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23400 d3dx8/tests"
23401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23402 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23403 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23405 ALL_MAKEFILES="$ALL_MAKEFILES \\
23406 dlls/d3dx9_24/Makefile"
23407 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23408 d3dx9_24"
23409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23410 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23411 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23413 ALL_MAKEFILES="$ALL_MAKEFILES \\
23414 dlls/d3dx9_25/Makefile"
23415 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23416 d3dx9_25"
23417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23418 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23419 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23421 ALL_MAKEFILES="$ALL_MAKEFILES \\
23422 dlls/d3dx9_26/Makefile"
23423 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23424 d3dx9_26"
23425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23426 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23427 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23429 ALL_MAKEFILES="$ALL_MAKEFILES \\
23430 dlls/d3dx9_27/Makefile"
23431 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23432 d3dx9_27"
23433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23434 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23435 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23437 ALL_MAKEFILES="$ALL_MAKEFILES \\
23438 dlls/d3dx9_28/Makefile"
23439 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23440 d3dx9_28"
23441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23442 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23443 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23445 ALL_MAKEFILES="$ALL_MAKEFILES \\
23446 dlls/d3dx9_29/Makefile"
23447 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23448 d3dx9_29"
23449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23450 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23451 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23453 ALL_MAKEFILES="$ALL_MAKEFILES \\
23454 dlls/d3dx9_30/Makefile"
23455 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23456 d3dx9_30"
23457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23458 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23459 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23461 ALL_MAKEFILES="$ALL_MAKEFILES \\
23462 dlls/d3dx9_31/Makefile"
23463 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23464 d3dx9_31"
23465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23466 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23467 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23469 ALL_MAKEFILES="$ALL_MAKEFILES \\
23470 dlls/d3dx9_32/Makefile"
23471 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23472 d3dx9_32"
23473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23474 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23475 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23477 ALL_MAKEFILES="$ALL_MAKEFILES \\
23478 dlls/d3dx9_33/Makefile"
23479 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23480 d3dx9_33"
23481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23482 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23483 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23485 ALL_MAKEFILES="$ALL_MAKEFILES \\
23486 dlls/d3dx9_34/Makefile"
23487 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23488 d3dx9_34"
23489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23490 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23491 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23493 ALL_MAKEFILES="$ALL_MAKEFILES \\
23494 dlls/d3dx9_35/Makefile"
23495 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23496 d3dx9_35"
23497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23498 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23499 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23501 ALL_MAKEFILES="$ALL_MAKEFILES \\
23502 dlls/d3dx9_36/Makefile"
23503 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23504 d3dx9_36"
23505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23506 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23507 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23509 ALL_MAKEFILES="$ALL_MAKEFILES \\
23510 dlls/d3dx9_36/tests/Makefile"
23511 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23512 d3dx9_36/tests"
23513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23514 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23515 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23517 ALL_MAKEFILES="$ALL_MAKEFILES \\
23518 dlls/d3dx9_37/Makefile"
23519 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23520 d3dx9_37"
23521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23522 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23523 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23525 ALL_MAKEFILES="$ALL_MAKEFILES \\
23526 dlls/d3dx9_38/Makefile"
23527 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23528 d3dx9_38"
23529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23530 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
23531 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
23533 ALL_MAKEFILES="$ALL_MAKEFILES \\
23534 dlls/d3dx9_39/Makefile"
23535 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23536 d3dx9_39"
23537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23538 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
23539 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
23541 ALL_MAKEFILES="$ALL_MAKEFILES \\
23542 dlls/d3dx9_40/Makefile"
23543 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23544 d3dx9_40"
23545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23546 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
23547 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
23549 ALL_MAKEFILES="$ALL_MAKEFILES \\
23550 dlls/d3dxof/Makefile"
23551 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23552 d3dxof"
23553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23554 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23555 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23557 ALL_MAKEFILES="$ALL_MAKEFILES \\
23558 dlls/d3dxof/tests/Makefile"
23559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23560 d3dxof/tests"
23561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23562 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23563 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23565 ALL_MAKEFILES="$ALL_MAKEFILES \\
23566 dlls/dbghelp/Makefile"
23567 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23568 dbghelp"
23569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23570 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23571 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23573 ALL_MAKEFILES="$ALL_MAKEFILES \\
23574 dlls/dciman32/Makefile"
23575 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23576 dciman32"
23577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23578 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23579 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23581 ALL_MAKEFILES="$ALL_MAKEFILES \\
23582 dlls/ddraw/Makefile"
23583 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23584 ddraw"
23585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23586 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23587 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23589 ALL_MAKEFILES="$ALL_MAKEFILES \\
23590 dlls/ddraw/tests/Makefile"
23591 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23592 ddraw/tests"
23593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23594 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23595 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23597 ALL_MAKEFILES="$ALL_MAKEFILES \\
23598 dlls/ddrawex/Makefile"
23599 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23600 ddrawex"
23601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23602 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23603 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23605 ALL_MAKEFILES="$ALL_MAKEFILES \\
23606 dlls/ddrawex/tests/Makefile"
23607 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23608 ddrawex/tests"
23609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23610 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23611 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23613 ALL_MAKEFILES="$ALL_MAKEFILES \\
23614 dlls/devenum/Makefile"
23615 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23616 devenum"
23617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23618 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23619 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23621 ALL_MAKEFILES="$ALL_MAKEFILES \\
23622 dlls/dinput/Makefile"
23623 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23624 dinput"
23625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23626 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23627 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23629 ALL_MAKEFILES="$ALL_MAKEFILES \\
23630 dlls/dinput/tests/Makefile"
23631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23632 dinput/tests"
23633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23634 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23635 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23637 ALL_MAKEFILES="$ALL_MAKEFILES \\
23638 dlls/dinput8/Makefile"
23639 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23640 dinput8"
23641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23642 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23643 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23645 ALL_MAKEFILES="$ALL_MAKEFILES \\
23646 dlls/dmband/Makefile"
23647 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23648 dmband"
23649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23650 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23651 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23653 ALL_MAKEFILES="$ALL_MAKEFILES \\
23654 dlls/dmcompos/Makefile"
23655 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23656 dmcompos"
23657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23658 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23659 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23661 ALL_MAKEFILES="$ALL_MAKEFILES \\
23662 dlls/dmime/Makefile"
23663 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23664 dmime"
23665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23666 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23667 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23669 ALL_MAKEFILES="$ALL_MAKEFILES \\
23670 dlls/dmloader/Makefile"
23671 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23672 dmloader"
23673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23674 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23675 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23677 ALL_MAKEFILES="$ALL_MAKEFILES \\
23678 dlls/dmscript/Makefile"
23679 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23680 dmscript"
23681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23682 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23683 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23685 ALL_MAKEFILES="$ALL_MAKEFILES \\
23686 dlls/dmstyle/Makefile"
23687 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23688 dmstyle"
23689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23690 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23691 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23693 ALL_MAKEFILES="$ALL_MAKEFILES \\
23694 dlls/dmsynth/Makefile"
23695 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23696 dmsynth"
23697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23698 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23699 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23701 ALL_MAKEFILES="$ALL_MAKEFILES \\
23702 dlls/dmusic/Makefile"
23703 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23704 dmusic"
23705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23706 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23707 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23709 ALL_MAKEFILES="$ALL_MAKEFILES \\
23710 dlls/dmusic32/Makefile"
23711 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23712 dmusic32"
23713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23714 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23715 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23717 ALL_MAKEFILES="$ALL_MAKEFILES \\
23718 dlls/dnsapi/Makefile"
23719 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23720 dnsapi"
23721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23722 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23723 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23725 ALL_MAKEFILES="$ALL_MAKEFILES \\
23726 dlls/dnsapi/tests/Makefile"
23727 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23728 dnsapi/tests"
23729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23730 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23731 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23733 ALL_MAKEFILES="$ALL_MAKEFILES \\
23734 dlls/dplay/Makefile"
23735 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23736 dplay"
23737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23738 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23739 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23741 ALL_MAKEFILES="$ALL_MAKEFILES \\
23742 dlls/dplayx/Makefile"
23743 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23744 dplayx"
23745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23746 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23747 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23749 ALL_MAKEFILES="$ALL_MAKEFILES \\
23750 dlls/dplayx/tests/Makefile"
23751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23752 dplayx/tests"
23753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23754 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23755 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23757 ALL_MAKEFILES="$ALL_MAKEFILES \\
23758 dlls/dpnaddr/Makefile"
23759 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23760 dpnaddr"
23761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23762 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23763 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23765 ALL_MAKEFILES="$ALL_MAKEFILES \\
23766 dlls/dpnet/Makefile"
23767 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23768 dpnet"
23769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23770 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23771 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23773 ALL_MAKEFILES="$ALL_MAKEFILES \\
23774 dlls/dpnhpast/Makefile"
23775 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23776 dpnhpast"
23777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23778 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23779 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23781 ALL_MAKEFILES="$ALL_MAKEFILES \\
23782 dlls/dpnlobby/Makefile"
23783 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23784 dpnlobby"
23785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23786 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23787 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23789 ALL_MAKEFILES="$ALL_MAKEFILES \\
23790 dlls/dpwsockx/Makefile"
23791 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23792 dpwsockx"
23793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23794 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23795 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23797 ALL_MAKEFILES="$ALL_MAKEFILES \\
23798 dlls/dsound/Makefile"
23799 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23800 dsound"
23801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23802 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23803 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23805 ALL_MAKEFILES="$ALL_MAKEFILES \\
23806 dlls/dsound/tests/Makefile"
23807 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23808 dsound/tests"
23809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23810 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23811 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23813 ALL_MAKEFILES="$ALL_MAKEFILES \\
23814 dlls/dssenh/Makefile"
23815 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23816 dssenh"
23817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23818 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23819 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23821 ALL_MAKEFILES="$ALL_MAKEFILES \\
23822 dlls/dswave/Makefile"
23823 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23824 dswave"
23825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23826 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23827 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23829 ALL_MAKEFILES="$ALL_MAKEFILES \\
23830 dlls/dwmapi/Makefile"
23831 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23832 dwmapi"
23833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23834 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23835 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23837 ALL_MAKEFILES="$ALL_MAKEFILES \\
23838 dlls/dxdiagn/Makefile"
23839 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23840 dxdiagn"
23841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23842 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23843 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23845 ALL_MAKEFILES="$ALL_MAKEFILES \\
23846 dlls/dxerr8/Makefile"
23847 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23848 dxerr8"
23849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23850 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23851 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23853 ALL_MAKEFILES="$ALL_MAKEFILES \\
23854 dlls/dxerr9/Makefile"
23855 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23856 dxerr9"
23857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23858 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23859 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23861 ALL_MAKEFILES="$ALL_MAKEFILES \\
23862 dlls/dxgi/Makefile"
23863 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23864 dxgi"
23865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23866 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23867 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23869 ALL_MAKEFILES="$ALL_MAKEFILES \\
23870 dlls/dxgi/tests/Makefile"
23871 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23872 dxgi/tests"
23873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23874 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
23875 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
23877 ALL_MAKEFILES="$ALL_MAKEFILES \\
23878 dlls/dxguid/Makefile"
23879 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23880 dxguid"
23881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23882 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23883 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23885 ALL_MAKEFILES="$ALL_MAKEFILES \\
23886 dlls/faultrep/Makefile"
23887 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23888 faultrep"
23889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23890 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23891 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23893 ALL_MAKEFILES="$ALL_MAKEFILES \\
23894 dlls/fusion/Makefile"
23895 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23896 fusion"
23897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23898 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23899 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23901 ALL_MAKEFILES="$ALL_MAKEFILES \\
23902 dlls/fusion/tests/Makefile"
23903 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23904 fusion/tests"
23905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23906 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23907 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23909 ALL_MAKEFILES="$ALL_MAKEFILES \\
23910 dlls/gdi32/Makefile"
23911 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23912 gdi32"
23913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23914 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23915 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23917 ALL_MAKEFILES="$ALL_MAKEFILES \\
23918 dlls/gdi32/tests/Makefile"
23919 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23920 gdi32/tests"
23921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23922 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23923 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23925 ALL_MAKEFILES="$ALL_MAKEFILES \\
23926 dlls/gdiplus/Makefile"
23927 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23928 gdiplus"
23929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23930 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23931 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23933 ALL_MAKEFILES="$ALL_MAKEFILES \\
23934 dlls/gdiplus/tests/Makefile"
23935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23936 gdiplus/tests"
23937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23938 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23939 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23941 ALL_MAKEFILES="$ALL_MAKEFILES \\
23942 dlls/glu32/Makefile"
23943 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23944 glu32"
23945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23946 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23947 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23949 ALL_MAKEFILES="$ALL_MAKEFILES \\
23950 dlls/gphoto2.ds/Makefile"
23951 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23952 gphoto2.ds"
23953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23954 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23955 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23957 ALL_MAKEFILES="$ALL_MAKEFILES \\
23958 dlls/gpkcsp/Makefile"
23959 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23960 gpkcsp"
23961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23962 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23963 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23965 ALL_MAKEFILES="$ALL_MAKEFILES \\
23966 dlls/hal/Makefile"
23967 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23968 hal"
23969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23970 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23971 ac_config_files="$ac_config_files dlls/hal/Makefile"
23973 ALL_MAKEFILES="$ALL_MAKEFILES \\
23974 dlls/hhctrl.ocx/Makefile"
23975 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23976 hhctrl.ocx"
23977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23978 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23979 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23981 ALL_MAKEFILES="$ALL_MAKEFILES \\
23982 dlls/hid/Makefile"
23983 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23984 hid"
23985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23986 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23987 ac_config_files="$ac_config_files dlls/hid/Makefile"
23989 ALL_MAKEFILES="$ALL_MAKEFILES \\
23990 dlls/hlink/Makefile"
23991 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23992 hlink"
23993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23994 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23995 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23997 ALL_MAKEFILES="$ALL_MAKEFILES \\
23998 dlls/hlink/tests/Makefile"
23999 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24000 hlink/tests"
24001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24002 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24003 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24005 ALL_MAKEFILES="$ALL_MAKEFILES \\
24006 dlls/hnetcfg/Makefile"
24007 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24008 hnetcfg"
24009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24010 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24011 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24013 ALL_MAKEFILES="$ALL_MAKEFILES \\
24014 dlls/httpapi/Makefile"
24015 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24016 httpapi"
24017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24018 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24019 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24021 ALL_MAKEFILES="$ALL_MAKEFILES \\
24022 dlls/iccvid/Makefile"
24023 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24024 iccvid"
24025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24026 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24027 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24029 ALL_MAKEFILES="$ALL_MAKEFILES \\
24030 dlls/icmp/Makefile"
24031 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24032 icmp"
24033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24034 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24035 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24037 ALL_MAKEFILES="$ALL_MAKEFILES \\
24038 dlls/ifsmgr.vxd/Makefile"
24039 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24040 ifsmgr.vxd"
24041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24042 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24043 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24045 ALL_MAKEFILES="$ALL_MAKEFILES \\
24046 dlls/imaadp32.acm/Makefile"
24047 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24048 imaadp32.acm"
24049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24050 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24051 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24053 ALL_MAKEFILES="$ALL_MAKEFILES \\
24054 dlls/imagehlp/Makefile"
24055 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24056 imagehlp"
24057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24058 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24059 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24061 ALL_MAKEFILES="$ALL_MAKEFILES \\
24062 dlls/imm32/Makefile"
24063 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24064 imm32"
24065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24066 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24067 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24069 ALL_MAKEFILES="$ALL_MAKEFILES \\
24070 dlls/imm32/tests/Makefile"
24071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24072 imm32/tests"
24073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24074 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24075 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24077 ALL_MAKEFILES="$ALL_MAKEFILES \\
24078 dlls/inetcomm/Makefile"
24079 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24080 inetcomm"
24081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24082 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24083 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24085 ALL_MAKEFILES="$ALL_MAKEFILES \\
24086 dlls/inetcomm/tests/Makefile"
24087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24088 inetcomm/tests"
24089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24090 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24091 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24093 ALL_MAKEFILES="$ALL_MAKEFILES \\
24094 dlls/inetmib1/Makefile"
24095 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24096 inetmib1"
24097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24098 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24099 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24101 ALL_MAKEFILES="$ALL_MAKEFILES \\
24102 dlls/inetmib1/tests/Makefile"
24103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24104 inetmib1/tests"
24105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24106 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24107 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24109 ALL_MAKEFILES="$ALL_MAKEFILES \\
24110 dlls/infosoft/Makefile"
24111 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24112 infosoft"
24113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24114 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24115 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24117 ALL_MAKEFILES="$ALL_MAKEFILES \\
24118 dlls/infosoft/tests/Makefile"
24119 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24120 infosoft/tests"
24121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24122 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24123 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24125 ALL_MAKEFILES="$ALL_MAKEFILES \\
24126 dlls/initpki/Makefile"
24127 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24128 initpki"
24129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24130 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24131 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24133 ALL_MAKEFILES="$ALL_MAKEFILES \\
24134 dlls/inkobj/Makefile"
24135 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24136 inkobj"
24137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24138 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24139 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24141 ALL_MAKEFILES="$ALL_MAKEFILES \\
24142 dlls/inseng/Makefile"
24143 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24144 inseng"
24145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24146 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24147 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24149 ALL_MAKEFILES="$ALL_MAKEFILES \\
24150 dlls/iphlpapi/Makefile"
24151 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24152 iphlpapi"
24153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24154 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24155 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24157 ALL_MAKEFILES="$ALL_MAKEFILES \\
24158 dlls/iphlpapi/tests/Makefile"
24159 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24160 iphlpapi/tests"
24161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24162 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24163 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24165 ALL_MAKEFILES="$ALL_MAKEFILES \\
24166 dlls/itircl/Makefile"
24167 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24168 itircl"
24169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24170 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24171 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24173 ALL_MAKEFILES="$ALL_MAKEFILES \\
24174 dlls/itss/Makefile"
24175 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24176 itss"
24177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24178 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24179 ac_config_files="$ac_config_files dlls/itss/Makefile"
24181 ALL_MAKEFILES="$ALL_MAKEFILES \\
24182 dlls/itss/tests/Makefile"
24183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24184 itss/tests"
24185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24186 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24187 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24189 ALL_MAKEFILES="$ALL_MAKEFILES \\
24190 dlls/jscript/Makefile"
24191 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24192 jscript"
24193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24194 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24195 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24197 ALL_MAKEFILES="$ALL_MAKEFILES \\
24198 dlls/jscript/tests/Makefile"
24199 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24200 jscript/tests"
24201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24202 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24203 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24205 ALL_MAKEFILES="$ALL_MAKEFILES \\
24206 dlls/kernel32/Makefile"
24207 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24208 kernel32"
24209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24210 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24211 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24213 ALL_MAKEFILES="$ALL_MAKEFILES \\
24214 dlls/kernel32/tests/Makefile"
24215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24216 kernel32/tests"
24217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24218 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24219 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24221 ALL_MAKEFILES="$ALL_MAKEFILES \\
24222 dlls/loadperf/Makefile"
24223 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24224 loadperf"
24225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24226 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24227 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24229 ALL_MAKEFILES="$ALL_MAKEFILES \\
24230 dlls/localspl/Makefile"
24231 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24232 localspl"
24233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24234 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24235 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24237 ALL_MAKEFILES="$ALL_MAKEFILES \\
24238 dlls/localspl/tests/Makefile"
24239 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24240 localspl/tests"
24241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24242 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24243 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24245 ALL_MAKEFILES="$ALL_MAKEFILES \\
24246 dlls/localui/Makefile"
24247 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24248 localui"
24249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24250 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24251 ac_config_files="$ac_config_files dlls/localui/Makefile"
24253 ALL_MAKEFILES="$ALL_MAKEFILES \\
24254 dlls/localui/tests/Makefile"
24255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24256 localui/tests"
24257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24258 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24259 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24261 ALL_MAKEFILES="$ALL_MAKEFILES \\
24262 dlls/lz32/Makefile"
24263 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24264 lz32"
24265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24266 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24267 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24269 ALL_MAKEFILES="$ALL_MAKEFILES \\
24270 dlls/lz32/tests/Makefile"
24271 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24272 lz32/tests"
24273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24274 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24275 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24277 ALL_MAKEFILES="$ALL_MAKEFILES \\
24278 dlls/mapi32/Makefile"
24279 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24280 mapi32"
24281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24282 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24283 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24285 ALL_MAKEFILES="$ALL_MAKEFILES \\
24286 dlls/mapi32/tests/Makefile"
24287 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24288 mapi32/tests"
24289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24290 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24291 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24293 ALL_MAKEFILES="$ALL_MAKEFILES \\
24294 dlls/mciavi32/Makefile"
24295 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24296 mciavi32"
24297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24298 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24299 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24301 ALL_MAKEFILES="$ALL_MAKEFILES \\
24302 dlls/mcicda/Makefile"
24303 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24304 mcicda"
24305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24306 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24307 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24309 ALL_MAKEFILES="$ALL_MAKEFILES \\
24310 dlls/mciseq/Makefile"
24311 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24312 mciseq"
24313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24314 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24315 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24317 ALL_MAKEFILES="$ALL_MAKEFILES \\
24318 dlls/mciwave/Makefile"
24319 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24320 mciwave"
24321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24322 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24323 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24325 ALL_MAKEFILES="$ALL_MAKEFILES \\
24326 dlls/midimap/Makefile"
24327 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24328 midimap"
24329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24330 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24331 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24333 ALL_MAKEFILES="$ALL_MAKEFILES \\
24334 dlls/mlang/Makefile"
24335 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24336 mlang"
24337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24338 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24339 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24341 ALL_MAKEFILES="$ALL_MAKEFILES \\
24342 dlls/mlang/tests/Makefile"
24343 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24344 mlang/tests"
24345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24346 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24347 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24349 ALL_MAKEFILES="$ALL_MAKEFILES \\
24350 dlls/mmdevldr.vxd/Makefile"
24351 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24352 mmdevldr.vxd"
24353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24354 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24355 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24357 ALL_MAKEFILES="$ALL_MAKEFILES \\
24358 dlls/monodebg.vxd/Makefile"
24359 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24360 monodebg.vxd"
24361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24362 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24363 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24365 ALL_MAKEFILES="$ALL_MAKEFILES \\
24366 dlls/mountmgr.sys/Makefile"
24367 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24368 mountmgr.sys"
24369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24370 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24371 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24373 ALL_MAKEFILES="$ALL_MAKEFILES \\
24374 dlls/mpr/Makefile"
24375 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24376 mpr"
24377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24378 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24379 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24381 ALL_MAKEFILES="$ALL_MAKEFILES \\
24382 dlls/mprapi/Makefile"
24383 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24384 mprapi"
24385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24386 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24387 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24389 ALL_MAKEFILES="$ALL_MAKEFILES \\
24390 dlls/msacm32.drv/Makefile"
24391 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24392 msacm32.drv"
24393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24394 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24395 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24397 ALL_MAKEFILES="$ALL_MAKEFILES \\
24398 dlls/msacm32/Makefile"
24399 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24400 msacm32"
24401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24402 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24403 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24405 ALL_MAKEFILES="$ALL_MAKEFILES \\
24406 dlls/msacm32/tests/Makefile"
24407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24408 msacm32/tests"
24409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24410 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24411 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24413 ALL_MAKEFILES="$ALL_MAKEFILES \\
24414 dlls/msadp32.acm/Makefile"
24415 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24416 msadp32.acm"
24417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24418 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24419 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24421 ALL_MAKEFILES="$ALL_MAKEFILES \\
24422 dlls/mscat32/Makefile"
24423 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24424 mscat32"
24425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24426 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24427 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24429 ALL_MAKEFILES="$ALL_MAKEFILES \\
24430 dlls/mscms/Makefile"
24431 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24432 mscms"
24433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24434 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24435 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24437 ALL_MAKEFILES="$ALL_MAKEFILES \\
24438 dlls/mscms/tests/Makefile"
24439 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24440 mscms/tests"
24441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24442 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24443 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24445 ALL_MAKEFILES="$ALL_MAKEFILES \\
24446 dlls/mscoree/Makefile"
24447 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24448 mscoree"
24449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24450 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24451 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24453 ALL_MAKEFILES="$ALL_MAKEFILES \\
24454 dlls/msctf/Makefile"
24455 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24456 msctf"
24457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24458 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
24459 ac_config_files="$ac_config_files dlls/msctf/Makefile"
24461 ALL_MAKEFILES="$ALL_MAKEFILES \\
24462 dlls/msdmo/Makefile"
24463 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24464 msdmo"
24465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24466 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24467 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24469 ALL_MAKEFILES="$ALL_MAKEFILES \\
24470 dlls/msftedit/Makefile"
24471 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24472 msftedit"
24473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24474 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24475 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24477 ALL_MAKEFILES="$ALL_MAKEFILES \\
24478 dlls/msg711.acm/Makefile"
24479 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24480 msg711.acm"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24483 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24485 ALL_MAKEFILES="$ALL_MAKEFILES \\
24486 dlls/mshtml.tlb/Makefile"
24487 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24488 mshtml.tlb"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24491 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 dlls/mshtml/Makefile"
24495 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24496 mshtml"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24499 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24501 ALL_MAKEFILES="$ALL_MAKEFILES \\
24502 dlls/mshtml/tests/Makefile"
24503 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24504 mshtml/tests"
24505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24506 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24507 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24509 ALL_MAKEFILES="$ALL_MAKEFILES \\
24510 dlls/msi/Makefile"
24511 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24512 msi"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24515 ac_config_files="$ac_config_files dlls/msi/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 dlls/msi/tests/Makefile"
24519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24520 msi/tests"
24521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24522 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24523 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24525 ALL_MAKEFILES="$ALL_MAKEFILES \\
24526 dlls/msimg32/Makefile"
24527 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24528 msimg32"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24531 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24533 ALL_MAKEFILES="$ALL_MAKEFILES \\
24534 dlls/msimtf/Makefile"
24535 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24536 msimtf"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24539 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/msisip/Makefile"
24543 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24544 msisip"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24547 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/msisys.ocx/Makefile"
24551 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24552 msisys.ocx"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24555 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/msnet32/Makefile"
24559 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24560 msnet32"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24563 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/msrle32/Makefile"
24567 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24568 msrle32"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24571 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/mssign32/Makefile"
24575 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24576 mssign32"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
24579 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/mssip32/Makefile"
24583 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24584 mssip32"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24587 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/mstask/Makefile"
24591 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24592 mstask"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24595 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/mstask/tests/Makefile"
24599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24600 mstask/tests"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24603 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/msvcirt/Makefile"
24607 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 msvcirt"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/msvcr71/Makefile"
24615 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24616 msvcr71"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24619 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/msvcrt/Makefile"
24623 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24624 msvcrt"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24627 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/msvcrt/tests/Makefile"
24631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24632 msvcrt/tests"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24635 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/msvcrt20/Makefile"
24639 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24640 msvcrt20"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24643 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/msvcrt40/Makefile"
24647 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24648 msvcrt40"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24651 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/msvcrtd/Makefile"
24655 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24656 msvcrtd"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24659 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/msvcrtd/tests/Makefile"
24663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24664 msvcrtd/tests"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24667 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/msvfw32/Makefile"
24671 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24672 msvfw32"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24675 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/msvfw32/tests/Makefile"
24679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24680 msvfw32/tests"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24683 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/msvidc32/Makefile"
24687 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 msvidc32"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24691 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/mswsock/Makefile"
24695 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24696 mswsock"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24699 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/msxml3/Makefile"
24703 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24704 msxml3"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24707 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/msxml3/tests/Makefile"
24711 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24712 msxml3/tests"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24715 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/nddeapi/Makefile"
24719 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24720 nddeapi"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24723 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/netapi32/Makefile"
24727 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24728 netapi32"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24731 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/netapi32/tests/Makefile"
24735 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24736 netapi32/tests"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24739 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/newdev/Makefile"
24743 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24744 newdev"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24747 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/ntdll/Makefile"
24751 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24752 ntdll"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24755 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/ntdll/tests/Makefile"
24759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24760 ntdll/tests"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24763 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/ntdsapi/Makefile"
24767 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24768 ntdsapi"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24771 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/ntdsapi/tests/Makefile"
24775 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24776 ntdsapi/tests"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24779 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/ntoskrnl.exe/Makefile"
24783 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24784 ntoskrnl.exe"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24787 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/ntprint/Makefile"
24791 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24792 ntprint"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24795 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/ntprint/tests/Makefile"
24799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24800 ntprint/tests"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24803 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/objsel/Makefile"
24807 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 objsel"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24811 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/odbc32/Makefile"
24815 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 odbc32"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/odbccp32/Makefile"
24823 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24824 odbccp32"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24827 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/odbccp32/tests/Makefile"
24831 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24832 odbccp32/tests"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24835 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/ole32/Makefile"
24839 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24840 ole32"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24843 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/ole32/tests/Makefile"
24847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24848 ole32/tests"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24851 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/oleacc/Makefile"
24855 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 oleacc"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24859 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/oleacc/tests/Makefile"
24863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24864 oleacc/tests"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24867 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/oleaut32/Makefile"
24871 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24872 oleaut32"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24875 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/oleaut32/tests/Makefile"
24879 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24880 oleaut32/tests"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24883 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/olecli32/Makefile"
24887 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 olecli32"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24891 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/oledlg/Makefile"
24895 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24896 oledlg"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24899 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/olepro32/Makefile"
24903 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24904 olepro32"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24907 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/olesvr32/Makefile"
24911 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24912 olesvr32"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24915 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/olethk32/Makefile"
24919 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 olethk32"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/opengl32/Makefile"
24927 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24928 opengl32"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24931 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/opengl32/tests/Makefile"
24935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24936 opengl32/tests"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24939 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/pdh/Makefile"
24943 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24944 pdh"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24947 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/pdh/tests/Makefile"
24951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24952 pdh/tests"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24955 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/pidgen/Makefile"
24959 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24960 pidgen"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
24963 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/powrprof/Makefile"
24967 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24968 powrprof"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24971 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/printui/Makefile"
24975 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24976 printui"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24979 ac_config_files="$ac_config_files dlls/printui/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/propsys/Makefile"
24983 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24984 propsys"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24987 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/psapi/Makefile"
24991 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24992 psapi"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24995 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/psapi/tests/Makefile"
24999 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25000 psapi/tests"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25003 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/pstorec/Makefile"
25007 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25008 pstorec"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25011 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/qcap/Makefile"
25015 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25016 qcap"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25019 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/qedit/Makefile"
25023 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25024 qedit"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25027 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/qedit/tests/Makefile"
25031 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25032 qedit/tests"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25035 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/qmgr/Makefile"
25039 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25040 qmgr"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25043 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/qmgr/tests/Makefile"
25047 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25048 qmgr/tests"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25051 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/qmgrprxy/Makefile"
25055 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25056 qmgrprxy"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25059 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/quartz/Makefile"
25063 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 quartz"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/quartz/tests/Makefile"
25071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25072 quartz/tests"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25075 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/query/Makefile"
25079 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 query"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/query/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/rasapi32/Makefile"
25087 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25088 rasapi32"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25091 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/rasapi32/tests/Makefile"
25095 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25096 rasapi32/tests"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25099 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/rasdlg/Makefile"
25103 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25104 rasdlg"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25107 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/resutils/Makefile"
25111 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 resutils"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25115 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/riched20/Makefile"
25119 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25120 riched20"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25123 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/riched20/tests/Makefile"
25127 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25128 riched20/tests"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25131 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/riched32/Makefile"
25135 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25136 riched32"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25139 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/riched32/tests/Makefile"
25143 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25144 riched32/tests"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25147 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/rpcrt4/Makefile"
25151 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25152 rpcrt4"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25155 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/rpcrt4/tests/Makefile"
25159 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25160 rpcrt4/tests"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25163 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/rsabase/Makefile"
25167 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 rsabase"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/rsaenh/Makefile"
25175 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25176 rsaenh"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25179 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/rsaenh/tests/Makefile"
25183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25184 rsaenh/tests"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25187 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/sane.ds/Makefile"
25191 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25192 sane.ds"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25195 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/sccbase/Makefile"
25199 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 sccbase"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/schannel/Makefile"
25207 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25208 schannel"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25211 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/schannel/tests/Makefile"
25215 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25216 schannel/tests"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25219 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/secur32/Makefile"
25223 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25224 secur32"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25227 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/secur32/tests/Makefile"
25231 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25232 secur32/tests"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25235 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/security/Makefile"
25239 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25240 security"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25243 ac_config_files="$ac_config_files dlls/security/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/sensapi/Makefile"
25247 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25248 sensapi"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
25251 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/serialui/Makefile"
25255 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25256 serialui"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
25259 ac_config_files="$ac_config_files dlls/serialui/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/serialui/tests/Makefile"
25263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25264 serialui/tests"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25267 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/setupapi/Makefile"
25271 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25272 setupapi"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25275 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/setupapi/tests/Makefile"
25279 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25280 setupapi/tests"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25283 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/sfc/Makefile"
25287 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25288 sfc"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25291 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/sfc_os/Makefile"
25295 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25296 sfc_os"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25299 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/shdoclc/Makefile"
25303 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25304 shdoclc"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25307 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/shdocvw/Makefile"
25311 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25312 shdocvw"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25315 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/shdocvw/tests/Makefile"
25319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25320 shdocvw/tests"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25323 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/shell32/Makefile"
25327 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25328 shell32"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25331 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/shell32/tests/Makefile"
25335 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25336 shell32/tests"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25339 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/shfolder/Makefile"
25343 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25344 shfolder"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25347 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/shlwapi/Makefile"
25351 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25352 shlwapi"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25355 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/shlwapi/tests/Makefile"
25359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25360 shlwapi/tests"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25363 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/slbcsp/Makefile"
25367 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25368 slbcsp"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25371 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/slc/Makefile"
25375 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25376 slc"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25379 ac_config_files="$ac_config_files dlls/slc/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/snmpapi/Makefile"
25383 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25384 snmpapi"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25387 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/snmpapi/tests/Makefile"
25391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25392 snmpapi/tests"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25395 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/softpub/Makefile"
25399 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25400 softpub"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25403 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/spoolss/Makefile"
25407 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25408 spoolss"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25411 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/spoolss/tests/Makefile"
25415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25416 spoolss/tests"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25419 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/stdole2.tlb/Makefile"
25423 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25424 stdole2.tlb"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25427 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/stdole32.tlb/Makefile"
25431 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25432 stdole32.tlb"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25435 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/sti/Makefile"
25439 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25440 sti"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25443 ac_config_files="$ac_config_files dlls/sti/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/strmiids/Makefile"
25447 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25448 strmiids"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25451 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/svrapi/Makefile"
25455 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25456 svrapi"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25459 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/sxs/Makefile"
25463 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25464 sxs"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25467 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/tapi32/Makefile"
25471 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25472 tapi32"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25475 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/traffic/Makefile"
25479 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25480 traffic"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
25483 ac_config_files="$ac_config_files dlls/traffic/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/twain_32/Makefile"
25487 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25488 twain_32"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25491 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/twain_32/tests/Makefile"
25495 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25496 twain_32/tests"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
25499 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/unicows/Makefile"
25503 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25504 unicows"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25507 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/updspapi/Makefile"
25511 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 updspapi"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/url/Makefile"
25519 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25520 url"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25523 ac_config_files="$ac_config_files dlls/url/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/urlmon/Makefile"
25527 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25528 urlmon"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25531 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/urlmon/tests/Makefile"
25535 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25536 urlmon/tests"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25539 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/user32/Makefile"
25543 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25544 user32"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25547 ac_config_files="$ac_config_files dlls/user32/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/user32/tests/Makefile"
25551 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25552 user32/tests"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25555 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/userenv/Makefile"
25559 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25560 userenv"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25563 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/userenv/tests/Makefile"
25567 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25568 userenv/tests"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25571 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/usp10/Makefile"
25575 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25576 usp10"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25579 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/usp10/tests/Makefile"
25583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25584 usp10/tests"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25587 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/uuid/Makefile"
25591 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25592 uuid"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25595 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/uxtheme/Makefile"
25599 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25600 uxtheme"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25603 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/uxtheme/tests/Makefile"
25607 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25608 uxtheme/tests"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25611 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/vdhcp.vxd/Makefile"
25615 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25616 vdhcp.vxd"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25619 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/vdmdbg/Makefile"
25623 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25624 vdmdbg"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25627 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/version/Makefile"
25631 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25632 version"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25635 ac_config_files="$ac_config_files dlls/version/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/version/tests/Makefile"
25639 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25640 version/tests"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25643 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/vmm.vxd/Makefile"
25647 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25648 vmm.vxd"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25651 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/vnbt.vxd/Makefile"
25655 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25656 vnbt.vxd"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25659 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/vnetbios.vxd/Makefile"
25663 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25664 vnetbios.vxd"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25667 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/vtdapi.vxd/Makefile"
25671 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25672 vtdapi.vxd"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25675 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/vwin32.vxd/Makefile"
25679 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25680 vwin32.vxd"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25683 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/w32skrnl/Makefile"
25687 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25688 w32skrnl"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25691 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/winealsa.drv/Makefile"
25695 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25696 winealsa.drv"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25699 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/wineaudioio.drv/Makefile"
25703 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25704 wineaudioio.drv"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25707 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/winecoreaudio.drv/Makefile"
25711 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25712 winecoreaudio.drv"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25715 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/winecrt0/Makefile"
25719 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25720 winecrt0"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25723 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/wined3d/Makefile"
25727 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25728 wined3d"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25731 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/winedos/Makefile"
25735 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 winedos"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/wineesd.drv/Makefile"
25743 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25744 wineesd.drv"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25747 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/winejack.drv/Makefile"
25751 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25752 winejack.drv"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25755 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/winejoystick.drv/Makefile"
25759 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25760 winejoystick.drv"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25763 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/winemp3.acm/Makefile"
25767 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25768 winemp3.acm"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25771 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/winenas.drv/Makefile"
25775 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25776 winenas.drv"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25779 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/wineoss.drv/Makefile"
25783 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25784 wineoss.drv"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25787 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/wineps.drv/Makefile"
25791 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25792 wineps.drv"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25795 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/winepulse.drv/Makefile"
25799 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25800 winepulse.drv"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25803 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/winequartz.drv/Makefile"
25807 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25808 winequartz.drv"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25811 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/winex11.drv/Makefile"
25815 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25816 winex11.drv"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25819 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/wing32/Makefile"
25823 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25824 wing32"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25827 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/winhttp/Makefile"
25831 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25832 winhttp"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25835 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/winhttp/tests/Makefile"
25839 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25840 winhttp/tests"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25843 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/wininet/Makefile"
25847 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25848 wininet"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25851 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/wininet/tests/Makefile"
25855 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25856 wininet/tests"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25859 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/winmm/Makefile"
25863 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25864 winmm"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25867 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/winmm/tests/Makefile"
25871 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25872 winmm/tests"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25875 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/winnls32/Makefile"
25879 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25880 winnls32"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25883 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/winscard/Makefile"
25887 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25888 winscard"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25891 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/winspool.drv/Makefile"
25895 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25896 winspool.drv"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25899 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/winspool.drv/tests/Makefile"
25903 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25904 winspool.drv/tests"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25907 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/wintab32/Makefile"
25911 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25912 wintab32"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25915 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/wintrust/Makefile"
25919 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25920 wintrust"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25923 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/wintrust/tests/Makefile"
25927 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25928 wintrust/tests"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25931 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/wldap32/Makefile"
25935 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25936 wldap32"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25939 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/wldap32/tests/Makefile"
25943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25944 wldap32/tests"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25947 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/wmi/Makefile"
25951 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25952 wmi"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25955 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/wnaspi32/Makefile"
25959 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 wnaspi32"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/wow32/Makefile"
25967 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25968 wow32"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25971 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/ws2_32/Makefile"
25975 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25976 ws2_32"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25979 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/ws2_32/tests/Makefile"
25983 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25984 ws2_32/tests"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25987 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/wsock32/Makefile"
25991 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25992 wsock32"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25995 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/wtsapi32/Makefile"
25999 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 wtsapi32"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/wuapi/Makefile"
26007 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26008 wuapi"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26011 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/xinput1_1/Makefile"
26015 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26016 xinput1_1"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26019 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/xinput1_2/Makefile"
26023 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26024 xinput1_2"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26027 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/xinput1_3/Makefile"
26031 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26032 xinput1_3"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26035 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/xinput1_3/tests/Makefile"
26039 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26040 xinput1_3/tests"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26043 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/xinput9_1_0/Makefile"
26047 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26048 xinput9_1_0"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26051 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 documentation/Makefile"
26055 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26056 documentation"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 documentation/Makefile: documentation/Makefile.in Make.rules"
26059 ac_config_files="$ac_config_files documentation/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 fonts/Makefile"
26063 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26064 fonts"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 fonts/Makefile: fonts/Makefile.in Make.rules"
26067 ac_config_files="$ac_config_files fonts/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 include/Makefile"
26071 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26072 include"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 include/Makefile: include/Makefile.in Make.rules"
26075 ac_config_files="$ac_config_files include/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 libs/Makefile"
26079 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26080 libs"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 libs/Makefile: libs/Makefile.in Make.rules"
26083 ac_config_files="$ac_config_files libs/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 libs/port/Makefile"
26088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26089 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26090 ac_config_files="$ac_config_files libs/port/Makefile"
26092 ALL_MAKEFILES="$ALL_MAKEFILES \\
26093 libs/wine/Makefile"
26095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26096 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26097 ac_config_files="$ac_config_files libs/wine/Makefile"
26099 ALL_MAKEFILES="$ALL_MAKEFILES \\
26100 libs/wpp/Makefile"
26102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26103 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26104 ac_config_files="$ac_config_files libs/wpp/Makefile"
26106 ALL_MAKEFILES="$ALL_MAKEFILES \\
26107 loader/Makefile"
26108 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26109 loader"
26110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26111 loader/Makefile: loader/Makefile.in Make.rules"
26112 ac_config_files="$ac_config_files loader/Makefile"
26114 ALL_MAKEFILES="$ALL_MAKEFILES \\
26115 programs/Makefile"
26116 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26117 programs"
26118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26119 programs/Makefile: programs/Makefile.in Make.rules"
26120 ac_config_files="$ac_config_files programs/Makefile"
26122 ALL_MAKEFILES="$ALL_MAKEFILES \\
26123 programs/cacls/Makefile"
26124 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26125 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26126 cacls"
26127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26128 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26129 ac_config_files="$ac_config_files programs/cacls/Makefile"
26131 ALL_MAKEFILES="$ALL_MAKEFILES \\
26132 programs/clock/Makefile"
26133 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26134 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26135 clock"
26136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26137 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26138 ac_config_files="$ac_config_files programs/clock/Makefile"
26140 ALL_MAKEFILES="$ALL_MAKEFILES \\
26141 programs/cmd/Makefile"
26142 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26143 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26144 cmd"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26147 ac_config_files="$ac_config_files programs/cmd/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 programs/cmdlgtst/Makefile"
26151 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26152 cmdlgtst"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26155 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 programs/control/Makefile"
26159 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26160 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26161 control"
26162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26163 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26164 ac_config_files="$ac_config_files programs/control/Makefile"
26166 ALL_MAKEFILES="$ALL_MAKEFILES \\
26167 programs/eject/Makefile"
26168 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26169 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26170 eject"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26173 ac_config_files="$ac_config_files programs/eject/Makefile"
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176 programs/expand/Makefile"
26177 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26178 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26179 expand"
26180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26181 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26182 ac_config_files="$ac_config_files programs/expand/Makefile"
26184 ALL_MAKEFILES="$ALL_MAKEFILES \\
26185 programs/explorer/Makefile"
26186 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26187 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26188 explorer"
26189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26190 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26191 ac_config_files="$ac_config_files programs/explorer/Makefile"
26193 ALL_MAKEFILES="$ALL_MAKEFILES \\
26194 programs/hh/Makefile"
26195 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26196 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26199 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26200 ac_config_files="$ac_config_files programs/hh/Makefile"
26202 ALL_MAKEFILES="$ALL_MAKEFILES \\
26203 programs/icinfo/Makefile"
26204 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26205 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26206 icinfo"
26207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26208 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26209 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26211 ALL_MAKEFILES="$ALL_MAKEFILES \\
26212 programs/iexplore/Makefile"
26213 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26214 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26215 iexplore"
26216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26217 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26218 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26220 ALL_MAKEFILES="$ALL_MAKEFILES \\
26221 programs/lodctr/Makefile"
26222 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26223 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26224 lodctr"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
26227 ac_config_files="$ac_config_files programs/lodctr/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 programs/msiexec/Makefile"
26231 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26232 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26233 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26234 msiexec"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26237 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240 programs/net/Makefile"
26241 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26242 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26243 net"
26244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26245 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26246 ac_config_files="$ac_config_files programs/net/Makefile"
26248 ALL_MAKEFILES="$ALL_MAKEFILES \\
26249 programs/notepad/Makefile"
26250 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26251 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26252 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26253 notepad"
26254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26255 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26256 ac_config_files="$ac_config_files programs/notepad/Makefile"
26258 ALL_MAKEFILES="$ALL_MAKEFILES \\
26259 programs/oleview/Makefile"
26260 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26261 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26262 oleview"
26263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26264 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26265 ac_config_files="$ac_config_files programs/oleview/Makefile"
26267 ALL_MAKEFILES="$ALL_MAKEFILES \\
26268 programs/progman/Makefile"
26269 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26270 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26271 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26272 progman"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26275 ac_config_files="$ac_config_files programs/progman/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 programs/reg/Makefile"
26279 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26280 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26281 reg"
26282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26283 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26284 ac_config_files="$ac_config_files programs/reg/Makefile"
26286 ALL_MAKEFILES="$ALL_MAKEFILES \\
26287 programs/regedit/Makefile"
26288 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26289 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26290 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26291 regedit"
26292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26293 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26294 ac_config_files="$ac_config_files programs/regedit/Makefile"
26296 ALL_MAKEFILES="$ALL_MAKEFILES \\
26297 programs/regsvr32/Makefile"
26298 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26299 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26300 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26301 regsvr32"
26302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26303 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26304 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26306 ALL_MAKEFILES="$ALL_MAKEFILES \\
26307 programs/rpcss/Makefile"
26308 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26309 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26310 rpcss"
26311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26312 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26313 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26315 ALL_MAKEFILES="$ALL_MAKEFILES \\
26316 programs/rundll32/Makefile"
26317 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26318 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26319 rundll32"
26320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26321 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26322 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26324 ALL_MAKEFILES="$ALL_MAKEFILES \\
26325 programs/secedit/Makefile"
26326 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26327 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26328 secedit"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26331 ac_config_files="$ac_config_files programs/secedit/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 programs/services/Makefile"
26335 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26336 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26337 services"
26338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26339 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26340 ac_config_files="$ac_config_files programs/services/Makefile"
26342 ALL_MAKEFILES="$ALL_MAKEFILES \\
26343 programs/spoolsv/Makefile"
26344 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26345 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26346 spoolsv"
26347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26348 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26349 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26351 ALL_MAKEFILES="$ALL_MAKEFILES \\
26352 programs/start/Makefile"
26353 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26354 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26355 start"
26356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26357 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26358 ac_config_files="$ac_config_files programs/start/Makefile"
26360 ALL_MAKEFILES="$ALL_MAKEFILES \\
26361 programs/svchost/Makefile"
26362 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26363 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26364 svchost"
26365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26366 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26367 ac_config_files="$ac_config_files programs/svchost/Makefile"
26369 ALL_MAKEFILES="$ALL_MAKEFILES \\
26370 programs/taskmgr/Makefile"
26371 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26372 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26373 taskmgr"
26374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26375 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26376 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26378 ALL_MAKEFILES="$ALL_MAKEFILES \\
26379 programs/uninstaller/Makefile"
26380 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26381 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26382 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26383 uninstaller"
26384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26385 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26386 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26388 ALL_MAKEFILES="$ALL_MAKEFILES \\
26389 programs/unlodctr/Makefile"
26390 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26391 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26392 unlodctr"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
26395 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 programs/view/Makefile"
26399 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26400 view"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26403 ac_config_files="$ac_config_files programs/view/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 programs/wineboot/Makefile"
26407 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26408 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26409 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26410 wineboot"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26413 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416 programs/winebrowser/Makefile"
26417 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26418 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26419 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26420 winebrowser"
26421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26422 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26423 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26425 ALL_MAKEFILES="$ALL_MAKEFILES \\
26426 programs/winecfg/Makefile"
26427 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26428 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26429 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26430 winecfg"
26431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26432 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26433 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26435 ALL_MAKEFILES="$ALL_MAKEFILES \\
26436 programs/wineconsole/Makefile"
26437 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26438 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26439 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26440 wineconsole"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26443 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 programs/winedbg/Makefile"
26447 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26448 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26449 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26450 winedbg"
26451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26452 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26453 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26455 ALL_MAKEFILES="$ALL_MAKEFILES \\
26456 programs/winedevice/Makefile"
26457 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26458 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26459 winedevice"
26460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26461 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26462 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26464 ALL_MAKEFILES="$ALL_MAKEFILES \\
26465 programs/winefile/Makefile"
26466 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26467 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26468 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26469 winefile"
26470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26471 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26472 ac_config_files="$ac_config_files programs/winefile/Makefile"
26474 ALL_MAKEFILES="$ALL_MAKEFILES \\
26475 programs/winemenubuilder/Makefile"
26476 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26477 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26478 winemenubuilder"
26479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26480 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26481 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26483 ALL_MAKEFILES="$ALL_MAKEFILES \\
26484 programs/winemine/Makefile"
26485 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26486 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26487 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26488 winemine"
26489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26490 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26491 ac_config_files="$ac_config_files programs/winemine/Makefile"
26493 ALL_MAKEFILES="$ALL_MAKEFILES \\
26494 programs/winepath/Makefile"
26495 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26496 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26497 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26498 winepath"
26499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26500 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26501 ac_config_files="$ac_config_files programs/winepath/Makefile"
26503 ALL_MAKEFILES="$ALL_MAKEFILES \\
26504 programs/winetest/Makefile"
26505 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26506 winetest"
26507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26508 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26509 ac_config_files="$ac_config_files programs/winetest/Makefile"
26511 ALL_MAKEFILES="$ALL_MAKEFILES \\
26512 programs/winevdm/Makefile"
26513 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26514 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26515 winevdm"
26516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26517 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26518 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26520 ALL_MAKEFILES="$ALL_MAKEFILES \\
26521 programs/winhlp32/Makefile"
26522 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26523 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26524 winhlp32"
26525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26526 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26527 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26529 ALL_MAKEFILES="$ALL_MAKEFILES \\
26530 programs/winver/Makefile"
26531 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26532 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26533 winver"
26534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26535 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26536 ac_config_files="$ac_config_files programs/winver/Makefile"
26538 ALL_MAKEFILES="$ALL_MAKEFILES \\
26539 programs/wordpad/Makefile"
26540 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26541 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26542 wordpad"
26543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26544 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26545 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26547 ALL_MAKEFILES="$ALL_MAKEFILES \\
26548 programs/write/Makefile"
26549 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26550 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26551 write"
26552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26553 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26554 ac_config_files="$ac_config_files programs/write/Makefile"
26556 ALL_MAKEFILES="$ALL_MAKEFILES \\
26557 programs/xcopy/Makefile"
26558 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26559 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26560 xcopy"
26561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26562 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26563 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26565 ALL_MAKEFILES="$ALL_MAKEFILES \\
26566 server/Makefile"
26567 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26568 server"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 server/Makefile: server/Makefile.in Make.rules"
26571 ac_config_files="$ac_config_files server/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 tools/Makefile"
26575 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26576 tools"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 tools/Makefile: tools/Makefile.in Make.rules"
26579 ac_config_files="$ac_config_files tools/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 tools/widl/Makefile"
26584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26585 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26586 ac_config_files="$ac_config_files tools/widl/Makefile"
26588 ALL_MAKEFILES="$ALL_MAKEFILES \\
26589 tools/winebuild/Makefile"
26591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26592 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26593 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26595 ALL_MAKEFILES="$ALL_MAKEFILES \\
26596 tools/winedump/Makefile"
26598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26599 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26600 ac_config_files="$ac_config_files tools/winedump/Makefile"
26602 ALL_MAKEFILES="$ALL_MAKEFILES \\
26603 tools/winegcc/Makefile"
26605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26606 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26607 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26609 ALL_MAKEFILES="$ALL_MAKEFILES \\
26610 tools/wmc/Makefile"
26612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26613 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26614 ac_config_files="$ac_config_files tools/wmc/Makefile"
26616 ALL_MAKEFILES="$ALL_MAKEFILES \\
26617 tools/wrc/Makefile"
26619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26620 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26621 ac_config_files="$ac_config_files tools/wrc/Makefile"
26625 ALL_WINETEST_DEPENDS="# Test binaries"
26627 for dir in $ALL_TEST_DIRS
26629 if test "$dir" != "\\"
26630 then
26631 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26632 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26633 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26634 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26636 done
26638 cat >confcache <<\_ACEOF
26639 # This file is a shell script that caches the results of configure
26640 # tests run on this system so they can be shared between configure
26641 # scripts and configure runs, see configure's option --config-cache.
26642 # It is not useful on other systems. If it contains results you don't
26643 # want to keep, you may remove or edit it.
26645 # config.status only pays attention to the cache file if you give it
26646 # the --recheck option to rerun configure.
26648 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26649 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26650 # following values.
26652 _ACEOF
26654 # The following way of writing the cache mishandles newlines in values,
26655 # but we know of no workaround that is simple, portable, and efficient.
26656 # So, we kill variables containing newlines.
26657 # Ultrix sh set writes to stderr and can't be redirected directly,
26658 # and sets the high bit in the cache file unless we assign to the vars.
26660 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26661 eval ac_val=\$$ac_var
26662 case $ac_val in #(
26663 *${as_nl}*)
26664 case $ac_var in #(
26665 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26666 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26667 esac
26668 case $ac_var in #(
26669 _ | IFS | as_nl) ;; #(
26670 *) $as_unset $ac_var ;;
26671 esac ;;
26672 esac
26673 done
26675 (set) 2>&1 |
26676 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26677 *${as_nl}ac_space=\ *)
26678 # `set' does not quote correctly, so add quotes (double-quote
26679 # substitution turns \\\\ into \\, and sed turns \\ into \).
26680 sed -n \
26681 "s/'/'\\\\''/g;
26682 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26683 ;; #(
26685 # `set' quotes correctly as required by POSIX, so do not add quotes.
26686 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26688 esac |
26689 sort
26691 sed '
26692 /^ac_cv_env_/b end
26693 t clear
26694 :clear
26695 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26696 t end
26697 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26698 :end' >>confcache
26699 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26700 if test -w "$cache_file"; then
26701 test "x$cache_file" != "x/dev/null" &&
26702 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26703 echo "$as_me: updating cache $cache_file" >&6;}
26704 cat confcache >$cache_file
26705 else
26706 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26707 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26710 rm -f confcache
26712 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26713 # Let make expand exec_prefix.
26714 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26716 DEFS=-DHAVE_CONFIG_H
26718 ac_libobjs=
26719 ac_ltlibobjs=
26720 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26721 # 1. Remove the extension, and $U if already installed.
26722 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26723 ac_i=`echo "$ac_i" | sed "$ac_script"`
26724 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26725 # will be set to the directory where LIBOBJS objects are built.
26726 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26727 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26728 done
26729 LIBOBJS=$ac_libobjs
26731 LTLIBOBJS=$ac_ltlibobjs
26735 : ${CONFIG_STATUS=./config.status}
26736 ac_clean_files_save=$ac_clean_files
26737 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26738 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26739 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26740 cat >$CONFIG_STATUS <<_ACEOF
26741 #! $SHELL
26742 # Generated by $as_me.
26743 # Run this file to recreate the current configuration.
26744 # Compiler output produced by configure, useful for debugging
26745 # configure, is in config.log if it exists.
26747 debug=false
26748 ac_cs_recheck=false
26749 ac_cs_silent=false
26750 SHELL=\${CONFIG_SHELL-$SHELL}
26751 _ACEOF
26753 cat >>$CONFIG_STATUS <<\_ACEOF
26754 ## --------------------- ##
26755 ## M4sh Initialization. ##
26756 ## --------------------- ##
26758 # Be more Bourne compatible
26759 DUALCASE=1; export DUALCASE # for MKS sh
26760 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26761 emulate sh
26762 NULLCMD=:
26763 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26764 # is contrary to our usage. Disable this feature.
26765 alias -g '${1+"$@"}'='"$@"'
26766 setopt NO_GLOB_SUBST
26767 else
26768 case `(set -o) 2>/dev/null` in
26769 *posix*) set -o posix ;;
26770 esac
26777 # PATH needs CR
26778 # Avoid depending upon Character Ranges.
26779 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26780 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26781 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26782 as_cr_digits='0123456789'
26783 as_cr_alnum=$as_cr_Letters$as_cr_digits
26785 # The user is always right.
26786 if test "${PATH_SEPARATOR+set}" != set; then
26787 echo "#! /bin/sh" >conf$$.sh
26788 echo "exit 0" >>conf$$.sh
26789 chmod +x conf$$.sh
26790 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26791 PATH_SEPARATOR=';'
26792 else
26793 PATH_SEPARATOR=:
26795 rm -f conf$$.sh
26798 # Support unset when possible.
26799 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26800 as_unset=unset
26801 else
26802 as_unset=false
26806 # IFS
26807 # We need space, tab and new line, in precisely that order. Quoting is
26808 # there to prevent editors from complaining about space-tab.
26809 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26810 # splitting by setting IFS to empty value.)
26811 as_nl='
26813 IFS=" "" $as_nl"
26815 # Find who we are. Look in the path if we contain no directory separator.
26816 case $0 in
26817 *[\\/]* ) as_myself=$0 ;;
26818 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26819 for as_dir in $PATH
26821 IFS=$as_save_IFS
26822 test -z "$as_dir" && as_dir=.
26823 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26824 done
26825 IFS=$as_save_IFS
26828 esac
26829 # We did not find ourselves, most probably we were run as `sh COMMAND'
26830 # in which case we are not to be found in the path.
26831 if test "x$as_myself" = x; then
26832 as_myself=$0
26834 if test ! -f "$as_myself"; then
26835 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26836 { (exit 1); exit 1; }
26839 # Work around bugs in pre-3.0 UWIN ksh.
26840 for as_var in ENV MAIL MAILPATH
26841 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26842 done
26843 PS1='$ '
26844 PS2='> '
26845 PS4='+ '
26847 # NLS nuisances.
26848 for as_var in \
26849 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26850 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26851 LC_TELEPHONE LC_TIME
26853 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26854 eval $as_var=C; export $as_var
26855 else
26856 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26858 done
26860 # Required to use basename.
26861 if expr a : '\(a\)' >/dev/null 2>&1 &&
26862 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26863 as_expr=expr
26864 else
26865 as_expr=false
26868 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26869 as_basename=basename
26870 else
26871 as_basename=false
26875 # Name of the executable.
26876 as_me=`$as_basename -- "$0" ||
26877 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26878 X"$0" : 'X\(//\)$' \| \
26879 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26880 echo X/"$0" |
26881 sed '/^.*\/\([^/][^/]*\)\/*$/{
26882 s//\1/
26885 /^X\/\(\/\/\)$/{
26886 s//\1/
26889 /^X\/\(\/\).*/{
26890 s//\1/
26893 s/.*/./; q'`
26895 # CDPATH.
26896 $as_unset CDPATH
26900 as_lineno_1=$LINENO
26901 as_lineno_2=$LINENO
26902 test "x$as_lineno_1" != "x$as_lineno_2" &&
26903 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26905 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26906 # uniformly replaced by the line number. The first 'sed' inserts a
26907 # line-number line after each line using $LINENO; the second 'sed'
26908 # does the real work. The second script uses 'N' to pair each
26909 # line-number line with the line containing $LINENO, and appends
26910 # trailing '-' during substitution so that $LINENO is not a special
26911 # case at line end.
26912 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26913 # scripts with optimization help from Paolo Bonzini. Blame Lee
26914 # E. McMahon (1931-1989) for sed's syntax. :-)
26915 sed -n '
26917 /[$]LINENO/=
26918 ' <$as_myself |
26919 sed '
26920 s/[$]LINENO.*/&-/
26921 t lineno
26923 :lineno
26925 :loop
26926 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26927 t loop
26928 s/-\n.*//
26929 ' >$as_me.lineno &&
26930 chmod +x "$as_me.lineno" ||
26931 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26932 { (exit 1); exit 1; }; }
26934 # Don't try to exec as it changes $[0], causing all sort of problems
26935 # (the dirname of $[0] is not the place where we might find the
26936 # original and so on. Autoconf is especially sensitive to this).
26937 . "./$as_me.lineno"
26938 # Exit status is that of the last command.
26939 exit
26943 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26944 as_dirname=dirname
26945 else
26946 as_dirname=false
26949 ECHO_C= ECHO_N= ECHO_T=
26950 case `echo -n x` in
26951 -n*)
26952 case `echo 'x\c'` in
26953 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26954 *) ECHO_C='\c';;
26955 esac;;
26957 ECHO_N='-n';;
26958 esac
26960 if expr a : '\(a\)' >/dev/null 2>&1 &&
26961 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26962 as_expr=expr
26963 else
26964 as_expr=false
26967 rm -f conf$$ conf$$.exe conf$$.file
26968 if test -d conf$$.dir; then
26969 rm -f conf$$.dir/conf$$.file
26970 else
26971 rm -f conf$$.dir
26972 mkdir conf$$.dir
26974 echo >conf$$.file
26975 if ln -s conf$$.file conf$$ 2>/dev/null; then
26976 as_ln_s='ln -s'
26977 # ... but there are two gotchas:
26978 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26979 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26980 # In both cases, we have to default to `cp -p'.
26981 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26982 as_ln_s='cp -p'
26983 elif ln conf$$.file conf$$ 2>/dev/null; then
26984 as_ln_s=ln
26985 else
26986 as_ln_s='cp -p'
26988 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26989 rmdir conf$$.dir 2>/dev/null
26991 if mkdir -p . 2>/dev/null; then
26992 as_mkdir_p=:
26993 else
26994 test -d ./-p && rmdir ./-p
26995 as_mkdir_p=false
26998 if test -x / >/dev/null 2>&1; then
26999 as_test_x='test -x'
27000 else
27001 if ls -dL / >/dev/null 2>&1; then
27002 as_ls_L_option=L
27003 else
27004 as_ls_L_option=
27006 as_test_x='
27007 eval sh -c '\''
27008 if test -d "$1"; then
27009 test -d "$1/.";
27010 else
27011 case $1 in
27012 -*)set "./$1";;
27013 esac;
27014 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27015 ???[sx]*):;;*)false;;esac;fi
27016 '\'' sh
27019 as_executable_p=$as_test_x
27021 # Sed expression to map a string onto a valid CPP name.
27022 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27024 # Sed expression to map a string onto a valid variable name.
27025 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27028 exec 6>&1
27030 # Save the log message, to keep $[0] and so on meaningful, and to
27031 # report actual input values of CONFIG_FILES etc. instead of their
27032 # values after options handling.
27033 ac_log="
27034 This file was extended by Wine $as_me 1.1.14, which was
27035 generated by GNU Autoconf 2.61. Invocation command line was
27037 CONFIG_FILES = $CONFIG_FILES
27038 CONFIG_HEADERS = $CONFIG_HEADERS
27039 CONFIG_LINKS = $CONFIG_LINKS
27040 CONFIG_COMMANDS = $CONFIG_COMMANDS
27041 $ $0 $@
27043 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27046 _ACEOF
27048 cat >>$CONFIG_STATUS <<_ACEOF
27049 # Files that config.status was made for.
27050 config_files="$ac_config_files"
27051 config_headers="$ac_config_headers"
27052 config_commands="$ac_config_commands"
27054 _ACEOF
27056 cat >>$CONFIG_STATUS <<\_ACEOF
27057 ac_cs_usage="\
27058 \`$as_me' instantiates files from templates according to the
27059 current configuration.
27061 Usage: $0 [OPTIONS] [FILE]...
27063 -h, --help print this help, then exit
27064 -V, --version print version number and configuration settings, then exit
27065 -q, --quiet do not print progress messages
27066 -d, --debug don't remove temporary files
27067 --recheck update $as_me by reconfiguring in the same conditions
27068 --file=FILE[:TEMPLATE]
27069 instantiate the configuration file FILE
27070 --header=FILE[:TEMPLATE]
27071 instantiate the configuration header FILE
27073 Configuration files:
27074 $config_files
27076 Configuration headers:
27077 $config_headers
27079 Configuration commands:
27080 $config_commands
27082 Report bugs to <bug-autoconf@gnu.org>."
27084 _ACEOF
27085 cat >>$CONFIG_STATUS <<_ACEOF
27086 ac_cs_version="\\
27087 Wine config.status 1.1.14
27088 configured by $0, generated by GNU Autoconf 2.61,
27089 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27091 Copyright (C) 2006 Free Software Foundation, Inc.
27092 This config.status script is free software; the Free Software Foundation
27093 gives unlimited permission to copy, distribute and modify it."
27095 ac_pwd='$ac_pwd'
27096 srcdir='$srcdir'
27097 INSTALL='$INSTALL'
27098 _ACEOF
27100 cat >>$CONFIG_STATUS <<\_ACEOF
27101 # If no file are specified by the user, then we need to provide default
27102 # value. By we need to know if files were specified by the user.
27103 ac_need_defaults=:
27104 while test $# != 0
27106 case $1 in
27107 --*=*)
27108 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27109 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27110 ac_shift=:
27113 ac_option=$1
27114 ac_optarg=$2
27115 ac_shift=shift
27117 esac
27119 case $ac_option in
27120 # Handling of the options.
27121 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27122 ac_cs_recheck=: ;;
27123 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27124 echo "$ac_cs_version"; exit ;;
27125 --debug | --debu | --deb | --de | --d | -d )
27126 debug=: ;;
27127 --file | --fil | --fi | --f )
27128 $ac_shift
27129 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
27130 ac_need_defaults=false;;
27131 --header | --heade | --head | --hea )
27132 $ac_shift
27133 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
27134 ac_need_defaults=false;;
27135 --he | --h)
27136 # Conflict between --help and --header
27137 { echo "$as_me: error: ambiguous option: $1
27138 Try \`$0 --help' for more information." >&2
27139 { (exit 1); exit 1; }; };;
27140 --help | --hel | -h )
27141 echo "$ac_cs_usage"; exit ;;
27142 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27143 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27144 ac_cs_silent=: ;;
27146 # This is an error.
27147 -*) { echo "$as_me: error: unrecognized option: $1
27148 Try \`$0 --help' for more information." >&2
27149 { (exit 1); exit 1; }; } ;;
27151 *) ac_config_targets="$ac_config_targets $1"
27152 ac_need_defaults=false ;;
27154 esac
27155 shift
27156 done
27158 ac_configure_extra_args=
27160 if $ac_cs_silent; then
27161 exec 6>/dev/null
27162 ac_configure_extra_args="$ac_configure_extra_args --silent"
27165 _ACEOF
27166 cat >>$CONFIG_STATUS <<_ACEOF
27167 if \$ac_cs_recheck; then
27168 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
27169 CONFIG_SHELL=$SHELL
27170 export CONFIG_SHELL
27171 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27174 _ACEOF
27175 cat >>$CONFIG_STATUS <<\_ACEOF
27176 exec 5>>config.log
27178 echo
27179 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27180 ## Running $as_me. ##
27181 _ASBOX
27182 echo "$ac_log"
27183 } >&5
27185 _ACEOF
27186 cat >>$CONFIG_STATUS <<_ACEOF
27187 _ACEOF
27189 cat >>$CONFIG_STATUS <<\_ACEOF
27191 # Handling of arguments.
27192 for ac_config_target in $ac_config_targets
27194 case $ac_config_target in
27195 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27196 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27197 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27198 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27199 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27200 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27201 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27202 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27203 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27204 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27205 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27206 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27207 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27208 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27209 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27210 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27211 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
27212 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27213 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27214 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27215 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27216 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27217 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27218 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27219 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27220 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27221 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27222 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
27223 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27224 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27225 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27226 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27227 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27228 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27229 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27230 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27231 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27232 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27233 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27234 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27235 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27236 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27237 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27238 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27239 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27240 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27241 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27242 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27243 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27244 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27245 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27246 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27247 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27248 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27249 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27250 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27251 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27252 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27253 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27254 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27255 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27256 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27257 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27258 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27259 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27260 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27261 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27262 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27263 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27264 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27265 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27266 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27267 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27268 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27269 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27270 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
27271 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
27272 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
27273 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
27274 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
27275 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
27276 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
27277 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
27278 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
27279 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
27280 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
27281 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
27282 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
27283 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
27284 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
27285 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
27286 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
27287 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
27288 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
27289 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
27290 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
27291 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
27292 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
27293 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
27294 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
27295 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
27296 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
27297 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
27298 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
27299 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
27300 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
27301 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
27302 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27303 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27304 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27305 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27306 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27307 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27308 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27309 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27310 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27311 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27312 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27313 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27314 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27315 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27316 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27317 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27318 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27319 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27320 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27321 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27322 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27323 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27324 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27325 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27326 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27327 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27328 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27329 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27330 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27331 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27332 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27333 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27334 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27335 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27336 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27337 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27338 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27339 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27340 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27341 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27342 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27343 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27344 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27345 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27346 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27347 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27348 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27349 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27350 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27351 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27352 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27353 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27354 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27355 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27356 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27357 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27358 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27359 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27360 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27361 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27362 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27363 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27364 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27365 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27366 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27367 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27368 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27369 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27370 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27371 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27372 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27373 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27374 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27375 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27376 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27377 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27378 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27379 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27380 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27381 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27382 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27383 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27384 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27385 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27386 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27387 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27388 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27389 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27390 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27391 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27392 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27393 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27394 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27395 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27396 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27397 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
27398 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27399 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27400 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27401 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27402 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27403 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27404 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27405 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27406 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27407 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27408 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27409 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27410 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27411 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27412 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
27413 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27414 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27415 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27416 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27417 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27418 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27419 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27420 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27421 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27422 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27423 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27424 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27425 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27426 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27427 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27428 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27429 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27430 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27431 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27432 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27433 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27434 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27435 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27436 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27437 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27438 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27439 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27440 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27441 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27442 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27443 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27444 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27445 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27446 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27447 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27448 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27449 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27450 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27451 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27452 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27453 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27454 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27455 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27456 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27457 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27458 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27459 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27460 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27461 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27462 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27463 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27464 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27465 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27466 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27467 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27468 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27469 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27470 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27471 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27472 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27473 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27474 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27475 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27476 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27477 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27478 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
27479 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27480 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27481 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27482 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27483 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27484 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27485 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27486 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27487 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27488 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27489 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27490 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27491 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
27492 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27493 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
27494 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27495 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
27496 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27497 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
27498 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27499 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27500 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27501 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
27502 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27503 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27504 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27505 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27506 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
27507 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27508 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27509 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27510 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27511 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27512 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
27513 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27514 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27515 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
27516 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27517 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27518 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27519 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27520 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
27521 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
27522 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
27523 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
27524 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
27525 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
27526 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
27527 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
27528 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
27529 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
27530 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
27531 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
27532 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
27533 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
27534 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
27535 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
27536 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
27537 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
27538 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
27539 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
27540 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
27541 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
27542 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27543 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27544 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27545 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27546 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27547 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27548 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27549 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27550 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27551 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27552 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27553 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27554 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27555 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27556 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27557 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27558 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27559 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27560 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27561 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27562 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27563 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27564 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27565 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27566 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27567 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27568 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27569 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27570 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27571 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27572 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27573 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27574 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27575 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27576 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27577 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
27578 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
27579 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
27580 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
27581 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
27582 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
27583 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
27584 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
27585 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
27586 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
27587 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
27588 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
27589 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
27590 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
27591 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
27592 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
27593 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
27594 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
27595 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
27596 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
27597 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
27598 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27599 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27600 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27601 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
27602 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
27603 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
27604 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
27605 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
27606 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
27607 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
27608 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27609 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27610 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27611 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27612 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27613 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27614 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27615 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27616 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27617 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
27618 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27619 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27620 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27621 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27622 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27623 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27624 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27625 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27626 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27627 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27628 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27629 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27630 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27631 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27632 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27633 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27634 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27635 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
27636 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27637 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27638 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27639 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27640 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27641 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27642 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27643 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27644 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27645 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27646 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27647 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27648 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27649 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27650 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27651 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27652 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27653 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27654 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27655 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27656 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27657 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27658 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27659 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27660 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27661 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27663 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27664 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27665 { (exit 1); exit 1; }; };;
27666 esac
27667 done
27670 # If the user did not use the arguments to specify the items to instantiate,
27671 # then the envvar interface is used. Set only those that are not.
27672 # We use the long form for the default assignment because of an extremely
27673 # bizarre bug on SunOS 4.1.3.
27674 if $ac_need_defaults; then
27675 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27676 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27677 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27680 # Have a temporary directory for convenience. Make it in the build tree
27681 # simply because there is no reason against having it here, and in addition,
27682 # creating and moving files from /tmp can sometimes cause problems.
27683 # Hook for its removal unless debugging.
27684 # Note that there is a small window in which the directory will not be cleaned:
27685 # after its creation but before its name has been assigned to `$tmp'.
27686 $debug ||
27688 tmp=
27689 trap 'exit_status=$?
27690 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27692 trap '{ (exit 1); exit 1; }' 1 2 13 15
27694 # Create a (secure) tmp directory for tmp files.
27697 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27698 test -n "$tmp" && test -d "$tmp"
27699 } ||
27701 tmp=./conf$$-$RANDOM
27702 (umask 077 && mkdir "$tmp")
27703 } ||
27705 echo "$me: cannot create a temporary directory in ." >&2
27706 { (exit 1); exit 1; }
27710 # Set up the sed scripts for CONFIG_FILES section.
27713 # No need to generate the scripts if there are no CONFIG_FILES.
27714 # This happens for instance when ./config.status config.h
27715 if test -n "$CONFIG_FILES"; then
27717 _ACEOF
27719 # Create sed commands to just substitute file output variables.
27721 # Remaining file output variables are in a fragment that also has non-file
27722 # output varibles.
27726 ac_delim='%!_!# '
27727 for ac_last_try in false false false false false :; do
27728 cat >conf$$subs.sed <<_ACEOF
27729 SHELL!$SHELL$ac_delim
27730 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27731 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27732 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27733 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27734 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27735 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27736 exec_prefix!$exec_prefix$ac_delim
27737 prefix!$prefix$ac_delim
27738 program_transform_name!$program_transform_name$ac_delim
27739 bindir!$bindir$ac_delim
27740 sbindir!$sbindir$ac_delim
27741 libexecdir!$libexecdir$ac_delim
27742 datarootdir!$datarootdir$ac_delim
27743 datadir!$datadir$ac_delim
27744 sysconfdir!$sysconfdir$ac_delim
27745 sharedstatedir!$sharedstatedir$ac_delim
27746 localstatedir!$localstatedir$ac_delim
27747 includedir!$includedir$ac_delim
27748 oldincludedir!$oldincludedir$ac_delim
27749 docdir!$docdir$ac_delim
27750 infodir!$infodir$ac_delim
27751 htmldir!$htmldir$ac_delim
27752 dvidir!$dvidir$ac_delim
27753 pdfdir!$pdfdir$ac_delim
27754 psdir!$psdir$ac_delim
27755 libdir!$libdir$ac_delim
27756 localedir!$localedir$ac_delim
27757 mandir!$mandir$ac_delim
27758 DEFS!$DEFS$ac_delim
27759 ECHO_C!$ECHO_C$ac_delim
27760 ECHO_N!$ECHO_N$ac_delim
27761 ECHO_T!$ECHO_T$ac_delim
27762 LIBS!$LIBS$ac_delim
27763 build_alias!$build_alias$ac_delim
27764 host_alias!$host_alias$ac_delim
27765 target_alias!$target_alias$ac_delim
27766 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27767 build!$build$ac_delim
27768 build_cpu!$build_cpu$ac_delim
27769 build_vendor!$build_vendor$ac_delim
27770 build_os!$build_os$ac_delim
27771 host!$host$ac_delim
27772 host_cpu!$host_cpu$ac_delim
27773 host_vendor!$host_vendor$ac_delim
27774 host_os!$host_os$ac_delim
27775 SET_MAKE!$SET_MAKE$ac_delim
27776 CC!$CC$ac_delim
27777 CFLAGS!$CFLAGS$ac_delim
27778 LDFLAGS!$LDFLAGS$ac_delim
27779 CPPFLAGS!$CPPFLAGS$ac_delim
27780 ac_ct_CC!$ac_ct_CC$ac_delim
27781 EXEEXT!$EXEEXT$ac_delim
27782 OBJEXT!$OBJEXT$ac_delim
27783 CXX!$CXX$ac_delim
27784 CXXFLAGS!$CXXFLAGS$ac_delim
27785 ac_ct_CXX!$ac_ct_CXX$ac_delim
27786 CPPBIN!$CPPBIN$ac_delim
27787 TARGETFLAGS!$TARGETFLAGS$ac_delim
27788 WIN16_FILES!$WIN16_FILES$ac_delim
27789 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27790 TOOLSDIR!$TOOLSDIR$ac_delim
27791 XMKMF!$XMKMF$ac_delim
27792 CPP!$CPP$ac_delim
27793 X_CFLAGS!$X_CFLAGS$ac_delim
27794 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27795 X_LIBS!$X_LIBS$ac_delim
27796 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27797 FLEX!$FLEX$ac_delim
27798 BISON!$BISON$ac_delim
27799 AS!$AS$ac_delim
27800 ac_ct_AS!$ac_ct_AS$ac_delim
27801 LD!$LD$ac_delim
27802 ac_ct_LD!$ac_ct_LD$ac_delim
27803 NM!$NM$ac_delim
27804 ac_ct_NM!$ac_ct_NM$ac_delim
27805 AR!$AR$ac_delim
27806 ac_ct_AR!$ac_ct_AR$ac_delim
27807 ARFLAGS!$ARFLAGS$ac_delim
27808 RANLIB!$RANLIB$ac_delim
27809 STRIP!$STRIP$ac_delim
27810 WINDRES!$WINDRES$ac_delim
27811 _ACEOF
27813 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27814 break
27815 elif $ac_last_try; then
27816 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27817 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27818 { (exit 1); exit 1; }; }
27819 else
27820 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27822 done
27824 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27825 if test -n "$ac_eof"; then
27826 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27827 ac_eof=`expr $ac_eof + 1`
27830 cat >>$CONFIG_STATUS <<_ACEOF
27831 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27832 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27833 /^[ ]*@MAKE_RULES@[ ]*$/{
27834 r $MAKE_RULES
27837 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27838 r $MAKE_DLL_RULES
27841 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27842 r $MAKE_IMPLIB_RULES
27845 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27846 r $MAKE_TEST_RULES
27849 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27850 r $MAKE_PROG_RULES
27853 _ACEOF
27854 sed '
27855 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27856 s/^/s,@/; s/!/@,|#_!!_#|/
27859 s/'"$ac_delim"'$/,g/; t
27860 s/$/\\/; p
27861 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27862 ' >>$CONFIG_STATUS <conf$$subs.sed
27863 rm -f conf$$subs.sed
27864 cat >>$CONFIG_STATUS <<_ACEOF
27865 CEOF$ac_eof
27866 _ACEOF
27869 ac_delim='%!_!# '
27870 for ac_last_try in false false false false false :; do
27871 cat >conf$$subs.sed <<_ACEOF
27872 LN_S!$LN_S$ac_delim
27873 LN!$LN$ac_delim
27874 GREP!$GREP$ac_delim
27875 EGREP!$EGREP$ac_delim
27876 LDCONFIG!$LDCONFIG$ac_delim
27877 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27878 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27879 INSTALL_DATA!$INSTALL_DATA$ac_delim
27880 LINT!$LINT$ac_delim
27881 LINTFLAGS!$LINTFLAGS$ac_delim
27882 FONTFORGE!$FONTFORGE$ac_delim
27883 PKG_CONFIG!$PKG_CONFIG$ac_delim
27884 RSVG!$RSVG$ac_delim
27885 ICOTOOL!$ICOTOOL$ac_delim
27886 PRELINK!$PRELINK$ac_delim
27887 LIBPTHREAD!$LIBPTHREAD$ac_delim
27888 XLIB!$XLIB$ac_delim
27889 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27890 DLLEXT!$DLLEXT$ac_delim
27891 DLLFLAGS!$DLLFLAGS$ac_delim
27892 LDSHARED!$LDSHARED$ac_delim
27893 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27894 LIBEXT!$LIBEXT$ac_delim
27895 IMPLIBEXT!$IMPLIBEXT$ac_delim
27896 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27897 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27898 LDD!$LDD$ac_delim
27899 DLLTOOL!$DLLTOOL$ac_delim
27900 DLLWRAP!$DLLWRAP$ac_delim
27901 MINGWAR!$MINGWAR$ac_delim
27902 SECURITYLIB!$SECURITYLIB$ac_delim
27903 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27904 IOKITLIB!$IOKITLIB$ac_delim
27905 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27906 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27907 COREAUDIO!$COREAUDIO$ac_delim
27908 CARBONLIB!$CARBONLIB$ac_delim
27909 CROSSCC!$CROSSCC$ac_delim
27910 CROSSWINDRES!$CROSSWINDRES$ac_delim
27911 CROSSTEST!$CROSSTEST$ac_delim
27912 NASLIBS!$NASLIBS$ac_delim
27913 XML2LIBS!$XML2LIBS$ac_delim
27914 XML2INCL!$XML2INCL$ac_delim
27915 XSLTINCL!$XSLTINCL$ac_delim
27916 HALINCL!$HALINCL$ac_delim
27917 GNUTLSINCL!$GNUTLSINCL$ac_delim
27918 sane_devel!$sane_devel$ac_delim
27919 SANEINCL!$SANEINCL$ac_delim
27920 gphoto2_devel!$gphoto2_devel$ac_delim
27921 gphoto2port_devel!$gphoto2port_devel$ac_delim
27922 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27923 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27924 RESOLVLIBS!$RESOLVLIBS$ac_delim
27925 LCMSLIBS!$LCMSLIBS$ac_delim
27926 ft_devel!$ft_devel$ac_delim
27927 FREETYPELIBS!$FREETYPELIBS$ac_delim
27928 FREETYPEINCL!$FREETYPEINCL$ac_delim
27929 ESDCONFIG!$ESDCONFIG$ac_delim
27930 ESDINCL!$ESDINCL$ac_delim
27931 ESDLIBS!$ESDLIBS$ac_delim
27932 PULSELIBS!$PULSELIBS$ac_delim
27933 ALSALIBS!$ALSALIBS$ac_delim
27934 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27935 CUPSINCL!$CUPSINCL$ac_delim
27936 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27937 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27938 BUILTINFLAG!$BUILTINFLAG$ac_delim
27939 LDPATH!$LDPATH$ac_delim
27940 CRTLIBS!$CRTLIBS$ac_delim
27941 SOCKETLIBS!$SOCKETLIBS$ac_delim
27942 MAIN_BINARY!$MAIN_BINARY$ac_delim
27943 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27944 LIBDL!$LIBDL$ac_delim
27945 LIBPOLL!$LIBPOLL$ac_delim
27946 LDAPLIBS!$LDAPLIBS$ac_delim
27947 DEPENDENCIES!$DEPENDENCIES$ac_delim
27948 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27949 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27950 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27951 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27952 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27953 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27954 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27955 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27956 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27957 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27958 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27959 LIBOBJS!$LIBOBJS$ac_delim
27960 LTLIBOBJS!$LTLIBOBJS$ac_delim
27961 _ACEOF
27963 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
27964 break
27965 elif $ac_last_try; then
27966 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27967 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27968 { (exit 1); exit 1; }; }
27969 else
27970 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27972 done
27974 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27975 if test -n "$ac_eof"; then
27976 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27977 ac_eof=`expr $ac_eof + 1`
27980 cat >>$CONFIG_STATUS <<_ACEOF
27981 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27982 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27983 _ACEOF
27984 sed '
27985 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27986 s/^/s,@/; s/!/@,|#_!!_#|/
27989 s/'"$ac_delim"'$/,g/; t
27990 s/$/\\/; p
27991 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27992 ' >>$CONFIG_STATUS <conf$$subs.sed
27993 rm -f conf$$subs.sed
27994 cat >>$CONFIG_STATUS <<_ACEOF
27995 :end
27996 s/|#_!!_#|//g
27997 CEOF$ac_eof
27998 _ACEOF
28001 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28002 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28003 # trailing colons and then remove the whole line if VPATH becomes empty
28004 # (actually we leave an empty line to preserve line numbers).
28005 if test "x$srcdir" = x.; then
28006 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28007 s/:*\$(srcdir):*/:/
28008 s/:*\${srcdir}:*/:/
28009 s/:*@srcdir@:*/:/
28010 s/^\([^=]*=[ ]*\):*/\1/
28011 s/:*$//
28012 s/^[^=]*=[ ]*$//
28016 cat >>$CONFIG_STATUS <<\_ACEOF
28017 fi # test -n "$CONFIG_FILES"
28020 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
28022 case $ac_tag in
28023 :[FHLC]) ac_mode=$ac_tag; continue;;
28024 esac
28025 case $ac_mode$ac_tag in
28026 :[FHL]*:*);;
28027 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
28028 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
28029 { (exit 1); exit 1; }; };;
28030 :[FH]-) ac_tag=-:-;;
28031 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28032 esac
28033 ac_save_IFS=$IFS
28034 IFS=:
28035 set x $ac_tag
28036 IFS=$ac_save_IFS
28037 shift
28038 ac_file=$1
28039 shift
28041 case $ac_mode in
28042 :L) ac_source=$1;;
28043 :[FH])
28044 ac_file_inputs=
28045 for ac_f
28047 case $ac_f in
28048 -) ac_f="$tmp/stdin";;
28049 *) # Look for the file first in the build tree, then in the source tree
28050 # (if the path is not absolute). The absolute path cannot be DOS-style,
28051 # because $ac_f cannot contain `:'.
28052 test -f "$ac_f" ||
28053 case $ac_f in
28054 [\\/$]*) false;;
28055 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28056 esac ||
28057 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28058 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28059 { (exit 1); exit 1; }; };;
28060 esac
28061 ac_file_inputs="$ac_file_inputs $ac_f"
28062 done
28064 # Let's still pretend it is `configure' which instantiates (i.e., don't
28065 # use $as_me), people would be surprised to read:
28066 # /* config.h. Generated by config.status. */
28067 configure_input="Generated from "`IFS=:
28068 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
28069 if test x"$ac_file" != x-; then
28070 configure_input="$ac_file. $configure_input"
28071 { echo "$as_me:$LINENO: creating $ac_file" >&5
28072 echo "$as_me: creating $ac_file" >&6;}
28075 case $ac_tag in
28076 *:-:* | *:-) cat >"$tmp/stdin";;
28077 esac
28079 esac
28081 ac_dir=`$as_dirname -- "$ac_file" ||
28082 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28083 X"$ac_file" : 'X\(//\)[^/]' \| \
28084 X"$ac_file" : 'X\(//\)$' \| \
28085 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28086 echo X"$ac_file" |
28087 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28088 s//\1/
28091 /^X\(\/\/\)[^/].*/{
28092 s//\1/
28095 /^X\(\/\/\)$/{
28096 s//\1/
28099 /^X\(\/\).*/{
28100 s//\1/
28103 s/.*/./; q'`
28104 { as_dir="$ac_dir"
28105 case $as_dir in #(
28106 -*) as_dir=./$as_dir;;
28107 esac
28108 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28109 as_dirs=
28110 while :; do
28111 case $as_dir in #(
28112 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
28113 *) as_qdir=$as_dir;;
28114 esac
28115 as_dirs="'$as_qdir' $as_dirs"
28116 as_dir=`$as_dirname -- "$as_dir" ||
28117 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28118 X"$as_dir" : 'X\(//\)[^/]' \| \
28119 X"$as_dir" : 'X\(//\)$' \| \
28120 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28121 echo X"$as_dir" |
28122 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28123 s//\1/
28126 /^X\(\/\/\)[^/].*/{
28127 s//\1/
28130 /^X\(\/\/\)$/{
28131 s//\1/
28134 /^X\(\/\).*/{
28135 s//\1/
28138 s/.*/./; q'`
28139 test -d "$as_dir" && break
28140 done
28141 test -z "$as_dirs" || eval "mkdir $as_dirs"
28142 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28143 echo "$as_me: error: cannot create directory $as_dir" >&2;}
28144 { (exit 1); exit 1; }; }; }
28145 ac_builddir=.
28147 case "$ac_dir" in
28148 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28150 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
28151 # A ".." for each directory in $ac_dir_suffix.
28152 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
28153 case $ac_top_builddir_sub in
28154 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28155 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28156 esac ;;
28157 esac
28158 ac_abs_top_builddir=$ac_pwd
28159 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28160 # for backward compatibility:
28161 ac_top_builddir=$ac_top_build_prefix
28163 case $srcdir in
28164 .) # We are building in place.
28165 ac_srcdir=.
28166 ac_top_srcdir=$ac_top_builddir_sub
28167 ac_abs_top_srcdir=$ac_pwd ;;
28168 [\\/]* | ?:[\\/]* ) # Absolute name.
28169 ac_srcdir=$srcdir$ac_dir_suffix;
28170 ac_top_srcdir=$srcdir
28171 ac_abs_top_srcdir=$srcdir ;;
28172 *) # Relative name.
28173 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28174 ac_top_srcdir=$ac_top_build_prefix$srcdir
28175 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28176 esac
28177 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28180 case $ac_mode in
28183 # CONFIG_FILE
28186 case $INSTALL in
28187 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28188 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28189 esac
28190 _ACEOF
28192 cat >>$CONFIG_STATUS <<\_ACEOF
28193 # If the template does not know about datarootdir, expand it.
28194 # FIXME: This hack should be removed a few years after 2.60.
28195 ac_datarootdir_hack=; ac_datarootdir_seen=
28197 case `sed -n '/datarootdir/ {
28201 /@datadir@/p
28202 /@docdir@/p
28203 /@infodir@/p
28204 /@localedir@/p
28205 /@mandir@/p
28206 ' $ac_file_inputs` in
28207 *datarootdir*) ac_datarootdir_seen=yes;;
28208 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28209 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28210 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28211 _ACEOF
28212 cat >>$CONFIG_STATUS <<_ACEOF
28213 ac_datarootdir_hack='
28214 s&@datadir@&$datadir&g
28215 s&@docdir@&$docdir&g
28216 s&@infodir@&$infodir&g
28217 s&@localedir@&$localedir&g
28218 s&@mandir@&$mandir&g
28219 s&\\\${datarootdir}&$datarootdir&g' ;;
28220 esac
28221 _ACEOF
28223 # Neutralize VPATH when `$srcdir' = `.'.
28224 # Shell code in configure.ac might set extrasub.
28225 # FIXME: do we really want to maintain this feature?
28226 cat >>$CONFIG_STATUS <<_ACEOF
28227 sed "$ac_vpsub
28228 $extrasub
28229 _ACEOF
28230 cat >>$CONFIG_STATUS <<\_ACEOF
28232 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28233 s&@configure_input@&$configure_input&;t t
28234 s&@top_builddir@&$ac_top_builddir_sub&;t t
28235 s&@srcdir@&$ac_srcdir&;t t
28236 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28237 s&@top_srcdir@&$ac_top_srcdir&;t t
28238 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28239 s&@builddir@&$ac_builddir&;t t
28240 s&@abs_builddir@&$ac_abs_builddir&;t t
28241 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28242 s&@INSTALL@&$ac_INSTALL&;t t
28243 $ac_datarootdir_hack
28244 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
28246 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28247 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28248 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28249 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28250 which seems to be undefined. Please make sure it is defined." >&5
28251 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28252 which seems to be undefined. Please make sure it is defined." >&2;}
28254 rm -f "$tmp/stdin"
28255 case $ac_file in
28256 -) cat "$tmp/out"; rm -f "$tmp/out";;
28257 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
28258 esac
28262 # CONFIG_HEADER
28264 _ACEOF
28266 # Transform confdefs.h into a sed script `conftest.defines', that
28267 # substitutes the proper values into config.h.in to produce config.h.
28268 rm -f conftest.defines conftest.tail
28269 # First, append a space to every undef/define line, to ease matching.
28270 echo 's/$/ /' >conftest.defines
28271 # Then, protect against being on the right side of a sed subst, or in
28272 # an unquoted here document, in config.status. If some macros were
28273 # called several times there might be several #defines for the same
28274 # symbol, which is useless. But do not sort them, since the last
28275 # AC_DEFINE must be honored.
28276 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28277 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
28278 # NAME is the cpp macro being defined, VALUE is the value it is being given.
28279 # PARAMS is the parameter list in the macro definition--in most cases, it's
28280 # just an empty string.
28281 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
28282 ac_dB='\\)[ (].*,\\1define\\2'
28283 ac_dC=' '
28284 ac_dD=' ,'
28286 uniq confdefs.h |
28287 sed -n '
28288 t rset
28289 :rset
28290 s/^[ ]*#[ ]*define[ ][ ]*//
28291 t ok
28294 s/[\\&,]/\\&/g
28295 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
28296 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
28297 ' >>conftest.defines
28299 # Remove the space that was appended to ease matching.
28300 # Then replace #undef with comments. This is necessary, for
28301 # example, in the case of _POSIX_SOURCE, which is predefined and required
28302 # on some systems where configure will not decide to define it.
28303 # (The regexp can be short, since the line contains either #define or #undef.)
28304 echo 's/ $//
28305 s,^[ #]*u.*,/* & */,' >>conftest.defines
28307 # Break up conftest.defines:
28308 ac_max_sed_lines=50
28310 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28311 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28312 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28313 # et cetera.
28314 ac_in='$ac_file_inputs'
28315 ac_out='"$tmp/out1"'
28316 ac_nxt='"$tmp/out2"'
28318 while :
28320 # Write a here document:
28321 cat >>$CONFIG_STATUS <<_ACEOF
28322 # First, check the format of the line:
28323 cat >"\$tmp/defines.sed" <<\\CEOF
28324 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28325 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28327 :def
28328 _ACEOF
28329 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28330 echo 'CEOF
28331 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28332 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28333 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28334 grep . conftest.tail >/dev/null || break
28335 rm -f conftest.defines
28336 mv conftest.tail conftest.defines
28337 done
28338 rm -f conftest.defines conftest.tail
28340 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28341 cat >>$CONFIG_STATUS <<\_ACEOF
28342 if test x"$ac_file" != x-; then
28343 echo "/* $configure_input */" >"$tmp/config.h"
28344 cat "$ac_result" >>"$tmp/config.h"
28345 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28346 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28347 echo "$as_me: $ac_file is unchanged" >&6;}
28348 else
28349 rm -f $ac_file
28350 mv "$tmp/config.h" $ac_file
28352 else
28353 echo "/* $configure_input */"
28354 cat "$ac_result"
28356 rm -f "$tmp/out12"
28359 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28360 echo "$as_me: executing $ac_file commands" >&6;}
28362 esac
28365 case $ac_file$ac_mode in
28366 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28367 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28368 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28369 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28370 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28371 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28372 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28373 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28374 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28375 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28376 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28377 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28378 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28380 esac
28381 done # for ac_tag
28384 { (exit 0); exit 0; }
28385 _ACEOF
28386 chmod +x $CONFIG_STATUS
28387 ac_clean_files=$ac_clean_files_save
28390 # configure is writing to config.log, and then calls config.status.
28391 # config.status does its own redirection, appending to config.log.
28392 # Unfortunately, on DOS this fails, as config.log is still kept open
28393 # by configure, so config.status won't be able to write to it; its
28394 # output is simply discarded. So we exec the FD to /dev/null,
28395 # effectively closing config.log, so it can be properly (re)opened and
28396 # appended to by config.status. When coming back to configure, we
28397 # need to make the FD available again.
28398 if test "$no_create" != yes; then
28399 ac_cs_success=:
28400 ac_config_status_args=
28401 test "$silent" = yes &&
28402 ac_config_status_args="$ac_config_status_args --quiet"
28403 exec 5>/dev/null
28404 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28405 exec 5>>config.log
28406 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28407 # would make configure fail if this is the last instruction.
28408 $ac_cs_success || { (exit 1); exit 1; }
28412 if test "$no_create" = "yes"
28413 then
28414 exit 0
28417 ac_save_IFS="$IFS"
28418 if test "x$wine_notices != "x; then
28419 echo >&6
28420 IFS="|"
28421 for msg in $wine_notices; do
28422 IFS="$ac_save_IFS"
28423 if test -n "$msg"; then
28424 { echo "$as_me:$LINENO: $msg" >&5
28425 echo "$as_me: $msg" >&6;}
28427 done
28429 IFS="|"
28430 for msg in $wine_warnings; do
28431 IFS="$ac_save_IFS"
28432 if test -n "$msg"; then
28433 echo >&2
28434 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28435 echo "$as_me: WARNING: $msg" >&2;}
28437 done
28438 IFS="$ac_save_IFS"
28440 echo "
28441 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28442 " >&6