ntdll: Allocate a new virtual region for large blocks, and ensure 16-byte alignment.
[wine/multimedia.git] / configure
blobbc9c630476579ac0007fb556fcbac89f8a9819da
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.7.
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.7'
578 PACKAGE_STRING='Wine 1.1.7'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 SET_MAKE
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
688 ac_ct_AS
690 ac_ct_LD
692 ac_ct_NM
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 OPENGL_LIBS
717 DLLEXT
718 DLLFLAGS
719 LDSHARED
720 LDDLLFLAGS
721 LIBEXT
722 IMPLIBEXT
723 LDRPATH_INSTALL
724 LDRPATH_LOCAL
726 DLLTOOL
727 DLLWRAP
728 MINGWAR
729 SECURITYLIB
730 COREFOUNDATIONLIB
731 IOKITLIB
732 LDEXECFLAGS
733 DISKARBITRATIONLIB
734 COREAUDIO
735 CARBONLIB
736 CROSSCC
737 CROSSWINDRES
738 CROSSTEST
739 NASLIBS
740 XML2LIBS
741 XML2INCL
742 XSLTLIBS
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 ALSALIBS
761 AUDIOIOLIBS
762 CUPSINCL
763 FONTCONFIGINCL
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 CRTLIBS
768 SOCKETLIBS
769 MAIN_BINARY
770 EXTRA_BINARIES
771 LIBDL
772 LIBPOLL
773 LDAPLIBS
774 DEPENDENCIES
775 ALL_MAKERULES
776 ALL_MAKEFILES
777 ALL_MAKEFILE_DEPENDS
778 ALL_TOP_DIRS
779 ALL_DLL_DIRS
780 ALL_IMPLIB_DIRS
781 ALL_TEST_DIRS
782 ALL_PROGRAM_DIRS
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
785 ALL_WINETEST_DEPENDS
786 LIBOBJS
787 LTLIBOBJS'
788 ac_subst_files='MAKE_RULES
789 MAKE_DLL_RULES
790 MAKE_IMPLIB_RULES
791 MAKE_TEST_RULES
792 MAKE_PROG_RULES'
793 ac_precious_vars='build_alias
794 host_alias
795 target_alias
797 CFLAGS
798 LDFLAGS
799 LIBS
800 CPPFLAGS
802 CXXFLAGS
804 XMKMF
805 CPP'
808 # Initialize some variables set by options.
809 ac_init_help=
810 ac_init_version=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
813 cache_file=/dev/null
814 exec_prefix=NONE
815 no_create=
816 no_recursion=
817 prefix=NONE
818 program_prefix=NONE
819 program_suffix=NONE
820 program_transform_name=s,x,x,
821 silent=
822 site=
823 srcdir=
824 verbose=
825 x_includes=NONE
826 x_libraries=NONE
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir='${exec_prefix}/bin'
835 sbindir='${exec_prefix}/sbin'
836 libexecdir='${exec_prefix}/libexec'
837 datarootdir='${prefix}/share'
838 datadir='${datarootdir}'
839 sysconfdir='${prefix}/etc'
840 sharedstatedir='${prefix}/com'
841 localstatedir='${prefix}/var'
842 includedir='${prefix}/include'
843 oldincludedir='/usr/include'
844 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir='${datarootdir}/info'
846 htmldir='${docdir}'
847 dvidir='${docdir}'
848 pdfdir='${docdir}'
849 psdir='${docdir}'
850 libdir='${exec_prefix}/lib'
851 localedir='${datarootdir}/locale'
852 mandir='${datarootdir}/man'
854 ac_prev=
855 ac_dashdash=
856 for ac_option
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\$ac_option
861 ac_prev=
862 continue
865 case $ac_option in
866 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867 *) ac_optarg=yes ;;
868 esac
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
874 ac_dashdash=yes ;;
876 -bindir | --bindir | --bindi | --bind | --bin | --bi)
877 ac_prev=bindir ;;
878 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
879 bindir=$ac_optarg ;;
881 -build | --build | --buil | --bui | --bu)
882 ac_prev=build_alias ;;
883 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
884 build_alias=$ac_optarg ;;
886 -cache-file | --cache-file | --cache-fil | --cache-fi \
887 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
888 ac_prev=cache_file ;;
889 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
890 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
891 cache_file=$ac_optarg ;;
893 --config-cache | -C)
894 cache_file=config.cache ;;
896 -datadir | --datadir | --datadi | --datad)
897 ac_prev=datadir ;;
898 -datadir=* | --datadir=* | --datadi=* | --datad=*)
899 datadir=$ac_optarg ;;
901 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
902 | --dataroo | --dataro | --datar)
903 ac_prev=datarootdir ;;
904 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
905 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
906 datarootdir=$ac_optarg ;;
908 -disable-* | --disable-*)
909 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
912 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913 { (exit 1); exit 1; }; }
914 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
915 eval enable_$ac_feature=no ;;
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
927 -enable-* | --enable-*)
928 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_$ac_feature=\$ac_optarg ;;
936 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
937 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
938 | --exec | --exe | --ex)
939 ac_prev=exec_prefix ;;
940 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
941 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
942 | --exec=* | --exe=* | --ex=*)
943 exec_prefix=$ac_optarg ;;
945 -gas | --gas | --ga | --g)
946 # Obsolete; use --with-gas.
947 with_gas=yes ;;
949 -help | --help | --hel | --he | -h)
950 ac_init_help=long ;;
951 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
952 ac_init_help=recursive ;;
953 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
954 ac_init_help=short ;;
956 -host | --host | --hos | --ho)
957 ac_prev=host_alias ;;
958 -host=* | --host=* | --hos=* | --ho=*)
959 host_alias=$ac_optarg ;;
961 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
962 ac_prev=htmldir ;;
963 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
964 | --ht=*)
965 htmldir=$ac_optarg ;;
967 -includedir | --includedir | --includedi | --included | --include \
968 | --includ | --inclu | --incl | --inc)
969 ac_prev=includedir ;;
970 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
971 | --includ=* | --inclu=* | --incl=* | --inc=*)
972 includedir=$ac_optarg ;;
974 -infodir | --infodir | --infodi | --infod | --info | --inf)
975 ac_prev=infodir ;;
976 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
977 infodir=$ac_optarg ;;
979 -libdir | --libdir | --libdi | --libd)
980 ac_prev=libdir ;;
981 -libdir=* | --libdir=* | --libdi=* | --libd=*)
982 libdir=$ac_optarg ;;
984 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
985 | --libexe | --libex | --libe)
986 ac_prev=libexecdir ;;
987 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
988 | --libexe=* | --libex=* | --libe=*)
989 libexecdir=$ac_optarg ;;
991 -localedir | --localedir | --localedi | --localed | --locale)
992 ac_prev=localedir ;;
993 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
994 localedir=$ac_optarg ;;
996 -localstatedir | --localstatedir | --localstatedi | --localstated \
997 | --localstate | --localstat | --localsta | --localst | --locals)
998 ac_prev=localstatedir ;;
999 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1000 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1001 localstatedir=$ac_optarg ;;
1003 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1004 ac_prev=mandir ;;
1005 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1006 mandir=$ac_optarg ;;
1008 -nfp | --nfp | --nf)
1009 # Obsolete; use --without-fp.
1010 with_fp=no ;;
1012 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1013 | --no-cr | --no-c | -n)
1014 no_create=yes ;;
1016 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1017 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1018 no_recursion=yes ;;
1020 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1021 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1022 | --oldin | --oldi | --old | --ol | --o)
1023 ac_prev=oldincludedir ;;
1024 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1025 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1026 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1027 oldincludedir=$ac_optarg ;;
1029 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1030 ac_prev=prefix ;;
1031 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1032 prefix=$ac_optarg ;;
1034 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1035 | --program-pre | --program-pr | --program-p)
1036 ac_prev=program_prefix ;;
1037 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1038 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1039 program_prefix=$ac_optarg ;;
1041 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1042 | --program-suf | --program-su | --program-s)
1043 ac_prev=program_suffix ;;
1044 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1045 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1046 program_suffix=$ac_optarg ;;
1048 -program-transform-name | --program-transform-name \
1049 | --program-transform-nam | --program-transform-na \
1050 | --program-transform-n | --program-transform- \
1051 | --program-transform | --program-transfor \
1052 | --program-transfo | --program-transf \
1053 | --program-trans | --program-tran \
1054 | --progr-tra | --program-tr | --program-t)
1055 ac_prev=program_transform_name ;;
1056 -program-transform-name=* | --program-transform-name=* \
1057 | --program-transform-nam=* | --program-transform-na=* \
1058 | --program-transform-n=* | --program-transform-=* \
1059 | --program-transform=* | --program-transfor=* \
1060 | --program-transfo=* | --program-transf=* \
1061 | --program-trans=* | --program-tran=* \
1062 | --progr-tra=* | --program-tr=* | --program-t=*)
1063 program_transform_name=$ac_optarg ;;
1065 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1066 ac_prev=pdfdir ;;
1067 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1068 pdfdir=$ac_optarg ;;
1070 -psdir | --psdir | --psdi | --psd | --ps)
1071 ac_prev=psdir ;;
1072 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1073 psdir=$ac_optarg ;;
1075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076 | -silent | --silent | --silen | --sile | --sil)
1077 silent=yes ;;
1079 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1080 ac_prev=sbindir ;;
1081 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1082 | --sbi=* | --sb=*)
1083 sbindir=$ac_optarg ;;
1085 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1086 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1087 | --sharedst | --shareds | --shared | --share | --shar \
1088 | --sha | --sh)
1089 ac_prev=sharedstatedir ;;
1090 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1091 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1092 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1093 | --sha=* | --sh=*)
1094 sharedstatedir=$ac_optarg ;;
1096 -site | --site | --sit)
1097 ac_prev=site ;;
1098 -site=* | --site=* | --sit=*)
1099 site=$ac_optarg ;;
1101 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1102 ac_prev=srcdir ;;
1103 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1104 srcdir=$ac_optarg ;;
1106 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1107 | --syscon | --sysco | --sysc | --sys | --sy)
1108 ac_prev=sysconfdir ;;
1109 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1110 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1111 sysconfdir=$ac_optarg ;;
1113 -target | --target | --targe | --targ | --tar | --ta | --t)
1114 ac_prev=target_alias ;;
1115 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1116 target_alias=$ac_optarg ;;
1118 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1119 verbose=yes ;;
1121 -version | --version | --versio | --versi | --vers | -V)
1122 ac_init_version=: ;;
1124 -with-* | --with-*)
1125 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1128 { echo "$as_me: error: invalid package name: $ac_package" >&2
1129 { (exit 1); exit 1; }; }
1130 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1131 eval with_$ac_package=\$ac_optarg ;;
1133 -without-* | --without-*)
1134 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1137 { echo "$as_me: error: invalid package name: $ac_package" >&2
1138 { (exit 1); exit 1; }; }
1139 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1140 eval with_$ac_package=no ;;
1142 --x)
1143 # Obsolete; use --with-x.
1144 with_x=yes ;;
1146 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1147 | --x-incl | --x-inc | --x-in | --x-i)
1148 ac_prev=x_includes ;;
1149 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1150 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1151 x_includes=$ac_optarg ;;
1153 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1154 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1155 ac_prev=x_libraries ;;
1156 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1157 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1158 x_libraries=$ac_optarg ;;
1160 -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162 { (exit 1); exit 1; }; }
1165 *=*)
1166 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1169 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170 { (exit 1); exit 1; }; }
1171 eval $ac_envvar=\$ac_optarg
1172 export $ac_envvar ;;
1175 # FIXME: should be removed in autoconf 3.0.
1176 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1178 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1182 esac
1183 done
1185 if test -n "$ac_prev"; then
1186 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1187 { echo "$as_me: error: missing argument to $ac_option" >&2
1188 { (exit 1); exit 1; }; }
1191 # Be sure to have absolute directory names.
1192 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val=\$$ac_var
1198 case $ac_val in
1199 [\\/$]* | ?:[\\/]* ) continue;;
1200 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1201 esac
1202 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203 { (exit 1); exit 1; }; }
1204 done
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1209 build=$build_alias
1210 host=$host_alias
1211 target=$target_alias
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x; then
1215 if test "x$build_alias" = x; then
1216 cross_compiling=maybe
1217 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1220 cross_compiling=yes
1224 ac_tool_prefix=
1225 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1227 test "$silent" = yes && exec 6>/dev/null
1230 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di=`ls -di .` &&
1232 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233 { echo "$as_me: error: Working directory cannot be determined" >&2
1234 { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 { echo "$as_me: error: pwd does not report name of working directory" >&2
1237 { (exit 1); exit 1; }; }
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$0" : 'X\(//\)[^/]' \| \
1247 X"$0" : 'X\(//\)$' \| \
1248 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 echo X"$0" |
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1251 s//\1/
1254 /^X\(\/\/\)[^/].*/{
1255 s//\1/
1258 /^X\(\/\/\)$/{
1259 s//\1/
1262 /^X\(\/\).*/{
1263 s//\1/
1266 s/.*/./; q'`
1267 srcdir=$ac_confdir
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1269 srcdir=..
1271 else
1272 ac_srcdir_defaulted=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1276 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277 { (exit 1); exit 1; }; }
1279 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 ac_abs_confdir=`(
1281 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282 { (exit 1); exit 1; }; }
1283 pwd)`
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286 srcdir=.
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1291 case $srcdir in
1292 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 esac
1294 for ac_var in $ac_precious_vars; do
1295 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_env_${ac_var}_value=\$${ac_var}
1297 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1299 done
1302 # Report the --help message.
1304 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh.
1307 cat <<_ACEOF
1308 \`configure' configures Wine 1.1.7 to adapt to many kinds of systems.
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables.
1315 Defaults for the options are specified in brackets.
1317 Configuration:
1318 -h, --help display this help and exit
1319 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages
1323 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1328 Installation directories:
1329 --prefix=PREFIX install architecture-independent files in PREFIX
1330 [$ac_default_prefix]
1331 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1332 [PREFIX]
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1339 For better control, use the options below.
1341 Fine tuning of the installation directories:
1342 --bindir=DIR user executables [EPREFIX/bin]
1343 --sbindir=DIR system admin executables [EPREFIX/sbin]
1344 --libexecdir=DIR program executables [EPREFIX/libexec]
1345 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1346 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1347 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1348 --libdir=DIR object code libraries [EPREFIX/lib]
1349 --includedir=DIR C header files [PREFIX/include]
1350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1357 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR]
1361 _ACEOF
1363 cat <<\_ACEOF
1365 X features:
1366 --x-includes=DIR X include files are in DIR
1367 --x-libraries=DIR X library files are in DIR
1369 System types:
1370 --build=BUILD configure for building on BUILD [guessed]
1371 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1372 _ACEOF
1375 if test -n "$ac_init_help"; then
1376 case $ac_init_help in
1377 short | recursive ) echo "Configuration of Wine 1.1.7:";;
1378 esac
1379 cat <<\_ACEOF
1381 Optional Features:
1382 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1383 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1384 --disable-win16 do not include Win16 support
1385 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1386 binaries)
1387 --enable-maintainer-mode
1388 enable maintainer-specific build rules
1390 Optional Packages:
1391 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1392 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1393 --without-alsa do not use the Alsa sound support
1394 --without-audioio do not use the AudioIO sound support
1395 --without-capi do not use CAPI (ISDN support)
1396 --without-cms do not use CMS (color management support)
1397 --without-coreaudio do not use the CoreAudio sound support
1398 --without-cups do not use CUPS
1399 --without-curses do not use (n)curses
1400 --without-esd do not use the EsounD sound support
1401 --without-fontconfig do not use fontconfig
1402 --without-freetype do not use the FreeType library
1403 --without-gphoto do not use gphoto (Digital Camera support)
1404 --without-glu do not use the GLU library
1405 --without-gnutls do not use GnuTLS (schannel support)
1406 --without-hal do not use HAL (dynamic device support)
1407 --without-jack do not use the Jack sound support
1408 --without-jpeg do not use JPEG
1409 --without-ldap do not use LDAP
1410 --without-nas do not use the NAS sound support
1411 --without-opengl do not use OpenGL
1412 --without-openssl do not use OpenSSL
1413 --without-oss do not use the OSS sound support
1414 --without-png do not use PNG
1415 --without-sane do not use SANE (scanner support)
1416 --without-xcomposite do not use the Xcomposite extension
1417 --without-xcursor do not use the Xcursor extension
1418 --without-xinerama do not use Xinerama (multi-monitor support)
1419 --without-xinput do not use the Xinput extension
1420 --without-xml do not use XML
1421 --without-xrandr do not use Xrandr (resolution changes)
1422 --without-xrender do not use the Xrender extension
1423 --without-xshape do not use the Xshape extension
1424 --without-xshm do not use XShm (shared memory extension)
1425 --without-xslt do not use XSLT
1426 --without-xxf86vm do not use XFree video mode extension
1427 --with-wine-tools=DIR use Wine tools from directory DIR
1428 --with-x use the X Window System
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CXX C++ compiler command
1439 CXXFLAGS C++ compiler flags
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1441 CPP C preprocessor
1443 Use these variables to override the choices made by `configure' or to help
1444 it to find libraries and programs with nonstandard names/locations.
1446 Report bugs to <wine-devel@winehq.org>.
1447 _ACEOF
1448 ac_status=$?
1451 if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
1453 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1454 test -d "$ac_dir" || continue
1455 ac_builddir=.
1457 case "$ac_dir" in
1458 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1460 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1466 esac ;;
1467 esac
1468 ac_abs_top_builddir=$ac_pwd
1469 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir=$ac_top_build_prefix
1473 case $srcdir in
1474 .) # We are building in place.
1475 ac_srcdir=.
1476 ac_top_srcdir=$ac_top_builddir_sub
1477 ac_abs_top_srcdir=$ac_pwd ;;
1478 [\\/]* | ?:[\\/]* ) # Absolute name.
1479 ac_srcdir=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir=$srcdir
1481 ac_abs_top_srcdir=$srcdir ;;
1482 *) # Relative name.
1483 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1486 esac
1487 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1489 cd "$ac_dir" || { ac_status=$?; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1497 else
1498 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 fi || ac_status=$?
1500 cd "$ac_pwd" || { ac_status=$?; break; }
1501 done
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1506 cat <<\_ACEOF
1507 Wine configure 1.1.7
1508 generated by GNU Autoconf 2.61
1510 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1512 This configure script is free software; the Free Software Foundation
1513 gives unlimited permission to copy, distribute and modify it.
1514 _ACEOF
1515 exit
1517 cat >config.log <<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1521 It was created by Wine $as_me 1.1.7, which was
1522 generated by GNU Autoconf 2.61. Invocation command line was
1524 $ $0 $@
1526 _ACEOF
1527 exec 5>>config.log
1529 cat <<_ASUNAME
1530 ## --------- ##
1531 ## Platform. ##
1532 ## --------- ##
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1543 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1544 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1547 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1548 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1549 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1551 _ASUNAME
1553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1554 for as_dir in $PATH
1556 IFS=$as_save_IFS
1557 test -z "$as_dir" && as_dir=.
1558 echo "PATH: $as_dir"
1559 done
1560 IFS=$as_save_IFS
1562 } >&5
1564 cat >&5 <<_ACEOF
1567 ## ----------- ##
1568 ## Core tests. ##
1569 ## ----------- ##
1571 _ACEOF
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1579 ac_configure_args=
1580 ac_configure_args0=
1581 ac_configure_args1=
1582 ac_must_keep_next=false
1583 for ac_pass in 1 2
1585 for ac_arg
1587 case $ac_arg in
1588 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1589 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1590 | -silent | --silent | --silen | --sile | --sil)
1591 continue ;;
1592 *\'*)
1593 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1594 esac
1595 case $ac_pass in
1596 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1598 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1599 if test $ac_must_keep_next = true; then
1600 ac_must_keep_next=false # Got value, back to normal.
1601 else
1602 case $ac_arg in
1603 *=* | --config-cache | -C | -disable-* | --disable-* \
1604 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1605 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1606 | -with-* | --with-* | -without-* | --without-* | --x)
1607 case "$ac_configure_args0 " in
1608 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1609 esac
1611 -* ) ac_must_keep_next=true ;;
1612 esac
1614 ac_configure_args="$ac_configure_args '$ac_arg'"
1616 esac
1617 done
1618 done
1619 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1620 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log. We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628 # Save into config.log some information that might help in debugging.
1630 echo
1632 cat <<\_ASBOX
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1636 _ASBOX
1637 echo
1638 # The following way of writing the cache mishandles newlines in values,
1640 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641 eval ac_val=\$$ac_var
1642 case $ac_val in #(
1643 *${as_nl}*)
1644 case $ac_var in #(
1645 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1647 esac
1648 case $ac_var in #(
1649 _ | IFS | as_nl) ;; #(
1650 *) $as_unset $ac_var ;;
1651 esac ;;
1652 esac
1653 done
1654 (set) 2>&1 |
1655 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656 *${as_nl}ac_space=\ *)
1657 sed -n \
1658 "s/'\''/'\''\\\\'\'''\''/g;
1659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1660 ;; #(
1662 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1664 esac |
1665 sort
1667 echo
1669 cat <<\_ASBOX
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1673 _ASBOX
1674 echo
1675 for ac_var in $ac_subst_vars
1677 eval ac_val=\$$ac_var
1678 case $ac_val in
1679 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1680 esac
1681 echo "$ac_var='\''$ac_val'\''"
1682 done | sort
1683 echo
1685 if test -n "$ac_subst_files"; then
1686 cat <<\_ASBOX
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1690 _ASBOX
1691 echo
1692 for ac_var in $ac_subst_files
1694 eval ac_val=\$$ac_var
1695 case $ac_val in
1696 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1697 esac
1698 echo "$ac_var='\''$ac_val'\''"
1699 done | sort
1700 echo
1703 if test -s confdefs.h; then
1704 cat <<\_ASBOX
1705 ## ----------- ##
1706 ## confdefs.h. ##
1707 ## ----------- ##
1708 _ASBOX
1709 echo
1710 cat confdefs.h
1711 echo
1713 test "$ac_signal" != 0 &&
1714 echo "$as_me: caught signal $ac_signal"
1715 echo "$as_me: exit $exit_status"
1716 } >&5
1717 rm -f core *.core core.conftest.* &&
1718 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1719 exit $exit_status
1721 for ac_signal in 1 2 13 15; do
1722 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1723 done
1724 ac_signal=0
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest* confdefs.h
1729 # Predefined preprocessor variables.
1731 cat >>confdefs.h <<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1733 _ACEOF
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1738 _ACEOF
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1743 _ACEOF
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1748 _ACEOF
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1753 _ACEOF
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759 set x "$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE; then
1761 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1762 else
1763 set x "$ac_default_prefix/share/config.site" \
1764 "$ac_default_prefix/etc/config.site"
1766 shift
1767 for ac_site_file
1769 if test -r "$ac_site_file"; then
1770 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772 sed 's/^/| /' "$ac_site_file" >&5
1773 . "$ac_site_file"
1775 done
1777 if test -r "$cache_file"; then
1778 # Some versions of bash will fail to source /dev/null (special
1779 # files actually), so we avoid doing that.
1780 if test -f "$cache_file"; then
1781 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1783 case $cache_file in
1784 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1785 *) . "./$cache_file";;
1786 esac
1788 else
1789 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1791 >$cache_file
1794 # Check that the precious variables saved in the cache have kept the same
1795 # value.
1796 ac_cache_corrupted=false
1797 for ac_var in $ac_precious_vars; do
1798 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1799 eval ac_new_set=\$ac_env_${ac_var}_set
1800 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1801 eval ac_new_val=\$ac_env_${ac_var}_value
1802 case $ac_old_set,$ac_new_set in
1803 set,)
1804 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806 ac_cache_corrupted=: ;;
1807 ,set)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,);;
1813 if test "x$ac_old_val" != "x$ac_new_val"; then
1814 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1817 echo "$as_me: former value: $ac_old_val" >&2;}
1818 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1819 echo "$as_me: current value: $ac_new_val" >&2;}
1820 ac_cache_corrupted=:
1821 fi;;
1822 esac
1823 # Pass precious variables to config.status.
1824 if test "$ac_new_set" = set; then
1825 case $ac_new_val in
1826 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827 *) ac_arg=$ac_var=$ac_new_val ;;
1828 esac
1829 case " $ac_configure_args " in
1830 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1831 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1832 esac
1834 done
1835 if $ac_cache_corrupted; then
1836 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840 { (exit 1); exit 1; }; }
1867 ac_ext=c
1868 ac_cpp='$CPP $CPPFLAGS'
1869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1875 ac_config_headers="$ac_config_headers include/config.h"
1877 ac_aux_dir=
1878 for ac_dir in tools "$srcdir"/tools; do
1879 if test -f "$ac_dir/install-sh"; then
1880 ac_aux_dir=$ac_dir
1881 ac_install_sh="$ac_aux_dir/install-sh -c"
1882 break
1883 elif test -f "$ac_dir/install.sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install.sh -c"
1886 break
1887 elif test -f "$ac_dir/shtool"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/shtool install -c"
1890 break
1892 done
1893 if test -z "$ac_aux_dir"; then
1894 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896 { (exit 1); exit 1; }; }
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1904 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1905 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912 enableval=$enable_win16;
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917 enableval=$enable_win64;
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922 enableval=$enable_maintainer_mode;
1923 else
1924 MAINTAINER_MODE=\#
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1962 withval=$with_cups;
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1974 withval=$with_esd;
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986 withval=$with_freetype;
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992 withval=$with_gphoto;
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2002 # Check whether --with-gnutls was given.
2003 if test "${with_gnutls+set}" = set; then
2004 withval=$with_gnutls;
2008 # Check whether --with-hal was given.
2009 if test "${with_hal+set}" = set; then
2010 withval=$with_hal;
2014 # Check whether --with-jack was given.
2015 if test "${with_jack+set}" = set; then
2016 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2020 # Check whether --with-jpeg was given.
2021 if test "${with_jpeg+set}" = set; then
2022 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2026 # Check whether --with-ldap was given.
2027 if test "${with_ldap+set}" = set; then
2028 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2032 # Check whether --with-nas was given.
2033 if test "${with_nas+set}" = set; then
2034 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2038 # Check whether --with-opengl was given.
2039 if test "${with_opengl+set}" = set; then
2040 withval=$with_opengl;
2044 # Check whether --with-openssl was given.
2045 if test "${with_openssl+set}" = set; then
2046 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2050 # Check whether --with-oss was given.
2051 if test "${with_oss+set}" = set; then
2052 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
2056 # Check whether --with-png was given.
2057 if test "${with_png+set}" = set; then
2058 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2062 # Check whether --with-sane was given.
2063 if test "${with_sane+set}" = set; then
2064 withval=$with_sane;
2068 # Check whether --with-xcomposite was given.
2069 if test "${with_xcomposite+set}" = set; then
2070 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2074 # Check whether --with-xcursor was given.
2075 if test "${with_xcursor+set}" = set; then
2076 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2080 # Check whether --with-xinerama was given.
2081 if test "${with_xinerama+set}" = set; then
2082 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2086 # Check whether --with-xinput was given.
2087 if test "${with_xinput+set}" = set; then
2088 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2092 # Check whether --with-xml was given.
2093 if test "${with_xml+set}" = set; then
2094 withval=$with_xml;
2098 # Check whether --with-xrandr was given.
2099 if test "${with_xrandr+set}" = set; then
2100 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2104 # Check whether --with-xrender was given.
2105 if test "${with_xrender+set}" = set; then
2106 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2110 # Check whether --with-xshape was given.
2111 if test "${with_xshape+set}" = set; then
2112 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2116 # Check whether --with-xshm was given.
2117 if test "${with_xshm+set}" = set; then
2118 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2122 # Check whether --with-xslt was given.
2123 if test "${with_xslt+set}" = set; then
2124 withval=$with_xslt;
2128 # Check whether --with-xxf86vm was given.
2129 if test "${with_xxf86vm+set}" = set; then
2130 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2135 # Check whether --with-wine-tools was given.
2136 if test "${with_wine_tools+set}" = set; then
2137 withval=$with_wine_tools;
2141 # Make sure we can run config.sub.
2142 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2143 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2144 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2145 { (exit 1); exit 1; }; }
2147 { echo "$as_me:$LINENO: checking build system type" >&5
2148 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2149 if test "${ac_cv_build+set}" = set; then
2150 echo $ECHO_N "(cached) $ECHO_C" >&6
2151 else
2152 ac_build_alias=$build_alias
2153 test "x$ac_build_alias" = x &&
2154 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2155 test "x$ac_build_alias" = x &&
2156 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2157 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2158 { (exit 1); exit 1; }; }
2159 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2160 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2161 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2162 { (exit 1); exit 1; }; }
2165 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2166 echo "${ECHO_T}$ac_cv_build" >&6; }
2167 case $ac_cv_build in
2168 *-*-*) ;;
2169 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2170 echo "$as_me: error: invalid value of canonical build" >&2;}
2171 { (exit 1); exit 1; }; };;
2172 esac
2173 build=$ac_cv_build
2174 ac_save_IFS=$IFS; IFS='-'
2175 set x $ac_cv_build
2176 shift
2177 build_cpu=$1
2178 build_vendor=$2
2179 shift; shift
2180 # Remember, the first character of IFS is used to create $*,
2181 # except with old shells:
2182 build_os=$*
2183 IFS=$ac_save_IFS
2184 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2187 { echo "$as_me:$LINENO: checking host system type" >&5
2188 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2189 if test "${ac_cv_host+set}" = set; then
2190 echo $ECHO_N "(cached) $ECHO_C" >&6
2191 else
2192 if test "x$host_alias" = x; then
2193 ac_cv_host=$ac_cv_build
2194 else
2195 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2196 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2197 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2198 { (exit 1); exit 1; }; }
2202 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2203 echo "${ECHO_T}$ac_cv_host" >&6; }
2204 case $ac_cv_host in
2205 *-*-*) ;;
2206 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2207 echo "$as_me: error: invalid value of canonical host" >&2;}
2208 { (exit 1); exit 1; }; };;
2209 esac
2210 host=$ac_cv_host
2211 ac_save_IFS=$IFS; IFS='-'
2212 set x $ac_cv_host
2213 shift
2214 host_cpu=$1
2215 host_vendor=$2
2216 shift; shift
2217 # Remember, the first character of IFS is used to create $*,
2218 # except with old shells:
2219 host_os=$*
2220 IFS=$ac_save_IFS
2221 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2224 case $host in
2225 x86_64*linux*)
2226 if test "x$enable_win64" != "xyes"
2227 then
2228 CC="${CC:-gcc} -m32"
2229 CXX="${CXX:-g++} -m32"
2230 LD="${LD:-ld} -m elf_i386"
2231 AS="${AS:-as} --32"
2232 host_cpu="i386"
2233 notice_platform="32-bit "
2236 esac
2238 case $host_cpu in
2239 *i[3456789]86*)
2240 if test "x$enable_win16" != "xno"
2241 then
2242 enable_win16="yes"
2245 esac
2247 WIN16_FILES="\$(WIN16_FILES)"
2249 WIN16_INSTALL="\$(WIN16_INSTALL)"
2251 if test "x$enable_win16" != "xyes"
2252 then
2253 WIN16_FILES=""
2254 WIN16_INSTALL=""
2257 case "$srcdir" in
2258 .) ;;
2259 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2260 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2261 You need to run 'make distclean' in the source tree first." >&5
2262 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2263 You need to run 'make distclean' in the source tree first." >&2;}
2264 { (exit 1); exit 1; }; }
2265 fi ;;
2266 esac
2269 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2270 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2271 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2272 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2273 echo $ECHO_N "(cached) $ECHO_C" >&6
2274 else
2275 cat >conftest.make <<\_ACEOF
2276 SHELL = /bin/sh
2277 all:
2278 @echo '@@@%%%=$(MAKE)=@@@%%%'
2279 _ACEOF
2280 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2281 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2282 *@@@%%%=?*=@@@%%%*)
2283 eval ac_cv_prog_make_${ac_make}_set=yes;;
2285 eval ac_cv_prog_make_${ac_make}_set=no;;
2286 esac
2287 rm -f conftest.make
2289 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2290 { echo "$as_me:$LINENO: result: yes" >&5
2291 echo "${ECHO_T}yes" >&6; }
2292 SET_MAKE=
2293 else
2294 { echo "$as_me:$LINENO: result: no" >&5
2295 echo "${ECHO_T}no" >&6; }
2296 SET_MAKE="MAKE=${MAKE-make}"
2299 ac_ext=c
2300 ac_cpp='$CPP $CPPFLAGS'
2301 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2302 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2303 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2304 if test -n "$ac_tool_prefix"; then
2305 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2306 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2309 if test "${ac_cv_prog_CC+set}" = set; then
2310 echo $ECHO_N "(cached) $ECHO_C" >&6
2311 else
2312 if test -n "$CC"; then
2313 ac_cv_prog_CC="$CC" # Let the user override the test.
2314 else
2315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2316 for as_dir in $PATH
2318 IFS=$as_save_IFS
2319 test -z "$as_dir" && as_dir=.
2320 for ac_exec_ext in '' $ac_executable_extensions; do
2321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2322 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2324 break 2
2326 done
2327 done
2328 IFS=$as_save_IFS
2332 CC=$ac_cv_prog_CC
2333 if test -n "$CC"; then
2334 { echo "$as_me:$LINENO: result: $CC" >&5
2335 echo "${ECHO_T}$CC" >&6; }
2336 else
2337 { echo "$as_me:$LINENO: result: no" >&5
2338 echo "${ECHO_T}no" >&6; }
2343 if test -z "$ac_cv_prog_CC"; then
2344 ac_ct_CC=$CC
2345 # Extract the first word of "gcc", so it can be a program name with args.
2346 set dummy gcc; ac_word=$2
2347 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2349 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2350 echo $ECHO_N "(cached) $ECHO_C" >&6
2351 else
2352 if test -n "$ac_ct_CC"; then
2353 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2354 else
2355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2356 for as_dir in $PATH
2358 IFS=$as_save_IFS
2359 test -z "$as_dir" && as_dir=.
2360 for ac_exec_ext in '' $ac_executable_extensions; do
2361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2362 ac_cv_prog_ac_ct_CC="gcc"
2363 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2364 break 2
2366 done
2367 done
2368 IFS=$as_save_IFS
2372 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2373 if test -n "$ac_ct_CC"; then
2374 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2375 echo "${ECHO_T}$ac_ct_CC" >&6; }
2376 else
2377 { echo "$as_me:$LINENO: result: no" >&5
2378 echo "${ECHO_T}no" >&6; }
2381 if test "x$ac_ct_CC" = x; then
2382 CC=""
2383 else
2384 case $cross_compiling:$ac_tool_warned in
2385 yes:)
2386 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2387 whose name does not start with the host triplet. If you think this
2388 configuration is useful to you, please write to autoconf@gnu.org." >&5
2389 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2390 whose name does not start with the host triplet. If you think this
2391 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2392 ac_tool_warned=yes ;;
2393 esac
2394 CC=$ac_ct_CC
2396 else
2397 CC="$ac_cv_prog_CC"
2400 if test -z "$CC"; then
2401 if test -n "$ac_tool_prefix"; then
2402 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2403 set dummy ${ac_tool_prefix}cc; ac_word=$2
2404 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2406 if test "${ac_cv_prog_CC+set}" = set; then
2407 echo $ECHO_N "(cached) $ECHO_C" >&6
2408 else
2409 if test -n "$CC"; then
2410 ac_cv_prog_CC="$CC" # Let the user override the test.
2411 else
2412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2413 for as_dir in $PATH
2415 IFS=$as_save_IFS
2416 test -z "$as_dir" && as_dir=.
2417 for ac_exec_ext in '' $ac_executable_extensions; do
2418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2419 ac_cv_prog_CC="${ac_tool_prefix}cc"
2420 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2421 break 2
2423 done
2424 done
2425 IFS=$as_save_IFS
2429 CC=$ac_cv_prog_CC
2430 if test -n "$CC"; then
2431 { echo "$as_me:$LINENO: result: $CC" >&5
2432 echo "${ECHO_T}$CC" >&6; }
2433 else
2434 { echo "$as_me:$LINENO: result: no" >&5
2435 echo "${ECHO_T}no" >&6; }
2441 if test -z "$CC"; then
2442 # Extract the first word of "cc", so it can be a program name with args.
2443 set dummy cc; ac_word=$2
2444 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2445 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2446 if test "${ac_cv_prog_CC+set}" = set; then
2447 echo $ECHO_N "(cached) $ECHO_C" >&6
2448 else
2449 if test -n "$CC"; then
2450 ac_cv_prog_CC="$CC" # Let the user override the test.
2451 else
2452 ac_prog_rejected=no
2453 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2454 for as_dir in $PATH
2456 IFS=$as_save_IFS
2457 test -z "$as_dir" && as_dir=.
2458 for ac_exec_ext in '' $ac_executable_extensions; do
2459 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2460 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2461 ac_prog_rejected=yes
2462 continue
2464 ac_cv_prog_CC="cc"
2465 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2466 break 2
2468 done
2469 done
2470 IFS=$as_save_IFS
2472 if test $ac_prog_rejected = yes; then
2473 # We found a bogon in the path, so make sure we never use it.
2474 set dummy $ac_cv_prog_CC
2475 shift
2476 if test $# != 0; then
2477 # We chose a different compiler from the bogus one.
2478 # However, it has the same basename, so the bogon will be chosen
2479 # first if we set CC to just the basename; use the full file name.
2480 shift
2481 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2486 CC=$ac_cv_prog_CC
2487 if test -n "$CC"; then
2488 { echo "$as_me:$LINENO: result: $CC" >&5
2489 echo "${ECHO_T}$CC" >&6; }
2490 else
2491 { echo "$as_me:$LINENO: result: no" >&5
2492 echo "${ECHO_T}no" >&6; }
2497 if test -z "$CC"; then
2498 if test -n "$ac_tool_prefix"; then
2499 for ac_prog in cl.exe
2501 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2502 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2503 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2504 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2505 if test "${ac_cv_prog_CC+set}" = set; then
2506 echo $ECHO_N "(cached) $ECHO_C" >&6
2507 else
2508 if test -n "$CC"; then
2509 ac_cv_prog_CC="$CC" # Let the user override the test.
2510 else
2511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2512 for as_dir in $PATH
2514 IFS=$as_save_IFS
2515 test -z "$as_dir" && as_dir=.
2516 for ac_exec_ext in '' $ac_executable_extensions; do
2517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2518 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2519 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2520 break 2
2522 done
2523 done
2524 IFS=$as_save_IFS
2528 CC=$ac_cv_prog_CC
2529 if test -n "$CC"; then
2530 { echo "$as_me:$LINENO: result: $CC" >&5
2531 echo "${ECHO_T}$CC" >&6; }
2532 else
2533 { echo "$as_me:$LINENO: result: no" >&5
2534 echo "${ECHO_T}no" >&6; }
2538 test -n "$CC" && break
2539 done
2541 if test -z "$CC"; then
2542 ac_ct_CC=$CC
2543 for ac_prog in cl.exe
2545 # Extract the first word of "$ac_prog", so it can be a program name with args.
2546 set dummy $ac_prog; ac_word=$2
2547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2549 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2550 echo $ECHO_N "(cached) $ECHO_C" >&6
2551 else
2552 if test -n "$ac_ct_CC"; then
2553 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2554 else
2555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2556 for as_dir in $PATH
2558 IFS=$as_save_IFS
2559 test -z "$as_dir" && as_dir=.
2560 for ac_exec_ext in '' $ac_executable_extensions; do
2561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2562 ac_cv_prog_ac_ct_CC="$ac_prog"
2563 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2564 break 2
2566 done
2567 done
2568 IFS=$as_save_IFS
2572 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2573 if test -n "$ac_ct_CC"; then
2574 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2575 echo "${ECHO_T}$ac_ct_CC" >&6; }
2576 else
2577 { echo "$as_me:$LINENO: result: no" >&5
2578 echo "${ECHO_T}no" >&6; }
2582 test -n "$ac_ct_CC" && break
2583 done
2585 if test "x$ac_ct_CC" = x; then
2586 CC=""
2587 else
2588 case $cross_compiling:$ac_tool_warned in
2589 yes:)
2590 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2591 whose name does not start with the host triplet. If you think this
2592 configuration is useful to you, please write to autoconf@gnu.org." >&5
2593 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2594 whose name does not start with the host triplet. If you think this
2595 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2596 ac_tool_warned=yes ;;
2597 esac
2598 CC=$ac_ct_CC
2605 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2606 See \`config.log' for more details." >&5
2607 echo "$as_me: error: no acceptable C compiler found in \$PATH
2608 See \`config.log' for more details." >&2;}
2609 { (exit 1); exit 1; }; }
2611 # Provide some information about the compiler.
2612 echo "$as_me:$LINENO: checking for C compiler version" >&5
2613 ac_compiler=`set X $ac_compile; echo $2`
2614 { (ac_try="$ac_compiler --version >&5"
2615 case "(($ac_try" in
2616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2617 *) ac_try_echo=$ac_try;;
2618 esac
2619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2620 (eval "$ac_compiler --version >&5") 2>&5
2621 ac_status=$?
2622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2623 (exit $ac_status); }
2624 { (ac_try="$ac_compiler -v >&5"
2625 case "(($ac_try" in
2626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2627 *) ac_try_echo=$ac_try;;
2628 esac
2629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2630 (eval "$ac_compiler -v >&5") 2>&5
2631 ac_status=$?
2632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2633 (exit $ac_status); }
2634 { (ac_try="$ac_compiler -V >&5"
2635 case "(($ac_try" in
2636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2637 *) ac_try_echo=$ac_try;;
2638 esac
2639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2640 (eval "$ac_compiler -V >&5") 2>&5
2641 ac_status=$?
2642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2643 (exit $ac_status); }
2645 cat >conftest.$ac_ext <<_ACEOF
2646 /* confdefs.h. */
2647 _ACEOF
2648 cat confdefs.h >>conftest.$ac_ext
2649 cat >>conftest.$ac_ext <<_ACEOF
2650 /* end confdefs.h. */
2653 main ()
2657 return 0;
2659 _ACEOF
2660 ac_clean_files_save=$ac_clean_files
2661 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2662 # Try to create an executable without -o first, disregard a.out.
2663 # It will help us diagnose broken compilers, and finding out an intuition
2664 # of exeext.
2665 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2666 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2667 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2669 # List of possible output files, starting from the most likely.
2670 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2671 # only as a last resort. b.out is created by i960 compilers.
2672 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2674 # The IRIX 6 linker writes into existing files which may not be
2675 # executable, retaining their permissions. Remove them first so a
2676 # subsequent execution test works.
2677 ac_rmfiles=
2678 for ac_file in $ac_files
2680 case $ac_file in
2681 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2682 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2683 esac
2684 done
2685 rm -f $ac_rmfiles
2687 if { (ac_try="$ac_link_default"
2688 case "(($ac_try" in
2689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2690 *) ac_try_echo=$ac_try;;
2691 esac
2692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2693 (eval "$ac_link_default") 2>&5
2694 ac_status=$?
2695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2696 (exit $ac_status); }; then
2697 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2698 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2699 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2700 # so that the user can short-circuit this test for compilers unknown to
2701 # Autoconf.
2702 for ac_file in $ac_files ''
2704 test -f "$ac_file" || continue
2705 case $ac_file in
2706 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2708 [ab].out )
2709 # We found the default executable, but exeext='' is most
2710 # certainly right.
2711 break;;
2712 *.* )
2713 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2714 then :; else
2715 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2717 # We set ac_cv_exeext here because the later test for it is not
2718 # safe: cross compilers may not add the suffix if given an `-o'
2719 # argument, so we may need to know it at that point already.
2720 # Even if this section looks crufty: it has the advantage of
2721 # actually working.
2722 break;;
2724 break;;
2725 esac
2726 done
2727 test "$ac_cv_exeext" = no && ac_cv_exeext=
2729 else
2730 ac_file=''
2733 { echo "$as_me:$LINENO: result: $ac_file" >&5
2734 echo "${ECHO_T}$ac_file" >&6; }
2735 if test -z "$ac_file"; then
2736 echo "$as_me: failed program was:" >&5
2737 sed 's/^/| /' conftest.$ac_ext >&5
2739 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2740 See \`config.log' for more details." >&5
2741 echo "$as_me: error: C compiler cannot create executables
2742 See \`config.log' for more details." >&2;}
2743 { (exit 77); exit 77; }; }
2746 ac_exeext=$ac_cv_exeext
2748 # Check that the compiler produces executables we can run. If not, either
2749 # the compiler is broken, or we cross compile.
2750 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2751 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2752 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2753 # If not cross compiling, check that we can run a simple program.
2754 if test "$cross_compiling" != yes; then
2755 if { ac_try='./$ac_file'
2756 { (case "(($ac_try" in
2757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2758 *) ac_try_echo=$ac_try;;
2759 esac
2760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2761 (eval "$ac_try") 2>&5
2762 ac_status=$?
2763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2764 (exit $ac_status); }; }; then
2765 cross_compiling=no
2766 else
2767 if test "$cross_compiling" = maybe; then
2768 cross_compiling=yes
2769 else
2770 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2771 If you meant to cross compile, use \`--host'.
2772 See \`config.log' for more details." >&5
2773 echo "$as_me: error: cannot run C compiled programs.
2774 If you meant to cross compile, use \`--host'.
2775 See \`config.log' for more details." >&2;}
2776 { (exit 1); exit 1; }; }
2780 { echo "$as_me:$LINENO: result: yes" >&5
2781 echo "${ECHO_T}yes" >&6; }
2783 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2784 ac_clean_files=$ac_clean_files_save
2785 # Check that the compiler produces executables we can run. If not, either
2786 # the compiler is broken, or we cross compile.
2787 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2788 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2789 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2790 echo "${ECHO_T}$cross_compiling" >&6; }
2792 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2793 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2794 if { (ac_try="$ac_link"
2795 case "(($ac_try" in
2796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2797 *) ac_try_echo=$ac_try;;
2798 esac
2799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2800 (eval "$ac_link") 2>&5
2801 ac_status=$?
2802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2803 (exit $ac_status); }; then
2804 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2805 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2806 # work properly (i.e., refer to `conftest.exe'), while it won't with
2807 # `rm'.
2808 for ac_file in conftest.exe conftest conftest.*; do
2809 test -f "$ac_file" || continue
2810 case $ac_file in
2811 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2812 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2813 break;;
2814 * ) break;;
2815 esac
2816 done
2817 else
2818 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2819 See \`config.log' for more details." >&5
2820 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2821 See \`config.log' for more details." >&2;}
2822 { (exit 1); exit 1; }; }
2825 rm -f conftest$ac_cv_exeext
2826 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2827 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2829 rm -f conftest.$ac_ext
2830 EXEEXT=$ac_cv_exeext
2831 ac_exeext=$EXEEXT
2832 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2833 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2834 if test "${ac_cv_objext+set}" = set; then
2835 echo $ECHO_N "(cached) $ECHO_C" >&6
2836 else
2837 cat >conftest.$ac_ext <<_ACEOF
2838 /* confdefs.h. */
2839 _ACEOF
2840 cat confdefs.h >>conftest.$ac_ext
2841 cat >>conftest.$ac_ext <<_ACEOF
2842 /* end confdefs.h. */
2845 main ()
2849 return 0;
2851 _ACEOF
2852 rm -f conftest.o conftest.obj
2853 if { (ac_try="$ac_compile"
2854 case "(($ac_try" in
2855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2856 *) ac_try_echo=$ac_try;;
2857 esac
2858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2859 (eval "$ac_compile") 2>&5
2860 ac_status=$?
2861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2862 (exit $ac_status); }; then
2863 for ac_file in conftest.o conftest.obj conftest.*; do
2864 test -f "$ac_file" || continue;
2865 case $ac_file in
2866 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2867 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2868 break;;
2869 esac
2870 done
2871 else
2872 echo "$as_me: failed program was:" >&5
2873 sed 's/^/| /' conftest.$ac_ext >&5
2875 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2876 See \`config.log' for more details." >&5
2877 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2878 See \`config.log' for more details." >&2;}
2879 { (exit 1); exit 1; }; }
2882 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2884 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2885 echo "${ECHO_T}$ac_cv_objext" >&6; }
2886 OBJEXT=$ac_cv_objext
2887 ac_objext=$OBJEXT
2888 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2889 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2890 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2891 echo $ECHO_N "(cached) $ECHO_C" >&6
2892 else
2893 cat >conftest.$ac_ext <<_ACEOF
2894 /* confdefs.h. */
2895 _ACEOF
2896 cat confdefs.h >>conftest.$ac_ext
2897 cat >>conftest.$ac_ext <<_ACEOF
2898 /* end confdefs.h. */
2901 main ()
2903 #ifndef __GNUC__
2904 choke me
2905 #endif
2908 return 0;
2910 _ACEOF
2911 rm -f conftest.$ac_objext
2912 if { (ac_try="$ac_compile"
2913 case "(($ac_try" in
2914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2915 *) ac_try_echo=$ac_try;;
2916 esac
2917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2918 (eval "$ac_compile") 2>conftest.er1
2919 ac_status=$?
2920 grep -v '^ *+' conftest.er1 >conftest.err
2921 rm -f conftest.er1
2922 cat conftest.err >&5
2923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2924 (exit $ac_status); } && {
2925 test -z "$ac_c_werror_flag" ||
2926 test ! -s conftest.err
2927 } && test -s conftest.$ac_objext; then
2928 ac_compiler_gnu=yes
2929 else
2930 echo "$as_me: failed program was:" >&5
2931 sed 's/^/| /' conftest.$ac_ext >&5
2933 ac_compiler_gnu=no
2936 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2937 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2940 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2941 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2942 GCC=`test $ac_compiler_gnu = yes && echo yes`
2943 ac_test_CFLAGS=${CFLAGS+set}
2944 ac_save_CFLAGS=$CFLAGS
2945 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2946 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2947 if test "${ac_cv_prog_cc_g+set}" = set; then
2948 echo $ECHO_N "(cached) $ECHO_C" >&6
2949 else
2950 ac_save_c_werror_flag=$ac_c_werror_flag
2951 ac_c_werror_flag=yes
2952 ac_cv_prog_cc_g=no
2953 CFLAGS="-g"
2954 cat >conftest.$ac_ext <<_ACEOF
2955 /* confdefs.h. */
2956 _ACEOF
2957 cat confdefs.h >>conftest.$ac_ext
2958 cat >>conftest.$ac_ext <<_ACEOF
2959 /* end confdefs.h. */
2962 main ()
2966 return 0;
2968 _ACEOF
2969 rm -f conftest.$ac_objext
2970 if { (ac_try="$ac_compile"
2971 case "(($ac_try" in
2972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2973 *) ac_try_echo=$ac_try;;
2974 esac
2975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2976 (eval "$ac_compile") 2>conftest.er1
2977 ac_status=$?
2978 grep -v '^ *+' conftest.er1 >conftest.err
2979 rm -f conftest.er1
2980 cat conftest.err >&5
2981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2982 (exit $ac_status); } && {
2983 test -z "$ac_c_werror_flag" ||
2984 test ! -s conftest.err
2985 } && test -s conftest.$ac_objext; then
2986 ac_cv_prog_cc_g=yes
2987 else
2988 echo "$as_me: failed program was:" >&5
2989 sed 's/^/| /' conftest.$ac_ext >&5
2991 CFLAGS=""
2992 cat >conftest.$ac_ext <<_ACEOF
2993 /* confdefs.h. */
2994 _ACEOF
2995 cat confdefs.h >>conftest.$ac_ext
2996 cat >>conftest.$ac_ext <<_ACEOF
2997 /* end confdefs.h. */
3000 main ()
3004 return 0;
3006 _ACEOF
3007 rm -f conftest.$ac_objext
3008 if { (ac_try="$ac_compile"
3009 case "(($ac_try" in
3010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3011 *) ac_try_echo=$ac_try;;
3012 esac
3013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3014 (eval "$ac_compile") 2>conftest.er1
3015 ac_status=$?
3016 grep -v '^ *+' conftest.er1 >conftest.err
3017 rm -f conftest.er1
3018 cat conftest.err >&5
3019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3020 (exit $ac_status); } && {
3021 test -z "$ac_c_werror_flag" ||
3022 test ! -s conftest.err
3023 } && test -s conftest.$ac_objext; then
3025 else
3026 echo "$as_me: failed program was:" >&5
3027 sed 's/^/| /' conftest.$ac_ext >&5
3029 ac_c_werror_flag=$ac_save_c_werror_flag
3030 CFLAGS="-g"
3031 cat >conftest.$ac_ext <<_ACEOF
3032 /* confdefs.h. */
3033 _ACEOF
3034 cat confdefs.h >>conftest.$ac_ext
3035 cat >>conftest.$ac_ext <<_ACEOF
3036 /* end confdefs.h. */
3039 main ()
3043 return 0;
3045 _ACEOF
3046 rm -f conftest.$ac_objext
3047 if { (ac_try="$ac_compile"
3048 case "(($ac_try" in
3049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3050 *) ac_try_echo=$ac_try;;
3051 esac
3052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3053 (eval "$ac_compile") 2>conftest.er1
3054 ac_status=$?
3055 grep -v '^ *+' conftest.er1 >conftest.err
3056 rm -f conftest.er1
3057 cat conftest.err >&5
3058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3059 (exit $ac_status); } && {
3060 test -z "$ac_c_werror_flag" ||
3061 test ! -s conftest.err
3062 } && test -s conftest.$ac_objext; then
3063 ac_cv_prog_cc_g=yes
3064 else
3065 echo "$as_me: failed program was:" >&5
3066 sed 's/^/| /' conftest.$ac_ext >&5
3071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3078 ac_c_werror_flag=$ac_save_c_werror_flag
3080 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3081 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3082 if test "$ac_test_CFLAGS" = set; then
3083 CFLAGS=$ac_save_CFLAGS
3084 elif test $ac_cv_prog_cc_g = yes; then
3085 if test "$GCC" = yes; then
3086 CFLAGS="-g -O2"
3087 else
3088 CFLAGS="-g"
3090 else
3091 if test "$GCC" = yes; then
3092 CFLAGS="-O2"
3093 else
3094 CFLAGS=
3097 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3098 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3099 if test "${ac_cv_prog_cc_c89+set}" = set; then
3100 echo $ECHO_N "(cached) $ECHO_C" >&6
3101 else
3102 ac_cv_prog_cc_c89=no
3103 ac_save_CC=$CC
3104 cat >conftest.$ac_ext <<_ACEOF
3105 /* confdefs.h. */
3106 _ACEOF
3107 cat confdefs.h >>conftest.$ac_ext
3108 cat >>conftest.$ac_ext <<_ACEOF
3109 /* end confdefs.h. */
3110 #include <stdarg.h>
3111 #include <stdio.h>
3112 #include <sys/types.h>
3113 #include <sys/stat.h>
3114 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3115 struct buf { int x; };
3116 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3117 static char *e (p, i)
3118 char **p;
3119 int i;
3121 return p[i];
3123 static char *f (char * (*g) (char **, int), char **p, ...)
3125 char *s;
3126 va_list v;
3127 va_start (v,p);
3128 s = g (p, va_arg (v,int));
3129 va_end (v);
3130 return s;
3133 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3134 function prototypes and stuff, but not '\xHH' hex character constants.
3135 These don't provoke an error unfortunately, instead are silently treated
3136 as 'x'. The following induces an error, until -std is added to get
3137 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3138 array size at least. It's necessary to write '\x00'==0 to get something
3139 that's true only with -std. */
3140 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3142 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3143 inside strings and character constants. */
3144 #define FOO(x) 'x'
3145 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3147 int test (int i, double x);
3148 struct s1 {int (*f) (int a);};
3149 struct s2 {int (*f) (double a);};
3150 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3151 int argc;
3152 char **argv;
3154 main ()
3156 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3158 return 0;
3160 _ACEOF
3161 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3162 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3164 CC="$ac_save_CC $ac_arg"
3165 rm -f conftest.$ac_objext
3166 if { (ac_try="$ac_compile"
3167 case "(($ac_try" in
3168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3169 *) ac_try_echo=$ac_try;;
3170 esac
3171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3172 (eval "$ac_compile") 2>conftest.er1
3173 ac_status=$?
3174 grep -v '^ *+' conftest.er1 >conftest.err
3175 rm -f conftest.er1
3176 cat conftest.err >&5
3177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3178 (exit $ac_status); } && {
3179 test -z "$ac_c_werror_flag" ||
3180 test ! -s conftest.err
3181 } && test -s conftest.$ac_objext; then
3182 ac_cv_prog_cc_c89=$ac_arg
3183 else
3184 echo "$as_me: failed program was:" >&5
3185 sed 's/^/| /' conftest.$ac_ext >&5
3190 rm -f core conftest.err conftest.$ac_objext
3191 test "x$ac_cv_prog_cc_c89" != "xno" && break
3192 done
3193 rm -f conftest.$ac_ext
3194 CC=$ac_save_CC
3197 # AC_CACHE_VAL
3198 case "x$ac_cv_prog_cc_c89" in
3200 { echo "$as_me:$LINENO: result: none needed" >&5
3201 echo "${ECHO_T}none needed" >&6; } ;;
3202 xno)
3203 { echo "$as_me:$LINENO: result: unsupported" >&5
3204 echo "${ECHO_T}unsupported" >&6; } ;;
3206 CC="$CC $ac_cv_prog_cc_c89"
3207 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3208 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3209 esac
3212 ac_ext=c
3213 ac_cpp='$CPP $CPPFLAGS'
3214 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3215 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3216 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3218 ac_ext=cpp
3219 ac_cpp='$CXXCPP $CPPFLAGS'
3220 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3221 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3222 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3223 if test -z "$CXX"; then
3224 if test -n "$CCC"; then
3225 CXX=$CCC
3226 else
3227 if test -n "$ac_tool_prefix"; then
3228 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3230 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3231 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3232 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3233 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3234 if test "${ac_cv_prog_CXX+set}" = set; then
3235 echo $ECHO_N "(cached) $ECHO_C" >&6
3236 else
3237 if test -n "$CXX"; then
3238 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3239 else
3240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3241 for as_dir in $PATH
3243 IFS=$as_save_IFS
3244 test -z "$as_dir" && as_dir=.
3245 for ac_exec_ext in '' $ac_executable_extensions; do
3246 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3247 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3248 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3249 break 2
3251 done
3252 done
3253 IFS=$as_save_IFS
3257 CXX=$ac_cv_prog_CXX
3258 if test -n "$CXX"; then
3259 { echo "$as_me:$LINENO: result: $CXX" >&5
3260 echo "${ECHO_T}$CXX" >&6; }
3261 else
3262 { echo "$as_me:$LINENO: result: no" >&5
3263 echo "${ECHO_T}no" >&6; }
3267 test -n "$CXX" && break
3268 done
3270 if test -z "$CXX"; then
3271 ac_ct_CXX=$CXX
3272 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3274 # Extract the first word of "$ac_prog", so it can be a program name with args.
3275 set dummy $ac_prog; ac_word=$2
3276 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3277 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3278 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3279 echo $ECHO_N "(cached) $ECHO_C" >&6
3280 else
3281 if test -n "$ac_ct_CXX"; then
3282 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3283 else
3284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3285 for as_dir in $PATH
3287 IFS=$as_save_IFS
3288 test -z "$as_dir" && as_dir=.
3289 for ac_exec_ext in '' $ac_executable_extensions; do
3290 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3291 ac_cv_prog_ac_ct_CXX="$ac_prog"
3292 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3293 break 2
3295 done
3296 done
3297 IFS=$as_save_IFS
3301 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3302 if test -n "$ac_ct_CXX"; then
3303 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3304 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3305 else
3306 { echo "$as_me:$LINENO: result: no" >&5
3307 echo "${ECHO_T}no" >&6; }
3311 test -n "$ac_ct_CXX" && break
3312 done
3314 if test "x$ac_ct_CXX" = x; then
3315 CXX="g++"
3316 else
3317 case $cross_compiling:$ac_tool_warned in
3318 yes:)
3319 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3320 whose name does not start with the host triplet. If you think this
3321 configuration is useful to you, please write to autoconf@gnu.org." >&5
3322 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3323 whose name does not start with the host triplet. If you think this
3324 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3325 ac_tool_warned=yes ;;
3326 esac
3327 CXX=$ac_ct_CXX
3333 # Provide some information about the compiler.
3334 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3335 ac_compiler=`set X $ac_compile; echo $2`
3336 { (ac_try="$ac_compiler --version >&5"
3337 case "(($ac_try" in
3338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339 *) ac_try_echo=$ac_try;;
3340 esac
3341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3342 (eval "$ac_compiler --version >&5") 2>&5
3343 ac_status=$?
3344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3345 (exit $ac_status); }
3346 { (ac_try="$ac_compiler -v >&5"
3347 case "(($ac_try" in
3348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3349 *) ac_try_echo=$ac_try;;
3350 esac
3351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3352 (eval "$ac_compiler -v >&5") 2>&5
3353 ac_status=$?
3354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3355 (exit $ac_status); }
3356 { (ac_try="$ac_compiler -V >&5"
3357 case "(($ac_try" in
3358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3359 *) ac_try_echo=$ac_try;;
3360 esac
3361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3362 (eval "$ac_compiler -V >&5") 2>&5
3363 ac_status=$?
3364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3365 (exit $ac_status); }
3367 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3368 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3369 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3370 echo $ECHO_N "(cached) $ECHO_C" >&6
3371 else
3372 cat >conftest.$ac_ext <<_ACEOF
3373 /* confdefs.h. */
3374 _ACEOF
3375 cat confdefs.h >>conftest.$ac_ext
3376 cat >>conftest.$ac_ext <<_ACEOF
3377 /* end confdefs.h. */
3380 main ()
3382 #ifndef __GNUC__
3383 choke me
3384 #endif
3387 return 0;
3389 _ACEOF
3390 rm -f conftest.$ac_objext
3391 if { (ac_try="$ac_compile"
3392 case "(($ac_try" in
3393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3394 *) ac_try_echo=$ac_try;;
3395 esac
3396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3397 (eval "$ac_compile") 2>conftest.er1
3398 ac_status=$?
3399 grep -v '^ *+' conftest.er1 >conftest.err
3400 rm -f conftest.er1
3401 cat conftest.err >&5
3402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3403 (exit $ac_status); } && {
3404 test -z "$ac_cxx_werror_flag" ||
3405 test ! -s conftest.err
3406 } && test -s conftest.$ac_objext; then
3407 ac_compiler_gnu=yes
3408 else
3409 echo "$as_me: failed program was:" >&5
3410 sed 's/^/| /' conftest.$ac_ext >&5
3412 ac_compiler_gnu=no
3415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3416 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3419 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3420 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3421 GXX=`test $ac_compiler_gnu = yes && echo yes`
3422 ac_test_CXXFLAGS=${CXXFLAGS+set}
3423 ac_save_CXXFLAGS=$CXXFLAGS
3424 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3425 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3426 if test "${ac_cv_prog_cxx_g+set}" = set; then
3427 echo $ECHO_N "(cached) $ECHO_C" >&6
3428 else
3429 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3430 ac_cxx_werror_flag=yes
3431 ac_cv_prog_cxx_g=no
3432 CXXFLAGS="-g"
3433 cat >conftest.$ac_ext <<_ACEOF
3434 /* confdefs.h. */
3435 _ACEOF
3436 cat confdefs.h >>conftest.$ac_ext
3437 cat >>conftest.$ac_ext <<_ACEOF
3438 /* end confdefs.h. */
3441 main ()
3445 return 0;
3447 _ACEOF
3448 rm -f conftest.$ac_objext
3449 if { (ac_try="$ac_compile"
3450 case "(($ac_try" in
3451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3452 *) ac_try_echo=$ac_try;;
3453 esac
3454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3455 (eval "$ac_compile") 2>conftest.er1
3456 ac_status=$?
3457 grep -v '^ *+' conftest.er1 >conftest.err
3458 rm -f conftest.er1
3459 cat conftest.err >&5
3460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3461 (exit $ac_status); } && {
3462 test -z "$ac_cxx_werror_flag" ||
3463 test ! -s conftest.err
3464 } && test -s conftest.$ac_objext; then
3465 ac_cv_prog_cxx_g=yes
3466 else
3467 echo "$as_me: failed program was:" >&5
3468 sed 's/^/| /' conftest.$ac_ext >&5
3470 CXXFLAGS=""
3471 cat >conftest.$ac_ext <<_ACEOF
3472 /* confdefs.h. */
3473 _ACEOF
3474 cat confdefs.h >>conftest.$ac_ext
3475 cat >>conftest.$ac_ext <<_ACEOF
3476 /* end confdefs.h. */
3479 main ()
3483 return 0;
3485 _ACEOF
3486 rm -f conftest.$ac_objext
3487 if { (ac_try="$ac_compile"
3488 case "(($ac_try" in
3489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3490 *) ac_try_echo=$ac_try;;
3491 esac
3492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3493 (eval "$ac_compile") 2>conftest.er1
3494 ac_status=$?
3495 grep -v '^ *+' conftest.er1 >conftest.err
3496 rm -f conftest.er1
3497 cat conftest.err >&5
3498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3499 (exit $ac_status); } && {
3500 test -z "$ac_cxx_werror_flag" ||
3501 test ! -s conftest.err
3502 } && test -s conftest.$ac_objext; then
3504 else
3505 echo "$as_me: failed program was:" >&5
3506 sed 's/^/| /' conftest.$ac_ext >&5
3508 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3509 CXXFLAGS="-g"
3510 cat >conftest.$ac_ext <<_ACEOF
3511 /* confdefs.h. */
3512 _ACEOF
3513 cat confdefs.h >>conftest.$ac_ext
3514 cat >>conftest.$ac_ext <<_ACEOF
3515 /* end confdefs.h. */
3518 main ()
3522 return 0;
3524 _ACEOF
3525 rm -f conftest.$ac_objext
3526 if { (ac_try="$ac_compile"
3527 case "(($ac_try" in
3528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3529 *) ac_try_echo=$ac_try;;
3530 esac
3531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3532 (eval "$ac_compile") 2>conftest.er1
3533 ac_status=$?
3534 grep -v '^ *+' conftest.er1 >conftest.err
3535 rm -f conftest.er1
3536 cat conftest.err >&5
3537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3538 (exit $ac_status); } && {
3539 test -z "$ac_cxx_werror_flag" ||
3540 test ! -s conftest.err
3541 } && test -s conftest.$ac_objext; then
3542 ac_cv_prog_cxx_g=yes
3543 else
3544 echo "$as_me: failed program was:" >&5
3545 sed 's/^/| /' conftest.$ac_ext >&5
3550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3557 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3559 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3560 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3561 if test "$ac_test_CXXFLAGS" = set; then
3562 CXXFLAGS=$ac_save_CXXFLAGS
3563 elif test $ac_cv_prog_cxx_g = yes; then
3564 if test "$GXX" = yes; then
3565 CXXFLAGS="-g -O2"
3566 else
3567 CXXFLAGS="-g"
3569 else
3570 if test "$GXX" = yes; then
3571 CXXFLAGS="-O2"
3572 else
3573 CXXFLAGS=
3576 ac_ext=c
3577 ac_cpp='$CPP $CPPFLAGS'
3578 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3579 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3580 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3582 if test -n "$ac_tool_prefix"; then
3583 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3584 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3585 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3586 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3587 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3588 echo $ECHO_N "(cached) $ECHO_C" >&6
3589 else
3590 if test -n "$CPPBIN"; then
3591 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3592 else
3593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3594 for as_dir in $PATH
3596 IFS=$as_save_IFS
3597 test -z "$as_dir" && as_dir=.
3598 for ac_exec_ext in '' $ac_executable_extensions; do
3599 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3600 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3601 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3602 break 2
3604 done
3605 done
3606 IFS=$as_save_IFS
3610 CPPBIN=$ac_cv_prog_CPPBIN
3611 if test -n "$CPPBIN"; then
3612 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3613 echo "${ECHO_T}$CPPBIN" >&6; }
3614 else
3615 { echo "$as_me:$LINENO: result: no" >&5
3616 echo "${ECHO_T}no" >&6; }
3621 if test -z "$ac_cv_prog_CPPBIN"; then
3622 ac_ct_CPPBIN=$CPPBIN
3623 # Extract the first word of "cpp", so it can be a program name with args.
3624 set dummy cpp; ac_word=$2
3625 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3627 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3628 echo $ECHO_N "(cached) $ECHO_C" >&6
3629 else
3630 if test -n "$ac_ct_CPPBIN"; then
3631 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3632 else
3633 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3634 for as_dir in $PATH
3636 IFS=$as_save_IFS
3637 test -z "$as_dir" && as_dir=.
3638 for ac_exec_ext in '' $ac_executable_extensions; do
3639 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3640 ac_cv_prog_ac_ct_CPPBIN="cpp"
3641 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3642 break 2
3644 done
3645 done
3646 IFS=$as_save_IFS
3650 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3651 if test -n "$ac_ct_CPPBIN"; then
3652 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3653 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3654 else
3655 { echo "$as_me:$LINENO: result: no" >&5
3656 echo "${ECHO_T}no" >&6; }
3659 if test "x$ac_ct_CPPBIN" = x; then
3660 CPPBIN="cpp"
3661 else
3662 case $cross_compiling:$ac_tool_warned in
3663 yes:)
3664 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3665 whose name does not start with the host triplet. If you think this
3666 configuration is useful to you, please write to autoconf@gnu.org." >&5
3667 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3668 whose name does not start with the host triplet. If you think this
3669 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3670 ac_tool_warned=yes ;;
3671 esac
3672 CPPBIN=$ac_ct_CPPBIN
3674 else
3675 CPPBIN="$ac_cv_prog_CPPBIN"
3679 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3680 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3681 if test "${wine_cv_toolsdir+set}" = set; then
3682 echo $ECHO_N "(cached) $ECHO_C" >&6
3683 else
3684 if test -z "$with_wine_tools"; then
3685 if test "$cross_compiling" = "yes"; then
3686 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3687 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3688 { (exit 1); exit 1; }; }
3689 else
3690 wine_cv_toolsdir="\$(TOPOBJDIR)"
3692 elif test -d "$with_wine_tools/tools/winebuild"; then
3693 case $with_wine_tools in
3694 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3695 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3696 esac
3697 else
3698 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3699 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3700 { (exit 1); exit 1; }; }
3703 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3704 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3705 TOOLSDIR=$wine_cv_toolsdir
3709 ac_ext=c
3710 ac_cpp='$CPP $CPPFLAGS'
3711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3714 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3715 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3716 # On Suns, sometimes $CPP names a directory.
3717 if test -n "$CPP" && test -d "$CPP"; then
3718 CPP=
3720 if test -z "$CPP"; then
3721 if test "${ac_cv_prog_CPP+set}" = set; then
3722 echo $ECHO_N "(cached) $ECHO_C" >&6
3723 else
3724 # Double quotes because CPP needs to be expanded
3725 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3727 ac_preproc_ok=false
3728 for ac_c_preproc_warn_flag in '' yes
3730 # Use a header file that comes with gcc, so configuring glibc
3731 # with a fresh cross-compiler works.
3732 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3733 # <limits.h> exists even on freestanding compilers.
3734 # On the NeXT, cc -E runs the code through the compiler's parser,
3735 # not just through cpp. "Syntax error" is here to catch this case.
3736 cat >conftest.$ac_ext <<_ACEOF
3737 /* confdefs.h. */
3738 _ACEOF
3739 cat confdefs.h >>conftest.$ac_ext
3740 cat >>conftest.$ac_ext <<_ACEOF
3741 /* end confdefs.h. */
3742 #ifdef __STDC__
3743 # include <limits.h>
3744 #else
3745 # include <assert.h>
3746 #endif
3747 Syntax error
3748 _ACEOF
3749 if { (ac_try="$ac_cpp conftest.$ac_ext"
3750 case "(($ac_try" in
3751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3752 *) ac_try_echo=$ac_try;;
3753 esac
3754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3755 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3756 ac_status=$?
3757 grep -v '^ *+' conftest.er1 >conftest.err
3758 rm -f conftest.er1
3759 cat conftest.err >&5
3760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3761 (exit $ac_status); } >/dev/null && {
3762 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3763 test ! -s conftest.err
3764 }; then
3766 else
3767 echo "$as_me: failed program was:" >&5
3768 sed 's/^/| /' conftest.$ac_ext >&5
3770 # Broken: fails on valid input.
3771 continue
3774 rm -f conftest.err conftest.$ac_ext
3776 # OK, works on sane cases. Now check whether nonexistent headers
3777 # can be detected and how.
3778 cat >conftest.$ac_ext <<_ACEOF
3779 /* confdefs.h. */
3780 _ACEOF
3781 cat confdefs.h >>conftest.$ac_ext
3782 cat >>conftest.$ac_ext <<_ACEOF
3783 /* end confdefs.h. */
3784 #include <ac_nonexistent.h>
3785 _ACEOF
3786 if { (ac_try="$ac_cpp conftest.$ac_ext"
3787 case "(($ac_try" in
3788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3789 *) ac_try_echo=$ac_try;;
3790 esac
3791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3792 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3793 ac_status=$?
3794 grep -v '^ *+' conftest.er1 >conftest.err
3795 rm -f conftest.er1
3796 cat conftest.err >&5
3797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3798 (exit $ac_status); } >/dev/null && {
3799 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3800 test ! -s conftest.err
3801 }; then
3802 # Broken: success on invalid input.
3803 continue
3804 else
3805 echo "$as_me: failed program was:" >&5
3806 sed 's/^/| /' conftest.$ac_ext >&5
3808 # Passes both tests.
3809 ac_preproc_ok=:
3810 break
3813 rm -f conftest.err conftest.$ac_ext
3815 done
3816 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3817 rm -f conftest.err conftest.$ac_ext
3818 if $ac_preproc_ok; then
3819 break
3822 done
3823 ac_cv_prog_CPP=$CPP
3826 CPP=$ac_cv_prog_CPP
3827 else
3828 ac_cv_prog_CPP=$CPP
3830 { echo "$as_me:$LINENO: result: $CPP" >&5
3831 echo "${ECHO_T}$CPP" >&6; }
3832 ac_preproc_ok=false
3833 for ac_c_preproc_warn_flag in '' yes
3835 # Use a header file that comes with gcc, so configuring glibc
3836 # with a fresh cross-compiler works.
3837 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3838 # <limits.h> exists even on freestanding compilers.
3839 # On the NeXT, cc -E runs the code through the compiler's parser,
3840 # not just through cpp. "Syntax error" is here to catch this case.
3841 cat >conftest.$ac_ext <<_ACEOF
3842 /* confdefs.h. */
3843 _ACEOF
3844 cat confdefs.h >>conftest.$ac_ext
3845 cat >>conftest.$ac_ext <<_ACEOF
3846 /* end confdefs.h. */
3847 #ifdef __STDC__
3848 # include <limits.h>
3849 #else
3850 # include <assert.h>
3851 #endif
3852 Syntax error
3853 _ACEOF
3854 if { (ac_try="$ac_cpp conftest.$ac_ext"
3855 case "(($ac_try" in
3856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3857 *) ac_try_echo=$ac_try;;
3858 esac
3859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3860 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3861 ac_status=$?
3862 grep -v '^ *+' conftest.er1 >conftest.err
3863 rm -f conftest.er1
3864 cat conftest.err >&5
3865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3866 (exit $ac_status); } >/dev/null && {
3867 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3868 test ! -s conftest.err
3869 }; then
3871 else
3872 echo "$as_me: failed program was:" >&5
3873 sed 's/^/| /' conftest.$ac_ext >&5
3875 # Broken: fails on valid input.
3876 continue
3879 rm -f conftest.err conftest.$ac_ext
3881 # OK, works on sane cases. Now check whether nonexistent headers
3882 # can be detected and how.
3883 cat >conftest.$ac_ext <<_ACEOF
3884 /* confdefs.h. */
3885 _ACEOF
3886 cat confdefs.h >>conftest.$ac_ext
3887 cat >>conftest.$ac_ext <<_ACEOF
3888 /* end confdefs.h. */
3889 #include <ac_nonexistent.h>
3890 _ACEOF
3891 if { (ac_try="$ac_cpp conftest.$ac_ext"
3892 case "(($ac_try" in
3893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3894 *) ac_try_echo=$ac_try;;
3895 esac
3896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3897 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3898 ac_status=$?
3899 grep -v '^ *+' conftest.er1 >conftest.err
3900 rm -f conftest.er1
3901 cat conftest.err >&5
3902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3903 (exit $ac_status); } >/dev/null && {
3904 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3905 test ! -s conftest.err
3906 }; then
3907 # Broken: success on invalid input.
3908 continue
3909 else
3910 echo "$as_me: failed program was:" >&5
3911 sed 's/^/| /' conftest.$ac_ext >&5
3913 # Passes both tests.
3914 ac_preproc_ok=:
3915 break
3918 rm -f conftest.err conftest.$ac_ext
3920 done
3921 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3922 rm -f conftest.err conftest.$ac_ext
3923 if $ac_preproc_ok; then
3925 else
3926 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3927 See \`config.log' for more details." >&5
3928 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3929 See \`config.log' for more details." >&2;}
3930 { (exit 1); exit 1; }; }
3933 ac_ext=c
3934 ac_cpp='$CPP $CPPFLAGS'
3935 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3936 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3937 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3940 { echo "$as_me:$LINENO: checking for X" >&5
3941 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3944 # Check whether --with-x was given.
3945 if test "${with_x+set}" = set; then
3946 withval=$with_x;
3949 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3950 if test "x$with_x" = xno; then
3951 # The user explicitly disabled X.
3952 have_x=disabled
3953 else
3954 case $x_includes,$x_libraries in #(
3955 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3956 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3957 { (exit 1); exit 1; }; };; #(
3958 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3959 echo $ECHO_N "(cached) $ECHO_C" >&6
3960 else
3961 # One or both of the vars are not set, and there is no cached value.
3962 ac_x_includes=no ac_x_libraries=no
3963 rm -f -r conftest.dir
3964 if mkdir conftest.dir; then
3965 cd conftest.dir
3966 cat >Imakefile <<'_ACEOF'
3967 incroot:
3968 @echo incroot='${INCROOT}'
3969 usrlibdir:
3970 @echo usrlibdir='${USRLIBDIR}'
3971 libdir:
3972 @echo libdir='${LIBDIR}'
3973 _ACEOF
3974 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3975 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3976 for ac_var in incroot usrlibdir libdir; do
3977 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3978 done
3979 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3980 for ac_extension in a so sl; do
3981 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3982 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3983 ac_im_usrlibdir=$ac_im_libdir; break
3985 done
3986 # Screen out bogus values from the imake configuration. They are
3987 # bogus both because they are the default anyway, and because
3988 # using them would break gcc on systems where it needs fixed includes.
3989 case $ac_im_incroot in
3990 /usr/include) ac_x_includes= ;;
3991 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3992 esac
3993 case $ac_im_usrlibdir in
3994 /usr/lib | /lib) ;;
3995 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3996 esac
3998 cd ..
3999 rm -f -r conftest.dir
4002 # Standard set of common directories for X headers.
4003 # Check X11 before X11Rn because it is often a symlink to the current release.
4004 ac_x_header_dirs='
4005 /usr/X11/include
4006 /usr/X11R6/include
4007 /usr/X11R5/include
4008 /usr/X11R4/include
4010 /usr/include/X11
4011 /usr/include/X11R6
4012 /usr/include/X11R5
4013 /usr/include/X11R4
4015 /usr/local/X11/include
4016 /usr/local/X11R6/include
4017 /usr/local/X11R5/include
4018 /usr/local/X11R4/include
4020 /usr/local/include/X11
4021 /usr/local/include/X11R6
4022 /usr/local/include/X11R5
4023 /usr/local/include/X11R4
4025 /usr/X386/include
4026 /usr/x386/include
4027 /usr/XFree86/include/X11
4029 /usr/include
4030 /usr/local/include
4031 /usr/unsupported/include
4032 /usr/athena/include
4033 /usr/local/x11r5/include
4034 /usr/lpp/Xamples/include
4036 /usr/openwin/include
4037 /usr/openwin/share/include'
4039 if test "$ac_x_includes" = no; then
4040 # Guess where to find include files, by looking for Xlib.h.
4041 # First, try using that file with no special directory specified.
4042 cat >conftest.$ac_ext <<_ACEOF
4043 /* confdefs.h. */
4044 _ACEOF
4045 cat confdefs.h >>conftest.$ac_ext
4046 cat >>conftest.$ac_ext <<_ACEOF
4047 /* end confdefs.h. */
4048 #include <X11/Xlib.h>
4049 _ACEOF
4050 if { (ac_try="$ac_cpp conftest.$ac_ext"
4051 case "(($ac_try" in
4052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4053 *) ac_try_echo=$ac_try;;
4054 esac
4055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4056 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4057 ac_status=$?
4058 grep -v '^ *+' conftest.er1 >conftest.err
4059 rm -f conftest.er1
4060 cat conftest.err >&5
4061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4062 (exit $ac_status); } >/dev/null && {
4063 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4064 test ! -s conftest.err
4065 }; then
4066 # We can compile using X headers with no special include directory.
4067 ac_x_includes=
4068 else
4069 echo "$as_me: failed program was:" >&5
4070 sed 's/^/| /' conftest.$ac_ext >&5
4072 for ac_dir in $ac_x_header_dirs; do
4073 if test -r "$ac_dir/X11/Xlib.h"; then
4074 ac_x_includes=$ac_dir
4075 break
4077 done
4080 rm -f conftest.err conftest.$ac_ext
4081 fi # $ac_x_includes = no
4083 if test "$ac_x_libraries" = no; then
4084 # Check for the libraries.
4085 # See if we find them without any special options.
4086 # Don't add to $LIBS permanently.
4087 ac_save_LIBS=$LIBS
4088 LIBS="-lX11 $LIBS"
4089 cat >conftest.$ac_ext <<_ACEOF
4090 /* confdefs.h. */
4091 _ACEOF
4092 cat confdefs.h >>conftest.$ac_ext
4093 cat >>conftest.$ac_ext <<_ACEOF
4094 /* end confdefs.h. */
4095 #include <X11/Xlib.h>
4097 main ()
4099 XrmInitialize ()
4101 return 0;
4103 _ACEOF
4104 rm -f conftest.$ac_objext conftest$ac_exeext
4105 if { (ac_try="$ac_link"
4106 case "(($ac_try" in
4107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4108 *) ac_try_echo=$ac_try;;
4109 esac
4110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4111 (eval "$ac_link") 2>conftest.er1
4112 ac_status=$?
4113 grep -v '^ *+' conftest.er1 >conftest.err
4114 rm -f conftest.er1
4115 cat conftest.err >&5
4116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4117 (exit $ac_status); } && {
4118 test -z "$ac_c_werror_flag" ||
4119 test ! -s conftest.err
4120 } && test -s conftest$ac_exeext &&
4121 $as_test_x conftest$ac_exeext; then
4122 LIBS=$ac_save_LIBS
4123 # We can link X programs with no special library path.
4124 ac_x_libraries=
4125 else
4126 echo "$as_me: failed program was:" >&5
4127 sed 's/^/| /' conftest.$ac_ext >&5
4129 LIBS=$ac_save_LIBS
4130 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4132 # Don't even attempt the hair of trying to link an X program!
4133 for ac_extension in a so sl; do
4134 if test -r "$ac_dir/libX11.$ac_extension"; then
4135 ac_x_libraries=$ac_dir
4136 break 2
4138 done
4139 done
4142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4143 conftest$ac_exeext conftest.$ac_ext
4144 fi # $ac_x_libraries = no
4146 case $ac_x_includes,$ac_x_libraries in #(
4147 no,* | *,no | *\'*)
4148 # Didn't find X, or a directory has "'" in its name.
4149 ac_cv_have_x="have_x=no";; #(
4151 # Record where we found X for the cache.
4152 ac_cv_have_x="have_x=yes\
4153 ac_x_includes='$ac_x_includes'\
4154 ac_x_libraries='$ac_x_libraries'"
4155 esac
4157 ;; #(
4158 *) have_x=yes;;
4159 esac
4160 eval "$ac_cv_have_x"
4161 fi # $with_x != no
4163 if test "$have_x" != yes; then
4164 { echo "$as_me:$LINENO: result: $have_x" >&5
4165 echo "${ECHO_T}$have_x" >&6; }
4166 no_x=yes
4167 else
4168 # If each of the values was on the command line, it overrides each guess.
4169 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4170 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4171 # Update the cache value to reflect the command line values.
4172 ac_cv_have_x="have_x=yes\
4173 ac_x_includes='$x_includes'\
4174 ac_x_libraries='$x_libraries'"
4175 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4176 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4179 if test "$no_x" = yes; then
4180 # Not all programs may use this symbol, but it does not hurt to define it.
4182 cat >>confdefs.h <<\_ACEOF
4183 #define X_DISPLAY_MISSING 1
4184 _ACEOF
4186 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4187 else
4188 if test -n "$x_includes"; then
4189 X_CFLAGS="$X_CFLAGS -I$x_includes"
4192 # It would also be nice to do this for all -L options, not just this one.
4193 if test -n "$x_libraries"; then
4194 X_LIBS="$X_LIBS -L$x_libraries"
4195 # For Solaris; some versions of Sun CC require a space after -R and
4196 # others require no space. Words are not sufficient . . . .
4197 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4198 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4199 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4200 ac_xsave_c_werror_flag=$ac_c_werror_flag
4201 ac_c_werror_flag=yes
4202 cat >conftest.$ac_ext <<_ACEOF
4203 /* confdefs.h. */
4204 _ACEOF
4205 cat confdefs.h >>conftest.$ac_ext
4206 cat >>conftest.$ac_ext <<_ACEOF
4207 /* end confdefs.h. */
4210 main ()
4214 return 0;
4216 _ACEOF
4217 rm -f conftest.$ac_objext conftest$ac_exeext
4218 if { (ac_try="$ac_link"
4219 case "(($ac_try" in
4220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4221 *) ac_try_echo=$ac_try;;
4222 esac
4223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4224 (eval "$ac_link") 2>conftest.er1
4225 ac_status=$?
4226 grep -v '^ *+' conftest.er1 >conftest.err
4227 rm -f conftest.er1
4228 cat conftest.err >&5
4229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4230 (exit $ac_status); } && {
4231 test -z "$ac_c_werror_flag" ||
4232 test ! -s conftest.err
4233 } && test -s conftest$ac_exeext &&
4234 $as_test_x conftest$ac_exeext; then
4235 { echo "$as_me:$LINENO: result: no" >&5
4236 echo "${ECHO_T}no" >&6; }
4237 X_LIBS="$X_LIBS -R$x_libraries"
4238 else
4239 echo "$as_me: failed program was:" >&5
4240 sed 's/^/| /' conftest.$ac_ext >&5
4242 LIBS="$ac_xsave_LIBS -R $x_libraries"
4243 cat >conftest.$ac_ext <<_ACEOF
4244 /* confdefs.h. */
4245 _ACEOF
4246 cat confdefs.h >>conftest.$ac_ext
4247 cat >>conftest.$ac_ext <<_ACEOF
4248 /* end confdefs.h. */
4251 main ()
4255 return 0;
4257 _ACEOF
4258 rm -f conftest.$ac_objext conftest$ac_exeext
4259 if { (ac_try="$ac_link"
4260 case "(($ac_try" in
4261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4262 *) ac_try_echo=$ac_try;;
4263 esac
4264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4265 (eval "$ac_link") 2>conftest.er1
4266 ac_status=$?
4267 grep -v '^ *+' conftest.er1 >conftest.err
4268 rm -f conftest.er1
4269 cat conftest.err >&5
4270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4271 (exit $ac_status); } && {
4272 test -z "$ac_c_werror_flag" ||
4273 test ! -s conftest.err
4274 } && test -s conftest$ac_exeext &&
4275 $as_test_x conftest$ac_exeext; then
4276 { echo "$as_me:$LINENO: result: yes" >&5
4277 echo "${ECHO_T}yes" >&6; }
4278 X_LIBS="$X_LIBS -R $x_libraries"
4279 else
4280 echo "$as_me: failed program was:" >&5
4281 sed 's/^/| /' conftest.$ac_ext >&5
4283 { echo "$as_me:$LINENO: result: neither works" >&5
4284 echo "${ECHO_T}neither works" >&6; }
4287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4288 conftest$ac_exeext conftest.$ac_ext
4291 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4292 conftest$ac_exeext conftest.$ac_ext
4293 ac_c_werror_flag=$ac_xsave_c_werror_flag
4294 LIBS=$ac_xsave_LIBS
4297 # Check for system-dependent libraries X programs must link with.
4298 # Do this before checking for the system-independent R6 libraries
4299 # (-lICE), since we may need -lsocket or whatever for X linking.
4301 if test "$ISC" = yes; then
4302 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4303 else
4304 # Martyn Johnson says this is needed for Ultrix, if the X
4305 # libraries were built with DECnet support. And Karl Berry says
4306 # the Alpha needs dnet_stub (dnet does not exist).
4307 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4308 cat >conftest.$ac_ext <<_ACEOF
4309 /* confdefs.h. */
4310 _ACEOF
4311 cat confdefs.h >>conftest.$ac_ext
4312 cat >>conftest.$ac_ext <<_ACEOF
4313 /* end confdefs.h. */
4315 /* Override any GCC internal prototype to avoid an error.
4316 Use char because int might match the return type of a GCC
4317 builtin and then its argument prototype would still apply. */
4318 #ifdef __cplusplus
4319 extern "C"
4320 #endif
4321 char XOpenDisplay ();
4323 main ()
4325 return XOpenDisplay ();
4327 return 0;
4329 _ACEOF
4330 rm -f conftest.$ac_objext conftest$ac_exeext
4331 if { (ac_try="$ac_link"
4332 case "(($ac_try" in
4333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4334 *) ac_try_echo=$ac_try;;
4335 esac
4336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4337 (eval "$ac_link") 2>conftest.er1
4338 ac_status=$?
4339 grep -v '^ *+' conftest.er1 >conftest.err
4340 rm -f conftest.er1
4341 cat conftest.err >&5
4342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4343 (exit $ac_status); } && {
4344 test -z "$ac_c_werror_flag" ||
4345 test ! -s conftest.err
4346 } && test -s conftest$ac_exeext &&
4347 $as_test_x conftest$ac_exeext; then
4349 else
4350 echo "$as_me: failed program was:" >&5
4351 sed 's/^/| /' conftest.$ac_ext >&5
4353 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4354 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4355 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4356 echo $ECHO_N "(cached) $ECHO_C" >&6
4357 else
4358 ac_check_lib_save_LIBS=$LIBS
4359 LIBS="-ldnet $LIBS"
4360 cat >conftest.$ac_ext <<_ACEOF
4361 /* confdefs.h. */
4362 _ACEOF
4363 cat confdefs.h >>conftest.$ac_ext
4364 cat >>conftest.$ac_ext <<_ACEOF
4365 /* end confdefs.h. */
4367 /* Override any GCC internal prototype to avoid an error.
4368 Use char because int might match the return type of a GCC
4369 builtin and then its argument prototype would still apply. */
4370 #ifdef __cplusplus
4371 extern "C"
4372 #endif
4373 char dnet_ntoa ();
4375 main ()
4377 return dnet_ntoa ();
4379 return 0;
4381 _ACEOF
4382 rm -f conftest.$ac_objext conftest$ac_exeext
4383 if { (ac_try="$ac_link"
4384 case "(($ac_try" in
4385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4386 *) ac_try_echo=$ac_try;;
4387 esac
4388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4389 (eval "$ac_link") 2>conftest.er1
4390 ac_status=$?
4391 grep -v '^ *+' conftest.er1 >conftest.err
4392 rm -f conftest.er1
4393 cat conftest.err >&5
4394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4395 (exit $ac_status); } && {
4396 test -z "$ac_c_werror_flag" ||
4397 test ! -s conftest.err
4398 } && test -s conftest$ac_exeext &&
4399 $as_test_x conftest$ac_exeext; then
4400 ac_cv_lib_dnet_dnet_ntoa=yes
4401 else
4402 echo "$as_me: failed program was:" >&5
4403 sed 's/^/| /' conftest.$ac_ext >&5
4405 ac_cv_lib_dnet_dnet_ntoa=no
4408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4409 conftest$ac_exeext conftest.$ac_ext
4410 LIBS=$ac_check_lib_save_LIBS
4412 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4413 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4414 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4415 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4418 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4419 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4420 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4421 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4422 echo $ECHO_N "(cached) $ECHO_C" >&6
4423 else
4424 ac_check_lib_save_LIBS=$LIBS
4425 LIBS="-ldnet_stub $LIBS"
4426 cat >conftest.$ac_ext <<_ACEOF
4427 /* confdefs.h. */
4428 _ACEOF
4429 cat confdefs.h >>conftest.$ac_ext
4430 cat >>conftest.$ac_ext <<_ACEOF
4431 /* end confdefs.h. */
4433 /* Override any GCC internal prototype to avoid an error.
4434 Use char because int might match the return type of a GCC
4435 builtin and then its argument prototype would still apply. */
4436 #ifdef __cplusplus
4437 extern "C"
4438 #endif
4439 char dnet_ntoa ();
4441 main ()
4443 return dnet_ntoa ();
4445 return 0;
4447 _ACEOF
4448 rm -f conftest.$ac_objext conftest$ac_exeext
4449 if { (ac_try="$ac_link"
4450 case "(($ac_try" in
4451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4452 *) ac_try_echo=$ac_try;;
4453 esac
4454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4455 (eval "$ac_link") 2>conftest.er1
4456 ac_status=$?
4457 grep -v '^ *+' conftest.er1 >conftest.err
4458 rm -f conftest.er1
4459 cat conftest.err >&5
4460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4461 (exit $ac_status); } && {
4462 test -z "$ac_c_werror_flag" ||
4463 test ! -s conftest.err
4464 } && test -s conftest$ac_exeext &&
4465 $as_test_x conftest$ac_exeext; then
4466 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4467 else
4468 echo "$as_me: failed program was:" >&5
4469 sed 's/^/| /' conftest.$ac_ext >&5
4471 ac_cv_lib_dnet_stub_dnet_ntoa=no
4474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4475 conftest$ac_exeext conftest.$ac_ext
4476 LIBS=$ac_check_lib_save_LIBS
4478 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4479 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4480 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4481 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4488 conftest$ac_exeext conftest.$ac_ext
4489 LIBS="$ac_xsave_LIBS"
4491 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4492 # to get the SysV transport functions.
4493 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4494 # needs -lnsl.
4495 # The nsl library prevents programs from opening the X display
4496 # on Irix 5.2, according to T.E. Dickey.
4497 # The functions gethostbyname, getservbyname, and inet_addr are
4498 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4499 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4500 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4501 if test "${ac_cv_func_gethostbyname+set}" = set; then
4502 echo $ECHO_N "(cached) $ECHO_C" >&6
4503 else
4504 cat >conftest.$ac_ext <<_ACEOF
4505 /* confdefs.h. */
4506 _ACEOF
4507 cat confdefs.h >>conftest.$ac_ext
4508 cat >>conftest.$ac_ext <<_ACEOF
4509 /* end confdefs.h. */
4510 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4511 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4512 #define gethostbyname innocuous_gethostbyname
4514 /* System header to define __stub macros and hopefully few prototypes,
4515 which can conflict with char gethostbyname (); below.
4516 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4517 <limits.h> exists even on freestanding compilers. */
4519 #ifdef __STDC__
4520 # include <limits.h>
4521 #else
4522 # include <assert.h>
4523 #endif
4525 #undef gethostbyname
4527 /* Override any GCC internal prototype to avoid an error.
4528 Use char because int might match the return type of a GCC
4529 builtin and then its argument prototype would still apply. */
4530 #ifdef __cplusplus
4531 extern "C"
4532 #endif
4533 char gethostbyname ();
4534 /* The GNU C library defines this for functions which it implements
4535 to always fail with ENOSYS. Some functions are actually named
4536 something starting with __ and the normal name is an alias. */
4537 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4538 choke me
4539 #endif
4542 main ()
4544 return gethostbyname ();
4546 return 0;
4548 _ACEOF
4549 rm -f conftest.$ac_objext conftest$ac_exeext
4550 if { (ac_try="$ac_link"
4551 case "(($ac_try" in
4552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4553 *) ac_try_echo=$ac_try;;
4554 esac
4555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4556 (eval "$ac_link") 2>conftest.er1
4557 ac_status=$?
4558 grep -v '^ *+' conftest.er1 >conftest.err
4559 rm -f conftest.er1
4560 cat conftest.err >&5
4561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4562 (exit $ac_status); } && {
4563 test -z "$ac_c_werror_flag" ||
4564 test ! -s conftest.err
4565 } && test -s conftest$ac_exeext &&
4566 $as_test_x conftest$ac_exeext; then
4567 ac_cv_func_gethostbyname=yes
4568 else
4569 echo "$as_me: failed program was:" >&5
4570 sed 's/^/| /' conftest.$ac_ext >&5
4572 ac_cv_func_gethostbyname=no
4575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4576 conftest$ac_exeext conftest.$ac_ext
4578 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4579 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4581 if test $ac_cv_func_gethostbyname = no; then
4582 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4583 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4584 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4585 echo $ECHO_N "(cached) $ECHO_C" >&6
4586 else
4587 ac_check_lib_save_LIBS=$LIBS
4588 LIBS="-lnsl $LIBS"
4589 cat >conftest.$ac_ext <<_ACEOF
4590 /* confdefs.h. */
4591 _ACEOF
4592 cat confdefs.h >>conftest.$ac_ext
4593 cat >>conftest.$ac_ext <<_ACEOF
4594 /* end confdefs.h. */
4596 /* Override any GCC internal prototype to avoid an error.
4597 Use char because int might match the return type of a GCC
4598 builtin and then its argument prototype would still apply. */
4599 #ifdef __cplusplus
4600 extern "C"
4601 #endif
4602 char gethostbyname ();
4604 main ()
4606 return gethostbyname ();
4608 return 0;
4610 _ACEOF
4611 rm -f conftest.$ac_objext conftest$ac_exeext
4612 if { (ac_try="$ac_link"
4613 case "(($ac_try" in
4614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4615 *) ac_try_echo=$ac_try;;
4616 esac
4617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4618 (eval "$ac_link") 2>conftest.er1
4619 ac_status=$?
4620 grep -v '^ *+' conftest.er1 >conftest.err
4621 rm -f conftest.er1
4622 cat conftest.err >&5
4623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4624 (exit $ac_status); } && {
4625 test -z "$ac_c_werror_flag" ||
4626 test ! -s conftest.err
4627 } && test -s conftest$ac_exeext &&
4628 $as_test_x conftest$ac_exeext; then
4629 ac_cv_lib_nsl_gethostbyname=yes
4630 else
4631 echo "$as_me: failed program was:" >&5
4632 sed 's/^/| /' conftest.$ac_ext >&5
4634 ac_cv_lib_nsl_gethostbyname=no
4637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4638 conftest$ac_exeext conftest.$ac_ext
4639 LIBS=$ac_check_lib_save_LIBS
4641 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4642 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4643 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4644 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4647 if test $ac_cv_lib_nsl_gethostbyname = no; then
4648 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4649 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4650 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4651 echo $ECHO_N "(cached) $ECHO_C" >&6
4652 else
4653 ac_check_lib_save_LIBS=$LIBS
4654 LIBS="-lbsd $LIBS"
4655 cat >conftest.$ac_ext <<_ACEOF
4656 /* confdefs.h. */
4657 _ACEOF
4658 cat confdefs.h >>conftest.$ac_ext
4659 cat >>conftest.$ac_ext <<_ACEOF
4660 /* end confdefs.h. */
4662 /* Override any GCC internal prototype to avoid an error.
4663 Use char because int might match the return type of a GCC
4664 builtin and then its argument prototype would still apply. */
4665 #ifdef __cplusplus
4666 extern "C"
4667 #endif
4668 char gethostbyname ();
4670 main ()
4672 return gethostbyname ();
4674 return 0;
4676 _ACEOF
4677 rm -f conftest.$ac_objext conftest$ac_exeext
4678 if { (ac_try="$ac_link"
4679 case "(($ac_try" in
4680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4681 *) ac_try_echo=$ac_try;;
4682 esac
4683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4684 (eval "$ac_link") 2>conftest.er1
4685 ac_status=$?
4686 grep -v '^ *+' conftest.er1 >conftest.err
4687 rm -f conftest.er1
4688 cat conftest.err >&5
4689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4690 (exit $ac_status); } && {
4691 test -z "$ac_c_werror_flag" ||
4692 test ! -s conftest.err
4693 } && test -s conftest$ac_exeext &&
4694 $as_test_x conftest$ac_exeext; then
4695 ac_cv_lib_bsd_gethostbyname=yes
4696 else
4697 echo "$as_me: failed program was:" >&5
4698 sed 's/^/| /' conftest.$ac_ext >&5
4700 ac_cv_lib_bsd_gethostbyname=no
4703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4704 conftest$ac_exeext conftest.$ac_ext
4705 LIBS=$ac_check_lib_save_LIBS
4707 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4708 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4709 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4710 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4716 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4717 # socket/setsockopt and other routines are undefined under SCO ODT
4718 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4719 # on later versions), says Simon Leinen: it contains gethostby*
4720 # variants that don't use the name server (or something). -lsocket
4721 # must be given before -lnsl if both are needed. We assume that
4722 # if connect needs -lnsl, so does gethostbyname.
4723 { echo "$as_me:$LINENO: checking for connect" >&5
4724 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4725 if test "${ac_cv_func_connect+set}" = set; then
4726 echo $ECHO_N "(cached) $ECHO_C" >&6
4727 else
4728 cat >conftest.$ac_ext <<_ACEOF
4729 /* confdefs.h. */
4730 _ACEOF
4731 cat confdefs.h >>conftest.$ac_ext
4732 cat >>conftest.$ac_ext <<_ACEOF
4733 /* end confdefs.h. */
4734 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4735 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4736 #define connect innocuous_connect
4738 /* System header to define __stub macros and hopefully few prototypes,
4739 which can conflict with char connect (); below.
4740 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4741 <limits.h> exists even on freestanding compilers. */
4743 #ifdef __STDC__
4744 # include <limits.h>
4745 #else
4746 # include <assert.h>
4747 #endif
4749 #undef connect
4751 /* Override any GCC internal prototype to avoid an error.
4752 Use char because int might match the return type of a GCC
4753 builtin and then its argument prototype would still apply. */
4754 #ifdef __cplusplus
4755 extern "C"
4756 #endif
4757 char connect ();
4758 /* The GNU C library defines this for functions which it implements
4759 to always fail with ENOSYS. Some functions are actually named
4760 something starting with __ and the normal name is an alias. */
4761 #if defined __stub_connect || defined __stub___connect
4762 choke me
4763 #endif
4766 main ()
4768 return connect ();
4770 return 0;
4772 _ACEOF
4773 rm -f conftest.$ac_objext conftest$ac_exeext
4774 if { (ac_try="$ac_link"
4775 case "(($ac_try" in
4776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4777 *) ac_try_echo=$ac_try;;
4778 esac
4779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4780 (eval "$ac_link") 2>conftest.er1
4781 ac_status=$?
4782 grep -v '^ *+' conftest.er1 >conftest.err
4783 rm -f conftest.er1
4784 cat conftest.err >&5
4785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4786 (exit $ac_status); } && {
4787 test -z "$ac_c_werror_flag" ||
4788 test ! -s conftest.err
4789 } && test -s conftest$ac_exeext &&
4790 $as_test_x conftest$ac_exeext; then
4791 ac_cv_func_connect=yes
4792 else
4793 echo "$as_me: failed program was:" >&5
4794 sed 's/^/| /' conftest.$ac_ext >&5
4796 ac_cv_func_connect=no
4799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4800 conftest$ac_exeext conftest.$ac_ext
4802 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4803 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4805 if test $ac_cv_func_connect = no; then
4806 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4807 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4808 if test "${ac_cv_lib_socket_connect+set}" = set; then
4809 echo $ECHO_N "(cached) $ECHO_C" >&6
4810 else
4811 ac_check_lib_save_LIBS=$LIBS
4812 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4813 cat >conftest.$ac_ext <<_ACEOF
4814 /* confdefs.h. */
4815 _ACEOF
4816 cat confdefs.h >>conftest.$ac_ext
4817 cat >>conftest.$ac_ext <<_ACEOF
4818 /* end confdefs.h. */
4820 /* Override any GCC internal prototype to avoid an error.
4821 Use char because int might match the return type of a GCC
4822 builtin and then its argument prototype would still apply. */
4823 #ifdef __cplusplus
4824 extern "C"
4825 #endif
4826 char connect ();
4828 main ()
4830 return connect ();
4832 return 0;
4834 _ACEOF
4835 rm -f conftest.$ac_objext conftest$ac_exeext
4836 if { (ac_try="$ac_link"
4837 case "(($ac_try" in
4838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4839 *) ac_try_echo=$ac_try;;
4840 esac
4841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4842 (eval "$ac_link") 2>conftest.er1
4843 ac_status=$?
4844 grep -v '^ *+' conftest.er1 >conftest.err
4845 rm -f conftest.er1
4846 cat conftest.err >&5
4847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4848 (exit $ac_status); } && {
4849 test -z "$ac_c_werror_flag" ||
4850 test ! -s conftest.err
4851 } && test -s conftest$ac_exeext &&
4852 $as_test_x conftest$ac_exeext; then
4853 ac_cv_lib_socket_connect=yes
4854 else
4855 echo "$as_me: failed program was:" >&5
4856 sed 's/^/| /' conftest.$ac_ext >&5
4858 ac_cv_lib_socket_connect=no
4861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4862 conftest$ac_exeext conftest.$ac_ext
4863 LIBS=$ac_check_lib_save_LIBS
4865 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4866 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4867 if test $ac_cv_lib_socket_connect = yes; then
4868 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4873 # Guillermo Gomez says -lposix is necessary on A/UX.
4874 { echo "$as_me:$LINENO: checking for remove" >&5
4875 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4876 if test "${ac_cv_func_remove+set}" = set; then
4877 echo $ECHO_N "(cached) $ECHO_C" >&6
4878 else
4879 cat >conftest.$ac_ext <<_ACEOF
4880 /* confdefs.h. */
4881 _ACEOF
4882 cat confdefs.h >>conftest.$ac_ext
4883 cat >>conftest.$ac_ext <<_ACEOF
4884 /* end confdefs.h. */
4885 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4886 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4887 #define remove innocuous_remove
4889 /* System header to define __stub macros and hopefully few prototypes,
4890 which can conflict with char remove (); below.
4891 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4892 <limits.h> exists even on freestanding compilers. */
4894 #ifdef __STDC__
4895 # include <limits.h>
4896 #else
4897 # include <assert.h>
4898 #endif
4900 #undef remove
4902 /* Override any GCC internal prototype to avoid an error.
4903 Use char because int might match the return type of a GCC
4904 builtin and then its argument prototype would still apply. */
4905 #ifdef __cplusplus
4906 extern "C"
4907 #endif
4908 char remove ();
4909 /* The GNU C library defines this for functions which it implements
4910 to always fail with ENOSYS. Some functions are actually named
4911 something starting with __ and the normal name is an alias. */
4912 #if defined __stub_remove || defined __stub___remove
4913 choke me
4914 #endif
4917 main ()
4919 return remove ();
4921 return 0;
4923 _ACEOF
4924 rm -f conftest.$ac_objext conftest$ac_exeext
4925 if { (ac_try="$ac_link"
4926 case "(($ac_try" in
4927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4928 *) ac_try_echo=$ac_try;;
4929 esac
4930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4931 (eval "$ac_link") 2>conftest.er1
4932 ac_status=$?
4933 grep -v '^ *+' conftest.er1 >conftest.err
4934 rm -f conftest.er1
4935 cat conftest.err >&5
4936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4937 (exit $ac_status); } && {
4938 test -z "$ac_c_werror_flag" ||
4939 test ! -s conftest.err
4940 } && test -s conftest$ac_exeext &&
4941 $as_test_x conftest$ac_exeext; then
4942 ac_cv_func_remove=yes
4943 else
4944 echo "$as_me: failed program was:" >&5
4945 sed 's/^/| /' conftest.$ac_ext >&5
4947 ac_cv_func_remove=no
4950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4951 conftest$ac_exeext conftest.$ac_ext
4953 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4954 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4956 if test $ac_cv_func_remove = no; then
4957 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4958 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4959 if test "${ac_cv_lib_posix_remove+set}" = set; then
4960 echo $ECHO_N "(cached) $ECHO_C" >&6
4961 else
4962 ac_check_lib_save_LIBS=$LIBS
4963 LIBS="-lposix $LIBS"
4964 cat >conftest.$ac_ext <<_ACEOF
4965 /* confdefs.h. */
4966 _ACEOF
4967 cat confdefs.h >>conftest.$ac_ext
4968 cat >>conftest.$ac_ext <<_ACEOF
4969 /* end confdefs.h. */
4971 /* Override any GCC internal prototype to avoid an error.
4972 Use char because int might match the return type of a GCC
4973 builtin and then its argument prototype would still apply. */
4974 #ifdef __cplusplus
4975 extern "C"
4976 #endif
4977 char remove ();
4979 main ()
4981 return remove ();
4983 return 0;
4985 _ACEOF
4986 rm -f conftest.$ac_objext conftest$ac_exeext
4987 if { (ac_try="$ac_link"
4988 case "(($ac_try" in
4989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4990 *) ac_try_echo=$ac_try;;
4991 esac
4992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4993 (eval "$ac_link") 2>conftest.er1
4994 ac_status=$?
4995 grep -v '^ *+' conftest.er1 >conftest.err
4996 rm -f conftest.er1
4997 cat conftest.err >&5
4998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999 (exit $ac_status); } && {
5000 test -z "$ac_c_werror_flag" ||
5001 test ! -s conftest.err
5002 } && test -s conftest$ac_exeext &&
5003 $as_test_x conftest$ac_exeext; then
5004 ac_cv_lib_posix_remove=yes
5005 else
5006 echo "$as_me: failed program was:" >&5
5007 sed 's/^/| /' conftest.$ac_ext >&5
5009 ac_cv_lib_posix_remove=no
5012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5013 conftest$ac_exeext conftest.$ac_ext
5014 LIBS=$ac_check_lib_save_LIBS
5016 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5017 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5018 if test $ac_cv_lib_posix_remove = yes; then
5019 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5024 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5025 { echo "$as_me:$LINENO: checking for shmat" >&5
5026 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5027 if test "${ac_cv_func_shmat+set}" = set; then
5028 echo $ECHO_N "(cached) $ECHO_C" >&6
5029 else
5030 cat >conftest.$ac_ext <<_ACEOF
5031 /* confdefs.h. */
5032 _ACEOF
5033 cat confdefs.h >>conftest.$ac_ext
5034 cat >>conftest.$ac_ext <<_ACEOF
5035 /* end confdefs.h. */
5036 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5037 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5038 #define shmat innocuous_shmat
5040 /* System header to define __stub macros and hopefully few prototypes,
5041 which can conflict with char shmat (); below.
5042 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5043 <limits.h> exists even on freestanding compilers. */
5045 #ifdef __STDC__
5046 # include <limits.h>
5047 #else
5048 # include <assert.h>
5049 #endif
5051 #undef shmat
5053 /* Override any GCC internal prototype to avoid an error.
5054 Use char because int might match the return type of a GCC
5055 builtin and then its argument prototype would still apply. */
5056 #ifdef __cplusplus
5057 extern "C"
5058 #endif
5059 char shmat ();
5060 /* The GNU C library defines this for functions which it implements
5061 to always fail with ENOSYS. Some functions are actually named
5062 something starting with __ and the normal name is an alias. */
5063 #if defined __stub_shmat || defined __stub___shmat
5064 choke me
5065 #endif
5068 main ()
5070 return shmat ();
5072 return 0;
5074 _ACEOF
5075 rm -f conftest.$ac_objext conftest$ac_exeext
5076 if { (ac_try="$ac_link"
5077 case "(($ac_try" in
5078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5079 *) ac_try_echo=$ac_try;;
5080 esac
5081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5082 (eval "$ac_link") 2>conftest.er1
5083 ac_status=$?
5084 grep -v '^ *+' conftest.er1 >conftest.err
5085 rm -f conftest.er1
5086 cat conftest.err >&5
5087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5088 (exit $ac_status); } && {
5089 test -z "$ac_c_werror_flag" ||
5090 test ! -s conftest.err
5091 } && test -s conftest$ac_exeext &&
5092 $as_test_x conftest$ac_exeext; then
5093 ac_cv_func_shmat=yes
5094 else
5095 echo "$as_me: failed program was:" >&5
5096 sed 's/^/| /' conftest.$ac_ext >&5
5098 ac_cv_func_shmat=no
5101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5102 conftest$ac_exeext conftest.$ac_ext
5104 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5105 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5107 if test $ac_cv_func_shmat = no; then
5108 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5109 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5110 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5111 echo $ECHO_N "(cached) $ECHO_C" >&6
5112 else
5113 ac_check_lib_save_LIBS=$LIBS
5114 LIBS="-lipc $LIBS"
5115 cat >conftest.$ac_ext <<_ACEOF
5116 /* confdefs.h. */
5117 _ACEOF
5118 cat confdefs.h >>conftest.$ac_ext
5119 cat >>conftest.$ac_ext <<_ACEOF
5120 /* end confdefs.h. */
5122 /* Override any GCC internal prototype to avoid an error.
5123 Use char because int might match the return type of a GCC
5124 builtin and then its argument prototype would still apply. */
5125 #ifdef __cplusplus
5126 extern "C"
5127 #endif
5128 char shmat ();
5130 main ()
5132 return shmat ();
5134 return 0;
5136 _ACEOF
5137 rm -f conftest.$ac_objext conftest$ac_exeext
5138 if { (ac_try="$ac_link"
5139 case "(($ac_try" in
5140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5141 *) ac_try_echo=$ac_try;;
5142 esac
5143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5144 (eval "$ac_link") 2>conftest.er1
5145 ac_status=$?
5146 grep -v '^ *+' conftest.er1 >conftest.err
5147 rm -f conftest.er1
5148 cat conftest.err >&5
5149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5150 (exit $ac_status); } && {
5151 test -z "$ac_c_werror_flag" ||
5152 test ! -s conftest.err
5153 } && test -s conftest$ac_exeext &&
5154 $as_test_x conftest$ac_exeext; then
5155 ac_cv_lib_ipc_shmat=yes
5156 else
5157 echo "$as_me: failed program was:" >&5
5158 sed 's/^/| /' conftest.$ac_ext >&5
5160 ac_cv_lib_ipc_shmat=no
5163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5164 conftest$ac_exeext conftest.$ac_ext
5165 LIBS=$ac_check_lib_save_LIBS
5167 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5168 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5169 if test $ac_cv_lib_ipc_shmat = yes; then
5170 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5176 # Check for libraries that X11R6 Xt/Xaw programs need.
5177 ac_save_LDFLAGS=$LDFLAGS
5178 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5179 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5180 # check for ICE first), but we must link in the order -lSM -lICE or
5181 # we get undefined symbols. So assume we have SM if we have ICE.
5182 # These have to be linked with before -lX11, unlike the other
5183 # libraries we check for below, so use a different variable.
5184 # John Interrante, Karl Berry
5185 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5186 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5187 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5188 echo $ECHO_N "(cached) $ECHO_C" >&6
5189 else
5190 ac_check_lib_save_LIBS=$LIBS
5191 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5192 cat >conftest.$ac_ext <<_ACEOF
5193 /* confdefs.h. */
5194 _ACEOF
5195 cat confdefs.h >>conftest.$ac_ext
5196 cat >>conftest.$ac_ext <<_ACEOF
5197 /* end confdefs.h. */
5199 /* Override any GCC internal prototype to avoid an error.
5200 Use char because int might match the return type of a GCC
5201 builtin and then its argument prototype would still apply. */
5202 #ifdef __cplusplus
5203 extern "C"
5204 #endif
5205 char IceConnectionNumber ();
5207 main ()
5209 return IceConnectionNumber ();
5211 return 0;
5213 _ACEOF
5214 rm -f conftest.$ac_objext conftest$ac_exeext
5215 if { (ac_try="$ac_link"
5216 case "(($ac_try" in
5217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5218 *) ac_try_echo=$ac_try;;
5219 esac
5220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5221 (eval "$ac_link") 2>conftest.er1
5222 ac_status=$?
5223 grep -v '^ *+' conftest.er1 >conftest.err
5224 rm -f conftest.er1
5225 cat conftest.err >&5
5226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5227 (exit $ac_status); } && {
5228 test -z "$ac_c_werror_flag" ||
5229 test ! -s conftest.err
5230 } && test -s conftest$ac_exeext &&
5231 $as_test_x conftest$ac_exeext; then
5232 ac_cv_lib_ICE_IceConnectionNumber=yes
5233 else
5234 echo "$as_me: failed program was:" >&5
5235 sed 's/^/| /' conftest.$ac_ext >&5
5237 ac_cv_lib_ICE_IceConnectionNumber=no
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241 conftest$ac_exeext conftest.$ac_ext
5242 LIBS=$ac_check_lib_save_LIBS
5244 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5245 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5246 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5247 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5250 LDFLAGS=$ac_save_LDFLAGS
5255 for ac_prog in flex
5257 # Extract the first word of "$ac_prog", so it can be a program name with args.
5258 set dummy $ac_prog; ac_word=$2
5259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5261 if test "${ac_cv_prog_FLEX+set}" = set; then
5262 echo $ECHO_N "(cached) $ECHO_C" >&6
5263 else
5264 if test -n "$FLEX"; then
5265 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5266 else
5267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5268 for as_dir in $PATH
5270 IFS=$as_save_IFS
5271 test -z "$as_dir" && as_dir=.
5272 for ac_exec_ext in '' $ac_executable_extensions; do
5273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5274 ac_cv_prog_FLEX="$ac_prog"
5275 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5276 break 2
5278 done
5279 done
5280 IFS=$as_save_IFS
5284 FLEX=$ac_cv_prog_FLEX
5285 if test -n "$FLEX"; then
5286 { echo "$as_me:$LINENO: result: $FLEX" >&5
5287 echo "${ECHO_T}$FLEX" >&6; }
5288 else
5289 { echo "$as_me:$LINENO: result: no" >&5
5290 echo "${ECHO_T}no" >&6; }
5294 test -n "$FLEX" && break
5295 done
5296 test -n "$FLEX" || FLEX="none"
5298 if test "$FLEX" = "none"
5299 then
5300 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5301 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5302 { (exit 1); exit 1; }; }
5305 for ac_prog in bison
5307 # Extract the first word of "$ac_prog", so it can be a program name with args.
5308 set dummy $ac_prog; ac_word=$2
5309 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5311 if test "${ac_cv_prog_BISON+set}" = set; then
5312 echo $ECHO_N "(cached) $ECHO_C" >&6
5313 else
5314 if test -n "$BISON"; then
5315 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5316 else
5317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5318 for as_dir in $PATH
5320 IFS=$as_save_IFS
5321 test -z "$as_dir" && as_dir=.
5322 for ac_exec_ext in '' $ac_executable_extensions; do
5323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5324 ac_cv_prog_BISON="$ac_prog"
5325 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5326 break 2
5328 done
5329 done
5330 IFS=$as_save_IFS
5334 BISON=$ac_cv_prog_BISON
5335 if test -n "$BISON"; then
5336 { echo "$as_me:$LINENO: result: $BISON" >&5
5337 echo "${ECHO_T}$BISON" >&6; }
5338 else
5339 { echo "$as_me:$LINENO: result: no" >&5
5340 echo "${ECHO_T}no" >&6; }
5344 test -n "$BISON" && break
5345 done
5346 test -n "$BISON" || BISON="none"
5348 if test "$BISON" = "none"
5349 then
5350 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5351 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5352 { (exit 1); exit 1; }; }
5355 if test -n "$ac_tool_prefix"; then
5356 for ac_prog in gas as
5358 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5359 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5360 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5361 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5362 if test "${ac_cv_prog_AS+set}" = set; then
5363 echo $ECHO_N "(cached) $ECHO_C" >&6
5364 else
5365 if test -n "$AS"; then
5366 ac_cv_prog_AS="$AS" # Let the user override the test.
5367 else
5368 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5369 for as_dir in $PATH
5371 IFS=$as_save_IFS
5372 test -z "$as_dir" && as_dir=.
5373 for ac_exec_ext in '' $ac_executable_extensions; do
5374 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5375 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5376 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5377 break 2
5379 done
5380 done
5381 IFS=$as_save_IFS
5385 AS=$ac_cv_prog_AS
5386 if test -n "$AS"; then
5387 { echo "$as_me:$LINENO: result: $AS" >&5
5388 echo "${ECHO_T}$AS" >&6; }
5389 else
5390 { echo "$as_me:$LINENO: result: no" >&5
5391 echo "${ECHO_T}no" >&6; }
5395 test -n "$AS" && break
5396 done
5398 if test -z "$AS"; then
5399 ac_ct_AS=$AS
5400 for ac_prog in gas as
5402 # Extract the first word of "$ac_prog", so it can be a program name with args.
5403 set dummy $ac_prog; ac_word=$2
5404 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5405 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5406 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5407 echo $ECHO_N "(cached) $ECHO_C" >&6
5408 else
5409 if test -n "$ac_ct_AS"; then
5410 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5411 else
5412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5413 for as_dir in $PATH
5415 IFS=$as_save_IFS
5416 test -z "$as_dir" && as_dir=.
5417 for ac_exec_ext in '' $ac_executable_extensions; do
5418 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5419 ac_cv_prog_ac_ct_AS="$ac_prog"
5420 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5421 break 2
5423 done
5424 done
5425 IFS=$as_save_IFS
5429 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5430 if test -n "$ac_ct_AS"; then
5431 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5432 echo "${ECHO_T}$ac_ct_AS" >&6; }
5433 else
5434 { echo "$as_me:$LINENO: result: no" >&5
5435 echo "${ECHO_T}no" >&6; }
5439 test -n "$ac_ct_AS" && break
5440 done
5442 if test "x$ac_ct_AS" = x; then
5443 AS="as"
5444 else
5445 case $cross_compiling:$ac_tool_warned in
5446 yes:)
5447 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5448 whose name does not start with the host triplet. If you think this
5449 configuration is useful to you, please write to autoconf@gnu.org." >&5
5450 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5451 whose name does not start with the host triplet. If you think this
5452 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5453 ac_tool_warned=yes ;;
5454 esac
5455 AS=$ac_ct_AS
5459 if test -n "$ac_tool_prefix"; then
5460 for ac_prog in ld gld
5462 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5463 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5464 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5465 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5466 if test "${ac_cv_prog_LD+set}" = set; then
5467 echo $ECHO_N "(cached) $ECHO_C" >&6
5468 else
5469 if test -n "$LD"; then
5470 ac_cv_prog_LD="$LD" # Let the user override the test.
5471 else
5472 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5473 for as_dir in $PATH
5475 IFS=$as_save_IFS
5476 test -z "$as_dir" && as_dir=.
5477 for ac_exec_ext in '' $ac_executable_extensions; do
5478 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5479 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5480 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5481 break 2
5483 done
5484 done
5485 IFS=$as_save_IFS
5489 LD=$ac_cv_prog_LD
5490 if test -n "$LD"; then
5491 { echo "$as_me:$LINENO: result: $LD" >&5
5492 echo "${ECHO_T}$LD" >&6; }
5493 else
5494 { echo "$as_me:$LINENO: result: no" >&5
5495 echo "${ECHO_T}no" >&6; }
5499 test -n "$LD" && break
5500 done
5502 if test -z "$LD"; then
5503 ac_ct_LD=$LD
5504 for ac_prog in ld gld
5506 # Extract the first word of "$ac_prog", so it can be a program name with args.
5507 set dummy $ac_prog; ac_word=$2
5508 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5509 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5510 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5511 echo $ECHO_N "(cached) $ECHO_C" >&6
5512 else
5513 if test -n "$ac_ct_LD"; then
5514 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5515 else
5516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5517 for as_dir in $PATH
5519 IFS=$as_save_IFS
5520 test -z "$as_dir" && as_dir=.
5521 for ac_exec_ext in '' $ac_executable_extensions; do
5522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5523 ac_cv_prog_ac_ct_LD="$ac_prog"
5524 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5525 break 2
5527 done
5528 done
5529 IFS=$as_save_IFS
5533 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5534 if test -n "$ac_ct_LD"; then
5535 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5536 echo "${ECHO_T}$ac_ct_LD" >&6; }
5537 else
5538 { echo "$as_me:$LINENO: result: no" >&5
5539 echo "${ECHO_T}no" >&6; }
5543 test -n "$ac_ct_LD" && break
5544 done
5546 if test "x$ac_ct_LD" = x; then
5547 LD="ld"
5548 else
5549 case $cross_compiling:$ac_tool_warned in
5550 yes:)
5551 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5552 whose name does not start with the host triplet. If you think this
5553 configuration is useful to you, please write to autoconf@gnu.org." >&5
5554 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5555 whose name does not start with the host triplet. If you think this
5556 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5557 ac_tool_warned=yes ;;
5558 esac
5559 LD=$ac_ct_LD
5563 if test -n "$ac_tool_prefix"; then
5564 for ac_prog in nm gnm
5566 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5567 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5568 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5569 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5570 if test "${ac_cv_prog_NM+set}" = set; then
5571 echo $ECHO_N "(cached) $ECHO_C" >&6
5572 else
5573 if test -n "$NM"; then
5574 ac_cv_prog_NM="$NM" # Let the user override the test.
5575 else
5576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5577 for as_dir in $PATH
5579 IFS=$as_save_IFS
5580 test -z "$as_dir" && as_dir=.
5581 for ac_exec_ext in '' $ac_executable_extensions; do
5582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5583 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5584 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5585 break 2
5587 done
5588 done
5589 IFS=$as_save_IFS
5593 NM=$ac_cv_prog_NM
5594 if test -n "$NM"; then
5595 { echo "$as_me:$LINENO: result: $NM" >&5
5596 echo "${ECHO_T}$NM" >&6; }
5597 else
5598 { echo "$as_me:$LINENO: result: no" >&5
5599 echo "${ECHO_T}no" >&6; }
5603 test -n "$NM" && break
5604 done
5606 if test -z "$NM"; then
5607 ac_ct_NM=$NM
5608 for ac_prog in nm gnm
5610 # Extract the first word of "$ac_prog", so it can be a program name with args.
5611 set dummy $ac_prog; ac_word=$2
5612 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5613 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5614 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5615 echo $ECHO_N "(cached) $ECHO_C" >&6
5616 else
5617 if test -n "$ac_ct_NM"; then
5618 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5619 else
5620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5621 for as_dir in $PATH
5623 IFS=$as_save_IFS
5624 test -z "$as_dir" && as_dir=.
5625 for ac_exec_ext in '' $ac_executable_extensions; do
5626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5627 ac_cv_prog_ac_ct_NM="$ac_prog"
5628 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5629 break 2
5631 done
5632 done
5633 IFS=$as_save_IFS
5637 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5638 if test -n "$ac_ct_NM"; then
5639 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5640 echo "${ECHO_T}$ac_ct_NM" >&6; }
5641 else
5642 { echo "$as_me:$LINENO: result: no" >&5
5643 echo "${ECHO_T}no" >&6; }
5647 test -n "$ac_ct_NM" && break
5648 done
5650 if test "x$ac_ct_NM" = x; then
5651 NM="nm"
5652 else
5653 case $cross_compiling:$ac_tool_warned in
5654 yes:)
5655 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5656 whose name does not start with the host triplet. If you think this
5657 configuration is useful to you, please write to autoconf@gnu.org." >&5
5658 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5659 whose name does not start with the host triplet. If you think this
5660 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5661 ac_tool_warned=yes ;;
5662 esac
5663 NM=$ac_ct_NM
5667 if test -n "$ac_tool_prefix"; then
5668 for ac_prog in ar gar
5670 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5671 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5672 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5673 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5674 if test "${ac_cv_prog_AR+set}" = set; then
5675 echo $ECHO_N "(cached) $ECHO_C" >&6
5676 else
5677 if test -n "$AR"; then
5678 ac_cv_prog_AR="$AR" # Let the user override the test.
5679 else
5680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5681 for as_dir in $PATH
5683 IFS=$as_save_IFS
5684 test -z "$as_dir" && as_dir=.
5685 for ac_exec_ext in '' $ac_executable_extensions; do
5686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5687 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5688 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5689 break 2
5691 done
5692 done
5693 IFS=$as_save_IFS
5697 AR=$ac_cv_prog_AR
5698 if test -n "$AR"; then
5699 { echo "$as_me:$LINENO: result: $AR" >&5
5700 echo "${ECHO_T}$AR" >&6; }
5701 else
5702 { echo "$as_me:$LINENO: result: no" >&5
5703 echo "${ECHO_T}no" >&6; }
5707 test -n "$AR" && break
5708 done
5710 if test -z "$AR"; then
5711 ac_ct_AR=$AR
5712 for ac_prog in ar gar
5714 # Extract the first word of "$ac_prog", so it can be a program name with args.
5715 set dummy $ac_prog; ac_word=$2
5716 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5717 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5718 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5719 echo $ECHO_N "(cached) $ECHO_C" >&6
5720 else
5721 if test -n "$ac_ct_AR"; then
5722 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5723 else
5724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5725 for as_dir in $PATH
5727 IFS=$as_save_IFS
5728 test -z "$as_dir" && as_dir=.
5729 for ac_exec_ext in '' $ac_executable_extensions; do
5730 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5731 ac_cv_prog_ac_ct_AR="$ac_prog"
5732 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5733 break 2
5735 done
5736 done
5737 IFS=$as_save_IFS
5741 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5742 if test -n "$ac_ct_AR"; then
5743 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5744 echo "${ECHO_T}$ac_ct_AR" >&6; }
5745 else
5746 { echo "$as_me:$LINENO: result: no" >&5
5747 echo "${ECHO_T}no" >&6; }
5751 test -n "$ac_ct_AR" && break
5752 done
5754 if test "x$ac_ct_AR" = x; then
5755 AR="ar"
5756 else
5757 case $cross_compiling:$ac_tool_warned in
5758 yes:)
5759 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5760 whose name does not start with the host triplet. If you think this
5761 configuration is useful to you, please write to autoconf@gnu.org." >&5
5762 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5763 whose name does not start with the host triplet. If you think this
5764 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5765 ac_tool_warned=yes ;;
5766 esac
5767 AR=$ac_ct_AR
5771 ARFLAGS=rc
5773 if test -n "$ac_tool_prefix"; then
5774 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5775 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5776 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5777 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5778 if test "${ac_cv_prog_RANLIB+set}" = set; then
5779 echo $ECHO_N "(cached) $ECHO_C" >&6
5780 else
5781 if test -n "$RANLIB"; then
5782 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5783 else
5784 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5785 for as_dir in $PATH
5787 IFS=$as_save_IFS
5788 test -z "$as_dir" && as_dir=.
5789 for ac_exec_ext in '' $ac_executable_extensions; do
5790 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5791 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5792 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5793 break 2
5795 done
5796 done
5797 IFS=$as_save_IFS
5801 RANLIB=$ac_cv_prog_RANLIB
5802 if test -n "$RANLIB"; then
5803 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5804 echo "${ECHO_T}$RANLIB" >&6; }
5805 else
5806 { echo "$as_me:$LINENO: result: no" >&5
5807 echo "${ECHO_T}no" >&6; }
5812 if test -z "$ac_cv_prog_RANLIB"; then
5813 ac_ct_RANLIB=$RANLIB
5814 # Extract the first word of "ranlib", so it can be a program name with args.
5815 set dummy ranlib; ac_word=$2
5816 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5817 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5818 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5819 echo $ECHO_N "(cached) $ECHO_C" >&6
5820 else
5821 if test -n "$ac_ct_RANLIB"; then
5822 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5823 else
5824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5825 for as_dir in $PATH
5827 IFS=$as_save_IFS
5828 test -z "$as_dir" && as_dir=.
5829 for ac_exec_ext in '' $ac_executable_extensions; do
5830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5831 ac_cv_prog_ac_ct_RANLIB="ranlib"
5832 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5833 break 2
5835 done
5836 done
5837 IFS=$as_save_IFS
5841 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5842 if test -n "$ac_ct_RANLIB"; then
5843 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5844 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5845 else
5846 { echo "$as_me:$LINENO: result: no" >&5
5847 echo "${ECHO_T}no" >&6; }
5850 if test "x$ac_ct_RANLIB" = x; then
5851 RANLIB=":"
5852 else
5853 case $cross_compiling:$ac_tool_warned in
5854 yes:)
5855 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5856 whose name does not start with the host triplet. If you think this
5857 configuration is useful to you, please write to autoconf@gnu.org." >&5
5858 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5859 whose name does not start with the host triplet. If you think this
5860 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5861 ac_tool_warned=yes ;;
5862 esac
5863 RANLIB=$ac_ct_RANLIB
5865 else
5866 RANLIB="$ac_cv_prog_RANLIB"
5869 if test -n "$ac_tool_prefix"; then
5870 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5871 set dummy ${ac_tool_prefix}strip; ac_word=$2
5872 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5873 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5874 if test "${ac_cv_prog_STRIP+set}" = set; then
5875 echo $ECHO_N "(cached) $ECHO_C" >&6
5876 else
5877 if test -n "$STRIP"; then
5878 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5879 else
5880 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5881 for as_dir in $PATH
5883 IFS=$as_save_IFS
5884 test -z "$as_dir" && as_dir=.
5885 for ac_exec_ext in '' $ac_executable_extensions; do
5886 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5887 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5888 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5889 break 2
5891 done
5892 done
5893 IFS=$as_save_IFS
5897 STRIP=$ac_cv_prog_STRIP
5898 if test -n "$STRIP"; then
5899 { echo "$as_me:$LINENO: result: $STRIP" >&5
5900 echo "${ECHO_T}$STRIP" >&6; }
5901 else
5902 { echo "$as_me:$LINENO: result: no" >&5
5903 echo "${ECHO_T}no" >&6; }
5908 if test -z "$ac_cv_prog_STRIP"; then
5909 ac_ct_STRIP=$STRIP
5910 # Extract the first word of "strip", so it can be a program name with args.
5911 set dummy strip; ac_word=$2
5912 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5913 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5914 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5915 echo $ECHO_N "(cached) $ECHO_C" >&6
5916 else
5917 if test -n "$ac_ct_STRIP"; then
5918 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5919 else
5920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5921 for as_dir in $PATH
5923 IFS=$as_save_IFS
5924 test -z "$as_dir" && as_dir=.
5925 for ac_exec_ext in '' $ac_executable_extensions; do
5926 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5927 ac_cv_prog_ac_ct_STRIP="strip"
5928 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5929 break 2
5931 done
5932 done
5933 IFS=$as_save_IFS
5937 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5938 if test -n "$ac_ct_STRIP"; then
5939 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5940 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5941 else
5942 { echo "$as_me:$LINENO: result: no" >&5
5943 echo "${ECHO_T}no" >&6; }
5946 if test "x$ac_ct_STRIP" = x; then
5947 STRIP="strip"
5948 else
5949 case $cross_compiling:$ac_tool_warned in
5950 yes:)
5951 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5952 whose name does not start with the host triplet. If you think this
5953 configuration is useful to you, please write to autoconf@gnu.org." >&5
5954 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5955 whose name does not start with the host triplet. If you think this
5956 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5957 ac_tool_warned=yes ;;
5958 esac
5959 STRIP=$ac_ct_STRIP
5961 else
5962 STRIP="$ac_cv_prog_STRIP"
5965 if test -n "$ac_tool_prefix"; then
5966 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5967 set dummy ${ac_tool_prefix}windres; ac_word=$2
5968 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5969 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5970 if test "${ac_cv_prog_WINDRES+set}" = set; then
5971 echo $ECHO_N "(cached) $ECHO_C" >&6
5972 else
5973 if test -n "$WINDRES"; then
5974 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5975 else
5976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5977 for as_dir in $PATH
5979 IFS=$as_save_IFS
5980 test -z "$as_dir" && as_dir=.
5981 for ac_exec_ext in '' $ac_executable_extensions; do
5982 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5983 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5984 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5985 break 2
5987 done
5988 done
5989 IFS=$as_save_IFS
5993 WINDRES=$ac_cv_prog_WINDRES
5994 if test -n "$WINDRES"; then
5995 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5996 echo "${ECHO_T}$WINDRES" >&6; }
5997 else
5998 { echo "$as_me:$LINENO: result: no" >&5
5999 echo "${ECHO_T}no" >&6; }
6004 if test -z "$ac_cv_prog_WINDRES"; then
6005 ac_ct_WINDRES=$WINDRES
6006 # Extract the first word of "windres", so it can be a program name with args.
6007 set dummy windres; ac_word=$2
6008 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6009 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6010 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6011 echo $ECHO_N "(cached) $ECHO_C" >&6
6012 else
6013 if test -n "$ac_ct_WINDRES"; then
6014 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6015 else
6016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6017 for as_dir in $PATH
6019 IFS=$as_save_IFS
6020 test -z "$as_dir" && as_dir=.
6021 for ac_exec_ext in '' $ac_executable_extensions; do
6022 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6023 ac_cv_prog_ac_ct_WINDRES="windres"
6024 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6025 break 2
6027 done
6028 done
6029 IFS=$as_save_IFS
6033 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6034 if test -n "$ac_ct_WINDRES"; then
6035 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6036 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6037 else
6038 { echo "$as_me:$LINENO: result: no" >&5
6039 echo "${ECHO_T}no" >&6; }
6042 if test "x$ac_ct_WINDRES" = x; then
6043 WINDRES="false"
6044 else
6045 case $cross_compiling:$ac_tool_warned in
6046 yes:)
6047 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6048 whose name does not start with the host triplet. If you think this
6049 configuration is useful to you, please write to autoconf@gnu.org." >&5
6050 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6051 whose name does not start with the host triplet. If you think this
6052 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6053 ac_tool_warned=yes ;;
6054 esac
6055 WINDRES=$ac_ct_WINDRES
6057 else
6058 WINDRES="$ac_cv_prog_WINDRES"
6061 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6062 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6063 LN_S=$as_ln_s
6064 if test "$LN_S" = "ln -s"; then
6065 { echo "$as_me:$LINENO: result: yes" >&5
6066 echo "${ECHO_T}yes" >&6; }
6067 else
6068 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6069 echo "${ECHO_T}no, using $LN_S" >&6; }
6072 { echo "$as_me:$LINENO: checking whether ln works" >&5
6073 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6074 rm -f conf$$ conf$$.file
6075 echo >conf$$.file
6076 if ln conf$$.file conf$$ 2>/dev/null; then
6077 LN=ln
6079 { echo "$as_me:$LINENO: result: yes" >&5
6080 echo "${ECHO_T}yes" >&6; }
6081 else
6082 LN="cp -p"
6084 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6085 echo "${ECHO_T}no, using $LN" >&6; }
6087 rm -f conf$$ conf$$.file
6088 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6089 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6090 if test "${ac_cv_path_GREP+set}" = set; then
6091 echo $ECHO_N "(cached) $ECHO_C" >&6
6092 else
6093 # Extract the first word of "grep ggrep" to use in msg output
6094 if test -z "$GREP"; then
6095 set dummy grep ggrep; ac_prog_name=$2
6096 if test "${ac_cv_path_GREP+set}" = set; then
6097 echo $ECHO_N "(cached) $ECHO_C" >&6
6098 else
6099 ac_path_GREP_found=false
6100 # Loop through the user's path and test for each of PROGNAME-LIST
6101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6102 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6104 IFS=$as_save_IFS
6105 test -z "$as_dir" && as_dir=.
6106 for ac_prog in grep ggrep; do
6107 for ac_exec_ext in '' $ac_executable_extensions; do
6108 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6109 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6110 # Check for GNU ac_path_GREP and select it if it is found.
6111 # Check for GNU $ac_path_GREP
6112 case `"$ac_path_GREP" --version 2>&1` in
6113 *GNU*)
6114 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6116 ac_count=0
6117 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6118 while :
6120 cat "conftest.in" "conftest.in" >"conftest.tmp"
6121 mv "conftest.tmp" "conftest.in"
6122 cp "conftest.in" "conftest.nl"
6123 echo 'GREP' >> "conftest.nl"
6124 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6125 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6126 ac_count=`expr $ac_count + 1`
6127 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6128 # Best one so far, save it but keep looking for a better one
6129 ac_cv_path_GREP="$ac_path_GREP"
6130 ac_path_GREP_max=$ac_count
6132 # 10*(2^10) chars as input seems more than enough
6133 test $ac_count -gt 10 && break
6134 done
6135 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6136 esac
6139 $ac_path_GREP_found && break 3
6140 done
6141 done
6143 done
6144 IFS=$as_save_IFS
6149 GREP="$ac_cv_path_GREP"
6150 if test -z "$GREP"; then
6151 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6152 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6153 { (exit 1); exit 1; }; }
6156 else
6157 ac_cv_path_GREP=$GREP
6162 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6163 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6164 GREP="$ac_cv_path_GREP"
6167 { echo "$as_me:$LINENO: checking for egrep" >&5
6168 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6169 if test "${ac_cv_path_EGREP+set}" = set; then
6170 echo $ECHO_N "(cached) $ECHO_C" >&6
6171 else
6172 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6173 then ac_cv_path_EGREP="$GREP -E"
6174 else
6175 # Extract the first word of "egrep" to use in msg output
6176 if test -z "$EGREP"; then
6177 set dummy egrep; ac_prog_name=$2
6178 if test "${ac_cv_path_EGREP+set}" = set; then
6179 echo $ECHO_N "(cached) $ECHO_C" >&6
6180 else
6181 ac_path_EGREP_found=false
6182 # Loop through the user's path and test for each of PROGNAME-LIST
6183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6184 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6186 IFS=$as_save_IFS
6187 test -z "$as_dir" && as_dir=.
6188 for ac_prog in egrep; do
6189 for ac_exec_ext in '' $ac_executable_extensions; do
6190 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6191 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6192 # Check for GNU ac_path_EGREP and select it if it is found.
6193 # Check for GNU $ac_path_EGREP
6194 case `"$ac_path_EGREP" --version 2>&1` in
6195 *GNU*)
6196 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6198 ac_count=0
6199 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6200 while :
6202 cat "conftest.in" "conftest.in" >"conftest.tmp"
6203 mv "conftest.tmp" "conftest.in"
6204 cp "conftest.in" "conftest.nl"
6205 echo 'EGREP' >> "conftest.nl"
6206 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6207 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6208 ac_count=`expr $ac_count + 1`
6209 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6210 # Best one so far, save it but keep looking for a better one
6211 ac_cv_path_EGREP="$ac_path_EGREP"
6212 ac_path_EGREP_max=$ac_count
6214 # 10*(2^10) chars as input seems more than enough
6215 test $ac_count -gt 10 && break
6216 done
6217 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6218 esac
6221 $ac_path_EGREP_found && break 3
6222 done
6223 done
6225 done
6226 IFS=$as_save_IFS
6231 EGREP="$ac_cv_path_EGREP"
6232 if test -z "$EGREP"; then
6233 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6234 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6235 { (exit 1); exit 1; }; }
6238 else
6239 ac_cv_path_EGREP=$EGREP
6245 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6246 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6247 EGREP="$ac_cv_path_EGREP"
6250 # Extract the first word of "ldconfig", so it can be a program name with args.
6251 set dummy ldconfig; ac_word=$2
6252 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6254 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6255 echo $ECHO_N "(cached) $ECHO_C" >&6
6256 else
6257 case $LDCONFIG in
6258 [\\/]* | ?:[\\/]*)
6259 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6263 for as_dir in /sbin /usr/sbin $PATH
6265 IFS=$as_save_IFS
6266 test -z "$as_dir" && as_dir=.
6267 for ac_exec_ext in '' $ac_executable_extensions; do
6268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6269 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6270 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6271 break 2
6273 done
6274 done
6275 IFS=$as_save_IFS
6277 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6279 esac
6281 LDCONFIG=$ac_cv_path_LDCONFIG
6282 if test -n "$LDCONFIG"; then
6283 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6284 echo "${ECHO_T}$LDCONFIG" >&6; }
6285 else
6286 { echo "$as_me:$LINENO: result: no" >&5
6287 echo "${ECHO_T}no" >&6; }
6291 # Find a good install program. We prefer a C program (faster),
6292 # so one script is as good as another. But avoid the broken or
6293 # incompatible versions:
6294 # SysV /etc/install, /usr/sbin/install
6295 # SunOS /usr/etc/install
6296 # IRIX /sbin/install
6297 # AIX /bin/install
6298 # AmigaOS /C/install, which installs bootblocks on floppy discs
6299 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6300 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6301 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6302 # OS/2's system install, which has a completely different semantic
6303 # ./install, which can be erroneously created by make from ./install.sh.
6304 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6305 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6306 if test -z "$INSTALL"; then
6307 if test "${ac_cv_path_install+set}" = set; then
6308 echo $ECHO_N "(cached) $ECHO_C" >&6
6309 else
6310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6311 for as_dir in $PATH
6313 IFS=$as_save_IFS
6314 test -z "$as_dir" && as_dir=.
6315 # Account for people who put trailing slashes in PATH elements.
6316 case $as_dir/ in
6317 ./ | .// | /cC/* | \
6318 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6319 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6320 /usr/ucb/* ) ;;
6322 # OSF1 and SCO ODT 3.0 have their own names for install.
6323 # Don't use installbsd from OSF since it installs stuff as root
6324 # by default.
6325 for ac_prog in ginstall scoinst install; do
6326 for ac_exec_ext in '' $ac_executable_extensions; do
6327 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6328 if test $ac_prog = install &&
6329 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6330 # AIX install. It has an incompatible calling convention.
6332 elif test $ac_prog = install &&
6333 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6334 # program-specific install script used by HP pwplus--don't use.
6336 else
6337 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6338 break 3
6341 done
6342 done
6344 esac
6345 done
6346 IFS=$as_save_IFS
6350 if test "${ac_cv_path_install+set}" = set; then
6351 INSTALL=$ac_cv_path_install
6352 else
6353 # As a last resort, use the slow shell script. Don't cache a
6354 # value for INSTALL within a source directory, because that will
6355 # break other packages using the cache if that directory is
6356 # removed, or if the value is a relative name.
6357 INSTALL=$ac_install_sh
6360 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6361 echo "${ECHO_T}$INSTALL" >&6; }
6363 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6364 # It thinks the first close brace ends the variable substitution.
6365 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6367 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6369 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6371 case "$INSTALL" in
6372 [\\/$]* | ?:[\\/]* ) ;;
6373 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6374 esac
6376 for ac_prog in lclint lint
6378 # Extract the first word of "$ac_prog", so it can be a program name with args.
6379 set dummy $ac_prog; ac_word=$2
6380 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6381 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6382 if test "${ac_cv_prog_LINT+set}" = set; then
6383 echo $ECHO_N "(cached) $ECHO_C" >&6
6384 else
6385 if test -n "$LINT"; then
6386 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6387 else
6388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6389 for as_dir in $PATH
6391 IFS=$as_save_IFS
6392 test -z "$as_dir" && as_dir=.
6393 for ac_exec_ext in '' $ac_executable_extensions; do
6394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6395 ac_cv_prog_LINT="$ac_prog"
6396 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6397 break 2
6399 done
6400 done
6401 IFS=$as_save_IFS
6405 LINT=$ac_cv_prog_LINT
6406 if test -n "$LINT"; then
6407 { echo "$as_me:$LINENO: result: $LINT" >&5
6408 echo "${ECHO_T}$LINT" >&6; }
6409 else
6410 { echo "$as_me:$LINENO: result: no" >&5
6411 echo "${ECHO_T}no" >&6; }
6415 test -n "$LINT" && break
6416 done
6418 if test "$LINT" = "lint"
6419 then
6420 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6425 for ac_prog in fontforge
6427 # Extract the first word of "$ac_prog", so it can be a program name with args.
6428 set dummy $ac_prog; ac_word=$2
6429 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6431 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6432 echo $ECHO_N "(cached) $ECHO_C" >&6
6433 else
6434 if test -n "$FONTFORGE"; then
6435 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6436 else
6437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6438 for as_dir in $PATH
6440 IFS=$as_save_IFS
6441 test -z "$as_dir" && as_dir=.
6442 for ac_exec_ext in '' $ac_executable_extensions; do
6443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6444 ac_cv_prog_FONTFORGE="$ac_prog"
6445 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6446 break 2
6448 done
6449 done
6450 IFS=$as_save_IFS
6454 FONTFORGE=$ac_cv_prog_FONTFORGE
6455 if test -n "$FONTFORGE"; then
6456 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6457 echo "${ECHO_T}$FONTFORGE" >&6; }
6458 else
6459 { echo "$as_me:$LINENO: result: no" >&5
6460 echo "${ECHO_T}no" >&6; }
6464 test -n "$FONTFORGE" && break
6465 done
6466 test -n "$FONTFORGE" || FONTFORGE="false"
6468 for ac_prog in pkg-config
6470 # Extract the first word of "$ac_prog", so it can be a program name with args.
6471 set dummy $ac_prog; ac_word=$2
6472 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6473 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6474 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6475 echo $ECHO_N "(cached) $ECHO_C" >&6
6476 else
6477 if test -n "$PKG_CONFIG"; then
6478 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6479 else
6480 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6481 for as_dir in $PATH
6483 IFS=$as_save_IFS
6484 test -z "$as_dir" && as_dir=.
6485 for ac_exec_ext in '' $ac_executable_extensions; do
6486 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6487 ac_cv_prog_PKG_CONFIG="$ac_prog"
6488 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6489 break 2
6491 done
6492 done
6493 IFS=$as_save_IFS
6497 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6498 if test -n "$PKG_CONFIG"; then
6499 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6500 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6501 else
6502 { echo "$as_me:$LINENO: result: no" >&5
6503 echo "${ECHO_T}no" >&6; }
6507 test -n "$PKG_CONFIG" && break
6508 done
6509 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6511 for ac_prog in rsvg
6513 # Extract the first word of "$ac_prog", so it can be a program name with args.
6514 set dummy $ac_prog; ac_word=$2
6515 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6516 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6517 if test "${ac_cv_prog_RSVG+set}" = set; then
6518 echo $ECHO_N "(cached) $ECHO_C" >&6
6519 else
6520 if test -n "$RSVG"; then
6521 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6522 else
6523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6524 for as_dir in $PATH
6526 IFS=$as_save_IFS
6527 test -z "$as_dir" && as_dir=.
6528 for ac_exec_ext in '' $ac_executable_extensions; do
6529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6530 ac_cv_prog_RSVG="$ac_prog"
6531 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6532 break 2
6534 done
6535 done
6536 IFS=$as_save_IFS
6540 RSVG=$ac_cv_prog_RSVG
6541 if test -n "$RSVG"; then
6542 { echo "$as_me:$LINENO: result: $RSVG" >&5
6543 echo "${ECHO_T}$RSVG" >&6; }
6544 else
6545 { echo "$as_me:$LINENO: result: no" >&5
6546 echo "${ECHO_T}no" >&6; }
6550 test -n "$RSVG" && break
6551 done
6552 test -n "$RSVG" || RSVG="false"
6554 for ac_prog in icotool
6556 # Extract the first word of "$ac_prog", so it can be a program name with args.
6557 set dummy $ac_prog; ac_word=$2
6558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6560 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6561 echo $ECHO_N "(cached) $ECHO_C" >&6
6562 else
6563 if test -n "$ICOTOOL"; then
6564 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6565 else
6566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6567 for as_dir in $PATH
6569 IFS=$as_save_IFS
6570 test -z "$as_dir" && as_dir=.
6571 for ac_exec_ext in '' $ac_executable_extensions; do
6572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6573 ac_cv_prog_ICOTOOL="$ac_prog"
6574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6575 break 2
6577 done
6578 done
6579 IFS=$as_save_IFS
6583 ICOTOOL=$ac_cv_prog_ICOTOOL
6584 if test -n "$ICOTOOL"; then
6585 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6586 echo "${ECHO_T}$ICOTOOL" >&6; }
6587 else
6588 { echo "$as_me:$LINENO: result: no" >&5
6589 echo "${ECHO_T}no" >&6; }
6593 test -n "$ICOTOOL" && break
6594 done
6595 test -n "$ICOTOOL" || ICOTOOL="false"
6598 if test "${enable_maintainer_mode+set}" = set
6599 then
6600 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6601 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6602 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6605 case $host_cpu in
6606 *i[3456789]86*)
6607 # Extract the first word of "prelink", so it can be a program name with args.
6608 set dummy prelink; ac_word=$2
6609 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6610 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6611 if test "${ac_cv_path_PRELINK+set}" = set; then
6612 echo $ECHO_N "(cached) $ECHO_C" >&6
6613 else
6614 case $PRELINK in
6615 [\\/]* | ?:[\\/]*)
6616 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6620 for as_dir in /sbin /usr/sbin $PATH
6622 IFS=$as_save_IFS
6623 test -z "$as_dir" && as_dir=.
6624 for ac_exec_ext in '' $ac_executable_extensions; do
6625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6626 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6628 break 2
6630 done
6631 done
6632 IFS=$as_save_IFS
6634 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6636 esac
6638 PRELINK=$ac_cv_path_PRELINK
6639 if test -n "$PRELINK"; then
6640 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6641 echo "${ECHO_T}$PRELINK" >&6; }
6642 else
6643 { echo "$as_me:$LINENO: result: no" >&5
6644 echo "${ECHO_T}no" >&6; }
6649 esac
6653 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6654 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6655 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6656 echo $ECHO_N "(cached) $ECHO_C" >&6
6657 else
6658 ac_check_lib_save_LIBS=$LIBS
6659 LIBS="-li386 $LIBS"
6660 cat >conftest.$ac_ext <<_ACEOF
6661 /* confdefs.h. */
6662 _ACEOF
6663 cat confdefs.h >>conftest.$ac_ext
6664 cat >>conftest.$ac_ext <<_ACEOF
6665 /* end confdefs.h. */
6667 /* Override any GCC internal prototype to avoid an error.
6668 Use char because int might match the return type of a GCC
6669 builtin and then its argument prototype would still apply. */
6670 #ifdef __cplusplus
6671 extern "C"
6672 #endif
6673 char i386_set_ldt ();
6675 main ()
6677 return i386_set_ldt ();
6679 return 0;
6681 _ACEOF
6682 rm -f conftest.$ac_objext conftest$ac_exeext
6683 if { (ac_try="$ac_link"
6684 case "(($ac_try" in
6685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6686 *) ac_try_echo=$ac_try;;
6687 esac
6688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6689 (eval "$ac_link") 2>conftest.er1
6690 ac_status=$?
6691 grep -v '^ *+' conftest.er1 >conftest.err
6692 rm -f conftest.er1
6693 cat conftest.err >&5
6694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695 (exit $ac_status); } && {
6696 test -z "$ac_c_werror_flag" ||
6697 test ! -s conftest.err
6698 } && test -s conftest$ac_exeext &&
6699 $as_test_x conftest$ac_exeext; then
6700 ac_cv_lib_i386_i386_set_ldt=yes
6701 else
6702 echo "$as_me: failed program was:" >&5
6703 sed 's/^/| /' conftest.$ac_ext >&5
6705 ac_cv_lib_i386_i386_set_ldt=no
6708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6709 conftest$ac_exeext conftest.$ac_ext
6710 LIBS=$ac_check_lib_save_LIBS
6712 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6713 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6714 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6715 cat >>confdefs.h <<_ACEOF
6716 #define HAVE_LIBI386 1
6717 _ACEOF
6719 LIBS="-li386 $LIBS"
6724 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6725 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6726 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6727 echo $ECHO_N "(cached) $ECHO_C" >&6
6728 else
6729 ac_check_lib_save_LIBS=$LIBS
6730 LIBS="-lossaudio $LIBS"
6731 cat >conftest.$ac_ext <<_ACEOF
6732 /* confdefs.h. */
6733 _ACEOF
6734 cat confdefs.h >>conftest.$ac_ext
6735 cat >>conftest.$ac_ext <<_ACEOF
6736 /* end confdefs.h. */
6738 /* Override any GCC internal prototype to avoid an error.
6739 Use char because int might match the return type of a GCC
6740 builtin and then its argument prototype would still apply. */
6741 #ifdef __cplusplus
6742 extern "C"
6743 #endif
6744 char _oss_ioctl ();
6746 main ()
6748 return _oss_ioctl ();
6750 return 0;
6752 _ACEOF
6753 rm -f conftest.$ac_objext conftest$ac_exeext
6754 if { (ac_try="$ac_link"
6755 case "(($ac_try" in
6756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6757 *) ac_try_echo=$ac_try;;
6758 esac
6759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6760 (eval "$ac_link") 2>conftest.er1
6761 ac_status=$?
6762 grep -v '^ *+' conftest.er1 >conftest.err
6763 rm -f conftest.er1
6764 cat conftest.err >&5
6765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6766 (exit $ac_status); } && {
6767 test -z "$ac_c_werror_flag" ||
6768 test ! -s conftest.err
6769 } && test -s conftest$ac_exeext &&
6770 $as_test_x conftest$ac_exeext; then
6771 ac_cv_lib_ossaudio__oss_ioctl=yes
6772 else
6773 echo "$as_me: failed program was:" >&5
6774 sed 's/^/| /' conftest.$ac_ext >&5
6776 ac_cv_lib_ossaudio__oss_ioctl=no
6779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6780 conftest$ac_exeext conftest.$ac_ext
6781 LIBS=$ac_check_lib_save_LIBS
6783 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6784 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6785 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6786 cat >>confdefs.h <<_ACEOF
6787 #define HAVE_LIBOSSAUDIO 1
6788 _ACEOF
6790 LIBS="-lossaudio $LIBS"
6794 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6795 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6796 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6797 echo $ECHO_N "(cached) $ECHO_C" >&6
6798 else
6799 ac_check_lib_save_LIBS=$LIBS
6800 LIBS="-lpthread $LIBS"
6801 cat >conftest.$ac_ext <<_ACEOF
6802 /* confdefs.h. */
6803 _ACEOF
6804 cat confdefs.h >>conftest.$ac_ext
6805 cat >>conftest.$ac_ext <<_ACEOF
6806 /* end confdefs.h. */
6808 /* Override any GCC internal prototype to avoid an error.
6809 Use char because int might match the return type of a GCC
6810 builtin and then its argument prototype would still apply. */
6811 #ifdef __cplusplus
6812 extern "C"
6813 #endif
6814 char pthread_create ();
6816 main ()
6818 return pthread_create ();
6820 return 0;
6822 _ACEOF
6823 rm -f conftest.$ac_objext conftest$ac_exeext
6824 if { (ac_try="$ac_link"
6825 case "(($ac_try" in
6826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6827 *) ac_try_echo=$ac_try;;
6828 esac
6829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6830 (eval "$ac_link") 2>conftest.er1
6831 ac_status=$?
6832 grep -v '^ *+' conftest.er1 >conftest.err
6833 rm -f conftest.er1
6834 cat conftest.err >&5
6835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6836 (exit $ac_status); } && {
6837 test -z "$ac_c_werror_flag" ||
6838 test ! -s conftest.err
6839 } && test -s conftest$ac_exeext &&
6840 $as_test_x conftest$ac_exeext; then
6841 ac_cv_lib_pthread_pthread_create=yes
6842 else
6843 echo "$as_me: failed program was:" >&5
6844 sed 's/^/| /' conftest.$ac_ext >&5
6846 ac_cv_lib_pthread_pthread_create=no
6849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6850 conftest$ac_exeext conftest.$ac_ext
6851 LIBS=$ac_check_lib_save_LIBS
6853 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6854 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6855 if test $ac_cv_lib_pthread_pthread_create = yes; then
6856 LIBPTHREAD="-lpthread"
6861 XLIB=""
6863 OPENGL_LIBS=""
6867 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6868 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6869 if test "${ac_cv_header_stdc+set}" = set; then
6870 echo $ECHO_N "(cached) $ECHO_C" >&6
6871 else
6872 cat >conftest.$ac_ext <<_ACEOF
6873 /* confdefs.h. */
6874 _ACEOF
6875 cat confdefs.h >>conftest.$ac_ext
6876 cat >>conftest.$ac_ext <<_ACEOF
6877 /* end confdefs.h. */
6878 #include <stdlib.h>
6879 #include <stdarg.h>
6880 #include <string.h>
6881 #include <float.h>
6884 main ()
6888 return 0;
6890 _ACEOF
6891 rm -f conftest.$ac_objext
6892 if { (ac_try="$ac_compile"
6893 case "(($ac_try" in
6894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6895 *) ac_try_echo=$ac_try;;
6896 esac
6897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6898 (eval "$ac_compile") 2>conftest.er1
6899 ac_status=$?
6900 grep -v '^ *+' conftest.er1 >conftest.err
6901 rm -f conftest.er1
6902 cat conftest.err >&5
6903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6904 (exit $ac_status); } && {
6905 test -z "$ac_c_werror_flag" ||
6906 test ! -s conftest.err
6907 } && test -s conftest.$ac_objext; then
6908 ac_cv_header_stdc=yes
6909 else
6910 echo "$as_me: failed program was:" >&5
6911 sed 's/^/| /' conftest.$ac_ext >&5
6913 ac_cv_header_stdc=no
6916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6918 if test $ac_cv_header_stdc = yes; then
6919 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6920 cat >conftest.$ac_ext <<_ACEOF
6921 /* confdefs.h. */
6922 _ACEOF
6923 cat confdefs.h >>conftest.$ac_ext
6924 cat >>conftest.$ac_ext <<_ACEOF
6925 /* end confdefs.h. */
6926 #include <string.h>
6928 _ACEOF
6929 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6930 $EGREP "memchr" >/dev/null 2>&1; then
6932 else
6933 ac_cv_header_stdc=no
6935 rm -f conftest*
6939 if test $ac_cv_header_stdc = yes; then
6940 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6941 cat >conftest.$ac_ext <<_ACEOF
6942 /* confdefs.h. */
6943 _ACEOF
6944 cat confdefs.h >>conftest.$ac_ext
6945 cat >>conftest.$ac_ext <<_ACEOF
6946 /* end confdefs.h. */
6947 #include <stdlib.h>
6949 _ACEOF
6950 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6951 $EGREP "free" >/dev/null 2>&1; then
6953 else
6954 ac_cv_header_stdc=no
6956 rm -f conftest*
6960 if test $ac_cv_header_stdc = yes; then
6961 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6962 if test "$cross_compiling" = yes; then
6964 else
6965 cat >conftest.$ac_ext <<_ACEOF
6966 /* confdefs.h. */
6967 _ACEOF
6968 cat confdefs.h >>conftest.$ac_ext
6969 cat >>conftest.$ac_ext <<_ACEOF
6970 /* end confdefs.h. */
6971 #include <ctype.h>
6972 #include <stdlib.h>
6973 #if ((' ' & 0x0FF) == 0x020)
6974 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6975 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6976 #else
6977 # define ISLOWER(c) \
6978 (('a' <= (c) && (c) <= 'i') \
6979 || ('j' <= (c) && (c) <= 'r') \
6980 || ('s' <= (c) && (c) <= 'z'))
6981 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6982 #endif
6984 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6986 main ()
6988 int i;
6989 for (i = 0; i < 256; i++)
6990 if (XOR (islower (i), ISLOWER (i))
6991 || toupper (i) != TOUPPER (i))
6992 return 2;
6993 return 0;
6995 _ACEOF
6996 rm -f conftest$ac_exeext
6997 if { (ac_try="$ac_link"
6998 case "(($ac_try" in
6999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7000 *) ac_try_echo=$ac_try;;
7001 esac
7002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7003 (eval "$ac_link") 2>&5
7004 ac_status=$?
7005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7006 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7007 { (case "(($ac_try" in
7008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7009 *) ac_try_echo=$ac_try;;
7010 esac
7011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7012 (eval "$ac_try") 2>&5
7013 ac_status=$?
7014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7015 (exit $ac_status); }; }; then
7017 else
7018 echo "$as_me: program exited with status $ac_status" >&5
7019 echo "$as_me: failed program was:" >&5
7020 sed 's/^/| /' conftest.$ac_ext >&5
7022 ( exit $ac_status )
7023 ac_cv_header_stdc=no
7025 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7031 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7032 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7033 if test $ac_cv_header_stdc = yes; then
7035 cat >>confdefs.h <<\_ACEOF
7036 #define STDC_HEADERS 1
7037 _ACEOF
7041 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7051 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7052 inttypes.h stdint.h unistd.h
7054 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7055 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7056 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7057 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7058 echo $ECHO_N "(cached) $ECHO_C" >&6
7059 else
7060 cat >conftest.$ac_ext <<_ACEOF
7061 /* confdefs.h. */
7062 _ACEOF
7063 cat confdefs.h >>conftest.$ac_ext
7064 cat >>conftest.$ac_ext <<_ACEOF
7065 /* end confdefs.h. */
7066 $ac_includes_default
7068 #include <$ac_header>
7069 _ACEOF
7070 rm -f conftest.$ac_objext
7071 if { (ac_try="$ac_compile"
7072 case "(($ac_try" in
7073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7074 *) ac_try_echo=$ac_try;;
7075 esac
7076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7077 (eval "$ac_compile") 2>conftest.er1
7078 ac_status=$?
7079 grep -v '^ *+' conftest.er1 >conftest.err
7080 rm -f conftest.er1
7081 cat conftest.err >&5
7082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7083 (exit $ac_status); } && {
7084 test -z "$ac_c_werror_flag" ||
7085 test ! -s conftest.err
7086 } && test -s conftest.$ac_objext; then
7087 eval "$as_ac_Header=yes"
7088 else
7089 echo "$as_me: failed program was:" >&5
7090 sed 's/^/| /' conftest.$ac_ext >&5
7092 eval "$as_ac_Header=no"
7095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7097 ac_res=`eval echo '${'$as_ac_Header'}'`
7098 { echo "$as_me:$LINENO: result: $ac_res" >&5
7099 echo "${ECHO_T}$ac_res" >&6; }
7100 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7101 cat >>confdefs.h <<_ACEOF
7102 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7103 _ACEOF
7107 done
7222 for ac_header in \
7223 AudioUnit/AudioUnit.h \
7224 Carbon/Carbon.h \
7225 CoreAudio/CoreAudio.h \
7226 DiskArbitration/DiskArbitration.h \
7227 IOKit/IOKitLib.h \
7228 alias.h \
7229 alsa/asoundlib.h \
7230 arpa/inet.h \
7231 arpa/nameser.h \
7232 asm/types.h \
7233 capi20.h \
7234 curses.h \
7235 direct.h \
7236 dirent.h \
7237 dlfcn.h \
7238 elf.h \
7239 float.h \
7240 fontconfig/fontconfig.h \
7241 getopt.h \
7242 ieeefp.h \
7243 io.h \
7244 jack/jack.h \
7245 jpeglib.h \
7246 lber.h \
7247 lcms.h \
7248 lcms/lcms.h \
7249 ldap.h \
7250 libaudioio.h \
7251 link.h \
7252 linux/cdrom.h \
7253 linux/compiler.h \
7254 linux/hdreg.h \
7255 linux/input.h \
7256 linux/ioctl.h \
7257 linux/joystick.h \
7258 linux/major.h \
7259 linux/param.h \
7260 linux/serial.h \
7261 linux/ucdrom.h \
7262 mach/mach.h \
7263 mach/machine.h \
7264 machine/cpu.h \
7265 machine/limits.h \
7266 machine/soundcard.h \
7267 mntent.h \
7268 ncurses.h \
7269 netdb.h \
7270 netinet/in.h \
7271 netinet/in_systm.h \
7272 netinet/tcp.h \
7273 netinet/tcp_fsm.h \
7274 openssl/err.h \
7275 openssl/ssl.h \
7276 png.h \
7277 poll.h \
7278 process.h \
7279 pthread.h \
7280 pwd.h \
7281 regex.h \
7282 sched.h \
7283 scsi/scsi.h \
7284 scsi/scsi_ioctl.h \
7285 scsi/sg.h \
7286 soundcard.h \
7287 stdint.h \
7288 strings.h \
7289 sys/asoundlib.h \
7290 sys/cdio.h \
7291 sys/elf32.h \
7292 sys/epoll.h \
7293 sys/errno.h \
7294 sys/event.h \
7295 sys/exec_elf.h \
7296 sys/filio.h \
7297 sys/ioctl.h \
7298 sys/ipc.h \
7299 sys/limits.h \
7300 sys/link.h \
7301 sys/lwp.h \
7302 sys/mman.h \
7303 sys/modem.h \
7304 sys/msg.h \
7305 sys/mtio.h \
7306 sys/param.h \
7307 sys/poll.h \
7308 sys/prctl.h \
7309 sys/ptrace.h \
7310 sys/reg.h \
7311 sys/resource.h \
7312 sys/scsiio.h \
7313 sys/shm.h \
7314 sys/signal.h \
7315 sys/socket.h \
7316 sys/socketvar.h \
7317 sys/sockio.h \
7318 sys/soundcard.h \
7319 sys/statvfs.h \
7320 sys/strtio.h \
7321 sys/syscall.h \
7322 sys/sysctl.h \
7323 sys/time.h \
7324 sys/times.h \
7325 sys/uio.h \
7326 sys/un.h \
7327 sys/vm86.h \
7328 sys/wait.h \
7329 syscall.h \
7330 termios.h \
7331 unistd.h \
7332 utime.h \
7333 valgrind/memcheck.h \
7334 valgrind/valgrind.h
7337 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7339 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7340 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7342 echo $ECHO_N "(cached) $ECHO_C" >&6
7344 ac_res=`eval echo '${'$as_ac_Header'}'`
7345 { echo "$as_me:$LINENO: result: $ac_res" >&5
7346 echo "${ECHO_T}$ac_res" >&6; }
7347 else
7348 # Is the header compilable?
7349 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7350 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7351 cat >conftest.$ac_ext <<_ACEOF
7352 /* confdefs.h. */
7353 _ACEOF
7354 cat confdefs.h >>conftest.$ac_ext
7355 cat >>conftest.$ac_ext <<_ACEOF
7356 /* end confdefs.h. */
7357 $ac_includes_default
7358 #include <$ac_header>
7359 _ACEOF
7360 rm -f conftest.$ac_objext
7361 if { (ac_try="$ac_compile"
7362 case "(($ac_try" in
7363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7364 *) ac_try_echo=$ac_try;;
7365 esac
7366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7367 (eval "$ac_compile") 2>conftest.er1
7368 ac_status=$?
7369 grep -v '^ *+' conftest.er1 >conftest.err
7370 rm -f conftest.er1
7371 cat conftest.err >&5
7372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7373 (exit $ac_status); } && {
7374 test -z "$ac_c_werror_flag" ||
7375 test ! -s conftest.err
7376 } && test -s conftest.$ac_objext; then
7377 ac_header_compiler=yes
7378 else
7379 echo "$as_me: failed program was:" >&5
7380 sed 's/^/| /' conftest.$ac_ext >&5
7382 ac_header_compiler=no
7385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7386 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7387 echo "${ECHO_T}$ac_header_compiler" >&6; }
7389 # Is the header present?
7390 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7391 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7392 cat >conftest.$ac_ext <<_ACEOF
7393 /* confdefs.h. */
7394 _ACEOF
7395 cat confdefs.h >>conftest.$ac_ext
7396 cat >>conftest.$ac_ext <<_ACEOF
7397 /* end confdefs.h. */
7398 #include <$ac_header>
7399 _ACEOF
7400 if { (ac_try="$ac_cpp conftest.$ac_ext"
7401 case "(($ac_try" in
7402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7403 *) ac_try_echo=$ac_try;;
7404 esac
7405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7406 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7407 ac_status=$?
7408 grep -v '^ *+' conftest.er1 >conftest.err
7409 rm -f conftest.er1
7410 cat conftest.err >&5
7411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7412 (exit $ac_status); } >/dev/null && {
7413 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7414 test ! -s conftest.err
7415 }; then
7416 ac_header_preproc=yes
7417 else
7418 echo "$as_me: failed program was:" >&5
7419 sed 's/^/| /' conftest.$ac_ext >&5
7421 ac_header_preproc=no
7424 rm -f conftest.err conftest.$ac_ext
7425 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7426 echo "${ECHO_T}$ac_header_preproc" >&6; }
7428 # So? What about this header?
7429 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7430 yes:no: )
7431 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7432 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7433 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7434 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7435 ac_header_preproc=yes
7437 no:yes:* )
7438 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7439 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7440 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7441 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7442 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7443 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7444 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7445 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7446 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7447 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7448 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7449 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7450 ( cat <<\_ASBOX
7451 ## ------------------------------------ ##
7452 ## Report this to wine-devel@winehq.org ##
7453 ## ------------------------------------ ##
7454 _ASBOX
7455 ) | sed "s/^/$as_me: WARNING: /" >&2
7457 esac
7458 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7459 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7461 echo $ECHO_N "(cached) $ECHO_C" >&6
7462 else
7463 eval "$as_ac_Header=\$ac_header_preproc"
7465 ac_res=`eval echo '${'$as_ac_Header'}'`
7466 { echo "$as_me:$LINENO: result: $ac_res" >&5
7467 echo "${ECHO_T}$ac_res" >&6; }
7470 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7471 cat >>confdefs.h <<_ACEOF
7472 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7473 _ACEOF
7477 done
7479 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7480 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7481 if test "${ac_cv_header_stat_broken+set}" = set; then
7482 echo $ECHO_N "(cached) $ECHO_C" >&6
7483 else
7484 cat >conftest.$ac_ext <<_ACEOF
7485 /* confdefs.h. */
7486 _ACEOF
7487 cat confdefs.h >>conftest.$ac_ext
7488 cat >>conftest.$ac_ext <<_ACEOF
7489 /* end confdefs.h. */
7490 #include <sys/types.h>
7491 #include <sys/stat.h>
7493 #if defined S_ISBLK && defined S_IFDIR
7494 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7495 #endif
7497 #if defined S_ISBLK && defined S_IFCHR
7498 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7499 #endif
7501 #if defined S_ISLNK && defined S_IFREG
7502 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7503 #endif
7505 #if defined S_ISSOCK && defined S_IFREG
7506 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7507 #endif
7509 _ACEOF
7510 rm -f conftest.$ac_objext
7511 if { (ac_try="$ac_compile"
7512 case "(($ac_try" in
7513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7514 *) ac_try_echo=$ac_try;;
7515 esac
7516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7517 (eval "$ac_compile") 2>conftest.er1
7518 ac_status=$?
7519 grep -v '^ *+' conftest.er1 >conftest.err
7520 rm -f conftest.er1
7521 cat conftest.err >&5
7522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7523 (exit $ac_status); } && {
7524 test -z "$ac_c_werror_flag" ||
7525 test ! -s conftest.err
7526 } && test -s conftest.$ac_objext; then
7527 ac_cv_header_stat_broken=no
7528 else
7529 echo "$as_me: failed program was:" >&5
7530 sed 's/^/| /' conftest.$ac_ext >&5
7532 ac_cv_header_stat_broken=yes
7535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7537 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7538 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7539 if test $ac_cv_header_stat_broken = yes; then
7541 cat >>confdefs.h <<\_ACEOF
7542 #define STAT_MACROS_BROKEN 1
7543 _ACEOF
7553 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7555 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7556 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7558 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7559 echo $ECHO_N "(cached) $ECHO_C" >&6
7560 else
7561 cat >conftest.$ac_ext <<_ACEOF
7562 /* confdefs.h. */
7563 _ACEOF
7564 cat confdefs.h >>conftest.$ac_ext
7565 cat >>conftest.$ac_ext <<_ACEOF
7566 /* end confdefs.h. */
7567 #include <sys/types.h>
7568 #ifdef HAVE_SYS_PARAM_H
7569 # include <sys/param.h>
7570 #endif
7572 #include <$ac_header>
7573 _ACEOF
7574 rm -f conftest.$ac_objext
7575 if { (ac_try="$ac_compile"
7576 case "(($ac_try" in
7577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7578 *) ac_try_echo=$ac_try;;
7579 esac
7580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7581 (eval "$ac_compile") 2>conftest.er1
7582 ac_status=$?
7583 grep -v '^ *+' conftest.er1 >conftest.err
7584 rm -f conftest.er1
7585 cat conftest.err >&5
7586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7587 (exit $ac_status); } && {
7588 test -z "$ac_c_werror_flag" ||
7589 test ! -s conftest.err
7590 } && test -s conftest.$ac_objext; then
7591 eval "$as_ac_Header=yes"
7592 else
7593 echo "$as_me: failed program was:" >&5
7594 sed 's/^/| /' conftest.$ac_ext >&5
7596 eval "$as_ac_Header=no"
7599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7601 ac_res=`eval echo '${'$as_ac_Header'}'`
7602 { echo "$as_me:$LINENO: result: $ac_res" >&5
7603 echo "${ECHO_T}$ac_res" >&6; }
7604 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7605 cat >>confdefs.h <<_ACEOF
7606 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7607 _ACEOF
7611 done
7626 for ac_header in \
7627 netinet/ip.h \
7628 net/if.h \
7629 net/if_arp.h \
7630 net/if_dl.h \
7631 net/if_types.h \
7632 net/route.h \
7633 netinet/if_ether.h \
7634 netinet/in_pcb.h \
7635 netinet/ip_icmp.h \
7636 netinet/ip_var.h \
7637 netinet/udp.h \
7638 netipx/ipx.h \
7641 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7642 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7643 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7644 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7645 echo $ECHO_N "(cached) $ECHO_C" >&6
7646 else
7647 cat >conftest.$ac_ext <<_ACEOF
7648 /* confdefs.h. */
7649 _ACEOF
7650 cat confdefs.h >>conftest.$ac_ext
7651 cat >>conftest.$ac_ext <<_ACEOF
7652 /* end confdefs.h. */
7653 #include <sys/types.h>
7654 #ifdef HAVE_SYS_SOCKET_H
7655 # include <sys/socket.h>
7656 #endif
7657 #ifdef HAVE_SYS_SOCKETVAR_H
7658 # include <sys/socketvar.h>
7659 #endif
7660 #ifdef HAVE_NETINET_IN_H
7661 # include <netinet/in.h>
7662 #endif
7663 #ifdef HAVE_NETINET_IP_H
7664 # include <netinet/ip.h>
7665 #endif
7667 #include <$ac_header>
7668 _ACEOF
7669 rm -f conftest.$ac_objext
7670 if { (ac_try="$ac_compile"
7671 case "(($ac_try" in
7672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7673 *) ac_try_echo=$ac_try;;
7674 esac
7675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7676 (eval "$ac_compile") 2>conftest.er1
7677 ac_status=$?
7678 grep -v '^ *+' conftest.er1 >conftest.err
7679 rm -f conftest.er1
7680 cat conftest.err >&5
7681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7682 (exit $ac_status); } && {
7683 test -z "$ac_c_werror_flag" ||
7684 test ! -s conftest.err
7685 } && test -s conftest.$ac_objext; then
7686 eval "$as_ac_Header=yes"
7687 else
7688 echo "$as_me: failed program was:" >&5
7689 sed 's/^/| /' conftest.$ac_ext >&5
7691 eval "$as_ac_Header=no"
7694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7696 ac_res=`eval echo '${'$as_ac_Header'}'`
7697 { echo "$as_me:$LINENO: result: $ac_res" >&5
7698 echo "${ECHO_T}$ac_res" >&6; }
7699 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7700 cat >>confdefs.h <<_ACEOF
7701 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7702 _ACEOF
7706 done
7713 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7715 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7716 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7717 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7718 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7719 echo $ECHO_N "(cached) $ECHO_C" >&6
7720 else
7721 cat >conftest.$ac_ext <<_ACEOF
7722 /* confdefs.h. */
7723 _ACEOF
7724 cat confdefs.h >>conftest.$ac_ext
7725 cat >>conftest.$ac_ext <<_ACEOF
7726 /* end confdefs.h. */
7727 #include <sys/types.h>
7728 #ifdef HAVE_ALIAS_H
7729 # include <alias.h>
7730 #endif
7731 #ifdef HAVE_SYS_SOCKET_H
7732 # include <sys/socket.h>
7733 #endif
7734 #ifdef HAVE_SYS_SOCKETVAR_H
7735 # include <sys/socketvar.h>
7736 #endif
7737 #ifdef HAVE_NETINET_IN_H
7738 # include <netinet/in.h>
7739 #endif
7740 #ifdef HAVE_NETINET_IP_H
7741 # include <netinet/ip.h>
7742 #endif
7743 #ifdef HAVE_NETINET_IP_VAR_H
7744 # include <netinet/ip_var.h>
7745 #endif
7746 #ifdef HAVE_NETINET_IP_ICMP_H
7747 # include <netinet/ip_icmp.h>
7748 #endif
7749 #ifdef HAVE_NETINET_UDP_H
7750 # include <netinet/udp.h>
7751 #endif
7752 #ifdef HAVE_NETINET_TCP_H
7753 # include <netinet/tcp.h>
7754 #endif
7756 #include <$ac_header>
7757 _ACEOF
7758 rm -f conftest.$ac_objext
7759 if { (ac_try="$ac_compile"
7760 case "(($ac_try" in
7761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7762 *) ac_try_echo=$ac_try;;
7763 esac
7764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7765 (eval "$ac_compile") 2>conftest.er1
7766 ac_status=$?
7767 grep -v '^ *+' conftest.er1 >conftest.err
7768 rm -f conftest.er1
7769 cat conftest.err >&5
7770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7771 (exit $ac_status); } && {
7772 test -z "$ac_c_werror_flag" ||
7773 test ! -s conftest.err
7774 } && test -s conftest.$ac_objext; then
7775 eval "$as_ac_Header=yes"
7776 else
7777 echo "$as_me: failed program was:" >&5
7778 sed 's/^/| /' conftest.$ac_ext >&5
7780 eval "$as_ac_Header=no"
7783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7785 ac_res=`eval echo '${'$as_ac_Header'}'`
7786 { echo "$as_me:$LINENO: result: $ac_res" >&5
7787 echo "${ECHO_T}$ac_res" >&6; }
7788 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7789 cat >>confdefs.h <<_ACEOF
7790 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7791 _ACEOF
7795 done
7799 for ac_header in linux/ipx.h
7801 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7802 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7803 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7804 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7805 echo $ECHO_N "(cached) $ECHO_C" >&6
7806 else
7807 cat >conftest.$ac_ext <<_ACEOF
7808 /* confdefs.h. */
7809 _ACEOF
7810 cat confdefs.h >>conftest.$ac_ext
7811 cat >>conftest.$ac_ext <<_ACEOF
7812 /* end confdefs.h. */
7813 #include <sys/types.h>
7814 #ifdef HAVE_ASM_TYPES_H
7815 # include <asm/types.h>
7816 #endif
7817 #ifdef HAVE_SYS_SOCKET_H
7818 # include <sys/socket.h>
7819 #endif
7821 #include <$ac_header>
7822 _ACEOF
7823 rm -f conftest.$ac_objext
7824 if { (ac_try="$ac_compile"
7825 case "(($ac_try" in
7826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7827 *) ac_try_echo=$ac_try;;
7828 esac
7829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7830 (eval "$ac_compile") 2>conftest.er1
7831 ac_status=$?
7832 grep -v '^ *+' conftest.er1 >conftest.err
7833 rm -f conftest.er1
7834 cat conftest.err >&5
7835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7836 (exit $ac_status); } && {
7837 test -z "$ac_c_werror_flag" ||
7838 test ! -s conftest.err
7839 } && test -s conftest.$ac_objext; then
7840 eval "$as_ac_Header=yes"
7841 else
7842 echo "$as_me: failed program was:" >&5
7843 sed 's/^/| /' conftest.$ac_ext >&5
7845 eval "$as_ac_Header=no"
7848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7850 ac_res=`eval echo '${'$as_ac_Header'}'`
7851 { echo "$as_me:$LINENO: result: $ac_res" >&5
7852 echo "${ECHO_T}$ac_res" >&6; }
7853 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7854 cat >>confdefs.h <<_ACEOF
7855 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7856 _ACEOF
7860 done
7864 for ac_header in resolv.h
7866 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7867 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7868 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7869 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7870 echo $ECHO_N "(cached) $ECHO_C" >&6
7871 else
7872 cat >conftest.$ac_ext <<_ACEOF
7873 /* confdefs.h. */
7874 _ACEOF
7875 cat confdefs.h >>conftest.$ac_ext
7876 cat >>conftest.$ac_ext <<_ACEOF
7877 /* end confdefs.h. */
7878 #include <sys/types.h>
7879 #ifdef HAVE_SYS_SOCKET_H
7880 # include <sys/socket.h>
7881 #endif
7882 #ifdef HAVE_NETINET_IN_H
7883 # include <netinet/in.h>
7884 #endif
7885 #ifdef HAVE_ARPA_NAMESER_H
7886 # include <arpa/nameser.h>
7887 #endif
7889 #include <$ac_header>
7890 _ACEOF
7891 rm -f conftest.$ac_objext
7892 if { (ac_try="$ac_compile"
7893 case "(($ac_try" in
7894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7895 *) ac_try_echo=$ac_try;;
7896 esac
7897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7898 (eval "$ac_compile") 2>conftest.er1
7899 ac_status=$?
7900 grep -v '^ *+' conftest.er1 >conftest.err
7901 rm -f conftest.er1
7902 cat conftest.err >&5
7903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7904 (exit $ac_status); } && {
7905 test -z "$ac_c_werror_flag" ||
7906 test ! -s conftest.err
7907 } && test -s conftest.$ac_objext; then
7908 eval "$as_ac_Header=yes"
7909 else
7910 echo "$as_me: failed program was:" >&5
7911 sed 's/^/| /' conftest.$ac_ext >&5
7913 eval "$as_ac_Header=no"
7916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7918 ac_res=`eval echo '${'$as_ac_Header'}'`
7919 { echo "$as_me:$LINENO: result: $ac_res" >&5
7920 echo "${ECHO_T}$ac_res" >&6; }
7921 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7922 cat >>confdefs.h <<_ACEOF
7923 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7924 _ACEOF
7928 done
7932 for ac_header in ucontext.h
7934 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7935 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7936 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7938 echo $ECHO_N "(cached) $ECHO_C" >&6
7939 else
7940 cat >conftest.$ac_ext <<_ACEOF
7941 /* confdefs.h. */
7942 _ACEOF
7943 cat confdefs.h >>conftest.$ac_ext
7944 cat >>conftest.$ac_ext <<_ACEOF
7945 /* end confdefs.h. */
7946 #include <signal.h>
7948 #include <$ac_header>
7949 _ACEOF
7950 rm -f conftest.$ac_objext
7951 if { (ac_try="$ac_compile"
7952 case "(($ac_try" in
7953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7954 *) ac_try_echo=$ac_try;;
7955 esac
7956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7957 (eval "$ac_compile") 2>conftest.er1
7958 ac_status=$?
7959 grep -v '^ *+' conftest.er1 >conftest.err
7960 rm -f conftest.er1
7961 cat conftest.err >&5
7962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7963 (exit $ac_status); } && {
7964 test -z "$ac_c_werror_flag" ||
7965 test ! -s conftest.err
7966 } && test -s conftest.$ac_objext; then
7967 eval "$as_ac_Header=yes"
7968 else
7969 echo "$as_me: failed program was:" >&5
7970 sed 's/^/| /' conftest.$ac_ext >&5
7972 eval "$as_ac_Header=no"
7975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7977 ac_res=`eval echo '${'$as_ac_Header'}'`
7978 { echo "$as_me:$LINENO: result: $ac_res" >&5
7979 echo "${ECHO_T}$ac_res" >&6; }
7980 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7981 cat >>confdefs.h <<_ACEOF
7982 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7983 _ACEOF
7987 done
7991 for ac_header in sys/thr.h
7993 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7994 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7995 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7996 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7997 echo $ECHO_N "(cached) $ECHO_C" >&6
7998 else
7999 cat >conftest.$ac_ext <<_ACEOF
8000 /* confdefs.h. */
8001 _ACEOF
8002 cat confdefs.h >>conftest.$ac_ext
8003 cat >>conftest.$ac_ext <<_ACEOF
8004 /* end confdefs.h. */
8005 #include <sys/types.h>
8006 #ifdef HAVE_UCONTEXT_H
8007 #include <ucontext.h>
8008 #endif
8010 #include <$ac_header>
8011 _ACEOF
8012 rm -f conftest.$ac_objext
8013 if { (ac_try="$ac_compile"
8014 case "(($ac_try" in
8015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8016 *) ac_try_echo=$ac_try;;
8017 esac
8018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8019 (eval "$ac_compile") 2>conftest.er1
8020 ac_status=$?
8021 grep -v '^ *+' conftest.er1 >conftest.err
8022 rm -f conftest.er1
8023 cat conftest.err >&5
8024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8025 (exit $ac_status); } && {
8026 test -z "$ac_c_werror_flag" ||
8027 test ! -s conftest.err
8028 } && test -s conftest.$ac_objext; then
8029 eval "$as_ac_Header=yes"
8030 else
8031 echo "$as_me: failed program was:" >&5
8032 sed 's/^/| /' conftest.$ac_ext >&5
8034 eval "$as_ac_Header=no"
8037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8039 ac_res=`eval echo '${'$as_ac_Header'}'`
8040 { echo "$as_me:$LINENO: result: $ac_res" >&5
8041 echo "${ECHO_T}$ac_res" >&6; }
8042 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8043 cat >>confdefs.h <<_ACEOF
8044 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8045 _ACEOF
8049 done
8053 for ac_header in pthread_np.h
8055 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8056 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8057 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8058 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8059 echo $ECHO_N "(cached) $ECHO_C" >&6
8060 else
8061 cat >conftest.$ac_ext <<_ACEOF
8062 /* confdefs.h. */
8063 _ACEOF
8064 cat confdefs.h >>conftest.$ac_ext
8065 cat >>conftest.$ac_ext <<_ACEOF
8066 /* end confdefs.h. */
8067 #ifdef HAVE_PTHREAD_H
8068 #include <pthread.h>
8069 #endif
8071 #include <$ac_header>
8072 _ACEOF
8073 rm -f conftest.$ac_objext
8074 if { (ac_try="$ac_compile"
8075 case "(($ac_try" in
8076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8077 *) ac_try_echo=$ac_try;;
8078 esac
8079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8080 (eval "$ac_compile") 2>conftest.er1
8081 ac_status=$?
8082 grep -v '^ *+' conftest.er1 >conftest.err
8083 rm -f conftest.er1
8084 cat conftest.err >&5
8085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8086 (exit $ac_status); } && {
8087 test -z "$ac_c_werror_flag" ||
8088 test ! -s conftest.err
8089 } && test -s conftest.$ac_objext; then
8090 eval "$as_ac_Header=yes"
8091 else
8092 echo "$as_me: failed program was:" >&5
8093 sed 's/^/| /' conftest.$ac_ext >&5
8095 eval "$as_ac_Header=no"
8098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8100 ac_res=`eval echo '${'$as_ac_Header'}'`
8101 { echo "$as_me:$LINENO: result: $ac_res" >&5
8102 echo "${ECHO_T}$ac_res" >&6; }
8103 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8104 cat >>confdefs.h <<_ACEOF
8105 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8106 _ACEOF
8110 done
8114 for ac_header in linux/videodev.h
8116 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8117 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8118 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8119 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8120 echo $ECHO_N "(cached) $ECHO_C" >&6
8121 else
8122 cat >conftest.$ac_ext <<_ACEOF
8123 /* confdefs.h. */
8124 _ACEOF
8125 cat confdefs.h >>conftest.$ac_ext
8126 cat >>conftest.$ac_ext <<_ACEOF
8127 /* end confdefs.h. */
8128 #ifdef HAVE_SYS_TIME_H
8129 #include <sys/time.h>
8130 #endif
8131 #include <sys/types.h>
8132 #ifdef HAVE_ASM_TYPES_H
8133 #include <asm/types.h>
8134 #endif
8136 #include <$ac_header>
8137 _ACEOF
8138 rm -f conftest.$ac_objext
8139 if { (ac_try="$ac_compile"
8140 case "(($ac_try" in
8141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8142 *) ac_try_echo=$ac_try;;
8143 esac
8144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8145 (eval "$ac_compile") 2>conftest.er1
8146 ac_status=$?
8147 grep -v '^ *+' conftest.er1 >conftest.err
8148 rm -f conftest.er1
8149 cat conftest.err >&5
8150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8151 (exit $ac_status); } && {
8152 test -z "$ac_c_werror_flag" ||
8153 test ! -s conftest.err
8154 } && test -s conftest.$ac_objext; then
8155 eval "$as_ac_Header=yes"
8156 else
8157 echo "$as_me: failed program was:" >&5
8158 sed 's/^/| /' conftest.$ac_ext >&5
8160 eval "$as_ac_Header=no"
8163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8165 ac_res=`eval echo '${'$as_ac_Header'}'`
8166 { echo "$as_me:$LINENO: result: $ac_res" >&5
8167 echo "${ECHO_T}$ac_res" >&6; }
8168 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8169 cat >>confdefs.h <<_ACEOF
8170 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8171 _ACEOF
8175 done
8179 for ac_header in linux/capi.h
8181 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8182 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8183 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8184 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8185 echo $ECHO_N "(cached) $ECHO_C" >&6
8186 else
8187 cat >conftest.$ac_ext <<_ACEOF
8188 /* confdefs.h. */
8189 _ACEOF
8190 cat confdefs.h >>conftest.$ac_ext
8191 cat >>conftest.$ac_ext <<_ACEOF
8192 /* end confdefs.h. */
8193 #define __user
8195 #include <$ac_header>
8196 _ACEOF
8197 rm -f conftest.$ac_objext
8198 if { (ac_try="$ac_compile"
8199 case "(($ac_try" in
8200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8201 *) ac_try_echo=$ac_try;;
8202 esac
8203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8204 (eval "$ac_compile") 2>conftest.er1
8205 ac_status=$?
8206 grep -v '^ *+' conftest.er1 >conftest.err
8207 rm -f conftest.er1
8208 cat conftest.err >&5
8209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8210 (exit $ac_status); } && {
8211 test -z "$ac_c_werror_flag" ||
8212 test ! -s conftest.err
8213 } && test -s conftest.$ac_objext; then
8214 eval "$as_ac_Header=yes"
8215 else
8216 echo "$as_me: failed program was:" >&5
8217 sed 's/^/| /' conftest.$ac_ext >&5
8219 eval "$as_ac_Header=no"
8222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8224 ac_res=`eval echo '${'$as_ac_Header'}'`
8225 { echo "$as_me:$LINENO: result: $ac_res" >&5
8226 echo "${ECHO_T}$ac_res" >&6; }
8227 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8228 cat >>confdefs.h <<_ACEOF
8229 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8230 _ACEOF
8234 done
8238 DLLEXT=""
8240 DLLFLAGS="-D_REENTRANT"
8242 LDSHARED=""
8244 LDDLLFLAGS=""
8246 LIBEXT="so"
8248 IMPLIBEXT="def"
8250 LDRPATH_INSTALL=""
8252 LDRPATH_LOCAL=""
8254 # Extract the first word of "ldd", so it can be a program name with args.
8255 set dummy ldd; ac_word=$2
8256 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8258 if test "${ac_cv_path_LDD+set}" = set; then
8259 echo $ECHO_N "(cached) $ECHO_C" >&6
8260 else
8261 case $LDD in
8262 [\\/]* | ?:[\\/]*)
8263 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8267 as_dummy="/sbin:/usr/sbin:$PATH"
8268 for as_dir in $as_dummy
8270 IFS=$as_save_IFS
8271 test -z "$as_dir" && as_dir=.
8272 for ac_exec_ext in '' $ac_executable_extensions; do
8273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8274 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8275 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8276 break 2
8278 done
8279 done
8280 IFS=$as_save_IFS
8282 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8284 esac
8286 LDD=$ac_cv_path_LDD
8287 if test -n "$LDD"; then
8288 { echo "$as_me:$LINENO: result: $LDD" >&5
8289 echo "${ECHO_T}$LDD" >&6; }
8290 else
8291 { echo "$as_me:$LINENO: result: no" >&5
8292 echo "${ECHO_T}no" >&6; }
8297 case $host_os in
8298 cygwin*|mingw32*)
8299 if test -n "$ac_tool_prefix"; then
8300 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8301 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8304 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8305 echo $ECHO_N "(cached) $ECHO_C" >&6
8306 else
8307 if test -n "$DLLTOOL"; then
8308 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8309 else
8310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8311 for as_dir in $PATH
8313 IFS=$as_save_IFS
8314 test -z "$as_dir" && as_dir=.
8315 for ac_exec_ext in '' $ac_executable_extensions; do
8316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8317 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8318 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8319 break 2
8321 done
8322 done
8323 IFS=$as_save_IFS
8327 DLLTOOL=$ac_cv_prog_DLLTOOL
8328 if test -n "$DLLTOOL"; then
8329 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8330 echo "${ECHO_T}$DLLTOOL" >&6; }
8331 else
8332 { echo "$as_me:$LINENO: result: no" >&5
8333 echo "${ECHO_T}no" >&6; }
8338 if test -z "$ac_cv_prog_DLLTOOL"; then
8339 ac_ct_DLLTOOL=$DLLTOOL
8340 # Extract the first word of "dlltool", so it can be a program name with args.
8341 set dummy dlltool; ac_word=$2
8342 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8343 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8344 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8345 echo $ECHO_N "(cached) $ECHO_C" >&6
8346 else
8347 if test -n "$ac_ct_DLLTOOL"; then
8348 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8349 else
8350 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8351 for as_dir in $PATH
8353 IFS=$as_save_IFS
8354 test -z "$as_dir" && as_dir=.
8355 for ac_exec_ext in '' $ac_executable_extensions; do
8356 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8357 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8358 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8359 break 2
8361 done
8362 done
8363 IFS=$as_save_IFS
8367 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8368 if test -n "$ac_ct_DLLTOOL"; then
8369 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8370 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8371 else
8372 { echo "$as_me:$LINENO: result: no" >&5
8373 echo "${ECHO_T}no" >&6; }
8376 if test "x$ac_ct_DLLTOOL" = x; then
8377 DLLTOOL="false"
8378 else
8379 case $cross_compiling:$ac_tool_warned in
8380 yes:)
8381 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8382 whose name does not start with the host triplet. If you think this
8383 configuration is useful to you, please write to autoconf@gnu.org." >&5
8384 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8385 whose name does not start with the host triplet. If you think this
8386 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8387 ac_tool_warned=yes ;;
8388 esac
8389 DLLTOOL=$ac_ct_DLLTOOL
8391 else
8392 DLLTOOL="$ac_cv_prog_DLLTOOL"
8395 if test -n "$ac_tool_prefix"; then
8396 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8397 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8398 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8399 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8400 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8401 echo $ECHO_N "(cached) $ECHO_C" >&6
8402 else
8403 if test -n "$DLLWRAP"; then
8404 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8405 else
8406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8407 for as_dir in $PATH
8409 IFS=$as_save_IFS
8410 test -z "$as_dir" && as_dir=.
8411 for ac_exec_ext in '' $ac_executable_extensions; do
8412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8413 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8414 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8415 break 2
8417 done
8418 done
8419 IFS=$as_save_IFS
8423 DLLWRAP=$ac_cv_prog_DLLWRAP
8424 if test -n "$DLLWRAP"; then
8425 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8426 echo "${ECHO_T}$DLLWRAP" >&6; }
8427 else
8428 { echo "$as_me:$LINENO: result: no" >&5
8429 echo "${ECHO_T}no" >&6; }
8434 if test -z "$ac_cv_prog_DLLWRAP"; then
8435 ac_ct_DLLWRAP=$DLLWRAP
8436 # Extract the first word of "dllwrap", so it can be a program name with args.
8437 set dummy dllwrap; ac_word=$2
8438 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8440 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8441 echo $ECHO_N "(cached) $ECHO_C" >&6
8442 else
8443 if test -n "$ac_ct_DLLWRAP"; then
8444 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8445 else
8446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8447 for as_dir in $PATH
8449 IFS=$as_save_IFS
8450 test -z "$as_dir" && as_dir=.
8451 for ac_exec_ext in '' $ac_executable_extensions; do
8452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8453 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8455 break 2
8457 done
8458 done
8459 IFS=$as_save_IFS
8463 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8464 if test -n "$ac_ct_DLLWRAP"; then
8465 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8466 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8467 else
8468 { echo "$as_me:$LINENO: result: no" >&5
8469 echo "${ECHO_T}no" >&6; }
8472 if test "x$ac_ct_DLLWRAP" = x; then
8473 DLLWRAP="false"
8474 else
8475 case $cross_compiling:$ac_tool_warned in
8476 yes:)
8477 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8478 whose name does not start with the host triplet. If you think this
8479 configuration is useful to you, please write to autoconf@gnu.org." >&5
8480 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8481 whose name does not start with the host triplet. If you think this
8482 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8483 ac_tool_warned=yes ;;
8484 esac
8485 DLLWRAP=$ac_ct_DLLWRAP
8487 else
8488 DLLWRAP="$ac_cv_prog_DLLWRAP"
8491 if test -n "$ac_tool_prefix"; then
8492 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8493 set dummy ${ac_tool_prefix}ar; ac_word=$2
8494 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8496 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8497 echo $ECHO_N "(cached) $ECHO_C" >&6
8498 else
8499 if test -n "$MINGWAR"; then
8500 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8501 else
8502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8503 for as_dir in $PATH
8505 IFS=$as_save_IFS
8506 test -z "$as_dir" && as_dir=.
8507 for ac_exec_ext in '' $ac_executable_extensions; do
8508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8509 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8510 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8511 break 2
8513 done
8514 done
8515 IFS=$as_save_IFS
8519 MINGWAR=$ac_cv_prog_MINGWAR
8520 if test -n "$MINGWAR"; then
8521 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8522 echo "${ECHO_T}$MINGWAR" >&6; }
8523 else
8524 { echo "$as_me:$LINENO: result: no" >&5
8525 echo "${ECHO_T}no" >&6; }
8530 if test -z "$ac_cv_prog_MINGWAR"; then
8531 ac_ct_MINGWAR=$MINGWAR
8532 # Extract the first word of "ar", so it can be a program name with args.
8533 set dummy ar; ac_word=$2
8534 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8535 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8536 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8537 echo $ECHO_N "(cached) $ECHO_C" >&6
8538 else
8539 if test -n "$ac_ct_MINGWAR"; then
8540 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8541 else
8542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8543 for as_dir in $PATH
8545 IFS=$as_save_IFS
8546 test -z "$as_dir" && as_dir=.
8547 for ac_exec_ext in '' $ac_executable_extensions; do
8548 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8549 ac_cv_prog_ac_ct_MINGWAR="ar"
8550 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8551 break 2
8553 done
8554 done
8555 IFS=$as_save_IFS
8559 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8560 if test -n "$ac_ct_MINGWAR"; then
8561 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8562 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8563 else
8564 { echo "$as_me:$LINENO: result: no" >&5
8565 echo "${ECHO_T}no" >&6; }
8568 if test "x$ac_ct_MINGWAR" = x; then
8569 MINGWAR="false"
8570 else
8571 case $cross_compiling:$ac_tool_warned in
8572 yes:)
8573 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8574 whose name does not start with the host triplet. If you think this
8575 configuration is useful to you, please write to autoconf@gnu.org." >&5
8576 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8577 whose name does not start with the host triplet. If you think this
8578 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8579 ac_tool_warned=yes ;;
8580 esac
8581 MINGWAR=$ac_ct_MINGWAR
8583 else
8584 MINGWAR="$ac_cv_prog_MINGWAR"
8587 if test "$DLLWRAP" = "false"; then
8588 LIBEXT="a"
8589 else
8590 LIBEXT="dll"
8592 IMPLIBEXT="a"
8593 WIN16_FILES=""
8594 WIN16_INSTALL=""
8595 enable_iphlpapi=${enable_iphlpapi:-no}
8596 enable_kernel32=${enable_kernel32:-no}
8597 enable_msvcrt=${enable_msvcrt:-no}
8598 enable_ntdll=${enable_ntdll:-no}
8599 enable_ws2_32=${enable_ws2_32:-no}
8600 enable_loader=${enable_loader:-no}
8601 enable_server=${enable_server:-no}
8603 darwin*|macosx*)
8604 DLLEXT=".so"
8605 LIBEXT="dylib"
8606 DLLFLAGS="$DLLFLAGS -fPIC"
8607 LDDLLFLAGS="-bundle -multiply_defined suppress"
8608 LIBWINE_LDFLAGS="-multiply_defined suppress"
8609 LDSHARED="\$(CC) -dynamiclib"
8610 STRIP="$STRIP -x"
8611 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8612 SECURITYLIB="-framework Security -framework CoreFoundation"
8614 COREFOUNDATIONLIB="-framework CoreFoundation"
8616 IOKITLIB="-framework IOKit -framework CoreFoundation"
8618 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8620 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8621 then
8622 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8625 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8626 then
8627 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8630 case $host_cpu in
8631 *powerpc*)
8632 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8633 esac
8634 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8635 then
8636 CARBONLIB="-framework Carbon"
8638 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8642 DLLFLAGS="$DLLFLAGS -fPIC"
8643 DLLEXT=".so"
8644 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8645 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8646 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8647 echo $ECHO_N "(cached) $ECHO_C" >&6
8648 else
8649 ac_wine_try_cflags_saved=$CFLAGS
8650 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8651 cat >conftest.$ac_ext <<_ACEOF
8652 void myfunc() {}
8653 _ACEOF
8654 rm -f conftest.$ac_objext conftest$ac_exeext
8655 if { (ac_try="$ac_link"
8656 case "(($ac_try" in
8657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8658 *) ac_try_echo=$ac_try;;
8659 esac
8660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8661 (eval "$ac_link") 2>conftest.er1
8662 ac_status=$?
8663 grep -v '^ *+' conftest.er1 >conftest.err
8664 rm -f conftest.er1
8665 cat conftest.err >&5
8666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8667 (exit $ac_status); } && {
8668 test -z "$ac_c_werror_flag" ||
8669 test ! -s conftest.err
8670 } && test -s conftest$ac_exeext &&
8671 $as_test_x conftest$ac_exeext; then
8672 ac_cv_c_dll_gnuelf="yes"
8673 else
8674 echo "$as_me: failed program was:" >&5
8675 sed 's/^/| /' conftest.$ac_ext >&5
8677 ac_cv_c_dll_gnuelf="no"
8680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8681 conftest$ac_exeext conftest.$ac_ext
8682 CFLAGS=$ac_wine_try_cflags_saved
8684 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8685 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8686 if test "$ac_cv_c_dll_gnuelf" = "yes"
8687 then
8688 LDSHARED="\$(CC) -shared"
8689 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8690 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8691 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8692 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8693 echo $ECHO_N "(cached) $ECHO_C" >&6
8694 else
8695 ac_wine_try_cflags_saved=$CFLAGS
8696 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8697 cat >conftest.$ac_ext <<_ACEOF
8698 /* confdefs.h. */
8699 _ACEOF
8700 cat confdefs.h >>conftest.$ac_ext
8701 cat >>conftest.$ac_ext <<_ACEOF
8702 /* end confdefs.h. */
8705 main ()
8709 return 0;
8711 _ACEOF
8712 rm -f conftest.$ac_objext conftest$ac_exeext
8713 if { (ac_try="$ac_link"
8714 case "(($ac_try" in
8715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8716 *) ac_try_echo=$ac_try;;
8717 esac
8718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8719 (eval "$ac_link") 2>conftest.er1
8720 ac_status=$?
8721 grep -v '^ *+' conftest.er1 >conftest.err
8722 rm -f conftest.er1
8723 cat conftest.err >&5
8724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8725 (exit $ac_status); } && {
8726 test -z "$ac_c_werror_flag" ||
8727 test ! -s conftest.err
8728 } && test -s conftest$ac_exeext &&
8729 $as_test_x conftest$ac_exeext; then
8730 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8731 else
8732 echo "$as_me: failed program was:" >&5
8733 sed 's/^/| /' conftest.$ac_ext >&5
8735 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8739 conftest$ac_exeext conftest.$ac_ext
8740 CFLAGS=$ac_wine_try_cflags_saved
8742 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8743 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8744 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8745 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8746 else
8747 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8748 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8749 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8750 echo $ECHO_N "(cached) $ECHO_C" >&6
8751 else
8752 ac_wine_try_cflags_saved=$CFLAGS
8753 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8754 cat >conftest.$ac_ext <<_ACEOF
8755 /* confdefs.h. */
8756 _ACEOF
8757 cat confdefs.h >>conftest.$ac_ext
8758 cat >>conftest.$ac_ext <<_ACEOF
8759 /* end confdefs.h. */
8762 main ()
8766 return 0;
8768 _ACEOF
8769 rm -f conftest.$ac_objext conftest$ac_exeext
8770 if { (ac_try="$ac_link"
8771 case "(($ac_try" in
8772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8773 *) ac_try_echo=$ac_try;;
8774 esac
8775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8776 (eval "$ac_link") 2>conftest.er1
8777 ac_status=$?
8778 grep -v '^ *+' conftest.er1 >conftest.err
8779 rm -f conftest.er1
8780 cat conftest.err >&5
8781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8782 (exit $ac_status); } && {
8783 test -z "$ac_c_werror_flag" ||
8784 test ! -s conftest.err
8785 } && test -s conftest$ac_exeext &&
8786 $as_test_x conftest$ac_exeext; then
8787 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8788 else
8789 echo "$as_me: failed program was:" >&5
8790 sed 's/^/| /' conftest.$ac_ext >&5
8792 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8796 conftest$ac_exeext conftest.$ac_ext
8797 CFLAGS=$ac_wine_try_cflags_saved
8799 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8800 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8801 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8802 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8808 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8809 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8810 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8811 echo $ECHO_N "(cached) $ECHO_C" >&6
8812 else
8813 ac_wine_try_cflags_saved=$CFLAGS
8814 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8815 cat >conftest.$ac_ext <<_ACEOF
8816 /* confdefs.h. */
8817 _ACEOF
8818 cat confdefs.h >>conftest.$ac_ext
8819 cat >>conftest.$ac_ext <<_ACEOF
8820 /* end confdefs.h. */
8823 main ()
8827 return 0;
8829 _ACEOF
8830 rm -f conftest.$ac_objext conftest$ac_exeext
8831 if { (ac_try="$ac_link"
8832 case "(($ac_try" in
8833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8834 *) ac_try_echo=$ac_try;;
8835 esac
8836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8837 (eval "$ac_link") 2>conftest.er1
8838 ac_status=$?
8839 grep -v '^ *+' conftest.er1 >conftest.err
8840 rm -f conftest.er1
8841 cat conftest.err >&5
8842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8843 (exit $ac_status); } && {
8844 test -z "$ac_c_werror_flag" ||
8845 test ! -s conftest.err
8846 } && test -s conftest$ac_exeext &&
8847 $as_test_x conftest$ac_exeext; then
8848 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8849 else
8850 echo "$as_me: failed program was:" >&5
8851 sed 's/^/| /' conftest.$ac_ext >&5
8853 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8857 conftest$ac_exeext conftest.$ac_ext
8858 CFLAGS=$ac_wine_try_cflags_saved
8860 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8861 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8862 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8863 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8867 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8868 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8869 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8870 echo $ECHO_N "(cached) $ECHO_C" >&6
8871 else
8872 ac_wine_try_cflags_saved=$CFLAGS
8873 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8874 cat >conftest.$ac_ext <<_ACEOF
8875 /* confdefs.h. */
8876 _ACEOF
8877 cat confdefs.h >>conftest.$ac_ext
8878 cat >>conftest.$ac_ext <<_ACEOF
8879 /* end confdefs.h. */
8882 main ()
8886 return 0;
8888 _ACEOF
8889 rm -f conftest.$ac_objext conftest$ac_exeext
8890 if { (ac_try="$ac_link"
8891 case "(($ac_try" in
8892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8893 *) ac_try_echo=$ac_try;;
8894 esac
8895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8896 (eval "$ac_link") 2>conftest.er1
8897 ac_status=$?
8898 grep -v '^ *+' conftest.er1 >conftest.err
8899 rm -f conftest.er1
8900 cat conftest.err >&5
8901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8902 (exit $ac_status); } && {
8903 test -z "$ac_c_werror_flag" ||
8904 test ! -s conftest.err
8905 } && test -s conftest$ac_exeext &&
8906 $as_test_x conftest$ac_exeext; then
8907 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8908 else
8909 echo "$as_me: failed program was:" >&5
8910 sed 's/^/| /' conftest.$ac_ext >&5
8912 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8916 conftest$ac_exeext conftest.$ac_ext
8917 CFLAGS=$ac_wine_try_cflags_saved
8919 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8920 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8921 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8922 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8926 echo '{ global: *; };' >conftest.map
8927 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8928 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8929 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+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,--version-script=conftest.map"
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___version_script_conftest_map=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___version_script_conftest_map=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___version_script_conftest_map" >&5
8980 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8981 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8982 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8985 rm -f conftest.map
8987 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8988 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8989 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8990 echo $ECHO_N "(cached) $ECHO_C" >&6
8991 else
8992 ac_wine_try_cflags_saved=$CFLAGS
8993 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8994 cat >conftest.$ac_ext <<_ACEOF
8995 /* confdefs.h. */
8996 _ACEOF
8997 cat confdefs.h >>conftest.$ac_ext
8998 cat >>conftest.$ac_ext <<_ACEOF
8999 /* end confdefs.h. */
9002 main ()
9006 return 0;
9008 _ACEOF
9009 rm -f conftest.$ac_objext conftest$ac_exeext
9010 if { (ac_try="$ac_link"
9011 case "(($ac_try" in
9012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9013 *) ac_try_echo=$ac_try;;
9014 esac
9015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9016 (eval "$ac_link") 2>conftest.er1
9017 ac_status=$?
9018 grep -v '^ *+' conftest.er1 >conftest.err
9019 rm -f conftest.er1
9020 cat conftest.err >&5
9021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9022 (exit $ac_status); } && {
9023 test -z "$ac_c_werror_flag" ||
9024 test ! -s conftest.err
9025 } && test -s conftest$ac_exeext &&
9026 $as_test_x conftest$ac_exeext; then
9027 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9028 else
9029 echo "$as_me: failed program was:" >&5
9030 sed 's/^/| /' conftest.$ac_ext >&5
9032 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9036 conftest$ac_exeext conftest.$ac_ext
9037 CFLAGS=$ac_wine_try_cflags_saved
9039 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9040 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9041 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9042 LDEXECFLAGS="-Wl,--export-dynamic"
9047 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9048 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9049 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9050 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9051 echo $ECHO_N "(cached) $ECHO_C" >&6
9052 else
9053 ac_wine_try_cflags_saved=$CFLAGS
9054 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9055 cat >conftest.$ac_ext <<_ACEOF
9056 /* confdefs.h. */
9057 _ACEOF
9058 cat confdefs.h >>conftest.$ac_ext
9059 cat >>conftest.$ac_ext <<_ACEOF
9060 /* end confdefs.h. */
9063 main ()
9067 return 0;
9069 _ACEOF
9070 rm -f conftest.$ac_objext conftest$ac_exeext
9071 if { (ac_try="$ac_link"
9072 case "(($ac_try" in
9073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9074 *) ac_try_echo=$ac_try;;
9075 esac
9076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9077 (eval "$ac_link") 2>conftest.er1
9078 ac_status=$?
9079 grep -v '^ *+' conftest.er1 >conftest.err
9080 rm -f conftest.er1
9081 cat conftest.err >&5
9082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9083 (exit $ac_status); } && {
9084 test -z "$ac_c_werror_flag" ||
9085 test ! -s conftest.err
9086 } && test -s conftest$ac_exeext &&
9087 $as_test_x conftest$ac_exeext; then
9088 eval "$as_ac_var=yes"
9089 else
9090 echo "$as_me: failed program was:" >&5
9091 sed 's/^/| /' conftest.$ac_ext >&5
9093 eval "$as_ac_var=no"
9096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9097 conftest$ac_exeext conftest.$ac_ext
9098 CFLAGS=$ac_wine_try_cflags_saved
9100 ac_res=`eval echo '${'$as_ac_var'}'`
9101 { echo "$as_me:$LINENO: result: $ac_res" >&5
9102 echo "${ECHO_T}$ac_res" >&6; }
9103 if test `eval echo '${'$as_ac_var'}'` = yes; then
9104 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9105 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9106 else
9107 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9108 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9109 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9110 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9111 echo $ECHO_N "(cached) $ECHO_C" >&6
9112 else
9113 ac_wine_try_cflags_saved=$CFLAGS
9114 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9115 cat >conftest.$ac_ext <<_ACEOF
9116 /* confdefs.h. */
9117 _ACEOF
9118 cat confdefs.h >>conftest.$ac_ext
9119 cat >>conftest.$ac_ext <<_ACEOF
9120 /* end confdefs.h. */
9123 main ()
9127 return 0;
9129 _ACEOF
9130 rm -f conftest.$ac_objext conftest$ac_exeext
9131 if { (ac_try="$ac_link"
9132 case "(($ac_try" in
9133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9134 *) ac_try_echo=$ac_try;;
9135 esac
9136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9137 (eval "$ac_link") 2>conftest.er1
9138 ac_status=$?
9139 grep -v '^ *+' conftest.er1 >conftest.err
9140 rm -f conftest.er1
9141 cat conftest.err >&5
9142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9143 (exit $ac_status); } && {
9144 test -z "$ac_c_werror_flag" ||
9145 test ! -s conftest.err
9146 } && test -s conftest$ac_exeext &&
9147 $as_test_x conftest$ac_exeext; then
9148 eval "$as_ac_var=yes"
9149 else
9150 echo "$as_me: failed program was:" >&5
9151 sed 's/^/| /' conftest.$ac_ext >&5
9153 eval "$as_ac_var=no"
9156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9157 conftest$ac_exeext conftest.$ac_ext
9158 CFLAGS=$ac_wine_try_cflags_saved
9160 ac_res=`eval echo '${'$as_ac_var'}'`
9161 { echo "$as_me:$LINENO: result: $ac_res" >&5
9162 echo "${ECHO_T}$ac_res" >&6; }
9163 if test `eval echo '${'$as_ac_var'}'` = yes; then
9164 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9165 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9171 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9172 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9173 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9174 echo $ECHO_N "(cached) $ECHO_C" >&6
9175 else
9176 ac_wine_try_cflags_saved=$CFLAGS
9177 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9178 cat >conftest.$ac_ext <<_ACEOF
9179 /* confdefs.h. */
9180 _ACEOF
9181 cat confdefs.h >>conftest.$ac_ext
9182 cat >>conftest.$ac_ext <<_ACEOF
9183 /* end confdefs.h. */
9186 main ()
9190 return 0;
9192 _ACEOF
9193 rm -f conftest.$ac_objext conftest$ac_exeext
9194 if { (ac_try="$ac_link"
9195 case "(($ac_try" in
9196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9197 *) ac_try_echo=$ac_try;;
9198 esac
9199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9200 (eval "$ac_link") 2>conftest.er1
9201 ac_status=$?
9202 grep -v '^ *+' conftest.er1 >conftest.err
9203 rm -f conftest.er1
9204 cat conftest.err >&5
9205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9206 (exit $ac_status); } && {
9207 test -z "$ac_c_werror_flag" ||
9208 test ! -s conftest.err
9209 } && test -s conftest$ac_exeext &&
9210 $as_test_x conftest$ac_exeext; then
9211 ac_cv_cflags__Wl___enable_new_dtags=yes
9212 else
9213 echo "$as_me: failed program was:" >&5
9214 sed 's/^/| /' conftest.$ac_ext >&5
9216 ac_cv_cflags__Wl___enable_new_dtags=no
9219 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9220 conftest$ac_exeext conftest.$ac_ext
9221 CFLAGS=$ac_wine_try_cflags_saved
9223 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9224 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9225 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9226 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9230 case $host_cpu in
9231 *i[3456789]86* | x86_64)
9232 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9233 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9234 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9235 echo $ECHO_N "(cached) $ECHO_C" >&6
9236 else
9237 ac_wine_try_cflags_saved=$CFLAGS
9238 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9239 cat >conftest.$ac_ext <<_ACEOF
9240 /* confdefs.h. */
9241 _ACEOF
9242 cat confdefs.h >>conftest.$ac_ext
9243 cat >>conftest.$ac_ext <<_ACEOF
9244 /* end confdefs.h. */
9247 main ()
9251 return 0;
9253 _ACEOF
9254 rm -f conftest.$ac_objext conftest$ac_exeext
9255 if { (ac_try="$ac_link"
9256 case "(($ac_try" in
9257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9258 *) ac_try_echo=$ac_try;;
9259 esac
9260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9261 (eval "$ac_link") 2>conftest.er1
9262 ac_status=$?
9263 grep -v '^ *+' conftest.er1 >conftest.err
9264 rm -f conftest.er1
9265 cat conftest.err >&5
9266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9267 (exit $ac_status); } && {
9268 test -z "$ac_c_werror_flag" ||
9269 test ! -s conftest.err
9270 } && test -s conftest$ac_exeext &&
9271 $as_test_x conftest$ac_exeext; then
9272 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9273 else
9274 echo "$as_me: failed program was:" >&5
9275 sed 's/^/| /' conftest.$ac_ext >&5
9277 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9281 conftest$ac_exeext conftest.$ac_ext
9282 CFLAGS=$ac_wine_try_cflags_saved
9284 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9285 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9286 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9287 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9291 esac
9293 else
9294 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9295 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9296 if test "${ac_cv_c_dll_unixware+set}" = set; then
9297 echo $ECHO_N "(cached) $ECHO_C" >&6
9298 else
9299 ac_wine_try_cflags_saved=$CFLAGS
9300 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9301 cat >conftest.$ac_ext <<_ACEOF
9302 void myfunc() {}
9303 _ACEOF
9304 rm -f conftest.$ac_objext conftest$ac_exeext
9305 if { (ac_try="$ac_link"
9306 case "(($ac_try" in
9307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9308 *) ac_try_echo=$ac_try;;
9309 esac
9310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9311 (eval "$ac_link") 2>conftest.er1
9312 ac_status=$?
9313 grep -v '^ *+' conftest.er1 >conftest.err
9314 rm -f conftest.er1
9315 cat conftest.err >&5
9316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9317 (exit $ac_status); } && {
9318 test -z "$ac_c_werror_flag" ||
9319 test ! -s conftest.err
9320 } && test -s conftest$ac_exeext &&
9321 $as_test_x conftest$ac_exeext; then
9322 ac_cv_c_dll_unixware="yes"
9323 else
9324 echo "$as_me: failed program was:" >&5
9325 sed 's/^/| /' conftest.$ac_ext >&5
9327 ac_cv_c_dll_unixware="no"
9330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9331 conftest$ac_exeext conftest.$ac_ext
9332 CFLAGS=$ac_wine_try_cflags_saved
9334 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9335 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9336 if test "$ac_cv_c_dll_unixware" = "yes"
9337 then
9338 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9339 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9341 else
9342 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9343 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9344 if test "${ac_cv_c_dll_hpux+set}" = set; then
9345 echo $ECHO_N "(cached) $ECHO_C" >&6
9346 else
9347 ac_wine_try_cflags_saved=$CFLAGS
9348 CFLAGS="$CFLAGS -shared"
9349 cat >conftest.$ac_ext <<_ACEOF
9350 void myfunc() {}
9351 _ACEOF
9352 rm -f conftest.$ac_objext conftest$ac_exeext
9353 if { (ac_try="$ac_link"
9354 case "(($ac_try" in
9355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9356 *) ac_try_echo=$ac_try;;
9357 esac
9358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9359 (eval "$ac_link") 2>conftest.er1
9360 ac_status=$?
9361 grep -v '^ *+' conftest.er1 >conftest.err
9362 rm -f conftest.er1
9363 cat conftest.err >&5
9364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9365 (exit $ac_status); } && {
9366 test -z "$ac_c_werror_flag" ||
9367 test ! -s conftest.err
9368 } && test -s conftest$ac_exeext &&
9369 $as_test_x conftest$ac_exeext; then
9370 ac_cv_c_dll_hpux="yes"
9371 else
9372 echo "$as_me: failed program was:" >&5
9373 sed 's/^/| /' conftest.$ac_ext >&5
9375 ac_cv_c_dll_hpux="no"
9378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9379 conftest$ac_exeext conftest.$ac_ext
9380 CFLAGS=$ac_wine_try_cflags_saved
9382 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9383 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9384 if test "$ac_cv_c_dll_hpux" = "yes"
9385 then
9386 LIBEXT="sl"
9387 DLLEXT=".sl"
9388 LDDLLFLAGS="-shared -fPIC"
9389 LDSHARED="\$(CC) -shared"
9394 esac
9396 enable_winequartz_drv=${enable_winequartz_drv:-no}
9398 if test "$LIBEXT" = "a"; then
9399 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9400 It is currently not possible to build Wine without shared library
9401 (.so) support to allow transparent switch between .so and .dll files.
9402 If you are using Linux, you will need a newer binutils.
9403 " >&5
9404 echo "$as_me: error: could not find a way to build shared libraries.
9405 It is currently not possible to build Wine without shared library
9406 (.so) support to allow transparent switch between .so and .dll files.
9407 If you are using Linux, you will need a newer binutils.
9408 " >&2;}
9409 { (exit 1); exit 1; }; }
9412 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9413 then
9414 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9416 # Extract the first word of "$ac_prog", so it can be a program name with args.
9417 set dummy $ac_prog; ac_word=$2
9418 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9419 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9420 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9421 echo $ECHO_N "(cached) $ECHO_C" >&6
9422 else
9423 if test -n "$CROSSCC"; then
9424 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9425 else
9426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9427 for as_dir in $PATH
9429 IFS=$as_save_IFS
9430 test -z "$as_dir" && as_dir=.
9431 for ac_exec_ext in '' $ac_executable_extensions; do
9432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9433 ac_cv_prog_CROSSCC="$ac_prog"
9434 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9435 break 2
9437 done
9438 done
9439 IFS=$as_save_IFS
9443 CROSSCC=$ac_cv_prog_CROSSCC
9444 if test -n "$CROSSCC"; then
9445 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9446 echo "${ECHO_T}$CROSSCC" >&6; }
9447 else
9448 { echo "$as_me:$LINENO: result: no" >&5
9449 echo "${ECHO_T}no" >&6; }
9453 test -n "$CROSSCC" && break
9454 done
9455 test -n "$CROSSCC" || CROSSCC="false"
9457 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9459 # Extract the first word of "$ac_prog", so it can be a program name with args.
9460 set dummy $ac_prog; ac_word=$2
9461 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9462 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9463 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9464 echo $ECHO_N "(cached) $ECHO_C" >&6
9465 else
9466 if test -n "$DLLTOOL"; then
9467 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9468 else
9469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9470 for as_dir in $PATH
9472 IFS=$as_save_IFS
9473 test -z "$as_dir" && as_dir=.
9474 for ac_exec_ext in '' $ac_executable_extensions; do
9475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9476 ac_cv_prog_DLLTOOL="$ac_prog"
9477 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9478 break 2
9480 done
9481 done
9482 IFS=$as_save_IFS
9486 DLLTOOL=$ac_cv_prog_DLLTOOL
9487 if test -n "$DLLTOOL"; then
9488 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9489 echo "${ECHO_T}$DLLTOOL" >&6; }
9490 else
9491 { echo "$as_me:$LINENO: result: no" >&5
9492 echo "${ECHO_T}no" >&6; }
9496 test -n "$DLLTOOL" && break
9497 done
9498 test -n "$DLLTOOL" || DLLTOOL="false"
9500 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9502 # Extract the first word of "$ac_prog", so it can be a program name with args.
9503 set dummy $ac_prog; ac_word=$2
9504 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9505 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9506 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9507 echo $ECHO_N "(cached) $ECHO_C" >&6
9508 else
9509 if test -n "$CROSSWINDRES"; then
9510 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9511 else
9512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9513 for as_dir in $PATH
9515 IFS=$as_save_IFS
9516 test -z "$as_dir" && as_dir=.
9517 for ac_exec_ext in '' $ac_executable_extensions; do
9518 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9519 ac_cv_prog_CROSSWINDRES="$ac_prog"
9520 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9521 break 2
9523 done
9524 done
9525 IFS=$as_save_IFS
9529 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9530 if test -n "$CROSSWINDRES"; then
9531 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9532 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9533 else
9534 { echo "$as_me:$LINENO: result: no" >&5
9535 echo "${ECHO_T}no" >&6; }
9539 test -n "$CROSSWINDRES" && break
9540 done
9541 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9543 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9545 # Extract the first word of "$ac_prog", so it can be a program name with args.
9546 set dummy $ac_prog; ac_word=$2
9547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9549 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9550 echo $ECHO_N "(cached) $ECHO_C" >&6
9551 else
9552 if test -n "$MINGWAR"; then
9553 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9554 else
9555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9556 for as_dir in $PATH
9558 IFS=$as_save_IFS
9559 test -z "$as_dir" && as_dir=.
9560 for ac_exec_ext in '' $ac_executable_extensions; do
9561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9562 ac_cv_prog_MINGWAR="$ac_prog"
9563 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9564 break 2
9566 done
9567 done
9568 IFS=$as_save_IFS
9572 MINGWAR=$ac_cv_prog_MINGWAR
9573 if test -n "$MINGWAR"; then
9574 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9575 echo "${ECHO_T}$MINGWAR" >&6; }
9576 else
9577 { echo "$as_me:$LINENO: result: no" >&5
9578 echo "${ECHO_T}no" >&6; }
9582 test -n "$MINGWAR" && break
9583 done
9584 test -n "$MINGWAR" || MINGWAR="false"
9586 if test "$CROSSCC" != "false"
9587 then
9588 CROSSTEST="\$(CROSSTEST)"
9594 if test "$have_x" = "yes"
9595 then
9596 XLIB="-lXext -lX11"
9597 ac_save_CPPFLAGS="$CPPFLAGS"
9598 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9600 { echo "$as_me:$LINENO: checking for -lX11" >&5
9601 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9602 if test "${ac_cv_lib_soname_X11+set}" = set; then
9603 echo $ECHO_N "(cached) $ECHO_C" >&6
9604 else
9605 ac_check_soname_save_LIBS=$LIBS
9606 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9607 cat >conftest.$ac_ext <<_ACEOF
9608 /* confdefs.h. */
9609 _ACEOF
9610 cat confdefs.h >>conftest.$ac_ext
9611 cat >>conftest.$ac_ext <<_ACEOF
9612 /* end confdefs.h. */
9614 /* Override any GCC internal prototype to avoid an error.
9615 Use char because int might match the return type of a GCC
9616 builtin and then its argument prototype would still apply. */
9617 #ifdef __cplusplus
9618 extern "C"
9619 #endif
9620 char XCreateWindow ();
9622 main ()
9624 return XCreateWindow ();
9626 return 0;
9628 _ACEOF
9629 rm -f conftest.$ac_objext conftest$ac_exeext
9630 if { (ac_try="$ac_link"
9631 case "(($ac_try" in
9632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9633 *) ac_try_echo=$ac_try;;
9634 esac
9635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9636 (eval "$ac_link") 2>conftest.er1
9637 ac_status=$?
9638 grep -v '^ *+' conftest.er1 >conftest.err
9639 rm -f conftest.er1
9640 cat conftest.err >&5
9641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9642 (exit $ac_status); } && {
9643 test -z "$ac_c_werror_flag" ||
9644 test ! -s conftest.err
9645 } && test -s conftest$ac_exeext &&
9646 $as_test_x conftest$ac_exeext; then
9647 case "$LIBEXT" in
9648 dll) ;;
9649 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'` ;;
9650 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9651 esac
9652 else
9653 echo "$as_me: failed program was:" >&5
9654 sed 's/^/| /' conftest.$ac_ext >&5
9659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9660 conftest$ac_exeext conftest.$ac_ext
9661 LIBS=$ac_check_soname_save_LIBS
9663 if test "x$ac_cv_lib_soname_X11" = "x"; then
9664 { echo "$as_me:$LINENO: result: not found" >&5
9665 echo "${ECHO_T}not found" >&6; }
9667 else
9668 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9669 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9671 cat >>confdefs.h <<_ACEOF
9672 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9673 _ACEOF
9678 { echo "$as_me:$LINENO: checking for -lXext" >&5
9679 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9680 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9681 echo $ECHO_N "(cached) $ECHO_C" >&6
9682 else
9683 ac_check_soname_save_LIBS=$LIBS
9684 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9685 cat >conftest.$ac_ext <<_ACEOF
9686 /* confdefs.h. */
9687 _ACEOF
9688 cat confdefs.h >>conftest.$ac_ext
9689 cat >>conftest.$ac_ext <<_ACEOF
9690 /* end confdefs.h. */
9692 /* Override any GCC internal prototype to avoid an error.
9693 Use char because int might match the return type of a GCC
9694 builtin and then its argument prototype would still apply. */
9695 #ifdef __cplusplus
9696 extern "C"
9697 #endif
9698 char XextCreateExtension ();
9700 main ()
9702 return XextCreateExtension ();
9704 return 0;
9706 _ACEOF
9707 rm -f conftest.$ac_objext conftest$ac_exeext
9708 if { (ac_try="$ac_link"
9709 case "(($ac_try" in
9710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9711 *) ac_try_echo=$ac_try;;
9712 esac
9713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9714 (eval "$ac_link") 2>conftest.er1
9715 ac_status=$?
9716 grep -v '^ *+' conftest.er1 >conftest.err
9717 rm -f conftest.er1
9718 cat conftest.err >&5
9719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9720 (exit $ac_status); } && {
9721 test -z "$ac_c_werror_flag" ||
9722 test ! -s conftest.err
9723 } && test -s conftest$ac_exeext &&
9724 $as_test_x conftest$ac_exeext; then
9725 case "$LIBEXT" in
9726 dll) ;;
9727 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'` ;;
9728 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9729 esac
9730 else
9731 echo "$as_me: failed program was:" >&5
9732 sed 's/^/| /' conftest.$ac_ext >&5
9737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9738 conftest$ac_exeext conftest.$ac_ext
9739 LIBS=$ac_check_soname_save_LIBS
9741 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9742 { echo "$as_me:$LINENO: result: not found" >&5
9743 echo "${ECHO_T}not found" >&6; }
9745 else
9746 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9747 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9749 cat >>confdefs.h <<_ACEOF
9750 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9751 _ACEOF
9769 for ac_header in X11/Xlib.h \
9770 X11/XKBlib.h \
9771 X11/Xutil.h \
9772 X11/Xcursor/Xcursor.h \
9773 X11/extensions/shape.h \
9774 X11/extensions/XInput.h \
9775 X11/extensions/XShm.h \
9776 X11/extensions/Xcomposite.h \
9777 X11/extensions/Xinerama.h \
9778 X11/extensions/Xrandr.h \
9779 X11/extensions/Xrender.h \
9780 X11/extensions/xf86vmode.h
9782 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9783 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9784 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9785 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9786 echo $ECHO_N "(cached) $ECHO_C" >&6
9787 else
9788 cat >conftest.$ac_ext <<_ACEOF
9789 /* confdefs.h. */
9790 _ACEOF
9791 cat confdefs.h >>conftest.$ac_ext
9792 cat >>conftest.$ac_ext <<_ACEOF
9793 /* end confdefs.h. */
9794 #ifdef HAVE_X11_XLIB_H
9795 # include <X11/Xlib.h>
9796 #endif
9797 #ifdef HAVE_X11_XUTIL_H
9798 # include <X11/Xutil.h>
9799 #endif
9801 #include <$ac_header>
9802 _ACEOF
9803 rm -f conftest.$ac_objext
9804 if { (ac_try="$ac_compile"
9805 case "(($ac_try" in
9806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9807 *) ac_try_echo=$ac_try;;
9808 esac
9809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9810 (eval "$ac_compile") 2>conftest.er1
9811 ac_status=$?
9812 grep -v '^ *+' conftest.er1 >conftest.err
9813 rm -f conftest.er1
9814 cat conftest.err >&5
9815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9816 (exit $ac_status); } && {
9817 test -z "$ac_c_werror_flag" ||
9818 test ! -s conftest.err
9819 } && test -s conftest.$ac_objext; then
9820 eval "$as_ac_Header=yes"
9821 else
9822 echo "$as_me: failed program was:" >&5
9823 sed 's/^/| /' conftest.$ac_ext >&5
9825 eval "$as_ac_Header=no"
9828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9830 ac_res=`eval echo '${'$as_ac_Header'}'`
9831 { echo "$as_me:$LINENO: result: $ac_res" >&5
9832 echo "${ECHO_T}$ac_res" >&6; }
9833 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9834 cat >>confdefs.h <<_ACEOF
9835 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9836 _ACEOF
9840 done
9843 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9844 then
9845 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9846 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9847 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9848 echo $ECHO_N "(cached) $ECHO_C" >&6
9849 else
9850 ac_check_lib_save_LIBS=$LIBS
9851 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9852 cat >conftest.$ac_ext <<_ACEOF
9853 /* confdefs.h. */
9854 _ACEOF
9855 cat confdefs.h >>conftest.$ac_ext
9856 cat >>conftest.$ac_ext <<_ACEOF
9857 /* end confdefs.h. */
9859 /* Override any GCC internal prototype to avoid an error.
9860 Use char because int might match the return type of a GCC
9861 builtin and then its argument prototype would still apply. */
9862 #ifdef __cplusplus
9863 extern "C"
9864 #endif
9865 char XkbQueryExtension ();
9867 main ()
9869 return XkbQueryExtension ();
9871 return 0;
9873 _ACEOF
9874 rm -f conftest.$ac_objext conftest$ac_exeext
9875 if { (ac_try="$ac_link"
9876 case "(($ac_try" in
9877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9878 *) ac_try_echo=$ac_try;;
9879 esac
9880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9881 (eval "$ac_link") 2>conftest.er1
9882 ac_status=$?
9883 grep -v '^ *+' conftest.er1 >conftest.err
9884 rm -f conftest.er1
9885 cat conftest.err >&5
9886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9887 (exit $ac_status); } && {
9888 test -z "$ac_c_werror_flag" ||
9889 test ! -s conftest.err
9890 } && test -s conftest$ac_exeext &&
9891 $as_test_x conftest$ac_exeext; then
9892 ac_cv_lib_X11_XkbQueryExtension=yes
9893 else
9894 echo "$as_me: failed program was:" >&5
9895 sed 's/^/| /' conftest.$ac_ext >&5
9897 ac_cv_lib_X11_XkbQueryExtension=no
9900 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9901 conftest$ac_exeext conftest.$ac_ext
9902 LIBS=$ac_check_lib_save_LIBS
9904 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9905 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9906 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9908 cat >>confdefs.h <<\_ACEOF
9909 #define HAVE_XKB 1
9910 _ACEOF
9916 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9917 then
9918 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9919 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9920 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9921 echo $ECHO_N "(cached) $ECHO_C" >&6
9922 else
9923 ac_check_soname_save_LIBS=$LIBS
9924 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9925 cat >conftest.$ac_ext <<_ACEOF
9926 /* confdefs.h. */
9927 _ACEOF
9928 cat confdefs.h >>conftest.$ac_ext
9929 cat >>conftest.$ac_ext <<_ACEOF
9930 /* end confdefs.h. */
9932 /* Override any GCC internal prototype to avoid an error.
9933 Use char because int might match the return type of a GCC
9934 builtin and then its argument prototype would still apply. */
9935 #ifdef __cplusplus
9936 extern "C"
9937 #endif
9938 char XcursorImageLoadCursor ();
9940 main ()
9942 return XcursorImageLoadCursor ();
9944 return 0;
9946 _ACEOF
9947 rm -f conftest.$ac_objext conftest$ac_exeext
9948 if { (ac_try="$ac_link"
9949 case "(($ac_try" in
9950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9951 *) ac_try_echo=$ac_try;;
9952 esac
9953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9954 (eval "$ac_link") 2>conftest.er1
9955 ac_status=$?
9956 grep -v '^ *+' conftest.er1 >conftest.err
9957 rm -f conftest.er1
9958 cat conftest.err >&5
9959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9960 (exit $ac_status); } && {
9961 test -z "$ac_c_werror_flag" ||
9962 test ! -s conftest.err
9963 } && test -s conftest$ac_exeext &&
9964 $as_test_x conftest$ac_exeext; then
9965 case "$LIBEXT" in
9966 dll) ;;
9967 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'` ;;
9968 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9969 esac
9970 else
9971 echo "$as_me: failed program was:" >&5
9972 sed 's/^/| /' conftest.$ac_ext >&5
9977 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9978 conftest$ac_exeext conftest.$ac_ext
9979 LIBS=$ac_check_soname_save_LIBS
9981 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9982 { echo "$as_me:$LINENO: result: not found" >&5
9983 echo "${ECHO_T}not found" >&6; }
9985 else
9986 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9987 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9989 cat >>confdefs.h <<_ACEOF
9990 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9991 _ACEOF
9997 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9998 case "x$with_xcursor" in
9999 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10000 xno) ;;
10001 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10002 This is an error since --with-xcursor was requested." >&5
10003 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10004 This is an error since --with-xcursor was requested." >&2;}
10005 { (exit 1); exit 1; }; } ;;
10006 esac
10010 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10011 then
10012 { echo "$as_me:$LINENO: checking for -lXi" >&5
10013 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10014 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10015 echo $ECHO_N "(cached) $ECHO_C" >&6
10016 else
10017 ac_check_soname_save_LIBS=$LIBS
10018 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10019 cat >conftest.$ac_ext <<_ACEOF
10020 /* confdefs.h. */
10021 _ACEOF
10022 cat confdefs.h >>conftest.$ac_ext
10023 cat >>conftest.$ac_ext <<_ACEOF
10024 /* end confdefs.h. */
10026 /* Override any GCC internal prototype to avoid an error.
10027 Use char because int might match the return type of a GCC
10028 builtin and then its argument prototype would still apply. */
10029 #ifdef __cplusplus
10030 extern "C"
10031 #endif
10032 char XOpenDevice ();
10034 main ()
10036 return XOpenDevice ();
10038 return 0;
10040 _ACEOF
10041 rm -f conftest.$ac_objext conftest$ac_exeext
10042 if { (ac_try="$ac_link"
10043 case "(($ac_try" in
10044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10045 *) ac_try_echo=$ac_try;;
10046 esac
10047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10048 (eval "$ac_link") 2>conftest.er1
10049 ac_status=$?
10050 grep -v '^ *+' conftest.er1 >conftest.err
10051 rm -f conftest.er1
10052 cat conftest.err >&5
10053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10054 (exit $ac_status); } && {
10055 test -z "$ac_c_werror_flag" ||
10056 test ! -s conftest.err
10057 } && test -s conftest$ac_exeext &&
10058 $as_test_x conftest$ac_exeext; then
10059 case "$LIBEXT" in
10060 dll) ;;
10061 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'` ;;
10062 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10063 esac
10064 else
10065 echo "$as_me: failed program was:" >&5
10066 sed 's/^/| /' conftest.$ac_ext >&5
10071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10072 conftest$ac_exeext conftest.$ac_ext
10073 LIBS=$ac_check_soname_save_LIBS
10075 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10076 { echo "$as_me:$LINENO: result: not found" >&5
10077 echo "${ECHO_T}not found" >&6; }
10079 else
10080 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10081 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10083 cat >>confdefs.h <<_ACEOF
10084 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10085 _ACEOF
10091 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10092 case "x$with_xinput" in
10093 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10094 xno) ;;
10095 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10096 This is an error since --with-xinput was requested." >&5
10097 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10098 This is an error since --with-xinput was requested." >&2;}
10099 { (exit 1); exit 1; }; } ;;
10100 esac
10104 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10105 then
10106 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10107 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10108 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10109 echo $ECHO_N "(cached) $ECHO_C" >&6
10110 else
10111 ac_check_lib_save_LIBS=$LIBS
10112 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10113 cat >conftest.$ac_ext <<_ACEOF
10114 /* confdefs.h. */
10115 _ACEOF
10116 cat confdefs.h >>conftest.$ac_ext
10117 cat >>conftest.$ac_ext <<_ACEOF
10118 /* end confdefs.h. */
10120 /* Override any GCC internal prototype to avoid an error.
10121 Use char because int might match the return type of a GCC
10122 builtin and then its argument prototype would still apply. */
10123 #ifdef __cplusplus
10124 extern "C"
10125 #endif
10126 char XShmQueryExtension ();
10128 main ()
10130 return XShmQueryExtension ();
10132 return 0;
10134 _ACEOF
10135 rm -f conftest.$ac_objext conftest$ac_exeext
10136 if { (ac_try="$ac_link"
10137 case "(($ac_try" in
10138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10139 *) ac_try_echo=$ac_try;;
10140 esac
10141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10142 (eval "$ac_link") 2>conftest.er1
10143 ac_status=$?
10144 grep -v '^ *+' conftest.er1 >conftest.err
10145 rm -f conftest.er1
10146 cat conftest.err >&5
10147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10148 (exit $ac_status); } && {
10149 test -z "$ac_c_werror_flag" ||
10150 test ! -s conftest.err
10151 } && test -s conftest$ac_exeext &&
10152 $as_test_x conftest$ac_exeext; then
10153 ac_cv_lib_Xext_XShmQueryExtension=yes
10154 else
10155 echo "$as_me: failed program was:" >&5
10156 sed 's/^/| /' conftest.$ac_ext >&5
10158 ac_cv_lib_Xext_XShmQueryExtension=no
10161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10162 conftest$ac_exeext conftest.$ac_ext
10163 LIBS=$ac_check_lib_save_LIBS
10165 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10166 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10167 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10169 cat >>confdefs.h <<\_ACEOF
10170 #define HAVE_LIBXXSHM 1
10171 _ACEOF
10176 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10177 case "x$with_xshm" in
10178 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10179 xno) ;;
10180 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10181 This is an error since --with-xshm was requested." >&5
10182 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10183 This is an error since --with-xshm was requested." >&2;}
10184 { (exit 1); exit 1; }; } ;;
10185 esac
10189 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10190 then
10191 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10192 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10193 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10194 echo $ECHO_N "(cached) $ECHO_C" >&6
10195 else
10196 ac_check_lib_save_LIBS=$LIBS
10197 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10198 cat >conftest.$ac_ext <<_ACEOF
10199 /* confdefs.h. */
10200 _ACEOF
10201 cat confdefs.h >>conftest.$ac_ext
10202 cat >>conftest.$ac_ext <<_ACEOF
10203 /* end confdefs.h. */
10205 /* Override any GCC internal prototype to avoid an error.
10206 Use char because int might match the return type of a GCC
10207 builtin and then its argument prototype would still apply. */
10208 #ifdef __cplusplus
10209 extern "C"
10210 #endif
10211 char XShapeQueryExtension ();
10213 main ()
10215 return XShapeQueryExtension ();
10217 return 0;
10219 _ACEOF
10220 rm -f conftest.$ac_objext conftest$ac_exeext
10221 if { (ac_try="$ac_link"
10222 case "(($ac_try" in
10223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10224 *) ac_try_echo=$ac_try;;
10225 esac
10226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10227 (eval "$ac_link") 2>conftest.er1
10228 ac_status=$?
10229 grep -v '^ *+' conftest.er1 >conftest.err
10230 rm -f conftest.er1
10231 cat conftest.err >&5
10232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10233 (exit $ac_status); } && {
10234 test -z "$ac_c_werror_flag" ||
10235 test ! -s conftest.err
10236 } && test -s conftest$ac_exeext &&
10237 $as_test_x conftest$ac_exeext; then
10238 ac_cv_lib_Xext_XShapeQueryExtension=yes
10239 else
10240 echo "$as_me: failed program was:" >&5
10241 sed 's/^/| /' conftest.$ac_ext >&5
10243 ac_cv_lib_Xext_XShapeQueryExtension=no
10246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10247 conftest$ac_exeext conftest.$ac_ext
10248 LIBS=$ac_check_lib_save_LIBS
10250 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10251 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10252 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10254 cat >>confdefs.h <<\_ACEOF
10255 #define HAVE_LIBXSHAPE 1
10256 _ACEOF
10261 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10262 case "x$with_xshape" in
10263 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10264 xno) ;;
10265 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10266 This is an error since --with-xshape was requested." >&5
10267 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10268 This is an error since --with-xshape was requested." >&2;}
10269 { (exit 1); exit 1; }; } ;;
10270 esac
10274 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10275 then
10276 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10277 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10278 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10279 echo $ECHO_N "(cached) $ECHO_C" >&6
10280 else
10281 ac_check_soname_save_LIBS=$LIBS
10282 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10283 cat >conftest.$ac_ext <<_ACEOF
10284 /* confdefs.h. */
10285 _ACEOF
10286 cat confdefs.h >>conftest.$ac_ext
10287 cat >>conftest.$ac_ext <<_ACEOF
10288 /* end confdefs.h. */
10290 /* Override any GCC internal prototype to avoid an error.
10291 Use char because int might match the return type of a GCC
10292 builtin and then its argument prototype would still apply. */
10293 #ifdef __cplusplus
10294 extern "C"
10295 #endif
10296 char XF86VidModeQueryExtension ();
10298 main ()
10300 return XF86VidModeQueryExtension ();
10302 return 0;
10304 _ACEOF
10305 rm -f conftest.$ac_objext conftest$ac_exeext
10306 if { (ac_try="$ac_link"
10307 case "(($ac_try" in
10308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10309 *) ac_try_echo=$ac_try;;
10310 esac
10311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10312 (eval "$ac_link") 2>conftest.er1
10313 ac_status=$?
10314 grep -v '^ *+' conftest.er1 >conftest.err
10315 rm -f conftest.er1
10316 cat conftest.err >&5
10317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10318 (exit $ac_status); } && {
10319 test -z "$ac_c_werror_flag" ||
10320 test ! -s conftest.err
10321 } && test -s conftest$ac_exeext &&
10322 $as_test_x conftest$ac_exeext; then
10323 case "$LIBEXT" in
10324 dll) ;;
10325 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'` ;;
10326 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10327 esac
10328 else
10329 echo "$as_me: failed program was:" >&5
10330 sed 's/^/| /' conftest.$ac_ext >&5
10335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10336 conftest$ac_exeext conftest.$ac_ext
10337 LIBS=$ac_check_soname_save_LIBS
10339 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10340 { echo "$as_me:$LINENO: result: not found" >&5
10341 echo "${ECHO_T}not found" >&6; }
10343 else
10344 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10345 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10347 cat >>confdefs.h <<_ACEOF
10348 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10349 _ACEOF
10355 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10356 case "x$with_xxf86vm" in
10357 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10358 xno) ;;
10359 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10360 This is an error since --with-xxf86vm was requested." >&5
10361 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10362 This is an error since --with-xxf86vm was requested." >&2;}
10363 { (exit 1); exit 1; }; } ;;
10364 esac
10368 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"
10369 then
10370 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10371 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10372 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10373 echo $ECHO_N "(cached) $ECHO_C" >&6
10374 else
10375 ac_check_soname_save_LIBS=$LIBS
10376 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10377 cat >conftest.$ac_ext <<_ACEOF
10378 /* confdefs.h. */
10379 _ACEOF
10380 cat confdefs.h >>conftest.$ac_ext
10381 cat >>conftest.$ac_ext <<_ACEOF
10382 /* end confdefs.h. */
10384 /* Override any GCC internal prototype to avoid an error.
10385 Use char because int might match the return type of a GCC
10386 builtin and then its argument prototype would still apply. */
10387 #ifdef __cplusplus
10388 extern "C"
10389 #endif
10390 char XRenderQueryExtension ();
10392 main ()
10394 return XRenderQueryExtension ();
10396 return 0;
10398 _ACEOF
10399 rm -f conftest.$ac_objext conftest$ac_exeext
10400 if { (ac_try="$ac_link"
10401 case "(($ac_try" in
10402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10403 *) ac_try_echo=$ac_try;;
10404 esac
10405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10406 (eval "$ac_link") 2>conftest.er1
10407 ac_status=$?
10408 grep -v '^ *+' conftest.er1 >conftest.err
10409 rm -f conftest.er1
10410 cat conftest.err >&5
10411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10412 (exit $ac_status); } && {
10413 test -z "$ac_c_werror_flag" ||
10414 test ! -s conftest.err
10415 } && test -s conftest$ac_exeext &&
10416 $as_test_x conftest$ac_exeext; then
10417 case "$LIBEXT" in
10418 dll) ;;
10419 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'` ;;
10420 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10421 esac
10422 else
10423 echo "$as_me: failed program was:" >&5
10424 sed 's/^/| /' conftest.$ac_ext >&5
10429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10430 conftest$ac_exeext conftest.$ac_ext
10431 LIBS=$ac_check_soname_save_LIBS
10433 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10434 { echo "$as_me:$LINENO: result: not found" >&5
10435 echo "${ECHO_T}not found" >&6; }
10437 else
10438 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10439 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10441 cat >>confdefs.h <<_ACEOF
10442 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10443 _ACEOF
10445 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10446 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10447 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10448 echo $ECHO_N "(cached) $ECHO_C" >&6
10449 else
10450 ac_check_lib_save_LIBS=$LIBS
10451 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10452 cat >conftest.$ac_ext <<_ACEOF
10453 /* confdefs.h. */
10454 _ACEOF
10455 cat confdefs.h >>conftest.$ac_ext
10456 cat >>conftest.$ac_ext <<_ACEOF
10457 /* end confdefs.h. */
10459 /* Override any GCC internal prototype to avoid an error.
10460 Use char because int might match the return type of a GCC
10461 builtin and then its argument prototype would still apply. */
10462 #ifdef __cplusplus
10463 extern "C"
10464 #endif
10465 char XRenderSetPictureTransform ();
10467 main ()
10469 return XRenderSetPictureTransform ();
10471 return 0;
10473 _ACEOF
10474 rm -f conftest.$ac_objext conftest$ac_exeext
10475 if { (ac_try="$ac_link"
10476 case "(($ac_try" in
10477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10478 *) ac_try_echo=$ac_try;;
10479 esac
10480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10481 (eval "$ac_link") 2>conftest.er1
10482 ac_status=$?
10483 grep -v '^ *+' conftest.er1 >conftest.err
10484 rm -f conftest.er1
10485 cat conftest.err >&5
10486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10487 (exit $ac_status); } && {
10488 test -z "$ac_c_werror_flag" ||
10489 test ! -s conftest.err
10490 } && test -s conftest$ac_exeext &&
10491 $as_test_x conftest$ac_exeext; then
10492 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10493 else
10494 echo "$as_me: failed program was:" >&5
10495 sed 's/^/| /' conftest.$ac_ext >&5
10497 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10501 conftest$ac_exeext conftest.$ac_ext
10502 LIBS=$ac_check_lib_save_LIBS
10504 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10505 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10506 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10508 cat >>confdefs.h <<\_ACEOF
10509 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10510 _ACEOF
10518 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10519 case "x$with_xrender" in
10520 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10521 xno) ;;
10522 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10523 This is an error since --with-xrender was requested." >&5
10524 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10525 This is an error since --with-xrender was requested." >&2;}
10526 { (exit 1); exit 1; }; } ;;
10527 esac
10531 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10532 then
10533 cat >conftest.$ac_ext <<_ACEOF
10534 /* confdefs.h. */
10535 _ACEOF
10536 cat confdefs.h >>conftest.$ac_ext
10537 cat >>conftest.$ac_ext <<_ACEOF
10538 /* end confdefs.h. */
10539 #include <X11/Xlib.h>
10540 #include <X11/extensions/Xrandr.h>
10542 main ()
10544 static typeof(XRRSetScreenConfigAndRate) * func;
10546 return 0;
10548 _ACEOF
10549 rm -f conftest.$ac_objext
10550 if { (ac_try="$ac_compile"
10551 case "(($ac_try" in
10552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10553 *) ac_try_echo=$ac_try;;
10554 esac
10555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10556 (eval "$ac_compile") 2>conftest.er1
10557 ac_status=$?
10558 grep -v '^ *+' conftest.er1 >conftest.err
10559 rm -f conftest.er1
10560 cat conftest.err >&5
10561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10562 (exit $ac_status); } && {
10563 test -z "$ac_c_werror_flag" ||
10564 test ! -s conftest.err
10565 } && test -s conftest.$ac_objext; then
10566 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10567 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10568 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10569 echo $ECHO_N "(cached) $ECHO_C" >&6
10570 else
10571 ac_check_soname_save_LIBS=$LIBS
10572 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10573 cat >conftest.$ac_ext <<_ACEOF
10574 /* confdefs.h. */
10575 _ACEOF
10576 cat confdefs.h >>conftest.$ac_ext
10577 cat >>conftest.$ac_ext <<_ACEOF
10578 /* end confdefs.h. */
10580 /* Override any GCC internal prototype to avoid an error.
10581 Use char because int might match the return type of a GCC
10582 builtin and then its argument prototype would still apply. */
10583 #ifdef __cplusplus
10584 extern "C"
10585 #endif
10586 char XRRQueryExtension ();
10588 main ()
10590 return XRRQueryExtension ();
10592 return 0;
10594 _ACEOF
10595 rm -f conftest.$ac_objext conftest$ac_exeext
10596 if { (ac_try="$ac_link"
10597 case "(($ac_try" in
10598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10599 *) ac_try_echo=$ac_try;;
10600 esac
10601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10602 (eval "$ac_link") 2>conftest.er1
10603 ac_status=$?
10604 grep -v '^ *+' conftest.er1 >conftest.err
10605 rm -f conftest.er1
10606 cat conftest.err >&5
10607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10608 (exit $ac_status); } && {
10609 test -z "$ac_c_werror_flag" ||
10610 test ! -s conftest.err
10611 } && test -s conftest$ac_exeext &&
10612 $as_test_x conftest$ac_exeext; then
10613 case "$LIBEXT" in
10614 dll) ;;
10615 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'` ;;
10616 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10617 esac
10618 else
10619 echo "$as_me: failed program was:" >&5
10620 sed 's/^/| /' conftest.$ac_ext >&5
10625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10626 conftest$ac_exeext conftest.$ac_ext
10627 LIBS=$ac_check_soname_save_LIBS
10629 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10630 { echo "$as_me:$LINENO: result: not found" >&5
10631 echo "${ECHO_T}not found" >&6; }
10633 else
10634 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10635 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10637 cat >>confdefs.h <<_ACEOF
10638 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10639 _ACEOF
10644 else
10645 echo "$as_me: failed program was:" >&5
10646 sed 's/^/| /' conftest.$ac_ext >&5
10651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10653 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10654 case "x$with_xrandr" in
10655 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10656 xno) ;;
10657 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10658 This is an error since --with-xrandr was requested." >&5
10659 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10660 This is an error since --with-xrandr was requested." >&2;}
10661 { (exit 1); exit 1; }; } ;;
10662 esac
10666 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10667 then
10668 cat >conftest.$ac_ext <<_ACEOF
10669 /* confdefs.h. */
10670 _ACEOF
10671 cat confdefs.h >>conftest.$ac_ext
10672 cat >>conftest.$ac_ext <<_ACEOF
10673 /* end confdefs.h. */
10674 #include <X11/Xlib.h>
10675 #include <X11/extensions/Xinerama.h>
10677 main ()
10679 static typeof(XineramaQueryScreens) * func;
10681 return 0;
10683 _ACEOF
10684 rm -f conftest.$ac_objext
10685 if { (ac_try="$ac_compile"
10686 case "(($ac_try" in
10687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10688 *) ac_try_echo=$ac_try;;
10689 esac
10690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10691 (eval "$ac_compile") 2>conftest.er1
10692 ac_status=$?
10693 grep -v '^ *+' conftest.er1 >conftest.err
10694 rm -f conftest.er1
10695 cat conftest.err >&5
10696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10697 (exit $ac_status); } && {
10698 test -z "$ac_c_werror_flag" ||
10699 test ! -s conftest.err
10700 } && test -s conftest.$ac_objext; then
10701 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10702 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10703 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10704 echo $ECHO_N "(cached) $ECHO_C" >&6
10705 else
10706 ac_check_soname_save_LIBS=$LIBS
10707 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10708 cat >conftest.$ac_ext <<_ACEOF
10709 /* confdefs.h. */
10710 _ACEOF
10711 cat confdefs.h >>conftest.$ac_ext
10712 cat >>conftest.$ac_ext <<_ACEOF
10713 /* end confdefs.h. */
10715 /* Override any GCC internal prototype to avoid an error.
10716 Use char because int might match the return type of a GCC
10717 builtin and then its argument prototype would still apply. */
10718 #ifdef __cplusplus
10719 extern "C"
10720 #endif
10721 char XineramaQueryScreens ();
10723 main ()
10725 return XineramaQueryScreens ();
10727 return 0;
10729 _ACEOF
10730 rm -f conftest.$ac_objext conftest$ac_exeext
10731 if { (ac_try="$ac_link"
10732 case "(($ac_try" in
10733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10734 *) ac_try_echo=$ac_try;;
10735 esac
10736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10737 (eval "$ac_link") 2>conftest.er1
10738 ac_status=$?
10739 grep -v '^ *+' conftest.er1 >conftest.err
10740 rm -f conftest.er1
10741 cat conftest.err >&5
10742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10743 (exit $ac_status); } && {
10744 test -z "$ac_c_werror_flag" ||
10745 test ! -s conftest.err
10746 } && test -s conftest$ac_exeext &&
10747 $as_test_x conftest$ac_exeext; then
10748 case "$LIBEXT" in
10749 dll) ;;
10750 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'` ;;
10751 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10752 esac
10753 else
10754 echo "$as_me: failed program was:" >&5
10755 sed 's/^/| /' conftest.$ac_ext >&5
10760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10761 conftest$ac_exeext conftest.$ac_ext
10762 LIBS=$ac_check_soname_save_LIBS
10764 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10765 { echo "$as_me:$LINENO: result: not found" >&5
10766 echo "${ECHO_T}not found" >&6; }
10768 else
10769 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10770 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10772 cat >>confdefs.h <<_ACEOF
10773 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10774 _ACEOF
10779 else
10780 echo "$as_me: failed program was:" >&5
10781 sed 's/^/| /' conftest.$ac_ext >&5
10786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10788 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10789 case "x$with_xinerama" in
10790 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10791 xno) ;;
10792 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10793 This is an error since --with-xinerama was requested." >&5
10794 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10795 This is an error since --with-xinerama was requested." >&2;}
10796 { (exit 1); exit 1; }; } ;;
10797 esac
10801 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10802 then
10803 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10804 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10805 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10806 echo $ECHO_N "(cached) $ECHO_C" >&6
10807 else
10808 ac_check_soname_save_LIBS=$LIBS
10809 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10810 cat >conftest.$ac_ext <<_ACEOF
10811 /* confdefs.h. */
10812 _ACEOF
10813 cat confdefs.h >>conftest.$ac_ext
10814 cat >>conftest.$ac_ext <<_ACEOF
10815 /* end confdefs.h. */
10817 /* Override any GCC internal prototype to avoid an error.
10818 Use char because int might match the return type of a GCC
10819 builtin and then its argument prototype would still apply. */
10820 #ifdef __cplusplus
10821 extern "C"
10822 #endif
10823 char XCompositeRedirectWindow ();
10825 main ()
10827 return XCompositeRedirectWindow ();
10829 return 0;
10831 _ACEOF
10832 rm -f conftest.$ac_objext conftest$ac_exeext
10833 if { (ac_try="$ac_link"
10834 case "(($ac_try" in
10835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10836 *) ac_try_echo=$ac_try;;
10837 esac
10838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10839 (eval "$ac_link") 2>conftest.er1
10840 ac_status=$?
10841 grep -v '^ *+' conftest.er1 >conftest.err
10842 rm -f conftest.er1
10843 cat conftest.err >&5
10844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10845 (exit $ac_status); } && {
10846 test -z "$ac_c_werror_flag" ||
10847 test ! -s conftest.err
10848 } && test -s conftest$ac_exeext &&
10849 $as_test_x conftest$ac_exeext; then
10850 case "$LIBEXT" in
10851 dll) ;;
10852 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'` ;;
10853 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10854 esac
10855 else
10856 echo "$as_me: failed program was:" >&5
10857 sed 's/^/| /' conftest.$ac_ext >&5
10862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10863 conftest$ac_exeext conftest.$ac_ext
10864 LIBS=$ac_check_soname_save_LIBS
10866 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10867 { echo "$as_me:$LINENO: result: not found" >&5
10868 echo "${ECHO_T}not found" >&6; }
10870 else
10871 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10872 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10874 cat >>confdefs.h <<_ACEOF
10875 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10876 _ACEOF
10882 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10883 case "x$with_xcomposite" in
10884 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10885 xno) ;;
10886 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10887 This is an error since --with-xcomposite was requested." >&5
10888 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10889 This is an error since --with-xcomposite was requested." >&2;}
10890 { (exit 1); exit 1; }; } ;;
10891 esac
10895 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10896 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10897 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10898 echo $ECHO_N "(cached) $ECHO_C" >&6
10899 else
10900 cat >conftest.$ac_ext <<_ACEOF
10901 /* confdefs.h. */
10902 _ACEOF
10903 cat confdefs.h >>conftest.$ac_ext
10904 cat >>conftest.$ac_ext <<_ACEOF
10905 /* end confdefs.h. */
10906 #ifdef HAVE_X11_XLIB_H
10907 #include <X11/Xlib.h>
10908 #endif
10911 main ()
10913 static XICCallback ac_aggr;
10914 if (ac_aggr.callback)
10915 return 0;
10917 return 0;
10919 _ACEOF
10920 rm -f conftest.$ac_objext
10921 if { (ac_try="$ac_compile"
10922 case "(($ac_try" in
10923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10924 *) ac_try_echo=$ac_try;;
10925 esac
10926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10927 (eval "$ac_compile") 2>conftest.er1
10928 ac_status=$?
10929 grep -v '^ *+' conftest.er1 >conftest.err
10930 rm -f conftest.er1
10931 cat conftest.err >&5
10932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10933 (exit $ac_status); } && {
10934 test -z "$ac_c_werror_flag" ||
10935 test ! -s conftest.err
10936 } && test -s conftest.$ac_objext; then
10937 ac_cv_member_XICCallback_callback=yes
10938 else
10939 echo "$as_me: failed program was:" >&5
10940 sed 's/^/| /' conftest.$ac_ext >&5
10942 cat >conftest.$ac_ext <<_ACEOF
10943 /* confdefs.h. */
10944 _ACEOF
10945 cat confdefs.h >>conftest.$ac_ext
10946 cat >>conftest.$ac_ext <<_ACEOF
10947 /* end confdefs.h. */
10948 #ifdef HAVE_X11_XLIB_H
10949 #include <X11/Xlib.h>
10950 #endif
10953 main ()
10955 static XICCallback ac_aggr;
10956 if (sizeof ac_aggr.callback)
10957 return 0;
10959 return 0;
10961 _ACEOF
10962 rm -f conftest.$ac_objext
10963 if { (ac_try="$ac_compile"
10964 case "(($ac_try" in
10965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10966 *) ac_try_echo=$ac_try;;
10967 esac
10968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10969 (eval "$ac_compile") 2>conftest.er1
10970 ac_status=$?
10971 grep -v '^ *+' conftest.er1 >conftest.err
10972 rm -f conftest.er1
10973 cat conftest.err >&5
10974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10975 (exit $ac_status); } && {
10976 test -z "$ac_c_werror_flag" ||
10977 test ! -s conftest.err
10978 } && test -s conftest.$ac_objext; then
10979 ac_cv_member_XICCallback_callback=yes
10980 else
10981 echo "$as_me: failed program was:" >&5
10982 sed 's/^/| /' conftest.$ac_ext >&5
10984 ac_cv_member_XICCallback_callback=no
10987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10992 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10993 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10994 if test $ac_cv_member_XICCallback_callback = yes; then
10996 cat >>confdefs.h <<_ACEOF
10997 #define HAVE_XICCALLBACK_CALLBACK 1
10998 _ACEOF
11005 opengl_msg=""
11006 if test "x$with_opengl" != "xno"
11007 then
11012 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11014 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11015 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11016 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11017 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11018 echo $ECHO_N "(cached) $ECHO_C" >&6
11019 else
11020 cat >conftest.$ac_ext <<_ACEOF
11021 /* confdefs.h. */
11022 _ACEOF
11023 cat confdefs.h >>conftest.$ac_ext
11024 cat >>conftest.$ac_ext <<_ACEOF
11025 /* end confdefs.h. */
11026 #ifdef HAVE_GL_GLX_H
11027 # include <GL/glx.h>
11028 #endif
11030 #include <$ac_header>
11031 _ACEOF
11032 rm -f conftest.$ac_objext
11033 if { (ac_try="$ac_compile"
11034 case "(($ac_try" in
11035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11036 *) ac_try_echo=$ac_try;;
11037 esac
11038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11039 (eval "$ac_compile") 2>conftest.er1
11040 ac_status=$?
11041 grep -v '^ *+' conftest.er1 >conftest.err
11042 rm -f conftest.er1
11043 cat conftest.err >&5
11044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11045 (exit $ac_status); } && {
11046 test -z "$ac_c_werror_flag" ||
11047 test ! -s conftest.err
11048 } && test -s conftest.$ac_objext; then
11049 eval "$as_ac_Header=yes"
11050 else
11051 echo "$as_me: failed program was:" >&5
11052 sed 's/^/| /' conftest.$ac_ext >&5
11054 eval "$as_ac_Header=no"
11057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11059 ac_res=`eval echo '${'$as_ac_Header'}'`
11060 { echo "$as_me:$LINENO: result: $ac_res" >&5
11061 echo "${ECHO_T}$ac_res" >&6; }
11062 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11063 cat >>confdefs.h <<_ACEOF
11064 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11065 _ACEOF
11069 done
11071 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11072 then
11073 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11074 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11075 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11076 echo $ECHO_N "(cached) $ECHO_C" >&6
11077 else
11078 cat >conftest.$ac_ext <<_ACEOF
11079 /* confdefs.h. */
11080 _ACEOF
11081 cat confdefs.h >>conftest.$ac_ext
11082 cat >>conftest.$ac_ext <<_ACEOF
11083 /* end confdefs.h. */
11084 #include <GL/gl.h>
11086 main ()
11088 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11090 return 0;
11092 _ACEOF
11093 rm -f conftest.$ac_objext
11094 if { (ac_try="$ac_compile"
11095 case "(($ac_try" in
11096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11097 *) ac_try_echo=$ac_try;;
11098 esac
11099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11100 (eval "$ac_compile") 2>conftest.er1
11101 ac_status=$?
11102 grep -v '^ *+' conftest.er1 >conftest.err
11103 rm -f conftest.er1
11104 cat conftest.err >&5
11105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11106 (exit $ac_status); } && {
11107 test -z "$ac_c_werror_flag" ||
11108 test ! -s conftest.err
11109 } && test -s conftest.$ac_objext; then
11110 wine_cv_opengl_header_version_OK="yes"
11111 else
11112 echo "$as_me: failed program was:" >&5
11113 sed 's/^/| /' conftest.$ac_ext >&5
11115 wine_cv_opengl_header_version_OK="no"
11118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11120 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11121 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11123 if test "$wine_cv_opengl_header_version_OK" = "yes"
11124 then
11125 { echo "$as_me:$LINENO: checking for -lGL" >&5
11126 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11127 if test "${ac_cv_lib_soname_GL+set}" = set; then
11128 echo $ECHO_N "(cached) $ECHO_C" >&6
11129 else
11130 ac_check_soname_save_LIBS=$LIBS
11131 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11132 cat >conftest.$ac_ext <<_ACEOF
11133 /* confdefs.h. */
11134 _ACEOF
11135 cat confdefs.h >>conftest.$ac_ext
11136 cat >>conftest.$ac_ext <<_ACEOF
11137 /* end confdefs.h. */
11139 /* Override any GCC internal prototype to avoid an error.
11140 Use char because int might match the return type of a GCC
11141 builtin and then its argument prototype would still apply. */
11142 #ifdef __cplusplus
11143 extern "C"
11144 #endif
11145 char glXCreateContext ();
11147 main ()
11149 return glXCreateContext ();
11151 return 0;
11153 _ACEOF
11154 rm -f conftest.$ac_objext conftest$ac_exeext
11155 if { (ac_try="$ac_link"
11156 case "(($ac_try" in
11157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11158 *) ac_try_echo=$ac_try;;
11159 esac
11160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11161 (eval "$ac_link") 2>conftest.er1
11162 ac_status=$?
11163 grep -v '^ *+' conftest.er1 >conftest.err
11164 rm -f conftest.er1
11165 cat conftest.err >&5
11166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11167 (exit $ac_status); } && {
11168 test -z "$ac_c_werror_flag" ||
11169 test ! -s conftest.err
11170 } && test -s conftest$ac_exeext &&
11171 $as_test_x conftest$ac_exeext; then
11172 case "$LIBEXT" in
11173 dll) ;;
11174 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'` ;;
11175 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11176 esac
11177 else
11178 echo "$as_me: failed program was:" >&5
11179 sed 's/^/| /' conftest.$ac_ext >&5
11184 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11185 conftest$ac_exeext conftest.$ac_ext
11186 LIBS=$ac_check_soname_save_LIBS
11188 if test "x$ac_cv_lib_soname_GL" = "x"; then
11189 { echo "$as_me:$LINENO: result: not found" >&5
11190 echo "${ECHO_T}not found" >&6; }
11191 { echo "$as_me:$LINENO: checking for -lGL" >&5
11192 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11193 if test "${ac_cv_lib_soname_GL+set}" = set; then
11194 echo $ECHO_N "(cached) $ECHO_C" >&6
11195 else
11196 ac_check_soname_save_LIBS=$LIBS
11197 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"
11198 cat >conftest.$ac_ext <<_ACEOF
11199 /* confdefs.h. */
11200 _ACEOF
11201 cat confdefs.h >>conftest.$ac_ext
11202 cat >>conftest.$ac_ext <<_ACEOF
11203 /* end confdefs.h. */
11205 /* Override any GCC internal prototype to avoid an error.
11206 Use char because int might match the return type of a GCC
11207 builtin and then its argument prototype would still apply. */
11208 #ifdef __cplusplus
11209 extern "C"
11210 #endif
11211 char glXCreateContext ();
11213 main ()
11215 return glXCreateContext ();
11217 return 0;
11219 _ACEOF
11220 rm -f conftest.$ac_objext conftest$ac_exeext
11221 if { (ac_try="$ac_link"
11222 case "(($ac_try" in
11223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11224 *) ac_try_echo=$ac_try;;
11225 esac
11226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11227 (eval "$ac_link") 2>conftest.er1
11228 ac_status=$?
11229 grep -v '^ *+' conftest.er1 >conftest.err
11230 rm -f conftest.er1
11231 cat conftest.err >&5
11232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11233 (exit $ac_status); } && {
11234 test -z "$ac_c_werror_flag" ||
11235 test ! -s conftest.err
11236 } && test -s conftest$ac_exeext &&
11237 $as_test_x conftest$ac_exeext; then
11238 case "$LIBEXT" in
11239 dll) ;;
11240 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'` ;;
11241 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11242 esac
11243 else
11244 echo "$as_me: failed program was:" >&5
11245 sed 's/^/| /' conftest.$ac_ext >&5
11250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11251 conftest$ac_exeext conftest.$ac_ext
11252 LIBS=$ac_check_soname_save_LIBS
11254 if test "x$ac_cv_lib_soname_GL" = "x"; then
11255 { echo "$as_me:$LINENO: result: not found" >&5
11256 echo "${ECHO_T}not found" >&6; }
11257 if test -f /usr/X11R6/lib/libGL.a
11258 then
11259 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11260 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11261 else
11262 opengl_msg="No OpenGL library found on this system."
11264 else
11265 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11266 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11268 cat >>confdefs.h <<_ACEOF
11269 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11270 _ACEOF
11272 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"
11274 cat >>confdefs.h <<\_ACEOF
11275 #define HAVE_OPENGL 1
11276 _ACEOF
11280 else
11281 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11282 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11284 cat >>confdefs.h <<_ACEOF
11285 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11286 _ACEOF
11288 OPENGL_LIBS="-lGL"
11290 cat >>confdefs.h <<\_ACEOF
11291 #define HAVE_OPENGL 1
11292 _ACEOF
11296 if test "$ac_cv_header_GL_glu_h" = "yes"
11297 then
11298 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11299 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11300 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11301 echo $ECHO_N "(cached) $ECHO_C" >&6
11302 else
11303 ac_check_soname_save_LIBS=$LIBS
11304 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11305 cat >conftest.$ac_ext <<_ACEOF
11306 /* confdefs.h. */
11307 _ACEOF
11308 cat confdefs.h >>conftest.$ac_ext
11309 cat >>conftest.$ac_ext <<_ACEOF
11310 /* end confdefs.h. */
11312 /* Override any GCC internal prototype to avoid an error.
11313 Use char because int might match the return type of a GCC
11314 builtin and then its argument prototype would still apply. */
11315 #ifdef __cplusplus
11316 extern "C"
11317 #endif
11318 char gluLookAt ();
11320 main ()
11322 return gluLookAt ();
11324 return 0;
11326 _ACEOF
11327 rm -f conftest.$ac_objext conftest$ac_exeext
11328 if { (ac_try="$ac_link"
11329 case "(($ac_try" in
11330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11331 *) ac_try_echo=$ac_try;;
11332 esac
11333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11334 (eval "$ac_link") 2>conftest.er1
11335 ac_status=$?
11336 grep -v '^ *+' conftest.er1 >conftest.err
11337 rm -f conftest.er1
11338 cat conftest.err >&5
11339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340 (exit $ac_status); } && {
11341 test -z "$ac_c_werror_flag" ||
11342 test ! -s conftest.err
11343 } && test -s conftest$ac_exeext &&
11344 $as_test_x conftest$ac_exeext; then
11345 case "$LIBEXT" in
11346 dll) ;;
11347 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'` ;;
11348 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11349 esac
11350 else
11351 echo "$as_me: failed program was:" >&5
11352 sed 's/^/| /' conftest.$ac_ext >&5
11357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11358 conftest$ac_exeext conftest.$ac_ext
11359 LIBS=$ac_check_soname_save_LIBS
11361 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11362 { echo "$as_me:$LINENO: result: not found" >&5
11363 echo "${ECHO_T}not found" >&6; }
11365 else
11366 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11367 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11369 cat >>confdefs.h <<_ACEOF
11370 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11371 _ACEOF
11377 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11378 case "x$with_glu" in
11379 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11380 xno) ;;
11381 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11382 This is an error since --with-glu was requested." >&5
11383 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11384 This is an error since --with-glu was requested." >&2;}
11385 { (exit 1); exit 1; }; } ;;
11386 esac
11389 else
11390 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11392 else
11393 opengl_msg="OpenGL development headers not found."
11395 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11396 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11397 else
11398 enable_opengl32=${enable_opengl32:-no}
11399 enable_glu32=${enable_glu32:-no}
11401 if test -n "$opengl_msg"; then
11402 case "x$with_opengl" in
11403 x) wine_warnings="$wine_warnings|$opengl_msg
11404 OpenGL and Direct3D won't be supported." ;;
11405 xno) ;;
11406 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11407 OpenGL and Direct3D won't be supported.
11408 This is an error since --with-opengl was requested." >&5
11409 echo "$as_me: error: $opengl_msg
11410 OpenGL and Direct3D won't be supported.
11411 This is an error since --with-opengl was requested." >&2;}
11412 { (exit 1); exit 1; }; } ;;
11413 esac
11417 NASLIBS=""
11420 for ac_header in audio/audiolib.h
11422 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11424 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11425 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11426 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11427 echo $ECHO_N "(cached) $ECHO_C" >&6
11429 ac_res=`eval echo '${'$as_ac_Header'}'`
11430 { echo "$as_me:$LINENO: result: $ac_res" >&5
11431 echo "${ECHO_T}$ac_res" >&6; }
11432 else
11433 # Is the header compilable?
11434 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11435 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11436 cat >conftest.$ac_ext <<_ACEOF
11437 /* confdefs.h. */
11438 _ACEOF
11439 cat confdefs.h >>conftest.$ac_ext
11440 cat >>conftest.$ac_ext <<_ACEOF
11441 /* end confdefs.h. */
11442 $ac_includes_default
11443 #include <$ac_header>
11444 _ACEOF
11445 rm -f conftest.$ac_objext
11446 if { (ac_try="$ac_compile"
11447 case "(($ac_try" in
11448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11449 *) ac_try_echo=$ac_try;;
11450 esac
11451 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11452 (eval "$ac_compile") 2>conftest.er1
11453 ac_status=$?
11454 grep -v '^ *+' conftest.er1 >conftest.err
11455 rm -f conftest.er1
11456 cat conftest.err >&5
11457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11458 (exit $ac_status); } && {
11459 test -z "$ac_c_werror_flag" ||
11460 test ! -s conftest.err
11461 } && test -s conftest.$ac_objext; then
11462 ac_header_compiler=yes
11463 else
11464 echo "$as_me: failed program was:" >&5
11465 sed 's/^/| /' conftest.$ac_ext >&5
11467 ac_header_compiler=no
11470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11471 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11472 echo "${ECHO_T}$ac_header_compiler" >&6; }
11474 # Is the header present?
11475 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11476 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11477 cat >conftest.$ac_ext <<_ACEOF
11478 /* confdefs.h. */
11479 _ACEOF
11480 cat confdefs.h >>conftest.$ac_ext
11481 cat >>conftest.$ac_ext <<_ACEOF
11482 /* end confdefs.h. */
11483 #include <$ac_header>
11484 _ACEOF
11485 if { (ac_try="$ac_cpp conftest.$ac_ext"
11486 case "(($ac_try" in
11487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11488 *) ac_try_echo=$ac_try;;
11489 esac
11490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11491 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11492 ac_status=$?
11493 grep -v '^ *+' conftest.er1 >conftest.err
11494 rm -f conftest.er1
11495 cat conftest.err >&5
11496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11497 (exit $ac_status); } >/dev/null && {
11498 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11499 test ! -s conftest.err
11500 }; then
11501 ac_header_preproc=yes
11502 else
11503 echo "$as_me: failed program was:" >&5
11504 sed 's/^/| /' conftest.$ac_ext >&5
11506 ac_header_preproc=no
11509 rm -f conftest.err conftest.$ac_ext
11510 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11511 echo "${ECHO_T}$ac_header_preproc" >&6; }
11513 # So? What about this header?
11514 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11515 yes:no: )
11516 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11517 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11518 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11519 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11520 ac_header_preproc=yes
11522 no:yes:* )
11523 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11524 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11525 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11526 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11527 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11528 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11529 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11530 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11531 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11532 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11533 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11534 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11535 ( cat <<\_ASBOX
11536 ## ------------------------------------ ##
11537 ## Report this to wine-devel@winehq.org ##
11538 ## ------------------------------------ ##
11539 _ASBOX
11540 ) | sed "s/^/$as_me: WARNING: /" >&2
11542 esac
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
11547 else
11548 eval "$as_ac_Header=\$ac_header_preproc"
11550 ac_res=`eval echo '${'$as_ac_Header'}'`
11551 { echo "$as_me:$LINENO: result: $ac_res" >&5
11552 echo "${ECHO_T}$ac_res" >&6; }
11555 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11556 cat >>confdefs.h <<_ACEOF
11557 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11558 _ACEOF
11560 for ac_header in audio/soundlib.h
11562 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11563 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11564 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11565 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11566 echo $ECHO_N "(cached) $ECHO_C" >&6
11567 else
11568 cat >conftest.$ac_ext <<_ACEOF
11569 /* confdefs.h. */
11570 _ACEOF
11571 cat confdefs.h >>conftest.$ac_ext
11572 cat >>conftest.$ac_ext <<_ACEOF
11573 /* end confdefs.h. */
11574 #include <audio/audiolib.h>
11576 #include <$ac_header>
11577 _ACEOF
11578 rm -f conftest.$ac_objext
11579 if { (ac_try="$ac_compile"
11580 case "(($ac_try" in
11581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11582 *) ac_try_echo=$ac_try;;
11583 esac
11584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11585 (eval "$ac_compile") 2>conftest.er1
11586 ac_status=$?
11587 grep -v '^ *+' conftest.er1 >conftest.err
11588 rm -f conftest.er1
11589 cat conftest.err >&5
11590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11591 (exit $ac_status); } && {
11592 test -z "$ac_c_werror_flag" ||
11593 test ! -s conftest.err
11594 } && test -s conftest.$ac_objext; then
11595 eval "$as_ac_Header=yes"
11596 else
11597 echo "$as_me: failed program was:" >&5
11598 sed 's/^/| /' conftest.$ac_ext >&5
11600 eval "$as_ac_Header=no"
11603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11605 ac_res=`eval echo '${'$as_ac_Header'}'`
11606 { echo "$as_me:$LINENO: result: $ac_res" >&5
11607 echo "${ECHO_T}$ac_res" >&6; }
11608 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11609 cat >>confdefs.h <<_ACEOF
11610 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11611 _ACEOF
11615 done
11617 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11618 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11619 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11620 echo $ECHO_N "(cached) $ECHO_C" >&6
11621 else
11622 ac_check_lib_save_LIBS=$LIBS
11623 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11624 cat >conftest.$ac_ext <<_ACEOF
11625 /* confdefs.h. */
11626 _ACEOF
11627 cat confdefs.h >>conftest.$ac_ext
11628 cat >>conftest.$ac_ext <<_ACEOF
11629 /* end confdefs.h. */
11631 /* Override any GCC internal prototype to avoid an error.
11632 Use char because int might match the return type of a GCC
11633 builtin and then its argument prototype would still apply. */
11634 #ifdef __cplusplus
11635 extern "C"
11636 #endif
11637 char AuCreateFlow ();
11639 main ()
11641 return AuCreateFlow ();
11643 return 0;
11645 _ACEOF
11646 rm -f conftest.$ac_objext conftest$ac_exeext
11647 if { (ac_try="$ac_link"
11648 case "(($ac_try" in
11649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11650 *) ac_try_echo=$ac_try;;
11651 esac
11652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11653 (eval "$ac_link") 2>conftest.er1
11654 ac_status=$?
11655 grep -v '^ *+' conftest.er1 >conftest.err
11656 rm -f conftest.er1
11657 cat conftest.err >&5
11658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11659 (exit $ac_status); } && {
11660 test -z "$ac_c_werror_flag" ||
11661 test ! -s conftest.err
11662 } && test -s conftest$ac_exeext &&
11663 $as_test_x conftest$ac_exeext; then
11664 ac_cv_lib_audio_AuCreateFlow=yes
11665 else
11666 echo "$as_me: failed program was:" >&5
11667 sed 's/^/| /' conftest.$ac_ext >&5
11669 ac_cv_lib_audio_AuCreateFlow=no
11672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11673 conftest$ac_exeext conftest.$ac_ext
11674 LIBS=$ac_check_lib_save_LIBS
11676 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11677 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11678 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11680 cat >>confdefs.h <<\_ACEOF
11681 #define HAVE_NAS 1
11682 _ACEOF
11684 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11685 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11686 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11687 echo $ECHO_N "(cached) $ECHO_C" >&6
11688 else
11689 ac_check_lib_save_LIBS=$LIBS
11690 LIBS="-lXau $X_LIBS $LIBS"
11691 cat >conftest.$ac_ext <<_ACEOF
11692 /* confdefs.h. */
11693 _ACEOF
11694 cat confdefs.h >>conftest.$ac_ext
11695 cat >>conftest.$ac_ext <<_ACEOF
11696 /* end confdefs.h. */
11698 /* Override any GCC internal prototype to avoid an error.
11699 Use char because int might match the return type of a GCC
11700 builtin and then its argument prototype would still apply. */
11701 #ifdef __cplusplus
11702 extern "C"
11703 #endif
11704 char XauGetBestAuthByAddr ();
11706 main ()
11708 return XauGetBestAuthByAddr ();
11710 return 0;
11712 _ACEOF
11713 rm -f conftest.$ac_objext conftest$ac_exeext
11714 if { (ac_try="$ac_link"
11715 case "(($ac_try" in
11716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11717 *) ac_try_echo=$ac_try;;
11718 esac
11719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11720 (eval "$ac_link") 2>conftest.er1
11721 ac_status=$?
11722 grep -v '^ *+' conftest.er1 >conftest.err
11723 rm -f conftest.er1
11724 cat conftest.err >&5
11725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726 (exit $ac_status); } && {
11727 test -z "$ac_c_werror_flag" ||
11728 test ! -s conftest.err
11729 } && test -s conftest$ac_exeext &&
11730 $as_test_x conftest$ac_exeext; then
11731 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11732 else
11733 echo "$as_me: failed program was:" >&5
11734 sed 's/^/| /' conftest.$ac_ext >&5
11736 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11740 conftest$ac_exeext conftest.$ac_ext
11741 LIBS=$ac_check_lib_save_LIBS
11743 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11744 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11745 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11746 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11747 else
11748 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11756 done
11759 CPPFLAGS="$ac_save_CPPFLAGS"
11760 else
11761 XLIB=""
11762 X_CFLAGS=""
11763 X_LIBS=""
11764 enable_winex11_drv=${enable_winex11_drv:-no}
11765 enable_opengl32=${enable_opengl32:-no}
11766 enable_glu32=${enable_glu32:-no}
11768 if test "x$XLIB" = "x"; then
11769 case "x$with_x" in
11770 xno) ;;
11771 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11772 without X support, which probably isn't what you want. You will need to install
11773 development packages of Xlib/Xfree86 at the very least.
11774 Use the --without-x option if you really want this." >&5
11775 echo "$as_me: error: X development files not found. Wine will be built
11776 without X support, which probably isn't what you want. You will need to install
11777 development packages of Xlib/Xfree86 at the very least.
11778 Use the --without-x option if you really want this." >&2;}
11779 { (exit 1); exit 1; }; } ;;
11780 esac
11785 XML2LIBS=""
11787 XML2INCL=""
11789 XSLTLIBS=""
11791 XSLTINCL=""
11793 if test "x$with_xml" != "xno"
11794 then
11795 ac_save_CPPFLAGS="$CPPFLAGS"
11796 if test "$PKG_CONFIG" != "false"
11797 then
11798 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11799 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11800 else
11801 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11802 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11804 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11806 for ac_header in libxml/parser.h
11808 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11810 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11811 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11812 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11813 echo $ECHO_N "(cached) $ECHO_C" >&6
11815 ac_res=`eval echo '${'$as_ac_Header'}'`
11816 { echo "$as_me:$LINENO: result: $ac_res" >&5
11817 echo "${ECHO_T}$ac_res" >&6; }
11818 else
11819 # Is the header compilable?
11820 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11821 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11822 cat >conftest.$ac_ext <<_ACEOF
11823 /* confdefs.h. */
11824 _ACEOF
11825 cat confdefs.h >>conftest.$ac_ext
11826 cat >>conftest.$ac_ext <<_ACEOF
11827 /* end confdefs.h. */
11828 $ac_includes_default
11829 #include <$ac_header>
11830 _ACEOF
11831 rm -f conftest.$ac_objext
11832 if { (ac_try="$ac_compile"
11833 case "(($ac_try" in
11834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11835 *) ac_try_echo=$ac_try;;
11836 esac
11837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11838 (eval "$ac_compile") 2>conftest.er1
11839 ac_status=$?
11840 grep -v '^ *+' conftest.er1 >conftest.err
11841 rm -f conftest.er1
11842 cat conftest.err >&5
11843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11844 (exit $ac_status); } && {
11845 test -z "$ac_c_werror_flag" ||
11846 test ! -s conftest.err
11847 } && test -s conftest.$ac_objext; then
11848 ac_header_compiler=yes
11849 else
11850 echo "$as_me: failed program was:" >&5
11851 sed 's/^/| /' conftest.$ac_ext >&5
11853 ac_header_compiler=no
11856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11857 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11858 echo "${ECHO_T}$ac_header_compiler" >&6; }
11860 # Is the header present?
11861 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11862 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11863 cat >conftest.$ac_ext <<_ACEOF
11864 /* confdefs.h. */
11865 _ACEOF
11866 cat confdefs.h >>conftest.$ac_ext
11867 cat >>conftest.$ac_ext <<_ACEOF
11868 /* end confdefs.h. */
11869 #include <$ac_header>
11870 _ACEOF
11871 if { (ac_try="$ac_cpp conftest.$ac_ext"
11872 case "(($ac_try" in
11873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11874 *) ac_try_echo=$ac_try;;
11875 esac
11876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11877 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11878 ac_status=$?
11879 grep -v '^ *+' conftest.er1 >conftest.err
11880 rm -f conftest.er1
11881 cat conftest.err >&5
11882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11883 (exit $ac_status); } >/dev/null && {
11884 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11885 test ! -s conftest.err
11886 }; then
11887 ac_header_preproc=yes
11888 else
11889 echo "$as_me: failed program was:" >&5
11890 sed 's/^/| /' conftest.$ac_ext >&5
11892 ac_header_preproc=no
11895 rm -f conftest.err conftest.$ac_ext
11896 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11897 echo "${ECHO_T}$ac_header_preproc" >&6; }
11899 # So? What about this header?
11900 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11901 yes:no: )
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11903 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11905 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11906 ac_header_preproc=yes
11908 no:yes:* )
11909 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11910 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11911 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11912 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11913 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11914 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11915 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11916 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11917 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11918 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11919 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11920 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11921 ( cat <<\_ASBOX
11922 ## ------------------------------------ ##
11923 ## Report this to wine-devel@winehq.org ##
11924 ## ------------------------------------ ##
11925 _ASBOX
11926 ) | sed "s/^/$as_me: WARNING: /" >&2
11928 esac
11929 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11930 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11932 echo $ECHO_N "(cached) $ECHO_C" >&6
11933 else
11934 eval "$as_ac_Header=\$ac_header_preproc"
11936 ac_res=`eval echo '${'$as_ac_Header'}'`
11937 { echo "$as_me:$LINENO: result: $ac_res" >&5
11938 echo "${ECHO_T}$ac_res" >&6; }
11941 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11942 cat >>confdefs.h <<_ACEOF
11943 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11944 _ACEOF
11945 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11946 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11947 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11948 echo $ECHO_N "(cached) $ECHO_C" >&6
11949 else
11950 ac_check_lib_save_LIBS=$LIBS
11951 LIBS="-lxml2 $ac_xml_libs $LIBS"
11952 cat >conftest.$ac_ext <<_ACEOF
11953 /* confdefs.h. */
11954 _ACEOF
11955 cat confdefs.h >>conftest.$ac_ext
11956 cat >>conftest.$ac_ext <<_ACEOF
11957 /* end confdefs.h. */
11959 /* Override any GCC internal prototype to avoid an error.
11960 Use char because int might match the return type of a GCC
11961 builtin and then its argument prototype would still apply. */
11962 #ifdef __cplusplus
11963 extern "C"
11964 #endif
11965 char xmlParseMemory ();
11967 main ()
11969 return xmlParseMemory ();
11971 return 0;
11973 _ACEOF
11974 rm -f conftest.$ac_objext conftest$ac_exeext
11975 if { (ac_try="$ac_link"
11976 case "(($ac_try" in
11977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11978 *) ac_try_echo=$ac_try;;
11979 esac
11980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11981 (eval "$ac_link") 2>conftest.er1
11982 ac_status=$?
11983 grep -v '^ *+' conftest.er1 >conftest.err
11984 rm -f conftest.er1
11985 cat conftest.err >&5
11986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); } && {
11988 test -z "$ac_c_werror_flag" ||
11989 test ! -s conftest.err
11990 } && test -s conftest$ac_exeext &&
11991 $as_test_x conftest$ac_exeext; then
11992 ac_cv_lib_xml2_xmlParseMemory=yes
11993 else
11994 echo "$as_me: failed program was:" >&5
11995 sed 's/^/| /' conftest.$ac_ext >&5
11997 ac_cv_lib_xml2_xmlParseMemory=no
12000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12001 conftest$ac_exeext conftest.$ac_ext
12002 LIBS=$ac_check_lib_save_LIBS
12004 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12005 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12006 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12008 cat >>confdefs.h <<\_ACEOF
12009 #define HAVE_LIBXML2 1
12010 _ACEOF
12012 XML2LIBS="$ac_xml_libs"
12013 XML2INCL="$ac_xml_cflags"
12016 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12017 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12018 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12019 echo $ECHO_N "(cached) $ECHO_C" >&6
12020 else
12021 ac_check_lib_save_LIBS=$LIBS
12022 LIBS="-lxml2 $ac_xml_libs $LIBS"
12023 cat >conftest.$ac_ext <<_ACEOF
12024 /* confdefs.h. */
12025 _ACEOF
12026 cat confdefs.h >>conftest.$ac_ext
12027 cat >>conftest.$ac_ext <<_ACEOF
12028 /* end confdefs.h. */
12030 /* Override any GCC internal prototype to avoid an error.
12031 Use char because int might match the return type of a GCC
12032 builtin and then its argument prototype would still apply. */
12033 #ifdef __cplusplus
12034 extern "C"
12035 #endif
12036 char xmlReadMemory ();
12038 main ()
12040 return xmlReadMemory ();
12042 return 0;
12044 _ACEOF
12045 rm -f conftest.$ac_objext conftest$ac_exeext
12046 if { (ac_try="$ac_link"
12047 case "(($ac_try" in
12048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12049 *) ac_try_echo=$ac_try;;
12050 esac
12051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12052 (eval "$ac_link") 2>conftest.er1
12053 ac_status=$?
12054 grep -v '^ *+' conftest.er1 >conftest.err
12055 rm -f conftest.er1
12056 cat conftest.err >&5
12057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12058 (exit $ac_status); } && {
12059 test -z "$ac_c_werror_flag" ||
12060 test ! -s conftest.err
12061 } && test -s conftest$ac_exeext &&
12062 $as_test_x conftest$ac_exeext; then
12063 ac_cv_lib_xml2_xmlReadMemory=yes
12064 else
12065 echo "$as_me: failed program was:" >&5
12066 sed 's/^/| /' conftest.$ac_ext >&5
12068 ac_cv_lib_xml2_xmlReadMemory=no
12071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12072 conftest$ac_exeext conftest.$ac_ext
12073 LIBS=$ac_check_lib_save_LIBS
12075 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12076 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12077 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12079 cat >>confdefs.h <<\_ACEOF
12080 #define HAVE_XMLREADMEMORY 1
12081 _ACEOF
12085 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12086 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12087 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12088 echo $ECHO_N "(cached) $ECHO_C" >&6
12089 else
12090 ac_check_lib_save_LIBS=$LIBS
12091 LIBS="-lxml2 $ac_xml_libs $LIBS"
12092 cat >conftest.$ac_ext <<_ACEOF
12093 /* confdefs.h. */
12094 _ACEOF
12095 cat confdefs.h >>conftest.$ac_ext
12096 cat >>conftest.$ac_ext <<_ACEOF
12097 /* end confdefs.h. */
12099 /* Override any GCC internal prototype to avoid an error.
12100 Use char because int might match the return type of a GCC
12101 builtin and then its argument prototype would still apply. */
12102 #ifdef __cplusplus
12103 extern "C"
12104 #endif
12105 char xmlNewDocPI ();
12107 main ()
12109 return xmlNewDocPI ();
12111 return 0;
12113 _ACEOF
12114 rm -f conftest.$ac_objext conftest$ac_exeext
12115 if { (ac_try="$ac_link"
12116 case "(($ac_try" in
12117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12118 *) ac_try_echo=$ac_try;;
12119 esac
12120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12121 (eval "$ac_link") 2>conftest.er1
12122 ac_status=$?
12123 grep -v '^ *+' conftest.er1 >conftest.err
12124 rm -f conftest.er1
12125 cat conftest.err >&5
12126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12127 (exit $ac_status); } && {
12128 test -z "$ac_c_werror_flag" ||
12129 test ! -s conftest.err
12130 } && test -s conftest$ac_exeext &&
12131 $as_test_x conftest$ac_exeext; then
12132 ac_cv_lib_xml2_xmlNewDocPI=yes
12133 else
12134 echo "$as_me: failed program was:" >&5
12135 sed 's/^/| /' conftest.$ac_ext >&5
12137 ac_cv_lib_xml2_xmlNewDocPI=no
12140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12141 conftest$ac_exeext conftest.$ac_ext
12142 LIBS=$ac_check_lib_save_LIBS
12144 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12145 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12146 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12148 cat >>confdefs.h <<\_ACEOF
12149 #define HAVE_XMLNEWDOCPI 1
12150 _ACEOF
12157 done
12159 CPPFLAGS="$ac_save_CPPFLAGS"
12161 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12162 case "x$with_xml" in
12163 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12164 xno) ;;
12165 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12166 This is an error since --with-xml was requested." >&5
12167 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12168 This is an error since --with-xml was requested." >&2;}
12169 { (exit 1); exit 1; }; } ;;
12170 esac
12174 if test "x$with_xslt" != "xno"
12175 then
12176 if test "$PKG_CONFIG" != "false"
12177 then
12178 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12179 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12180 else
12181 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12182 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12184 ac_save_CPPFLAGS="$CPPFLAGS"
12185 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12188 for ac_header in libxslt/pattern.h libxslt/transform.h
12190 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12191 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12192 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12193 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12194 echo $ECHO_N "(cached) $ECHO_C" >&6
12195 else
12196 cat >conftest.$ac_ext <<_ACEOF
12197 /* confdefs.h. */
12198 _ACEOF
12199 cat confdefs.h >>conftest.$ac_ext
12200 cat >>conftest.$ac_ext <<_ACEOF
12201 /* end confdefs.h. */
12202 #ifdef HAVE_LIBXSLT_PATTERN_H
12203 # include <libxslt/pattern.h>
12204 #endif
12206 #include <$ac_header>
12207 _ACEOF
12208 rm -f conftest.$ac_objext
12209 if { (ac_try="$ac_compile"
12210 case "(($ac_try" in
12211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12212 *) ac_try_echo=$ac_try;;
12213 esac
12214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12215 (eval "$ac_compile") 2>conftest.er1
12216 ac_status=$?
12217 grep -v '^ *+' conftest.er1 >conftest.err
12218 rm -f conftest.er1
12219 cat conftest.err >&5
12220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12221 (exit $ac_status); } && {
12222 test -z "$ac_c_werror_flag" ||
12223 test ! -s conftest.err
12224 } && test -s conftest.$ac_objext; then
12225 eval "$as_ac_Header=yes"
12226 else
12227 echo "$as_me: failed program was:" >&5
12228 sed 's/^/| /' conftest.$ac_ext >&5
12230 eval "$as_ac_Header=no"
12233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12235 ac_res=`eval echo '${'$as_ac_Header'}'`
12236 { echo "$as_me:$LINENO: result: $ac_res" >&5
12237 echo "${ECHO_T}$ac_res" >&6; }
12238 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12239 cat >>confdefs.h <<_ACEOF
12240 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12241 _ACEOF
12245 done
12247 CPPFLAGS="$ac_save_CPPFLAGS"
12248 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12249 then
12250 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12251 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12252 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12253 echo $ECHO_N "(cached) $ECHO_C" >&6
12254 else
12255 ac_check_lib_save_LIBS=$LIBS
12256 LIBS="-lxslt $ac_xslt_libs $LIBS"
12257 cat >conftest.$ac_ext <<_ACEOF
12258 /* confdefs.h. */
12259 _ACEOF
12260 cat confdefs.h >>conftest.$ac_ext
12261 cat >>conftest.$ac_ext <<_ACEOF
12262 /* end confdefs.h. */
12264 /* Override any GCC internal prototype to avoid an error.
12265 Use char because int might match the return type of a GCC
12266 builtin and then its argument prototype would still apply. */
12267 #ifdef __cplusplus
12268 extern "C"
12269 #endif
12270 char xsltCompilePattern ();
12272 main ()
12274 return xsltCompilePattern ();
12276 return 0;
12278 _ACEOF
12279 rm -f conftest.$ac_objext conftest$ac_exeext
12280 if { (ac_try="$ac_link"
12281 case "(($ac_try" in
12282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12283 *) ac_try_echo=$ac_try;;
12284 esac
12285 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12286 (eval "$ac_link") 2>conftest.er1
12287 ac_status=$?
12288 grep -v '^ *+' conftest.er1 >conftest.err
12289 rm -f conftest.er1
12290 cat conftest.err >&5
12291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12292 (exit $ac_status); } && {
12293 test -z "$ac_c_werror_flag" ||
12294 test ! -s conftest.err
12295 } && test -s conftest$ac_exeext &&
12296 $as_test_x conftest$ac_exeext; then
12297 ac_cv_lib_xslt_xsltCompilePattern=yes
12298 else
12299 echo "$as_me: failed program was:" >&5
12300 sed 's/^/| /' conftest.$ac_ext >&5
12302 ac_cv_lib_xslt_xsltCompilePattern=no
12305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12306 conftest$ac_exeext conftest.$ac_ext
12307 LIBS=$ac_check_lib_save_LIBS
12309 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12310 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12311 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12313 cat >>confdefs.h <<\_ACEOF
12314 #define HAVE_LIBXSLT 1
12315 _ACEOF
12317 XSLTLIBS="$ac_xslt_libs"
12318 XSLTINCL="$ac_xslt_cflags"
12319 ac_save_LIBS="$LIBS"
12320 LIBS="$LIBS $ac_xslt_libs"
12322 for ac_func in xsltInit
12324 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12325 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12326 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12327 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12328 echo $ECHO_N "(cached) $ECHO_C" >&6
12329 else
12330 cat >conftest.$ac_ext <<_ACEOF
12331 /* confdefs.h. */
12332 _ACEOF
12333 cat confdefs.h >>conftest.$ac_ext
12334 cat >>conftest.$ac_ext <<_ACEOF
12335 /* end confdefs.h. */
12336 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12337 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12338 #define $ac_func innocuous_$ac_func
12340 /* System header to define __stub macros and hopefully few prototypes,
12341 which can conflict with char $ac_func (); below.
12342 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12343 <limits.h> exists even on freestanding compilers. */
12345 #ifdef __STDC__
12346 # include <limits.h>
12347 #else
12348 # include <assert.h>
12349 #endif
12351 #undef $ac_func
12353 /* Override any GCC internal prototype to avoid an error.
12354 Use char because int might match the return type of a GCC
12355 builtin and then its argument prototype would still apply. */
12356 #ifdef __cplusplus
12357 extern "C"
12358 #endif
12359 char $ac_func ();
12360 /* The GNU C library defines this for functions which it implements
12361 to always fail with ENOSYS. Some functions are actually named
12362 something starting with __ and the normal name is an alias. */
12363 #if defined __stub_$ac_func || defined __stub___$ac_func
12364 choke me
12365 #endif
12368 main ()
12370 return $ac_func ();
12372 return 0;
12374 _ACEOF
12375 rm -f conftest.$ac_objext conftest$ac_exeext
12376 if { (ac_try="$ac_link"
12377 case "(($ac_try" in
12378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12379 *) ac_try_echo=$ac_try;;
12380 esac
12381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12382 (eval "$ac_link") 2>conftest.er1
12383 ac_status=$?
12384 grep -v '^ *+' conftest.er1 >conftest.err
12385 rm -f conftest.er1
12386 cat conftest.err >&5
12387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12388 (exit $ac_status); } && {
12389 test -z "$ac_c_werror_flag" ||
12390 test ! -s conftest.err
12391 } && test -s conftest$ac_exeext &&
12392 $as_test_x conftest$ac_exeext; then
12393 eval "$as_ac_var=yes"
12394 else
12395 echo "$as_me: failed program was:" >&5
12396 sed 's/^/| /' conftest.$ac_ext >&5
12398 eval "$as_ac_var=no"
12401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12402 conftest$ac_exeext conftest.$ac_ext
12404 ac_res=`eval echo '${'$as_ac_var'}'`
12405 { echo "$as_me:$LINENO: result: $ac_res" >&5
12406 echo "${ECHO_T}$ac_res" >&6; }
12407 if test `eval echo '${'$as_ac_var'}'` = yes; then
12408 cat >>confdefs.h <<_ACEOF
12409 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12410 _ACEOF
12413 done
12415 LIBS="$ac_save_LIBS"
12420 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12421 case "x$with_xslt" in
12422 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12423 xno) ;;
12424 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12425 This is an error since --with-xslt was requested." >&5
12426 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12427 This is an error since --with-xslt was requested." >&2;}
12428 { (exit 1); exit 1; }; } ;;
12429 esac
12433 HALINCL=""
12435 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12436 then
12437 ac_save_CPPFLAGS="$CPPFLAGS"
12438 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12439 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12440 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12443 for ac_header in dbus/dbus.h hal/libhal.h
12445 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12447 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12450 echo $ECHO_N "(cached) $ECHO_C" >&6
12452 ac_res=`eval echo '${'$as_ac_Header'}'`
12453 { echo "$as_me:$LINENO: result: $ac_res" >&5
12454 echo "${ECHO_T}$ac_res" >&6; }
12455 else
12456 # Is the header compilable?
12457 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12458 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12459 cat >conftest.$ac_ext <<_ACEOF
12460 /* confdefs.h. */
12461 _ACEOF
12462 cat confdefs.h >>conftest.$ac_ext
12463 cat >>conftest.$ac_ext <<_ACEOF
12464 /* end confdefs.h. */
12465 $ac_includes_default
12466 #include <$ac_header>
12467 _ACEOF
12468 rm -f conftest.$ac_objext
12469 if { (ac_try="$ac_compile"
12470 case "(($ac_try" in
12471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12472 *) ac_try_echo=$ac_try;;
12473 esac
12474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12475 (eval "$ac_compile") 2>conftest.er1
12476 ac_status=$?
12477 grep -v '^ *+' conftest.er1 >conftest.err
12478 rm -f conftest.er1
12479 cat conftest.err >&5
12480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12481 (exit $ac_status); } && {
12482 test -z "$ac_c_werror_flag" ||
12483 test ! -s conftest.err
12484 } && test -s conftest.$ac_objext; then
12485 ac_header_compiler=yes
12486 else
12487 echo "$as_me: failed program was:" >&5
12488 sed 's/^/| /' conftest.$ac_ext >&5
12490 ac_header_compiler=no
12493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12494 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12495 echo "${ECHO_T}$ac_header_compiler" >&6; }
12497 # Is the header present?
12498 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12499 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12500 cat >conftest.$ac_ext <<_ACEOF
12501 /* confdefs.h. */
12502 _ACEOF
12503 cat confdefs.h >>conftest.$ac_ext
12504 cat >>conftest.$ac_ext <<_ACEOF
12505 /* end confdefs.h. */
12506 #include <$ac_header>
12507 _ACEOF
12508 if { (ac_try="$ac_cpp conftest.$ac_ext"
12509 case "(($ac_try" in
12510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12511 *) ac_try_echo=$ac_try;;
12512 esac
12513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12514 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12515 ac_status=$?
12516 grep -v '^ *+' conftest.er1 >conftest.err
12517 rm -f conftest.er1
12518 cat conftest.err >&5
12519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12520 (exit $ac_status); } >/dev/null && {
12521 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12522 test ! -s conftest.err
12523 }; then
12524 ac_header_preproc=yes
12525 else
12526 echo "$as_me: failed program was:" >&5
12527 sed 's/^/| /' conftest.$ac_ext >&5
12529 ac_header_preproc=no
12532 rm -f conftest.err conftest.$ac_ext
12533 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12534 echo "${ECHO_T}$ac_header_preproc" >&6; }
12536 # So? What about this header?
12537 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12538 yes:no: )
12539 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12540 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12541 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12542 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12543 ac_header_preproc=yes
12545 no:yes:* )
12546 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12547 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12548 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12549 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12550 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12551 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12552 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12553 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12554 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12555 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12556 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12557 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12558 ( cat <<\_ASBOX
12559 ## ------------------------------------ ##
12560 ## Report this to wine-devel@winehq.org ##
12561 ## ------------------------------------ ##
12562 _ASBOX
12563 ) | sed "s/^/$as_me: WARNING: /" >&2
12565 esac
12566 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12567 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12568 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12569 echo $ECHO_N "(cached) $ECHO_C" >&6
12570 else
12571 eval "$as_ac_Header=\$ac_header_preproc"
12573 ac_res=`eval echo '${'$as_ac_Header'}'`
12574 { echo "$as_me:$LINENO: result: $ac_res" >&5
12575 echo "${ECHO_T}$ac_res" >&6; }
12578 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12579 cat >>confdefs.h <<_ACEOF
12580 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12581 _ACEOF
12585 done
12587 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12588 then
12589 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12590 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12591 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12592 echo $ECHO_N "(cached) $ECHO_C" >&6
12593 else
12594 ac_check_lib_save_LIBS=$LIBS
12595 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12596 cat >conftest.$ac_ext <<_ACEOF
12597 /* confdefs.h. */
12598 _ACEOF
12599 cat confdefs.h >>conftest.$ac_ext
12600 cat >>conftest.$ac_ext <<_ACEOF
12601 /* end confdefs.h. */
12603 /* Override any GCC internal prototype to avoid an error.
12604 Use char because int might match the return type of a GCC
12605 builtin and then its argument prototype would still apply. */
12606 #ifdef __cplusplus
12607 extern "C"
12608 #endif
12609 char dbus_connection_close ();
12611 main ()
12613 return dbus_connection_close ();
12615 return 0;
12617 _ACEOF
12618 rm -f conftest.$ac_objext conftest$ac_exeext
12619 if { (ac_try="$ac_link"
12620 case "(($ac_try" in
12621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12622 *) ac_try_echo=$ac_try;;
12623 esac
12624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12625 (eval "$ac_link") 2>conftest.er1
12626 ac_status=$?
12627 grep -v '^ *+' conftest.er1 >conftest.err
12628 rm -f conftest.er1
12629 cat conftest.err >&5
12630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12631 (exit $ac_status); } && {
12632 test -z "$ac_c_werror_flag" ||
12633 test ! -s conftest.err
12634 } && test -s conftest$ac_exeext &&
12635 $as_test_x conftest$ac_exeext; then
12636 ac_cv_lib_dbus_1_dbus_connection_close=yes
12637 else
12638 echo "$as_me: failed program was:" >&5
12639 sed 's/^/| /' conftest.$ac_ext >&5
12641 ac_cv_lib_dbus_1_dbus_connection_close=no
12644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12645 conftest$ac_exeext conftest.$ac_ext
12646 LIBS=$ac_check_lib_save_LIBS
12648 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12649 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12650 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12651 { echo "$as_me:$LINENO: checking for -lhal" >&5
12652 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12653 if test "${ac_cv_lib_soname_hal+set}" = set; then
12654 echo $ECHO_N "(cached) $ECHO_C" >&6
12655 else
12656 ac_check_soname_save_LIBS=$LIBS
12657 LIBS="-lhal $ac_hal_libs $LIBS"
12658 cat >conftest.$ac_ext <<_ACEOF
12659 /* confdefs.h. */
12660 _ACEOF
12661 cat confdefs.h >>conftest.$ac_ext
12662 cat >>conftest.$ac_ext <<_ACEOF
12663 /* end confdefs.h. */
12665 /* Override any GCC internal prototype to avoid an error.
12666 Use char because int might match the return type of a GCC
12667 builtin and then its argument prototype would still apply. */
12668 #ifdef __cplusplus
12669 extern "C"
12670 #endif
12671 char libhal_ctx_new ();
12673 main ()
12675 return libhal_ctx_new ();
12677 return 0;
12679 _ACEOF
12680 rm -f conftest.$ac_objext conftest$ac_exeext
12681 if { (ac_try="$ac_link"
12682 case "(($ac_try" in
12683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12684 *) ac_try_echo=$ac_try;;
12685 esac
12686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12687 (eval "$ac_link") 2>conftest.er1
12688 ac_status=$?
12689 grep -v '^ *+' conftest.er1 >conftest.err
12690 rm -f conftest.er1
12691 cat conftest.err >&5
12692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12693 (exit $ac_status); } && {
12694 test -z "$ac_c_werror_flag" ||
12695 test ! -s conftest.err
12696 } && test -s conftest$ac_exeext &&
12697 $as_test_x conftest$ac_exeext; then
12698 case "$LIBEXT" in
12699 dll) ;;
12700 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'` ;;
12701 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12702 esac
12703 else
12704 echo "$as_me: failed program was:" >&5
12705 sed 's/^/| /' conftest.$ac_ext >&5
12710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12711 conftest$ac_exeext conftest.$ac_ext
12712 LIBS=$ac_check_soname_save_LIBS
12714 if test "x$ac_cv_lib_soname_hal" = "x"; then
12715 { echo "$as_me:$LINENO: result: not found" >&5
12716 echo "${ECHO_T}not found" >&6; }
12718 else
12719 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12720 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12722 cat >>confdefs.h <<_ACEOF
12723 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12724 _ACEOF
12726 HALINCL="$ac_hal_cflags"
12732 CPPFLAGS="$ac_save_CPPFLAGS"
12734 if test "x$ac_cv_lib_soname_hal" = "x"; then
12735 case "x$with_hal" in
12736 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12737 xno) ;;
12738 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12739 This is an error since --with-hal was requested." >&5
12740 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12741 This is an error since --with-hal was requested." >&2;}
12742 { (exit 1); exit 1; }; } ;;
12743 esac
12747 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12748 then
12749 ac_save_CPPFLAGS="$CPPFLAGS"
12750 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12751 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12752 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12753 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12754 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12755 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12756 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12757 echo $ECHO_N "(cached) $ECHO_C" >&6
12759 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12760 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12761 else
12762 # Is the header compilable?
12763 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12764 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12765 cat >conftest.$ac_ext <<_ACEOF
12766 /* confdefs.h. */
12767 _ACEOF
12768 cat confdefs.h >>conftest.$ac_ext
12769 cat >>conftest.$ac_ext <<_ACEOF
12770 /* end confdefs.h. */
12771 $ac_includes_default
12772 #include <gnutls/gnutls.h>
12773 _ACEOF
12774 rm -f conftest.$ac_objext
12775 if { (ac_try="$ac_compile"
12776 case "(($ac_try" in
12777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12778 *) ac_try_echo=$ac_try;;
12779 esac
12780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12781 (eval "$ac_compile") 2>conftest.er1
12782 ac_status=$?
12783 grep -v '^ *+' conftest.er1 >conftest.err
12784 rm -f conftest.er1
12785 cat conftest.err >&5
12786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12787 (exit $ac_status); } && {
12788 test -z "$ac_c_werror_flag" ||
12789 test ! -s conftest.err
12790 } && test -s conftest.$ac_objext; then
12791 ac_header_compiler=yes
12792 else
12793 echo "$as_me: failed program was:" >&5
12794 sed 's/^/| /' conftest.$ac_ext >&5
12796 ac_header_compiler=no
12799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12800 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12801 echo "${ECHO_T}$ac_header_compiler" >&6; }
12803 # Is the header present?
12804 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12805 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12806 cat >conftest.$ac_ext <<_ACEOF
12807 /* confdefs.h. */
12808 _ACEOF
12809 cat confdefs.h >>conftest.$ac_ext
12810 cat >>conftest.$ac_ext <<_ACEOF
12811 /* end confdefs.h. */
12812 #include <gnutls/gnutls.h>
12813 _ACEOF
12814 if { (ac_try="$ac_cpp conftest.$ac_ext"
12815 case "(($ac_try" in
12816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12817 *) ac_try_echo=$ac_try;;
12818 esac
12819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12820 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12821 ac_status=$?
12822 grep -v '^ *+' conftest.er1 >conftest.err
12823 rm -f conftest.er1
12824 cat conftest.err >&5
12825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12826 (exit $ac_status); } >/dev/null && {
12827 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12828 test ! -s conftest.err
12829 }; then
12830 ac_header_preproc=yes
12831 else
12832 echo "$as_me: failed program was:" >&5
12833 sed 's/^/| /' conftest.$ac_ext >&5
12835 ac_header_preproc=no
12838 rm -f conftest.err conftest.$ac_ext
12839 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12840 echo "${ECHO_T}$ac_header_preproc" >&6; }
12842 # So? What about this header?
12843 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12844 yes:no: )
12845 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12846 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12847 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12848 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12849 ac_header_preproc=yes
12851 no:yes:* )
12852 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12853 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12854 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12855 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12856 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12857 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12858 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12859 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12860 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12861 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12862 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12863 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12864 ( cat <<\_ASBOX
12865 ## ------------------------------------ ##
12866 ## Report this to wine-devel@winehq.org ##
12867 ## ------------------------------------ ##
12868 _ASBOX
12869 ) | sed "s/^/$as_me: WARNING: /" >&2
12871 esac
12872 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12873 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12874 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12875 echo $ECHO_N "(cached) $ECHO_C" >&6
12876 else
12877 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12879 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12880 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12883 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12884 cat >conftest.$ac_ext <<_ACEOF
12885 /* confdefs.h. */
12886 _ACEOF
12887 cat confdefs.h >>conftest.$ac_ext
12888 cat >>conftest.$ac_ext <<_ACEOF
12889 /* end confdefs.h. */
12890 #include <gnutls/gnutls.h>
12892 main ()
12894 typeof(gnutls_transport_set_errno) *pfunc;
12896 return 0;
12898 _ACEOF
12899 rm -f conftest.$ac_objext
12900 if { (ac_try="$ac_compile"
12901 case "(($ac_try" in
12902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12903 *) ac_try_echo=$ac_try;;
12904 esac
12905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12906 (eval "$ac_compile") 2>conftest.er1
12907 ac_status=$?
12908 grep -v '^ *+' conftest.er1 >conftest.err
12909 rm -f conftest.er1
12910 cat conftest.err >&5
12911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12912 (exit $ac_status); } && {
12913 test -z "$ac_c_werror_flag" ||
12914 test ! -s conftest.err
12915 } && test -s conftest.$ac_objext; then
12916 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12917 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12918 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12919 echo $ECHO_N "(cached) $ECHO_C" >&6
12920 else
12921 ac_check_soname_save_LIBS=$LIBS
12922 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12923 cat >conftest.$ac_ext <<_ACEOF
12924 /* confdefs.h. */
12925 _ACEOF
12926 cat confdefs.h >>conftest.$ac_ext
12927 cat >>conftest.$ac_ext <<_ACEOF
12928 /* end confdefs.h. */
12930 /* Override any GCC internal prototype to avoid an error.
12931 Use char because int might match the return type of a GCC
12932 builtin and then its argument prototype would still apply. */
12933 #ifdef __cplusplus
12934 extern "C"
12935 #endif
12936 char gnutls_global_init ();
12938 main ()
12940 return gnutls_global_init ();
12942 return 0;
12944 _ACEOF
12945 rm -f conftest.$ac_objext conftest$ac_exeext
12946 if { (ac_try="$ac_link"
12947 case "(($ac_try" in
12948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12949 *) ac_try_echo=$ac_try;;
12950 esac
12951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12952 (eval "$ac_link") 2>conftest.er1
12953 ac_status=$?
12954 grep -v '^ *+' conftest.er1 >conftest.err
12955 rm -f conftest.er1
12956 cat conftest.err >&5
12957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12958 (exit $ac_status); } && {
12959 test -z "$ac_c_werror_flag" ||
12960 test ! -s conftest.err
12961 } && test -s conftest$ac_exeext &&
12962 $as_test_x conftest$ac_exeext; then
12963 case "$LIBEXT" in
12964 dll) ;;
12965 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'` ;;
12966 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12967 esac
12968 else
12969 echo "$as_me: failed program was:" >&5
12970 sed 's/^/| /' conftest.$ac_ext >&5
12975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12976 conftest$ac_exeext conftest.$ac_ext
12977 LIBS=$ac_check_soname_save_LIBS
12979 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12980 { echo "$as_me:$LINENO: result: not found" >&5
12981 echo "${ECHO_T}not found" >&6; }
12983 else
12984 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12985 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12987 cat >>confdefs.h <<_ACEOF
12988 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12989 _ACEOF
12991 GNUTLSINCL="$ac_gnutls_cflags"
12995 else
12996 echo "$as_me: failed program was:" >&5
12997 sed 's/^/| /' conftest.$ac_ext >&5
13002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13006 CPPFLAGS="$ac_save_CPPFLAGS"
13008 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13009 case "x$with_gnutls" in
13010 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13011 xno) ;;
13012 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13013 This is an error since --with-gnutls was requested." >&5
13014 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13015 This is an error since --with-gnutls was requested." >&2;}
13016 { (exit 1); exit 1; }; } ;;
13017 esac
13021 CURSESLIBS=""
13022 if test "$ac_cv_header_ncurses_h" = "yes"
13023 then
13024 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13025 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13026 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13027 echo $ECHO_N "(cached) $ECHO_C" >&6
13028 else
13029 ac_check_soname_save_LIBS=$LIBS
13030 LIBS="-lncurses $LIBS"
13031 cat >conftest.$ac_ext <<_ACEOF
13032 /* confdefs.h. */
13033 _ACEOF
13034 cat confdefs.h >>conftest.$ac_ext
13035 cat >>conftest.$ac_ext <<_ACEOF
13036 /* end confdefs.h. */
13038 /* Override any GCC internal prototype to avoid an error.
13039 Use char because int might match the return type of a GCC
13040 builtin and then its argument prototype would still apply. */
13041 #ifdef __cplusplus
13042 extern "C"
13043 #endif
13044 char waddch ();
13046 main ()
13048 return waddch ();
13050 return 0;
13052 _ACEOF
13053 rm -f conftest.$ac_objext conftest$ac_exeext
13054 if { (ac_try="$ac_link"
13055 case "(($ac_try" in
13056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13057 *) ac_try_echo=$ac_try;;
13058 esac
13059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13060 (eval "$ac_link") 2>conftest.er1
13061 ac_status=$?
13062 grep -v '^ *+' conftest.er1 >conftest.err
13063 rm -f conftest.er1
13064 cat conftest.err >&5
13065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13066 (exit $ac_status); } && {
13067 test -z "$ac_c_werror_flag" ||
13068 test ! -s conftest.err
13069 } && test -s conftest$ac_exeext &&
13070 $as_test_x conftest$ac_exeext; then
13071 case "$LIBEXT" in
13072 dll) ;;
13073 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'` ;;
13074 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13075 esac
13076 else
13077 echo "$as_me: failed program was:" >&5
13078 sed 's/^/| /' conftest.$ac_ext >&5
13083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13084 conftest$ac_exeext conftest.$ac_ext
13085 LIBS=$ac_check_soname_save_LIBS
13087 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13088 { echo "$as_me:$LINENO: result: not found" >&5
13089 echo "${ECHO_T}not found" >&6; }
13091 else
13092 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13093 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13095 cat >>confdefs.h <<_ACEOF
13096 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13097 _ACEOF
13099 CURSESLIBS="-lncurses"
13102 elif test "$ac_cv_header_curses_h" = "yes"
13103 then
13104 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13105 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13106 if test "${ac_cv_lib_soname_curses+set}" = set; then
13107 echo $ECHO_N "(cached) $ECHO_C" >&6
13108 else
13109 ac_check_soname_save_LIBS=$LIBS
13110 LIBS="-lcurses $LIBS"
13111 cat >conftest.$ac_ext <<_ACEOF
13112 /* confdefs.h. */
13113 _ACEOF
13114 cat confdefs.h >>conftest.$ac_ext
13115 cat >>conftest.$ac_ext <<_ACEOF
13116 /* end confdefs.h. */
13118 /* Override any GCC internal prototype to avoid an error.
13119 Use char because int might match the return type of a GCC
13120 builtin and then its argument prototype would still apply. */
13121 #ifdef __cplusplus
13122 extern "C"
13123 #endif
13124 char waddch ();
13126 main ()
13128 return waddch ();
13130 return 0;
13132 _ACEOF
13133 rm -f conftest.$ac_objext conftest$ac_exeext
13134 if { (ac_try="$ac_link"
13135 case "(($ac_try" in
13136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13137 *) ac_try_echo=$ac_try;;
13138 esac
13139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13140 (eval "$ac_link") 2>conftest.er1
13141 ac_status=$?
13142 grep -v '^ *+' conftest.er1 >conftest.err
13143 rm -f conftest.er1
13144 cat conftest.err >&5
13145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13146 (exit $ac_status); } && {
13147 test -z "$ac_c_werror_flag" ||
13148 test ! -s conftest.err
13149 } && test -s conftest$ac_exeext &&
13150 $as_test_x conftest$ac_exeext; then
13151 case "$LIBEXT" in
13152 dll) ;;
13153 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'` ;;
13154 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13155 esac
13156 else
13157 echo "$as_me: failed program was:" >&5
13158 sed 's/^/| /' conftest.$ac_ext >&5
13163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13164 conftest$ac_exeext conftest.$ac_ext
13165 LIBS=$ac_check_soname_save_LIBS
13167 if test "x$ac_cv_lib_soname_curses" = "x"; then
13168 { echo "$as_me:$LINENO: result: not found" >&5
13169 echo "${ECHO_T}not found" >&6; }
13171 else
13172 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13173 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13175 cat >>confdefs.h <<_ACEOF
13176 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13177 _ACEOF
13179 CURSESLIBS="-lcurses"
13183 ac_save_LIBS="$LIBS"
13184 LIBS="$LIBS $CURSESLIBS"
13186 for ac_func in mousemask
13188 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13189 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13190 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13191 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13192 echo $ECHO_N "(cached) $ECHO_C" >&6
13193 else
13194 cat >conftest.$ac_ext <<_ACEOF
13195 /* confdefs.h. */
13196 _ACEOF
13197 cat confdefs.h >>conftest.$ac_ext
13198 cat >>conftest.$ac_ext <<_ACEOF
13199 /* end confdefs.h. */
13200 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13201 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13202 #define $ac_func innocuous_$ac_func
13204 /* System header to define __stub macros and hopefully few prototypes,
13205 which can conflict with char $ac_func (); below.
13206 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13207 <limits.h> exists even on freestanding compilers. */
13209 #ifdef __STDC__
13210 # include <limits.h>
13211 #else
13212 # include <assert.h>
13213 #endif
13215 #undef $ac_func
13217 /* Override any GCC internal prototype to avoid an error.
13218 Use char because int might match the return type of a GCC
13219 builtin and then its argument prototype would still apply. */
13220 #ifdef __cplusplus
13221 extern "C"
13222 #endif
13223 char $ac_func ();
13224 /* The GNU C library defines this for functions which it implements
13225 to always fail with ENOSYS. Some functions are actually named
13226 something starting with __ and the normal name is an alias. */
13227 #if defined __stub_$ac_func || defined __stub___$ac_func
13228 choke me
13229 #endif
13232 main ()
13234 return $ac_func ();
13236 return 0;
13238 _ACEOF
13239 rm -f conftest.$ac_objext conftest$ac_exeext
13240 if { (ac_try="$ac_link"
13241 case "(($ac_try" in
13242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13243 *) ac_try_echo=$ac_try;;
13244 esac
13245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13246 (eval "$ac_link") 2>conftest.er1
13247 ac_status=$?
13248 grep -v '^ *+' conftest.er1 >conftest.err
13249 rm -f conftest.er1
13250 cat conftest.err >&5
13251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13252 (exit $ac_status); } && {
13253 test -z "$ac_c_werror_flag" ||
13254 test ! -s conftest.err
13255 } && test -s conftest$ac_exeext &&
13256 $as_test_x conftest$ac_exeext; then
13257 eval "$as_ac_var=yes"
13258 else
13259 echo "$as_me: failed program was:" >&5
13260 sed 's/^/| /' conftest.$ac_ext >&5
13262 eval "$as_ac_var=no"
13265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13266 conftest$ac_exeext conftest.$ac_ext
13268 ac_res=`eval echo '${'$as_ac_var'}'`
13269 { echo "$as_me:$LINENO: result: $ac_res" >&5
13270 echo "${ECHO_T}$ac_res" >&6; }
13271 if test `eval echo '${'$as_ac_var'}'` = yes; then
13272 cat >>confdefs.h <<_ACEOF
13273 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13274 _ACEOF
13277 done
13279 LIBS="$ac_save_LIBS"
13280 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13281 case "x$with_curses" in
13282 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13283 xno) ;;
13284 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13285 This is an error since --with-curses was requested." >&5
13286 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13287 This is an error since --with-curses was requested." >&2;}
13288 { (exit 1); exit 1; }; } ;;
13289 esac
13293 # Extract the first word of "sane-config", so it can be a program name with args.
13294 set dummy sane-config; ac_word=$2
13295 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13296 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13297 if test "${ac_cv_prog_sane_devel+set}" = set; then
13298 echo $ECHO_N "(cached) $ECHO_C" >&6
13299 else
13300 if test -n "$sane_devel"; then
13301 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13302 else
13303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13304 for as_dir in $PATH
13306 IFS=$as_save_IFS
13307 test -z "$as_dir" && as_dir=.
13308 for ac_exec_ext in '' $ac_executable_extensions; do
13309 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13310 ac_cv_prog_sane_devel="sane-config"
13311 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13312 break 2
13314 done
13315 done
13316 IFS=$as_save_IFS
13318 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13321 sane_devel=$ac_cv_prog_sane_devel
13322 if test -n "$sane_devel"; then
13323 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13324 echo "${ECHO_T}$sane_devel" >&6; }
13325 else
13326 { echo "$as_me:$LINENO: result: no" >&5
13327 echo "${ECHO_T}no" >&6; }
13331 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13332 then
13333 ac_sane_incl="`$sane_devel --cflags`"
13334 ac_sane_libs="`$sane_devel --ldflags`"
13335 ac_save_CPPFLAGS="$CPPFLAGS"
13336 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13337 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13338 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13339 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13340 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13341 echo $ECHO_N "(cached) $ECHO_C" >&6
13343 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13344 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13345 else
13346 # Is the header compilable?
13347 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13348 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13349 cat >conftest.$ac_ext <<_ACEOF
13350 /* confdefs.h. */
13351 _ACEOF
13352 cat confdefs.h >>conftest.$ac_ext
13353 cat >>conftest.$ac_ext <<_ACEOF
13354 /* end confdefs.h. */
13355 $ac_includes_default
13356 #include <sane/sane.h>
13357 _ACEOF
13358 rm -f conftest.$ac_objext
13359 if { (ac_try="$ac_compile"
13360 case "(($ac_try" in
13361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13362 *) ac_try_echo=$ac_try;;
13363 esac
13364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13365 (eval "$ac_compile") 2>conftest.er1
13366 ac_status=$?
13367 grep -v '^ *+' conftest.er1 >conftest.err
13368 rm -f conftest.er1
13369 cat conftest.err >&5
13370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13371 (exit $ac_status); } && {
13372 test -z "$ac_c_werror_flag" ||
13373 test ! -s conftest.err
13374 } && test -s conftest.$ac_objext; then
13375 ac_header_compiler=yes
13376 else
13377 echo "$as_me: failed program was:" >&5
13378 sed 's/^/| /' conftest.$ac_ext >&5
13380 ac_header_compiler=no
13383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13384 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13385 echo "${ECHO_T}$ac_header_compiler" >&6; }
13387 # Is the header present?
13388 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13389 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13390 cat >conftest.$ac_ext <<_ACEOF
13391 /* confdefs.h. */
13392 _ACEOF
13393 cat confdefs.h >>conftest.$ac_ext
13394 cat >>conftest.$ac_ext <<_ACEOF
13395 /* end confdefs.h. */
13396 #include <sane/sane.h>
13397 _ACEOF
13398 if { (ac_try="$ac_cpp conftest.$ac_ext"
13399 case "(($ac_try" in
13400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13401 *) ac_try_echo=$ac_try;;
13402 esac
13403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13404 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13405 ac_status=$?
13406 grep -v '^ *+' conftest.er1 >conftest.err
13407 rm -f conftest.er1
13408 cat conftest.err >&5
13409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13410 (exit $ac_status); } >/dev/null && {
13411 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13412 test ! -s conftest.err
13413 }; then
13414 ac_header_preproc=yes
13415 else
13416 echo "$as_me: failed program was:" >&5
13417 sed 's/^/| /' conftest.$ac_ext >&5
13419 ac_header_preproc=no
13422 rm -f conftest.err conftest.$ac_ext
13423 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13424 echo "${ECHO_T}$ac_header_preproc" >&6; }
13426 # So? What about this header?
13427 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13428 yes:no: )
13429 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13430 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13431 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13432 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13433 ac_header_preproc=yes
13435 no:yes:* )
13436 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13437 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13438 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13439 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13440 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13441 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13442 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13443 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13444 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13445 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13446 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13447 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13448 ( cat <<\_ASBOX
13449 ## ------------------------------------ ##
13450 ## Report this to wine-devel@winehq.org ##
13451 ## ------------------------------------ ##
13452 _ASBOX
13453 ) | sed "s/^/$as_me: WARNING: /" >&2
13455 esac
13456 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13457 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13458 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13459 echo $ECHO_N "(cached) $ECHO_C" >&6
13460 else
13461 ac_cv_header_sane_sane_h=$ac_header_preproc
13463 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13464 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13467 if test $ac_cv_header_sane_sane_h = yes; then
13468 { echo "$as_me:$LINENO: checking for -lsane" >&5
13469 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13470 if test "${ac_cv_lib_soname_sane+set}" = set; then
13471 echo $ECHO_N "(cached) $ECHO_C" >&6
13472 else
13473 ac_check_soname_save_LIBS=$LIBS
13474 LIBS="-lsane $ac_sane_libs $LIBS"
13475 cat >conftest.$ac_ext <<_ACEOF
13476 /* confdefs.h. */
13477 _ACEOF
13478 cat confdefs.h >>conftest.$ac_ext
13479 cat >>conftest.$ac_ext <<_ACEOF
13480 /* end confdefs.h. */
13482 /* Override any GCC internal prototype to avoid an error.
13483 Use char because int might match the return type of a GCC
13484 builtin and then its argument prototype would still apply. */
13485 #ifdef __cplusplus
13486 extern "C"
13487 #endif
13488 char sane_init ();
13490 main ()
13492 return sane_init ();
13494 return 0;
13496 _ACEOF
13497 rm -f conftest.$ac_objext conftest$ac_exeext
13498 if { (ac_try="$ac_link"
13499 case "(($ac_try" in
13500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13501 *) ac_try_echo=$ac_try;;
13502 esac
13503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13504 (eval "$ac_link") 2>conftest.er1
13505 ac_status=$?
13506 grep -v '^ *+' conftest.er1 >conftest.err
13507 rm -f conftest.er1
13508 cat conftest.err >&5
13509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13510 (exit $ac_status); } && {
13511 test -z "$ac_c_werror_flag" ||
13512 test ! -s conftest.err
13513 } && test -s conftest$ac_exeext &&
13514 $as_test_x conftest$ac_exeext; then
13515 case "$LIBEXT" in
13516 dll) ;;
13517 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'` ;;
13518 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13519 esac
13520 else
13521 echo "$as_me: failed program was:" >&5
13522 sed 's/^/| /' conftest.$ac_ext >&5
13527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13528 conftest$ac_exeext conftest.$ac_ext
13529 LIBS=$ac_check_soname_save_LIBS
13531 if test "x$ac_cv_lib_soname_sane" = "x"; then
13532 { echo "$as_me:$LINENO: result: not found" >&5
13533 echo "${ECHO_T}not found" >&6; }
13535 else
13536 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13537 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13539 cat >>confdefs.h <<_ACEOF
13540 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13541 _ACEOF
13543 SANEINCL="$ac_sane_incl"
13550 CPPFLAGS="$ac_save_CPPFLAGS"
13552 if test "x$ac_cv_lib_soname_sane" = "x"; then
13553 case "x$with_sane" in
13554 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13555 xno) ;;
13556 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13557 This is an error since --with-sane was requested." >&5
13558 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13559 This is an error since --with-sane was requested." >&2;}
13560 { (exit 1); exit 1; }; } ;;
13561 esac
13565 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13566 set dummy gphoto2-config; ac_word=$2
13567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13569 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13570 echo $ECHO_N "(cached) $ECHO_C" >&6
13571 else
13572 if test -n "$gphoto2_devel"; then
13573 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13574 else
13575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13576 for as_dir in $PATH
13578 IFS=$as_save_IFS
13579 test -z "$as_dir" && as_dir=.
13580 for ac_exec_ext in '' $ac_executable_extensions; do
13581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13582 ac_cv_prog_gphoto2_devel="gphoto2-config"
13583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13584 break 2
13586 done
13587 done
13588 IFS=$as_save_IFS
13590 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13593 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13594 if test -n "$gphoto2_devel"; then
13595 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13596 echo "${ECHO_T}$gphoto2_devel" >&6; }
13597 else
13598 { echo "$as_me:$LINENO: result: no" >&5
13599 echo "${ECHO_T}no" >&6; }
13603 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13604 set dummy gphoto2-port-config; ac_word=$2
13605 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13606 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13607 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13608 echo $ECHO_N "(cached) $ECHO_C" >&6
13609 else
13610 if test -n "$gphoto2port_devel"; then
13611 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13612 else
13613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13614 for as_dir in $PATH
13616 IFS=$as_save_IFS
13617 test -z "$as_dir" && as_dir=.
13618 for ac_exec_ext in '' $ac_executable_extensions; do
13619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13620 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13621 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13622 break 2
13624 done
13625 done
13626 IFS=$as_save_IFS
13628 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13631 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13632 if test -n "$gphoto2port_devel"; then
13633 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13634 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13635 else
13636 { echo "$as_me:$LINENO: result: no" >&5
13637 echo "${ECHO_T}no" >&6; }
13641 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13642 then
13643 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13644 ac_gphoto2_libs=""
13645 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13647 case "$i" in
13648 -L/usr/lib|-L/usr/lib64) ;;
13649 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13650 esac
13651 done
13652 ac_save_CPPFLAGS="$CPPFLAGS"
13653 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13654 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13655 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13656 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13657 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13658 echo $ECHO_N "(cached) $ECHO_C" >&6
13660 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13661 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13662 else
13663 # Is the header compilable?
13664 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13665 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13666 cat >conftest.$ac_ext <<_ACEOF
13667 /* confdefs.h. */
13668 _ACEOF
13669 cat confdefs.h >>conftest.$ac_ext
13670 cat >>conftest.$ac_ext <<_ACEOF
13671 /* end confdefs.h. */
13672 $ac_includes_default
13673 #include <gphoto2-camera.h>
13674 _ACEOF
13675 rm -f conftest.$ac_objext
13676 if { (ac_try="$ac_compile"
13677 case "(($ac_try" in
13678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13679 *) ac_try_echo=$ac_try;;
13680 esac
13681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13682 (eval "$ac_compile") 2>conftest.er1
13683 ac_status=$?
13684 grep -v '^ *+' conftest.er1 >conftest.err
13685 rm -f conftest.er1
13686 cat conftest.err >&5
13687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13688 (exit $ac_status); } && {
13689 test -z "$ac_c_werror_flag" ||
13690 test ! -s conftest.err
13691 } && test -s conftest.$ac_objext; then
13692 ac_header_compiler=yes
13693 else
13694 echo "$as_me: failed program was:" >&5
13695 sed 's/^/| /' conftest.$ac_ext >&5
13697 ac_header_compiler=no
13700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13701 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13702 echo "${ECHO_T}$ac_header_compiler" >&6; }
13704 # Is the header present?
13705 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13706 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13707 cat >conftest.$ac_ext <<_ACEOF
13708 /* confdefs.h. */
13709 _ACEOF
13710 cat confdefs.h >>conftest.$ac_ext
13711 cat >>conftest.$ac_ext <<_ACEOF
13712 /* end confdefs.h. */
13713 #include <gphoto2-camera.h>
13714 _ACEOF
13715 if { (ac_try="$ac_cpp conftest.$ac_ext"
13716 case "(($ac_try" in
13717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13718 *) ac_try_echo=$ac_try;;
13719 esac
13720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13721 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13722 ac_status=$?
13723 grep -v '^ *+' conftest.er1 >conftest.err
13724 rm -f conftest.er1
13725 cat conftest.err >&5
13726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13727 (exit $ac_status); } >/dev/null && {
13728 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13729 test ! -s conftest.err
13730 }; then
13731 ac_header_preproc=yes
13732 else
13733 echo "$as_me: failed program was:" >&5
13734 sed 's/^/| /' conftest.$ac_ext >&5
13736 ac_header_preproc=no
13739 rm -f conftest.err conftest.$ac_ext
13740 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13741 echo "${ECHO_T}$ac_header_preproc" >&6; }
13743 # So? What about this header?
13744 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13745 yes:no: )
13746 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13747 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13748 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13749 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13750 ac_header_preproc=yes
13752 no:yes:* )
13753 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13754 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13755 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13756 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13757 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13758 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13759 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13760 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13761 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13762 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13763 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13764 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13765 ( cat <<\_ASBOX
13766 ## ------------------------------------ ##
13767 ## Report this to wine-devel@winehq.org ##
13768 ## ------------------------------------ ##
13769 _ASBOX
13770 ) | sed "s/^/$as_me: WARNING: /" >&2
13772 esac
13773 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13774 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13775 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13776 echo $ECHO_N "(cached) $ECHO_C" >&6
13777 else
13778 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13780 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13781 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13784 if test $ac_cv_header_gphoto2_camera_h = yes; then
13785 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13786 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13787 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13788 echo $ECHO_N "(cached) $ECHO_C" >&6
13789 else
13790 ac_check_lib_save_LIBS=$LIBS
13791 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13792 cat >conftest.$ac_ext <<_ACEOF
13793 /* confdefs.h. */
13794 _ACEOF
13795 cat confdefs.h >>conftest.$ac_ext
13796 cat >>conftest.$ac_ext <<_ACEOF
13797 /* end confdefs.h. */
13799 /* Override any GCC internal prototype to avoid an error.
13800 Use char because int might match the return type of a GCC
13801 builtin and then its argument prototype would still apply. */
13802 #ifdef __cplusplus
13803 extern "C"
13804 #endif
13805 char gp_camera_new ();
13807 main ()
13809 return gp_camera_new ();
13811 return 0;
13813 _ACEOF
13814 rm -f conftest.$ac_objext conftest$ac_exeext
13815 if { (ac_try="$ac_link"
13816 case "(($ac_try" in
13817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13818 *) ac_try_echo=$ac_try;;
13819 esac
13820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13821 (eval "$ac_link") 2>conftest.er1
13822 ac_status=$?
13823 grep -v '^ *+' conftest.er1 >conftest.err
13824 rm -f conftest.er1
13825 cat conftest.err >&5
13826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13827 (exit $ac_status); } && {
13828 test -z "$ac_c_werror_flag" ||
13829 test ! -s conftest.err
13830 } && test -s conftest$ac_exeext &&
13831 $as_test_x conftest$ac_exeext; then
13832 ac_cv_lib_gphoto2_gp_camera_new=yes
13833 else
13834 echo "$as_me: failed program was:" >&5
13835 sed 's/^/| /' conftest.$ac_ext >&5
13837 ac_cv_lib_gphoto2_gp_camera_new=no
13840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13841 conftest$ac_exeext conftest.$ac_ext
13842 LIBS=$ac_check_lib_save_LIBS
13844 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13845 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13846 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13848 cat >>confdefs.h <<\_ACEOF
13849 #define HAVE_GPHOTO2 1
13850 _ACEOF
13852 GPHOTO2LIBS="$ac_gphoto2_libs"
13854 GPHOTO2INCL="$ac_gphoto2_incl"
13861 CPPFLAGS="$ac_save_CPPFLAGS"
13863 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13864 case "x$with_gphoto" in
13865 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13866 xno) ;;
13867 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13868 This is an error since --with-gphoto was requested." >&5
13869 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13870 This is an error since --with-gphoto was requested." >&2;}
13871 { (exit 1); exit 1; }; } ;;
13872 esac
13877 RESOLVLIBS=""
13879 if test "$ac_cv_header_resolv_h" = "yes"
13880 then
13881 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13882 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13883 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13884 echo $ECHO_N "(cached) $ECHO_C" >&6
13885 else
13886 ac_check_lib_save_LIBS=$LIBS
13887 LIBS="-lresolv $LIBS"
13888 cat >conftest.$ac_ext <<_ACEOF
13889 /* confdefs.h. */
13890 _ACEOF
13891 cat confdefs.h >>conftest.$ac_ext
13892 cat >>conftest.$ac_ext <<_ACEOF
13893 /* end confdefs.h. */
13895 /* Override any GCC internal prototype to avoid an error.
13896 Use char because int might match the return type of a GCC
13897 builtin and then its argument prototype would still apply. */
13898 #ifdef __cplusplus
13899 extern "C"
13900 #endif
13901 char res_query ();
13903 main ()
13905 return res_query ();
13907 return 0;
13909 _ACEOF
13910 rm -f conftest.$ac_objext conftest$ac_exeext
13911 if { (ac_try="$ac_link"
13912 case "(($ac_try" in
13913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13914 *) ac_try_echo=$ac_try;;
13915 esac
13916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13917 (eval "$ac_link") 2>conftest.er1
13918 ac_status=$?
13919 grep -v '^ *+' conftest.er1 >conftest.err
13920 rm -f conftest.er1
13921 cat conftest.err >&5
13922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13923 (exit $ac_status); } && {
13924 test -z "$ac_c_werror_flag" ||
13925 test ! -s conftest.err
13926 } && test -s conftest$ac_exeext &&
13927 $as_test_x conftest$ac_exeext; then
13928 ac_cv_lib_resolv_res_query=yes
13929 else
13930 echo "$as_me: failed program was:" >&5
13931 sed 's/^/| /' conftest.$ac_ext >&5
13933 ac_cv_lib_resolv_res_query=no
13936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13937 conftest$ac_exeext conftest.$ac_ext
13938 LIBS=$ac_check_lib_save_LIBS
13940 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13941 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13942 if test $ac_cv_lib_resolv_res_query = yes; then
13944 cat >>confdefs.h <<\_ACEOF
13945 #define HAVE_RESOLV 1
13946 _ACEOF
13948 RESOLVLIBS="-lresolv"
13953 LCMSLIBS=""
13955 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13956 then
13957 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13958 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13959 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13960 echo $ECHO_N "(cached) $ECHO_C" >&6
13961 else
13962 ac_check_lib_save_LIBS=$LIBS
13963 LIBS="-llcms $LIBS"
13964 cat >conftest.$ac_ext <<_ACEOF
13965 /* confdefs.h. */
13966 _ACEOF
13967 cat confdefs.h >>conftest.$ac_ext
13968 cat >>conftest.$ac_ext <<_ACEOF
13969 /* end confdefs.h. */
13971 /* Override any GCC internal prototype to avoid an error.
13972 Use char because int might match the return type of a GCC
13973 builtin and then its argument prototype would still apply. */
13974 #ifdef __cplusplus
13975 extern "C"
13976 #endif
13977 char cmsOpenProfileFromFile ();
13979 main ()
13981 return cmsOpenProfileFromFile ();
13983 return 0;
13985 _ACEOF
13986 rm -f conftest.$ac_objext conftest$ac_exeext
13987 if { (ac_try="$ac_link"
13988 case "(($ac_try" in
13989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13990 *) ac_try_echo=$ac_try;;
13991 esac
13992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13993 (eval "$ac_link") 2>conftest.er1
13994 ac_status=$?
13995 grep -v '^ *+' conftest.er1 >conftest.err
13996 rm -f conftest.er1
13997 cat conftest.err >&5
13998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13999 (exit $ac_status); } && {
14000 test -z "$ac_c_werror_flag" ||
14001 test ! -s conftest.err
14002 } && test -s conftest$ac_exeext &&
14003 $as_test_x conftest$ac_exeext; then
14004 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14005 else
14006 echo "$as_me: failed program was:" >&5
14007 sed 's/^/| /' conftest.$ac_ext >&5
14009 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14013 conftest$ac_exeext conftest.$ac_ext
14014 LIBS=$ac_check_lib_save_LIBS
14016 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14017 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14018 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14020 cat >>confdefs.h <<\_ACEOF
14021 #define HAVE_LCMS 1
14022 _ACEOF
14024 LCMSLIBS="-llcms"
14028 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14029 case "x$with_cms" in
14030 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14031 xno) ;;
14032 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14033 This is an error since --with-cms was requested." >&5
14034 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14035 This is an error since --with-cms was requested." >&2;}
14036 { (exit 1); exit 1; }; } ;;
14037 esac
14041 for ac_prog in freetype-config freetype2-config
14043 # Extract the first word of "$ac_prog", so it can be a program name with args.
14044 set dummy $ac_prog; ac_word=$2
14045 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14046 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14047 if test "${ac_cv_prog_ft_devel+set}" = set; then
14048 echo $ECHO_N "(cached) $ECHO_C" >&6
14049 else
14050 if test -n "$ft_devel"; then
14051 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14052 else
14053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14054 for as_dir in $PATH
14056 IFS=$as_save_IFS
14057 test -z "$as_dir" && as_dir=.
14058 for ac_exec_ext in '' $ac_executable_extensions; do
14059 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14060 ac_cv_prog_ft_devel="$ac_prog"
14061 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14062 break 2
14064 done
14065 done
14066 IFS=$as_save_IFS
14070 ft_devel=$ac_cv_prog_ft_devel
14071 if test -n "$ft_devel"; then
14072 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14073 echo "${ECHO_T}$ft_devel" >&6; }
14074 else
14075 { echo "$as_me:$LINENO: result: no" >&5
14076 echo "${ECHO_T}no" >&6; }
14080 test -n "$ft_devel" && break
14081 done
14082 test -n "$ft_devel" || ft_devel="false"
14084 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14085 then
14086 ac_freetype_libs=`$ft_devel --libs`
14087 ac_freetype_incl=`$ft_devel --cflags`
14088 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14089 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14090 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14091 echo $ECHO_N "(cached) $ECHO_C" >&6
14092 else
14093 ac_check_soname_save_LIBS=$LIBS
14094 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14095 cat >conftest.$ac_ext <<_ACEOF
14096 /* confdefs.h. */
14097 _ACEOF
14098 cat confdefs.h >>conftest.$ac_ext
14099 cat >>conftest.$ac_ext <<_ACEOF
14100 /* end confdefs.h. */
14102 /* Override any GCC internal prototype to avoid an error.
14103 Use char because int might match the return type of a GCC
14104 builtin and then its argument prototype would still apply. */
14105 #ifdef __cplusplus
14106 extern "C"
14107 #endif
14108 char FT_Init_FreeType ();
14110 main ()
14112 return FT_Init_FreeType ();
14114 return 0;
14116 _ACEOF
14117 rm -f conftest.$ac_objext conftest$ac_exeext
14118 if { (ac_try="$ac_link"
14119 case "(($ac_try" in
14120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14121 *) ac_try_echo=$ac_try;;
14122 esac
14123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14124 (eval "$ac_link") 2>conftest.er1
14125 ac_status=$?
14126 grep -v '^ *+' conftest.er1 >conftest.err
14127 rm -f conftest.er1
14128 cat conftest.err >&5
14129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14130 (exit $ac_status); } && {
14131 test -z "$ac_c_werror_flag" ||
14132 test ! -s conftest.err
14133 } && test -s conftest$ac_exeext &&
14134 $as_test_x conftest$ac_exeext; then
14135 case "$LIBEXT" in
14136 dll) ;;
14137 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'` ;;
14138 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14139 esac
14140 else
14141 echo "$as_me: failed program was:" >&5
14142 sed 's/^/| /' conftest.$ac_ext >&5
14147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14148 conftest$ac_exeext conftest.$ac_ext
14149 LIBS=$ac_check_soname_save_LIBS
14151 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14152 { echo "$as_me:$LINENO: result: not found" >&5
14153 echo "${ECHO_T}not found" >&6; }
14154 ft_lib=no
14155 else
14156 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14157 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14159 cat >>confdefs.h <<_ACEOF
14160 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14161 _ACEOF
14163 ft_lib=yes
14166 if test "$ft_lib" = "yes"
14167 then
14168 ac_save_CPPFLAGS="$CPPFLAGS"
14169 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14182 for ac_header in ft2build.h \
14183 freetype/freetype.h \
14184 freetype/ftglyph.h \
14185 freetype/fttypes.h \
14186 freetype/tttables.h \
14187 freetype/ftnames.h \
14188 freetype/ftsnames.h \
14189 freetype/ttnameid.h \
14190 freetype/ftoutln.h \
14191 freetype/ftwinfnt.h \
14192 freetype/ftmodapi.h \
14193 freetype/internal/sfnt.h
14195 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14196 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14197 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14198 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14199 echo $ECHO_N "(cached) $ECHO_C" >&6
14200 else
14201 cat >conftest.$ac_ext <<_ACEOF
14202 /* confdefs.h. */
14203 _ACEOF
14204 cat confdefs.h >>conftest.$ac_ext
14205 cat >>conftest.$ac_ext <<_ACEOF
14206 /* end confdefs.h. */
14207 #ifdef HAVE_FT2BUILD_H
14208 # include <ft2build.h>
14209 #endif
14211 #include <$ac_header>
14212 _ACEOF
14213 rm -f conftest.$ac_objext
14214 if { (ac_try="$ac_compile"
14215 case "(($ac_try" in
14216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14217 *) ac_try_echo=$ac_try;;
14218 esac
14219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14220 (eval "$ac_compile") 2>conftest.er1
14221 ac_status=$?
14222 grep -v '^ *+' conftest.er1 >conftest.err
14223 rm -f conftest.er1
14224 cat conftest.err >&5
14225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14226 (exit $ac_status); } && {
14227 test -z "$ac_c_werror_flag" ||
14228 test ! -s conftest.err
14229 } && test -s conftest.$ac_objext; then
14230 eval "$as_ac_Header=yes"
14231 else
14232 echo "$as_me: failed program was:" >&5
14233 sed 's/^/| /' conftest.$ac_ext >&5
14235 eval "$as_ac_Header=no"
14238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14240 ac_res=`eval echo '${'$as_ac_Header'}'`
14241 { echo "$as_me:$LINENO: result: $ac_res" >&5
14242 echo "${ECHO_T}$ac_res" >&6; }
14243 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14244 cat >>confdefs.h <<_ACEOF
14245 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14246 _ACEOF
14250 done
14252 cat >conftest.$ac_ext <<_ACEOF
14253 /* confdefs.h. */
14254 _ACEOF
14255 cat confdefs.h >>conftest.$ac_ext
14256 cat >>conftest.$ac_ext <<_ACEOF
14257 /* end confdefs.h. */
14258 #include <ft2build.h>
14259 #include <freetype/fttrigon.h>
14260 _ACEOF
14261 if { (ac_try="$ac_cpp conftest.$ac_ext"
14262 case "(($ac_try" in
14263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14264 *) ac_try_echo=$ac_try;;
14265 esac
14266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14267 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14268 ac_status=$?
14269 grep -v '^ *+' conftest.er1 >conftest.err
14270 rm -f conftest.er1
14271 cat conftest.err >&5
14272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14273 (exit $ac_status); } >/dev/null && {
14274 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14275 test ! -s conftest.err
14276 }; then
14278 cat >>confdefs.h <<\_ACEOF
14279 #define HAVE_FREETYPE_FTTRIGON_H 1
14280 _ACEOF
14282 wine_cv_fttrigon=yes
14283 else
14284 echo "$as_me: failed program was:" >&5
14285 sed 's/^/| /' conftest.$ac_ext >&5
14287 wine_cv_fttrigon=no
14290 rm -f conftest.err conftest.$ac_ext
14291 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14292 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14293 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14294 echo $ECHO_N "(cached) $ECHO_C" >&6
14295 else
14296 cat >conftest.$ac_ext <<_ACEOF
14297 /* confdefs.h. */
14298 _ACEOF
14299 cat confdefs.h >>conftest.$ac_ext
14300 cat >>conftest.$ac_ext <<_ACEOF
14301 /* end confdefs.h. */
14302 #include <freetype/ftmodapi.h>
14304 typedef FT_TrueTypeEngineType ac__type_new_;
14306 main ()
14308 if ((ac__type_new_ *) 0)
14309 return 0;
14310 if (sizeof (ac__type_new_))
14311 return 0;
14313 return 0;
14315 _ACEOF
14316 rm -f conftest.$ac_objext
14317 if { (ac_try="$ac_compile"
14318 case "(($ac_try" in
14319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14320 *) ac_try_echo=$ac_try;;
14321 esac
14322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14323 (eval "$ac_compile") 2>conftest.er1
14324 ac_status=$?
14325 grep -v '^ *+' conftest.er1 >conftest.err
14326 rm -f conftest.er1
14327 cat conftest.err >&5
14328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14329 (exit $ac_status); } && {
14330 test -z "$ac_c_werror_flag" ||
14331 test ! -s conftest.err
14332 } && test -s conftest.$ac_objext; then
14333 ac_cv_type_FT_TrueTypeEngineType=yes
14334 else
14335 echo "$as_me: failed program was:" >&5
14336 sed 's/^/| /' conftest.$ac_ext >&5
14338 ac_cv_type_FT_TrueTypeEngineType=no
14341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14343 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14344 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14345 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14347 cat >>confdefs.h <<_ACEOF
14348 #define HAVE_FT_TRUETYPEENGINETYPE 1
14349 _ACEOF
14354 ac_save_CFLAGS="$CFLAGS"
14355 CFLAGS="$CFLAGS $ac_freetype_libs"
14357 for ac_func in FT_Load_Sfnt_Table
14359 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14360 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14361 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14362 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14363 echo $ECHO_N "(cached) $ECHO_C" >&6
14364 else
14365 cat >conftest.$ac_ext <<_ACEOF
14366 /* confdefs.h. */
14367 _ACEOF
14368 cat confdefs.h >>conftest.$ac_ext
14369 cat >>conftest.$ac_ext <<_ACEOF
14370 /* end confdefs.h. */
14371 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14372 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14373 #define $ac_func innocuous_$ac_func
14375 /* System header to define __stub macros and hopefully few prototypes,
14376 which can conflict with char $ac_func (); below.
14377 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14378 <limits.h> exists even on freestanding compilers. */
14380 #ifdef __STDC__
14381 # include <limits.h>
14382 #else
14383 # include <assert.h>
14384 #endif
14386 #undef $ac_func
14388 /* Override any GCC internal prototype to avoid an error.
14389 Use char because int might match the return type of a GCC
14390 builtin and then its argument prototype would still apply. */
14391 #ifdef __cplusplus
14392 extern "C"
14393 #endif
14394 char $ac_func ();
14395 /* The GNU C library defines this for functions which it implements
14396 to always fail with ENOSYS. Some functions are actually named
14397 something starting with __ and the normal name is an alias. */
14398 #if defined __stub_$ac_func || defined __stub___$ac_func
14399 choke me
14400 #endif
14403 main ()
14405 return $ac_func ();
14407 return 0;
14409 _ACEOF
14410 rm -f conftest.$ac_objext conftest$ac_exeext
14411 if { (ac_try="$ac_link"
14412 case "(($ac_try" in
14413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14414 *) ac_try_echo=$ac_try;;
14415 esac
14416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14417 (eval "$ac_link") 2>conftest.er1
14418 ac_status=$?
14419 grep -v '^ *+' conftest.er1 >conftest.err
14420 rm -f conftest.er1
14421 cat conftest.err >&5
14422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14423 (exit $ac_status); } && {
14424 test -z "$ac_c_werror_flag" ||
14425 test ! -s conftest.err
14426 } && test -s conftest$ac_exeext &&
14427 $as_test_x conftest$ac_exeext; then
14428 eval "$as_ac_var=yes"
14429 else
14430 echo "$as_me: failed program was:" >&5
14431 sed 's/^/| /' conftest.$ac_ext >&5
14433 eval "$as_ac_var=no"
14436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14437 conftest$ac_exeext conftest.$ac_ext
14439 ac_res=`eval echo '${'$as_ac_var'}'`
14440 { echo "$as_me:$LINENO: result: $ac_res" >&5
14441 echo "${ECHO_T}$ac_res" >&6; }
14442 if test `eval echo '${'$as_ac_var'}'` = yes; then
14443 cat >>confdefs.h <<_ACEOF
14444 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14445 _ACEOF
14448 done
14450 CFLAGS="$ac_save_CFLAGS"
14451 CPPFLAGS="$ac_save_CPPFLAGS"
14452 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14453 then
14455 cat >>confdefs.h <<\_ACEOF
14456 #define HAVE_FREETYPE 1
14457 _ACEOF
14459 FREETYPELIBS="$ac_freetype_libs"
14461 FREETYPEINCL="$ac_freetype_incl"
14466 if test "x$FREETYPELIBS" = "x"; then
14467 case "x$with_freetype" in
14468 xno) ;;
14469 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14470 Fonts will not be built. Dialog text may be invisible or unaligned.
14471 Use the --without-freetype option if you really want this." >&5
14472 echo "$as_me: error: FreeType development files not found.
14473 Fonts will not be built. Dialog text may be invisible or unaligned.
14474 Use the --without-freetype option if you really want this." >&2;}
14475 { (exit 1); exit 1; }; } ;;
14476 esac
14479 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14481 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14482 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14483 if test "${ac_cv_c_ppdev+set}" = set; then
14484 echo $ECHO_N "(cached) $ECHO_C" >&6
14485 else
14486 cat >conftest.$ac_ext <<_ACEOF
14487 /* confdefs.h. */
14488 _ACEOF
14489 cat confdefs.h >>conftest.$ac_ext
14490 cat >>conftest.$ac_ext <<_ACEOF
14491 /* end confdefs.h. */
14492 #include <linux/ppdev.h>
14494 main ()
14496 ioctl (1,PPCLAIM,0)
14498 return 0;
14500 _ACEOF
14501 rm -f conftest.$ac_objext
14502 if { (ac_try="$ac_compile"
14503 case "(($ac_try" in
14504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14505 *) ac_try_echo=$ac_try;;
14506 esac
14507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14508 (eval "$ac_compile") 2>conftest.er1
14509 ac_status=$?
14510 grep -v '^ *+' conftest.er1 >conftest.err
14511 rm -f conftest.er1
14512 cat conftest.err >&5
14513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14514 (exit $ac_status); } && {
14515 test -z "$ac_c_werror_flag" ||
14516 test ! -s conftest.err
14517 } && test -s conftest.$ac_objext; then
14518 ac_cv_c_ppdev="yes"
14519 else
14520 echo "$as_me: failed program was:" >&5
14521 sed 's/^/| /' conftest.$ac_ext >&5
14523 ac_cv_c_ppdev="no"
14526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14528 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14529 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14530 if test "$ac_cv_c_ppdev" = "yes"
14531 then
14533 cat >>confdefs.h <<\_ACEOF
14534 #define HAVE_PPDEV 1
14535 _ACEOF
14539 { echo "$as_me:$LINENO: checking for va_copy" >&5
14540 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14541 if test "${ac_cv_c_va_copy+set}" = set; then
14542 echo $ECHO_N "(cached) $ECHO_C" >&6
14543 else
14544 cat >conftest.$ac_ext <<_ACEOF
14545 /* confdefs.h. */
14546 _ACEOF
14547 cat confdefs.h >>conftest.$ac_ext
14548 cat >>conftest.$ac_ext <<_ACEOF
14549 /* end confdefs.h. */
14550 #include <stdarg.h>
14552 main ()
14554 va_list ap1, ap2; va_copy(ap1,ap2);
14556 return 0;
14558 _ACEOF
14559 rm -f conftest.$ac_objext conftest$ac_exeext
14560 if { (ac_try="$ac_link"
14561 case "(($ac_try" in
14562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14563 *) ac_try_echo=$ac_try;;
14564 esac
14565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14566 (eval "$ac_link") 2>conftest.er1
14567 ac_status=$?
14568 grep -v '^ *+' conftest.er1 >conftest.err
14569 rm -f conftest.er1
14570 cat conftest.err >&5
14571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14572 (exit $ac_status); } && {
14573 test -z "$ac_c_werror_flag" ||
14574 test ! -s conftest.err
14575 } && test -s conftest$ac_exeext &&
14576 $as_test_x conftest$ac_exeext; then
14577 ac_cv_c_va_copy="yes"
14578 else
14579 echo "$as_me: failed program was:" >&5
14580 sed 's/^/| /' conftest.$ac_ext >&5
14582 ac_cv_c_va_copy="no"
14585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14586 conftest$ac_exeext conftest.$ac_ext
14589 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14590 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14591 if test "$ac_cv_c_va_copy" = "yes"
14592 then
14594 cat >>confdefs.h <<\_ACEOF
14595 #define HAVE_VA_COPY 1
14596 _ACEOF
14599 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14600 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14601 if test "${ac_cv_c___va_copy+set}" = set; then
14602 echo $ECHO_N "(cached) $ECHO_C" >&6
14603 else
14604 cat >conftest.$ac_ext <<_ACEOF
14605 /* confdefs.h. */
14606 _ACEOF
14607 cat confdefs.h >>conftest.$ac_ext
14608 cat >>conftest.$ac_ext <<_ACEOF
14609 /* end confdefs.h. */
14610 #include <stdarg.h>
14612 main ()
14614 va_list ap1, ap2; __va_copy(ap1,ap2);
14616 return 0;
14618 _ACEOF
14619 rm -f conftest.$ac_objext conftest$ac_exeext
14620 if { (ac_try="$ac_link"
14621 case "(($ac_try" in
14622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14623 *) ac_try_echo=$ac_try;;
14624 esac
14625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14626 (eval "$ac_link") 2>conftest.er1
14627 ac_status=$?
14628 grep -v '^ *+' conftest.er1 >conftest.err
14629 rm -f conftest.er1
14630 cat conftest.err >&5
14631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14632 (exit $ac_status); } && {
14633 test -z "$ac_c_werror_flag" ||
14634 test ! -s conftest.err
14635 } && test -s conftest$ac_exeext &&
14636 $as_test_x conftest$ac_exeext; then
14637 ac_cv_c___va_copy="yes"
14638 else
14639 echo "$as_me: failed program was:" >&5
14640 sed 's/^/| /' conftest.$ac_ext >&5
14642 ac_cv_c___va_copy="no"
14645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14646 conftest$ac_exeext conftest.$ac_ext
14649 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14650 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14651 if test "$ac_cv_c___va_copy" = "yes"
14652 then
14654 cat >>confdefs.h <<\_ACEOF
14655 #define HAVE___VA_COPY 1
14656 _ACEOF
14660 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14661 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14662 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14663 echo $ECHO_N "(cached) $ECHO_C" >&6
14664 else
14665 cat >conftest.$ac_ext <<_ACEOF
14666 /* confdefs.h. */
14667 _ACEOF
14668 cat confdefs.h >>conftest.$ac_ext
14669 cat >>conftest.$ac_ext <<_ACEOF
14670 /* end confdefs.h. */
14671 #define _GNU_SOURCE
14672 #include <pthread.h>
14674 typedef pthread_rwlock_t ac__type_new_;
14676 main ()
14678 if ((ac__type_new_ *) 0)
14679 return 0;
14680 if (sizeof (ac__type_new_))
14681 return 0;
14683 return 0;
14685 _ACEOF
14686 rm -f conftest.$ac_objext
14687 if { (ac_try="$ac_compile"
14688 case "(($ac_try" in
14689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14690 *) ac_try_echo=$ac_try;;
14691 esac
14692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14693 (eval "$ac_compile") 2>conftest.er1
14694 ac_status=$?
14695 grep -v '^ *+' conftest.er1 >conftest.err
14696 rm -f conftest.er1
14697 cat conftest.err >&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); } && {
14700 test -z "$ac_c_werror_flag" ||
14701 test ! -s conftest.err
14702 } && test -s conftest.$ac_objext; then
14703 ac_cv_type_pthread_rwlock_t=yes
14704 else
14705 echo "$as_me: failed program was:" >&5
14706 sed 's/^/| /' conftest.$ac_ext >&5
14708 ac_cv_type_pthread_rwlock_t=no
14711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14713 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14714 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14715 if test $ac_cv_type_pthread_rwlock_t = yes; then
14717 cat >>confdefs.h <<_ACEOF
14718 #define HAVE_PTHREAD_RWLOCK_T 1
14719 _ACEOF
14723 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14724 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14725 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14726 echo $ECHO_N "(cached) $ECHO_C" >&6
14727 else
14728 cat >conftest.$ac_ext <<_ACEOF
14729 /* confdefs.h. */
14730 _ACEOF
14731 cat confdefs.h >>conftest.$ac_ext
14732 cat >>conftest.$ac_ext <<_ACEOF
14733 /* end confdefs.h. */
14734 #define _GNU_SOURCE
14735 #include <pthread.h>
14737 typedef pthread_rwlockattr_t ac__type_new_;
14739 main ()
14741 if ((ac__type_new_ *) 0)
14742 return 0;
14743 if (sizeof (ac__type_new_))
14744 return 0;
14746 return 0;
14748 _ACEOF
14749 rm -f conftest.$ac_objext
14750 if { (ac_try="$ac_compile"
14751 case "(($ac_try" in
14752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14753 *) ac_try_echo=$ac_try;;
14754 esac
14755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14756 (eval "$ac_compile") 2>conftest.er1
14757 ac_status=$?
14758 grep -v '^ *+' conftest.er1 >conftest.err
14759 rm -f conftest.er1
14760 cat conftest.err >&5
14761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14762 (exit $ac_status); } && {
14763 test -z "$ac_c_werror_flag" ||
14764 test ! -s conftest.err
14765 } && test -s conftest.$ac_objext; then
14766 ac_cv_type_pthread_rwlockattr_t=yes
14767 else
14768 echo "$as_me: failed program was:" >&5
14769 sed 's/^/| /' conftest.$ac_ext >&5
14771 ac_cv_type_pthread_rwlockattr_t=no
14774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14776 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14777 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14778 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14780 cat >>confdefs.h <<_ACEOF
14781 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14782 _ACEOF
14788 ac_wine_check_funcs_save_LIBS="$LIBS"
14789 LIBS="$LIBS $LIBPTHREAD"
14794 for ac_func in \
14795 pthread_attr_get_np \
14796 pthread_getattr_np \
14797 pthread_get_stackaddr_np \
14798 pthread_get_stacksize_np
14800 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14801 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14802 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14803 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14804 echo $ECHO_N "(cached) $ECHO_C" >&6
14805 else
14806 cat >conftest.$ac_ext <<_ACEOF
14807 /* confdefs.h. */
14808 _ACEOF
14809 cat confdefs.h >>conftest.$ac_ext
14810 cat >>conftest.$ac_ext <<_ACEOF
14811 /* end confdefs.h. */
14812 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14813 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14814 #define $ac_func innocuous_$ac_func
14816 /* System header to define __stub macros and hopefully few prototypes,
14817 which can conflict with char $ac_func (); below.
14818 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14819 <limits.h> exists even on freestanding compilers. */
14821 #ifdef __STDC__
14822 # include <limits.h>
14823 #else
14824 # include <assert.h>
14825 #endif
14827 #undef $ac_func
14829 /* Override any GCC internal prototype to avoid an error.
14830 Use char because int might match the return type of a GCC
14831 builtin and then its argument prototype would still apply. */
14832 #ifdef __cplusplus
14833 extern "C"
14834 #endif
14835 char $ac_func ();
14836 /* The GNU C library defines this for functions which it implements
14837 to always fail with ENOSYS. Some functions are actually named
14838 something starting with __ and the normal name is an alias. */
14839 #if defined __stub_$ac_func || defined __stub___$ac_func
14840 choke me
14841 #endif
14844 main ()
14846 return $ac_func ();
14848 return 0;
14850 _ACEOF
14851 rm -f conftest.$ac_objext conftest$ac_exeext
14852 if { (ac_try="$ac_link"
14853 case "(($ac_try" in
14854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14855 *) ac_try_echo=$ac_try;;
14856 esac
14857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14858 (eval "$ac_link") 2>conftest.er1
14859 ac_status=$?
14860 grep -v '^ *+' conftest.er1 >conftest.err
14861 rm -f conftest.er1
14862 cat conftest.err >&5
14863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14864 (exit $ac_status); } && {
14865 test -z "$ac_c_werror_flag" ||
14866 test ! -s conftest.err
14867 } && test -s conftest$ac_exeext &&
14868 $as_test_x conftest$ac_exeext; then
14869 eval "$as_ac_var=yes"
14870 else
14871 echo "$as_me: failed program was:" >&5
14872 sed 's/^/| /' conftest.$ac_ext >&5
14874 eval "$as_ac_var=no"
14877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14878 conftest$ac_exeext conftest.$ac_ext
14880 ac_res=`eval echo '${'$as_ac_var'}'`
14881 { echo "$as_me:$LINENO: result: $ac_res" >&5
14882 echo "${ECHO_T}$ac_res" >&6; }
14883 if test `eval echo '${'$as_ac_var'}'` = yes; then
14884 cat >>confdefs.h <<_ACEOF
14885 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14886 _ACEOF
14889 done
14891 LIBS="$ac_wine_check_funcs_save_LIBS"
14893 # Extract the first word of "esd-config", so it can be a program name with args.
14894 set dummy esd-config; ac_word=$2
14895 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14896 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14897 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14898 echo $ECHO_N "(cached) $ECHO_C" >&6
14899 else
14900 case $ESDCONFIG in
14901 [\\/]* | ?:[\\/]*)
14902 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14906 for as_dir in $PATH
14908 IFS=$as_save_IFS
14909 test -z "$as_dir" && as_dir=.
14910 for ac_exec_ext in '' $ac_executable_extensions; do
14911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14912 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14913 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14914 break 2
14916 done
14917 done
14918 IFS=$as_save_IFS
14921 esac
14923 ESDCONFIG=$ac_cv_path_ESDCONFIG
14924 if test -n "$ESDCONFIG"; then
14925 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14926 echo "${ECHO_T}$ESDCONFIG" >&6; }
14927 else
14928 { echo "$as_me:$LINENO: result: no" >&5
14929 echo "${ECHO_T}no" >&6; }
14933 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14934 then
14935 ac_esd_incl=""
14936 for i in `$ESDCONFIG --cflags`
14938 case "$i" in
14939 -I*) ac_esd_incl="$ac_esd_incl $i";;
14940 esac
14941 done
14942 ac_esd_libs=`$ESDCONFIG --libs`
14943 save_CFLAGS="$CFLAGS"
14944 CFLAGS="$CFLAGS $ac_esd_incl"
14945 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14946 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14947 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14948 echo $ECHO_N "(cached) $ECHO_C" >&6
14949 else
14950 ac_check_lib_save_LIBS=$LIBS
14951 LIBS="-lesd $ac_esd_libs $LIBS"
14952 cat >conftest.$ac_ext <<_ACEOF
14953 /* confdefs.h. */
14954 _ACEOF
14955 cat confdefs.h >>conftest.$ac_ext
14956 cat >>conftest.$ac_ext <<_ACEOF
14957 /* end confdefs.h. */
14959 /* Override any GCC internal prototype to avoid an error.
14960 Use char because int might match the return type of a GCC
14961 builtin and then its argument prototype would still apply. */
14962 #ifdef __cplusplus
14963 extern "C"
14964 #endif
14965 char esd_open_sound ();
14967 main ()
14969 return esd_open_sound ();
14971 return 0;
14973 _ACEOF
14974 rm -f conftest.$ac_objext conftest$ac_exeext
14975 if { (ac_try="$ac_link"
14976 case "(($ac_try" in
14977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14978 *) ac_try_echo=$ac_try;;
14979 esac
14980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14981 (eval "$ac_link") 2>conftest.er1
14982 ac_status=$?
14983 grep -v '^ *+' conftest.er1 >conftest.err
14984 rm -f conftest.er1
14985 cat conftest.err >&5
14986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14987 (exit $ac_status); } && {
14988 test -z "$ac_c_werror_flag" ||
14989 test ! -s conftest.err
14990 } && test -s conftest$ac_exeext &&
14991 $as_test_x conftest$ac_exeext; then
14992 ac_cv_lib_esd_esd_open_sound=yes
14993 else
14994 echo "$as_me: failed program was:" >&5
14995 sed 's/^/| /' conftest.$ac_ext >&5
14997 ac_cv_lib_esd_esd_open_sound=no
15000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15001 conftest$ac_exeext conftest.$ac_ext
15002 LIBS=$ac_check_lib_save_LIBS
15004 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15005 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15006 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15007 ESDINCL="$ac_esd_incl"
15009 ESDLIBS="$ac_esd_libs"
15012 cat >>confdefs.h <<\_ACEOF
15013 #define HAVE_ESD 1
15014 _ACEOF
15018 CFLAGS="$save_CFLAGS"
15021 ALSALIBS=""
15023 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15024 then
15025 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15026 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15027 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15028 echo $ECHO_N "(cached) $ECHO_C" >&6
15029 else
15030 ac_check_lib_save_LIBS=$LIBS
15031 LIBS="-lasound $LIBS"
15032 cat >conftest.$ac_ext <<_ACEOF
15033 /* confdefs.h. */
15034 _ACEOF
15035 cat confdefs.h >>conftest.$ac_ext
15036 cat >>conftest.$ac_ext <<_ACEOF
15037 /* end confdefs.h. */
15039 /* Override any GCC internal prototype to avoid an error.
15040 Use char because int might match the return type of a GCC
15041 builtin and then its argument prototype would still apply. */
15042 #ifdef __cplusplus
15043 extern "C"
15044 #endif
15045 char snd_pcm_hw_params_get_access ();
15047 main ()
15049 return snd_pcm_hw_params_get_access ();
15051 return 0;
15053 _ACEOF
15054 rm -f conftest.$ac_objext conftest$ac_exeext
15055 if { (ac_try="$ac_link"
15056 case "(($ac_try" in
15057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15058 *) ac_try_echo=$ac_try;;
15059 esac
15060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15061 (eval "$ac_link") 2>conftest.er1
15062 ac_status=$?
15063 grep -v '^ *+' conftest.er1 >conftest.err
15064 rm -f conftest.er1
15065 cat conftest.err >&5
15066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15067 (exit $ac_status); } && {
15068 test -z "$ac_c_werror_flag" ||
15069 test ! -s conftest.err
15070 } && test -s conftest$ac_exeext &&
15071 $as_test_x conftest$ac_exeext; then
15072 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15073 else
15074 echo "$as_me: failed program was:" >&5
15075 sed 's/^/| /' conftest.$ac_ext >&5
15077 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15081 conftest$ac_exeext conftest.$ac_ext
15082 LIBS=$ac_check_lib_save_LIBS
15084 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15085 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15086 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15087 cat >conftest.$ac_ext <<_ACEOF
15088 /* confdefs.h. */
15089 _ACEOF
15090 cat confdefs.h >>conftest.$ac_ext
15091 cat >>conftest.$ac_ext <<_ACEOF
15092 /* end confdefs.h. */
15093 #ifdef HAVE_ALSA_ASOUNDLIB_H
15094 #include <alsa/asoundlib.h>
15095 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15096 #include <sys/asoundlib.h>
15097 #endif
15099 main ()
15101 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15103 return 0;
15105 _ACEOF
15106 rm -f conftest.$ac_objext
15107 if { (ac_try="$ac_compile"
15108 case "(($ac_try" in
15109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15110 *) ac_try_echo=$ac_try;;
15111 esac
15112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15113 (eval "$ac_compile") 2>conftest.er1
15114 ac_status=$?
15115 grep -v '^ *+' conftest.er1 >conftest.err
15116 rm -f conftest.er1
15117 cat conftest.err >&5
15118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15119 (exit $ac_status); } && {
15120 test -z "$ac_c_werror_flag" ||
15121 test ! -s conftest.err
15122 } && test -s conftest.$ac_objext; then
15124 cat >>confdefs.h <<\_ACEOF
15125 #define HAVE_ALSA 1
15126 _ACEOF
15128 ALSALIBS="-lasound"
15129 else
15130 echo "$as_me: failed program was:" >&5
15131 sed 's/^/| /' conftest.$ac_ext >&5
15136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15141 AUDIOIOLIBS=""
15143 if test "$ac_cv_header_libaudioio_h" = "yes"
15144 then
15145 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15146 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15147 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15148 echo $ECHO_N "(cached) $ECHO_C" >&6
15149 else
15150 ac_check_lib_save_LIBS=$LIBS
15151 LIBS="-laudioio $LIBS"
15152 cat >conftest.$ac_ext <<_ACEOF
15153 /* confdefs.h. */
15154 _ACEOF
15155 cat confdefs.h >>conftest.$ac_ext
15156 cat >>conftest.$ac_ext <<_ACEOF
15157 /* end confdefs.h. */
15159 /* Override any GCC internal prototype to avoid an error.
15160 Use char because int might match the return type of a GCC
15161 builtin and then its argument prototype would still apply. */
15162 #ifdef __cplusplus
15163 extern "C"
15164 #endif
15165 char AudioIOGetVersion ();
15167 main ()
15169 return AudioIOGetVersion ();
15171 return 0;
15173 _ACEOF
15174 rm -f conftest.$ac_objext conftest$ac_exeext
15175 if { (ac_try="$ac_link"
15176 case "(($ac_try" in
15177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15178 *) ac_try_echo=$ac_try;;
15179 esac
15180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15181 (eval "$ac_link") 2>conftest.er1
15182 ac_status=$?
15183 grep -v '^ *+' conftest.er1 >conftest.err
15184 rm -f conftest.er1
15185 cat conftest.err >&5
15186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15187 (exit $ac_status); } && {
15188 test -z "$ac_c_werror_flag" ||
15189 test ! -s conftest.err
15190 } && test -s conftest$ac_exeext &&
15191 $as_test_x conftest$ac_exeext; then
15192 ac_cv_lib_audioio_AudioIOGetVersion=yes
15193 else
15194 echo "$as_me: failed program was:" >&5
15195 sed 's/^/| /' conftest.$ac_ext >&5
15197 ac_cv_lib_audioio_AudioIOGetVersion=no
15200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15201 conftest$ac_exeext conftest.$ac_ext
15202 LIBS=$ac_check_lib_save_LIBS
15204 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15205 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15206 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15207 AUDIOIOLIBS="-laudioio"
15209 cat >>confdefs.h <<\_ACEOF
15210 #define HAVE_LIBAUDIOIO 1
15211 _ACEOF
15218 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15219 then
15220 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15221 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15222 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15223 echo $ECHO_N "(cached) $ECHO_C" >&6
15224 else
15225 ac_check_soname_save_LIBS=$LIBS
15226 LIBS="-lcapi20 $LIBS"
15227 cat >conftest.$ac_ext <<_ACEOF
15228 /* confdefs.h. */
15229 _ACEOF
15230 cat confdefs.h >>conftest.$ac_ext
15231 cat >>conftest.$ac_ext <<_ACEOF
15232 /* end confdefs.h. */
15234 /* Override any GCC internal prototype to avoid an error.
15235 Use char because int might match the return type of a GCC
15236 builtin and then its argument prototype would still apply. */
15237 #ifdef __cplusplus
15238 extern "C"
15239 #endif
15240 char capi20_register ();
15242 main ()
15244 return capi20_register ();
15246 return 0;
15248 _ACEOF
15249 rm -f conftest.$ac_objext conftest$ac_exeext
15250 if { (ac_try="$ac_link"
15251 case "(($ac_try" in
15252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15253 *) ac_try_echo=$ac_try;;
15254 esac
15255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15256 (eval "$ac_link") 2>conftest.er1
15257 ac_status=$?
15258 grep -v '^ *+' conftest.er1 >conftest.err
15259 rm -f conftest.er1
15260 cat conftest.err >&5
15261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262 (exit $ac_status); } && {
15263 test -z "$ac_c_werror_flag" ||
15264 test ! -s conftest.err
15265 } && test -s conftest$ac_exeext &&
15266 $as_test_x conftest$ac_exeext; then
15267 case "$LIBEXT" in
15268 dll) ;;
15269 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'` ;;
15270 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15271 esac
15272 else
15273 echo "$as_me: failed program was:" >&5
15274 sed 's/^/| /' conftest.$ac_ext >&5
15279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15280 conftest$ac_exeext conftest.$ac_ext
15281 LIBS=$ac_check_soname_save_LIBS
15283 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15284 { echo "$as_me:$LINENO: result: not found" >&5
15285 echo "${ECHO_T}not found" >&6; }
15287 else
15288 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15289 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15291 cat >>confdefs.h <<_ACEOF
15292 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15293 _ACEOF
15299 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15300 case "x$with_capi" in
15301 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15302 xno) ;;
15303 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15304 This is an error since --with-capi was requested." >&5
15305 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15306 This is an error since --with-capi was requested." >&2;}
15307 { (exit 1); exit 1; }; } ;;
15308 esac
15312 CUPSINCL=""
15314 if test "x$with_cups" != "xno"
15315 then
15316 ac_save_CPPFLAGS="$CPPFLAGS"
15317 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15318 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15319 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15321 for ac_header in cups/cups.h
15323 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15324 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15325 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15326 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15327 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15328 echo $ECHO_N "(cached) $ECHO_C" >&6
15330 ac_res=`eval echo '${'$as_ac_Header'}'`
15331 { echo "$as_me:$LINENO: result: $ac_res" >&5
15332 echo "${ECHO_T}$ac_res" >&6; }
15333 else
15334 # Is the header compilable?
15335 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15336 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15337 cat >conftest.$ac_ext <<_ACEOF
15338 /* confdefs.h. */
15339 _ACEOF
15340 cat confdefs.h >>conftest.$ac_ext
15341 cat >>conftest.$ac_ext <<_ACEOF
15342 /* end confdefs.h. */
15343 $ac_includes_default
15344 #include <$ac_header>
15345 _ACEOF
15346 rm -f conftest.$ac_objext
15347 if { (ac_try="$ac_compile"
15348 case "(($ac_try" in
15349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15350 *) ac_try_echo=$ac_try;;
15351 esac
15352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15353 (eval "$ac_compile") 2>conftest.er1
15354 ac_status=$?
15355 grep -v '^ *+' conftest.er1 >conftest.err
15356 rm -f conftest.er1
15357 cat conftest.err >&5
15358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15359 (exit $ac_status); } && {
15360 test -z "$ac_c_werror_flag" ||
15361 test ! -s conftest.err
15362 } && test -s conftest.$ac_objext; then
15363 ac_header_compiler=yes
15364 else
15365 echo "$as_me: failed program was:" >&5
15366 sed 's/^/| /' conftest.$ac_ext >&5
15368 ac_header_compiler=no
15371 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15372 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15373 echo "${ECHO_T}$ac_header_compiler" >&6; }
15375 # Is the header present?
15376 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15377 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15378 cat >conftest.$ac_ext <<_ACEOF
15379 /* confdefs.h. */
15380 _ACEOF
15381 cat confdefs.h >>conftest.$ac_ext
15382 cat >>conftest.$ac_ext <<_ACEOF
15383 /* end confdefs.h. */
15384 #include <$ac_header>
15385 _ACEOF
15386 if { (ac_try="$ac_cpp conftest.$ac_ext"
15387 case "(($ac_try" in
15388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15389 *) ac_try_echo=$ac_try;;
15390 esac
15391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15392 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15393 ac_status=$?
15394 grep -v '^ *+' conftest.er1 >conftest.err
15395 rm -f conftest.er1
15396 cat conftest.err >&5
15397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15398 (exit $ac_status); } >/dev/null && {
15399 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15400 test ! -s conftest.err
15401 }; then
15402 ac_header_preproc=yes
15403 else
15404 echo "$as_me: failed program was:" >&5
15405 sed 's/^/| /' conftest.$ac_ext >&5
15407 ac_header_preproc=no
15410 rm -f conftest.err conftest.$ac_ext
15411 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15412 echo "${ECHO_T}$ac_header_preproc" >&6; }
15414 # So? What about this header?
15415 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15416 yes:no: )
15417 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15418 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15419 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15420 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15421 ac_header_preproc=yes
15423 no:yes:* )
15424 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15425 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15426 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15427 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15428 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15429 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15430 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15431 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15432 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15433 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15434 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15435 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15436 ( cat <<\_ASBOX
15437 ## ------------------------------------ ##
15438 ## Report this to wine-devel@winehq.org ##
15439 ## ------------------------------------ ##
15440 _ASBOX
15441 ) | sed "s/^/$as_me: WARNING: /" >&2
15443 esac
15444 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15445 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15447 echo $ECHO_N "(cached) $ECHO_C" >&6
15448 else
15449 eval "$as_ac_Header=\$ac_header_preproc"
15451 ac_res=`eval echo '${'$as_ac_Header'}'`
15452 { echo "$as_me:$LINENO: result: $ac_res" >&5
15453 echo "${ECHO_T}$ac_res" >&6; }
15456 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15457 cat >>confdefs.h <<_ACEOF
15458 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15459 _ACEOF
15460 { echo "$as_me:$LINENO: checking for -lcups" >&5
15461 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15462 if test "${ac_cv_lib_soname_cups+set}" = set; then
15463 echo $ECHO_N "(cached) $ECHO_C" >&6
15464 else
15465 ac_check_soname_save_LIBS=$LIBS
15466 LIBS="-lcups $ac_cups_libs $LIBS"
15467 cat >conftest.$ac_ext <<_ACEOF
15468 /* confdefs.h. */
15469 _ACEOF
15470 cat confdefs.h >>conftest.$ac_ext
15471 cat >>conftest.$ac_ext <<_ACEOF
15472 /* end confdefs.h. */
15474 /* Override any GCC internal prototype to avoid an error.
15475 Use char because int might match the return type of a GCC
15476 builtin and then its argument prototype would still apply. */
15477 #ifdef __cplusplus
15478 extern "C"
15479 #endif
15480 char cupsGetDefault ();
15482 main ()
15484 return cupsGetDefault ();
15486 return 0;
15488 _ACEOF
15489 rm -f conftest.$ac_objext conftest$ac_exeext
15490 if { (ac_try="$ac_link"
15491 case "(($ac_try" in
15492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15493 *) ac_try_echo=$ac_try;;
15494 esac
15495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15496 (eval "$ac_link") 2>conftest.er1
15497 ac_status=$?
15498 grep -v '^ *+' conftest.er1 >conftest.err
15499 rm -f conftest.er1
15500 cat conftest.err >&5
15501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15502 (exit $ac_status); } && {
15503 test -z "$ac_c_werror_flag" ||
15504 test ! -s conftest.err
15505 } && test -s conftest$ac_exeext &&
15506 $as_test_x conftest$ac_exeext; then
15507 case "$LIBEXT" in
15508 dll) ;;
15509 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'` ;;
15510 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15511 esac
15512 else
15513 echo "$as_me: failed program was:" >&5
15514 sed 's/^/| /' conftest.$ac_ext >&5
15519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15520 conftest$ac_exeext conftest.$ac_ext
15521 LIBS=$ac_check_soname_save_LIBS
15523 if test "x$ac_cv_lib_soname_cups" = "x"; then
15524 { echo "$as_me:$LINENO: result: not found" >&5
15525 echo "${ECHO_T}not found" >&6; }
15527 else
15528 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15529 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15531 cat >>confdefs.h <<_ACEOF
15532 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15533 _ACEOF
15535 CUPSINCL="$ac_cups_cflags"
15540 done
15542 CPPFLAGS="$ac_save_CPPFLAGS"
15544 if test "x$ac_cv_lib_soname_cups" = "x"; then
15545 case "x$with_cups" in
15546 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15547 xno) ;;
15548 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15549 This is an error since --with-cups was requested." >&5
15550 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15551 This is an error since --with-cups was requested." >&2;}
15552 { (exit 1); exit 1; }; } ;;
15553 esac
15557 if test "$ac_cv_header_jack_jack_h" = "yes"
15558 then
15559 { echo "$as_me:$LINENO: checking for -ljack" >&5
15560 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15561 if test "${ac_cv_lib_soname_jack+set}" = set; then
15562 echo $ECHO_N "(cached) $ECHO_C" >&6
15563 else
15564 ac_check_soname_save_LIBS=$LIBS
15565 LIBS="-ljack $LIBS"
15566 cat >conftest.$ac_ext <<_ACEOF
15567 /* confdefs.h. */
15568 _ACEOF
15569 cat confdefs.h >>conftest.$ac_ext
15570 cat >>conftest.$ac_ext <<_ACEOF
15571 /* end confdefs.h. */
15573 /* Override any GCC internal prototype to avoid an error.
15574 Use char because int might match the return type of a GCC
15575 builtin and then its argument prototype would still apply. */
15576 #ifdef __cplusplus
15577 extern "C"
15578 #endif
15579 char jack_client_new ();
15581 main ()
15583 return jack_client_new ();
15585 return 0;
15587 _ACEOF
15588 rm -f conftest.$ac_objext conftest$ac_exeext
15589 if { (ac_try="$ac_link"
15590 case "(($ac_try" in
15591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15592 *) ac_try_echo=$ac_try;;
15593 esac
15594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15595 (eval "$ac_link") 2>conftest.er1
15596 ac_status=$?
15597 grep -v '^ *+' conftest.er1 >conftest.err
15598 rm -f conftest.er1
15599 cat conftest.err >&5
15600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15601 (exit $ac_status); } && {
15602 test -z "$ac_c_werror_flag" ||
15603 test ! -s conftest.err
15604 } && test -s conftest$ac_exeext &&
15605 $as_test_x conftest$ac_exeext; then
15606 case "$LIBEXT" in
15607 dll) ;;
15608 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'` ;;
15609 *) 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'` ;;
15610 esac
15611 else
15612 echo "$as_me: failed program was:" >&5
15613 sed 's/^/| /' conftest.$ac_ext >&5
15618 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15619 conftest$ac_exeext conftest.$ac_ext
15620 LIBS=$ac_check_soname_save_LIBS
15622 if test "x$ac_cv_lib_soname_jack" = "x"; then
15623 { echo "$as_me:$LINENO: result: not found" >&5
15624 echo "${ECHO_T}not found" >&6; }
15626 else
15627 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15628 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15630 cat >>confdefs.h <<_ACEOF
15631 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15632 _ACEOF
15639 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15640 then
15641 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15642 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15643 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15644 echo $ECHO_N "(cached) $ECHO_C" >&6
15645 else
15646 ac_check_soname_save_LIBS=$LIBS
15647 LIBS="-lfontconfig $LIBS"
15648 cat >conftest.$ac_ext <<_ACEOF
15649 /* confdefs.h. */
15650 _ACEOF
15651 cat confdefs.h >>conftest.$ac_ext
15652 cat >>conftest.$ac_ext <<_ACEOF
15653 /* end confdefs.h. */
15655 /* Override any GCC internal prototype to avoid an error.
15656 Use char because int might match the return type of a GCC
15657 builtin and then its argument prototype would still apply. */
15658 #ifdef __cplusplus
15659 extern "C"
15660 #endif
15661 char FcInit ();
15663 main ()
15665 return FcInit ();
15667 return 0;
15669 _ACEOF
15670 rm -f conftest.$ac_objext conftest$ac_exeext
15671 if { (ac_try="$ac_link"
15672 case "(($ac_try" in
15673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15674 *) ac_try_echo=$ac_try;;
15675 esac
15676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15677 (eval "$ac_link") 2>conftest.er1
15678 ac_status=$?
15679 grep -v '^ *+' conftest.er1 >conftest.err
15680 rm -f conftest.er1
15681 cat conftest.err >&5
15682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15683 (exit $ac_status); } && {
15684 test -z "$ac_c_werror_flag" ||
15685 test ! -s conftest.err
15686 } && test -s conftest$ac_exeext &&
15687 $as_test_x conftest$ac_exeext; then
15688 case "$LIBEXT" in
15689 dll) ;;
15690 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'` ;;
15691 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15692 esac
15693 else
15694 echo "$as_me: failed program was:" >&5
15695 sed 's/^/| /' conftest.$ac_ext >&5
15700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15701 conftest$ac_exeext conftest.$ac_ext
15702 LIBS=$ac_check_soname_save_LIBS
15704 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15705 { echo "$as_me:$LINENO: result: not found" >&5
15706 echo "${ECHO_T}not found" >&6; }
15708 else
15709 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15710 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15712 cat >>confdefs.h <<_ACEOF
15713 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15714 _ACEOF
15719 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15720 then
15721 ac_save_CPPFLAGS="$CPPFLAGS"
15722 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15723 $as_unset ac_cv_header_fontconfig_fontconfig_h
15725 for ac_header in fontconfig/fontconfig.h
15727 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15728 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15729 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15730 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15731 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15732 echo $ECHO_N "(cached) $ECHO_C" >&6
15734 ac_res=`eval echo '${'$as_ac_Header'}'`
15735 { echo "$as_me:$LINENO: result: $ac_res" >&5
15736 echo "${ECHO_T}$ac_res" >&6; }
15737 else
15738 # Is the header compilable?
15739 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15740 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15741 cat >conftest.$ac_ext <<_ACEOF
15742 /* confdefs.h. */
15743 _ACEOF
15744 cat confdefs.h >>conftest.$ac_ext
15745 cat >>conftest.$ac_ext <<_ACEOF
15746 /* end confdefs.h. */
15747 $ac_includes_default
15748 #include <$ac_header>
15749 _ACEOF
15750 rm -f conftest.$ac_objext
15751 if { (ac_try="$ac_compile"
15752 case "(($ac_try" in
15753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15754 *) ac_try_echo=$ac_try;;
15755 esac
15756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15757 (eval "$ac_compile") 2>conftest.er1
15758 ac_status=$?
15759 grep -v '^ *+' conftest.er1 >conftest.err
15760 rm -f conftest.er1
15761 cat conftest.err >&5
15762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15763 (exit $ac_status); } && {
15764 test -z "$ac_c_werror_flag" ||
15765 test ! -s conftest.err
15766 } && test -s conftest.$ac_objext; then
15767 ac_header_compiler=yes
15768 else
15769 echo "$as_me: failed program was:" >&5
15770 sed 's/^/| /' conftest.$ac_ext >&5
15772 ac_header_compiler=no
15775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15776 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15777 echo "${ECHO_T}$ac_header_compiler" >&6; }
15779 # Is the header present?
15780 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15781 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15782 cat >conftest.$ac_ext <<_ACEOF
15783 /* confdefs.h. */
15784 _ACEOF
15785 cat confdefs.h >>conftest.$ac_ext
15786 cat >>conftest.$ac_ext <<_ACEOF
15787 /* end confdefs.h. */
15788 #include <$ac_header>
15789 _ACEOF
15790 if { (ac_try="$ac_cpp conftest.$ac_ext"
15791 case "(($ac_try" in
15792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15793 *) ac_try_echo=$ac_try;;
15794 esac
15795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15796 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15797 ac_status=$?
15798 grep -v '^ *+' conftest.er1 >conftest.err
15799 rm -f conftest.er1
15800 cat conftest.err >&5
15801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15802 (exit $ac_status); } >/dev/null && {
15803 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15804 test ! -s conftest.err
15805 }; then
15806 ac_header_preproc=yes
15807 else
15808 echo "$as_me: failed program was:" >&5
15809 sed 's/^/| /' conftest.$ac_ext >&5
15811 ac_header_preproc=no
15814 rm -f conftest.err conftest.$ac_ext
15815 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15816 echo "${ECHO_T}$ac_header_preproc" >&6; }
15818 # So? What about this header?
15819 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15820 yes:no: )
15821 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15822 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15823 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15824 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15825 ac_header_preproc=yes
15827 no:yes:* )
15828 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15829 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15830 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15831 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15832 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15833 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15834 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15835 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15836 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15837 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15838 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15839 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15840 ( cat <<\_ASBOX
15841 ## ------------------------------------ ##
15842 ## Report this to wine-devel@winehq.org ##
15843 ## ------------------------------------ ##
15844 _ASBOX
15845 ) | sed "s/^/$as_me: WARNING: /" >&2
15847 esac
15848 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15849 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15850 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15851 echo $ECHO_N "(cached) $ECHO_C" >&6
15852 else
15853 eval "$as_ac_Header=\$ac_header_preproc"
15855 ac_res=`eval echo '${'$as_ac_Header'}'`
15856 { echo "$as_me:$LINENO: result: $ac_res" >&5
15857 echo "${ECHO_T}$ac_res" >&6; }
15860 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15861 cat >>confdefs.h <<_ACEOF
15862 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15863 _ACEOF
15867 done
15869 CPPFLAGS="$ac_save_CPPFLAGS"
15870 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15871 then
15872 FONTCONFIGINCL="$X_CFLAGS"
15874 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15875 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15876 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15877 echo $ECHO_N "(cached) $ECHO_C" >&6
15878 else
15879 ac_check_soname_save_LIBS=$LIBS
15880 LIBS="-lfontconfig $X_LIBS $LIBS"
15881 cat >conftest.$ac_ext <<_ACEOF
15882 /* confdefs.h. */
15883 _ACEOF
15884 cat confdefs.h >>conftest.$ac_ext
15885 cat >>conftest.$ac_ext <<_ACEOF
15886 /* end confdefs.h. */
15888 /* Override any GCC internal prototype to avoid an error.
15889 Use char because int might match the return type of a GCC
15890 builtin and then its argument prototype would still apply. */
15891 #ifdef __cplusplus
15892 extern "C"
15893 #endif
15894 char FcInit ();
15896 main ()
15898 return FcInit ();
15900 return 0;
15902 _ACEOF
15903 rm -f conftest.$ac_objext conftest$ac_exeext
15904 if { (ac_try="$ac_link"
15905 case "(($ac_try" in
15906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15907 *) ac_try_echo=$ac_try;;
15908 esac
15909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15910 (eval "$ac_link") 2>conftest.er1
15911 ac_status=$?
15912 grep -v '^ *+' conftest.er1 >conftest.err
15913 rm -f conftest.er1
15914 cat conftest.err >&5
15915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15916 (exit $ac_status); } && {
15917 test -z "$ac_c_werror_flag" ||
15918 test ! -s conftest.err
15919 } && test -s conftest$ac_exeext &&
15920 $as_test_x conftest$ac_exeext; then
15921 case "$LIBEXT" in
15922 dll) ;;
15923 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'` ;;
15924 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15925 esac
15926 else
15927 echo "$as_me: failed program was:" >&5
15928 sed 's/^/| /' conftest.$ac_ext >&5
15933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15934 conftest$ac_exeext conftest.$ac_ext
15935 LIBS=$ac_check_soname_save_LIBS
15937 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15938 { echo "$as_me:$LINENO: result: not found" >&5
15939 echo "${ECHO_T}not found" >&6; }
15941 else
15942 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15943 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15945 cat >>confdefs.h <<_ACEOF
15946 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15947 _ACEOF
15954 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15955 case "x$with_fontconfig" in
15956 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15957 xno) ;;
15958 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15959 This is an error since --with-fontconfig was requested." >&5
15960 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15961 This is an error since --with-fontconfig was requested." >&2;}
15962 { (exit 1); exit 1; }; } ;;
15963 esac
15967 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15968 then
15969 { echo "$as_me:$LINENO: checking for -lssl" >&5
15970 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15971 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15972 echo $ECHO_N "(cached) $ECHO_C" >&6
15973 else
15974 ac_check_soname_save_LIBS=$LIBS
15975 LIBS="-lssl $LIBS"
15976 cat >conftest.$ac_ext <<_ACEOF
15977 /* confdefs.h. */
15978 _ACEOF
15979 cat confdefs.h >>conftest.$ac_ext
15980 cat >>conftest.$ac_ext <<_ACEOF
15981 /* end confdefs.h. */
15983 /* Override any GCC internal prototype to avoid an error.
15984 Use char because int might match the return type of a GCC
15985 builtin and then its argument prototype would still apply. */
15986 #ifdef __cplusplus
15987 extern "C"
15988 #endif
15989 char SSL_library_init ();
15991 main ()
15993 return SSL_library_init ();
15995 return 0;
15997 _ACEOF
15998 rm -f conftest.$ac_objext conftest$ac_exeext
15999 if { (ac_try="$ac_link"
16000 case "(($ac_try" in
16001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16002 *) ac_try_echo=$ac_try;;
16003 esac
16004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16005 (eval "$ac_link") 2>conftest.er1
16006 ac_status=$?
16007 grep -v '^ *+' conftest.er1 >conftest.err
16008 rm -f conftest.er1
16009 cat conftest.err >&5
16010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16011 (exit $ac_status); } && {
16012 test -z "$ac_c_werror_flag" ||
16013 test ! -s conftest.err
16014 } && test -s conftest$ac_exeext &&
16015 $as_test_x conftest$ac_exeext; then
16016 case "$LIBEXT" in
16017 dll) ;;
16018 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'` ;;
16019 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16020 esac
16021 else
16022 echo "$as_me: failed program was:" >&5
16023 sed 's/^/| /' conftest.$ac_ext >&5
16028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16029 conftest$ac_exeext conftest.$ac_ext
16030 LIBS=$ac_check_soname_save_LIBS
16032 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16033 { echo "$as_me:$LINENO: result: not found" >&5
16034 echo "${ECHO_T}not found" >&6; }
16036 else
16037 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16038 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16040 cat >>confdefs.h <<_ACEOF
16041 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16042 _ACEOF
16047 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16048 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16049 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16050 echo $ECHO_N "(cached) $ECHO_C" >&6
16051 else
16052 ac_check_soname_save_LIBS=$LIBS
16053 LIBS="-lcrypto $LIBS"
16054 cat >conftest.$ac_ext <<_ACEOF
16055 /* confdefs.h. */
16056 _ACEOF
16057 cat confdefs.h >>conftest.$ac_ext
16058 cat >>conftest.$ac_ext <<_ACEOF
16059 /* end confdefs.h. */
16061 /* Override any GCC internal prototype to avoid an error.
16062 Use char because int might match the return type of a GCC
16063 builtin and then its argument prototype would still apply. */
16064 #ifdef __cplusplus
16065 extern "C"
16066 #endif
16067 char BIO_new_socket ();
16069 main ()
16071 return BIO_new_socket ();
16073 return 0;
16075 _ACEOF
16076 rm -f conftest.$ac_objext conftest$ac_exeext
16077 if { (ac_try="$ac_link"
16078 case "(($ac_try" in
16079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16080 *) ac_try_echo=$ac_try;;
16081 esac
16082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16083 (eval "$ac_link") 2>conftest.er1
16084 ac_status=$?
16085 grep -v '^ *+' conftest.er1 >conftest.err
16086 rm -f conftest.er1
16087 cat conftest.err >&5
16088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16089 (exit $ac_status); } && {
16090 test -z "$ac_c_werror_flag" ||
16091 test ! -s conftest.err
16092 } && test -s conftest$ac_exeext &&
16093 $as_test_x conftest$ac_exeext; then
16094 case "$LIBEXT" in
16095 dll) ;;
16096 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'` ;;
16097 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16098 esac
16099 else
16100 echo "$as_me: failed program was:" >&5
16101 sed 's/^/| /' conftest.$ac_ext >&5
16106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16107 conftest$ac_exeext conftest.$ac_ext
16108 LIBS=$ac_check_soname_save_LIBS
16110 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16111 { echo "$as_me:$LINENO: result: not found" >&5
16112 echo "${ECHO_T}not found" >&6; }
16114 else
16115 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16116 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16118 cat >>confdefs.h <<_ACEOF
16119 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16120 _ACEOF
16126 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16127 case "x$with_openssl" in
16128 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16129 xno) ;;
16130 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16131 This is an error since --with-openssl was requested." >&5
16132 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16133 This is an error since --with-openssl was requested." >&2;}
16134 { (exit 1); exit 1; }; } ;;
16135 esac
16139 if test "$ac_cv_header_jpeglib_h" = "yes"
16140 then
16141 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16142 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16143 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16144 echo $ECHO_N "(cached) $ECHO_C" >&6
16145 else
16146 ac_check_soname_save_LIBS=$LIBS
16147 LIBS="-ljpeg $LIBS"
16148 cat >conftest.$ac_ext <<_ACEOF
16149 /* confdefs.h. */
16150 _ACEOF
16151 cat confdefs.h >>conftest.$ac_ext
16152 cat >>conftest.$ac_ext <<_ACEOF
16153 /* end confdefs.h. */
16155 /* Override any GCC internal prototype to avoid an error.
16156 Use char because int might match the return type of a GCC
16157 builtin and then its argument prototype would still apply. */
16158 #ifdef __cplusplus
16159 extern "C"
16160 #endif
16161 char jpeg_start_decompress ();
16163 main ()
16165 return jpeg_start_decompress ();
16167 return 0;
16169 _ACEOF
16170 rm -f conftest.$ac_objext conftest$ac_exeext
16171 if { (ac_try="$ac_link"
16172 case "(($ac_try" in
16173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16174 *) ac_try_echo=$ac_try;;
16175 esac
16176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16177 (eval "$ac_link") 2>conftest.er1
16178 ac_status=$?
16179 grep -v '^ *+' conftest.er1 >conftest.err
16180 rm -f conftest.er1
16181 cat conftest.err >&5
16182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16183 (exit $ac_status); } && {
16184 test -z "$ac_c_werror_flag" ||
16185 test ! -s conftest.err
16186 } && test -s conftest$ac_exeext &&
16187 $as_test_x conftest$ac_exeext; then
16188 case "$LIBEXT" in
16189 dll) ;;
16190 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'` ;;
16191 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16192 esac
16193 else
16194 echo "$as_me: failed program was:" >&5
16195 sed 's/^/| /' conftest.$ac_ext >&5
16200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16201 conftest$ac_exeext conftest.$ac_ext
16202 LIBS=$ac_check_soname_save_LIBS
16204 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16205 { echo "$as_me:$LINENO: result: not found" >&5
16206 echo "${ECHO_T}not found" >&6; }
16208 else
16209 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16210 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16212 cat >>confdefs.h <<_ACEOF
16213 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16214 _ACEOF
16220 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16221 case "x$with_jpeg" in
16222 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16223 xno) ;;
16224 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16225 This is an error since --with-jpeg was requested." >&5
16226 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16227 This is an error since --with-jpeg was requested." >&2;}
16228 { (exit 1); exit 1; }; } ;;
16229 esac
16233 if test "$ac_cv_header_png_h" = "yes"
16234 then
16235 { echo "$as_me:$LINENO: checking for -lpng" >&5
16236 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16237 if test "${ac_cv_lib_soname_png+set}" = set; then
16238 echo $ECHO_N "(cached) $ECHO_C" >&6
16239 else
16240 ac_check_soname_save_LIBS=$LIBS
16241 LIBS="-lpng -lm $LIBS"
16242 cat >conftest.$ac_ext <<_ACEOF
16243 /* confdefs.h. */
16244 _ACEOF
16245 cat confdefs.h >>conftest.$ac_ext
16246 cat >>conftest.$ac_ext <<_ACEOF
16247 /* end confdefs.h. */
16249 /* Override any GCC internal prototype to avoid an error.
16250 Use char because int might match the return type of a GCC
16251 builtin and then its argument prototype would still apply. */
16252 #ifdef __cplusplus
16253 extern "C"
16254 #endif
16255 char png_create_read_struct ();
16257 main ()
16259 return png_create_read_struct ();
16261 return 0;
16263 _ACEOF
16264 rm -f conftest.$ac_objext conftest$ac_exeext
16265 if { (ac_try="$ac_link"
16266 case "(($ac_try" in
16267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16268 *) ac_try_echo=$ac_try;;
16269 esac
16270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16271 (eval "$ac_link") 2>conftest.er1
16272 ac_status=$?
16273 grep -v '^ *+' conftest.er1 >conftest.err
16274 rm -f conftest.er1
16275 cat conftest.err >&5
16276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16277 (exit $ac_status); } && {
16278 test -z "$ac_c_werror_flag" ||
16279 test ! -s conftest.err
16280 } && test -s conftest$ac_exeext &&
16281 $as_test_x conftest$ac_exeext; then
16282 case "$LIBEXT" in
16283 dll) ;;
16284 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'` ;;
16285 *) 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'` ;;
16286 esac
16287 else
16288 echo "$as_me: failed program was:" >&5
16289 sed 's/^/| /' conftest.$ac_ext >&5
16294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16295 conftest$ac_exeext conftest.$ac_ext
16296 LIBS=$ac_check_soname_save_LIBS
16298 if test "x$ac_cv_lib_soname_png" = "x"; then
16299 { echo "$as_me:$LINENO: result: not found" >&5
16300 echo "${ECHO_T}not found" >&6; }
16302 else
16303 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16304 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16306 cat >>confdefs.h <<_ACEOF
16307 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16308 _ACEOF
16314 if test "x$ac_cv_lib_soname_png" = "x"; then
16315 case "x$with_png" in
16316 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16317 xno) ;;
16318 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16319 This is an error since --with-png was requested." >&5
16320 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16321 This is an error since --with-png was requested." >&2;}
16322 { (exit 1); exit 1; }; } ;;
16323 esac
16327 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16328 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16329 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16330 echo $ECHO_N "(cached) $ECHO_C" >&6
16331 else
16332 ac_check_soname_save_LIBS=$LIBS
16333 LIBS="-lodbc $LIBS"
16334 cat >conftest.$ac_ext <<_ACEOF
16335 /* confdefs.h. */
16336 _ACEOF
16337 cat confdefs.h >>conftest.$ac_ext
16338 cat >>conftest.$ac_ext <<_ACEOF
16339 /* end confdefs.h. */
16341 /* Override any GCC internal prototype to avoid an error.
16342 Use char because int might match the return type of a GCC
16343 builtin and then its argument prototype would still apply. */
16344 #ifdef __cplusplus
16345 extern "C"
16346 #endif
16347 char SQLConnect ();
16349 main ()
16351 return SQLConnect ();
16353 return 0;
16355 _ACEOF
16356 rm -f conftest.$ac_objext conftest$ac_exeext
16357 if { (ac_try="$ac_link"
16358 case "(($ac_try" in
16359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16360 *) ac_try_echo=$ac_try;;
16361 esac
16362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16363 (eval "$ac_link") 2>conftest.er1
16364 ac_status=$?
16365 grep -v '^ *+' conftest.er1 >conftest.err
16366 rm -f conftest.er1
16367 cat conftest.err >&5
16368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16369 (exit $ac_status); } && {
16370 test -z "$ac_c_werror_flag" ||
16371 test ! -s conftest.err
16372 } && test -s conftest$ac_exeext &&
16373 $as_test_x conftest$ac_exeext; then
16374 case "$LIBEXT" in
16375 dll) ;;
16376 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'` ;;
16377 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16378 esac
16379 else
16380 echo "$as_me: failed program was:" >&5
16381 sed 's/^/| /' conftest.$ac_ext >&5
16386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16387 conftest$ac_exeext conftest.$ac_ext
16388 LIBS=$ac_check_soname_save_LIBS
16390 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16391 { echo "$as_me:$LINENO: result: not found" >&5
16392 echo "${ECHO_T}not found" >&6; }
16393 cat >>confdefs.h <<_ACEOF
16394 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16395 _ACEOF
16397 else
16398 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16399 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16401 cat >>confdefs.h <<_ACEOF
16402 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16403 _ACEOF
16409 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16410 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16411 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16412 "$ac_cv_header_soundcard_h" != "yes" -a \
16413 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16414 then
16415 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16419 EXTRACFLAGS=""
16421 if test "x${GCC}" = "xyes"
16422 then
16423 EXTRACFLAGS="-Wall -pipe"
16425 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16426 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16427 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16428 echo $ECHO_N "(cached) $ECHO_C" >&6
16429 else
16430 if test "$cross_compiling" = yes; then
16431 ac_cv_c_gcc_strength_bug="yes"
16432 else
16433 cat >conftest.$ac_ext <<_ACEOF
16434 /* confdefs.h. */
16435 _ACEOF
16436 cat confdefs.h >>conftest.$ac_ext
16437 cat >>conftest.$ac_ext <<_ACEOF
16438 /* end confdefs.h. */
16439 int L[4] = {0,1,2,3};
16441 main ()
16443 static int Array[3];
16444 unsigned int B = 3;
16445 int i;
16446 for(i=0; i<B; i++) Array[i] = i - 3;
16447 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16448 L[i] = 4;
16449 exit( Array[1] != -2 || L[2] != 3)
16451 return 0;
16453 _ACEOF
16454 rm -f conftest$ac_exeext
16455 if { (ac_try="$ac_link"
16456 case "(($ac_try" in
16457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16458 *) ac_try_echo=$ac_try;;
16459 esac
16460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16461 (eval "$ac_link") 2>&5
16462 ac_status=$?
16463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16464 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16465 { (case "(($ac_try" in
16466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16467 *) ac_try_echo=$ac_try;;
16468 esac
16469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16470 (eval "$ac_try") 2>&5
16471 ac_status=$?
16472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16473 (exit $ac_status); }; }; then
16474 ac_cv_c_gcc_strength_bug="no"
16475 else
16476 echo "$as_me: program exited with status $ac_status" >&5
16477 echo "$as_me: failed program was:" >&5
16478 sed 's/^/| /' conftest.$ac_ext >&5
16480 ( exit $ac_status )
16481 ac_cv_c_gcc_strength_bug="yes"
16483 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16488 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16489 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16490 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16491 then
16492 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16496 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16497 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16498 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16499 echo $ECHO_N "(cached) $ECHO_C" >&6
16500 else
16501 ac_wine_try_cflags_saved=$CFLAGS
16502 CFLAGS="$CFLAGS -fshort-wchar"
16503 cat >conftest.$ac_ext <<_ACEOF
16504 /* confdefs.h. */
16505 _ACEOF
16506 cat confdefs.h >>conftest.$ac_ext
16507 cat >>conftest.$ac_ext <<_ACEOF
16508 /* end confdefs.h. */
16511 main ()
16515 return 0;
16517 _ACEOF
16518 rm -f conftest.$ac_objext conftest$ac_exeext
16519 if { (ac_try="$ac_link"
16520 case "(($ac_try" in
16521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16522 *) ac_try_echo=$ac_try;;
16523 esac
16524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16525 (eval "$ac_link") 2>conftest.er1
16526 ac_status=$?
16527 grep -v '^ *+' conftest.er1 >conftest.err
16528 rm -f conftest.er1
16529 cat conftest.err >&5
16530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16531 (exit $ac_status); } && {
16532 test -z "$ac_c_werror_flag" ||
16533 test ! -s conftest.err
16534 } && test -s conftest$ac_exeext &&
16535 $as_test_x conftest$ac_exeext; then
16536 ac_cv_cflags__fshort_wchar=yes
16537 else
16538 echo "$as_me: failed program was:" >&5
16539 sed 's/^/| /' conftest.$ac_ext >&5
16541 ac_cv_cflags__fshort_wchar=no
16544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16545 conftest$ac_exeext conftest.$ac_ext
16546 CFLAGS=$ac_wine_try_cflags_saved
16548 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16549 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16550 if test $ac_cv_cflags__fshort_wchar = yes; then
16552 cat >>confdefs.h <<\_ACEOF
16553 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16554 _ACEOF
16558 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16559 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16560 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16561 echo $ECHO_N "(cached) $ECHO_C" >&6
16562 else
16563 ac_wine_try_cflags_saved=$CFLAGS
16564 CFLAGS="$CFLAGS -fno-builtin"
16565 cat >conftest.$ac_ext <<_ACEOF
16566 /* confdefs.h. */
16567 _ACEOF
16568 cat confdefs.h >>conftest.$ac_ext
16569 cat >>conftest.$ac_ext <<_ACEOF
16570 /* end confdefs.h. */
16573 main ()
16577 return 0;
16579 _ACEOF
16580 rm -f conftest.$ac_objext conftest$ac_exeext
16581 if { (ac_try="$ac_link"
16582 case "(($ac_try" in
16583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16584 *) ac_try_echo=$ac_try;;
16585 esac
16586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16587 (eval "$ac_link") 2>conftest.er1
16588 ac_status=$?
16589 grep -v '^ *+' conftest.er1 >conftest.err
16590 rm -f conftest.er1
16591 cat conftest.err >&5
16592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16593 (exit $ac_status); } && {
16594 test -z "$ac_c_werror_flag" ||
16595 test ! -s conftest.err
16596 } && test -s conftest$ac_exeext &&
16597 $as_test_x conftest$ac_exeext; then
16598 ac_cv_cflags__fno_builtin=yes
16599 else
16600 echo "$as_me: failed program was:" >&5
16601 sed 's/^/| /' conftest.$ac_ext >&5
16603 ac_cv_cflags__fno_builtin=no
16606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16607 conftest$ac_exeext conftest.$ac_ext
16608 CFLAGS=$ac_wine_try_cflags_saved
16610 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16611 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16612 if test $ac_cv_cflags__fno_builtin = yes; then
16613 BUILTINFLAG="-fno-builtin"
16617 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16618 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16619 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16620 echo $ECHO_N "(cached) $ECHO_C" >&6
16621 else
16622 ac_wine_try_cflags_saved=$CFLAGS
16623 CFLAGS="$CFLAGS -fno-strict-aliasing"
16624 cat >conftest.$ac_ext <<_ACEOF
16625 /* confdefs.h. */
16626 _ACEOF
16627 cat confdefs.h >>conftest.$ac_ext
16628 cat >>conftest.$ac_ext <<_ACEOF
16629 /* end confdefs.h. */
16632 main ()
16636 return 0;
16638 _ACEOF
16639 rm -f conftest.$ac_objext conftest$ac_exeext
16640 if { (ac_try="$ac_link"
16641 case "(($ac_try" in
16642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16643 *) ac_try_echo=$ac_try;;
16644 esac
16645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16646 (eval "$ac_link") 2>conftest.er1
16647 ac_status=$?
16648 grep -v '^ *+' conftest.er1 >conftest.err
16649 rm -f conftest.er1
16650 cat conftest.err >&5
16651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16652 (exit $ac_status); } && {
16653 test -z "$ac_c_werror_flag" ||
16654 test ! -s conftest.err
16655 } && test -s conftest$ac_exeext &&
16656 $as_test_x conftest$ac_exeext; then
16657 ac_cv_cflags__fno_strict_aliasing=yes
16658 else
16659 echo "$as_me: failed program was:" >&5
16660 sed 's/^/| /' conftest.$ac_ext >&5
16662 ac_cv_cflags__fno_strict_aliasing=no
16665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16666 conftest$ac_exeext conftest.$ac_ext
16667 CFLAGS=$ac_wine_try_cflags_saved
16669 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16670 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16671 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16672 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16675 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16676 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16677 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16678 echo $ECHO_N "(cached) $ECHO_C" >&6
16679 else
16680 ac_wine_try_cflags_saved=$CFLAGS
16681 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16682 cat >conftest.$ac_ext <<_ACEOF
16683 /* confdefs.h. */
16684 _ACEOF
16685 cat confdefs.h >>conftest.$ac_ext
16686 cat >>conftest.$ac_ext <<_ACEOF
16687 /* end confdefs.h. */
16690 main ()
16694 return 0;
16696 _ACEOF
16697 rm -f conftest.$ac_objext conftest$ac_exeext
16698 if { (ac_try="$ac_link"
16699 case "(($ac_try" in
16700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16701 *) ac_try_echo=$ac_try;;
16702 esac
16703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16704 (eval "$ac_link") 2>conftest.er1
16705 ac_status=$?
16706 grep -v '^ *+' conftest.er1 >conftest.err
16707 rm -f conftest.er1
16708 cat conftest.err >&5
16709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16710 (exit $ac_status); } && {
16711 test -z "$ac_c_werror_flag" ||
16712 test ! -s conftest.err
16713 } && test -s conftest$ac_exeext &&
16714 $as_test_x conftest$ac_exeext; then
16715 ac_cv_cflags__Wdeclaration_after_statement=yes
16716 else
16717 echo "$as_me: failed program was:" >&5
16718 sed 's/^/| /' conftest.$ac_ext >&5
16720 ac_cv_cflags__Wdeclaration_after_statement=no
16723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16724 conftest$ac_exeext conftest.$ac_ext
16725 CFLAGS=$ac_wine_try_cflags_saved
16727 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16728 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16729 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16730 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16733 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16734 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16735 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16736 echo $ECHO_N "(cached) $ECHO_C" >&6
16737 else
16738 ac_wine_try_cflags_saved=$CFLAGS
16739 CFLAGS="$CFLAGS -Wwrite-strings"
16740 cat >conftest.$ac_ext <<_ACEOF
16741 /* confdefs.h. */
16742 _ACEOF
16743 cat confdefs.h >>conftest.$ac_ext
16744 cat >>conftest.$ac_ext <<_ACEOF
16745 /* end confdefs.h. */
16748 main ()
16752 return 0;
16754 _ACEOF
16755 rm -f conftest.$ac_objext conftest$ac_exeext
16756 if { (ac_try="$ac_link"
16757 case "(($ac_try" in
16758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16759 *) ac_try_echo=$ac_try;;
16760 esac
16761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16762 (eval "$ac_link") 2>conftest.er1
16763 ac_status=$?
16764 grep -v '^ *+' conftest.er1 >conftest.err
16765 rm -f conftest.er1
16766 cat conftest.err >&5
16767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16768 (exit $ac_status); } && {
16769 test -z "$ac_c_werror_flag" ||
16770 test ! -s conftest.err
16771 } && test -s conftest$ac_exeext &&
16772 $as_test_x conftest$ac_exeext; then
16773 ac_cv_cflags__Wwrite_strings=yes
16774 else
16775 echo "$as_me: failed program was:" >&5
16776 sed 's/^/| /' conftest.$ac_ext >&5
16778 ac_cv_cflags__Wwrite_strings=no
16781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16782 conftest$ac_exeext conftest.$ac_ext
16783 CFLAGS=$ac_wine_try_cflags_saved
16785 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16786 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16787 if test $ac_cv_cflags__Wwrite_strings = yes; then
16788 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16791 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16792 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16793 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16794 echo $ECHO_N "(cached) $ECHO_C" >&6
16795 else
16796 ac_wine_try_cflags_saved=$CFLAGS
16797 CFLAGS="$CFLAGS -Wtype-limits"
16798 cat >conftest.$ac_ext <<_ACEOF
16799 /* confdefs.h. */
16800 _ACEOF
16801 cat confdefs.h >>conftest.$ac_ext
16802 cat >>conftest.$ac_ext <<_ACEOF
16803 /* end confdefs.h. */
16806 main ()
16810 return 0;
16812 _ACEOF
16813 rm -f conftest.$ac_objext conftest$ac_exeext
16814 if { (ac_try="$ac_link"
16815 case "(($ac_try" in
16816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16817 *) ac_try_echo=$ac_try;;
16818 esac
16819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16820 (eval "$ac_link") 2>conftest.er1
16821 ac_status=$?
16822 grep -v '^ *+' conftest.er1 >conftest.err
16823 rm -f conftest.er1
16824 cat conftest.err >&5
16825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16826 (exit $ac_status); } && {
16827 test -z "$ac_c_werror_flag" ||
16828 test ! -s conftest.err
16829 } && test -s conftest$ac_exeext &&
16830 $as_test_x conftest$ac_exeext; then
16831 ac_cv_cflags__Wtype_limits=yes
16832 else
16833 echo "$as_me: failed program was:" >&5
16834 sed 's/^/| /' conftest.$ac_ext >&5
16836 ac_cv_cflags__Wtype_limits=no
16839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16840 conftest$ac_exeext conftest.$ac_ext
16841 CFLAGS=$ac_wine_try_cflags_saved
16843 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16844 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16845 if test $ac_cv_cflags__Wtype_limits = yes; then
16846 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16850 saved_CFLAGS="$CFLAGS"
16851 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16852 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16853 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16854 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16855 echo $ECHO_N "(cached) $ECHO_C" >&6
16856 else
16857 cat >conftest.$ac_ext <<_ACEOF
16858 /* confdefs.h. */
16859 _ACEOF
16860 cat confdefs.h >>conftest.$ac_ext
16861 cat >>conftest.$ac_ext <<_ACEOF
16862 /* end confdefs.h. */
16863 #include <string.h>
16865 main ()
16869 return 0;
16871 _ACEOF
16872 rm -f conftest.$ac_objext
16873 if { (ac_try="$ac_compile"
16874 case "(($ac_try" in
16875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16876 *) ac_try_echo=$ac_try;;
16877 esac
16878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16879 (eval "$ac_compile") 2>conftest.er1
16880 ac_status=$?
16881 grep -v '^ *+' conftest.er1 >conftest.err
16882 rm -f conftest.er1
16883 cat conftest.err >&5
16884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16885 (exit $ac_status); } && {
16886 test -z "$ac_c_werror_flag" ||
16887 test ! -s conftest.err
16888 } && test -s conftest.$ac_objext; then
16889 ac_cv_c_string_h_warnings=no
16890 else
16891 echo "$as_me: failed program was:" >&5
16892 sed 's/^/| /' conftest.$ac_ext >&5
16894 ac_cv_c_string_h_warnings=yes
16897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16899 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16900 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16901 CFLAGS="$saved_CFLAGS"
16902 if test "$ac_cv_c_string_h_warnings" = "no"
16903 then
16904 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16909 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16910 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16911 if test "${ac_cv_asm_func_def+set}" = set; then
16912 echo $ECHO_N "(cached) $ECHO_C" >&6
16913 else
16914 cat >conftest.$ac_ext <<_ACEOF
16915 /* confdefs.h. */
16916 _ACEOF
16917 cat confdefs.h >>conftest.$ac_ext
16918 cat >>conftest.$ac_ext <<_ACEOF
16919 /* end confdefs.h. */
16922 main ()
16924 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16926 return 0;
16928 _ACEOF
16929 rm -f conftest.$ac_objext conftest$ac_exeext
16930 if { (ac_try="$ac_link"
16931 case "(($ac_try" in
16932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16933 *) ac_try_echo=$ac_try;;
16934 esac
16935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16936 (eval "$ac_link") 2>conftest.er1
16937 ac_status=$?
16938 grep -v '^ *+' conftest.er1 >conftest.err
16939 rm -f conftest.er1
16940 cat conftest.err >&5
16941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16942 (exit $ac_status); } && {
16943 test -z "$ac_c_werror_flag" ||
16944 test ! -s conftest.err
16945 } && test -s conftest$ac_exeext &&
16946 $as_test_x conftest$ac_exeext; then
16947 ac_cv_asm_func_def=".def"
16948 else
16949 echo "$as_me: failed program was:" >&5
16950 sed 's/^/| /' conftest.$ac_ext >&5
16952 cat >conftest.$ac_ext <<_ACEOF
16953 /* confdefs.h. */
16954 _ACEOF
16955 cat confdefs.h >>conftest.$ac_ext
16956 cat >>conftest.$ac_ext <<_ACEOF
16957 /* end confdefs.h. */
16960 main ()
16962 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16964 return 0;
16966 _ACEOF
16967 rm -f conftest.$ac_objext conftest$ac_exeext
16968 if { (ac_try="$ac_link"
16969 case "(($ac_try" in
16970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16971 *) ac_try_echo=$ac_try;;
16972 esac
16973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16974 (eval "$ac_link") 2>conftest.er1
16975 ac_status=$?
16976 grep -v '^ *+' conftest.er1 >conftest.err
16977 rm -f conftest.er1
16978 cat conftest.err >&5
16979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16980 (exit $ac_status); } && {
16981 test -z "$ac_c_werror_flag" ||
16982 test ! -s conftest.err
16983 } && test -s conftest$ac_exeext &&
16984 $as_test_x conftest$ac_exeext; then
16985 ac_cv_asm_func_def=".type @function"
16986 else
16987 echo "$as_me: failed program was:" >&5
16988 sed 's/^/| /' conftest.$ac_ext >&5
16990 cat >conftest.$ac_ext <<_ACEOF
16991 /* confdefs.h. */
16992 _ACEOF
16993 cat confdefs.h >>conftest.$ac_ext
16994 cat >>conftest.$ac_ext <<_ACEOF
16995 /* end confdefs.h. */
16998 main ()
17000 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17002 return 0;
17004 _ACEOF
17005 rm -f conftest.$ac_objext conftest$ac_exeext
17006 if { (ac_try="$ac_link"
17007 case "(($ac_try" in
17008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17009 *) ac_try_echo=$ac_try;;
17010 esac
17011 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17012 (eval "$ac_link") 2>conftest.er1
17013 ac_status=$?
17014 grep -v '^ *+' conftest.er1 >conftest.err
17015 rm -f conftest.er1
17016 cat conftest.err >&5
17017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17018 (exit $ac_status); } && {
17019 test -z "$ac_c_werror_flag" ||
17020 test ! -s conftest.err
17021 } && test -s conftest$ac_exeext &&
17022 $as_test_x conftest$ac_exeext; then
17023 ac_cv_asm_func_def=".type 2"
17024 else
17025 echo "$as_me: failed program was:" >&5
17026 sed 's/^/| /' conftest.$ac_ext >&5
17028 ac_cv_asm_func_def="unknown"
17031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17032 conftest$ac_exeext conftest.$ac_ext
17035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17036 conftest$ac_exeext conftest.$ac_ext
17039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17040 conftest$ac_exeext conftest.$ac_ext
17042 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17043 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17047 case "$ac_cv_asm_func_def" in
17048 ".def")
17049 cat >>confdefs.h <<\_ACEOF
17050 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17051 _ACEOF
17053 ".type @function")
17054 cat >>confdefs.h <<\_ACEOF
17055 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17056 _ACEOF
17058 ".type 2")
17059 cat >>confdefs.h <<\_ACEOF
17060 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17061 _ACEOF
17064 cat >>confdefs.h <<\_ACEOF
17065 #define __ASM_FUNC(name) ""
17066 _ACEOF
17068 esac
17071 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17072 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17073 if test "${ac_cv_c_extern_prefix+set}" = set; then
17074 echo $ECHO_N "(cached) $ECHO_C" >&6
17075 else
17076 cat >conftest.$ac_ext <<_ACEOF
17077 /* confdefs.h. */
17078 _ACEOF
17079 cat confdefs.h >>conftest.$ac_ext
17080 cat >>conftest.$ac_ext <<_ACEOF
17081 /* end confdefs.h. */
17082 extern int ac_test;
17084 main ()
17086 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17088 return 0;
17090 _ACEOF
17091 rm -f conftest.$ac_objext conftest$ac_exeext
17092 if { (ac_try="$ac_link"
17093 case "(($ac_try" in
17094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17095 *) ac_try_echo=$ac_try;;
17096 esac
17097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17098 (eval "$ac_link") 2>conftest.er1
17099 ac_status=$?
17100 grep -v '^ *+' conftest.er1 >conftest.err
17101 rm -f conftest.er1
17102 cat conftest.err >&5
17103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17104 (exit $ac_status); } && {
17105 test -z "$ac_c_werror_flag" ||
17106 test ! -s conftest.err
17107 } && test -s conftest$ac_exeext &&
17108 $as_test_x conftest$ac_exeext; then
17109 ac_cv_c_extern_prefix="yes"
17110 else
17111 echo "$as_me: failed program was:" >&5
17112 sed 's/^/| /' conftest.$ac_ext >&5
17114 ac_cv_c_extern_prefix="no"
17117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17118 conftest$ac_exeext conftest.$ac_ext
17120 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17121 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17125 if test "$ac_cv_c_extern_prefix" = "yes"
17126 then
17127 cat >>confdefs.h <<\_ACEOF
17128 #define __ASM_NAME(name) "_" name
17129 _ACEOF
17131 else
17132 cat >>confdefs.h <<\_ACEOF
17133 #define __ASM_NAME(name) name
17134 _ACEOF
17139 LDPATH=""
17141 case $build_os in
17142 cygwin*|mingw32*)
17143 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17145 darwin*|macosx*)
17147 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17148 then
17149 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17153 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17155 esac
17157 case $host_os in
17158 mingw32*)
17159 CRTLIBS="-lmsvcrt"
17161 SOCKETLIBS="-lws2_32"
17164 esac
17166 MAIN_BINARY="wine-pthread"
17167 case $host_cpu in
17168 *i[3456789]86*)
17169 case $host_os in
17170 linux* | k*bsd*-gnu)
17171 MAIN_BINARY="wine-glibc"
17173 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17175 freebsd*)
17176 MAIN_BINARY="wine-freebsd"
17178 EXTRA_BINARIES="wine-pthread"
17180 esac
17182 esac
17255 for ac_func in \
17256 _pclose \
17257 _popen \
17258 _snprintf \
17259 _spawnvp \
17260 _strdup \
17261 _stricmp \
17262 _strnicmp \
17263 _strtoi64 \
17264 _strtoui64 \
17265 _vsnprintf \
17266 asctime_r \
17267 chsize \
17268 clone \
17269 dlopen \
17270 epoll_create \
17271 ffs \
17272 finite \
17273 fork \
17274 fpclass \
17275 fstatfs \
17276 fstatvfs \
17277 ftruncate \
17278 futimes \
17279 futimesat \
17280 getdirentries \
17281 getopt_long \
17282 getpagesize \
17283 getpwuid \
17284 gettid \
17285 gettimeofday \
17286 getuid \
17287 inet_pton \
17288 kqueue \
17289 lstat \
17290 memmove \
17291 mmap \
17292 pclose \
17293 poll \
17294 popen \
17295 prctl \
17296 pread \
17297 pwrite \
17298 readdir \
17299 readlink \
17300 rfork \
17301 sched_yield \
17302 select \
17303 setproctitle \
17304 setrlimit \
17305 settimeofday \
17306 sigaltstack \
17307 sigprocmask \
17308 snprintf \
17309 spawnvp \
17310 statfs \
17311 statvfs \
17312 strcasecmp \
17313 strdup \
17314 strerror \
17315 strncasecmp \
17316 strtold \
17317 strtoll \
17318 strtoull \
17319 tcgetattr \
17320 thr_kill2 \
17321 timegm \
17322 usleep \
17323 vsnprintf \
17324 wait4 \
17325 waitpid \
17328 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17329 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17330 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17331 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17332 echo $ECHO_N "(cached) $ECHO_C" >&6
17333 else
17334 cat >conftest.$ac_ext <<_ACEOF
17335 /* confdefs.h. */
17336 _ACEOF
17337 cat confdefs.h >>conftest.$ac_ext
17338 cat >>conftest.$ac_ext <<_ACEOF
17339 /* end confdefs.h. */
17340 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17341 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17342 #define $ac_func innocuous_$ac_func
17344 /* System header to define __stub macros and hopefully few prototypes,
17345 which can conflict with char $ac_func (); below.
17346 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17347 <limits.h> exists even on freestanding compilers. */
17349 #ifdef __STDC__
17350 # include <limits.h>
17351 #else
17352 # include <assert.h>
17353 #endif
17355 #undef $ac_func
17357 /* Override any GCC internal prototype to avoid an error.
17358 Use char because int might match the return type of a GCC
17359 builtin and then its argument prototype would still apply. */
17360 #ifdef __cplusplus
17361 extern "C"
17362 #endif
17363 char $ac_func ();
17364 /* The GNU C library defines this for functions which it implements
17365 to always fail with ENOSYS. Some functions are actually named
17366 something starting with __ and the normal name is an alias. */
17367 #if defined __stub_$ac_func || defined __stub___$ac_func
17368 choke me
17369 #endif
17372 main ()
17374 return $ac_func ();
17376 return 0;
17378 _ACEOF
17379 rm -f conftest.$ac_objext conftest$ac_exeext
17380 if { (ac_try="$ac_link"
17381 case "(($ac_try" in
17382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17383 *) ac_try_echo=$ac_try;;
17384 esac
17385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17386 (eval "$ac_link") 2>conftest.er1
17387 ac_status=$?
17388 grep -v '^ *+' conftest.er1 >conftest.err
17389 rm -f conftest.er1
17390 cat conftest.err >&5
17391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17392 (exit $ac_status); } && {
17393 test -z "$ac_c_werror_flag" ||
17394 test ! -s conftest.err
17395 } && test -s conftest$ac_exeext &&
17396 $as_test_x conftest$ac_exeext; then
17397 eval "$as_ac_var=yes"
17398 else
17399 echo "$as_me: failed program was:" >&5
17400 sed 's/^/| /' conftest.$ac_ext >&5
17402 eval "$as_ac_var=no"
17405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17406 conftest$ac_exeext conftest.$ac_ext
17408 ac_res=`eval echo '${'$as_ac_var'}'`
17409 { echo "$as_me:$LINENO: result: $ac_res" >&5
17410 echo "${ECHO_T}$ac_res" >&6; }
17411 if test `eval echo '${'$as_ac_var'}'` = yes; then
17412 cat >>confdefs.h <<_ACEOF
17413 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17414 _ACEOF
17417 done
17420 if test "$ac_cv_func_dlopen" = no
17421 then
17422 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17423 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17424 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17425 echo $ECHO_N "(cached) $ECHO_C" >&6
17426 else
17427 ac_check_lib_save_LIBS=$LIBS
17428 LIBS="-ldl $LIBS"
17429 cat >conftest.$ac_ext <<_ACEOF
17430 /* confdefs.h. */
17431 _ACEOF
17432 cat confdefs.h >>conftest.$ac_ext
17433 cat >>conftest.$ac_ext <<_ACEOF
17434 /* end confdefs.h. */
17436 /* Override any GCC internal prototype to avoid an error.
17437 Use char because int might match the return type of a GCC
17438 builtin and then its argument prototype would still apply. */
17439 #ifdef __cplusplus
17440 extern "C"
17441 #endif
17442 char dlopen ();
17444 main ()
17446 return dlopen ();
17448 return 0;
17450 _ACEOF
17451 rm -f conftest.$ac_objext conftest$ac_exeext
17452 if { (ac_try="$ac_link"
17453 case "(($ac_try" in
17454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17455 *) ac_try_echo=$ac_try;;
17456 esac
17457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17458 (eval "$ac_link") 2>conftest.er1
17459 ac_status=$?
17460 grep -v '^ *+' conftest.er1 >conftest.err
17461 rm -f conftest.er1
17462 cat conftest.err >&5
17463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17464 (exit $ac_status); } && {
17465 test -z "$ac_c_werror_flag" ||
17466 test ! -s conftest.err
17467 } && test -s conftest$ac_exeext &&
17468 $as_test_x conftest$ac_exeext; then
17469 ac_cv_lib_dl_dlopen=yes
17470 else
17471 echo "$as_me: failed program was:" >&5
17472 sed 's/^/| /' conftest.$ac_ext >&5
17474 ac_cv_lib_dl_dlopen=no
17477 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17478 conftest$ac_exeext conftest.$ac_ext
17479 LIBS=$ac_check_lib_save_LIBS
17481 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17482 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17483 if test $ac_cv_lib_dl_dlopen = yes; then
17484 cat >>confdefs.h <<\_ACEOF
17485 #define HAVE_DLOPEN 1
17486 _ACEOF
17487 LIBDL="-ldl"
17492 ac_wine_check_funcs_save_LIBS="$LIBS"
17493 LIBS="$LIBS $LIBDL"
17495 for ac_func in dladdr
17497 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17498 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17499 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17500 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17501 echo $ECHO_N "(cached) $ECHO_C" >&6
17502 else
17503 cat >conftest.$ac_ext <<_ACEOF
17504 /* confdefs.h. */
17505 _ACEOF
17506 cat confdefs.h >>conftest.$ac_ext
17507 cat >>conftest.$ac_ext <<_ACEOF
17508 /* end confdefs.h. */
17509 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17510 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17511 #define $ac_func innocuous_$ac_func
17513 /* System header to define __stub macros and hopefully few prototypes,
17514 which can conflict with char $ac_func (); below.
17515 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17516 <limits.h> exists even on freestanding compilers. */
17518 #ifdef __STDC__
17519 # include <limits.h>
17520 #else
17521 # include <assert.h>
17522 #endif
17524 #undef $ac_func
17526 /* Override any GCC internal prototype to avoid an error.
17527 Use char because int might match the return type of a GCC
17528 builtin and then its argument prototype would still apply. */
17529 #ifdef __cplusplus
17530 extern "C"
17531 #endif
17532 char $ac_func ();
17533 /* The GNU C library defines this for functions which it implements
17534 to always fail with ENOSYS. Some functions are actually named
17535 something starting with __ and the normal name is an alias. */
17536 #if defined __stub_$ac_func || defined __stub___$ac_func
17537 choke me
17538 #endif
17541 main ()
17543 return $ac_func ();
17545 return 0;
17547 _ACEOF
17548 rm -f conftest.$ac_objext conftest$ac_exeext
17549 if { (ac_try="$ac_link"
17550 case "(($ac_try" in
17551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17552 *) ac_try_echo=$ac_try;;
17553 esac
17554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17555 (eval "$ac_link") 2>conftest.er1
17556 ac_status=$?
17557 grep -v '^ *+' conftest.er1 >conftest.err
17558 rm -f conftest.er1
17559 cat conftest.err >&5
17560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17561 (exit $ac_status); } && {
17562 test -z "$ac_c_werror_flag" ||
17563 test ! -s conftest.err
17564 } && test -s conftest$ac_exeext &&
17565 $as_test_x conftest$ac_exeext; then
17566 eval "$as_ac_var=yes"
17567 else
17568 echo "$as_me: failed program was:" >&5
17569 sed 's/^/| /' conftest.$ac_ext >&5
17571 eval "$as_ac_var=no"
17574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17575 conftest$ac_exeext conftest.$ac_ext
17577 ac_res=`eval echo '${'$as_ac_var'}'`
17578 { echo "$as_me:$LINENO: result: $ac_res" >&5
17579 echo "${ECHO_T}$ac_res" >&6; }
17580 if test `eval echo '${'$as_ac_var'}'` = yes; then
17581 cat >>confdefs.h <<_ACEOF
17582 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17583 _ACEOF
17586 done
17588 LIBS="$ac_wine_check_funcs_save_LIBS"
17590 if test "$ac_cv_func_poll" = no
17591 then
17592 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17593 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17594 if test "${ac_cv_lib_poll_poll+set}" = set; then
17595 echo $ECHO_N "(cached) $ECHO_C" >&6
17596 else
17597 ac_check_lib_save_LIBS=$LIBS
17598 LIBS="-lpoll $LIBS"
17599 cat >conftest.$ac_ext <<_ACEOF
17600 /* confdefs.h. */
17601 _ACEOF
17602 cat confdefs.h >>conftest.$ac_ext
17603 cat >>conftest.$ac_ext <<_ACEOF
17604 /* end confdefs.h. */
17606 /* Override any GCC internal prototype to avoid an error.
17607 Use char because int might match the return type of a GCC
17608 builtin and then its argument prototype would still apply. */
17609 #ifdef __cplusplus
17610 extern "C"
17611 #endif
17612 char poll ();
17614 main ()
17616 return poll ();
17618 return 0;
17620 _ACEOF
17621 rm -f conftest.$ac_objext conftest$ac_exeext
17622 if { (ac_try="$ac_link"
17623 case "(($ac_try" in
17624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17625 *) ac_try_echo=$ac_try;;
17626 esac
17627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17628 (eval "$ac_link") 2>conftest.er1
17629 ac_status=$?
17630 grep -v '^ *+' conftest.er1 >conftest.err
17631 rm -f conftest.er1
17632 cat conftest.err >&5
17633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17634 (exit $ac_status); } && {
17635 test -z "$ac_c_werror_flag" ||
17636 test ! -s conftest.err
17637 } && test -s conftest$ac_exeext &&
17638 $as_test_x conftest$ac_exeext; then
17639 ac_cv_lib_poll_poll=yes
17640 else
17641 echo "$as_me: failed program was:" >&5
17642 sed 's/^/| /' conftest.$ac_ext >&5
17644 ac_cv_lib_poll_poll=no
17647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17648 conftest$ac_exeext conftest.$ac_ext
17649 LIBS=$ac_check_lib_save_LIBS
17651 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17652 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17653 if test $ac_cv_lib_poll_poll = yes; then
17654 cat >>confdefs.h <<\_ACEOF
17655 #define HAVE_POLL 1
17656 _ACEOF
17657 LIBPOLL="-lpoll"
17663 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17664 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17665 if test "${ac_cv_search_gethostbyname+set}" = set; then
17666 echo $ECHO_N "(cached) $ECHO_C" >&6
17667 else
17668 ac_func_search_save_LIBS=$LIBS
17669 cat >conftest.$ac_ext <<_ACEOF
17670 /* confdefs.h. */
17671 _ACEOF
17672 cat confdefs.h >>conftest.$ac_ext
17673 cat >>conftest.$ac_ext <<_ACEOF
17674 /* end confdefs.h. */
17676 /* Override any GCC internal prototype to avoid an error.
17677 Use char because int might match the return type of a GCC
17678 builtin and then its argument prototype would still apply. */
17679 #ifdef __cplusplus
17680 extern "C"
17681 #endif
17682 char gethostbyname ();
17684 main ()
17686 return gethostbyname ();
17688 return 0;
17690 _ACEOF
17691 for ac_lib in '' nsl; do
17692 if test -z "$ac_lib"; then
17693 ac_res="none required"
17694 else
17695 ac_res=-l$ac_lib
17696 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17698 rm -f conftest.$ac_objext conftest$ac_exeext
17699 if { (ac_try="$ac_link"
17700 case "(($ac_try" in
17701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17702 *) ac_try_echo=$ac_try;;
17703 esac
17704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17705 (eval "$ac_link") 2>conftest.er1
17706 ac_status=$?
17707 grep -v '^ *+' conftest.er1 >conftest.err
17708 rm -f conftest.er1
17709 cat conftest.err >&5
17710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17711 (exit $ac_status); } && {
17712 test -z "$ac_c_werror_flag" ||
17713 test ! -s conftest.err
17714 } && test -s conftest$ac_exeext &&
17715 $as_test_x conftest$ac_exeext; then
17716 ac_cv_search_gethostbyname=$ac_res
17717 else
17718 echo "$as_me: failed program was:" >&5
17719 sed 's/^/| /' conftest.$ac_ext >&5
17724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17725 conftest$ac_exeext
17726 if test "${ac_cv_search_gethostbyname+set}" = set; then
17727 break
17729 done
17730 if test "${ac_cv_search_gethostbyname+set}" = set; then
17732 else
17733 ac_cv_search_gethostbyname=no
17735 rm conftest.$ac_ext
17736 LIBS=$ac_func_search_save_LIBS
17738 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17739 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17740 ac_res=$ac_cv_search_gethostbyname
17741 if test "$ac_res" != no; then
17742 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17747 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17748 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17749 if test "${ac_cv_search_connect+set}" = set; then
17750 echo $ECHO_N "(cached) $ECHO_C" >&6
17751 else
17752 ac_func_search_save_LIBS=$LIBS
17753 cat >conftest.$ac_ext <<_ACEOF
17754 /* confdefs.h. */
17755 _ACEOF
17756 cat confdefs.h >>conftest.$ac_ext
17757 cat >>conftest.$ac_ext <<_ACEOF
17758 /* end confdefs.h. */
17760 /* Override any GCC internal prototype to avoid an error.
17761 Use char because int might match the return type of a GCC
17762 builtin and then its argument prototype would still apply. */
17763 #ifdef __cplusplus
17764 extern "C"
17765 #endif
17766 char connect ();
17768 main ()
17770 return connect ();
17772 return 0;
17774 _ACEOF
17775 for ac_lib in '' socket; do
17776 if test -z "$ac_lib"; then
17777 ac_res="none required"
17778 else
17779 ac_res=-l$ac_lib
17780 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17782 rm -f conftest.$ac_objext conftest$ac_exeext
17783 if { (ac_try="$ac_link"
17784 case "(($ac_try" in
17785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17786 *) ac_try_echo=$ac_try;;
17787 esac
17788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17789 (eval "$ac_link") 2>conftest.er1
17790 ac_status=$?
17791 grep -v '^ *+' conftest.er1 >conftest.err
17792 rm -f conftest.er1
17793 cat conftest.err >&5
17794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17795 (exit $ac_status); } && {
17796 test -z "$ac_c_werror_flag" ||
17797 test ! -s conftest.err
17798 } && test -s conftest$ac_exeext &&
17799 $as_test_x conftest$ac_exeext; then
17800 ac_cv_search_connect=$ac_res
17801 else
17802 echo "$as_me: failed program was:" >&5
17803 sed 's/^/| /' conftest.$ac_ext >&5
17808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17809 conftest$ac_exeext
17810 if test "${ac_cv_search_connect+set}" = set; then
17811 break
17813 done
17814 if test "${ac_cv_search_connect+set}" = set; then
17816 else
17817 ac_cv_search_connect=no
17819 rm conftest.$ac_ext
17820 LIBS=$ac_func_search_save_LIBS
17822 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17823 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17824 ac_res=$ac_cv_search_connect
17825 if test "$ac_res" != no; then
17826 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17831 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17832 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17833 if test "${ac_cv_search_inet_aton+set}" = set; then
17834 echo $ECHO_N "(cached) $ECHO_C" >&6
17835 else
17836 ac_func_search_save_LIBS=$LIBS
17837 cat >conftest.$ac_ext <<_ACEOF
17838 /* confdefs.h. */
17839 _ACEOF
17840 cat confdefs.h >>conftest.$ac_ext
17841 cat >>conftest.$ac_ext <<_ACEOF
17842 /* end confdefs.h. */
17844 /* Override any GCC internal prototype to avoid an error.
17845 Use char because int might match the return type of a GCC
17846 builtin and then its argument prototype would still apply. */
17847 #ifdef __cplusplus
17848 extern "C"
17849 #endif
17850 char inet_aton ();
17852 main ()
17854 return inet_aton ();
17856 return 0;
17858 _ACEOF
17859 for ac_lib in '' resolv; do
17860 if test -z "$ac_lib"; then
17861 ac_res="none required"
17862 else
17863 ac_res=-l$ac_lib
17864 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17866 rm -f conftest.$ac_objext conftest$ac_exeext
17867 if { (ac_try="$ac_link"
17868 case "(($ac_try" in
17869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17870 *) ac_try_echo=$ac_try;;
17871 esac
17872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17873 (eval "$ac_link") 2>conftest.er1
17874 ac_status=$?
17875 grep -v '^ *+' conftest.er1 >conftest.err
17876 rm -f conftest.er1
17877 cat conftest.err >&5
17878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17879 (exit $ac_status); } && {
17880 test -z "$ac_c_werror_flag" ||
17881 test ! -s conftest.err
17882 } && test -s conftest$ac_exeext &&
17883 $as_test_x conftest$ac_exeext; then
17884 ac_cv_search_inet_aton=$ac_res
17885 else
17886 echo "$as_me: failed program was:" >&5
17887 sed 's/^/| /' conftest.$ac_ext >&5
17892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17893 conftest$ac_exeext
17894 if test "${ac_cv_search_inet_aton+set}" = set; then
17895 break
17897 done
17898 if test "${ac_cv_search_inet_aton+set}" = set; then
17900 else
17901 ac_cv_search_inet_aton=no
17903 rm conftest.$ac_ext
17904 LIBS=$ac_func_search_save_LIBS
17906 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17907 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17908 ac_res=$ac_cv_search_inet_aton
17909 if test "$ac_res" != no; then
17910 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17923 for ac_func in \
17924 getaddrinfo \
17925 getnameinfo \
17926 getnetbyname \
17927 getprotobyname \
17928 getprotobynumber \
17929 getservbyport \
17930 inet_network \
17931 sendmsg \
17934 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17935 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17936 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17937 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17938 echo $ECHO_N "(cached) $ECHO_C" >&6
17939 else
17940 cat >conftest.$ac_ext <<_ACEOF
17941 /* confdefs.h. */
17942 _ACEOF
17943 cat confdefs.h >>conftest.$ac_ext
17944 cat >>conftest.$ac_ext <<_ACEOF
17945 /* end confdefs.h. */
17946 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17947 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17948 #define $ac_func innocuous_$ac_func
17950 /* System header to define __stub macros and hopefully few prototypes,
17951 which can conflict with char $ac_func (); below.
17952 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17953 <limits.h> exists even on freestanding compilers. */
17955 #ifdef __STDC__
17956 # include <limits.h>
17957 #else
17958 # include <assert.h>
17959 #endif
17961 #undef $ac_func
17963 /* Override any GCC internal prototype to avoid an error.
17964 Use char because int might match the return type of a GCC
17965 builtin and then its argument prototype would still apply. */
17966 #ifdef __cplusplus
17967 extern "C"
17968 #endif
17969 char $ac_func ();
17970 /* The GNU C library defines this for functions which it implements
17971 to always fail with ENOSYS. Some functions are actually named
17972 something starting with __ and the normal name is an alias. */
17973 #if defined __stub_$ac_func || defined __stub___$ac_func
17974 choke me
17975 #endif
17978 main ()
17980 return $ac_func ();
17982 return 0;
17984 _ACEOF
17985 rm -f conftest.$ac_objext conftest$ac_exeext
17986 if { (ac_try="$ac_link"
17987 case "(($ac_try" in
17988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17989 *) ac_try_echo=$ac_try;;
17990 esac
17991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17992 (eval "$ac_link") 2>conftest.er1
17993 ac_status=$?
17994 grep -v '^ *+' conftest.er1 >conftest.err
17995 rm -f conftest.er1
17996 cat conftest.err >&5
17997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17998 (exit $ac_status); } && {
17999 test -z "$ac_c_werror_flag" ||
18000 test ! -s conftest.err
18001 } && test -s conftest$ac_exeext &&
18002 $as_test_x conftest$ac_exeext; then
18003 eval "$as_ac_var=yes"
18004 else
18005 echo "$as_me: failed program was:" >&5
18006 sed 's/^/| /' conftest.$ac_ext >&5
18008 eval "$as_ac_var=no"
18011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18012 conftest$ac_exeext conftest.$ac_ext
18014 ac_res=`eval echo '${'$as_ac_var'}'`
18015 { echo "$as_me:$LINENO: result: $ac_res" >&5
18016 echo "${ECHO_T}$ac_res" >&6; }
18017 if test `eval echo '${'$as_ac_var'}'` = yes; then
18018 cat >>confdefs.h <<_ACEOF
18019 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18020 _ACEOF
18023 done
18026 LDAPLIBS=""
18028 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18029 then
18030 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18031 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18032 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18033 echo $ECHO_N "(cached) $ECHO_C" >&6
18034 else
18035 cat >conftest.$ac_ext <<_ACEOF
18036 /* confdefs.h. */
18037 _ACEOF
18038 cat confdefs.h >>conftest.$ac_ext
18039 cat >>conftest.$ac_ext <<_ACEOF
18040 /* end confdefs.h. */
18041 #include <ldap.h>
18043 typedef LDAPSortKey ac__type_new_;
18045 main ()
18047 if ((ac__type_new_ *) 0)
18048 return 0;
18049 if (sizeof (ac__type_new_))
18050 return 0;
18052 return 0;
18054 _ACEOF
18055 rm -f conftest.$ac_objext
18056 if { (ac_try="$ac_compile"
18057 case "(($ac_try" in
18058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18059 *) ac_try_echo=$ac_try;;
18060 esac
18061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18062 (eval "$ac_compile") 2>conftest.er1
18063 ac_status=$?
18064 grep -v '^ *+' conftest.er1 >conftest.err
18065 rm -f conftest.er1
18066 cat conftest.err >&5
18067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18068 (exit $ac_status); } && {
18069 test -z "$ac_c_werror_flag" ||
18070 test ! -s conftest.err
18071 } && test -s conftest.$ac_objext; then
18072 ac_cv_type_LDAPSortKey=yes
18073 else
18074 echo "$as_me: failed program was:" >&5
18075 sed 's/^/| /' conftest.$ac_ext >&5
18077 ac_cv_type_LDAPSortKey=no
18080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18082 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18083 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18084 if test $ac_cv_type_LDAPSortKey = yes; then
18085 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18086 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18087 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18088 echo $ECHO_N "(cached) $ECHO_C" >&6
18089 else
18090 ac_check_lib_save_LIBS=$LIBS
18091 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18092 cat >conftest.$ac_ext <<_ACEOF
18093 /* confdefs.h. */
18094 _ACEOF
18095 cat confdefs.h >>conftest.$ac_ext
18096 cat >>conftest.$ac_ext <<_ACEOF
18097 /* end confdefs.h. */
18099 /* Override any GCC internal prototype to avoid an error.
18100 Use char because int might match the return type of a GCC
18101 builtin and then its argument prototype would still apply. */
18102 #ifdef __cplusplus
18103 extern "C"
18104 #endif
18105 char ldap_initialize ();
18107 main ()
18109 return ldap_initialize ();
18111 return 0;
18113 _ACEOF
18114 rm -f conftest.$ac_objext conftest$ac_exeext
18115 if { (ac_try="$ac_link"
18116 case "(($ac_try" in
18117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18118 *) ac_try_echo=$ac_try;;
18119 esac
18120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18121 (eval "$ac_link") 2>conftest.er1
18122 ac_status=$?
18123 grep -v '^ *+' conftest.er1 >conftest.err
18124 rm -f conftest.er1
18125 cat conftest.err >&5
18126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18127 (exit $ac_status); } && {
18128 test -z "$ac_c_werror_flag" ||
18129 test ! -s conftest.err
18130 } && test -s conftest$ac_exeext &&
18131 $as_test_x conftest$ac_exeext; then
18132 ac_cv_lib_ldap_r_ldap_initialize=yes
18133 else
18134 echo "$as_me: failed program was:" >&5
18135 sed 's/^/| /' conftest.$ac_ext >&5
18137 ac_cv_lib_ldap_r_ldap_initialize=no
18140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18141 conftest$ac_exeext conftest.$ac_ext
18142 LIBS=$ac_check_lib_save_LIBS
18144 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18145 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18146 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18147 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18148 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18149 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18150 echo $ECHO_N "(cached) $ECHO_C" >&6
18151 else
18152 ac_check_lib_save_LIBS=$LIBS
18153 LIBS="-llber $LIBPTHREAD $LIBS"
18154 cat >conftest.$ac_ext <<_ACEOF
18155 /* confdefs.h. */
18156 _ACEOF
18157 cat confdefs.h >>conftest.$ac_ext
18158 cat >>conftest.$ac_ext <<_ACEOF
18159 /* end confdefs.h. */
18161 /* Override any GCC internal prototype to avoid an error.
18162 Use char because int might match the return type of a GCC
18163 builtin and then its argument prototype would still apply. */
18164 #ifdef __cplusplus
18165 extern "C"
18166 #endif
18167 char ber_init ();
18169 main ()
18171 return ber_init ();
18173 return 0;
18175 _ACEOF
18176 rm -f conftest.$ac_objext conftest$ac_exeext
18177 if { (ac_try="$ac_link"
18178 case "(($ac_try" in
18179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18180 *) ac_try_echo=$ac_try;;
18181 esac
18182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18183 (eval "$ac_link") 2>conftest.er1
18184 ac_status=$?
18185 grep -v '^ *+' conftest.er1 >conftest.err
18186 rm -f conftest.er1
18187 cat conftest.err >&5
18188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18189 (exit $ac_status); } && {
18190 test -z "$ac_c_werror_flag" ||
18191 test ! -s conftest.err
18192 } && test -s conftest$ac_exeext &&
18193 $as_test_x conftest$ac_exeext; then
18194 ac_cv_lib_lber_ber_init=yes
18195 else
18196 echo "$as_me: failed program was:" >&5
18197 sed 's/^/| /' conftest.$ac_ext >&5
18199 ac_cv_lib_lber_ber_init=no
18202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18203 conftest$ac_exeext conftest.$ac_ext
18204 LIBS=$ac_check_lib_save_LIBS
18206 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18207 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18208 if test $ac_cv_lib_lber_ber_init = yes; then
18210 cat >>confdefs.h <<\_ACEOF
18211 #define HAVE_LDAP 1
18212 _ACEOF
18214 LDAPLIBS="-lldap_r -llber"
18221 ac_wine_check_funcs_save_LIBS="$LIBS"
18222 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18231 for ac_func in \
18232 ldap_count_references \
18233 ldap_first_reference \
18234 ldap_next_reference \
18235 ldap_parse_reference \
18236 ldap_parse_sort_control \
18237 ldap_parse_sortresponse_control \
18238 ldap_parse_vlv_control \
18239 ldap_parse_vlvresponse_control
18241 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18242 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18243 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18244 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18245 echo $ECHO_N "(cached) $ECHO_C" >&6
18246 else
18247 cat >conftest.$ac_ext <<_ACEOF
18248 /* confdefs.h. */
18249 _ACEOF
18250 cat confdefs.h >>conftest.$ac_ext
18251 cat >>conftest.$ac_ext <<_ACEOF
18252 /* end confdefs.h. */
18253 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18254 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18255 #define $ac_func innocuous_$ac_func
18257 /* System header to define __stub macros and hopefully few prototypes,
18258 which can conflict with char $ac_func (); below.
18259 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18260 <limits.h> exists even on freestanding compilers. */
18262 #ifdef __STDC__
18263 # include <limits.h>
18264 #else
18265 # include <assert.h>
18266 #endif
18268 #undef $ac_func
18270 /* Override any GCC internal prototype to avoid an error.
18271 Use char because int might match the return type of a GCC
18272 builtin and then its argument prototype would still apply. */
18273 #ifdef __cplusplus
18274 extern "C"
18275 #endif
18276 char $ac_func ();
18277 /* The GNU C library defines this for functions which it implements
18278 to always fail with ENOSYS. Some functions are actually named
18279 something starting with __ and the normal name is an alias. */
18280 #if defined __stub_$ac_func || defined __stub___$ac_func
18281 choke me
18282 #endif
18285 main ()
18287 return $ac_func ();
18289 return 0;
18291 _ACEOF
18292 rm -f conftest.$ac_objext conftest$ac_exeext
18293 if { (ac_try="$ac_link"
18294 case "(($ac_try" in
18295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18296 *) ac_try_echo=$ac_try;;
18297 esac
18298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18299 (eval "$ac_link") 2>conftest.er1
18300 ac_status=$?
18301 grep -v '^ *+' conftest.er1 >conftest.err
18302 rm -f conftest.er1
18303 cat conftest.err >&5
18304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18305 (exit $ac_status); } && {
18306 test -z "$ac_c_werror_flag" ||
18307 test ! -s conftest.err
18308 } && test -s conftest$ac_exeext &&
18309 $as_test_x conftest$ac_exeext; then
18310 eval "$as_ac_var=yes"
18311 else
18312 echo "$as_me: failed program was:" >&5
18313 sed 's/^/| /' conftest.$ac_ext >&5
18315 eval "$as_ac_var=no"
18318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18319 conftest$ac_exeext conftest.$ac_ext
18321 ac_res=`eval echo '${'$as_ac_var'}'`
18322 { echo "$as_me:$LINENO: result: $ac_res" >&5
18323 echo "${ECHO_T}$ac_res" >&6; }
18324 if test `eval echo '${'$as_ac_var'}'` = yes; then
18325 cat >>confdefs.h <<_ACEOF
18326 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18327 _ACEOF
18330 done
18332 LIBS="$ac_wine_check_funcs_save_LIBS"
18334 if test "x$LDAPLIBS" = "x"; then
18335 case "x$with_ldap" in
18336 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18337 xno) ;;
18338 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18339 This is an error since --with-ldap was requested." >&5
18340 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18341 This is an error since --with-ldap was requested." >&2;}
18342 { (exit 1); exit 1; }; } ;;
18343 esac
18348 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18349 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18350 if test "${ac_cv_c_const+set}" = set; then
18351 echo $ECHO_N "(cached) $ECHO_C" >&6
18352 else
18353 cat >conftest.$ac_ext <<_ACEOF
18354 /* confdefs.h. */
18355 _ACEOF
18356 cat confdefs.h >>conftest.$ac_ext
18357 cat >>conftest.$ac_ext <<_ACEOF
18358 /* end confdefs.h. */
18361 main ()
18363 /* FIXME: Include the comments suggested by Paul. */
18364 #ifndef __cplusplus
18365 /* Ultrix mips cc rejects this. */
18366 typedef int charset[2];
18367 const charset cs;
18368 /* SunOS 4.1.1 cc rejects this. */
18369 char const *const *pcpcc;
18370 char **ppc;
18371 /* NEC SVR4.0.2 mips cc rejects this. */
18372 struct point {int x, y;};
18373 static struct point const zero = {0,0};
18374 /* AIX XL C 1.02.0.0 rejects this.
18375 It does not let you subtract one const X* pointer from another in
18376 an arm of an if-expression whose if-part is not a constant
18377 expression */
18378 const char *g = "string";
18379 pcpcc = &g + (g ? g-g : 0);
18380 /* HPUX 7.0 cc rejects these. */
18381 ++pcpcc;
18382 ppc = (char**) pcpcc;
18383 pcpcc = (char const *const *) ppc;
18384 { /* SCO 3.2v4 cc rejects this. */
18385 char *t;
18386 char const *s = 0 ? (char *) 0 : (char const *) 0;
18388 *t++ = 0;
18389 if (s) return 0;
18391 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18392 int x[] = {25, 17};
18393 const int *foo = &x[0];
18394 ++foo;
18396 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18397 typedef const int *iptr;
18398 iptr p = 0;
18399 ++p;
18401 { /* AIX XL C 1.02.0.0 rejects this saying
18402 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18403 struct s { int j; const int *ap[3]; };
18404 struct s *b; b->j = 5;
18406 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18407 const int foo = 10;
18408 if (!foo) return 0;
18410 return !cs[0] && !zero.x;
18411 #endif
18414 return 0;
18416 _ACEOF
18417 rm -f conftest.$ac_objext
18418 if { (ac_try="$ac_compile"
18419 case "(($ac_try" in
18420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18421 *) ac_try_echo=$ac_try;;
18422 esac
18423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18424 (eval "$ac_compile") 2>conftest.er1
18425 ac_status=$?
18426 grep -v '^ *+' conftest.er1 >conftest.err
18427 rm -f conftest.er1
18428 cat conftest.err >&5
18429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18430 (exit $ac_status); } && {
18431 test -z "$ac_c_werror_flag" ||
18432 test ! -s conftest.err
18433 } && test -s conftest.$ac_objext; then
18434 ac_cv_c_const=yes
18435 else
18436 echo "$as_me: failed program was:" >&5
18437 sed 's/^/| /' conftest.$ac_ext >&5
18439 ac_cv_c_const=no
18442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18444 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18445 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18446 if test $ac_cv_c_const = no; then
18448 cat >>confdefs.h <<\_ACEOF
18449 #define const
18450 _ACEOF
18454 { echo "$as_me:$LINENO: checking for inline" >&5
18455 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18456 if test "${ac_cv_c_inline+set}" = set; then
18457 echo $ECHO_N "(cached) $ECHO_C" >&6
18458 else
18459 ac_cv_c_inline=no
18460 for ac_kw in inline __inline__ __inline; do
18461 cat >conftest.$ac_ext <<_ACEOF
18462 /* confdefs.h. */
18463 _ACEOF
18464 cat confdefs.h >>conftest.$ac_ext
18465 cat >>conftest.$ac_ext <<_ACEOF
18466 /* end confdefs.h. */
18467 #ifndef __cplusplus
18468 typedef int foo_t;
18469 static $ac_kw foo_t static_foo () {return 0; }
18470 $ac_kw foo_t foo () {return 0; }
18471 #endif
18473 _ACEOF
18474 rm -f conftest.$ac_objext
18475 if { (ac_try="$ac_compile"
18476 case "(($ac_try" in
18477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18478 *) ac_try_echo=$ac_try;;
18479 esac
18480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18481 (eval "$ac_compile") 2>conftest.er1
18482 ac_status=$?
18483 grep -v '^ *+' conftest.er1 >conftest.err
18484 rm -f conftest.er1
18485 cat conftest.err >&5
18486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18487 (exit $ac_status); } && {
18488 test -z "$ac_c_werror_flag" ||
18489 test ! -s conftest.err
18490 } && test -s conftest.$ac_objext; then
18491 ac_cv_c_inline=$ac_kw
18492 else
18493 echo "$as_me: failed program was:" >&5
18494 sed 's/^/| /' conftest.$ac_ext >&5
18499 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18500 test "$ac_cv_c_inline" != no && break
18501 done
18504 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18505 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18508 case $ac_cv_c_inline in
18509 inline | yes) ;;
18511 case $ac_cv_c_inline in
18512 no) ac_val=;;
18513 *) ac_val=$ac_cv_c_inline;;
18514 esac
18515 cat >>confdefs.h <<_ACEOF
18516 #ifndef __cplusplus
18517 #define inline $ac_val
18518 #endif
18519 _ACEOF
18521 esac
18523 { echo "$as_me:$LINENO: checking for mode_t" >&5
18524 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18525 if test "${ac_cv_type_mode_t+set}" = set; then
18526 echo $ECHO_N "(cached) $ECHO_C" >&6
18527 else
18528 cat >conftest.$ac_ext <<_ACEOF
18529 /* confdefs.h. */
18530 _ACEOF
18531 cat confdefs.h >>conftest.$ac_ext
18532 cat >>conftest.$ac_ext <<_ACEOF
18533 /* end confdefs.h. */
18534 $ac_includes_default
18535 typedef mode_t ac__type_new_;
18537 main ()
18539 if ((ac__type_new_ *) 0)
18540 return 0;
18541 if (sizeof (ac__type_new_))
18542 return 0;
18544 return 0;
18546 _ACEOF
18547 rm -f conftest.$ac_objext
18548 if { (ac_try="$ac_compile"
18549 case "(($ac_try" in
18550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18551 *) ac_try_echo=$ac_try;;
18552 esac
18553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18554 (eval "$ac_compile") 2>conftest.er1
18555 ac_status=$?
18556 grep -v '^ *+' conftest.er1 >conftest.err
18557 rm -f conftest.er1
18558 cat conftest.err >&5
18559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18560 (exit $ac_status); } && {
18561 test -z "$ac_c_werror_flag" ||
18562 test ! -s conftest.err
18563 } && test -s conftest.$ac_objext; then
18564 ac_cv_type_mode_t=yes
18565 else
18566 echo "$as_me: failed program was:" >&5
18567 sed 's/^/| /' conftest.$ac_ext >&5
18569 ac_cv_type_mode_t=no
18572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18574 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18575 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18576 if test $ac_cv_type_mode_t = yes; then
18578 cat >>confdefs.h <<_ACEOF
18579 #define HAVE_MODE_T 1
18580 _ACEOF
18584 { echo "$as_me:$LINENO: checking for off_t" >&5
18585 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18586 if test "${ac_cv_type_off_t+set}" = set; then
18587 echo $ECHO_N "(cached) $ECHO_C" >&6
18588 else
18589 cat >conftest.$ac_ext <<_ACEOF
18590 /* confdefs.h. */
18591 _ACEOF
18592 cat confdefs.h >>conftest.$ac_ext
18593 cat >>conftest.$ac_ext <<_ACEOF
18594 /* end confdefs.h. */
18595 $ac_includes_default
18596 typedef off_t ac__type_new_;
18598 main ()
18600 if ((ac__type_new_ *) 0)
18601 return 0;
18602 if (sizeof (ac__type_new_))
18603 return 0;
18605 return 0;
18607 _ACEOF
18608 rm -f conftest.$ac_objext
18609 if { (ac_try="$ac_compile"
18610 case "(($ac_try" in
18611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18612 *) ac_try_echo=$ac_try;;
18613 esac
18614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18615 (eval "$ac_compile") 2>conftest.er1
18616 ac_status=$?
18617 grep -v '^ *+' conftest.er1 >conftest.err
18618 rm -f conftest.er1
18619 cat conftest.err >&5
18620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18621 (exit $ac_status); } && {
18622 test -z "$ac_c_werror_flag" ||
18623 test ! -s conftest.err
18624 } && test -s conftest.$ac_objext; then
18625 ac_cv_type_off_t=yes
18626 else
18627 echo "$as_me: failed program was:" >&5
18628 sed 's/^/| /' conftest.$ac_ext >&5
18630 ac_cv_type_off_t=no
18633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18635 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18636 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18637 if test $ac_cv_type_off_t = yes; then
18639 cat >>confdefs.h <<_ACEOF
18640 #define HAVE_OFF_T 1
18641 _ACEOF
18645 { echo "$as_me:$LINENO: checking for pid_t" >&5
18646 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18647 if test "${ac_cv_type_pid_t+set}" = set; then
18648 echo $ECHO_N "(cached) $ECHO_C" >&6
18649 else
18650 cat >conftest.$ac_ext <<_ACEOF
18651 /* confdefs.h. */
18652 _ACEOF
18653 cat confdefs.h >>conftest.$ac_ext
18654 cat >>conftest.$ac_ext <<_ACEOF
18655 /* end confdefs.h. */
18656 $ac_includes_default
18657 typedef pid_t ac__type_new_;
18659 main ()
18661 if ((ac__type_new_ *) 0)
18662 return 0;
18663 if (sizeof (ac__type_new_))
18664 return 0;
18666 return 0;
18668 _ACEOF
18669 rm -f conftest.$ac_objext
18670 if { (ac_try="$ac_compile"
18671 case "(($ac_try" in
18672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18673 *) ac_try_echo=$ac_try;;
18674 esac
18675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18676 (eval "$ac_compile") 2>conftest.er1
18677 ac_status=$?
18678 grep -v '^ *+' conftest.er1 >conftest.err
18679 rm -f conftest.er1
18680 cat conftest.err >&5
18681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18682 (exit $ac_status); } && {
18683 test -z "$ac_c_werror_flag" ||
18684 test ! -s conftest.err
18685 } && test -s conftest.$ac_objext; then
18686 ac_cv_type_pid_t=yes
18687 else
18688 echo "$as_me: failed program was:" >&5
18689 sed 's/^/| /' conftest.$ac_ext >&5
18691 ac_cv_type_pid_t=no
18694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18696 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18697 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18698 if test $ac_cv_type_pid_t = yes; then
18700 cat >>confdefs.h <<_ACEOF
18701 #define HAVE_PID_T 1
18702 _ACEOF
18706 { echo "$as_me:$LINENO: checking for size_t" >&5
18707 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18708 if test "${ac_cv_type_size_t+set}" = set; then
18709 echo $ECHO_N "(cached) $ECHO_C" >&6
18710 else
18711 cat >conftest.$ac_ext <<_ACEOF
18712 /* confdefs.h. */
18713 _ACEOF
18714 cat confdefs.h >>conftest.$ac_ext
18715 cat >>conftest.$ac_ext <<_ACEOF
18716 /* end confdefs.h. */
18717 $ac_includes_default
18718 typedef size_t ac__type_new_;
18720 main ()
18722 if ((ac__type_new_ *) 0)
18723 return 0;
18724 if (sizeof (ac__type_new_))
18725 return 0;
18727 return 0;
18729 _ACEOF
18730 rm -f conftest.$ac_objext
18731 if { (ac_try="$ac_compile"
18732 case "(($ac_try" in
18733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18734 *) ac_try_echo=$ac_try;;
18735 esac
18736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18737 (eval "$ac_compile") 2>conftest.er1
18738 ac_status=$?
18739 grep -v '^ *+' conftest.er1 >conftest.err
18740 rm -f conftest.er1
18741 cat conftest.err >&5
18742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18743 (exit $ac_status); } && {
18744 test -z "$ac_c_werror_flag" ||
18745 test ! -s conftest.err
18746 } && test -s conftest.$ac_objext; then
18747 ac_cv_type_size_t=yes
18748 else
18749 echo "$as_me: failed program was:" >&5
18750 sed 's/^/| /' conftest.$ac_ext >&5
18752 ac_cv_type_size_t=no
18755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18757 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18758 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18759 if test $ac_cv_type_size_t = yes; then
18761 cat >>confdefs.h <<_ACEOF
18762 #define HAVE_SIZE_T 1
18763 _ACEOF
18767 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18768 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18769 if test "${ac_cv_type_ssize_t+set}" = set; then
18770 echo $ECHO_N "(cached) $ECHO_C" >&6
18771 else
18772 cat >conftest.$ac_ext <<_ACEOF
18773 /* confdefs.h. */
18774 _ACEOF
18775 cat confdefs.h >>conftest.$ac_ext
18776 cat >>conftest.$ac_ext <<_ACEOF
18777 /* end confdefs.h. */
18778 $ac_includes_default
18779 typedef ssize_t ac__type_new_;
18781 main ()
18783 if ((ac__type_new_ *) 0)
18784 return 0;
18785 if (sizeof (ac__type_new_))
18786 return 0;
18788 return 0;
18790 _ACEOF
18791 rm -f conftest.$ac_objext
18792 if { (ac_try="$ac_compile"
18793 case "(($ac_try" in
18794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18795 *) ac_try_echo=$ac_try;;
18796 esac
18797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18798 (eval "$ac_compile") 2>conftest.er1
18799 ac_status=$?
18800 grep -v '^ *+' conftest.er1 >conftest.err
18801 rm -f conftest.er1
18802 cat conftest.err >&5
18803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18804 (exit $ac_status); } && {
18805 test -z "$ac_c_werror_flag" ||
18806 test ! -s conftest.err
18807 } && test -s conftest.$ac_objext; then
18808 ac_cv_type_ssize_t=yes
18809 else
18810 echo "$as_me: failed program was:" >&5
18811 sed 's/^/| /' conftest.$ac_ext >&5
18813 ac_cv_type_ssize_t=no
18816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18818 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18819 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18820 if test $ac_cv_type_ssize_t = yes; then
18822 cat >>confdefs.h <<_ACEOF
18823 #define HAVE_SSIZE_T 1
18824 _ACEOF
18828 { echo "$as_me:$LINENO: checking for long long" >&5
18829 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18830 if test "${ac_cv_type_long_long+set}" = set; then
18831 echo $ECHO_N "(cached) $ECHO_C" >&6
18832 else
18833 cat >conftest.$ac_ext <<_ACEOF
18834 /* confdefs.h. */
18835 _ACEOF
18836 cat confdefs.h >>conftest.$ac_ext
18837 cat >>conftest.$ac_ext <<_ACEOF
18838 /* end confdefs.h. */
18839 $ac_includes_default
18840 typedef long long ac__type_new_;
18842 main ()
18844 if ((ac__type_new_ *) 0)
18845 return 0;
18846 if (sizeof (ac__type_new_))
18847 return 0;
18849 return 0;
18851 _ACEOF
18852 rm -f conftest.$ac_objext
18853 if { (ac_try="$ac_compile"
18854 case "(($ac_try" in
18855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18856 *) ac_try_echo=$ac_try;;
18857 esac
18858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18859 (eval "$ac_compile") 2>conftest.er1
18860 ac_status=$?
18861 grep -v '^ *+' conftest.er1 >conftest.err
18862 rm -f conftest.er1
18863 cat conftest.err >&5
18864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18865 (exit $ac_status); } && {
18866 test -z "$ac_c_werror_flag" ||
18867 test ! -s conftest.err
18868 } && test -s conftest.$ac_objext; then
18869 ac_cv_type_long_long=yes
18870 else
18871 echo "$as_me: failed program was:" >&5
18872 sed 's/^/| /' conftest.$ac_ext >&5
18874 ac_cv_type_long_long=no
18877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18879 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18880 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18881 if test $ac_cv_type_long_long = yes; then
18883 cat >>confdefs.h <<_ACEOF
18884 #define HAVE_LONG_LONG 1
18885 _ACEOF
18889 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18890 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18891 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18892 echo $ECHO_N "(cached) $ECHO_C" >&6
18893 else
18894 cat >conftest.$ac_ext <<_ACEOF
18895 /* confdefs.h. */
18896 _ACEOF
18897 cat confdefs.h >>conftest.$ac_ext
18898 cat >>conftest.$ac_ext <<_ACEOF
18899 /* end confdefs.h. */
18900 $ac_includes_default
18901 typedef fsblkcnt_t ac__type_new_;
18903 main ()
18905 if ((ac__type_new_ *) 0)
18906 return 0;
18907 if (sizeof (ac__type_new_))
18908 return 0;
18910 return 0;
18912 _ACEOF
18913 rm -f conftest.$ac_objext
18914 if { (ac_try="$ac_compile"
18915 case "(($ac_try" in
18916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18917 *) ac_try_echo=$ac_try;;
18918 esac
18919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18920 (eval "$ac_compile") 2>conftest.er1
18921 ac_status=$?
18922 grep -v '^ *+' conftest.er1 >conftest.err
18923 rm -f conftest.er1
18924 cat conftest.err >&5
18925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18926 (exit $ac_status); } && {
18927 test -z "$ac_c_werror_flag" ||
18928 test ! -s conftest.err
18929 } && test -s conftest.$ac_objext; then
18930 ac_cv_type_fsblkcnt_t=yes
18931 else
18932 echo "$as_me: failed program was:" >&5
18933 sed 's/^/| /' conftest.$ac_ext >&5
18935 ac_cv_type_fsblkcnt_t=no
18938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18940 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18941 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18942 if test $ac_cv_type_fsblkcnt_t = yes; then
18944 cat >>confdefs.h <<_ACEOF
18945 #define HAVE_FSBLKCNT_T 1
18946 _ACEOF
18950 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18951 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18952 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18953 echo $ECHO_N "(cached) $ECHO_C" >&6
18954 else
18955 cat >conftest.$ac_ext <<_ACEOF
18956 /* confdefs.h. */
18957 _ACEOF
18958 cat confdefs.h >>conftest.$ac_ext
18959 cat >>conftest.$ac_ext <<_ACEOF
18960 /* end confdefs.h. */
18961 $ac_includes_default
18962 typedef fsfilcnt_t ac__type_new_;
18964 main ()
18966 if ((ac__type_new_ *) 0)
18967 return 0;
18968 if (sizeof (ac__type_new_))
18969 return 0;
18971 return 0;
18973 _ACEOF
18974 rm -f conftest.$ac_objext
18975 if { (ac_try="$ac_compile"
18976 case "(($ac_try" in
18977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18978 *) ac_try_echo=$ac_try;;
18979 esac
18980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18981 (eval "$ac_compile") 2>conftest.er1
18982 ac_status=$?
18983 grep -v '^ *+' conftest.er1 >conftest.err
18984 rm -f conftest.er1
18985 cat conftest.err >&5
18986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18987 (exit $ac_status); } && {
18988 test -z "$ac_c_werror_flag" ||
18989 test ! -s conftest.err
18990 } && test -s conftest.$ac_objext; then
18991 ac_cv_type_fsfilcnt_t=yes
18992 else
18993 echo "$as_me: failed program was:" >&5
18994 sed 's/^/| /' conftest.$ac_ext >&5
18996 ac_cv_type_fsfilcnt_t=no
18999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19001 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19002 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19003 if test $ac_cv_type_fsfilcnt_t = yes; then
19005 cat >>confdefs.h <<_ACEOF
19006 #define HAVE_FSFILCNT_T 1
19007 _ACEOF
19012 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19013 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19014 if test "${ac_cv_type_sigset_t+set}" = set; then
19015 echo $ECHO_N "(cached) $ECHO_C" >&6
19016 else
19017 cat >conftest.$ac_ext <<_ACEOF
19018 /* confdefs.h. */
19019 _ACEOF
19020 cat confdefs.h >>conftest.$ac_ext
19021 cat >>conftest.$ac_ext <<_ACEOF
19022 /* end confdefs.h. */
19023 #include <sys/types.h>
19024 #include <signal.h>
19026 typedef sigset_t ac__type_new_;
19028 main ()
19030 if ((ac__type_new_ *) 0)
19031 return 0;
19032 if (sizeof (ac__type_new_))
19033 return 0;
19035 return 0;
19037 _ACEOF
19038 rm -f conftest.$ac_objext
19039 if { (ac_try="$ac_compile"
19040 case "(($ac_try" in
19041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19042 *) ac_try_echo=$ac_try;;
19043 esac
19044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19045 (eval "$ac_compile") 2>conftest.er1
19046 ac_status=$?
19047 grep -v '^ *+' conftest.er1 >conftest.err
19048 rm -f conftest.er1
19049 cat conftest.err >&5
19050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19051 (exit $ac_status); } && {
19052 test -z "$ac_c_werror_flag" ||
19053 test ! -s conftest.err
19054 } && test -s conftest.$ac_objext; then
19055 ac_cv_type_sigset_t=yes
19056 else
19057 echo "$as_me: failed program was:" >&5
19058 sed 's/^/| /' conftest.$ac_ext >&5
19060 ac_cv_type_sigset_t=no
19063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19065 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19066 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19067 if test $ac_cv_type_sigset_t = yes; then
19069 cat >>confdefs.h <<_ACEOF
19070 #define HAVE_SIGSET_T 1
19071 _ACEOF
19076 { echo "$as_me:$LINENO: checking for request_sense" >&5
19077 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19078 if test "${ac_cv_type_request_sense+set}" = set; then
19079 echo $ECHO_N "(cached) $ECHO_C" >&6
19080 else
19081 cat >conftest.$ac_ext <<_ACEOF
19082 /* confdefs.h. */
19083 _ACEOF
19084 cat confdefs.h >>conftest.$ac_ext
19085 cat >>conftest.$ac_ext <<_ACEOF
19086 /* end confdefs.h. */
19087 #include <linux/cdrom.h>
19089 typedef request_sense ac__type_new_;
19091 main ()
19093 if ((ac__type_new_ *) 0)
19094 return 0;
19095 if (sizeof (ac__type_new_))
19096 return 0;
19098 return 0;
19100 _ACEOF
19101 rm -f conftest.$ac_objext
19102 if { (ac_try="$ac_compile"
19103 case "(($ac_try" in
19104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19105 *) ac_try_echo=$ac_try;;
19106 esac
19107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19108 (eval "$ac_compile") 2>conftest.er1
19109 ac_status=$?
19110 grep -v '^ *+' conftest.er1 >conftest.err
19111 rm -f conftest.er1
19112 cat conftest.err >&5
19113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19114 (exit $ac_status); } && {
19115 test -z "$ac_c_werror_flag" ||
19116 test ! -s conftest.err
19117 } && test -s conftest.$ac_objext; then
19118 ac_cv_type_request_sense=yes
19119 else
19120 echo "$as_me: failed program was:" >&5
19121 sed 's/^/| /' conftest.$ac_ext >&5
19123 ac_cv_type_request_sense=no
19126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19128 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19129 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19130 if test $ac_cv_type_request_sense = yes; then
19132 cat >>confdefs.h <<_ACEOF
19133 #define HAVE_REQUEST_SENSE 1
19134 _ACEOF
19140 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19141 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19142 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19143 echo $ECHO_N "(cached) $ECHO_C" >&6
19144 else
19145 cat >conftest.$ac_ext <<_ACEOF
19146 /* confdefs.h. */
19147 _ACEOF
19148 cat confdefs.h >>conftest.$ac_ext
19149 cat >>conftest.$ac_ext <<_ACEOF
19150 /* end confdefs.h. */
19151 #ifdef HAVE_LINUX_INPUT_H
19152 #include <linux/input.h>
19153 #endif
19156 main ()
19158 static struct ff_effect ac_aggr;
19159 if (ac_aggr.direction)
19160 return 0;
19162 return 0;
19164 _ACEOF
19165 rm -f conftest.$ac_objext
19166 if { (ac_try="$ac_compile"
19167 case "(($ac_try" in
19168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19169 *) ac_try_echo=$ac_try;;
19170 esac
19171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19172 (eval "$ac_compile") 2>conftest.er1
19173 ac_status=$?
19174 grep -v '^ *+' conftest.er1 >conftest.err
19175 rm -f conftest.er1
19176 cat conftest.err >&5
19177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19178 (exit $ac_status); } && {
19179 test -z "$ac_c_werror_flag" ||
19180 test ! -s conftest.err
19181 } && test -s conftest.$ac_objext; then
19182 ac_cv_member_struct_ff_effect_direction=yes
19183 else
19184 echo "$as_me: failed program was:" >&5
19185 sed 's/^/| /' conftest.$ac_ext >&5
19187 cat >conftest.$ac_ext <<_ACEOF
19188 /* confdefs.h. */
19189 _ACEOF
19190 cat confdefs.h >>conftest.$ac_ext
19191 cat >>conftest.$ac_ext <<_ACEOF
19192 /* end confdefs.h. */
19193 #ifdef HAVE_LINUX_INPUT_H
19194 #include <linux/input.h>
19195 #endif
19198 main ()
19200 static struct ff_effect ac_aggr;
19201 if (sizeof ac_aggr.direction)
19202 return 0;
19204 return 0;
19206 _ACEOF
19207 rm -f conftest.$ac_objext
19208 if { (ac_try="$ac_compile"
19209 case "(($ac_try" in
19210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19211 *) ac_try_echo=$ac_try;;
19212 esac
19213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19214 (eval "$ac_compile") 2>conftest.er1
19215 ac_status=$?
19216 grep -v '^ *+' conftest.er1 >conftest.err
19217 rm -f conftest.er1
19218 cat conftest.err >&5
19219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19220 (exit $ac_status); } && {
19221 test -z "$ac_c_werror_flag" ||
19222 test ! -s conftest.err
19223 } && test -s conftest.$ac_objext; then
19224 ac_cv_member_struct_ff_effect_direction=yes
19225 else
19226 echo "$as_me: failed program was:" >&5
19227 sed 's/^/| /' conftest.$ac_ext >&5
19229 ac_cv_member_struct_ff_effect_direction=no
19232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19237 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19238 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19239 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19241 cat >>confdefs.h <<_ACEOF
19242 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19243 _ACEOF
19249 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19250 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19251 if test "${wine_cv_have_sigaddset+set}" = set; then
19252 echo $ECHO_N "(cached) $ECHO_C" >&6
19253 else
19254 cat >conftest.$ac_ext <<_ACEOF
19255 /* confdefs.h. */
19256 _ACEOF
19257 cat confdefs.h >>conftest.$ac_ext
19258 cat >>conftest.$ac_ext <<_ACEOF
19259 /* end confdefs.h. */
19260 #include <signal.h>
19262 main ()
19264 sigset_t set; sigaddset(&set,SIGTERM);
19266 return 0;
19268 _ACEOF
19269 rm -f conftest.$ac_objext conftest$ac_exeext
19270 if { (ac_try="$ac_link"
19271 case "(($ac_try" in
19272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19273 *) ac_try_echo=$ac_try;;
19274 esac
19275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19276 (eval "$ac_link") 2>conftest.er1
19277 ac_status=$?
19278 grep -v '^ *+' conftest.er1 >conftest.err
19279 rm -f conftest.er1
19280 cat conftest.err >&5
19281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19282 (exit $ac_status); } && {
19283 test -z "$ac_c_werror_flag" ||
19284 test ! -s conftest.err
19285 } && test -s conftest$ac_exeext &&
19286 $as_test_x conftest$ac_exeext; then
19287 wine_cv_have_sigaddset=yes
19288 else
19289 echo "$as_me: failed program was:" >&5
19290 sed 's/^/| /' conftest.$ac_ext >&5
19292 wine_cv_have_sigaddset=no
19295 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19296 conftest$ac_exeext conftest.$ac_ext
19298 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19299 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19300 if test "$wine_cv_have_sigaddset" = "yes"
19301 then
19303 cat >>confdefs.h <<\_ACEOF
19304 #define HAVE_SIGADDSET 1
19305 _ACEOF
19310 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19311 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19312 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19313 echo $ECHO_N "(cached) $ECHO_C" >&6
19314 else
19315 cat >conftest.$ac_ext <<_ACEOF
19316 /* confdefs.h. */
19317 _ACEOF
19318 cat confdefs.h >>conftest.$ac_ext
19319 cat >>conftest.$ac_ext <<_ACEOF
19320 /* end confdefs.h. */
19321 #include <netdb.h>
19323 main ()
19326 char *name=0;
19327 struct hostent he;
19328 struct hostent *result;
19329 char *buf=0;
19330 int bufsize=0;
19331 int res,errnr;
19332 char *addr=0;
19333 int addrlen=0;
19334 int addrtype=0;
19335 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19336 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19339 return 0;
19341 _ACEOF
19342 rm -f conftest.$ac_objext conftest$ac_exeext
19343 if { (ac_try="$ac_link"
19344 case "(($ac_try" in
19345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19346 *) ac_try_echo=$ac_try;;
19347 esac
19348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19349 (eval "$ac_link") 2>conftest.er1
19350 ac_status=$?
19351 grep -v '^ *+' conftest.er1 >conftest.err
19352 rm -f conftest.er1
19353 cat conftest.err >&5
19354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19355 (exit $ac_status); } && {
19356 test -z "$ac_c_werror_flag" ||
19357 test ! -s conftest.err
19358 } && test -s conftest$ac_exeext &&
19359 $as_test_x conftest$ac_exeext; then
19360 wine_cv_linux_gethostbyname_r_6=yes
19361 else
19362 echo "$as_me: failed program was:" >&5
19363 sed 's/^/| /' conftest.$ac_ext >&5
19365 wine_cv_linux_gethostbyname_r_6=no
19369 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19370 conftest$ac_exeext conftest.$ac_ext
19373 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19374 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19375 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19376 then
19378 cat >>confdefs.h <<\_ACEOF
19379 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19380 _ACEOF
19384 if test "$ac_cv_header_linux_joystick_h" = "yes"
19385 then
19386 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19387 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19388 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19389 echo $ECHO_N "(cached) $ECHO_C" >&6
19390 else
19391 cat >conftest.$ac_ext <<_ACEOF
19392 /* confdefs.h. */
19393 _ACEOF
19394 cat confdefs.h >>conftest.$ac_ext
19395 cat >>conftest.$ac_ext <<_ACEOF
19396 /* end confdefs.h. */
19398 #include <sys/ioctl.h>
19399 #include <sys/types.h>
19400 #include <linux/joystick.h>
19402 struct js_event blub;
19403 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19404 #error "no 2.2 header"
19405 #endif
19408 main ()
19410 /*empty*/
19412 return 0;
19414 _ACEOF
19415 rm -f conftest.$ac_objext
19416 if { (ac_try="$ac_compile"
19417 case "(($ac_try" in
19418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19419 *) ac_try_echo=$ac_try;;
19420 esac
19421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19422 (eval "$ac_compile") 2>conftest.er1
19423 ac_status=$?
19424 grep -v '^ *+' conftest.er1 >conftest.err
19425 rm -f conftest.er1
19426 cat conftest.err >&5
19427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19428 (exit $ac_status); } && {
19429 test -z "$ac_c_werror_flag" ||
19430 test ! -s conftest.err
19431 } && test -s conftest.$ac_objext; then
19432 wine_cv_linux_joystick_22_api=yes
19433 else
19434 echo "$as_me: failed program was:" >&5
19435 sed 's/^/| /' conftest.$ac_ext >&5
19437 wine_cv_linux_joystick_22_api=no
19440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19443 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19444 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19445 if test "$wine_cv_linux_joystick_22_api" = "yes"
19446 then
19448 cat >>confdefs.h <<\_ACEOF
19449 #define HAVE_LINUX_22_JOYSTICK_API 1
19450 _ACEOF
19456 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19457 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19458 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19459 echo $ECHO_N "(cached) $ECHO_C" >&6
19460 else
19461 cat >conftest.$ac_ext <<_ACEOF
19462 /* confdefs.h. */
19463 _ACEOF
19464 cat confdefs.h >>conftest.$ac_ext
19465 cat >>conftest.$ac_ext <<_ACEOF
19466 /* end confdefs.h. */
19467 #include <sys/types.h>
19468 #ifdef HAVE_SYS_PARAM_H
19469 # include <sys/param.h>
19470 #endif
19471 #ifdef HAVE_SYS_MOUNT_H
19472 # include <sys/mount.h>
19473 #endif
19474 #ifdef HAVE_SYS_VFS_H
19475 # include <sys/vfs.h>
19476 #endif
19477 #ifdef HAVE_SYS_STATFS_H
19478 # include <sys/statfs.h>
19479 #endif
19482 main ()
19484 static struct statfs ac_aggr;
19485 if (ac_aggr.f_bfree)
19486 return 0;
19488 return 0;
19490 _ACEOF
19491 rm -f conftest.$ac_objext
19492 if { (ac_try="$ac_compile"
19493 case "(($ac_try" in
19494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19495 *) ac_try_echo=$ac_try;;
19496 esac
19497 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19498 (eval "$ac_compile") 2>conftest.er1
19499 ac_status=$?
19500 grep -v '^ *+' conftest.er1 >conftest.err
19501 rm -f conftest.er1
19502 cat conftest.err >&5
19503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19504 (exit $ac_status); } && {
19505 test -z "$ac_c_werror_flag" ||
19506 test ! -s conftest.err
19507 } && test -s conftest.$ac_objext; then
19508 ac_cv_member_struct_statfs_f_bfree=yes
19509 else
19510 echo "$as_me: failed program was:" >&5
19511 sed 's/^/| /' conftest.$ac_ext >&5
19513 cat >conftest.$ac_ext <<_ACEOF
19514 /* confdefs.h. */
19515 _ACEOF
19516 cat confdefs.h >>conftest.$ac_ext
19517 cat >>conftest.$ac_ext <<_ACEOF
19518 /* end confdefs.h. */
19519 #include <sys/types.h>
19520 #ifdef HAVE_SYS_PARAM_H
19521 # include <sys/param.h>
19522 #endif
19523 #ifdef HAVE_SYS_MOUNT_H
19524 # include <sys/mount.h>
19525 #endif
19526 #ifdef HAVE_SYS_VFS_H
19527 # include <sys/vfs.h>
19528 #endif
19529 #ifdef HAVE_SYS_STATFS_H
19530 # include <sys/statfs.h>
19531 #endif
19534 main ()
19536 static struct statfs ac_aggr;
19537 if (sizeof ac_aggr.f_bfree)
19538 return 0;
19540 return 0;
19542 _ACEOF
19543 rm -f conftest.$ac_objext
19544 if { (ac_try="$ac_compile"
19545 case "(($ac_try" in
19546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19547 *) ac_try_echo=$ac_try;;
19548 esac
19549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19550 (eval "$ac_compile") 2>conftest.er1
19551 ac_status=$?
19552 grep -v '^ *+' conftest.er1 >conftest.err
19553 rm -f conftest.er1
19554 cat conftest.err >&5
19555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19556 (exit $ac_status); } && {
19557 test -z "$ac_c_werror_flag" ||
19558 test ! -s conftest.err
19559 } && test -s conftest.$ac_objext; then
19560 ac_cv_member_struct_statfs_f_bfree=yes
19561 else
19562 echo "$as_me: failed program was:" >&5
19563 sed 's/^/| /' conftest.$ac_ext >&5
19565 ac_cv_member_struct_statfs_f_bfree=no
19568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19573 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19574 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19575 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19577 cat >>confdefs.h <<_ACEOF
19578 #define HAVE_STRUCT_STATFS_F_BFREE 1
19579 _ACEOF
19583 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19584 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19585 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19586 echo $ECHO_N "(cached) $ECHO_C" >&6
19587 else
19588 cat >conftest.$ac_ext <<_ACEOF
19589 /* confdefs.h. */
19590 _ACEOF
19591 cat confdefs.h >>conftest.$ac_ext
19592 cat >>conftest.$ac_ext <<_ACEOF
19593 /* end confdefs.h. */
19594 #include <sys/types.h>
19595 #ifdef HAVE_SYS_PARAM_H
19596 # include <sys/param.h>
19597 #endif
19598 #ifdef HAVE_SYS_MOUNT_H
19599 # include <sys/mount.h>
19600 #endif
19601 #ifdef HAVE_SYS_VFS_H
19602 # include <sys/vfs.h>
19603 #endif
19604 #ifdef HAVE_SYS_STATFS_H
19605 # include <sys/statfs.h>
19606 #endif
19609 main ()
19611 static struct statfs ac_aggr;
19612 if (ac_aggr.f_bavail)
19613 return 0;
19615 return 0;
19617 _ACEOF
19618 rm -f conftest.$ac_objext
19619 if { (ac_try="$ac_compile"
19620 case "(($ac_try" in
19621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19622 *) ac_try_echo=$ac_try;;
19623 esac
19624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19625 (eval "$ac_compile") 2>conftest.er1
19626 ac_status=$?
19627 grep -v '^ *+' conftest.er1 >conftest.err
19628 rm -f conftest.er1
19629 cat conftest.err >&5
19630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19631 (exit $ac_status); } && {
19632 test -z "$ac_c_werror_flag" ||
19633 test ! -s conftest.err
19634 } && test -s conftest.$ac_objext; then
19635 ac_cv_member_struct_statfs_f_bavail=yes
19636 else
19637 echo "$as_me: failed program was:" >&5
19638 sed 's/^/| /' conftest.$ac_ext >&5
19640 cat >conftest.$ac_ext <<_ACEOF
19641 /* confdefs.h. */
19642 _ACEOF
19643 cat confdefs.h >>conftest.$ac_ext
19644 cat >>conftest.$ac_ext <<_ACEOF
19645 /* end confdefs.h. */
19646 #include <sys/types.h>
19647 #ifdef HAVE_SYS_PARAM_H
19648 # include <sys/param.h>
19649 #endif
19650 #ifdef HAVE_SYS_MOUNT_H
19651 # include <sys/mount.h>
19652 #endif
19653 #ifdef HAVE_SYS_VFS_H
19654 # include <sys/vfs.h>
19655 #endif
19656 #ifdef HAVE_SYS_STATFS_H
19657 # include <sys/statfs.h>
19658 #endif
19661 main ()
19663 static struct statfs ac_aggr;
19664 if (sizeof ac_aggr.f_bavail)
19665 return 0;
19667 return 0;
19669 _ACEOF
19670 rm -f conftest.$ac_objext
19671 if { (ac_try="$ac_compile"
19672 case "(($ac_try" in
19673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19674 *) ac_try_echo=$ac_try;;
19675 esac
19676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19677 (eval "$ac_compile") 2>conftest.er1
19678 ac_status=$?
19679 grep -v '^ *+' conftest.er1 >conftest.err
19680 rm -f conftest.er1
19681 cat conftest.err >&5
19682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19683 (exit $ac_status); } && {
19684 test -z "$ac_c_werror_flag" ||
19685 test ! -s conftest.err
19686 } && test -s conftest.$ac_objext; then
19687 ac_cv_member_struct_statfs_f_bavail=yes
19688 else
19689 echo "$as_me: failed program was:" >&5
19690 sed 's/^/| /' conftest.$ac_ext >&5
19692 ac_cv_member_struct_statfs_f_bavail=no
19695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19700 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19701 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19702 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19704 cat >>confdefs.h <<_ACEOF
19705 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19706 _ACEOF
19710 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19711 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19712 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19713 echo $ECHO_N "(cached) $ECHO_C" >&6
19714 else
19715 cat >conftest.$ac_ext <<_ACEOF
19716 /* confdefs.h. */
19717 _ACEOF
19718 cat confdefs.h >>conftest.$ac_ext
19719 cat >>conftest.$ac_ext <<_ACEOF
19720 /* end confdefs.h. */
19721 #include <sys/types.h>
19722 #ifdef HAVE_SYS_PARAM_H
19723 # include <sys/param.h>
19724 #endif
19725 #ifdef HAVE_SYS_MOUNT_H
19726 # include <sys/mount.h>
19727 #endif
19728 #ifdef HAVE_SYS_VFS_H
19729 # include <sys/vfs.h>
19730 #endif
19731 #ifdef HAVE_SYS_STATFS_H
19732 # include <sys/statfs.h>
19733 #endif
19736 main ()
19738 static struct statfs ac_aggr;
19739 if (ac_aggr.f_frsize)
19740 return 0;
19742 return 0;
19744 _ACEOF
19745 rm -f conftest.$ac_objext
19746 if { (ac_try="$ac_compile"
19747 case "(($ac_try" in
19748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19749 *) ac_try_echo=$ac_try;;
19750 esac
19751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19752 (eval "$ac_compile") 2>conftest.er1
19753 ac_status=$?
19754 grep -v '^ *+' conftest.er1 >conftest.err
19755 rm -f conftest.er1
19756 cat conftest.err >&5
19757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19758 (exit $ac_status); } && {
19759 test -z "$ac_c_werror_flag" ||
19760 test ! -s conftest.err
19761 } && test -s conftest.$ac_objext; then
19762 ac_cv_member_struct_statfs_f_frsize=yes
19763 else
19764 echo "$as_me: failed program was:" >&5
19765 sed 's/^/| /' conftest.$ac_ext >&5
19767 cat >conftest.$ac_ext <<_ACEOF
19768 /* confdefs.h. */
19769 _ACEOF
19770 cat confdefs.h >>conftest.$ac_ext
19771 cat >>conftest.$ac_ext <<_ACEOF
19772 /* end confdefs.h. */
19773 #include <sys/types.h>
19774 #ifdef HAVE_SYS_PARAM_H
19775 # include <sys/param.h>
19776 #endif
19777 #ifdef HAVE_SYS_MOUNT_H
19778 # include <sys/mount.h>
19779 #endif
19780 #ifdef HAVE_SYS_VFS_H
19781 # include <sys/vfs.h>
19782 #endif
19783 #ifdef HAVE_SYS_STATFS_H
19784 # include <sys/statfs.h>
19785 #endif
19788 main ()
19790 static struct statfs ac_aggr;
19791 if (sizeof ac_aggr.f_frsize)
19792 return 0;
19794 return 0;
19796 _ACEOF
19797 rm -f conftest.$ac_objext
19798 if { (ac_try="$ac_compile"
19799 case "(($ac_try" in
19800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19801 *) ac_try_echo=$ac_try;;
19802 esac
19803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19804 (eval "$ac_compile") 2>conftest.er1
19805 ac_status=$?
19806 grep -v '^ *+' conftest.er1 >conftest.err
19807 rm -f conftest.er1
19808 cat conftest.err >&5
19809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19810 (exit $ac_status); } && {
19811 test -z "$ac_c_werror_flag" ||
19812 test ! -s conftest.err
19813 } && test -s conftest.$ac_objext; then
19814 ac_cv_member_struct_statfs_f_frsize=yes
19815 else
19816 echo "$as_me: failed program was:" >&5
19817 sed 's/^/| /' conftest.$ac_ext >&5
19819 ac_cv_member_struct_statfs_f_frsize=no
19822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19827 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19828 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19829 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19831 cat >>confdefs.h <<_ACEOF
19832 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19833 _ACEOF
19837 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19838 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19839 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19840 echo $ECHO_N "(cached) $ECHO_C" >&6
19841 else
19842 cat >conftest.$ac_ext <<_ACEOF
19843 /* confdefs.h. */
19844 _ACEOF
19845 cat confdefs.h >>conftest.$ac_ext
19846 cat >>conftest.$ac_ext <<_ACEOF
19847 /* end confdefs.h. */
19848 #include <sys/types.h>
19849 #ifdef HAVE_SYS_PARAM_H
19850 # include <sys/param.h>
19851 #endif
19852 #ifdef HAVE_SYS_MOUNT_H
19853 # include <sys/mount.h>
19854 #endif
19855 #ifdef HAVE_SYS_VFS_H
19856 # include <sys/vfs.h>
19857 #endif
19858 #ifdef HAVE_SYS_STATFS_H
19859 # include <sys/statfs.h>
19860 #endif
19863 main ()
19865 static struct statfs ac_aggr;
19866 if (ac_aggr.f_ffree)
19867 return 0;
19869 return 0;
19871 _ACEOF
19872 rm -f conftest.$ac_objext
19873 if { (ac_try="$ac_compile"
19874 case "(($ac_try" in
19875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19876 *) ac_try_echo=$ac_try;;
19877 esac
19878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19879 (eval "$ac_compile") 2>conftest.er1
19880 ac_status=$?
19881 grep -v '^ *+' conftest.er1 >conftest.err
19882 rm -f conftest.er1
19883 cat conftest.err >&5
19884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19885 (exit $ac_status); } && {
19886 test -z "$ac_c_werror_flag" ||
19887 test ! -s conftest.err
19888 } && test -s conftest.$ac_objext; then
19889 ac_cv_member_struct_statfs_f_ffree=yes
19890 else
19891 echo "$as_me: failed program was:" >&5
19892 sed 's/^/| /' conftest.$ac_ext >&5
19894 cat >conftest.$ac_ext <<_ACEOF
19895 /* confdefs.h. */
19896 _ACEOF
19897 cat confdefs.h >>conftest.$ac_ext
19898 cat >>conftest.$ac_ext <<_ACEOF
19899 /* end confdefs.h. */
19900 #include <sys/types.h>
19901 #ifdef HAVE_SYS_PARAM_H
19902 # include <sys/param.h>
19903 #endif
19904 #ifdef HAVE_SYS_MOUNT_H
19905 # include <sys/mount.h>
19906 #endif
19907 #ifdef HAVE_SYS_VFS_H
19908 # include <sys/vfs.h>
19909 #endif
19910 #ifdef HAVE_SYS_STATFS_H
19911 # include <sys/statfs.h>
19912 #endif
19915 main ()
19917 static struct statfs ac_aggr;
19918 if (sizeof ac_aggr.f_ffree)
19919 return 0;
19921 return 0;
19923 _ACEOF
19924 rm -f conftest.$ac_objext
19925 if { (ac_try="$ac_compile"
19926 case "(($ac_try" in
19927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19928 *) ac_try_echo=$ac_try;;
19929 esac
19930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19931 (eval "$ac_compile") 2>conftest.er1
19932 ac_status=$?
19933 grep -v '^ *+' conftest.er1 >conftest.err
19934 rm -f conftest.er1
19935 cat conftest.err >&5
19936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19937 (exit $ac_status); } && {
19938 test -z "$ac_c_werror_flag" ||
19939 test ! -s conftest.err
19940 } && test -s conftest.$ac_objext; then
19941 ac_cv_member_struct_statfs_f_ffree=yes
19942 else
19943 echo "$as_me: failed program was:" >&5
19944 sed 's/^/| /' conftest.$ac_ext >&5
19946 ac_cv_member_struct_statfs_f_ffree=no
19949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19954 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19955 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19956 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19958 cat >>confdefs.h <<_ACEOF
19959 #define HAVE_STRUCT_STATFS_F_FFREE 1
19960 _ACEOF
19964 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19965 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19966 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19967 echo $ECHO_N "(cached) $ECHO_C" >&6
19968 else
19969 cat >conftest.$ac_ext <<_ACEOF
19970 /* confdefs.h. */
19971 _ACEOF
19972 cat confdefs.h >>conftest.$ac_ext
19973 cat >>conftest.$ac_ext <<_ACEOF
19974 /* end confdefs.h. */
19975 #include <sys/types.h>
19976 #ifdef HAVE_SYS_PARAM_H
19977 # include <sys/param.h>
19978 #endif
19979 #ifdef HAVE_SYS_MOUNT_H
19980 # include <sys/mount.h>
19981 #endif
19982 #ifdef HAVE_SYS_VFS_H
19983 # include <sys/vfs.h>
19984 #endif
19985 #ifdef HAVE_SYS_STATFS_H
19986 # include <sys/statfs.h>
19987 #endif
19990 main ()
19992 static struct statfs ac_aggr;
19993 if (ac_aggr.f_favail)
19994 return 0;
19996 return 0;
19998 _ACEOF
19999 rm -f conftest.$ac_objext
20000 if { (ac_try="$ac_compile"
20001 case "(($ac_try" in
20002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20003 *) ac_try_echo=$ac_try;;
20004 esac
20005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20006 (eval "$ac_compile") 2>conftest.er1
20007 ac_status=$?
20008 grep -v '^ *+' conftest.er1 >conftest.err
20009 rm -f conftest.er1
20010 cat conftest.err >&5
20011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20012 (exit $ac_status); } && {
20013 test -z "$ac_c_werror_flag" ||
20014 test ! -s conftest.err
20015 } && test -s conftest.$ac_objext; then
20016 ac_cv_member_struct_statfs_f_favail=yes
20017 else
20018 echo "$as_me: failed program was:" >&5
20019 sed 's/^/| /' conftest.$ac_ext >&5
20021 cat >conftest.$ac_ext <<_ACEOF
20022 /* confdefs.h. */
20023 _ACEOF
20024 cat confdefs.h >>conftest.$ac_ext
20025 cat >>conftest.$ac_ext <<_ACEOF
20026 /* end confdefs.h. */
20027 #include <sys/types.h>
20028 #ifdef HAVE_SYS_PARAM_H
20029 # include <sys/param.h>
20030 #endif
20031 #ifdef HAVE_SYS_MOUNT_H
20032 # include <sys/mount.h>
20033 #endif
20034 #ifdef HAVE_SYS_VFS_H
20035 # include <sys/vfs.h>
20036 #endif
20037 #ifdef HAVE_SYS_STATFS_H
20038 # include <sys/statfs.h>
20039 #endif
20042 main ()
20044 static struct statfs ac_aggr;
20045 if (sizeof ac_aggr.f_favail)
20046 return 0;
20048 return 0;
20050 _ACEOF
20051 rm -f conftest.$ac_objext
20052 if { (ac_try="$ac_compile"
20053 case "(($ac_try" in
20054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20055 *) ac_try_echo=$ac_try;;
20056 esac
20057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20058 (eval "$ac_compile") 2>conftest.er1
20059 ac_status=$?
20060 grep -v '^ *+' conftest.er1 >conftest.err
20061 rm -f conftest.er1
20062 cat conftest.err >&5
20063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20064 (exit $ac_status); } && {
20065 test -z "$ac_c_werror_flag" ||
20066 test ! -s conftest.err
20067 } && test -s conftest.$ac_objext; then
20068 ac_cv_member_struct_statfs_f_favail=yes
20069 else
20070 echo "$as_me: failed program was:" >&5
20071 sed 's/^/| /' conftest.$ac_ext >&5
20073 ac_cv_member_struct_statfs_f_favail=no
20076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20081 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20082 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20083 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20085 cat >>confdefs.h <<_ACEOF
20086 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20087 _ACEOF
20091 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20092 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20093 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20094 echo $ECHO_N "(cached) $ECHO_C" >&6
20095 else
20096 cat >conftest.$ac_ext <<_ACEOF
20097 /* confdefs.h. */
20098 _ACEOF
20099 cat confdefs.h >>conftest.$ac_ext
20100 cat >>conftest.$ac_ext <<_ACEOF
20101 /* end confdefs.h. */
20102 #include <sys/types.h>
20103 #ifdef HAVE_SYS_PARAM_H
20104 # include <sys/param.h>
20105 #endif
20106 #ifdef HAVE_SYS_MOUNT_H
20107 # include <sys/mount.h>
20108 #endif
20109 #ifdef HAVE_SYS_VFS_H
20110 # include <sys/vfs.h>
20111 #endif
20112 #ifdef HAVE_SYS_STATFS_H
20113 # include <sys/statfs.h>
20114 #endif
20117 main ()
20119 static struct statfs ac_aggr;
20120 if (ac_aggr.f_namelen)
20121 return 0;
20123 return 0;
20125 _ACEOF
20126 rm -f conftest.$ac_objext
20127 if { (ac_try="$ac_compile"
20128 case "(($ac_try" in
20129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20130 *) ac_try_echo=$ac_try;;
20131 esac
20132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20133 (eval "$ac_compile") 2>conftest.er1
20134 ac_status=$?
20135 grep -v '^ *+' conftest.er1 >conftest.err
20136 rm -f conftest.er1
20137 cat conftest.err >&5
20138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20139 (exit $ac_status); } && {
20140 test -z "$ac_c_werror_flag" ||
20141 test ! -s conftest.err
20142 } && test -s conftest.$ac_objext; then
20143 ac_cv_member_struct_statfs_f_namelen=yes
20144 else
20145 echo "$as_me: failed program was:" >&5
20146 sed 's/^/| /' conftest.$ac_ext >&5
20148 cat >conftest.$ac_ext <<_ACEOF
20149 /* confdefs.h. */
20150 _ACEOF
20151 cat confdefs.h >>conftest.$ac_ext
20152 cat >>conftest.$ac_ext <<_ACEOF
20153 /* end confdefs.h. */
20154 #include <sys/types.h>
20155 #ifdef HAVE_SYS_PARAM_H
20156 # include <sys/param.h>
20157 #endif
20158 #ifdef HAVE_SYS_MOUNT_H
20159 # include <sys/mount.h>
20160 #endif
20161 #ifdef HAVE_SYS_VFS_H
20162 # include <sys/vfs.h>
20163 #endif
20164 #ifdef HAVE_SYS_STATFS_H
20165 # include <sys/statfs.h>
20166 #endif
20169 main ()
20171 static struct statfs ac_aggr;
20172 if (sizeof ac_aggr.f_namelen)
20173 return 0;
20175 return 0;
20177 _ACEOF
20178 rm -f conftest.$ac_objext
20179 if { (ac_try="$ac_compile"
20180 case "(($ac_try" in
20181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20182 *) ac_try_echo=$ac_try;;
20183 esac
20184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20185 (eval "$ac_compile") 2>conftest.er1
20186 ac_status=$?
20187 grep -v '^ *+' conftest.er1 >conftest.err
20188 rm -f conftest.er1
20189 cat conftest.err >&5
20190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20191 (exit $ac_status); } && {
20192 test -z "$ac_c_werror_flag" ||
20193 test ! -s conftest.err
20194 } && test -s conftest.$ac_objext; then
20195 ac_cv_member_struct_statfs_f_namelen=yes
20196 else
20197 echo "$as_me: failed program was:" >&5
20198 sed 's/^/| /' conftest.$ac_ext >&5
20200 ac_cv_member_struct_statfs_f_namelen=no
20203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20208 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20209 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20210 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20212 cat >>confdefs.h <<_ACEOF
20213 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20214 _ACEOF
20220 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20221 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20222 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20223 echo $ECHO_N "(cached) $ECHO_C" >&6
20224 else
20225 cat >conftest.$ac_ext <<_ACEOF
20226 /* confdefs.h. */
20227 _ACEOF
20228 cat confdefs.h >>conftest.$ac_ext
20229 cat >>conftest.$ac_ext <<_ACEOF
20230 /* end confdefs.h. */
20231 #ifdef HAVE_SYS_STATVFS_H
20232 #include <sys/statvfs.h>
20233 #endif
20236 main ()
20238 static struct statvfs ac_aggr;
20239 if (ac_aggr.f_blocks)
20240 return 0;
20242 return 0;
20244 _ACEOF
20245 rm -f conftest.$ac_objext
20246 if { (ac_try="$ac_compile"
20247 case "(($ac_try" in
20248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20249 *) ac_try_echo=$ac_try;;
20250 esac
20251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20252 (eval "$ac_compile") 2>conftest.er1
20253 ac_status=$?
20254 grep -v '^ *+' conftest.er1 >conftest.err
20255 rm -f conftest.er1
20256 cat conftest.err >&5
20257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20258 (exit $ac_status); } && {
20259 test -z "$ac_c_werror_flag" ||
20260 test ! -s conftest.err
20261 } && test -s conftest.$ac_objext; then
20262 ac_cv_member_struct_statvfs_f_blocks=yes
20263 else
20264 echo "$as_me: failed program was:" >&5
20265 sed 's/^/| /' conftest.$ac_ext >&5
20267 cat >conftest.$ac_ext <<_ACEOF
20268 /* confdefs.h. */
20269 _ACEOF
20270 cat confdefs.h >>conftest.$ac_ext
20271 cat >>conftest.$ac_ext <<_ACEOF
20272 /* end confdefs.h. */
20273 #ifdef HAVE_SYS_STATVFS_H
20274 #include <sys/statvfs.h>
20275 #endif
20278 main ()
20280 static struct statvfs ac_aggr;
20281 if (sizeof ac_aggr.f_blocks)
20282 return 0;
20284 return 0;
20286 _ACEOF
20287 rm -f conftest.$ac_objext
20288 if { (ac_try="$ac_compile"
20289 case "(($ac_try" in
20290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20291 *) ac_try_echo=$ac_try;;
20292 esac
20293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20294 (eval "$ac_compile") 2>conftest.er1
20295 ac_status=$?
20296 grep -v '^ *+' conftest.er1 >conftest.err
20297 rm -f conftest.er1
20298 cat conftest.err >&5
20299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20300 (exit $ac_status); } && {
20301 test -z "$ac_c_werror_flag" ||
20302 test ! -s conftest.err
20303 } && test -s conftest.$ac_objext; then
20304 ac_cv_member_struct_statvfs_f_blocks=yes
20305 else
20306 echo "$as_me: failed program was:" >&5
20307 sed 's/^/| /' conftest.$ac_ext >&5
20309 ac_cv_member_struct_statvfs_f_blocks=no
20312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20317 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20318 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20319 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20321 cat >>confdefs.h <<_ACEOF
20322 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20323 _ACEOF
20329 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20330 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20331 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20332 echo $ECHO_N "(cached) $ECHO_C" >&6
20333 else
20334 cat >conftest.$ac_ext <<_ACEOF
20335 /* confdefs.h. */
20336 _ACEOF
20337 cat confdefs.h >>conftest.$ac_ext
20338 cat >>conftest.$ac_ext <<_ACEOF
20339 /* end confdefs.h. */
20340 #include <sys/types.h>
20341 #ifdef HAVE_SYS_SOCKET_H
20342 # include <sys/socket.h>
20343 #endif
20344 #ifdef HAVE_SYS_UN_H
20345 # include <sys/un.h>
20346 #endif
20349 main ()
20351 static struct msghdr ac_aggr;
20352 if (ac_aggr.msg_accrights)
20353 return 0;
20355 return 0;
20357 _ACEOF
20358 rm -f conftest.$ac_objext
20359 if { (ac_try="$ac_compile"
20360 case "(($ac_try" in
20361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20362 *) ac_try_echo=$ac_try;;
20363 esac
20364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20365 (eval "$ac_compile") 2>conftest.er1
20366 ac_status=$?
20367 grep -v '^ *+' conftest.er1 >conftest.err
20368 rm -f conftest.er1
20369 cat conftest.err >&5
20370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20371 (exit $ac_status); } && {
20372 test -z "$ac_c_werror_flag" ||
20373 test ! -s conftest.err
20374 } && test -s conftest.$ac_objext; then
20375 ac_cv_member_struct_msghdr_msg_accrights=yes
20376 else
20377 echo "$as_me: failed program was:" >&5
20378 sed 's/^/| /' conftest.$ac_ext >&5
20380 cat >conftest.$ac_ext <<_ACEOF
20381 /* confdefs.h. */
20382 _ACEOF
20383 cat confdefs.h >>conftest.$ac_ext
20384 cat >>conftest.$ac_ext <<_ACEOF
20385 /* end confdefs.h. */
20386 #include <sys/types.h>
20387 #ifdef HAVE_SYS_SOCKET_H
20388 # include <sys/socket.h>
20389 #endif
20390 #ifdef HAVE_SYS_UN_H
20391 # include <sys/un.h>
20392 #endif
20395 main ()
20397 static struct msghdr ac_aggr;
20398 if (sizeof ac_aggr.msg_accrights)
20399 return 0;
20401 return 0;
20403 _ACEOF
20404 rm -f conftest.$ac_objext
20405 if { (ac_try="$ac_compile"
20406 case "(($ac_try" in
20407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20408 *) ac_try_echo=$ac_try;;
20409 esac
20410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20411 (eval "$ac_compile") 2>conftest.er1
20412 ac_status=$?
20413 grep -v '^ *+' conftest.er1 >conftest.err
20414 rm -f conftest.er1
20415 cat conftest.err >&5
20416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20417 (exit $ac_status); } && {
20418 test -z "$ac_c_werror_flag" ||
20419 test ! -s conftest.err
20420 } && test -s conftest.$ac_objext; then
20421 ac_cv_member_struct_msghdr_msg_accrights=yes
20422 else
20423 echo "$as_me: failed program was:" >&5
20424 sed 's/^/| /' conftest.$ac_ext >&5
20426 ac_cv_member_struct_msghdr_msg_accrights=no
20429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20434 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20435 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20436 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20438 cat >>confdefs.h <<_ACEOF
20439 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20440 _ACEOF
20444 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20445 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20446 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20447 echo $ECHO_N "(cached) $ECHO_C" >&6
20448 else
20449 cat >conftest.$ac_ext <<_ACEOF
20450 /* confdefs.h. */
20451 _ACEOF
20452 cat confdefs.h >>conftest.$ac_ext
20453 cat >>conftest.$ac_ext <<_ACEOF
20454 /* end confdefs.h. */
20455 #include <sys/types.h>
20456 #ifdef HAVE_SYS_SOCKET_H
20457 # include <sys/socket.h>
20458 #endif
20459 #ifdef HAVE_SYS_UN_H
20460 # include <sys/un.h>
20461 #endif
20464 main ()
20466 static struct sockaddr ac_aggr;
20467 if (ac_aggr.sa_len)
20468 return 0;
20470 return 0;
20472 _ACEOF
20473 rm -f conftest.$ac_objext
20474 if { (ac_try="$ac_compile"
20475 case "(($ac_try" in
20476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20477 *) ac_try_echo=$ac_try;;
20478 esac
20479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20480 (eval "$ac_compile") 2>conftest.er1
20481 ac_status=$?
20482 grep -v '^ *+' conftest.er1 >conftest.err
20483 rm -f conftest.er1
20484 cat conftest.err >&5
20485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20486 (exit $ac_status); } && {
20487 test -z "$ac_c_werror_flag" ||
20488 test ! -s conftest.err
20489 } && test -s conftest.$ac_objext; then
20490 ac_cv_member_struct_sockaddr_sa_len=yes
20491 else
20492 echo "$as_me: failed program was:" >&5
20493 sed 's/^/| /' conftest.$ac_ext >&5
20495 cat >conftest.$ac_ext <<_ACEOF
20496 /* confdefs.h. */
20497 _ACEOF
20498 cat confdefs.h >>conftest.$ac_ext
20499 cat >>conftest.$ac_ext <<_ACEOF
20500 /* end confdefs.h. */
20501 #include <sys/types.h>
20502 #ifdef HAVE_SYS_SOCKET_H
20503 # include <sys/socket.h>
20504 #endif
20505 #ifdef HAVE_SYS_UN_H
20506 # include <sys/un.h>
20507 #endif
20510 main ()
20512 static struct sockaddr ac_aggr;
20513 if (sizeof ac_aggr.sa_len)
20514 return 0;
20516 return 0;
20518 _ACEOF
20519 rm -f conftest.$ac_objext
20520 if { (ac_try="$ac_compile"
20521 case "(($ac_try" in
20522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20523 *) ac_try_echo=$ac_try;;
20524 esac
20525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20526 (eval "$ac_compile") 2>conftest.er1
20527 ac_status=$?
20528 grep -v '^ *+' conftest.er1 >conftest.err
20529 rm -f conftest.er1
20530 cat conftest.err >&5
20531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20532 (exit $ac_status); } && {
20533 test -z "$ac_c_werror_flag" ||
20534 test ! -s conftest.err
20535 } && test -s conftest.$ac_objext; then
20536 ac_cv_member_struct_sockaddr_sa_len=yes
20537 else
20538 echo "$as_me: failed program was:" >&5
20539 sed 's/^/| /' conftest.$ac_ext >&5
20541 ac_cv_member_struct_sockaddr_sa_len=no
20544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20549 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20550 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20551 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20553 cat >>confdefs.h <<_ACEOF
20554 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20555 _ACEOF
20559 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20560 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20561 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20562 echo $ECHO_N "(cached) $ECHO_C" >&6
20563 else
20564 cat >conftest.$ac_ext <<_ACEOF
20565 /* confdefs.h. */
20566 _ACEOF
20567 cat confdefs.h >>conftest.$ac_ext
20568 cat >>conftest.$ac_ext <<_ACEOF
20569 /* end confdefs.h. */
20570 #include <sys/types.h>
20571 #ifdef HAVE_SYS_SOCKET_H
20572 # include <sys/socket.h>
20573 #endif
20574 #ifdef HAVE_SYS_UN_H
20575 # include <sys/un.h>
20576 #endif
20579 main ()
20581 static struct sockaddr_un ac_aggr;
20582 if (ac_aggr.sun_len)
20583 return 0;
20585 return 0;
20587 _ACEOF
20588 rm -f conftest.$ac_objext
20589 if { (ac_try="$ac_compile"
20590 case "(($ac_try" in
20591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20592 *) ac_try_echo=$ac_try;;
20593 esac
20594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20595 (eval "$ac_compile") 2>conftest.er1
20596 ac_status=$?
20597 grep -v '^ *+' conftest.er1 >conftest.err
20598 rm -f conftest.er1
20599 cat conftest.err >&5
20600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20601 (exit $ac_status); } && {
20602 test -z "$ac_c_werror_flag" ||
20603 test ! -s conftest.err
20604 } && test -s conftest.$ac_objext; then
20605 ac_cv_member_struct_sockaddr_un_sun_len=yes
20606 else
20607 echo "$as_me: failed program was:" >&5
20608 sed 's/^/| /' conftest.$ac_ext >&5
20610 cat >conftest.$ac_ext <<_ACEOF
20611 /* confdefs.h. */
20612 _ACEOF
20613 cat confdefs.h >>conftest.$ac_ext
20614 cat >>conftest.$ac_ext <<_ACEOF
20615 /* end confdefs.h. */
20616 #include <sys/types.h>
20617 #ifdef HAVE_SYS_SOCKET_H
20618 # include <sys/socket.h>
20619 #endif
20620 #ifdef HAVE_SYS_UN_H
20621 # include <sys/un.h>
20622 #endif
20625 main ()
20627 static struct sockaddr_un ac_aggr;
20628 if (sizeof ac_aggr.sun_len)
20629 return 0;
20631 return 0;
20633 _ACEOF
20634 rm -f conftest.$ac_objext
20635 if { (ac_try="$ac_compile"
20636 case "(($ac_try" in
20637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20638 *) ac_try_echo=$ac_try;;
20639 esac
20640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20641 (eval "$ac_compile") 2>conftest.er1
20642 ac_status=$?
20643 grep -v '^ *+' conftest.er1 >conftest.err
20644 rm -f conftest.er1
20645 cat conftest.err >&5
20646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20647 (exit $ac_status); } && {
20648 test -z "$ac_c_werror_flag" ||
20649 test ! -s conftest.err
20650 } && test -s conftest.$ac_objext; then
20651 ac_cv_member_struct_sockaddr_un_sun_len=yes
20652 else
20653 echo "$as_me: failed program was:" >&5
20654 sed 's/^/| /' conftest.$ac_ext >&5
20656 ac_cv_member_struct_sockaddr_un_sun_len=no
20659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20664 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20665 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20666 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20668 cat >>confdefs.h <<_ACEOF
20669 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20670 _ACEOF
20676 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20677 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20678 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20679 echo $ECHO_N "(cached) $ECHO_C" >&6
20680 else
20681 cat >conftest.$ac_ext <<_ACEOF
20682 /* confdefs.h. */
20683 _ACEOF
20684 cat confdefs.h >>conftest.$ac_ext
20685 cat >>conftest.$ac_ext <<_ACEOF
20686 /* end confdefs.h. */
20687 #include <sys/types.h>
20688 #ifdef HAVE_SCSI_SG_H
20689 #include <scsi/sg.h>
20690 #endif
20693 main ()
20695 static scsireq_t ac_aggr;
20696 if (ac_aggr.cmd)
20697 return 0;
20699 return 0;
20701 _ACEOF
20702 rm -f conftest.$ac_objext
20703 if { (ac_try="$ac_compile"
20704 case "(($ac_try" in
20705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20706 *) ac_try_echo=$ac_try;;
20707 esac
20708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20709 (eval "$ac_compile") 2>conftest.er1
20710 ac_status=$?
20711 grep -v '^ *+' conftest.er1 >conftest.err
20712 rm -f conftest.er1
20713 cat conftest.err >&5
20714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20715 (exit $ac_status); } && {
20716 test -z "$ac_c_werror_flag" ||
20717 test ! -s conftest.err
20718 } && test -s conftest.$ac_objext; then
20719 ac_cv_member_scsireq_t_cmd=yes
20720 else
20721 echo "$as_me: failed program was:" >&5
20722 sed 's/^/| /' conftest.$ac_ext >&5
20724 cat >conftest.$ac_ext <<_ACEOF
20725 /* confdefs.h. */
20726 _ACEOF
20727 cat confdefs.h >>conftest.$ac_ext
20728 cat >>conftest.$ac_ext <<_ACEOF
20729 /* end confdefs.h. */
20730 #include <sys/types.h>
20731 #ifdef HAVE_SCSI_SG_H
20732 #include <scsi/sg.h>
20733 #endif
20736 main ()
20738 static scsireq_t ac_aggr;
20739 if (sizeof ac_aggr.cmd)
20740 return 0;
20742 return 0;
20744 _ACEOF
20745 rm -f conftest.$ac_objext
20746 if { (ac_try="$ac_compile"
20747 case "(($ac_try" in
20748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20749 *) ac_try_echo=$ac_try;;
20750 esac
20751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20752 (eval "$ac_compile") 2>conftest.er1
20753 ac_status=$?
20754 grep -v '^ *+' conftest.er1 >conftest.err
20755 rm -f conftest.er1
20756 cat conftest.err >&5
20757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20758 (exit $ac_status); } && {
20759 test -z "$ac_c_werror_flag" ||
20760 test ! -s conftest.err
20761 } && test -s conftest.$ac_objext; then
20762 ac_cv_member_scsireq_t_cmd=yes
20763 else
20764 echo "$as_me: failed program was:" >&5
20765 sed 's/^/| /' conftest.$ac_ext >&5
20767 ac_cv_member_scsireq_t_cmd=no
20770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20775 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20776 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20777 if test $ac_cv_member_scsireq_t_cmd = yes; then
20779 cat >>confdefs.h <<_ACEOF
20780 #define HAVE_SCSIREQ_T_CMD 1
20781 _ACEOF
20785 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20786 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20787 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20788 echo $ECHO_N "(cached) $ECHO_C" >&6
20789 else
20790 cat >conftest.$ac_ext <<_ACEOF
20791 /* confdefs.h. */
20792 _ACEOF
20793 cat confdefs.h >>conftest.$ac_ext
20794 cat >>conftest.$ac_ext <<_ACEOF
20795 /* end confdefs.h. */
20796 #include <sys/types.h>
20797 #ifdef HAVE_SCSI_SG_H
20798 #include <scsi/sg.h>
20799 #endif
20802 main ()
20804 static sg_io_hdr_t ac_aggr;
20805 if (ac_aggr.interface_id)
20806 return 0;
20808 return 0;
20810 _ACEOF
20811 rm -f conftest.$ac_objext
20812 if { (ac_try="$ac_compile"
20813 case "(($ac_try" in
20814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20815 *) ac_try_echo=$ac_try;;
20816 esac
20817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20818 (eval "$ac_compile") 2>conftest.er1
20819 ac_status=$?
20820 grep -v '^ *+' conftest.er1 >conftest.err
20821 rm -f conftest.er1
20822 cat conftest.err >&5
20823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20824 (exit $ac_status); } && {
20825 test -z "$ac_c_werror_flag" ||
20826 test ! -s conftest.err
20827 } && test -s conftest.$ac_objext; then
20828 ac_cv_member_sg_io_hdr_t_interface_id=yes
20829 else
20830 echo "$as_me: failed program was:" >&5
20831 sed 's/^/| /' conftest.$ac_ext >&5
20833 cat >conftest.$ac_ext <<_ACEOF
20834 /* confdefs.h. */
20835 _ACEOF
20836 cat confdefs.h >>conftest.$ac_ext
20837 cat >>conftest.$ac_ext <<_ACEOF
20838 /* end confdefs.h. */
20839 #include <sys/types.h>
20840 #ifdef HAVE_SCSI_SG_H
20841 #include <scsi/sg.h>
20842 #endif
20845 main ()
20847 static sg_io_hdr_t ac_aggr;
20848 if (sizeof ac_aggr.interface_id)
20849 return 0;
20851 return 0;
20853 _ACEOF
20854 rm -f conftest.$ac_objext
20855 if { (ac_try="$ac_compile"
20856 case "(($ac_try" in
20857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20858 *) ac_try_echo=$ac_try;;
20859 esac
20860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20861 (eval "$ac_compile") 2>conftest.er1
20862 ac_status=$?
20863 grep -v '^ *+' conftest.er1 >conftest.err
20864 rm -f conftest.er1
20865 cat conftest.err >&5
20866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20867 (exit $ac_status); } && {
20868 test -z "$ac_c_werror_flag" ||
20869 test ! -s conftest.err
20870 } && test -s conftest.$ac_objext; then
20871 ac_cv_member_sg_io_hdr_t_interface_id=yes
20872 else
20873 echo "$as_me: failed program was:" >&5
20874 sed 's/^/| /' conftest.$ac_ext >&5
20876 ac_cv_member_sg_io_hdr_t_interface_id=no
20879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20884 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20885 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20886 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20888 cat >>confdefs.h <<_ACEOF
20889 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20890 _ACEOF
20896 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20897 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20898 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20899 echo $ECHO_N "(cached) $ECHO_C" >&6
20900 else
20901 cat >conftest.$ac_ext <<_ACEOF
20902 /* confdefs.h. */
20903 _ACEOF
20904 cat confdefs.h >>conftest.$ac_ext
20905 cat >>conftest.$ac_ext <<_ACEOF
20906 /* end confdefs.h. */
20907 #include <signal.h>
20910 main ()
20912 static siginfo_t ac_aggr;
20913 if (ac_aggr.si_fd)
20914 return 0;
20916 return 0;
20918 _ACEOF
20919 rm -f conftest.$ac_objext
20920 if { (ac_try="$ac_compile"
20921 case "(($ac_try" in
20922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20923 *) ac_try_echo=$ac_try;;
20924 esac
20925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20926 (eval "$ac_compile") 2>conftest.er1
20927 ac_status=$?
20928 grep -v '^ *+' conftest.er1 >conftest.err
20929 rm -f conftest.er1
20930 cat conftest.err >&5
20931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20932 (exit $ac_status); } && {
20933 test -z "$ac_c_werror_flag" ||
20934 test ! -s conftest.err
20935 } && test -s conftest.$ac_objext; then
20936 ac_cv_member_siginfo_t_si_fd=yes
20937 else
20938 echo "$as_me: failed program was:" >&5
20939 sed 's/^/| /' conftest.$ac_ext >&5
20941 cat >conftest.$ac_ext <<_ACEOF
20942 /* confdefs.h. */
20943 _ACEOF
20944 cat confdefs.h >>conftest.$ac_ext
20945 cat >>conftest.$ac_ext <<_ACEOF
20946 /* end confdefs.h. */
20947 #include <signal.h>
20950 main ()
20952 static siginfo_t ac_aggr;
20953 if (sizeof ac_aggr.si_fd)
20954 return 0;
20956 return 0;
20958 _ACEOF
20959 rm -f conftest.$ac_objext
20960 if { (ac_try="$ac_compile"
20961 case "(($ac_try" in
20962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20963 *) ac_try_echo=$ac_try;;
20964 esac
20965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20966 (eval "$ac_compile") 2>conftest.er1
20967 ac_status=$?
20968 grep -v '^ *+' conftest.er1 >conftest.err
20969 rm -f conftest.er1
20970 cat conftest.err >&5
20971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20972 (exit $ac_status); } && {
20973 test -z "$ac_c_werror_flag" ||
20974 test ! -s conftest.err
20975 } && test -s conftest.$ac_objext; then
20976 ac_cv_member_siginfo_t_si_fd=yes
20977 else
20978 echo "$as_me: failed program was:" >&5
20979 sed 's/^/| /' conftest.$ac_ext >&5
20981 ac_cv_member_siginfo_t_si_fd=no
20984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20989 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20990 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20991 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20993 cat >>confdefs.h <<_ACEOF
20994 #define HAVE_SIGINFO_T_SI_FD 1
20995 _ACEOF
21001 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21002 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21003 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21004 echo $ECHO_N "(cached) $ECHO_C" >&6
21005 else
21006 cat >conftest.$ac_ext <<_ACEOF
21007 /* confdefs.h. */
21008 _ACEOF
21009 cat confdefs.h >>conftest.$ac_ext
21010 cat >>conftest.$ac_ext <<_ACEOF
21011 /* end confdefs.h. */
21012 #include <sys/types.h>
21013 #ifdef HAVE_SYS_MTIO_H
21014 #include <sys/mtio.h>
21015 #endif
21018 main ()
21020 static struct mtget ac_aggr;
21021 if (ac_aggr.mt_blksiz)
21022 return 0;
21024 return 0;
21026 _ACEOF
21027 rm -f conftest.$ac_objext
21028 if { (ac_try="$ac_compile"
21029 case "(($ac_try" in
21030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21031 *) ac_try_echo=$ac_try;;
21032 esac
21033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21034 (eval "$ac_compile") 2>conftest.er1
21035 ac_status=$?
21036 grep -v '^ *+' conftest.er1 >conftest.err
21037 rm -f conftest.er1
21038 cat conftest.err >&5
21039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21040 (exit $ac_status); } && {
21041 test -z "$ac_c_werror_flag" ||
21042 test ! -s conftest.err
21043 } && test -s conftest.$ac_objext; then
21044 ac_cv_member_struct_mtget_mt_blksiz=yes
21045 else
21046 echo "$as_me: failed program was:" >&5
21047 sed 's/^/| /' conftest.$ac_ext >&5
21049 cat >conftest.$ac_ext <<_ACEOF
21050 /* confdefs.h. */
21051 _ACEOF
21052 cat confdefs.h >>conftest.$ac_ext
21053 cat >>conftest.$ac_ext <<_ACEOF
21054 /* end confdefs.h. */
21055 #include <sys/types.h>
21056 #ifdef HAVE_SYS_MTIO_H
21057 #include <sys/mtio.h>
21058 #endif
21061 main ()
21063 static struct mtget ac_aggr;
21064 if (sizeof ac_aggr.mt_blksiz)
21065 return 0;
21067 return 0;
21069 _ACEOF
21070 rm -f conftest.$ac_objext
21071 if { (ac_try="$ac_compile"
21072 case "(($ac_try" in
21073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21074 *) ac_try_echo=$ac_try;;
21075 esac
21076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21077 (eval "$ac_compile") 2>conftest.er1
21078 ac_status=$?
21079 grep -v '^ *+' conftest.er1 >conftest.err
21080 rm -f conftest.er1
21081 cat conftest.err >&5
21082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21083 (exit $ac_status); } && {
21084 test -z "$ac_c_werror_flag" ||
21085 test ! -s conftest.err
21086 } && test -s conftest.$ac_objext; then
21087 ac_cv_member_struct_mtget_mt_blksiz=yes
21088 else
21089 echo "$as_me: failed program was:" >&5
21090 sed 's/^/| /' conftest.$ac_ext >&5
21092 ac_cv_member_struct_mtget_mt_blksiz=no
21095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21100 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21101 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21102 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21104 cat >>confdefs.h <<_ACEOF
21105 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21106 _ACEOF
21110 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21111 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21112 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21113 echo $ECHO_N "(cached) $ECHO_C" >&6
21114 else
21115 cat >conftest.$ac_ext <<_ACEOF
21116 /* confdefs.h. */
21117 _ACEOF
21118 cat confdefs.h >>conftest.$ac_ext
21119 cat >>conftest.$ac_ext <<_ACEOF
21120 /* end confdefs.h. */
21121 #include <sys/types.h>
21122 #ifdef HAVE_SYS_MTIO_H
21123 #include <sys/mtio.h>
21124 #endif
21127 main ()
21129 static struct mtget ac_aggr;
21130 if (ac_aggr.mt_gstat)
21131 return 0;
21133 return 0;
21135 _ACEOF
21136 rm -f conftest.$ac_objext
21137 if { (ac_try="$ac_compile"
21138 case "(($ac_try" in
21139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21140 *) ac_try_echo=$ac_try;;
21141 esac
21142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21143 (eval "$ac_compile") 2>conftest.er1
21144 ac_status=$?
21145 grep -v '^ *+' conftest.er1 >conftest.err
21146 rm -f conftest.er1
21147 cat conftest.err >&5
21148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21149 (exit $ac_status); } && {
21150 test -z "$ac_c_werror_flag" ||
21151 test ! -s conftest.err
21152 } && test -s conftest.$ac_objext; then
21153 ac_cv_member_struct_mtget_mt_gstat=yes
21154 else
21155 echo "$as_me: failed program was:" >&5
21156 sed 's/^/| /' conftest.$ac_ext >&5
21158 cat >conftest.$ac_ext <<_ACEOF
21159 /* confdefs.h. */
21160 _ACEOF
21161 cat confdefs.h >>conftest.$ac_ext
21162 cat >>conftest.$ac_ext <<_ACEOF
21163 /* end confdefs.h. */
21164 #include <sys/types.h>
21165 #ifdef HAVE_SYS_MTIO_H
21166 #include <sys/mtio.h>
21167 #endif
21170 main ()
21172 static struct mtget ac_aggr;
21173 if (sizeof ac_aggr.mt_gstat)
21174 return 0;
21176 return 0;
21178 _ACEOF
21179 rm -f conftest.$ac_objext
21180 if { (ac_try="$ac_compile"
21181 case "(($ac_try" in
21182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21183 *) ac_try_echo=$ac_try;;
21184 esac
21185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21186 (eval "$ac_compile") 2>conftest.er1
21187 ac_status=$?
21188 grep -v '^ *+' conftest.er1 >conftest.err
21189 rm -f conftest.er1
21190 cat conftest.err >&5
21191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21192 (exit $ac_status); } && {
21193 test -z "$ac_c_werror_flag" ||
21194 test ! -s conftest.err
21195 } && test -s conftest.$ac_objext; then
21196 ac_cv_member_struct_mtget_mt_gstat=yes
21197 else
21198 echo "$as_me: failed program was:" >&5
21199 sed 's/^/| /' conftest.$ac_ext >&5
21201 ac_cv_member_struct_mtget_mt_gstat=no
21204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21209 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21210 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21211 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21213 cat >>confdefs.h <<_ACEOF
21214 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21215 _ACEOF
21219 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21220 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21221 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21222 echo $ECHO_N "(cached) $ECHO_C" >&6
21223 else
21224 cat >conftest.$ac_ext <<_ACEOF
21225 /* confdefs.h. */
21226 _ACEOF
21227 cat confdefs.h >>conftest.$ac_ext
21228 cat >>conftest.$ac_ext <<_ACEOF
21229 /* end confdefs.h. */
21230 #include <sys/types.h>
21231 #ifdef HAVE_SYS_MTIO_H
21232 #include <sys/mtio.h>
21233 #endif
21236 main ()
21238 static struct mtget ac_aggr;
21239 if (ac_aggr.mt_blkno)
21240 return 0;
21242 return 0;
21244 _ACEOF
21245 rm -f conftest.$ac_objext
21246 if { (ac_try="$ac_compile"
21247 case "(($ac_try" in
21248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21249 *) ac_try_echo=$ac_try;;
21250 esac
21251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21252 (eval "$ac_compile") 2>conftest.er1
21253 ac_status=$?
21254 grep -v '^ *+' conftest.er1 >conftest.err
21255 rm -f conftest.er1
21256 cat conftest.err >&5
21257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21258 (exit $ac_status); } && {
21259 test -z "$ac_c_werror_flag" ||
21260 test ! -s conftest.err
21261 } && test -s conftest.$ac_objext; then
21262 ac_cv_member_struct_mtget_mt_blkno=yes
21263 else
21264 echo "$as_me: failed program was:" >&5
21265 sed 's/^/| /' conftest.$ac_ext >&5
21267 cat >conftest.$ac_ext <<_ACEOF
21268 /* confdefs.h. */
21269 _ACEOF
21270 cat confdefs.h >>conftest.$ac_ext
21271 cat >>conftest.$ac_ext <<_ACEOF
21272 /* end confdefs.h. */
21273 #include <sys/types.h>
21274 #ifdef HAVE_SYS_MTIO_H
21275 #include <sys/mtio.h>
21276 #endif
21279 main ()
21281 static struct mtget ac_aggr;
21282 if (sizeof ac_aggr.mt_blkno)
21283 return 0;
21285 return 0;
21287 _ACEOF
21288 rm -f conftest.$ac_objext
21289 if { (ac_try="$ac_compile"
21290 case "(($ac_try" in
21291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21292 *) ac_try_echo=$ac_try;;
21293 esac
21294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21295 (eval "$ac_compile") 2>conftest.er1
21296 ac_status=$?
21297 grep -v '^ *+' conftest.er1 >conftest.err
21298 rm -f conftest.er1
21299 cat conftest.err >&5
21300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21301 (exit $ac_status); } && {
21302 test -z "$ac_c_werror_flag" ||
21303 test ! -s conftest.err
21304 } && test -s conftest.$ac_objext; then
21305 ac_cv_member_struct_mtget_mt_blkno=yes
21306 else
21307 echo "$as_me: failed program was:" >&5
21308 sed 's/^/| /' conftest.$ac_ext >&5
21310 ac_cv_member_struct_mtget_mt_blkno=no
21313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21318 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21319 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21320 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21322 cat >>confdefs.h <<_ACEOF
21323 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21324 _ACEOF
21330 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21331 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21332 if test "${ac_cv_member_struct_option_name+set}" = set; then
21333 echo $ECHO_N "(cached) $ECHO_C" >&6
21334 else
21335 cat >conftest.$ac_ext <<_ACEOF
21336 /* confdefs.h. */
21337 _ACEOF
21338 cat confdefs.h >>conftest.$ac_ext
21339 cat >>conftest.$ac_ext <<_ACEOF
21340 /* end confdefs.h. */
21341 #ifdef HAVE_GETOPT_H
21342 #include <getopt.h>
21343 #endif
21346 main ()
21348 static struct option ac_aggr;
21349 if (ac_aggr.name)
21350 return 0;
21352 return 0;
21354 _ACEOF
21355 rm -f conftest.$ac_objext
21356 if { (ac_try="$ac_compile"
21357 case "(($ac_try" in
21358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21359 *) ac_try_echo=$ac_try;;
21360 esac
21361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21362 (eval "$ac_compile") 2>conftest.er1
21363 ac_status=$?
21364 grep -v '^ *+' conftest.er1 >conftest.err
21365 rm -f conftest.er1
21366 cat conftest.err >&5
21367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21368 (exit $ac_status); } && {
21369 test -z "$ac_c_werror_flag" ||
21370 test ! -s conftest.err
21371 } && test -s conftest.$ac_objext; then
21372 ac_cv_member_struct_option_name=yes
21373 else
21374 echo "$as_me: failed program was:" >&5
21375 sed 's/^/| /' conftest.$ac_ext >&5
21377 cat >conftest.$ac_ext <<_ACEOF
21378 /* confdefs.h. */
21379 _ACEOF
21380 cat confdefs.h >>conftest.$ac_ext
21381 cat >>conftest.$ac_ext <<_ACEOF
21382 /* end confdefs.h. */
21383 #ifdef HAVE_GETOPT_H
21384 #include <getopt.h>
21385 #endif
21388 main ()
21390 static struct option ac_aggr;
21391 if (sizeof ac_aggr.name)
21392 return 0;
21394 return 0;
21396 _ACEOF
21397 rm -f conftest.$ac_objext
21398 if { (ac_try="$ac_compile"
21399 case "(($ac_try" in
21400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21401 *) ac_try_echo=$ac_try;;
21402 esac
21403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21404 (eval "$ac_compile") 2>conftest.er1
21405 ac_status=$?
21406 grep -v '^ *+' conftest.er1 >conftest.err
21407 rm -f conftest.er1
21408 cat conftest.err >&5
21409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21410 (exit $ac_status); } && {
21411 test -z "$ac_c_werror_flag" ||
21412 test ! -s conftest.err
21413 } && test -s conftest.$ac_objext; then
21414 ac_cv_member_struct_option_name=yes
21415 else
21416 echo "$as_me: failed program was:" >&5
21417 sed 's/^/| /' conftest.$ac_ext >&5
21419 ac_cv_member_struct_option_name=no
21422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21427 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21428 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21429 if test $ac_cv_member_struct_option_name = yes; then
21431 cat >>confdefs.h <<_ACEOF
21432 #define HAVE_STRUCT_OPTION_NAME 1
21433 _ACEOF
21439 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21440 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21441 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21442 echo $ECHO_N "(cached) $ECHO_C" >&6
21443 else
21444 cat >conftest.$ac_ext <<_ACEOF
21445 /* confdefs.h. */
21446 _ACEOF
21447 cat confdefs.h >>conftest.$ac_ext
21448 cat >>conftest.$ac_ext <<_ACEOF
21449 /* end confdefs.h. */
21450 $ac_includes_default
21452 main ()
21454 static struct stat ac_aggr;
21455 if (ac_aggr.st_blocks)
21456 return 0;
21458 return 0;
21460 _ACEOF
21461 rm -f conftest.$ac_objext
21462 if { (ac_try="$ac_compile"
21463 case "(($ac_try" in
21464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21465 *) ac_try_echo=$ac_try;;
21466 esac
21467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21468 (eval "$ac_compile") 2>conftest.er1
21469 ac_status=$?
21470 grep -v '^ *+' conftest.er1 >conftest.err
21471 rm -f conftest.er1
21472 cat conftest.err >&5
21473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21474 (exit $ac_status); } && {
21475 test -z "$ac_c_werror_flag" ||
21476 test ! -s conftest.err
21477 } && test -s conftest.$ac_objext; then
21478 ac_cv_member_struct_stat_st_blocks=yes
21479 else
21480 echo "$as_me: failed program was:" >&5
21481 sed 's/^/| /' conftest.$ac_ext >&5
21483 cat >conftest.$ac_ext <<_ACEOF
21484 /* confdefs.h. */
21485 _ACEOF
21486 cat confdefs.h >>conftest.$ac_ext
21487 cat >>conftest.$ac_ext <<_ACEOF
21488 /* end confdefs.h. */
21489 $ac_includes_default
21491 main ()
21493 static struct stat ac_aggr;
21494 if (sizeof ac_aggr.st_blocks)
21495 return 0;
21497 return 0;
21499 _ACEOF
21500 rm -f conftest.$ac_objext
21501 if { (ac_try="$ac_compile"
21502 case "(($ac_try" in
21503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21504 *) ac_try_echo=$ac_try;;
21505 esac
21506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21507 (eval "$ac_compile") 2>conftest.er1
21508 ac_status=$?
21509 grep -v '^ *+' conftest.er1 >conftest.err
21510 rm -f conftest.er1
21511 cat conftest.err >&5
21512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21513 (exit $ac_status); } && {
21514 test -z "$ac_c_werror_flag" ||
21515 test ! -s conftest.err
21516 } && test -s conftest.$ac_objext; then
21517 ac_cv_member_struct_stat_st_blocks=yes
21518 else
21519 echo "$as_me: failed program was:" >&5
21520 sed 's/^/| /' conftest.$ac_ext >&5
21522 ac_cv_member_struct_stat_st_blocks=no
21525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21530 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21531 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21532 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21534 cat >>confdefs.h <<_ACEOF
21535 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21536 _ACEOF
21540 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21541 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21542 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21543 echo $ECHO_N "(cached) $ECHO_C" >&6
21544 else
21545 cat >conftest.$ac_ext <<_ACEOF
21546 /* confdefs.h. */
21547 _ACEOF
21548 cat confdefs.h >>conftest.$ac_ext
21549 cat >>conftest.$ac_ext <<_ACEOF
21550 /* end confdefs.h. */
21551 $ac_includes_default
21553 main ()
21555 static struct stat ac_aggr;
21556 if (ac_aggr.st_mtim)
21557 return 0;
21559 return 0;
21561 _ACEOF
21562 rm -f conftest.$ac_objext
21563 if { (ac_try="$ac_compile"
21564 case "(($ac_try" in
21565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21566 *) ac_try_echo=$ac_try;;
21567 esac
21568 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21569 (eval "$ac_compile") 2>conftest.er1
21570 ac_status=$?
21571 grep -v '^ *+' conftest.er1 >conftest.err
21572 rm -f conftest.er1
21573 cat conftest.err >&5
21574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21575 (exit $ac_status); } && {
21576 test -z "$ac_c_werror_flag" ||
21577 test ! -s conftest.err
21578 } && test -s conftest.$ac_objext; then
21579 ac_cv_member_struct_stat_st_mtim=yes
21580 else
21581 echo "$as_me: failed program was:" >&5
21582 sed 's/^/| /' conftest.$ac_ext >&5
21584 cat >conftest.$ac_ext <<_ACEOF
21585 /* confdefs.h. */
21586 _ACEOF
21587 cat confdefs.h >>conftest.$ac_ext
21588 cat >>conftest.$ac_ext <<_ACEOF
21589 /* end confdefs.h. */
21590 $ac_includes_default
21592 main ()
21594 static struct stat ac_aggr;
21595 if (sizeof ac_aggr.st_mtim)
21596 return 0;
21598 return 0;
21600 _ACEOF
21601 rm -f conftest.$ac_objext
21602 if { (ac_try="$ac_compile"
21603 case "(($ac_try" in
21604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21605 *) ac_try_echo=$ac_try;;
21606 esac
21607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21608 (eval "$ac_compile") 2>conftest.er1
21609 ac_status=$?
21610 grep -v '^ *+' conftest.er1 >conftest.err
21611 rm -f conftest.er1
21612 cat conftest.err >&5
21613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21614 (exit $ac_status); } && {
21615 test -z "$ac_c_werror_flag" ||
21616 test ! -s conftest.err
21617 } && test -s conftest.$ac_objext; then
21618 ac_cv_member_struct_stat_st_mtim=yes
21619 else
21620 echo "$as_me: failed program was:" >&5
21621 sed 's/^/| /' conftest.$ac_ext >&5
21623 ac_cv_member_struct_stat_st_mtim=no
21626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21631 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21632 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21633 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21635 cat >>confdefs.h <<_ACEOF
21636 #define HAVE_STRUCT_STAT_ST_MTIM 1
21637 _ACEOF
21641 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21642 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21643 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21644 echo $ECHO_N "(cached) $ECHO_C" >&6
21645 else
21646 cat >conftest.$ac_ext <<_ACEOF
21647 /* confdefs.h. */
21648 _ACEOF
21649 cat confdefs.h >>conftest.$ac_ext
21650 cat >>conftest.$ac_ext <<_ACEOF
21651 /* end confdefs.h. */
21652 $ac_includes_default
21654 main ()
21656 static struct stat ac_aggr;
21657 if (ac_aggr.st_ctim)
21658 return 0;
21660 return 0;
21662 _ACEOF
21663 rm -f conftest.$ac_objext
21664 if { (ac_try="$ac_compile"
21665 case "(($ac_try" in
21666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21667 *) ac_try_echo=$ac_try;;
21668 esac
21669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21670 (eval "$ac_compile") 2>conftest.er1
21671 ac_status=$?
21672 grep -v '^ *+' conftest.er1 >conftest.err
21673 rm -f conftest.er1
21674 cat conftest.err >&5
21675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21676 (exit $ac_status); } && {
21677 test -z "$ac_c_werror_flag" ||
21678 test ! -s conftest.err
21679 } && test -s conftest.$ac_objext; then
21680 ac_cv_member_struct_stat_st_ctim=yes
21681 else
21682 echo "$as_me: failed program was:" >&5
21683 sed 's/^/| /' conftest.$ac_ext >&5
21685 cat >conftest.$ac_ext <<_ACEOF
21686 /* confdefs.h. */
21687 _ACEOF
21688 cat confdefs.h >>conftest.$ac_ext
21689 cat >>conftest.$ac_ext <<_ACEOF
21690 /* end confdefs.h. */
21691 $ac_includes_default
21693 main ()
21695 static struct stat ac_aggr;
21696 if (sizeof ac_aggr.st_ctim)
21697 return 0;
21699 return 0;
21701 _ACEOF
21702 rm -f conftest.$ac_objext
21703 if { (ac_try="$ac_compile"
21704 case "(($ac_try" in
21705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21706 *) ac_try_echo=$ac_try;;
21707 esac
21708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21709 (eval "$ac_compile") 2>conftest.er1
21710 ac_status=$?
21711 grep -v '^ *+' conftest.er1 >conftest.err
21712 rm -f conftest.er1
21713 cat conftest.err >&5
21714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21715 (exit $ac_status); } && {
21716 test -z "$ac_c_werror_flag" ||
21717 test ! -s conftest.err
21718 } && test -s conftest.$ac_objext; then
21719 ac_cv_member_struct_stat_st_ctim=yes
21720 else
21721 echo "$as_me: failed program was:" >&5
21722 sed 's/^/| /' conftest.$ac_ext >&5
21724 ac_cv_member_struct_stat_st_ctim=no
21727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21732 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21733 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21734 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21736 cat >>confdefs.h <<_ACEOF
21737 #define HAVE_STRUCT_STAT_ST_CTIM 1
21738 _ACEOF
21742 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21743 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21744 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21745 echo $ECHO_N "(cached) $ECHO_C" >&6
21746 else
21747 cat >conftest.$ac_ext <<_ACEOF
21748 /* confdefs.h. */
21749 _ACEOF
21750 cat confdefs.h >>conftest.$ac_ext
21751 cat >>conftest.$ac_ext <<_ACEOF
21752 /* end confdefs.h. */
21753 $ac_includes_default
21755 main ()
21757 static struct stat ac_aggr;
21758 if (ac_aggr.st_atim)
21759 return 0;
21761 return 0;
21763 _ACEOF
21764 rm -f conftest.$ac_objext
21765 if { (ac_try="$ac_compile"
21766 case "(($ac_try" in
21767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21768 *) ac_try_echo=$ac_try;;
21769 esac
21770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21771 (eval "$ac_compile") 2>conftest.er1
21772 ac_status=$?
21773 grep -v '^ *+' conftest.er1 >conftest.err
21774 rm -f conftest.er1
21775 cat conftest.err >&5
21776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21777 (exit $ac_status); } && {
21778 test -z "$ac_c_werror_flag" ||
21779 test ! -s conftest.err
21780 } && test -s conftest.$ac_objext; then
21781 ac_cv_member_struct_stat_st_atim=yes
21782 else
21783 echo "$as_me: failed program was:" >&5
21784 sed 's/^/| /' conftest.$ac_ext >&5
21786 cat >conftest.$ac_ext <<_ACEOF
21787 /* confdefs.h. */
21788 _ACEOF
21789 cat confdefs.h >>conftest.$ac_ext
21790 cat >>conftest.$ac_ext <<_ACEOF
21791 /* end confdefs.h. */
21792 $ac_includes_default
21794 main ()
21796 static struct stat ac_aggr;
21797 if (sizeof ac_aggr.st_atim)
21798 return 0;
21800 return 0;
21802 _ACEOF
21803 rm -f conftest.$ac_objext
21804 if { (ac_try="$ac_compile"
21805 case "(($ac_try" in
21806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21807 *) ac_try_echo=$ac_try;;
21808 esac
21809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21810 (eval "$ac_compile") 2>conftest.er1
21811 ac_status=$?
21812 grep -v '^ *+' conftest.er1 >conftest.err
21813 rm -f conftest.er1
21814 cat conftest.err >&5
21815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21816 (exit $ac_status); } && {
21817 test -z "$ac_c_werror_flag" ||
21818 test ! -s conftest.err
21819 } && test -s conftest.$ac_objext; then
21820 ac_cv_member_struct_stat_st_atim=yes
21821 else
21822 echo "$as_me: failed program was:" >&5
21823 sed 's/^/| /' conftest.$ac_ext >&5
21825 ac_cv_member_struct_stat_st_atim=no
21828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21833 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21834 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21835 if test $ac_cv_member_struct_stat_st_atim = yes; then
21837 cat >>confdefs.h <<_ACEOF
21838 #define HAVE_STRUCT_STAT_ST_ATIM 1
21839 _ACEOF
21845 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21846 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21847 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21848 echo $ECHO_N "(cached) $ECHO_C" >&6
21849 else
21850 cat >conftest.$ac_ext <<_ACEOF
21851 /* confdefs.h. */
21852 _ACEOF
21853 cat confdefs.h >>conftest.$ac_ext
21854 cat >>conftest.$ac_ext <<_ACEOF
21855 /* end confdefs.h. */
21856 #ifdef HAVE_SYS_TYPES_H
21857 #include <sys/types.h>
21858 #endif
21859 #ifdef HAVE_NETINET_IN_H
21860 #include <netinet/in.h>
21861 #endif
21864 main ()
21866 static struct sockaddr_in6 ac_aggr;
21867 if (ac_aggr.sin6_scope_id)
21868 return 0;
21870 return 0;
21872 _ACEOF
21873 rm -f conftest.$ac_objext
21874 if { (ac_try="$ac_compile"
21875 case "(($ac_try" in
21876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21877 *) ac_try_echo=$ac_try;;
21878 esac
21879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21880 (eval "$ac_compile") 2>conftest.er1
21881 ac_status=$?
21882 grep -v '^ *+' conftest.er1 >conftest.err
21883 rm -f conftest.er1
21884 cat conftest.err >&5
21885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21886 (exit $ac_status); } && {
21887 test -z "$ac_c_werror_flag" ||
21888 test ! -s conftest.err
21889 } && test -s conftest.$ac_objext; then
21890 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21891 else
21892 echo "$as_me: failed program was:" >&5
21893 sed 's/^/| /' conftest.$ac_ext >&5
21895 cat >conftest.$ac_ext <<_ACEOF
21896 /* confdefs.h. */
21897 _ACEOF
21898 cat confdefs.h >>conftest.$ac_ext
21899 cat >>conftest.$ac_ext <<_ACEOF
21900 /* end confdefs.h. */
21901 #ifdef HAVE_SYS_TYPES_H
21902 #include <sys/types.h>
21903 #endif
21904 #ifdef HAVE_NETINET_IN_H
21905 #include <netinet/in.h>
21906 #endif
21909 main ()
21911 static struct sockaddr_in6 ac_aggr;
21912 if (sizeof ac_aggr.sin6_scope_id)
21913 return 0;
21915 return 0;
21917 _ACEOF
21918 rm -f conftest.$ac_objext
21919 if { (ac_try="$ac_compile"
21920 case "(($ac_try" in
21921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21922 *) ac_try_echo=$ac_try;;
21923 esac
21924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21925 (eval "$ac_compile") 2>conftest.er1
21926 ac_status=$?
21927 grep -v '^ *+' conftest.er1 >conftest.err
21928 rm -f conftest.er1
21929 cat conftest.err >&5
21930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21931 (exit $ac_status); } && {
21932 test -z "$ac_c_werror_flag" ||
21933 test ! -s conftest.err
21934 } && test -s conftest.$ac_objext; then
21935 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21936 else
21937 echo "$as_me: failed program was:" >&5
21938 sed 's/^/| /' conftest.$ac_ext >&5
21940 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21948 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21949 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21950 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21952 cat >>confdefs.h <<_ACEOF
21953 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21954 _ACEOF
21960 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21961 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21962 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21963 echo $ECHO_N "(cached) $ECHO_C" >&6
21964 else
21965 cat >conftest.$ac_ext <<_ACEOF
21966 /* confdefs.h. */
21967 _ACEOF
21968 cat confdefs.h >>conftest.$ac_ext
21969 cat >>conftest.$ac_ext <<_ACEOF
21970 /* end confdefs.h. */
21971 #ifdef HAVE_SYS_TYPES_H
21972 #include <sys/types.h>
21973 #endif
21974 #ifdef HAVE_NETINET_IN_H
21975 # include <netinet/in.h>
21976 #endif
21977 #ifdef HAVE_ARPA_NAMESER_H
21978 # include <arpa/nameser.h>
21979 #endif
21982 main ()
21984 static ns_msg ac_aggr;
21985 if (ac_aggr._msg_ptr)
21986 return 0;
21988 return 0;
21990 _ACEOF
21991 rm -f conftest.$ac_objext
21992 if { (ac_try="$ac_compile"
21993 case "(($ac_try" in
21994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21995 *) ac_try_echo=$ac_try;;
21996 esac
21997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21998 (eval "$ac_compile") 2>conftest.er1
21999 ac_status=$?
22000 grep -v '^ *+' conftest.er1 >conftest.err
22001 rm -f conftest.er1
22002 cat conftest.err >&5
22003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22004 (exit $ac_status); } && {
22005 test -z "$ac_c_werror_flag" ||
22006 test ! -s conftest.err
22007 } && test -s conftest.$ac_objext; then
22008 ac_cv_member_ns_msg__msg_ptr=yes
22009 else
22010 echo "$as_me: failed program was:" >&5
22011 sed 's/^/| /' conftest.$ac_ext >&5
22013 cat >conftest.$ac_ext <<_ACEOF
22014 /* confdefs.h. */
22015 _ACEOF
22016 cat confdefs.h >>conftest.$ac_ext
22017 cat >>conftest.$ac_ext <<_ACEOF
22018 /* end confdefs.h. */
22019 #ifdef HAVE_SYS_TYPES_H
22020 #include <sys/types.h>
22021 #endif
22022 #ifdef HAVE_NETINET_IN_H
22023 # include <netinet/in.h>
22024 #endif
22025 #ifdef HAVE_ARPA_NAMESER_H
22026 # include <arpa/nameser.h>
22027 #endif
22030 main ()
22032 static ns_msg ac_aggr;
22033 if (sizeof ac_aggr._msg_ptr)
22034 return 0;
22036 return 0;
22038 _ACEOF
22039 rm -f conftest.$ac_objext
22040 if { (ac_try="$ac_compile"
22041 case "(($ac_try" in
22042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22043 *) ac_try_echo=$ac_try;;
22044 esac
22045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22046 (eval "$ac_compile") 2>conftest.er1
22047 ac_status=$?
22048 grep -v '^ *+' conftest.er1 >conftest.err
22049 rm -f conftest.er1
22050 cat conftest.err >&5
22051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22052 (exit $ac_status); } && {
22053 test -z "$ac_c_werror_flag" ||
22054 test ! -s conftest.err
22055 } && test -s conftest.$ac_objext; then
22056 ac_cv_member_ns_msg__msg_ptr=yes
22057 else
22058 echo "$as_me: failed program was:" >&5
22059 sed 's/^/| /' conftest.$ac_ext >&5
22061 ac_cv_member_ns_msg__msg_ptr=no
22064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22069 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22070 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22071 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22073 cat >>confdefs.h <<_ACEOF
22074 #define HAVE_NS_MSG__MSG_PTR 1
22075 _ACEOF
22081 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22082 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22083 if test "${ac_cv_have_timezone+set}" = set; then
22084 echo $ECHO_N "(cached) $ECHO_C" >&6
22085 else
22086 cat >conftest.$ac_ext <<_ACEOF
22087 /* confdefs.h. */
22088 _ACEOF
22089 cat confdefs.h >>conftest.$ac_ext
22090 cat >>conftest.$ac_ext <<_ACEOF
22091 /* end confdefs.h. */
22092 #include <time.h>
22094 main ()
22096 timezone = 1
22098 return 0;
22100 _ACEOF
22101 rm -f conftest.$ac_objext conftest$ac_exeext
22102 if { (ac_try="$ac_link"
22103 case "(($ac_try" in
22104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22105 *) ac_try_echo=$ac_try;;
22106 esac
22107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22108 (eval "$ac_link") 2>conftest.er1
22109 ac_status=$?
22110 grep -v '^ *+' conftest.er1 >conftest.err
22111 rm -f conftest.er1
22112 cat conftest.err >&5
22113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22114 (exit $ac_status); } && {
22115 test -z "$ac_c_werror_flag" ||
22116 test ! -s conftest.err
22117 } && test -s conftest$ac_exeext &&
22118 $as_test_x conftest$ac_exeext; then
22119 ac_cv_have_timezone="yes"
22120 else
22121 echo "$as_me: failed program was:" >&5
22122 sed 's/^/| /' conftest.$ac_ext >&5
22124 ac_cv_have_timezone="no"
22127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22128 conftest$ac_exeext conftest.$ac_ext
22130 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22131 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22132 if test "$ac_cv_have_timezone" = "yes"
22133 then
22135 cat >>confdefs.h <<\_ACEOF
22136 #define HAVE_TIMEZONE 1
22137 _ACEOF
22140 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22141 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22142 if test "${ac_cv_have_daylight+set}" = set; then
22143 echo $ECHO_N "(cached) $ECHO_C" >&6
22144 else
22145 cat >conftest.$ac_ext <<_ACEOF
22146 /* confdefs.h. */
22147 _ACEOF
22148 cat confdefs.h >>conftest.$ac_ext
22149 cat >>conftest.$ac_ext <<_ACEOF
22150 /* end confdefs.h. */
22151 #include <time.h>
22153 main ()
22155 daylight = 1
22157 return 0;
22159 _ACEOF
22160 rm -f conftest.$ac_objext conftest$ac_exeext
22161 if { (ac_try="$ac_link"
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_link") 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_exeext &&
22177 $as_test_x conftest$ac_exeext; then
22178 ac_cv_have_daylight="yes"
22179 else
22180 echo "$as_me: failed program was:" >&5
22181 sed 's/^/| /' conftest.$ac_ext >&5
22183 ac_cv_have_daylight="no"
22186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22187 conftest$ac_exeext conftest.$ac_ext
22189 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22190 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22191 if test "$ac_cv_have_daylight" = "yes"
22192 then
22194 cat >>confdefs.h <<\_ACEOF
22195 #define HAVE_DAYLIGHT 1
22196 _ACEOF
22200 { echo "$as_me:$LINENO: checking for isinf" >&5
22201 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22202 if test "${ac_cv_have_isinf+set}" = set; then
22203 echo $ECHO_N "(cached) $ECHO_C" >&6
22204 else
22205 cat >conftest.$ac_ext <<_ACEOF
22206 /* confdefs.h. */
22207 _ACEOF
22208 cat confdefs.h >>conftest.$ac_ext
22209 cat >>conftest.$ac_ext <<_ACEOF
22210 /* end confdefs.h. */
22211 #include <math.h>
22213 main ()
22215 float f = 0.0; int i=isinf(f)
22217 return 0;
22219 _ACEOF
22220 rm -f conftest.$ac_objext conftest$ac_exeext
22221 if { (ac_try="$ac_link"
22222 case "(($ac_try" in
22223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22224 *) ac_try_echo=$ac_try;;
22225 esac
22226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22227 (eval "$ac_link") 2>conftest.er1
22228 ac_status=$?
22229 grep -v '^ *+' conftest.er1 >conftest.err
22230 rm -f conftest.er1
22231 cat conftest.err >&5
22232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22233 (exit $ac_status); } && {
22234 test -z "$ac_c_werror_flag" ||
22235 test ! -s conftest.err
22236 } && test -s conftest$ac_exeext &&
22237 $as_test_x conftest$ac_exeext; then
22238 ac_cv_have_isinf="yes"
22239 else
22240 echo "$as_me: failed program was:" >&5
22241 sed 's/^/| /' conftest.$ac_ext >&5
22243 ac_cv_have_isinf="no"
22246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22247 conftest$ac_exeext conftest.$ac_ext
22249 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22250 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22251 if test "$ac_cv_have_isinf" = "yes"
22252 then
22254 cat >>confdefs.h <<\_ACEOF
22255 #define HAVE_ISINF 1
22256 _ACEOF
22260 { echo "$as_me:$LINENO: checking for isnan" >&5
22261 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22262 if test "${ac_cv_have_isnan+set}" = set; then
22263 echo $ECHO_N "(cached) $ECHO_C" >&6
22264 else
22265 cat >conftest.$ac_ext <<_ACEOF
22266 /* confdefs.h. */
22267 _ACEOF
22268 cat confdefs.h >>conftest.$ac_ext
22269 cat >>conftest.$ac_ext <<_ACEOF
22270 /* end confdefs.h. */
22271 #include <math.h>
22273 main ()
22275 float f = 0.0; int i=isnan(f)
22277 return 0;
22279 _ACEOF
22280 rm -f conftest.$ac_objext conftest$ac_exeext
22281 if { (ac_try="$ac_link"
22282 case "(($ac_try" in
22283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22284 *) ac_try_echo=$ac_try;;
22285 esac
22286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22287 (eval "$ac_link") 2>conftest.er1
22288 ac_status=$?
22289 grep -v '^ *+' conftest.er1 >conftest.err
22290 rm -f conftest.er1
22291 cat conftest.err >&5
22292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22293 (exit $ac_status); } && {
22294 test -z "$ac_c_werror_flag" ||
22295 test ! -s conftest.err
22296 } && test -s conftest$ac_exeext &&
22297 $as_test_x conftest$ac_exeext; then
22298 ac_cv_have_isnan="yes"
22299 else
22300 echo "$as_me: failed program was:" >&5
22301 sed 's/^/| /' conftest.$ac_ext >&5
22303 ac_cv_have_isnan="no"
22306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22307 conftest$ac_exeext conftest.$ac_ext
22309 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22310 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22311 if test "$ac_cv_have_isnan" = "yes"
22312 then
22314 cat >>confdefs.h <<\_ACEOF
22315 #define HAVE_ISNAN 1
22316 _ACEOF
22321 case $host_cpu in
22322 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22323 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22324 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22325 echo $ECHO_N "(cached) $ECHO_C" >&6
22326 else
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 #ifndef __i386__
22335 #endif
22336 _ACEOF
22337 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22338 $EGREP "yes" >/dev/null 2>&1; then
22339 ac_cv_cpp_def___i386__=yes
22340 else
22341 ac_cv_cpp_def___i386__=no
22343 rm -f conftest*
22346 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22347 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22348 if test $ac_cv_cpp_def___i386__ = yes; then
22349 CFLAGS="$CFLAGS -D__i386__"
22350 LINTFLAGS="$LINTFLAGS -D__i386__"
22353 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22354 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22355 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22356 echo $ECHO_N "(cached) $ECHO_C" >&6
22357 else
22358 cat >conftest.$ac_ext <<_ACEOF
22359 /* confdefs.h. */
22360 _ACEOF
22361 cat confdefs.h >>conftest.$ac_ext
22362 cat >>conftest.$ac_ext <<_ACEOF
22363 /* end confdefs.h. */
22364 #ifndef __x86_64__
22366 #endif
22367 _ACEOF
22368 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22369 $EGREP "yes" >/dev/null 2>&1; then
22370 ac_cv_cpp_def___x86_64__=yes
22371 else
22372 ac_cv_cpp_def___x86_64__=no
22374 rm -f conftest*
22377 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22378 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22379 if test $ac_cv_cpp_def___x86_64__ = yes; then
22380 CFLAGS="$CFLAGS -D__x86_64__"
22381 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22384 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22385 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22386 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22387 echo $ECHO_N "(cached) $ECHO_C" >&6
22388 else
22389 cat >conftest.$ac_ext <<_ACEOF
22390 /* confdefs.h. */
22391 _ACEOF
22392 cat confdefs.h >>conftest.$ac_ext
22393 cat >>conftest.$ac_ext <<_ACEOF
22394 /* end confdefs.h. */
22395 #ifndef __ALPHA__
22397 #endif
22398 _ACEOF
22399 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22400 $EGREP "yes" >/dev/null 2>&1; then
22401 ac_cv_cpp_def___ALPHA__=yes
22402 else
22403 ac_cv_cpp_def___ALPHA__=no
22405 rm -f conftest*
22408 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22409 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22410 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22411 CFLAGS="$CFLAGS -D__ALPHA__"
22412 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22415 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22416 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22417 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22418 echo $ECHO_N "(cached) $ECHO_C" >&6
22419 else
22420 cat >conftest.$ac_ext <<_ACEOF
22421 /* confdefs.h. */
22422 _ACEOF
22423 cat confdefs.h >>conftest.$ac_ext
22424 cat >>conftest.$ac_ext <<_ACEOF
22425 /* end confdefs.h. */
22426 #ifndef __sparc__
22428 #endif
22429 _ACEOF
22430 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22431 $EGREP "yes" >/dev/null 2>&1; then
22432 ac_cv_cpp_def___sparc__=yes
22433 else
22434 ac_cv_cpp_def___sparc__=no
22436 rm -f conftest*
22439 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22440 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22441 if test $ac_cv_cpp_def___sparc__ = yes; then
22442 CFLAGS="$CFLAGS -D__sparc__"
22443 LINTFLAGS="$LINTFLAGS -D__sparc__"
22446 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22447 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22448 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22449 echo $ECHO_N "(cached) $ECHO_C" >&6
22450 else
22451 cat >conftest.$ac_ext <<_ACEOF
22452 /* confdefs.h. */
22453 _ACEOF
22454 cat confdefs.h >>conftest.$ac_ext
22455 cat >>conftest.$ac_ext <<_ACEOF
22456 /* end confdefs.h. */
22457 #ifndef __powerpc__
22459 #endif
22460 _ACEOF
22461 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22462 $EGREP "yes" >/dev/null 2>&1; then
22463 ac_cv_cpp_def___powerpc__=yes
22464 else
22465 ac_cv_cpp_def___powerpc__=no
22467 rm -f conftest*
22470 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22471 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22472 if test $ac_cv_cpp_def___powerpc__ = yes; then
22473 CFLAGS="$CFLAGS -D__powerpc__"
22474 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22477 esac
22479 case $host_vendor in
22480 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22481 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22482 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22483 echo $ECHO_N "(cached) $ECHO_C" >&6
22484 else
22485 cat >conftest.$ac_ext <<_ACEOF
22486 /* confdefs.h. */
22487 _ACEOF
22488 cat confdefs.h >>conftest.$ac_ext
22489 cat >>conftest.$ac_ext <<_ACEOF
22490 /* end confdefs.h. */
22491 #ifndef __sun__
22493 #endif
22494 _ACEOF
22495 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22496 $EGREP "yes" >/dev/null 2>&1; then
22497 ac_cv_cpp_def___sun__=yes
22498 else
22499 ac_cv_cpp_def___sun__=no
22501 rm -f conftest*
22504 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22505 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22506 if test $ac_cv_cpp_def___sun__ = yes; then
22507 CFLAGS="$CFLAGS -D__sun__"
22508 LINTFLAGS="$LINTFLAGS -D__sun__"
22511 esac
22514 DEPENDENCIES="### Dependencies:
22516 .INIT: Makefile
22517 .BEGIN: Makefile
22518 Makefile: dummy
22519 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22521 \$(OBJS): \$(IDL_GEN_HEADERS)
22522 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22523 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22524 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22525 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22528 ALL_MAKERULES=""
22530 ALL_MAKEFILES=""
22532 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22535 ALL_TOP_DIRS=""
22537 ALL_DLL_DIRS=""
22539 ALL_IMPLIB_DIRS=""
22541 ALL_TEST_DIRS=""
22543 ALL_PROGRAM_DIRS=""
22545 ALL_PROGRAM_INSTALL_DIRS=""
22547 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22553 ac_config_commands="$ac_config_commands include/stamp-h"
22556 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22558 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22560 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22562 ac_config_commands="$ac_config_commands dlls/user32/resources"
22564 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22566 ac_config_commands="$ac_config_commands include/wine"
22569 ALL_MAKERULES="$ALL_MAKERULES \\
22570 Make.rules"
22571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22572 Make.rules: Make.rules.in"
22573 MAKE_RULES=Make.rules
22574 ac_config_files="$ac_config_files Make.rules"
22576 ALL_MAKERULES="$ALL_MAKERULES \\
22577 dlls/Makedll.rules"
22578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22579 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22580 MAKE_DLL_RULES=dlls/Makedll.rules
22581 ac_config_files="$ac_config_files dlls/Makedll.rules"
22583 ALL_MAKERULES="$ALL_MAKERULES \\
22584 dlls/Makeimplib.rules"
22585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22586 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22587 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22588 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22590 ALL_MAKERULES="$ALL_MAKERULES \\
22591 dlls/Maketest.rules"
22592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22593 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22594 MAKE_TEST_RULES=dlls/Maketest.rules
22595 ac_config_files="$ac_config_files dlls/Maketest.rules"
22597 ALL_MAKERULES="$ALL_MAKERULES \\
22598 programs/Makeprog.rules"
22599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22600 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22601 MAKE_PROG_RULES=programs/Makeprog.rules
22602 ac_config_files="$ac_config_files programs/Makeprog.rules"
22607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22608 Makefile: Makefile.in Make.rules"
22609 ac_config_files="$ac_config_files Makefile"
22611 ALL_MAKEFILES="$ALL_MAKEFILES \\
22612 dlls/Makefile"
22613 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22614 dlls"
22615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22616 dlls/Makefile: dlls/Makefile.in Make.rules"
22617 ac_config_files="$ac_config_files dlls/Makefile"
22619 ALL_MAKEFILES="$ALL_MAKEFILES \\
22620 dlls/acledit/Makefile"
22621 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22622 acledit"
22623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22624 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22625 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22627 ALL_MAKEFILES="$ALL_MAKEFILES \\
22628 dlls/activeds/Makefile"
22629 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22630 activeds"
22631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22632 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22633 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22635 ALL_MAKEFILES="$ALL_MAKEFILES \\
22636 dlls/actxprxy/Makefile"
22637 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22638 actxprxy"
22639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22640 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22641 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22643 ALL_MAKEFILES="$ALL_MAKEFILES \\
22644 dlls/adsiid/Makefile"
22645 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22646 adsiid"
22647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22648 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22649 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22651 ALL_MAKEFILES="$ALL_MAKEFILES \\
22652 dlls/advapi32/Makefile"
22653 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22654 advapi32"
22655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22656 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22657 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22659 ALL_MAKEFILES="$ALL_MAKEFILES \\
22660 dlls/advapi32/tests/Makefile"
22661 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22662 advapi32/tests"
22663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22664 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22665 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22667 ALL_MAKEFILES="$ALL_MAKEFILES \\
22668 dlls/advpack/Makefile"
22669 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22670 advpack"
22671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22672 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22673 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22675 ALL_MAKEFILES="$ALL_MAKEFILES \\
22676 dlls/advpack/tests/Makefile"
22677 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22678 advpack/tests"
22679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22680 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22681 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22683 ALL_MAKEFILES="$ALL_MAKEFILES \\
22684 dlls/amstream/Makefile"
22685 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22686 amstream"
22687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22688 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22689 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22691 ALL_MAKEFILES="$ALL_MAKEFILES \\
22692 dlls/appwiz.cpl/Makefile"
22693 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22694 appwiz.cpl"
22695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22696 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22697 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22699 ALL_MAKEFILES="$ALL_MAKEFILES \\
22700 dlls/atl/Makefile"
22701 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22702 atl"
22703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22704 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22705 ac_config_files="$ac_config_files dlls/atl/Makefile"
22707 ALL_MAKEFILES="$ALL_MAKEFILES \\
22708 dlls/avicap32/Makefile"
22709 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22710 avicap32"
22711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22712 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22713 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22715 ALL_MAKEFILES="$ALL_MAKEFILES \\
22716 dlls/avifil32/Makefile"
22717 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22718 avifil32"
22719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22720 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22721 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22723 ALL_MAKEFILES="$ALL_MAKEFILES \\
22724 dlls/browseui/Makefile"
22725 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22726 browseui"
22727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22728 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22729 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22731 ALL_MAKEFILES="$ALL_MAKEFILES \\
22732 dlls/browseui/tests/Makefile"
22733 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22734 browseui/tests"
22735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22736 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22737 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22739 ALL_MAKEFILES="$ALL_MAKEFILES \\
22740 dlls/cabinet/Makefile"
22741 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22742 cabinet"
22743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22744 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22745 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22747 ALL_MAKEFILES="$ALL_MAKEFILES \\
22748 dlls/cabinet/tests/Makefile"
22749 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22750 cabinet/tests"
22751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22752 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22753 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22755 ALL_MAKEFILES="$ALL_MAKEFILES \\
22756 dlls/capi2032/Makefile"
22757 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22758 capi2032"
22759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22760 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22761 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22763 ALL_MAKEFILES="$ALL_MAKEFILES \\
22764 dlls/cards/Makefile"
22765 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22766 cards"
22767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22768 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22769 ac_config_files="$ac_config_files dlls/cards/Makefile"
22771 ALL_MAKEFILES="$ALL_MAKEFILES \\
22772 dlls/cfgmgr32/Makefile"
22773 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22774 cfgmgr32"
22775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22776 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22777 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22779 ALL_MAKEFILES="$ALL_MAKEFILES \\
22780 dlls/clusapi/Makefile"
22781 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22782 clusapi"
22783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22784 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22785 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22787 ALL_MAKEFILES="$ALL_MAKEFILES \\
22788 dlls/comcat/Makefile"
22789 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22790 comcat"
22791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22792 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22793 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22795 ALL_MAKEFILES="$ALL_MAKEFILES \\
22796 dlls/comcat/tests/Makefile"
22797 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22798 comcat/tests"
22799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22800 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22801 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22803 ALL_MAKEFILES="$ALL_MAKEFILES \\
22804 dlls/comctl32/Makefile"
22805 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22806 comctl32"
22807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22808 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22809 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22811 ALL_MAKEFILES="$ALL_MAKEFILES \\
22812 dlls/comctl32/tests/Makefile"
22813 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22814 comctl32/tests"
22815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22816 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22817 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22819 ALL_MAKEFILES="$ALL_MAKEFILES \\
22820 dlls/comdlg32/Makefile"
22821 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22822 comdlg32"
22823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22824 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22825 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22827 ALL_MAKEFILES="$ALL_MAKEFILES \\
22828 dlls/comdlg32/tests/Makefile"
22829 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22830 comdlg32/tests"
22831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22832 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22833 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22835 ALL_MAKEFILES="$ALL_MAKEFILES \\
22836 dlls/compstui/Makefile"
22837 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22838 compstui"
22839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22840 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22841 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22843 ALL_MAKEFILES="$ALL_MAKEFILES \\
22844 dlls/credui/Makefile"
22845 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22846 credui"
22847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22848 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22849 ac_config_files="$ac_config_files dlls/credui/Makefile"
22851 ALL_MAKEFILES="$ALL_MAKEFILES \\
22852 dlls/credui/tests/Makefile"
22853 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22854 credui/tests"
22855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22856 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22857 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22859 ALL_MAKEFILES="$ALL_MAKEFILES \\
22860 dlls/crtdll/Makefile"
22861 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22862 crtdll"
22863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22864 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22865 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22867 ALL_MAKEFILES="$ALL_MAKEFILES \\
22868 dlls/crypt32/Makefile"
22869 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22870 crypt32"
22871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22872 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22873 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22875 ALL_MAKEFILES="$ALL_MAKEFILES \\
22876 dlls/crypt32/tests/Makefile"
22877 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22878 crypt32/tests"
22879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22880 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22881 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22883 ALL_MAKEFILES="$ALL_MAKEFILES \\
22884 dlls/cryptdlg/Makefile"
22885 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22886 cryptdlg"
22887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22888 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22889 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22891 ALL_MAKEFILES="$ALL_MAKEFILES \\
22892 dlls/cryptdll/Makefile"
22893 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22894 cryptdll"
22895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22896 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22897 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22899 ALL_MAKEFILES="$ALL_MAKEFILES \\
22900 dlls/cryptnet/Makefile"
22901 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22902 cryptnet"
22903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22904 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22905 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22907 ALL_MAKEFILES="$ALL_MAKEFILES \\
22908 dlls/cryptnet/tests/Makefile"
22909 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22910 cryptnet/tests"
22911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22912 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22913 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22915 ALL_MAKEFILES="$ALL_MAKEFILES \\
22916 dlls/cryptui/Makefile"
22917 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22918 cryptui"
22919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22920 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22921 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22923 ALL_MAKEFILES="$ALL_MAKEFILES \\
22924 dlls/cryptui/tests/Makefile"
22925 test "x$enable_cryptui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22926 cryptui/tests"
22927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22928 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
22929 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
22931 ALL_MAKEFILES="$ALL_MAKEFILES \\
22932 dlls/ctapi32/Makefile"
22933 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22934 ctapi32"
22935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22936 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22937 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22939 ALL_MAKEFILES="$ALL_MAKEFILES \\
22940 dlls/ctl3d32/Makefile"
22941 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22942 ctl3d32"
22943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22944 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22945 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22947 ALL_MAKEFILES="$ALL_MAKEFILES \\
22948 dlls/d3d10/Makefile"
22949 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22950 d3d10"
22951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22952 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22953 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22955 ALL_MAKEFILES="$ALL_MAKEFILES \\
22956 dlls/d3d10/tests/Makefile"
22957 test "x$enable_d3d10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22958 d3d10/tests"
22959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22960 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
22961 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
22963 ALL_MAKEFILES="$ALL_MAKEFILES \\
22964 dlls/d3d8/Makefile"
22965 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22966 d3d8"
22967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22968 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22969 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22971 ALL_MAKEFILES="$ALL_MAKEFILES \\
22972 dlls/d3d8/tests/Makefile"
22973 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22974 d3d8/tests"
22975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22976 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22977 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22979 ALL_MAKEFILES="$ALL_MAKEFILES \\
22980 dlls/d3d9/Makefile"
22981 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22982 d3d9"
22983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22984 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22985 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22987 ALL_MAKEFILES="$ALL_MAKEFILES \\
22988 dlls/d3d9/tests/Makefile"
22989 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22990 d3d9/tests"
22991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22992 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22993 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22995 ALL_MAKEFILES="$ALL_MAKEFILES \\
22996 dlls/d3dim/Makefile"
22997 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22998 d3dim"
22999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23000 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23001 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23003 ALL_MAKEFILES="$ALL_MAKEFILES \\
23004 dlls/d3drm/Makefile"
23005 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23006 d3drm"
23007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23008 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23009 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23011 ALL_MAKEFILES="$ALL_MAKEFILES \\
23012 dlls/d3drm/tests/Makefile"
23013 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23014 d3drm/tests"
23015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23016 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23017 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23019 ALL_MAKEFILES="$ALL_MAKEFILES \\
23020 dlls/d3dx8/Makefile"
23021 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23022 d3dx8"
23023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23024 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23025 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23027 ALL_MAKEFILES="$ALL_MAKEFILES \\
23028 dlls/d3dx8/tests/Makefile"
23029 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23030 d3dx8/tests"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23033 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23035 ALL_MAKEFILES="$ALL_MAKEFILES \\
23036 dlls/d3dx9_24/Makefile"
23037 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23038 d3dx9_24"
23039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23040 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23041 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23043 ALL_MAKEFILES="$ALL_MAKEFILES \\
23044 dlls/d3dx9_25/Makefile"
23045 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23046 d3dx9_25"
23047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23048 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23049 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23051 ALL_MAKEFILES="$ALL_MAKEFILES \\
23052 dlls/d3dx9_26/Makefile"
23053 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23054 d3dx9_26"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23057 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23059 ALL_MAKEFILES="$ALL_MAKEFILES \\
23060 dlls/d3dx9_27/Makefile"
23061 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23062 d3dx9_27"
23063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23064 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23065 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23067 ALL_MAKEFILES="$ALL_MAKEFILES \\
23068 dlls/d3dx9_28/Makefile"
23069 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23070 d3dx9_28"
23071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23072 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23073 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23075 ALL_MAKEFILES="$ALL_MAKEFILES \\
23076 dlls/d3dx9_29/Makefile"
23077 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23078 d3dx9_29"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23081 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084 dlls/d3dx9_30/Makefile"
23085 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23086 d3dx9_30"
23087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23088 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23089 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23091 ALL_MAKEFILES="$ALL_MAKEFILES \\
23092 dlls/d3dx9_31/Makefile"
23093 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23094 d3dx9_31"
23095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23096 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23097 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23099 ALL_MAKEFILES="$ALL_MAKEFILES \\
23100 dlls/d3dx9_32/Makefile"
23101 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23102 d3dx9_32"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23105 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108 dlls/d3dx9_33/Makefile"
23109 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23110 d3dx9_33"
23111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23112 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23113 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23115 ALL_MAKEFILES="$ALL_MAKEFILES \\
23116 dlls/d3dx9_34/Makefile"
23117 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23118 d3dx9_34"
23119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23120 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23121 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23123 ALL_MAKEFILES="$ALL_MAKEFILES \\
23124 dlls/d3dx9_35/Makefile"
23125 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23126 d3dx9_35"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23129 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132 dlls/d3dx9_36/Makefile"
23133 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23134 d3dx9_36"
23135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23136 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23137 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23139 ALL_MAKEFILES="$ALL_MAKEFILES \\
23140 dlls/d3dx9_36/tests/Makefile"
23141 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23142 d3dx9_36/tests"
23143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23144 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23145 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23147 ALL_MAKEFILES="$ALL_MAKEFILES \\
23148 dlls/d3dx9_37/Makefile"
23149 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23150 d3dx9_37"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23153 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156 dlls/d3dxof/Makefile"
23157 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23158 d3dxof"
23159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23160 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23161 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23163 ALL_MAKEFILES="$ALL_MAKEFILES \\
23164 dlls/d3dxof/tests/Makefile"
23165 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23166 d3dxof/tests"
23167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23168 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23169 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23171 ALL_MAKEFILES="$ALL_MAKEFILES \\
23172 dlls/dbghelp/Makefile"
23173 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23174 dbghelp"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23177 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180 dlls/dciman32/Makefile"
23181 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23182 dciman32"
23183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23184 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23185 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23187 ALL_MAKEFILES="$ALL_MAKEFILES \\
23188 dlls/ddraw/Makefile"
23189 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23190 ddraw"
23191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23192 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23193 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23195 ALL_MAKEFILES="$ALL_MAKEFILES \\
23196 dlls/ddraw/tests/Makefile"
23197 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23198 ddraw/tests"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23201 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204 dlls/ddrawex/Makefile"
23205 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23206 ddrawex"
23207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23208 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23209 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23211 ALL_MAKEFILES="$ALL_MAKEFILES \\
23212 dlls/devenum/Makefile"
23213 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23214 devenum"
23215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23216 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23217 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23219 ALL_MAKEFILES="$ALL_MAKEFILES \\
23220 dlls/dinput/Makefile"
23221 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23222 dinput"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23225 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228 dlls/dinput/tests/Makefile"
23229 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23230 dinput/tests"
23231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23232 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23233 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23235 ALL_MAKEFILES="$ALL_MAKEFILES \\
23236 dlls/dinput8/Makefile"
23237 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23238 dinput8"
23239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23240 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23241 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23243 ALL_MAKEFILES="$ALL_MAKEFILES \\
23244 dlls/dmband/Makefile"
23245 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23246 dmband"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23249 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252 dlls/dmcompos/Makefile"
23253 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23254 dmcompos"
23255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23256 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23257 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23259 ALL_MAKEFILES="$ALL_MAKEFILES \\
23260 dlls/dmime/Makefile"
23261 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23262 dmime"
23263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23264 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23265 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23267 ALL_MAKEFILES="$ALL_MAKEFILES \\
23268 dlls/dmloader/Makefile"
23269 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23270 dmloader"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23273 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276 dlls/dmscript/Makefile"
23277 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23278 dmscript"
23279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23280 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23281 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23283 ALL_MAKEFILES="$ALL_MAKEFILES \\
23284 dlls/dmstyle/Makefile"
23285 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23286 dmstyle"
23287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23288 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23289 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23291 ALL_MAKEFILES="$ALL_MAKEFILES \\
23292 dlls/dmsynth/Makefile"
23293 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23294 dmsynth"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23297 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300 dlls/dmusic/Makefile"
23301 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23302 dmusic"
23303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23304 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23305 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23307 ALL_MAKEFILES="$ALL_MAKEFILES \\
23308 dlls/dmusic32/Makefile"
23309 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23310 dmusic32"
23311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23312 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23313 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23315 ALL_MAKEFILES="$ALL_MAKEFILES \\
23316 dlls/dnsapi/Makefile"
23317 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23318 dnsapi"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23321 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324 dlls/dnsapi/tests/Makefile"
23325 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23326 dnsapi/tests"
23327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23328 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23329 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23331 ALL_MAKEFILES="$ALL_MAKEFILES \\
23332 dlls/dplay/Makefile"
23333 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23334 dplay"
23335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23336 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23337 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23339 ALL_MAKEFILES="$ALL_MAKEFILES \\
23340 dlls/dplayx/Makefile"
23341 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23342 dplayx"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23345 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348 dlls/dplayx/tests/Makefile"
23349 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23350 dplayx/tests"
23351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23352 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23353 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23355 ALL_MAKEFILES="$ALL_MAKEFILES \\
23356 dlls/dpnaddr/Makefile"
23357 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23358 dpnaddr"
23359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23360 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23361 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23363 ALL_MAKEFILES="$ALL_MAKEFILES \\
23364 dlls/dpnet/Makefile"
23365 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23366 dpnet"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23369 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372 dlls/dpnhpast/Makefile"
23373 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23374 dpnhpast"
23375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23376 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23377 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23379 ALL_MAKEFILES="$ALL_MAKEFILES \\
23380 dlls/dpnlobby/Makefile"
23381 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23382 dpnlobby"
23383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23384 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23385 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23387 ALL_MAKEFILES="$ALL_MAKEFILES \\
23388 dlls/dpwsockx/Makefile"
23389 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23390 dpwsockx"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23393 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396 dlls/dsound/Makefile"
23397 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23398 dsound"
23399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23400 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23401 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23403 ALL_MAKEFILES="$ALL_MAKEFILES \\
23404 dlls/dsound/tests/Makefile"
23405 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23406 dsound/tests"
23407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23408 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23409 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23411 ALL_MAKEFILES="$ALL_MAKEFILES \\
23412 dlls/dssenh/Makefile"
23413 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23414 dssenh"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23417 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420 dlls/dswave/Makefile"
23421 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23422 dswave"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23425 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23427 ALL_MAKEFILES="$ALL_MAKEFILES \\
23428 dlls/dwmapi/Makefile"
23429 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23430 dwmapi"
23431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23432 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23433 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23435 ALL_MAKEFILES="$ALL_MAKEFILES \\
23436 dlls/dxdiagn/Makefile"
23437 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23438 dxdiagn"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23441 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444 dlls/dxerr8/Makefile"
23445 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23446 dxerr8"
23447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23448 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23449 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23451 ALL_MAKEFILES="$ALL_MAKEFILES \\
23452 dlls/dxerr9/Makefile"
23453 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23454 dxerr9"
23455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23456 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23457 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23459 ALL_MAKEFILES="$ALL_MAKEFILES \\
23460 dlls/dxgi/Makefile"
23461 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23462 dxgi"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23465 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468 dlls/dxguid/Makefile"
23469 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23470 dxguid"
23471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23472 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23473 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23475 ALL_MAKEFILES="$ALL_MAKEFILES \\
23476 dlls/faultrep/Makefile"
23477 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23478 faultrep"
23479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23480 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23481 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23483 ALL_MAKEFILES="$ALL_MAKEFILES \\
23484 dlls/fusion/Makefile"
23485 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23486 fusion"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23489 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492 dlls/fusion/tests/Makefile"
23493 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23494 fusion/tests"
23495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23496 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23497 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23499 ALL_MAKEFILES="$ALL_MAKEFILES \\
23500 dlls/gdi32/Makefile"
23501 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23502 gdi32"
23503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23504 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23505 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23507 ALL_MAKEFILES="$ALL_MAKEFILES \\
23508 dlls/gdi32/tests/Makefile"
23509 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23510 gdi32/tests"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23513 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516 dlls/gdiplus/Makefile"
23517 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23518 gdiplus"
23519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23520 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23521 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23523 ALL_MAKEFILES="$ALL_MAKEFILES \\
23524 dlls/gdiplus/tests/Makefile"
23525 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23526 gdiplus/tests"
23527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23528 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23529 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23531 ALL_MAKEFILES="$ALL_MAKEFILES \\
23532 dlls/glu32/Makefile"
23533 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23534 glu32"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23537 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540 dlls/gphoto2.ds/Makefile"
23541 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23542 gphoto2.ds"
23543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23544 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23545 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23547 ALL_MAKEFILES="$ALL_MAKEFILES \\
23548 dlls/gpkcsp/Makefile"
23549 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23550 gpkcsp"
23551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23552 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23553 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23555 ALL_MAKEFILES="$ALL_MAKEFILES \\
23556 dlls/hal/Makefile"
23557 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23558 hal"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23561 ac_config_files="$ac_config_files dlls/hal/Makefile"
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564 dlls/hhctrl.ocx/Makefile"
23565 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23566 hhctrl.ocx"
23567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23568 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23569 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23571 ALL_MAKEFILES="$ALL_MAKEFILES \\
23572 dlls/hid/Makefile"
23573 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23574 hid"
23575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23576 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23577 ac_config_files="$ac_config_files dlls/hid/Makefile"
23579 ALL_MAKEFILES="$ALL_MAKEFILES \\
23580 dlls/hlink/Makefile"
23581 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23582 hlink"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23585 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588 dlls/hlink/tests/Makefile"
23589 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23590 hlink/tests"
23591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23592 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23593 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23595 ALL_MAKEFILES="$ALL_MAKEFILES \\
23596 dlls/hnetcfg/Makefile"
23597 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23598 hnetcfg"
23599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23600 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23601 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23603 ALL_MAKEFILES="$ALL_MAKEFILES \\
23604 dlls/iccvid/Makefile"
23605 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23606 iccvid"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23609 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612 dlls/icmp/Makefile"
23613 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23614 icmp"
23615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23616 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23617 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23619 ALL_MAKEFILES="$ALL_MAKEFILES \\
23620 dlls/ifsmgr.vxd/Makefile"
23621 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23622 ifsmgr.vxd"
23623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23624 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23625 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23627 ALL_MAKEFILES="$ALL_MAKEFILES \\
23628 dlls/imaadp32.acm/Makefile"
23629 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23630 imaadp32.acm"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23633 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636 dlls/imagehlp/Makefile"
23637 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23638 imagehlp"
23639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23640 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23641 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23643 ALL_MAKEFILES="$ALL_MAKEFILES \\
23644 dlls/imm32/Makefile"
23645 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23646 imm32"
23647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23648 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23649 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23651 ALL_MAKEFILES="$ALL_MAKEFILES \\
23652 dlls/imm32/tests/Makefile"
23653 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23654 imm32/tests"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23657 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660 dlls/inetcomm/Makefile"
23661 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23662 inetcomm"
23663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23664 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23665 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23667 ALL_MAKEFILES="$ALL_MAKEFILES \\
23668 dlls/inetcomm/tests/Makefile"
23669 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23670 inetcomm/tests"
23671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23672 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23673 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23675 ALL_MAKEFILES="$ALL_MAKEFILES \\
23676 dlls/inetmib1/Makefile"
23677 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23678 inetmib1"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23681 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684 dlls/inetmib1/tests/Makefile"
23685 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23686 inetmib1/tests"
23687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23688 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23689 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23691 ALL_MAKEFILES="$ALL_MAKEFILES \\
23692 dlls/infosoft/Makefile"
23693 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23694 infosoft"
23695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23696 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23697 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23699 ALL_MAKEFILES="$ALL_MAKEFILES \\
23700 dlls/infosoft/tests/Makefile"
23701 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23702 infosoft/tests"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23705 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708 dlls/initpki/Makefile"
23709 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23710 initpki"
23711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23712 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23713 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23715 ALL_MAKEFILES="$ALL_MAKEFILES \\
23716 dlls/inkobj/Makefile"
23717 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23718 inkobj"
23719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23720 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23721 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23723 ALL_MAKEFILES="$ALL_MAKEFILES \\
23724 dlls/inseng/Makefile"
23725 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23726 inseng"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23729 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732 dlls/iphlpapi/Makefile"
23733 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23734 iphlpapi"
23735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23736 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23737 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23739 ALL_MAKEFILES="$ALL_MAKEFILES \\
23740 dlls/iphlpapi/tests/Makefile"
23741 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23742 iphlpapi/tests"
23743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23744 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23745 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23747 ALL_MAKEFILES="$ALL_MAKEFILES \\
23748 dlls/itircl/Makefile"
23749 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23750 itircl"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23753 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756 dlls/itss/Makefile"
23757 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23758 itss"
23759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23760 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23761 ac_config_files="$ac_config_files dlls/itss/Makefile"
23763 ALL_MAKEFILES="$ALL_MAKEFILES \\
23764 dlls/itss/tests/Makefile"
23765 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23766 itss/tests"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23769 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23771 ALL_MAKEFILES="$ALL_MAKEFILES \\
23772 dlls/jscript/Makefile"
23773 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23774 jscript"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23777 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780 dlls/jscript/tests/Makefile"
23781 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23782 jscript/tests"
23783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23784 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23785 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23787 ALL_MAKEFILES="$ALL_MAKEFILES \\
23788 dlls/kernel32/Makefile"
23789 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23790 kernel32"
23791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23792 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23793 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23795 ALL_MAKEFILES="$ALL_MAKEFILES \\
23796 dlls/kernel32/tests/Makefile"
23797 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23798 kernel32/tests"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23801 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804 dlls/localspl/Makefile"
23805 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23806 localspl"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23809 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23811 ALL_MAKEFILES="$ALL_MAKEFILES \\
23812 dlls/localspl/tests/Makefile"
23813 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23814 localspl/tests"
23815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23816 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23817 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23819 ALL_MAKEFILES="$ALL_MAKEFILES \\
23820 dlls/localui/Makefile"
23821 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23822 localui"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23825 ac_config_files="$ac_config_files dlls/localui/Makefile"
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828 dlls/localui/tests/Makefile"
23829 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23830 localui/tests"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23833 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23835 ALL_MAKEFILES="$ALL_MAKEFILES \\
23836 dlls/lz32/Makefile"
23837 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23838 lz32"
23839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23840 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23841 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23843 ALL_MAKEFILES="$ALL_MAKEFILES \\
23844 dlls/lz32/tests/Makefile"
23845 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23846 lz32/tests"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23849 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852 dlls/mapi32/Makefile"
23853 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23854 mapi32"
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23857 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860 dlls/mapi32/tests/Makefile"
23861 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23862 mapi32/tests"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23865 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868 dlls/mciavi32/Makefile"
23869 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870 mciavi32"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876 dlls/mcicda/Makefile"
23877 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23878 mcicda"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23881 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884 dlls/mciseq/Makefile"
23885 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23886 mciseq"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23889 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892 dlls/mciwave/Makefile"
23893 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23894 mciwave"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23897 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900 dlls/midimap/Makefile"
23901 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23902 midimap"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23905 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908 dlls/mlang/Makefile"
23909 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23910 mlang"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23913 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916 dlls/mlang/tests/Makefile"
23917 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23918 mlang/tests"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23921 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924 dlls/mmdevldr.vxd/Makefile"
23925 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23926 mmdevldr.vxd"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23929 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932 dlls/monodebg.vxd/Makefile"
23933 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23934 monodebg.vxd"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23937 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940 dlls/mountmgr.sys/Makefile"
23941 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23942 mountmgr.sys"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23945 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948 dlls/mpr/Makefile"
23949 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23950 mpr"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23953 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956 dlls/mprapi/Makefile"
23957 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23958 mprapi"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23961 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964 dlls/msacm32.drv/Makefile"
23965 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23966 msacm32.drv"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23969 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972 dlls/msacm32/Makefile"
23973 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23974 msacm32"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23977 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980 dlls/msacm32/tests/Makefile"
23981 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23982 msacm32/tests"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23985 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988 dlls/msadp32.acm/Makefile"
23989 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23990 msadp32.acm"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23993 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996 dlls/mscat32/Makefile"
23997 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23998 mscat32"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24001 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004 dlls/mscms/Makefile"
24005 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24006 mscms"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24009 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012 dlls/mscms/tests/Makefile"
24013 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24014 mscms/tests"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24017 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020 dlls/mscoree/Makefile"
24021 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24022 mscoree"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24025 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028 dlls/msdmo/Makefile"
24029 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24030 msdmo"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24033 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036 dlls/msftedit/Makefile"
24037 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24038 msftedit"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24041 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044 dlls/msg711.acm/Makefile"
24045 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24046 msg711.acm"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24049 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052 dlls/mshtml.tlb/Makefile"
24053 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24054 mshtml.tlb"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24057 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060 dlls/mshtml/Makefile"
24061 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24062 mshtml"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24065 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068 dlls/mshtml/tests/Makefile"
24069 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24070 mshtml/tests"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24073 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076 dlls/msi/Makefile"
24077 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24078 msi"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24081 ac_config_files="$ac_config_files dlls/msi/Makefile"
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084 dlls/msi/tests/Makefile"
24085 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24086 msi/tests"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24089 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092 dlls/msimg32/Makefile"
24093 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094 msimg32"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100 dlls/msimtf/Makefile"
24101 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24102 msimtf"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24105 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108 dlls/msisip/Makefile"
24109 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24110 msisip"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116 dlls/msisys.ocx/Makefile"
24117 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24118 msisys.ocx"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24121 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124 dlls/msnet32/Makefile"
24125 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24126 msnet32"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24129 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132 dlls/msrle32/Makefile"
24133 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24134 msrle32"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24137 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140 dlls/mssip32/Makefile"
24141 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142 mssip32"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148 dlls/mstask/Makefile"
24149 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24150 mstask"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24153 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156 dlls/mstask/tests/Makefile"
24157 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24158 mstask/tests"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24161 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164 dlls/msvcirt/Makefile"
24165 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166 msvcirt"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172 dlls/msvcr71/Makefile"
24173 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24174 msvcr71"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24177 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180 dlls/msvcrt/Makefile"
24181 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182 msvcrt"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/msvcrt/tests/Makefile"
24189 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24190 msvcrt/tests"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24193 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196 dlls/msvcrt20/Makefile"
24197 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198 msvcrt20"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204 dlls/msvcrt40/Makefile"
24205 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24206 msvcrt40"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24209 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/msvcrtd/Makefile"
24213 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24214 msvcrtd"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24217 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220 dlls/msvcrtd/tests/Makefile"
24221 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24222 msvcrtd/tests"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24225 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228 dlls/msvfw32/Makefile"
24229 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24230 msvfw32"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24233 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/msvidc32/Makefile"
24237 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238 msvidc32"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/mswsock/Makefile"
24245 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24246 mswsock"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24249 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/msxml3/Makefile"
24253 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24254 msxml3"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24257 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/msxml3/tests/Makefile"
24261 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24262 msxml3/tests"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24265 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/nddeapi/Makefile"
24269 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24270 nddeapi"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24273 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/netapi32/Makefile"
24277 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24278 netapi32"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24281 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/netapi32/tests/Makefile"
24285 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24286 netapi32/tests"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24289 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/newdev/Makefile"
24293 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24294 newdev"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24297 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/ntdll/Makefile"
24301 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24302 ntdll"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24305 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/ntdll/tests/Makefile"
24309 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24310 ntdll/tests"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24313 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/ntdsapi/Makefile"
24317 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24318 ntdsapi"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24321 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/ntdsapi/tests/Makefile"
24325 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24326 ntdsapi/tests"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24329 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/ntoskrnl.exe/Makefile"
24333 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 ntoskrnl.exe"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/ntprint/Makefile"
24341 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 ntprint"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/ntprint/tests/Makefile"
24349 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24350 ntprint/tests"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24353 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/objsel/Makefile"
24357 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 objsel"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/odbc32/Makefile"
24365 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366 odbc32"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/odbccp32/Makefile"
24373 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24374 odbccp32"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/odbccp32/tests/Makefile"
24381 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24382 odbccp32/tests"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24385 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/ole32/Makefile"
24389 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 ole32"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/ole32/tests/Makefile"
24397 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24398 ole32/tests"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24401 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/oleacc/Makefile"
24405 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 oleacc"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/oleacc/tests/Makefile"
24413 test "x$enable_oleacc_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24414 oleacc/tests"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24417 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/oleaut32/Makefile"
24421 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 oleaut32"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/oleaut32/tests/Makefile"
24429 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24430 oleaut32/tests"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/olecli32/Makefile"
24437 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 olecli32"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/oledlg/Makefile"
24445 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24446 oledlg"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24449 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/olepro32/Makefile"
24453 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 olepro32"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/olesvr32/Makefile"
24461 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462 olesvr32"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/olethk32/Makefile"
24469 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470 olethk32"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/opengl32/Makefile"
24477 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478 opengl32"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/opengl32/tests/Makefile"
24485 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24486 opengl32/tests"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24489 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/pdh/Makefile"
24493 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494 pdh"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/pdh/tests/Makefile"
24501 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24502 pdh/tests"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24505 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/powrprof/Makefile"
24509 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 powrprof"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/printui/Makefile"
24517 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518 printui"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/printui/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/propsys/Makefile"
24525 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24526 propsys"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24529 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/psapi/Makefile"
24533 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534 psapi"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/psapi/tests/Makefile"
24541 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24542 psapi/tests"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24545 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/pstorec/Makefile"
24549 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 pstorec"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/qcap/Makefile"
24557 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24558 qcap"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24561 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/qedit/Makefile"
24565 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 qedit"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/qedit/tests/Makefile"
24573 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24574 qedit/tests"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24577 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/qmgr/Makefile"
24581 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24582 qmgr"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24585 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/qmgr/tests/Makefile"
24589 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24590 qmgr/tests"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24593 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/qmgrprxy/Makefile"
24597 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 qmgrprxy"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/quartz/Makefile"
24605 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 quartz"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/quartz/tests/Makefile"
24613 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24614 quartz/tests"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24617 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/query/Makefile"
24621 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 query"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/query/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/rasapi32/Makefile"
24629 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 rasapi32"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/rasapi32/tests/Makefile"
24637 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24638 rasapi32/tests"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24641 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/resutils/Makefile"
24645 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646 resutils"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/riched20/Makefile"
24653 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 riched20"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/riched20/tests/Makefile"
24661 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24662 riched20/tests"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24665 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/riched32/Makefile"
24669 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670 riched32"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/riched32/tests/Makefile"
24677 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24678 riched32/tests"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24681 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/rpcrt4/Makefile"
24685 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 rpcrt4"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/rpcrt4/tests/Makefile"
24693 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24694 rpcrt4/tests"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/rsabase/Makefile"
24701 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 rsabase"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/rsaenh/Makefile"
24709 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24710 rsaenh"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24713 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/rsaenh/tests/Makefile"
24717 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24718 rsaenh/tests"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24721 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/sane.ds/Makefile"
24725 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24726 sane.ds"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24729 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/sccbase/Makefile"
24733 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24734 sccbase"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24737 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/schannel/Makefile"
24741 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742 schannel"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/schannel/tests/Makefile"
24749 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24750 schannel/tests"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24753 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/secur32/Makefile"
24757 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 secur32"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/secur32/tests/Makefile"
24765 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24766 secur32/tests"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24769 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/security/Makefile"
24773 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 security"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/security/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/sensapi/Makefile"
24781 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24782 sensapi"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24785 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/serialui/Makefile"
24789 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 serialui"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/serialui/tests/Makefile"
24797 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24798 serialui/tests"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24801 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/setupapi/Makefile"
24805 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 setupapi"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/setupapi/tests/Makefile"
24813 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24814 setupapi/tests"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24817 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/sfc/Makefile"
24821 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 sfc"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/sfc_os/Makefile"
24829 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 sfc_os"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/shdoclc/Makefile"
24837 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 shdoclc"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/shdocvw/Makefile"
24845 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 shdocvw"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/shdocvw/tests/Makefile"
24853 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24854 shdocvw/tests"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24857 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/shell32/Makefile"
24861 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24862 shell32"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24865 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/shell32/tests/Makefile"
24869 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24870 shell32/tests"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24873 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/shfolder/Makefile"
24877 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 shfolder"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/shlwapi/Makefile"
24885 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 shlwapi"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/shlwapi/tests/Makefile"
24893 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24894 shlwapi/tests"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24897 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/slbcsp/Makefile"
24901 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 slbcsp"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/slc/Makefile"
24909 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 slc"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/slc/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/snmpapi/Makefile"
24917 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 snmpapi"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/snmpapi/tests/Makefile"
24925 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24926 snmpapi/tests"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24929 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/softpub/Makefile"
24933 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 softpub"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/spoolss/Makefile"
24941 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942 spoolss"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/spoolss/tests/Makefile"
24949 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24950 spoolss/tests"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24953 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/stdole2.tlb/Makefile"
24957 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 stdole2.tlb"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/stdole32.tlb/Makefile"
24965 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 stdole32.tlb"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/sti/Makefile"
24973 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24974 sti"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24977 ac_config_files="$ac_config_files dlls/sti/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/strmiids/Makefile"
24981 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24982 strmiids"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24985 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/svrapi/Makefile"
24989 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24990 svrapi"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24993 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/sxs/Makefile"
24997 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 sxs"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/tapi32/Makefile"
25005 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25006 tapi32"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25009 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/twain_32/Makefile"
25013 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 twain_32"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/unicows/Makefile"
25021 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 unicows"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/url/Makefile"
25029 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 url"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/url/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/urlmon/Makefile"
25037 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25038 urlmon"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25041 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/urlmon/tests/Makefile"
25045 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25046 urlmon/tests"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25049 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/user32/Makefile"
25053 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 user32"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/user32/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/user32/tests/Makefile"
25061 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25062 user32/tests"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25065 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/userenv/Makefile"
25069 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 userenv"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/userenv/tests/Makefile"
25077 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25078 userenv/tests"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25081 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/usp10/Makefile"
25085 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 usp10"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/usp10/tests/Makefile"
25093 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25094 usp10/tests"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25097 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/uuid/Makefile"
25101 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25102 uuid"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25105 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/uxtheme/Makefile"
25109 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25110 uxtheme"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25113 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/uxtheme/tests/Makefile"
25117 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25118 uxtheme/tests"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25121 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/vdhcp.vxd/Makefile"
25125 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 vdhcp.vxd"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 dlls/vdmdbg/Makefile"
25133 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25134 vdmdbg"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25137 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 dlls/version/Makefile"
25141 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25142 version"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25145 ac_config_files="$ac_config_files dlls/version/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 dlls/version/tests/Makefile"
25149 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25150 version/tests"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25153 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 dlls/vmm.vxd/Makefile"
25157 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25158 vmm.vxd"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25161 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 dlls/vnbt.vxd/Makefile"
25165 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25166 vnbt.vxd"
25167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25168 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25169 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25171 ALL_MAKEFILES="$ALL_MAKEFILES \\
25172 dlls/vnetbios.vxd/Makefile"
25173 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25174 vnetbios.vxd"
25175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25176 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25177 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25179 ALL_MAKEFILES="$ALL_MAKEFILES \\
25180 dlls/vtdapi.vxd/Makefile"
25181 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25182 vtdapi.vxd"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25185 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 dlls/vwin32.vxd/Makefile"
25189 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25190 vwin32.vxd"
25191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25192 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25193 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25195 ALL_MAKEFILES="$ALL_MAKEFILES \\
25196 dlls/w32skrnl/Makefile"
25197 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25198 w32skrnl"
25199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25200 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25201 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25203 ALL_MAKEFILES="$ALL_MAKEFILES \\
25204 dlls/winealsa.drv/Makefile"
25205 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25206 winealsa.drv"
25207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25208 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25209 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25211 ALL_MAKEFILES="$ALL_MAKEFILES \\
25212 dlls/wineaudioio.drv/Makefile"
25213 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25214 wineaudioio.drv"
25215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25216 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25217 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25219 ALL_MAKEFILES="$ALL_MAKEFILES \\
25220 dlls/winecoreaudio.drv/Makefile"
25221 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25222 winecoreaudio.drv"
25223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25224 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25225 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25227 ALL_MAKEFILES="$ALL_MAKEFILES \\
25228 dlls/winecrt0/Makefile"
25229 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25230 winecrt0"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25233 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 dlls/wined3d/Makefile"
25237 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25238 wined3d"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25241 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 dlls/winedos/Makefile"
25245 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25246 winedos"
25247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25248 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25249 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25251 ALL_MAKEFILES="$ALL_MAKEFILES \\
25252 dlls/wineesd.drv/Makefile"
25253 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25254 wineesd.drv"
25255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25256 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25257 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25259 ALL_MAKEFILES="$ALL_MAKEFILES \\
25260 dlls/winejack.drv/Makefile"
25261 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25262 winejack.drv"
25263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25264 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25265 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25267 ALL_MAKEFILES="$ALL_MAKEFILES \\
25268 dlls/winejoystick.drv/Makefile"
25269 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25270 winejoystick.drv"
25271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25272 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25273 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25275 ALL_MAKEFILES="$ALL_MAKEFILES \\
25276 dlls/winemp3.acm/Makefile"
25277 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25278 winemp3.acm"
25279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25280 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25281 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25283 ALL_MAKEFILES="$ALL_MAKEFILES \\
25284 dlls/winenas.drv/Makefile"
25285 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25286 winenas.drv"
25287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25288 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25289 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25291 ALL_MAKEFILES="$ALL_MAKEFILES \\
25292 dlls/wineoss.drv/Makefile"
25293 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25294 wineoss.drv"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25297 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 dlls/wineps.drv/Makefile"
25301 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25302 wineps.drv"
25303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25304 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25305 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25307 ALL_MAKEFILES="$ALL_MAKEFILES \\
25308 dlls/winequartz.drv/Makefile"
25309 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25310 winequartz.drv"
25311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25312 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25313 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25315 ALL_MAKEFILES="$ALL_MAKEFILES \\
25316 dlls/winex11.drv/Makefile"
25317 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25318 winex11.drv"
25319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25320 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25321 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25323 ALL_MAKEFILES="$ALL_MAKEFILES \\
25324 dlls/wing32/Makefile"
25325 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25326 wing32"
25327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25328 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25329 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25331 ALL_MAKEFILES="$ALL_MAKEFILES \\
25332 dlls/winhttp/Makefile"
25333 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25334 winhttp"
25335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25336 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25337 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25339 ALL_MAKEFILES="$ALL_MAKEFILES \\
25340 dlls/winhttp/tests/Makefile"
25341 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25342 winhttp/tests"
25343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25344 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25345 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25347 ALL_MAKEFILES="$ALL_MAKEFILES \\
25348 dlls/wininet/Makefile"
25349 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25350 wininet"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25353 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 dlls/wininet/tests/Makefile"
25357 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25358 wininet/tests"
25359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25360 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25361 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25363 ALL_MAKEFILES="$ALL_MAKEFILES \\
25364 dlls/winmm/Makefile"
25365 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25366 winmm"
25367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25368 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25369 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25371 ALL_MAKEFILES="$ALL_MAKEFILES \\
25372 dlls/winmm/tests/Makefile"
25373 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25374 winmm/tests"
25375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25376 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25377 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25379 ALL_MAKEFILES="$ALL_MAKEFILES \\
25380 dlls/winnls32/Makefile"
25381 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25382 winnls32"
25383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25384 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25385 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25387 ALL_MAKEFILES="$ALL_MAKEFILES \\
25388 dlls/winscard/Makefile"
25389 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25390 winscard"
25391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25392 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25393 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25395 ALL_MAKEFILES="$ALL_MAKEFILES \\
25396 dlls/winspool.drv/Makefile"
25397 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25398 winspool.drv"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25401 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 dlls/winspool.drv/tests/Makefile"
25405 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25406 winspool.drv/tests"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25409 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 dlls/wintab32/Makefile"
25413 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25414 wintab32"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25417 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 dlls/wintrust/Makefile"
25421 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25422 wintrust"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25425 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 dlls/wintrust/tests/Makefile"
25429 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25430 wintrust/tests"
25431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25432 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25433 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25435 ALL_MAKEFILES="$ALL_MAKEFILES \\
25436 dlls/wldap32/Makefile"
25437 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25438 wldap32"
25439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25440 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25441 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25443 ALL_MAKEFILES="$ALL_MAKEFILES \\
25444 dlls/wldap32/tests/Makefile"
25445 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25446 wldap32/tests"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25449 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 dlls/wmi/Makefile"
25453 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25454 wmi"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25457 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 dlls/wnaspi32/Makefile"
25461 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25462 wnaspi32"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25465 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 dlls/wow32/Makefile"
25469 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25470 wow32"
25471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25472 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25473 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25475 ALL_MAKEFILES="$ALL_MAKEFILES \\
25476 dlls/ws2_32/Makefile"
25477 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25478 ws2_32"
25479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25480 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25481 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25483 ALL_MAKEFILES="$ALL_MAKEFILES \\
25484 dlls/ws2_32/tests/Makefile"
25485 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25486 ws2_32/tests"
25487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25488 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25489 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25491 ALL_MAKEFILES="$ALL_MAKEFILES \\
25492 dlls/wsock32/Makefile"
25493 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25494 wsock32"
25495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25496 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25497 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25499 ALL_MAKEFILES="$ALL_MAKEFILES \\
25500 dlls/wtsapi32/Makefile"
25501 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25502 wtsapi32"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25505 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 documentation/Makefile"
25509 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25510 documentation"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 documentation/Makefile: documentation/Makefile.in Make.rules"
25513 ac_config_files="$ac_config_files documentation/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 fonts/Makefile"
25517 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25518 fonts"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 fonts/Makefile: fonts/Makefile.in Make.rules"
25521 ac_config_files="$ac_config_files fonts/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 include/Makefile"
25525 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25526 include"
25527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25528 include/Makefile: include/Makefile.in Make.rules"
25529 ac_config_files="$ac_config_files include/Makefile"
25531 ALL_MAKEFILES="$ALL_MAKEFILES \\
25532 libs/Makefile"
25533 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25534 libs"
25535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25536 libs/Makefile: libs/Makefile.in Make.rules"
25537 ac_config_files="$ac_config_files libs/Makefile"
25539 ALL_MAKEFILES="$ALL_MAKEFILES \\
25540 libs/port/Makefile"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25544 ac_config_files="$ac_config_files libs/port/Makefile"
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547 libs/wine/Makefile"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25551 ac_config_files="$ac_config_files libs/wine/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 libs/wpp/Makefile"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25558 ac_config_files="$ac_config_files libs/wpp/Makefile"
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561 loader/Makefile"
25562 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25563 loader"
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 loader/Makefile: loader/Makefile.in Make.rules"
25566 ac_config_files="$ac_config_files loader/Makefile"
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569 programs/Makefile"
25570 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25571 programs"
25572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25573 programs/Makefile: programs/Makefile.in Make.rules"
25574 ac_config_files="$ac_config_files programs/Makefile"
25576 ALL_MAKEFILES="$ALL_MAKEFILES \\
25577 programs/clock/Makefile"
25578 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25579 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25580 clock"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25583 ac_config_files="$ac_config_files programs/clock/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 programs/cmd/Makefile"
25587 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25588 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25589 cmd"
25590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25591 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25592 ac_config_files="$ac_config_files programs/cmd/Makefile"
25594 ALL_MAKEFILES="$ALL_MAKEFILES \\
25595 programs/cmdlgtst/Makefile"
25596 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25597 cmdlgtst"
25598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25599 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25600 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25602 ALL_MAKEFILES="$ALL_MAKEFILES \\
25603 programs/control/Makefile"
25604 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25605 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25606 control"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25609 ac_config_files="$ac_config_files programs/control/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 programs/eject/Makefile"
25613 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25614 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25615 eject"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25618 ac_config_files="$ac_config_files programs/eject/Makefile"
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621 programs/expand/Makefile"
25622 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25623 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25624 expand"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25627 ac_config_files="$ac_config_files programs/expand/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 programs/explorer/Makefile"
25631 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25632 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25633 explorer"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25636 ac_config_files="$ac_config_files programs/explorer/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 programs/hh/Makefile"
25640 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25641 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25645 ac_config_files="$ac_config_files programs/hh/Makefile"
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648 programs/icinfo/Makefile"
25649 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25650 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25651 icinfo"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25654 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657 programs/iexplore/Makefile"
25658 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25659 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25660 iexplore"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25663 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 programs/msiexec/Makefile"
25667 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25668 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25669 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25670 msiexec"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25673 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 programs/net/Makefile"
25677 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25678 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25679 net"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25682 ac_config_files="$ac_config_files programs/net/Makefile"
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685 programs/notepad/Makefile"
25686 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25687 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25688 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25689 notepad"
25690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25691 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25692 ac_config_files="$ac_config_files programs/notepad/Makefile"
25694 ALL_MAKEFILES="$ALL_MAKEFILES \\
25695 programs/oleview/Makefile"
25696 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25697 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25698 oleview"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25701 ac_config_files="$ac_config_files programs/oleview/Makefile"
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704 programs/progman/Makefile"
25705 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25706 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25707 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25708 progman"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25711 ac_config_files="$ac_config_files programs/progman/Makefile"
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714 programs/reg/Makefile"
25715 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25716 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25717 reg"
25718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25719 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25720 ac_config_files="$ac_config_files programs/reg/Makefile"
25722 ALL_MAKEFILES="$ALL_MAKEFILES \\
25723 programs/regedit/Makefile"
25724 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25725 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25726 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25727 regedit"
25728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25729 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25730 ac_config_files="$ac_config_files programs/regedit/Makefile"
25732 ALL_MAKEFILES="$ALL_MAKEFILES \\
25733 programs/regsvr32/Makefile"
25734 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25735 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25736 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25737 regsvr32"
25738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25739 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25740 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25742 ALL_MAKEFILES="$ALL_MAKEFILES \\
25743 programs/rpcss/Makefile"
25744 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25745 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25746 rpcss"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25749 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752 programs/rundll32/Makefile"
25753 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25754 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25755 rundll32"
25756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25757 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25758 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25760 ALL_MAKEFILES="$ALL_MAKEFILES \\
25761 programs/secedit/Makefile"
25762 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25763 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25764 secedit"
25765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25766 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25767 ac_config_files="$ac_config_files programs/secedit/Makefile"
25769 ALL_MAKEFILES="$ALL_MAKEFILES \\
25770 programs/services/Makefile"
25771 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25772 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25773 services"
25774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25775 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25776 ac_config_files="$ac_config_files programs/services/Makefile"
25778 ALL_MAKEFILES="$ALL_MAKEFILES \\
25779 programs/spoolsv/Makefile"
25780 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25781 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25782 spoolsv"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25785 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 programs/start/Makefile"
25789 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25790 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25791 start"
25792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25793 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25794 ac_config_files="$ac_config_files programs/start/Makefile"
25796 ALL_MAKEFILES="$ALL_MAKEFILES \\
25797 programs/svchost/Makefile"
25798 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25799 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25800 svchost"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25803 ac_config_files="$ac_config_files programs/svchost/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 programs/taskmgr/Makefile"
25807 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25808 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25809 taskmgr"
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25812 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815 programs/uninstaller/Makefile"
25816 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25817 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25818 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25819 uninstaller"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25822 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825 programs/view/Makefile"
25826 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25827 view"
25828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25829 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25830 ac_config_files="$ac_config_files programs/view/Makefile"
25832 ALL_MAKEFILES="$ALL_MAKEFILES \\
25833 programs/wineboot/Makefile"
25834 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25835 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25836 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25837 wineboot"
25838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25839 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25840 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25842 ALL_MAKEFILES="$ALL_MAKEFILES \\
25843 programs/winebrowser/Makefile"
25844 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25845 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25846 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25847 winebrowser"
25848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25849 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25850 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25852 ALL_MAKEFILES="$ALL_MAKEFILES \\
25853 programs/winecfg/Makefile"
25854 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25855 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25856 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25857 winecfg"
25858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25859 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25860 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25862 ALL_MAKEFILES="$ALL_MAKEFILES \\
25863 programs/wineconsole/Makefile"
25864 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25865 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25866 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25867 wineconsole"
25868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25869 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25870 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25872 ALL_MAKEFILES="$ALL_MAKEFILES \\
25873 programs/winedbg/Makefile"
25874 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25875 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25876 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25877 winedbg"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25880 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883 programs/winedevice/Makefile"
25884 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25885 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25886 winedevice"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25889 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 programs/winefile/Makefile"
25893 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25894 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25895 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25896 winefile"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25899 ac_config_files="$ac_config_files programs/winefile/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 programs/winemenubuilder/Makefile"
25903 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25904 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25905 winemenubuilder"
25906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25907 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25908 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25910 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911 programs/winemine/Makefile"
25912 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25913 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25914 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25915 winemine"
25916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25917 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25918 ac_config_files="$ac_config_files programs/winemine/Makefile"
25920 ALL_MAKEFILES="$ALL_MAKEFILES \\
25921 programs/winepath/Makefile"
25922 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25923 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25924 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25925 winepath"
25926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25927 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25928 ac_config_files="$ac_config_files programs/winepath/Makefile"
25930 ALL_MAKEFILES="$ALL_MAKEFILES \\
25931 programs/winetest/Makefile"
25932 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25933 winetest"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25936 ac_config_files="$ac_config_files programs/winetest/Makefile"
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939 programs/winevdm/Makefile"
25940 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25941 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25942 winevdm"
25943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25944 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25945 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25947 ALL_MAKEFILES="$ALL_MAKEFILES \\
25948 programs/winhlp32/Makefile"
25949 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25950 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25951 winhlp32"
25952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25953 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25954 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25956 ALL_MAKEFILES="$ALL_MAKEFILES \\
25957 programs/winver/Makefile"
25958 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25959 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25960 winver"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25963 ac_config_files="$ac_config_files programs/winver/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 programs/wordpad/Makefile"
25967 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25968 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25969 wordpad"
25970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25971 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25972 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25974 ALL_MAKEFILES="$ALL_MAKEFILES \\
25975 programs/write/Makefile"
25976 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25977 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25978 write"
25979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25980 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25981 ac_config_files="$ac_config_files programs/write/Makefile"
25983 ALL_MAKEFILES="$ALL_MAKEFILES \\
25984 programs/xcopy/Makefile"
25985 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25986 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25987 xcopy"
25988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25989 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25990 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25992 ALL_MAKEFILES="$ALL_MAKEFILES \\
25993 server/Makefile"
25994 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25995 server"
25996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25997 server/Makefile: server/Makefile.in Make.rules"
25998 ac_config_files="$ac_config_files server/Makefile"
26000 ALL_MAKEFILES="$ALL_MAKEFILES \\
26001 tools/Makefile"
26002 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26003 tools"
26004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26005 tools/Makefile: tools/Makefile.in Make.rules"
26006 ac_config_files="$ac_config_files tools/Makefile"
26008 ALL_MAKEFILES="$ALL_MAKEFILES \\
26009 tools/widl/Makefile"
26011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26012 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26013 ac_config_files="$ac_config_files tools/widl/Makefile"
26015 ALL_MAKEFILES="$ALL_MAKEFILES \\
26016 tools/winebuild/Makefile"
26018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26019 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26020 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26022 ALL_MAKEFILES="$ALL_MAKEFILES \\
26023 tools/winedump/Makefile"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26027 ac_config_files="$ac_config_files tools/winedump/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 tools/winegcc/Makefile"
26032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26033 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26034 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26036 ALL_MAKEFILES="$ALL_MAKEFILES \\
26037 tools/wmc/Makefile"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26041 ac_config_files="$ac_config_files tools/wmc/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 tools/wrc/Makefile"
26046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26047 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26048 ac_config_files="$ac_config_files tools/wrc/Makefile"
26052 ALL_WINETEST_DEPENDS="# Test binaries"
26054 for dir in $ALL_TEST_DIRS
26056 if test "$dir" != "\\"
26057 then
26058 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26059 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26060 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26061 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26063 done
26065 cat >confcache <<\_ACEOF
26066 # This file is a shell script that caches the results of configure
26067 # tests run on this system so they can be shared between configure
26068 # scripts and configure runs, see configure's option --config-cache.
26069 # It is not useful on other systems. If it contains results you don't
26070 # want to keep, you may remove or edit it.
26072 # config.status only pays attention to the cache file if you give it
26073 # the --recheck option to rerun configure.
26075 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26076 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26077 # following values.
26079 _ACEOF
26081 # The following way of writing the cache mishandles newlines in values,
26082 # but we know of no workaround that is simple, portable, and efficient.
26083 # So, we kill variables containing newlines.
26084 # Ultrix sh set writes to stderr and can't be redirected directly,
26085 # and sets the high bit in the cache file unless we assign to the vars.
26087 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26088 eval ac_val=\$$ac_var
26089 case $ac_val in #(
26090 *${as_nl}*)
26091 case $ac_var in #(
26092 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26093 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26094 esac
26095 case $ac_var in #(
26096 _ | IFS | as_nl) ;; #(
26097 *) $as_unset $ac_var ;;
26098 esac ;;
26099 esac
26100 done
26102 (set) 2>&1 |
26103 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26104 *${as_nl}ac_space=\ *)
26105 # `set' does not quote correctly, so add quotes (double-quote
26106 # substitution turns \\\\ into \\, and sed turns \\ into \).
26107 sed -n \
26108 "s/'/'\\\\''/g;
26109 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26110 ;; #(
26112 # `set' quotes correctly as required by POSIX, so do not add quotes.
26113 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26115 esac |
26116 sort
26118 sed '
26119 /^ac_cv_env_/b end
26120 t clear
26121 :clear
26122 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26123 t end
26124 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26125 :end' >>confcache
26126 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26127 if test -w "$cache_file"; then
26128 test "x$cache_file" != "x/dev/null" &&
26129 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26130 echo "$as_me: updating cache $cache_file" >&6;}
26131 cat confcache >$cache_file
26132 else
26133 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26134 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26137 rm -f confcache
26139 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26140 # Let make expand exec_prefix.
26141 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26143 DEFS=-DHAVE_CONFIG_H
26145 ac_libobjs=
26146 ac_ltlibobjs=
26147 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26148 # 1. Remove the extension, and $U if already installed.
26149 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26150 ac_i=`echo "$ac_i" | sed "$ac_script"`
26151 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26152 # will be set to the directory where LIBOBJS objects are built.
26153 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26154 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26155 done
26156 LIBOBJS=$ac_libobjs
26158 LTLIBOBJS=$ac_ltlibobjs
26162 : ${CONFIG_STATUS=./config.status}
26163 ac_clean_files_save=$ac_clean_files
26164 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26165 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26166 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26167 cat >$CONFIG_STATUS <<_ACEOF
26168 #! $SHELL
26169 # Generated by $as_me.
26170 # Run this file to recreate the current configuration.
26171 # Compiler output produced by configure, useful for debugging
26172 # configure, is in config.log if it exists.
26174 debug=false
26175 ac_cs_recheck=false
26176 ac_cs_silent=false
26177 SHELL=\${CONFIG_SHELL-$SHELL}
26178 _ACEOF
26180 cat >>$CONFIG_STATUS <<\_ACEOF
26181 ## --------------------- ##
26182 ## M4sh Initialization. ##
26183 ## --------------------- ##
26185 # Be more Bourne compatible
26186 DUALCASE=1; export DUALCASE # for MKS sh
26187 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26188 emulate sh
26189 NULLCMD=:
26190 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26191 # is contrary to our usage. Disable this feature.
26192 alias -g '${1+"$@"}'='"$@"'
26193 setopt NO_GLOB_SUBST
26194 else
26195 case `(set -o) 2>/dev/null` in
26196 *posix*) set -o posix ;;
26197 esac
26204 # PATH needs CR
26205 # Avoid depending upon Character Ranges.
26206 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26207 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26208 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26209 as_cr_digits='0123456789'
26210 as_cr_alnum=$as_cr_Letters$as_cr_digits
26212 # The user is always right.
26213 if test "${PATH_SEPARATOR+set}" != set; then
26214 echo "#! /bin/sh" >conf$$.sh
26215 echo "exit 0" >>conf$$.sh
26216 chmod +x conf$$.sh
26217 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26218 PATH_SEPARATOR=';'
26219 else
26220 PATH_SEPARATOR=:
26222 rm -f conf$$.sh
26225 # Support unset when possible.
26226 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26227 as_unset=unset
26228 else
26229 as_unset=false
26233 # IFS
26234 # We need space, tab and new line, in precisely that order. Quoting is
26235 # there to prevent editors from complaining about space-tab.
26236 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26237 # splitting by setting IFS to empty value.)
26238 as_nl='
26240 IFS=" "" $as_nl"
26242 # Find who we are. Look in the path if we contain no directory separator.
26243 case $0 in
26244 *[\\/]* ) as_myself=$0 ;;
26245 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26246 for as_dir in $PATH
26248 IFS=$as_save_IFS
26249 test -z "$as_dir" && as_dir=.
26250 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26251 done
26252 IFS=$as_save_IFS
26255 esac
26256 # We did not find ourselves, most probably we were run as `sh COMMAND'
26257 # in which case we are not to be found in the path.
26258 if test "x$as_myself" = x; then
26259 as_myself=$0
26261 if test ! -f "$as_myself"; then
26262 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26263 { (exit 1); exit 1; }
26266 # Work around bugs in pre-3.0 UWIN ksh.
26267 for as_var in ENV MAIL MAILPATH
26268 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26269 done
26270 PS1='$ '
26271 PS2='> '
26272 PS4='+ '
26274 # NLS nuisances.
26275 for as_var in \
26276 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26277 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26278 LC_TELEPHONE LC_TIME
26280 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26281 eval $as_var=C; export $as_var
26282 else
26283 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26285 done
26287 # Required to use basename.
26288 if expr a : '\(a\)' >/dev/null 2>&1 &&
26289 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26290 as_expr=expr
26291 else
26292 as_expr=false
26295 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26296 as_basename=basename
26297 else
26298 as_basename=false
26302 # Name of the executable.
26303 as_me=`$as_basename -- "$0" ||
26304 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26305 X"$0" : 'X\(//\)$' \| \
26306 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26307 echo X/"$0" |
26308 sed '/^.*\/\([^/][^/]*\)\/*$/{
26309 s//\1/
26312 /^X\/\(\/\/\)$/{
26313 s//\1/
26316 /^X\/\(\/\).*/{
26317 s//\1/
26320 s/.*/./; q'`
26322 # CDPATH.
26323 $as_unset CDPATH
26327 as_lineno_1=$LINENO
26328 as_lineno_2=$LINENO
26329 test "x$as_lineno_1" != "x$as_lineno_2" &&
26330 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26332 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26333 # uniformly replaced by the line number. The first 'sed' inserts a
26334 # line-number line after each line using $LINENO; the second 'sed'
26335 # does the real work. The second script uses 'N' to pair each
26336 # line-number line with the line containing $LINENO, and appends
26337 # trailing '-' during substitution so that $LINENO is not a special
26338 # case at line end.
26339 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26340 # scripts with optimization help from Paolo Bonzini. Blame Lee
26341 # E. McMahon (1931-1989) for sed's syntax. :-)
26342 sed -n '
26344 /[$]LINENO/=
26345 ' <$as_myself |
26346 sed '
26347 s/[$]LINENO.*/&-/
26348 t lineno
26350 :lineno
26352 :loop
26353 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26354 t loop
26355 s/-\n.*//
26356 ' >$as_me.lineno &&
26357 chmod +x "$as_me.lineno" ||
26358 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26359 { (exit 1); exit 1; }; }
26361 # Don't try to exec as it changes $[0], causing all sort of problems
26362 # (the dirname of $[0] is not the place where we might find the
26363 # original and so on. Autoconf is especially sensitive to this).
26364 . "./$as_me.lineno"
26365 # Exit status is that of the last command.
26366 exit
26370 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26371 as_dirname=dirname
26372 else
26373 as_dirname=false
26376 ECHO_C= ECHO_N= ECHO_T=
26377 case `echo -n x` in
26378 -n*)
26379 case `echo 'x\c'` in
26380 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26381 *) ECHO_C='\c';;
26382 esac;;
26384 ECHO_N='-n';;
26385 esac
26387 if expr a : '\(a\)' >/dev/null 2>&1 &&
26388 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26389 as_expr=expr
26390 else
26391 as_expr=false
26394 rm -f conf$$ conf$$.exe conf$$.file
26395 if test -d conf$$.dir; then
26396 rm -f conf$$.dir/conf$$.file
26397 else
26398 rm -f conf$$.dir
26399 mkdir conf$$.dir
26401 echo >conf$$.file
26402 if ln -s conf$$.file conf$$ 2>/dev/null; then
26403 as_ln_s='ln -s'
26404 # ... but there are two gotchas:
26405 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26406 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26407 # In both cases, we have to default to `cp -p'.
26408 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26409 as_ln_s='cp -p'
26410 elif ln conf$$.file conf$$ 2>/dev/null; then
26411 as_ln_s=ln
26412 else
26413 as_ln_s='cp -p'
26415 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26416 rmdir conf$$.dir 2>/dev/null
26418 if mkdir -p . 2>/dev/null; then
26419 as_mkdir_p=:
26420 else
26421 test -d ./-p && rmdir ./-p
26422 as_mkdir_p=false
26425 if test -x / >/dev/null 2>&1; then
26426 as_test_x='test -x'
26427 else
26428 if ls -dL / >/dev/null 2>&1; then
26429 as_ls_L_option=L
26430 else
26431 as_ls_L_option=
26433 as_test_x='
26434 eval sh -c '\''
26435 if test -d "$1"; then
26436 test -d "$1/.";
26437 else
26438 case $1 in
26439 -*)set "./$1";;
26440 esac;
26441 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26442 ???[sx]*):;;*)false;;esac;fi
26443 '\'' sh
26446 as_executable_p=$as_test_x
26448 # Sed expression to map a string onto a valid CPP name.
26449 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26451 # Sed expression to map a string onto a valid variable name.
26452 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26455 exec 6>&1
26457 # Save the log message, to keep $[0] and so on meaningful, and to
26458 # report actual input values of CONFIG_FILES etc. instead of their
26459 # values after options handling.
26460 ac_log="
26461 This file was extended by Wine $as_me 1.1.7, which was
26462 generated by GNU Autoconf 2.61. Invocation command line was
26464 CONFIG_FILES = $CONFIG_FILES
26465 CONFIG_HEADERS = $CONFIG_HEADERS
26466 CONFIG_LINKS = $CONFIG_LINKS
26467 CONFIG_COMMANDS = $CONFIG_COMMANDS
26468 $ $0 $@
26470 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26473 _ACEOF
26475 cat >>$CONFIG_STATUS <<_ACEOF
26476 # Files that config.status was made for.
26477 config_files="$ac_config_files"
26478 config_headers="$ac_config_headers"
26479 config_commands="$ac_config_commands"
26481 _ACEOF
26483 cat >>$CONFIG_STATUS <<\_ACEOF
26484 ac_cs_usage="\
26485 \`$as_me' instantiates files from templates according to the
26486 current configuration.
26488 Usage: $0 [OPTIONS] [FILE]...
26490 -h, --help print this help, then exit
26491 -V, --version print version number and configuration settings, then exit
26492 -q, --quiet do not print progress messages
26493 -d, --debug don't remove temporary files
26494 --recheck update $as_me by reconfiguring in the same conditions
26495 --file=FILE[:TEMPLATE]
26496 instantiate the configuration file FILE
26497 --header=FILE[:TEMPLATE]
26498 instantiate the configuration header FILE
26500 Configuration files:
26501 $config_files
26503 Configuration headers:
26504 $config_headers
26506 Configuration commands:
26507 $config_commands
26509 Report bugs to <bug-autoconf@gnu.org>."
26511 _ACEOF
26512 cat >>$CONFIG_STATUS <<_ACEOF
26513 ac_cs_version="\\
26514 Wine config.status 1.1.7
26515 configured by $0, generated by GNU Autoconf 2.61,
26516 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26518 Copyright (C) 2006 Free Software Foundation, Inc.
26519 This config.status script is free software; the Free Software Foundation
26520 gives unlimited permission to copy, distribute and modify it."
26522 ac_pwd='$ac_pwd'
26523 srcdir='$srcdir'
26524 INSTALL='$INSTALL'
26525 _ACEOF
26527 cat >>$CONFIG_STATUS <<\_ACEOF
26528 # If no file are specified by the user, then we need to provide default
26529 # value. By we need to know if files were specified by the user.
26530 ac_need_defaults=:
26531 while test $# != 0
26533 case $1 in
26534 --*=*)
26535 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26536 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26537 ac_shift=:
26540 ac_option=$1
26541 ac_optarg=$2
26542 ac_shift=shift
26544 esac
26546 case $ac_option in
26547 # Handling of the options.
26548 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26549 ac_cs_recheck=: ;;
26550 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26551 echo "$ac_cs_version"; exit ;;
26552 --debug | --debu | --deb | --de | --d | -d )
26553 debug=: ;;
26554 --file | --fil | --fi | --f )
26555 $ac_shift
26556 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26557 ac_need_defaults=false;;
26558 --header | --heade | --head | --hea )
26559 $ac_shift
26560 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26561 ac_need_defaults=false;;
26562 --he | --h)
26563 # Conflict between --help and --header
26564 { echo "$as_me: error: ambiguous option: $1
26565 Try \`$0 --help' for more information." >&2
26566 { (exit 1); exit 1; }; };;
26567 --help | --hel | -h )
26568 echo "$ac_cs_usage"; exit ;;
26569 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26570 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26571 ac_cs_silent=: ;;
26573 # This is an error.
26574 -*) { echo "$as_me: error: unrecognized option: $1
26575 Try \`$0 --help' for more information." >&2
26576 { (exit 1); exit 1; }; } ;;
26578 *) ac_config_targets="$ac_config_targets $1"
26579 ac_need_defaults=false ;;
26581 esac
26582 shift
26583 done
26585 ac_configure_extra_args=
26587 if $ac_cs_silent; then
26588 exec 6>/dev/null
26589 ac_configure_extra_args="$ac_configure_extra_args --silent"
26592 _ACEOF
26593 cat >>$CONFIG_STATUS <<_ACEOF
26594 if \$ac_cs_recheck; then
26595 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26596 CONFIG_SHELL=$SHELL
26597 export CONFIG_SHELL
26598 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26601 _ACEOF
26602 cat >>$CONFIG_STATUS <<\_ACEOF
26603 exec 5>>config.log
26605 echo
26606 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26607 ## Running $as_me. ##
26608 _ASBOX
26609 echo "$ac_log"
26610 } >&5
26612 _ACEOF
26613 cat >>$CONFIG_STATUS <<_ACEOF
26614 _ACEOF
26616 cat >>$CONFIG_STATUS <<\_ACEOF
26618 # Handling of arguments.
26619 for ac_config_target in $ac_config_targets
26621 case $ac_config_target in
26622 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26623 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26624 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26625 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26626 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26627 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26628 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26629 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26630 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26631 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26632 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26633 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26634 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26635 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26636 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26637 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26638 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26639 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26640 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26641 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26642 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26643 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26644 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26645 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26646 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26647 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26648 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26649 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26650 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26651 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26652 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26653 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26654 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26655 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26656 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26657 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26658 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26659 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26660 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26661 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26662 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26663 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26664 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26665 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26666 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26667 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26668 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26669 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26670 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26671 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26672 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26673 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26674 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26675 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
26676 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26677 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26678 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26679 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
26680 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26681 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26682 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26683 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26684 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26685 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26686 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26687 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26688 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26689 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26690 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26691 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26692 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26693 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26694 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26695 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26696 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26697 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26698 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26699 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26700 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26701 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26702 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26703 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26704 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26705 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26706 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26707 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26708 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26709 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26710 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26711 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26712 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26713 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26714 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26715 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26716 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26717 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26718 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26719 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26720 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26721 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26722 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26723 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26724 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26725 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26726 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26727 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26728 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26729 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26730 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26731 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26732 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26733 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26734 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26735 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26736 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26737 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26738 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26739 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26740 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26741 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26742 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
26743 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26744 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26745 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26746 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26747 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26748 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26749 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26750 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26751 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26752 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26753 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26754 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26755 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26756 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26757 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26758 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26759 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26760 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26761 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26762 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26763 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26764 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26765 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26766 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26767 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26768 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26769 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26770 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26771 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26772 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26773 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26774 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26775 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26776 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26777 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26778 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26779 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26780 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26781 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26782 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26783 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26784 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26785 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26786 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26787 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26788 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26789 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26790 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26791 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26792 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26793 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26794 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26795 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26796 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26797 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26798 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26799 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26800 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26801 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26802 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26803 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26804 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26805 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26806 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26807 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26808 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26809 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26810 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26811 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26812 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26813 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26814 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26815 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26816 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26817 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26818 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26819 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26820 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26821 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26822 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26823 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26824 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26825 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26826 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26827 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26828 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26829 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26830 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26831 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26832 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26833 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26834 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26835 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26836 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26837 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26838 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26839 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26840 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26841 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26842 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26843 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26844 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26845 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26846 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26847 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26848 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26849 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26850 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26851 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26852 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26853 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26854 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26855 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26856 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26857 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26858 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26859 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26860 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26861 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
26862 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26863 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26864 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26865 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26866 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26867 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26868 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26869 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26870 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26871 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26872 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26873 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26874 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26875 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26876 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26877 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26878 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26879 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26880 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26881 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26882 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26883 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26884 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26885 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26886 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26887 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26888 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26889 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26890 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26891 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26892 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26893 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26894 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26895 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26896 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26897 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26898 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26899 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26900 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26901 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26902 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26903 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26904 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26905 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26906 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26907 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26908 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26909 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26910 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26911 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26912 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26913 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26914 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26915 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26916 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26917 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26918 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26919 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26920 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26921 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26922 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26923 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26924 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26925 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26926 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26927 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26928 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26929 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26930 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26931 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26932 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26933 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26934 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26935 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26936 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26937 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26938 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26939 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26940 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26941 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26942 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26943 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26944 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26945 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26946 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26947 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26948 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26949 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26950 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26951 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26952 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26953 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26954 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26955 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26956 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26957 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26958 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26959 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26960 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26961 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26962 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26963 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26964 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26965 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26966 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26967 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26968 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26969 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26970 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26971 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26972 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26973 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26974 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26975 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26976 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26977 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26978 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26979 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26980 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26981 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26982 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26983 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26984 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26985 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26986 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26987 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26988 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26989 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26990 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
26991 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26992 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26993 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26994 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26995 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26996 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26997 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26998 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26999 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27000 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27001 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27002 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
27003 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
27004 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
27005 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
27006 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
27007 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
27008 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27009 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27010 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27011 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27012 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27013 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27014 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27015 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27016 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27017 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27018 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27019 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27020 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27021 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27022 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27023 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27024 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27025 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27026 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27027 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27028 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27029 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27030 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27031 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27032 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27033 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27034 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27035 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27036 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27037 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27038 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27039 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27040 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27041 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27042 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27043 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27044 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27045 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27046 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27047 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27048 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27049 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27050 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27051 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27052 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27053 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27054 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27055 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27056 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27057 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27058 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27059 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27061 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27062 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27063 { (exit 1); exit 1; }; };;
27064 esac
27065 done
27068 # If the user did not use the arguments to specify the items to instantiate,
27069 # then the envvar interface is used. Set only those that are not.
27070 # We use the long form for the default assignment because of an extremely
27071 # bizarre bug on SunOS 4.1.3.
27072 if $ac_need_defaults; then
27073 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27074 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27075 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27078 # Have a temporary directory for convenience. Make it in the build tree
27079 # simply because there is no reason against having it here, and in addition,
27080 # creating and moving files from /tmp can sometimes cause problems.
27081 # Hook for its removal unless debugging.
27082 # Note that there is a small window in which the directory will not be cleaned:
27083 # after its creation but before its name has been assigned to `$tmp'.
27084 $debug ||
27086 tmp=
27087 trap 'exit_status=$?
27088 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27090 trap '{ (exit 1); exit 1; }' 1 2 13 15
27092 # Create a (secure) tmp directory for tmp files.
27095 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27096 test -n "$tmp" && test -d "$tmp"
27097 } ||
27099 tmp=./conf$$-$RANDOM
27100 (umask 077 && mkdir "$tmp")
27101 } ||
27103 echo "$me: cannot create a temporary directory in ." >&2
27104 { (exit 1); exit 1; }
27108 # Set up the sed scripts for CONFIG_FILES section.
27111 # No need to generate the scripts if there are no CONFIG_FILES.
27112 # This happens for instance when ./config.status config.h
27113 if test -n "$CONFIG_FILES"; then
27115 _ACEOF
27117 # Create sed commands to just substitute file output variables.
27119 # Remaining file output variables are in a fragment that also has non-file
27120 # output varibles.
27124 ac_delim='%!_!# '
27125 for ac_last_try in false false false false false :; do
27126 cat >conf$$subs.sed <<_ACEOF
27127 SHELL!$SHELL$ac_delim
27128 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27129 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27130 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27131 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27132 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27133 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27134 exec_prefix!$exec_prefix$ac_delim
27135 prefix!$prefix$ac_delim
27136 program_transform_name!$program_transform_name$ac_delim
27137 bindir!$bindir$ac_delim
27138 sbindir!$sbindir$ac_delim
27139 libexecdir!$libexecdir$ac_delim
27140 datarootdir!$datarootdir$ac_delim
27141 datadir!$datadir$ac_delim
27142 sysconfdir!$sysconfdir$ac_delim
27143 sharedstatedir!$sharedstatedir$ac_delim
27144 localstatedir!$localstatedir$ac_delim
27145 includedir!$includedir$ac_delim
27146 oldincludedir!$oldincludedir$ac_delim
27147 docdir!$docdir$ac_delim
27148 infodir!$infodir$ac_delim
27149 htmldir!$htmldir$ac_delim
27150 dvidir!$dvidir$ac_delim
27151 pdfdir!$pdfdir$ac_delim
27152 psdir!$psdir$ac_delim
27153 libdir!$libdir$ac_delim
27154 localedir!$localedir$ac_delim
27155 mandir!$mandir$ac_delim
27156 DEFS!$DEFS$ac_delim
27157 ECHO_C!$ECHO_C$ac_delim
27158 ECHO_N!$ECHO_N$ac_delim
27159 ECHO_T!$ECHO_T$ac_delim
27160 LIBS!$LIBS$ac_delim
27161 build_alias!$build_alias$ac_delim
27162 host_alias!$host_alias$ac_delim
27163 target_alias!$target_alias$ac_delim
27164 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27165 build!$build$ac_delim
27166 build_cpu!$build_cpu$ac_delim
27167 build_vendor!$build_vendor$ac_delim
27168 build_os!$build_os$ac_delim
27169 host!$host$ac_delim
27170 host_cpu!$host_cpu$ac_delim
27171 host_vendor!$host_vendor$ac_delim
27172 host_os!$host_os$ac_delim
27173 WIN16_FILES!$WIN16_FILES$ac_delim
27174 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27175 SET_MAKE!$SET_MAKE$ac_delim
27176 CC!$CC$ac_delim
27177 CFLAGS!$CFLAGS$ac_delim
27178 LDFLAGS!$LDFLAGS$ac_delim
27179 CPPFLAGS!$CPPFLAGS$ac_delim
27180 ac_ct_CC!$ac_ct_CC$ac_delim
27181 EXEEXT!$EXEEXT$ac_delim
27182 OBJEXT!$OBJEXT$ac_delim
27183 CXX!$CXX$ac_delim
27184 CXXFLAGS!$CXXFLAGS$ac_delim
27185 ac_ct_CXX!$ac_ct_CXX$ac_delim
27186 CPPBIN!$CPPBIN$ac_delim
27187 TOOLSDIR!$TOOLSDIR$ac_delim
27188 XMKMF!$XMKMF$ac_delim
27189 CPP!$CPP$ac_delim
27190 X_CFLAGS!$X_CFLAGS$ac_delim
27191 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27192 X_LIBS!$X_LIBS$ac_delim
27193 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27194 FLEX!$FLEX$ac_delim
27195 BISON!$BISON$ac_delim
27196 AS!$AS$ac_delim
27197 ac_ct_AS!$ac_ct_AS$ac_delim
27198 LD!$LD$ac_delim
27199 ac_ct_LD!$ac_ct_LD$ac_delim
27200 NM!$NM$ac_delim
27201 ac_ct_NM!$ac_ct_NM$ac_delim
27202 AR!$AR$ac_delim
27203 ac_ct_AR!$ac_ct_AR$ac_delim
27204 ARFLAGS!$ARFLAGS$ac_delim
27205 RANLIB!$RANLIB$ac_delim
27206 STRIP!$STRIP$ac_delim
27207 WINDRES!$WINDRES$ac_delim
27208 LN_S!$LN_S$ac_delim
27209 _ACEOF
27211 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27212 break
27213 elif $ac_last_try; then
27214 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27215 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27216 { (exit 1); exit 1; }; }
27217 else
27218 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27220 done
27222 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27223 if test -n "$ac_eof"; then
27224 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27225 ac_eof=`expr $ac_eof + 1`
27228 cat >>$CONFIG_STATUS <<_ACEOF
27229 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27230 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27231 /^[ ]*@MAKE_RULES@[ ]*$/{
27232 r $MAKE_RULES
27235 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27236 r $MAKE_DLL_RULES
27239 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27240 r $MAKE_IMPLIB_RULES
27243 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27244 r $MAKE_TEST_RULES
27247 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27248 r $MAKE_PROG_RULES
27251 _ACEOF
27252 sed '
27253 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27254 s/^/s,@/; s/!/@,|#_!!_#|/
27257 s/'"$ac_delim"'$/,g/; t
27258 s/$/\\/; p
27259 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27260 ' >>$CONFIG_STATUS <conf$$subs.sed
27261 rm -f conf$$subs.sed
27262 cat >>$CONFIG_STATUS <<_ACEOF
27263 CEOF$ac_eof
27264 _ACEOF
27267 ac_delim='%!_!# '
27268 for ac_last_try in false false false false false :; do
27269 cat >conf$$subs.sed <<_ACEOF
27270 LN!$LN$ac_delim
27271 GREP!$GREP$ac_delim
27272 EGREP!$EGREP$ac_delim
27273 LDCONFIG!$LDCONFIG$ac_delim
27274 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27275 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27276 INSTALL_DATA!$INSTALL_DATA$ac_delim
27277 LINT!$LINT$ac_delim
27278 LINTFLAGS!$LINTFLAGS$ac_delim
27279 FONTFORGE!$FONTFORGE$ac_delim
27280 PKG_CONFIG!$PKG_CONFIG$ac_delim
27281 RSVG!$RSVG$ac_delim
27282 ICOTOOL!$ICOTOOL$ac_delim
27283 PRELINK!$PRELINK$ac_delim
27284 LIBPTHREAD!$LIBPTHREAD$ac_delim
27285 XLIB!$XLIB$ac_delim
27286 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27287 DLLEXT!$DLLEXT$ac_delim
27288 DLLFLAGS!$DLLFLAGS$ac_delim
27289 LDSHARED!$LDSHARED$ac_delim
27290 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27291 LIBEXT!$LIBEXT$ac_delim
27292 IMPLIBEXT!$IMPLIBEXT$ac_delim
27293 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27294 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27295 LDD!$LDD$ac_delim
27296 DLLTOOL!$DLLTOOL$ac_delim
27297 DLLWRAP!$DLLWRAP$ac_delim
27298 MINGWAR!$MINGWAR$ac_delim
27299 SECURITYLIB!$SECURITYLIB$ac_delim
27300 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27301 IOKITLIB!$IOKITLIB$ac_delim
27302 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27303 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27304 COREAUDIO!$COREAUDIO$ac_delim
27305 CARBONLIB!$CARBONLIB$ac_delim
27306 CROSSCC!$CROSSCC$ac_delim
27307 CROSSWINDRES!$CROSSWINDRES$ac_delim
27308 CROSSTEST!$CROSSTEST$ac_delim
27309 NASLIBS!$NASLIBS$ac_delim
27310 XML2LIBS!$XML2LIBS$ac_delim
27311 XML2INCL!$XML2INCL$ac_delim
27312 XSLTLIBS!$XSLTLIBS$ac_delim
27313 XSLTINCL!$XSLTINCL$ac_delim
27314 HALINCL!$HALINCL$ac_delim
27315 GNUTLSINCL!$GNUTLSINCL$ac_delim
27316 sane_devel!$sane_devel$ac_delim
27317 SANEINCL!$SANEINCL$ac_delim
27318 gphoto2_devel!$gphoto2_devel$ac_delim
27319 gphoto2port_devel!$gphoto2port_devel$ac_delim
27320 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27321 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27322 RESOLVLIBS!$RESOLVLIBS$ac_delim
27323 LCMSLIBS!$LCMSLIBS$ac_delim
27324 ft_devel!$ft_devel$ac_delim
27325 FREETYPELIBS!$FREETYPELIBS$ac_delim
27326 FREETYPEINCL!$FREETYPEINCL$ac_delim
27327 ESDCONFIG!$ESDCONFIG$ac_delim
27328 ESDINCL!$ESDINCL$ac_delim
27329 ESDLIBS!$ESDLIBS$ac_delim
27330 ALSALIBS!$ALSALIBS$ac_delim
27331 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27332 CUPSINCL!$CUPSINCL$ac_delim
27333 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27334 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27335 BUILTINFLAG!$BUILTINFLAG$ac_delim
27336 LDPATH!$LDPATH$ac_delim
27337 CRTLIBS!$CRTLIBS$ac_delim
27338 SOCKETLIBS!$SOCKETLIBS$ac_delim
27339 MAIN_BINARY!$MAIN_BINARY$ac_delim
27340 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27341 LIBDL!$LIBDL$ac_delim
27342 LIBPOLL!$LIBPOLL$ac_delim
27343 LDAPLIBS!$LDAPLIBS$ac_delim
27344 DEPENDENCIES!$DEPENDENCIES$ac_delim
27345 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27346 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27347 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27348 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27349 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27350 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27351 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27352 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27353 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27354 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27355 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27356 LIBOBJS!$LIBOBJS$ac_delim
27357 LTLIBOBJS!$LTLIBOBJS$ac_delim
27358 _ACEOF
27360 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27361 break
27362 elif $ac_last_try; then
27363 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27364 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27365 { (exit 1); exit 1; }; }
27366 else
27367 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27369 done
27371 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27372 if test -n "$ac_eof"; then
27373 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27374 ac_eof=`expr $ac_eof + 1`
27377 cat >>$CONFIG_STATUS <<_ACEOF
27378 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27379 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27380 _ACEOF
27381 sed '
27382 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27383 s/^/s,@/; s/!/@,|#_!!_#|/
27386 s/'"$ac_delim"'$/,g/; t
27387 s/$/\\/; p
27388 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27389 ' >>$CONFIG_STATUS <conf$$subs.sed
27390 rm -f conf$$subs.sed
27391 cat >>$CONFIG_STATUS <<_ACEOF
27392 :end
27393 s/|#_!!_#|//g
27394 CEOF$ac_eof
27395 _ACEOF
27398 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27399 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27400 # trailing colons and then remove the whole line if VPATH becomes empty
27401 # (actually we leave an empty line to preserve line numbers).
27402 if test "x$srcdir" = x.; then
27403 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27404 s/:*\$(srcdir):*/:/
27405 s/:*\${srcdir}:*/:/
27406 s/:*@srcdir@:*/:/
27407 s/^\([^=]*=[ ]*\):*/\1/
27408 s/:*$//
27409 s/^[^=]*=[ ]*$//
27413 cat >>$CONFIG_STATUS <<\_ACEOF
27414 fi # test -n "$CONFIG_FILES"
27417 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27419 case $ac_tag in
27420 :[FHLC]) ac_mode=$ac_tag; continue;;
27421 esac
27422 case $ac_mode$ac_tag in
27423 :[FHL]*:*);;
27424 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27425 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27426 { (exit 1); exit 1; }; };;
27427 :[FH]-) ac_tag=-:-;;
27428 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27429 esac
27430 ac_save_IFS=$IFS
27431 IFS=:
27432 set x $ac_tag
27433 IFS=$ac_save_IFS
27434 shift
27435 ac_file=$1
27436 shift
27438 case $ac_mode in
27439 :L) ac_source=$1;;
27440 :[FH])
27441 ac_file_inputs=
27442 for ac_f
27444 case $ac_f in
27445 -) ac_f="$tmp/stdin";;
27446 *) # Look for the file first in the build tree, then in the source tree
27447 # (if the path is not absolute). The absolute path cannot be DOS-style,
27448 # because $ac_f cannot contain `:'.
27449 test -f "$ac_f" ||
27450 case $ac_f in
27451 [\\/$]*) false;;
27452 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27453 esac ||
27454 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27455 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27456 { (exit 1); exit 1; }; };;
27457 esac
27458 ac_file_inputs="$ac_file_inputs $ac_f"
27459 done
27461 # Let's still pretend it is `configure' which instantiates (i.e., don't
27462 # use $as_me), people would be surprised to read:
27463 # /* config.h. Generated by config.status. */
27464 configure_input="Generated from "`IFS=:
27465 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27466 if test x"$ac_file" != x-; then
27467 configure_input="$ac_file. $configure_input"
27468 { echo "$as_me:$LINENO: creating $ac_file" >&5
27469 echo "$as_me: creating $ac_file" >&6;}
27472 case $ac_tag in
27473 *:-:* | *:-) cat >"$tmp/stdin";;
27474 esac
27476 esac
27478 ac_dir=`$as_dirname -- "$ac_file" ||
27479 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27480 X"$ac_file" : 'X\(//\)[^/]' \| \
27481 X"$ac_file" : 'X\(//\)$' \| \
27482 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27483 echo X"$ac_file" |
27484 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27485 s//\1/
27488 /^X\(\/\/\)[^/].*/{
27489 s//\1/
27492 /^X\(\/\/\)$/{
27493 s//\1/
27496 /^X\(\/\).*/{
27497 s//\1/
27500 s/.*/./; q'`
27501 { as_dir="$ac_dir"
27502 case $as_dir in #(
27503 -*) as_dir=./$as_dir;;
27504 esac
27505 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27506 as_dirs=
27507 while :; do
27508 case $as_dir in #(
27509 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27510 *) as_qdir=$as_dir;;
27511 esac
27512 as_dirs="'$as_qdir' $as_dirs"
27513 as_dir=`$as_dirname -- "$as_dir" ||
27514 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27515 X"$as_dir" : 'X\(//\)[^/]' \| \
27516 X"$as_dir" : 'X\(//\)$' \| \
27517 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27518 echo X"$as_dir" |
27519 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27520 s//\1/
27523 /^X\(\/\/\)[^/].*/{
27524 s//\1/
27527 /^X\(\/\/\)$/{
27528 s//\1/
27531 /^X\(\/\).*/{
27532 s//\1/
27535 s/.*/./; q'`
27536 test -d "$as_dir" && break
27537 done
27538 test -z "$as_dirs" || eval "mkdir $as_dirs"
27539 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27540 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27541 { (exit 1); exit 1; }; }; }
27542 ac_builddir=.
27544 case "$ac_dir" in
27545 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27547 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27548 # A ".." for each directory in $ac_dir_suffix.
27549 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27550 case $ac_top_builddir_sub in
27551 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27552 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27553 esac ;;
27554 esac
27555 ac_abs_top_builddir=$ac_pwd
27556 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27557 # for backward compatibility:
27558 ac_top_builddir=$ac_top_build_prefix
27560 case $srcdir in
27561 .) # We are building in place.
27562 ac_srcdir=.
27563 ac_top_srcdir=$ac_top_builddir_sub
27564 ac_abs_top_srcdir=$ac_pwd ;;
27565 [\\/]* | ?:[\\/]* ) # Absolute name.
27566 ac_srcdir=$srcdir$ac_dir_suffix;
27567 ac_top_srcdir=$srcdir
27568 ac_abs_top_srcdir=$srcdir ;;
27569 *) # Relative name.
27570 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27571 ac_top_srcdir=$ac_top_build_prefix$srcdir
27572 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27573 esac
27574 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27577 case $ac_mode in
27580 # CONFIG_FILE
27583 case $INSTALL in
27584 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27585 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27586 esac
27587 _ACEOF
27589 cat >>$CONFIG_STATUS <<\_ACEOF
27590 # If the template does not know about datarootdir, expand it.
27591 # FIXME: This hack should be removed a few years after 2.60.
27592 ac_datarootdir_hack=; ac_datarootdir_seen=
27594 case `sed -n '/datarootdir/ {
27598 /@datadir@/p
27599 /@docdir@/p
27600 /@infodir@/p
27601 /@localedir@/p
27602 /@mandir@/p
27603 ' $ac_file_inputs` in
27604 *datarootdir*) ac_datarootdir_seen=yes;;
27605 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27606 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27607 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27608 _ACEOF
27609 cat >>$CONFIG_STATUS <<_ACEOF
27610 ac_datarootdir_hack='
27611 s&@datadir@&$datadir&g
27612 s&@docdir@&$docdir&g
27613 s&@infodir@&$infodir&g
27614 s&@localedir@&$localedir&g
27615 s&@mandir@&$mandir&g
27616 s&\\\${datarootdir}&$datarootdir&g' ;;
27617 esac
27618 _ACEOF
27620 # Neutralize VPATH when `$srcdir' = `.'.
27621 # Shell code in configure.ac might set extrasub.
27622 # FIXME: do we really want to maintain this feature?
27623 cat >>$CONFIG_STATUS <<_ACEOF
27624 sed "$ac_vpsub
27625 $extrasub
27626 _ACEOF
27627 cat >>$CONFIG_STATUS <<\_ACEOF
27629 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27630 s&@configure_input@&$configure_input&;t t
27631 s&@top_builddir@&$ac_top_builddir_sub&;t t
27632 s&@srcdir@&$ac_srcdir&;t t
27633 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27634 s&@top_srcdir@&$ac_top_srcdir&;t t
27635 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27636 s&@builddir@&$ac_builddir&;t t
27637 s&@abs_builddir@&$ac_abs_builddir&;t t
27638 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27639 s&@INSTALL@&$ac_INSTALL&;t t
27640 $ac_datarootdir_hack
27641 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27643 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27644 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27645 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27646 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27647 which seems to be undefined. Please make sure it is defined." >&5
27648 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27649 which seems to be undefined. Please make sure it is defined." >&2;}
27651 rm -f "$tmp/stdin"
27652 case $ac_file in
27653 -) cat "$tmp/out"; rm -f "$tmp/out";;
27654 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27655 esac
27659 # CONFIG_HEADER
27661 _ACEOF
27663 # Transform confdefs.h into a sed script `conftest.defines', that
27664 # substitutes the proper values into config.h.in to produce config.h.
27665 rm -f conftest.defines conftest.tail
27666 # First, append a space to every undef/define line, to ease matching.
27667 echo 's/$/ /' >conftest.defines
27668 # Then, protect against being on the right side of a sed subst, or in
27669 # an unquoted here document, in config.status. If some macros were
27670 # called several times there might be several #defines for the same
27671 # symbol, which is useless. But do not sort them, since the last
27672 # AC_DEFINE must be honored.
27673 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27674 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27675 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27676 # PARAMS is the parameter list in the macro definition--in most cases, it's
27677 # just an empty string.
27678 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27679 ac_dB='\\)[ (].*,\\1define\\2'
27680 ac_dC=' '
27681 ac_dD=' ,'
27683 uniq confdefs.h |
27684 sed -n '
27685 t rset
27686 :rset
27687 s/^[ ]*#[ ]*define[ ][ ]*//
27688 t ok
27691 s/[\\&,]/\\&/g
27692 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27693 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27694 ' >>conftest.defines
27696 # Remove the space that was appended to ease matching.
27697 # Then replace #undef with comments. This is necessary, for
27698 # example, in the case of _POSIX_SOURCE, which is predefined and required
27699 # on some systems where configure will not decide to define it.
27700 # (The regexp can be short, since the line contains either #define or #undef.)
27701 echo 's/ $//
27702 s,^[ #]*u.*,/* & */,' >>conftest.defines
27704 # Break up conftest.defines:
27705 ac_max_sed_lines=50
27707 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27708 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27709 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27710 # et cetera.
27711 ac_in='$ac_file_inputs'
27712 ac_out='"$tmp/out1"'
27713 ac_nxt='"$tmp/out2"'
27715 while :
27717 # Write a here document:
27718 cat >>$CONFIG_STATUS <<_ACEOF
27719 # First, check the format of the line:
27720 cat >"\$tmp/defines.sed" <<\\CEOF
27721 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27722 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27724 :def
27725 _ACEOF
27726 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27727 echo 'CEOF
27728 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27729 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27730 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27731 grep . conftest.tail >/dev/null || break
27732 rm -f conftest.defines
27733 mv conftest.tail conftest.defines
27734 done
27735 rm -f conftest.defines conftest.tail
27737 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27738 cat >>$CONFIG_STATUS <<\_ACEOF
27739 if test x"$ac_file" != x-; then
27740 echo "/* $configure_input */" >"$tmp/config.h"
27741 cat "$ac_result" >>"$tmp/config.h"
27742 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27743 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27744 echo "$as_me: $ac_file is unchanged" >&6;}
27745 else
27746 rm -f $ac_file
27747 mv "$tmp/config.h" $ac_file
27749 else
27750 echo "/* $configure_input */"
27751 cat "$ac_result"
27753 rm -f "$tmp/out12"
27756 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27757 echo "$as_me: executing $ac_file commands" >&6;}
27759 esac
27762 case $ac_file$ac_mode in
27763 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27764 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27765 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27766 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27767 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27768 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27769 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27770 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27771 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27772 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27773 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27774 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27775 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27777 esac
27778 done # for ac_tag
27781 { (exit 0); exit 0; }
27782 _ACEOF
27783 chmod +x $CONFIG_STATUS
27784 ac_clean_files=$ac_clean_files_save
27787 # configure is writing to config.log, and then calls config.status.
27788 # config.status does its own redirection, appending to config.log.
27789 # Unfortunately, on DOS this fails, as config.log is still kept open
27790 # by configure, so config.status won't be able to write to it; its
27791 # output is simply discarded. So we exec the FD to /dev/null,
27792 # effectively closing config.log, so it can be properly (re)opened and
27793 # appended to by config.status. When coming back to configure, we
27794 # need to make the FD available again.
27795 if test "$no_create" != yes; then
27796 ac_cs_success=:
27797 ac_config_status_args=
27798 test "$silent" = yes &&
27799 ac_config_status_args="$ac_config_status_args --quiet"
27800 exec 5>/dev/null
27801 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27802 exec 5>>config.log
27803 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27804 # would make configure fail if this is the last instruction.
27805 $ac_cs_success || { (exit 1); exit 1; }
27809 if test "$no_create" = "yes"
27810 then
27811 exit 0
27814 ac_save_IFS="$IFS"
27815 if test "x$wine_notices != "x; then
27816 echo >&6
27817 IFS="|"
27818 for msg in $wine_notices; do
27819 IFS="$ac_save_IFS"
27820 if test -n "$msg"; then
27821 { echo "$as_me:$LINENO: $msg" >&5
27822 echo "$as_me: $msg" >&6;}
27824 done
27826 IFS="|"
27827 for msg in $wine_warnings; do
27828 IFS="$ac_save_IFS"
27829 if test -n "$msg"; then
27830 echo >&2
27831 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27832 echo "$as_me: WARNING: $msg" >&2;}
27834 done
27835 IFS="$ac_save_IFS"
27837 echo "
27838 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27839 " >&6