push 460a69df99a5ad9f5823a97170ef7a215171c033
[wine/hacks.git] / configure
blob72bee06ff05fd9eb073ee96e1534aade6d48f962
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.12.
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.12'
578 PACKAGE_STRING='Wine 1.1.12'
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 TARGET
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSCC
738 CROSSWINDRES
739 CROSSTEST
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 PULSELIBS
761 ALSALIBS
762 AUDIOIOLIBS
763 CUPSINCL
764 FONTCONFIGINCL
765 EXTRACFLAGS
766 BUILTINFLAG
767 LDPATH
768 CRTLIBS
769 SOCKETLIBS
770 MAIN_BINARY
771 EXTRA_BINARIES
772 LIBDL
773 LIBPOLL
774 LDAPLIBS
775 DEPENDENCIES
776 ALL_MAKERULES
777 ALL_MAKEFILES
778 ALL_MAKEFILE_DEPENDS
779 ALL_TOP_DIRS
780 ALL_DLL_DIRS
781 ALL_IMPLIB_DIRS
782 ALL_TEST_DIRS
783 ALL_PROGRAM_DIRS
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
786 ALL_WINETEST_DEPENDS
787 LIBOBJS
788 LTLIBOBJS'
789 ac_subst_files='MAKE_RULES
790 MAKE_DLL_RULES
791 MAKE_IMPLIB_RULES
792 MAKE_TEST_RULES
793 MAKE_PROG_RULES'
794 ac_precious_vars='build_alias
795 host_alias
796 target_alias
798 CFLAGS
799 LDFLAGS
800 LIBS
801 CPPFLAGS
803 CXXFLAGS
805 XMKMF
806 CPP'
809 # Initialize some variables set by options.
810 ac_init_help=
811 ac_init_version=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
814 cache_file=/dev/null
815 exec_prefix=NONE
816 no_create=
817 no_recursion=
818 prefix=NONE
819 program_prefix=NONE
820 program_suffix=NONE
821 program_transform_name=s,x,x,
822 silent=
823 site=
824 srcdir=
825 verbose=
826 x_includes=NONE
827 x_libraries=NONE
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir='${exec_prefix}/bin'
836 sbindir='${exec_prefix}/sbin'
837 libexecdir='${exec_prefix}/libexec'
838 datarootdir='${prefix}/share'
839 datadir='${datarootdir}'
840 sysconfdir='${prefix}/etc'
841 sharedstatedir='${prefix}/com'
842 localstatedir='${prefix}/var'
843 includedir='${prefix}/include'
844 oldincludedir='/usr/include'
845 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir='${datarootdir}/info'
847 htmldir='${docdir}'
848 dvidir='${docdir}'
849 pdfdir='${docdir}'
850 psdir='${docdir}'
851 libdir='${exec_prefix}/lib'
852 localedir='${datarootdir}/locale'
853 mandir='${datarootdir}/man'
855 ac_prev=
856 ac_dashdash=
857 for ac_option
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\$ac_option
862 ac_prev=
863 continue
866 case $ac_option in
867 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *) ac_optarg=yes ;;
869 esac
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
875 ac_dashdash=yes ;;
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
894 --config-cache | -C)
895 cache_file=config.cache ;;
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
909 -disable-* | --disable-*)
910 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_$ac_feature=no ;;
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
928 -enable-* | --enable-*)
929 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_$ac_feature=\$ac_optarg ;;
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
944 exec_prefix=$ac_optarg ;;
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
957 -host | --host | --hos | --ho)
958 ac_prev=host_alias ;;
959 -host=* | --host=* | --hos=* | --ho=*)
960 host_alias=$ac_optarg ;;
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
973 includedir=$ac_optarg ;;
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
978 infodir=$ac_optarg ;;
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
983 libdir=$ac_optarg ;;
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
990 libexecdir=$ac_optarg ;;
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
997 -localstatedir | --localstatedir | --localstatedi | --localstated \
998 | --localstate | --localstat | --localsta | --localst | --locals)
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1002 localstatedir=$ac_optarg ;;
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1007 mandir=$ac_optarg ;;
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1014 | --no-cr | --no-c | -n)
1015 no_create=yes ;;
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1028 oldincludedir=$ac_optarg ;;
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1033 prefix=$ac_optarg ;;
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1040 program_prefix=$ac_optarg ;;
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1047 program_suffix=$ac_optarg ;;
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
1064 program_transform_name=$ac_optarg ;;
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
1084 sbindir=$ac_optarg ;;
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
1095 sharedstatedir=$ac_optarg ;;
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
1100 site=$ac_optarg ;;
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1105 srcdir=$ac_optarg ;;
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1112 sysconfdir=$ac_optarg ;;
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
1115 ac_prev=target_alias ;;
1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1117 target_alias=$ac_optarg ;;
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
1125 -with-* | --with-*)
1126 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_$ac_package=\$ac_optarg ;;
1134 -without-* | --without-*)
1135 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_$ac_package=no ;;
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1152 x_includes=$ac_optarg ;;
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1159 x_libraries=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 esac
1184 done
1186 if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val=\$$ac_var
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1205 done
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1210 build=$build_alias
1211 host=$host_alias
1212 target=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1225 ac_tool_prefix=
1226 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1228 test "$silent" = yes && exec 6>/dev/null
1231 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di=`ls -di .` &&
1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 echo X"$0" |
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1252 s//\1/
1255 /^X\(\/\/\)[^/].*/{
1256 s//\1/
1259 /^X\(\/\/\)$/{
1260 s//\1/
1263 /^X\(\/\).*/{
1264 s//\1/
1267 s/.*/./; q'`
1268 srcdir=$ac_confdir
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1270 srcdir=..
1272 else
1273 ac_srcdir_defaulted=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1284 pwd)`
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 srcdir=.
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1292 case $srcdir in
1293 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 esac
1295 for ac_var in $ac_precious_vars; do
1296 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_${ac_var}_value=\$${ac_var}
1298 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1300 done
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1308 cat <<_ACEOF
1309 \`configure' configures Wine 1.1.12 to adapt to many kinds of systems.
1311 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1314 VAR=VALUE. See below for descriptions of some of the useful variables.
1316 Defaults for the options are specified in brackets.
1318 Configuration:
1319 -h, --help display this help and exit
1320 --help=short display options specific to this package
1321 --help=recursive display the short help of all the included packages
1322 -V, --version display version information and exit
1323 -q, --quiet, --silent do not print \`checking...' messages
1324 --cache-file=FILE cache test results in FILE [disabled]
1325 -C, --config-cache alias for \`--cache-file=config.cache'
1326 -n, --no-create do not create output files
1327 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329 Installation directories:
1330 --prefix=PREFIX install architecture-independent files in PREFIX
1331 [$ac_default_prefix]
1332 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 [PREFIX]
1335 By default, \`make install' will install all the files in
1336 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1337 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1338 for instance \`--prefix=\$HOME'.
1340 For better control, use the options below.
1342 Fine tuning of the installation directories:
1343 --bindir=DIR user executables [EPREFIX/bin]
1344 --sbindir=DIR system admin executables [EPREFIX/sbin]
1345 --libexecdir=DIR program executables [EPREFIX/libexec]
1346 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1349 --libdir=DIR object code libraries [EPREFIX/lib]
1350 --includedir=DIR C header files [PREFIX/include]
1351 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1352 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1353 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1354 --infodir=DIR info documentation [DATAROOTDIR/info]
1355 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1356 --mandir=DIR man documentation [DATAROOTDIR/man]
1357 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1358 --htmldir=DIR html documentation [DOCDIR]
1359 --dvidir=DIR dvi documentation [DOCDIR]
1360 --pdfdir=DIR pdf documentation [DOCDIR]
1361 --psdir=DIR ps documentation [DOCDIR]
1362 _ACEOF
1364 cat <<\_ACEOF
1366 X features:
1367 --x-includes=DIR X include files are in DIR
1368 --x-libraries=DIR X library files are in DIR
1370 System types:
1371 --build=BUILD configure for building on BUILD [guessed]
1372 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1373 _ACEOF
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive ) echo "Configuration of Wine 1.1.12:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1392 Optional Packages:
1393 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1394 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1395 --without-alsa do not use the Alsa sound support
1396 --without-audioio do not use the AudioIO sound support
1397 --without-capi do not use CAPI (ISDN support)
1398 --without-cms do not use CMS (color management support)
1399 --without-coreaudio do not use the CoreAudio sound support
1400 --without-cups do not use CUPS
1401 --without-curses do not use (n)curses
1402 --without-esd do not use the EsounD sound support
1403 --without-fontconfig do not use fontconfig
1404 --without-freetype do not use the FreeType library
1405 --without-gphoto do not use gphoto (Digital Camera support)
1406 --without-glu do not use the GLU library
1407 --without-gnutls do not use GnuTLS (schannel support)
1408 --without-hal do not use HAL (dynamic device support)
1409 --without-jack do not use the Jack sound support
1410 --without-jpeg do not use JPEG
1411 --without-ldap do not use LDAP
1412 --without-nas do not use the NAS sound support
1413 --without-opengl do not use OpenGL
1414 --without-openssl do not use OpenSSL
1415 --without-oss do not use the OSS sound support
1416 --without-png do not use PNG
1417 --without-pulse do not use PulseAudio sound support
1418 --without-sane do not use SANE (scanner support)
1419 --without-xcomposite do not use the Xcomposite extension
1420 --without-xcursor do not use the Xcursor extension
1421 --without-xinerama do not use Xinerama (multi-monitor support)
1422 --without-xinput do not use the Xinput extension
1423 --without-xml do not use XML
1424 --without-xrandr do not use Xrandr (resolution changes)
1425 --without-xrender do not use the Xrender extension
1426 --without-xshape do not use the Xshape extension
1427 --without-xshm do not use XShm (shared memory extension)
1428 --without-xslt do not use XSLT
1429 --without-xxf86vm do not use XFree video mode extension
1430 --with-wine-tools=DIR use Wine tools from directory DIR
1431 --with-x use the X Window System
1433 Some influential environment variables:
1434 CC C compiler command
1435 CFLAGS C compiler flags
1436 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1437 nonstandard directory <lib dir>
1438 LIBS libraries to pass to the linker, e.g. -l<library>
1439 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1440 you have headers in a nonstandard directory <include dir>
1441 CXX C++ compiler command
1442 CXXFLAGS C++ compiler flags
1443 XMKMF Path to xmkmf, Makefile generator for X Window System
1444 CPP C preprocessor
1446 Use these variables to override the choices made by `configure' or to help
1447 it to find libraries and programs with nonstandard names/locations.
1449 Report bugs to <wine-devel@winehq.org>.
1450 _ACEOF
1451 ac_status=$?
1454 if test "$ac_init_help" = "recursive"; then
1455 # If there are subdirs, report their specific --help.
1456 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1457 test -d "$ac_dir" || continue
1458 ac_builddir=.
1460 case "$ac_dir" in
1461 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1463 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1464 # A ".." for each directory in $ac_dir_suffix.
1465 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1466 case $ac_top_builddir_sub in
1467 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1468 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1469 esac ;;
1470 esac
1471 ac_abs_top_builddir=$ac_pwd
1472 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1473 # for backward compatibility:
1474 ac_top_builddir=$ac_top_build_prefix
1476 case $srcdir in
1477 .) # We are building in place.
1478 ac_srcdir=.
1479 ac_top_srcdir=$ac_top_builddir_sub
1480 ac_abs_top_srcdir=$ac_pwd ;;
1481 [\\/]* | ?:[\\/]* ) # Absolute name.
1482 ac_srcdir=$srcdir$ac_dir_suffix;
1483 ac_top_srcdir=$srcdir
1484 ac_abs_top_srcdir=$srcdir ;;
1485 *) # Relative name.
1486 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1487 ac_top_srcdir=$ac_top_build_prefix$srcdir
1488 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1489 esac
1490 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1492 cd "$ac_dir" || { ac_status=$?; continue; }
1493 # Check for guested configure.
1494 if test -f "$ac_srcdir/configure.gnu"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1497 elif test -f "$ac_srcdir/configure"; then
1498 echo &&
1499 $SHELL "$ac_srcdir/configure" --help=recursive
1500 else
1501 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1502 fi || ac_status=$?
1503 cd "$ac_pwd" || { ac_status=$?; break; }
1504 done
1507 test -n "$ac_init_help" && exit $ac_status
1508 if $ac_init_version; then
1509 cat <<\_ACEOF
1510 Wine configure 1.1.12
1511 generated by GNU Autoconf 2.61
1513 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1514 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1515 This configure script is free software; the Free Software Foundation
1516 gives unlimited permission to copy, distribute and modify it.
1517 _ACEOF
1518 exit
1520 cat >config.log <<_ACEOF
1521 This file contains any messages produced by compilers while
1522 running configure, to aid debugging if configure makes a mistake.
1524 It was created by Wine $as_me 1.1.12, which was
1525 generated by GNU Autoconf 2.61. Invocation command line was
1527 $ $0 $@
1529 _ACEOF
1530 exec 5>>config.log
1532 cat <<_ASUNAME
1533 ## --------- ##
1534 ## Platform. ##
1535 ## --------- ##
1537 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1538 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1539 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1540 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1541 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1543 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1544 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1546 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1547 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1548 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1549 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1550 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1551 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1552 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1554 _ASUNAME
1556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1557 for as_dir in $PATH
1559 IFS=$as_save_IFS
1560 test -z "$as_dir" && as_dir=.
1561 echo "PATH: $as_dir"
1562 done
1563 IFS=$as_save_IFS
1565 } >&5
1567 cat >&5 <<_ACEOF
1570 ## ----------- ##
1571 ## Core tests. ##
1572 ## ----------- ##
1574 _ACEOF
1577 # Keep a trace of the command line.
1578 # Strip out --no-create and --no-recursion so they do not pile up.
1579 # Strip out --silent because we don't want to record it for future runs.
1580 # Also quote any args containing shell meta-characters.
1581 # Make two passes to allow for proper duplicate-argument suppression.
1582 ac_configure_args=
1583 ac_configure_args0=
1584 ac_configure_args1=
1585 ac_must_keep_next=false
1586 for ac_pass in 1 2
1588 for ac_arg
1590 case $ac_arg in
1591 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1592 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1593 | -silent | --silent | --silen | --sile | --sil)
1594 continue ;;
1595 *\'*)
1596 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1597 esac
1598 case $ac_pass in
1599 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1601 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1602 if test $ac_must_keep_next = true; then
1603 ac_must_keep_next=false # Got value, back to normal.
1604 else
1605 case $ac_arg in
1606 *=* | --config-cache | -C | -disable-* | --disable-* \
1607 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1608 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1609 | -with-* | --with-* | -without-* | --without-* | --x)
1610 case "$ac_configure_args0 " in
1611 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1612 esac
1614 -* ) ac_must_keep_next=true ;;
1615 esac
1617 ac_configure_args="$ac_configure_args '$ac_arg'"
1619 esac
1620 done
1621 done
1622 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1623 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1625 # When interrupted or exit'd, cleanup temporary files, and complete
1626 # config.log. We remove comments because anyway the quotes in there
1627 # would cause problems or look ugly.
1628 # WARNING: Use '\'' to represent an apostrophe within the trap.
1629 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1630 trap 'exit_status=$?
1631 # Save into config.log some information that might help in debugging.
1633 echo
1635 cat <<\_ASBOX
1636 ## ---------------- ##
1637 ## Cache variables. ##
1638 ## ---------------- ##
1639 _ASBOX
1640 echo
1641 # The following way of writing the cache mishandles newlines in values,
1643 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1644 eval ac_val=\$$ac_var
1645 case $ac_val in #(
1646 *${as_nl}*)
1647 case $ac_var in #(
1648 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1649 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1650 esac
1651 case $ac_var in #(
1652 _ | IFS | as_nl) ;; #(
1653 *) $as_unset $ac_var ;;
1654 esac ;;
1655 esac
1656 done
1657 (set) 2>&1 |
1658 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1659 *${as_nl}ac_space=\ *)
1660 sed -n \
1661 "s/'\''/'\''\\\\'\'''\''/g;
1662 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1663 ;; #(
1665 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1667 esac |
1668 sort
1670 echo
1672 cat <<\_ASBOX
1673 ## ----------------- ##
1674 ## Output variables. ##
1675 ## ----------------- ##
1676 _ASBOX
1677 echo
1678 for ac_var in $ac_subst_vars
1680 eval ac_val=\$$ac_var
1681 case $ac_val in
1682 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1683 esac
1684 echo "$ac_var='\''$ac_val'\''"
1685 done | sort
1686 echo
1688 if test -n "$ac_subst_files"; then
1689 cat <<\_ASBOX
1690 ## ------------------- ##
1691 ## File substitutions. ##
1692 ## ------------------- ##
1693 _ASBOX
1694 echo
1695 for ac_var in $ac_subst_files
1697 eval ac_val=\$$ac_var
1698 case $ac_val in
1699 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1700 esac
1701 echo "$ac_var='\''$ac_val'\''"
1702 done | sort
1703 echo
1706 if test -s confdefs.h; then
1707 cat <<\_ASBOX
1708 ## ----------- ##
1709 ## confdefs.h. ##
1710 ## ----------- ##
1711 _ASBOX
1712 echo
1713 cat confdefs.h
1714 echo
1716 test "$ac_signal" != 0 &&
1717 echo "$as_me: caught signal $ac_signal"
1718 echo "$as_me: exit $exit_status"
1719 } >&5
1720 rm -f core *.core core.conftest.* &&
1721 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1722 exit $exit_status
1724 for ac_signal in 1 2 13 15; do
1725 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1726 done
1727 ac_signal=0
1729 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1730 rm -f -r conftest* confdefs.h
1732 # Predefined preprocessor variables.
1734 cat >>confdefs.h <<_ACEOF
1735 #define PACKAGE_NAME "$PACKAGE_NAME"
1736 _ACEOF
1739 cat >>confdefs.h <<_ACEOF
1740 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1741 _ACEOF
1744 cat >>confdefs.h <<_ACEOF
1745 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1746 _ACEOF
1749 cat >>confdefs.h <<_ACEOF
1750 #define PACKAGE_STRING "$PACKAGE_STRING"
1751 _ACEOF
1754 cat >>confdefs.h <<_ACEOF
1755 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1756 _ACEOF
1759 # Let the site file select an alternate cache file if it wants to.
1760 # Prefer explicitly selected file to automatically selected ones.
1761 if test -n "$CONFIG_SITE"; then
1762 set x "$CONFIG_SITE"
1763 elif test "x$prefix" != xNONE; then
1764 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1765 else
1766 set x "$ac_default_prefix/share/config.site" \
1767 "$ac_default_prefix/etc/config.site"
1769 shift
1770 for ac_site_file
1772 if test -r "$ac_site_file"; then
1773 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1774 echo "$as_me: loading site script $ac_site_file" >&6;}
1775 sed 's/^/| /' "$ac_site_file" >&5
1776 . "$ac_site_file"
1778 done
1780 if test -r "$cache_file"; then
1781 # Some versions of bash will fail to source /dev/null (special
1782 # files actually), so we avoid doing that.
1783 if test -f "$cache_file"; then
1784 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1785 echo "$as_me: loading cache $cache_file" >&6;}
1786 case $cache_file in
1787 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1788 *) . "./$cache_file";;
1789 esac
1791 else
1792 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1793 echo "$as_me: creating cache $cache_file" >&6;}
1794 >$cache_file
1797 # Check that the precious variables saved in the cache have kept the same
1798 # value.
1799 ac_cache_corrupted=false
1800 for ac_var in $ac_precious_vars; do
1801 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1802 eval ac_new_set=\$ac_env_${ac_var}_set
1803 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1804 eval ac_new_val=\$ac_env_${ac_var}_value
1805 case $ac_old_set,$ac_new_set in
1806 set,)
1807 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1808 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1809 ac_cache_corrupted=: ;;
1810 ,set)
1811 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1812 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1813 ac_cache_corrupted=: ;;
1814 ,);;
1816 if test "x$ac_old_val" != "x$ac_new_val"; then
1817 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1818 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1819 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1820 echo "$as_me: former value: $ac_old_val" >&2;}
1821 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1822 echo "$as_me: current value: $ac_new_val" >&2;}
1823 ac_cache_corrupted=:
1824 fi;;
1825 esac
1826 # Pass precious variables to config.status.
1827 if test "$ac_new_set" = set; then
1828 case $ac_new_val in
1829 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1830 *) ac_arg=$ac_var=$ac_new_val ;;
1831 esac
1832 case " $ac_configure_args " in
1833 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1834 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1835 esac
1837 done
1838 if $ac_cache_corrupted; then
1839 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1840 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1841 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1842 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1843 { (exit 1); exit 1; }; }
1870 ac_ext=c
1871 ac_cpp='$CPP $CPPFLAGS'
1872 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1873 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1874 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1878 ac_config_headers="$ac_config_headers include/config.h"
1880 ac_aux_dir=
1881 for ac_dir in tools "$srcdir"/tools; do
1882 if test -f "$ac_dir/install-sh"; then
1883 ac_aux_dir=$ac_dir
1884 ac_install_sh="$ac_aux_dir/install-sh -c"
1885 break
1886 elif test -f "$ac_dir/install.sh"; then
1887 ac_aux_dir=$ac_dir
1888 ac_install_sh="$ac_aux_dir/install.sh -c"
1889 break
1890 elif test -f "$ac_dir/shtool"; then
1891 ac_aux_dir=$ac_dir
1892 ac_install_sh="$ac_aux_dir/shtool install -c"
1893 break
1895 done
1896 if test -z "$ac_aux_dir"; then
1897 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1898 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1899 { (exit 1); exit 1; }; }
1902 # These three variables are undocumented and unsupported,
1903 # and are intended to be withdrawn in a future Autoconf release.
1904 # They can cause serious problems if a builder's source tree is in a directory
1905 # whose full name contains unusual characters.
1906 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1907 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1908 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1913 # Check whether --enable-win16 was given.
1914 if test "${enable_win16+set}" = set; then
1915 enableval=$enable_win16;
1918 # Check whether --enable-win64 was given.
1919 if test "${enable_win64+set}" = set; then
1920 enableval=$enable_win64;
1923 # Check whether --enable-tests was given.
1924 if test "${enable_tests+set}" = set; then
1925 enableval=$enable_tests;
1928 # Check whether --enable-maintainer-mode was given.
1929 if test "${enable_maintainer_mode+set}" = set; then
1930 enableval=$enable_maintainer_mode;
1931 else
1932 MAINTAINER_MODE=\#
1938 # Check whether --with-alsa was given.
1939 if test "${with_alsa+set}" = set; then
1940 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1944 # Check whether --with-audioio was given.
1945 if test "${with_audioio+set}" = set; then
1946 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1950 # Check whether --with-capi was given.
1951 if test "${with_capi+set}" = set; then
1952 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1956 # Check whether --with-cms was given.
1957 if test "${with_cms+set}" = set; then
1958 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1962 # Check whether --with-coreaudio was given.
1963 if test "${with_coreaudio+set}" = set; then
1964 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1968 # Check whether --with-cups was given.
1969 if test "${with_cups+set}" = set; then
1970 withval=$with_cups;
1974 # Check whether --with-curses was given.
1975 if test "${with_curses+set}" = set; then
1976 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1980 # Check whether --with-esd was given.
1981 if test "${with_esd+set}" = set; then
1982 withval=$with_esd;
1986 # Check whether --with-fontconfig was given.
1987 if test "${with_fontconfig+set}" = set; then
1988 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1992 # Check whether --with-freetype was given.
1993 if test "${with_freetype+set}" = set; then
1994 withval=$with_freetype;
1998 # Check whether --with-gphoto was given.
1999 if test "${with_gphoto+set}" = set; then
2000 withval=$with_gphoto;
2004 # Check whether --with-glu was given.
2005 if test "${with_glu+set}" = set; then
2006 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2010 # Check whether --with-gnutls was given.
2011 if test "${with_gnutls+set}" = set; then
2012 withval=$with_gnutls;
2016 # Check whether --with-hal was given.
2017 if test "${with_hal+set}" = set; then
2018 withval=$with_hal;
2022 # Check whether --with-jack was given.
2023 if test "${with_jack+set}" = set; then
2024 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2028 # Check whether --with-jpeg was given.
2029 if test "${with_jpeg+set}" = set; then
2030 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2034 # Check whether --with-ldap was given.
2035 if test "${with_ldap+set}" = set; then
2036 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2040 # Check whether --with-nas was given.
2041 if test "${with_nas+set}" = set; then
2042 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2046 # Check whether --with-opengl was given.
2047 if test "${with_opengl+set}" = set; then
2048 withval=$with_opengl;
2052 # Check whether --with-openssl was given.
2053 if test "${with_openssl+set}" = set; then
2054 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2058 # Check whether --with-oss was given.
2059 if test "${with_oss+set}" = set; then
2060 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2064 # Check whether --with-png was given.
2065 if test "${with_png+set}" = set; then
2066 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2070 # Check whether --with-pulse was given.
2071 if test "${with_pulse+set}" = set; then
2072 withval=$with_pulse;
2076 # Check whether --with-sane was given.
2077 if test "${with_sane+set}" = set; then
2078 withval=$with_sane;
2082 # Check whether --with-xcomposite was given.
2083 if test "${with_xcomposite+set}" = set; then
2084 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2088 # Check whether --with-xcursor was given.
2089 if test "${with_xcursor+set}" = set; then
2090 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2094 # Check whether --with-xinerama was given.
2095 if test "${with_xinerama+set}" = set; then
2096 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2100 # Check whether --with-xinput was given.
2101 if test "${with_xinput+set}" = set; then
2102 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2106 # Check whether --with-xml was given.
2107 if test "${with_xml+set}" = set; then
2108 withval=$with_xml;
2112 # Check whether --with-xrandr was given.
2113 if test "${with_xrandr+set}" = set; then
2114 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2118 # Check whether --with-xrender was given.
2119 if test "${with_xrender+set}" = set; then
2120 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2124 # Check whether --with-xshape was given.
2125 if test "${with_xshape+set}" = set; then
2126 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2130 # Check whether --with-xshm was given.
2131 if test "${with_xshm+set}" = set; then
2132 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2136 # Check whether --with-xslt was given.
2137 if test "${with_xslt+set}" = set; then
2138 withval=$with_xslt;
2142 # Check whether --with-xxf86vm was given.
2143 if test "${with_xxf86vm+set}" = set; then
2144 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2149 # Check whether --with-wine-tools was given.
2150 if test "${with_wine_tools+set}" = set; then
2151 withval=$with_wine_tools;
2155 # Make sure we can run config.sub.
2156 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2157 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2158 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2159 { (exit 1); exit 1; }; }
2161 { echo "$as_me:$LINENO: checking build system type" >&5
2162 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2163 if test "${ac_cv_build+set}" = set; then
2164 echo $ECHO_N "(cached) $ECHO_C" >&6
2165 else
2166 ac_build_alias=$build_alias
2167 test "x$ac_build_alias" = x &&
2168 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2169 test "x$ac_build_alias" = x &&
2170 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2171 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2172 { (exit 1); exit 1; }; }
2173 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2174 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2175 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2176 { (exit 1); exit 1; }; }
2179 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2180 echo "${ECHO_T}$ac_cv_build" >&6; }
2181 case $ac_cv_build in
2182 *-*-*) ;;
2183 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2184 echo "$as_me: error: invalid value of canonical build" >&2;}
2185 { (exit 1); exit 1; }; };;
2186 esac
2187 build=$ac_cv_build
2188 ac_save_IFS=$IFS; IFS='-'
2189 set x $ac_cv_build
2190 shift
2191 build_cpu=$1
2192 build_vendor=$2
2193 shift; shift
2194 # Remember, the first character of IFS is used to create $*,
2195 # except with old shells:
2196 build_os=$*
2197 IFS=$ac_save_IFS
2198 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2201 { echo "$as_me:$LINENO: checking host system type" >&5
2202 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2203 if test "${ac_cv_host+set}" = set; then
2204 echo $ECHO_N "(cached) $ECHO_C" >&6
2205 else
2206 if test "x$host_alias" = x; then
2207 ac_cv_host=$ac_cv_build
2208 else
2209 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2210 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2211 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2212 { (exit 1); exit 1; }; }
2216 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2217 echo "${ECHO_T}$ac_cv_host" >&6; }
2218 case $ac_cv_host in
2219 *-*-*) ;;
2220 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2221 echo "$as_me: error: invalid value of canonical host" >&2;}
2222 { (exit 1); exit 1; }; };;
2223 esac
2224 host=$ac_cv_host
2225 ac_save_IFS=$IFS; IFS='-'
2226 set x $ac_cv_host
2227 shift
2228 host_cpu=$1
2229 host_vendor=$2
2230 shift; shift
2231 # Remember, the first character of IFS is used to create $*,
2232 # except with old shells:
2233 host_os=$*
2234 IFS=$ac_save_IFS
2235 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2238 case $host in
2239 x86_64*linux*)
2240 if test "x$enable_win64" != "xyes"
2241 then
2242 CC="${CC:-gcc} -m32"
2243 CXX="${CXX:-g++} -m32"
2244 LD="${LD:-ld} -m elf_i386"
2245 AS="${AS:-as} --32"
2246 host_cpu="i386"
2247 notice_platform="32-bit "
2250 esac
2252 case $host_cpu in
2253 *i[3456789]86*)
2254 enable_win16=${enable_win16:-yes}
2257 enable_win16=${enable_win16:-no}
2258 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
2259 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
2260 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
2261 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
2262 enable_vmm_vxd=${enable_vmm_vxd:-no}
2263 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
2264 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
2265 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
2266 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
2267 enable_w32skrnl=${enable_w32skrnl:-no}
2268 enable_winedos=${enable_winedos:-no}
2269 enable_winevdm=${enable_winevdm:-no}
2271 esac
2273 WIN16_FILES="\$(WIN16_FILES)"
2275 WIN16_INSTALL="\$(WIN16_INSTALL)"
2277 if test "x$enable_win16" != "xyes"
2278 then
2279 WIN16_FILES=""
2280 WIN16_INSTALL=""
2283 case "$srcdir" in
2284 .) ;;
2285 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2286 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2287 You need to run 'make distclean' in the source tree first." >&5
2288 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2289 You need to run 'make distclean' in the source tree first." >&2;}
2290 { (exit 1); exit 1; }; }
2291 fi ;;
2292 esac
2295 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2296 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2297 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2298 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2299 echo $ECHO_N "(cached) $ECHO_C" >&6
2300 else
2301 cat >conftest.make <<\_ACEOF
2302 SHELL = /bin/sh
2303 all:
2304 @echo '@@@%%%=$(MAKE)=@@@%%%'
2305 _ACEOF
2306 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2307 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2308 *@@@%%%=?*=@@@%%%*)
2309 eval ac_cv_prog_make_${ac_make}_set=yes;;
2311 eval ac_cv_prog_make_${ac_make}_set=no;;
2312 esac
2313 rm -f conftest.make
2315 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2316 { echo "$as_me:$LINENO: result: yes" >&5
2317 echo "${ECHO_T}yes" >&6; }
2318 SET_MAKE=
2319 else
2320 { echo "$as_me:$LINENO: result: no" >&5
2321 echo "${ECHO_T}no" >&6; }
2322 SET_MAKE="MAKE=${MAKE-make}"
2325 ac_ext=c
2326 ac_cpp='$CPP $CPPFLAGS'
2327 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2328 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2329 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2330 if test -n "$ac_tool_prefix"; then
2331 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2332 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2333 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2334 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2335 if test "${ac_cv_prog_CC+set}" = set; then
2336 echo $ECHO_N "(cached) $ECHO_C" >&6
2337 else
2338 if test -n "$CC"; then
2339 ac_cv_prog_CC="$CC" # Let the user override the test.
2340 else
2341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2342 for as_dir in $PATH
2344 IFS=$as_save_IFS
2345 test -z "$as_dir" && as_dir=.
2346 for ac_exec_ext in '' $ac_executable_extensions; do
2347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2348 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2349 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2350 break 2
2352 done
2353 done
2354 IFS=$as_save_IFS
2358 CC=$ac_cv_prog_CC
2359 if test -n "$CC"; then
2360 { echo "$as_me:$LINENO: result: $CC" >&5
2361 echo "${ECHO_T}$CC" >&6; }
2362 else
2363 { echo "$as_me:$LINENO: result: no" >&5
2364 echo "${ECHO_T}no" >&6; }
2369 if test -z "$ac_cv_prog_CC"; then
2370 ac_ct_CC=$CC
2371 # Extract the first word of "gcc", so it can be a program name with args.
2372 set dummy gcc; ac_word=$2
2373 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2374 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2375 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2376 echo $ECHO_N "(cached) $ECHO_C" >&6
2377 else
2378 if test -n "$ac_ct_CC"; then
2379 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2380 else
2381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2382 for as_dir in $PATH
2384 IFS=$as_save_IFS
2385 test -z "$as_dir" && as_dir=.
2386 for ac_exec_ext in '' $ac_executable_extensions; do
2387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2388 ac_cv_prog_ac_ct_CC="gcc"
2389 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2390 break 2
2392 done
2393 done
2394 IFS=$as_save_IFS
2398 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2399 if test -n "$ac_ct_CC"; then
2400 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2401 echo "${ECHO_T}$ac_ct_CC" >&6; }
2402 else
2403 { echo "$as_me:$LINENO: result: no" >&5
2404 echo "${ECHO_T}no" >&6; }
2407 if test "x$ac_ct_CC" = x; then
2408 CC=""
2409 else
2410 case $cross_compiling:$ac_tool_warned in
2411 yes:)
2412 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2413 whose name does not start with the host triplet. If you think this
2414 configuration is useful to you, please write to autoconf@gnu.org." >&5
2415 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2416 whose name does not start with the host triplet. If you think this
2417 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2418 ac_tool_warned=yes ;;
2419 esac
2420 CC=$ac_ct_CC
2422 else
2423 CC="$ac_cv_prog_CC"
2426 if test -z "$CC"; then
2427 if test -n "$ac_tool_prefix"; then
2428 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2429 set dummy ${ac_tool_prefix}cc; ac_word=$2
2430 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2431 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2432 if test "${ac_cv_prog_CC+set}" = set; then
2433 echo $ECHO_N "(cached) $ECHO_C" >&6
2434 else
2435 if test -n "$CC"; then
2436 ac_cv_prog_CC="$CC" # Let the user override the test.
2437 else
2438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2439 for as_dir in $PATH
2441 IFS=$as_save_IFS
2442 test -z "$as_dir" && as_dir=.
2443 for ac_exec_ext in '' $ac_executable_extensions; do
2444 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2445 ac_cv_prog_CC="${ac_tool_prefix}cc"
2446 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2447 break 2
2449 done
2450 done
2451 IFS=$as_save_IFS
2455 CC=$ac_cv_prog_CC
2456 if test -n "$CC"; then
2457 { echo "$as_me:$LINENO: result: $CC" >&5
2458 echo "${ECHO_T}$CC" >&6; }
2459 else
2460 { echo "$as_me:$LINENO: result: no" >&5
2461 echo "${ECHO_T}no" >&6; }
2467 if test -z "$CC"; then
2468 # Extract the first word of "cc", so it can be a program name with args.
2469 set dummy cc; ac_word=$2
2470 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2471 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2472 if test "${ac_cv_prog_CC+set}" = set; then
2473 echo $ECHO_N "(cached) $ECHO_C" >&6
2474 else
2475 if test -n "$CC"; then
2476 ac_cv_prog_CC="$CC" # Let the user override the test.
2477 else
2478 ac_prog_rejected=no
2479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2480 for as_dir in $PATH
2482 IFS=$as_save_IFS
2483 test -z "$as_dir" && as_dir=.
2484 for ac_exec_ext in '' $ac_executable_extensions; do
2485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2486 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2487 ac_prog_rejected=yes
2488 continue
2490 ac_cv_prog_CC="cc"
2491 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2492 break 2
2494 done
2495 done
2496 IFS=$as_save_IFS
2498 if test $ac_prog_rejected = yes; then
2499 # We found a bogon in the path, so make sure we never use it.
2500 set dummy $ac_cv_prog_CC
2501 shift
2502 if test $# != 0; then
2503 # We chose a different compiler from the bogus one.
2504 # However, it has the same basename, so the bogon will be chosen
2505 # first if we set CC to just the basename; use the full file name.
2506 shift
2507 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2512 CC=$ac_cv_prog_CC
2513 if test -n "$CC"; then
2514 { echo "$as_me:$LINENO: result: $CC" >&5
2515 echo "${ECHO_T}$CC" >&6; }
2516 else
2517 { echo "$as_me:$LINENO: result: no" >&5
2518 echo "${ECHO_T}no" >&6; }
2523 if test -z "$CC"; then
2524 if test -n "$ac_tool_prefix"; then
2525 for ac_prog in cl.exe
2527 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2528 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2529 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2530 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2531 if test "${ac_cv_prog_CC+set}" = set; then
2532 echo $ECHO_N "(cached) $ECHO_C" >&6
2533 else
2534 if test -n "$CC"; then
2535 ac_cv_prog_CC="$CC" # Let the user override the test.
2536 else
2537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2538 for as_dir in $PATH
2540 IFS=$as_save_IFS
2541 test -z "$as_dir" && as_dir=.
2542 for ac_exec_ext in '' $ac_executable_extensions; do
2543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2544 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2545 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2546 break 2
2548 done
2549 done
2550 IFS=$as_save_IFS
2554 CC=$ac_cv_prog_CC
2555 if test -n "$CC"; then
2556 { echo "$as_me:$LINENO: result: $CC" >&5
2557 echo "${ECHO_T}$CC" >&6; }
2558 else
2559 { echo "$as_me:$LINENO: result: no" >&5
2560 echo "${ECHO_T}no" >&6; }
2564 test -n "$CC" && break
2565 done
2567 if test -z "$CC"; then
2568 ac_ct_CC=$CC
2569 for ac_prog in cl.exe
2571 # Extract the first word of "$ac_prog", so it can be a program name with args.
2572 set dummy $ac_prog; ac_word=$2
2573 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2574 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2575 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2576 echo $ECHO_N "(cached) $ECHO_C" >&6
2577 else
2578 if test -n "$ac_ct_CC"; then
2579 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2580 else
2581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2582 for as_dir in $PATH
2584 IFS=$as_save_IFS
2585 test -z "$as_dir" && as_dir=.
2586 for ac_exec_ext in '' $ac_executable_extensions; do
2587 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2588 ac_cv_prog_ac_ct_CC="$ac_prog"
2589 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2590 break 2
2592 done
2593 done
2594 IFS=$as_save_IFS
2598 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2599 if test -n "$ac_ct_CC"; then
2600 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2601 echo "${ECHO_T}$ac_ct_CC" >&6; }
2602 else
2603 { echo "$as_me:$LINENO: result: no" >&5
2604 echo "${ECHO_T}no" >&6; }
2608 test -n "$ac_ct_CC" && break
2609 done
2611 if test "x$ac_ct_CC" = x; then
2612 CC=""
2613 else
2614 case $cross_compiling:$ac_tool_warned in
2615 yes:)
2616 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2617 whose name does not start with the host triplet. If you think this
2618 configuration is useful to you, please write to autoconf@gnu.org." >&5
2619 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2620 whose name does not start with the host triplet. If you think this
2621 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2622 ac_tool_warned=yes ;;
2623 esac
2624 CC=$ac_ct_CC
2631 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2632 See \`config.log' for more details." >&5
2633 echo "$as_me: error: no acceptable C compiler found in \$PATH
2634 See \`config.log' for more details." >&2;}
2635 { (exit 1); exit 1; }; }
2637 # Provide some information about the compiler.
2638 echo "$as_me:$LINENO: checking for C compiler version" >&5
2639 ac_compiler=`set X $ac_compile; echo $2`
2640 { (ac_try="$ac_compiler --version >&5"
2641 case "(($ac_try" in
2642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2643 *) ac_try_echo=$ac_try;;
2644 esac
2645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2646 (eval "$ac_compiler --version >&5") 2>&5
2647 ac_status=$?
2648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2649 (exit $ac_status); }
2650 { (ac_try="$ac_compiler -v >&5"
2651 case "(($ac_try" in
2652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2653 *) ac_try_echo=$ac_try;;
2654 esac
2655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2656 (eval "$ac_compiler -v >&5") 2>&5
2657 ac_status=$?
2658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2659 (exit $ac_status); }
2660 { (ac_try="$ac_compiler -V >&5"
2661 case "(($ac_try" in
2662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2663 *) ac_try_echo=$ac_try;;
2664 esac
2665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2666 (eval "$ac_compiler -V >&5") 2>&5
2667 ac_status=$?
2668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2669 (exit $ac_status); }
2671 cat >conftest.$ac_ext <<_ACEOF
2672 /* confdefs.h. */
2673 _ACEOF
2674 cat confdefs.h >>conftest.$ac_ext
2675 cat >>conftest.$ac_ext <<_ACEOF
2676 /* end confdefs.h. */
2679 main ()
2683 return 0;
2685 _ACEOF
2686 ac_clean_files_save=$ac_clean_files
2687 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2688 # Try to create an executable without -o first, disregard a.out.
2689 # It will help us diagnose broken compilers, and finding out an intuition
2690 # of exeext.
2691 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2692 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2693 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2695 # List of possible output files, starting from the most likely.
2696 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2697 # only as a last resort. b.out is created by i960 compilers.
2698 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2700 # The IRIX 6 linker writes into existing files which may not be
2701 # executable, retaining their permissions. Remove them first so a
2702 # subsequent execution test works.
2703 ac_rmfiles=
2704 for ac_file in $ac_files
2706 case $ac_file in
2707 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2708 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2709 esac
2710 done
2711 rm -f $ac_rmfiles
2713 if { (ac_try="$ac_link_default"
2714 case "(($ac_try" in
2715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2716 *) ac_try_echo=$ac_try;;
2717 esac
2718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2719 (eval "$ac_link_default") 2>&5
2720 ac_status=$?
2721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2722 (exit $ac_status); }; then
2723 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2724 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2725 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2726 # so that the user can short-circuit this test for compilers unknown to
2727 # Autoconf.
2728 for ac_file in $ac_files ''
2730 test -f "$ac_file" || continue
2731 case $ac_file in
2732 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2734 [ab].out )
2735 # We found the default executable, but exeext='' is most
2736 # certainly right.
2737 break;;
2738 *.* )
2739 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2740 then :; else
2741 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2743 # We set ac_cv_exeext here because the later test for it is not
2744 # safe: cross compilers may not add the suffix if given an `-o'
2745 # argument, so we may need to know it at that point already.
2746 # Even if this section looks crufty: it has the advantage of
2747 # actually working.
2748 break;;
2750 break;;
2751 esac
2752 done
2753 test "$ac_cv_exeext" = no && ac_cv_exeext=
2755 else
2756 ac_file=''
2759 { echo "$as_me:$LINENO: result: $ac_file" >&5
2760 echo "${ECHO_T}$ac_file" >&6; }
2761 if test -z "$ac_file"; then
2762 echo "$as_me: failed program was:" >&5
2763 sed 's/^/| /' conftest.$ac_ext >&5
2765 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2766 See \`config.log' for more details." >&5
2767 echo "$as_me: error: C compiler cannot create executables
2768 See \`config.log' for more details." >&2;}
2769 { (exit 77); exit 77; }; }
2772 ac_exeext=$ac_cv_exeext
2774 # Check that the compiler produces executables we can run. If not, either
2775 # the compiler is broken, or we cross compile.
2776 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2777 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2778 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2779 # If not cross compiling, check that we can run a simple program.
2780 if test "$cross_compiling" != yes; then
2781 if { ac_try='./$ac_file'
2782 { (case "(($ac_try" in
2783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2784 *) ac_try_echo=$ac_try;;
2785 esac
2786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2787 (eval "$ac_try") 2>&5
2788 ac_status=$?
2789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2790 (exit $ac_status); }; }; then
2791 cross_compiling=no
2792 else
2793 if test "$cross_compiling" = maybe; then
2794 cross_compiling=yes
2795 else
2796 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2797 If you meant to cross compile, use \`--host'.
2798 See \`config.log' for more details." >&5
2799 echo "$as_me: error: cannot run C compiled programs.
2800 If you meant to cross compile, use \`--host'.
2801 See \`config.log' for more details." >&2;}
2802 { (exit 1); exit 1; }; }
2806 { echo "$as_me:$LINENO: result: yes" >&5
2807 echo "${ECHO_T}yes" >&6; }
2809 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2810 ac_clean_files=$ac_clean_files_save
2811 # Check that the compiler produces executables we can run. If not, either
2812 # the compiler is broken, or we cross compile.
2813 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2814 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2815 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2816 echo "${ECHO_T}$cross_compiling" >&6; }
2818 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2819 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2820 if { (ac_try="$ac_link"
2821 case "(($ac_try" in
2822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2823 *) ac_try_echo=$ac_try;;
2824 esac
2825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2826 (eval "$ac_link") 2>&5
2827 ac_status=$?
2828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2829 (exit $ac_status); }; then
2830 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2831 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2832 # work properly (i.e., refer to `conftest.exe'), while it won't with
2833 # `rm'.
2834 for ac_file in conftest.exe conftest conftest.*; do
2835 test -f "$ac_file" || continue
2836 case $ac_file in
2837 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2838 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2839 break;;
2840 * ) break;;
2841 esac
2842 done
2843 else
2844 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2845 See \`config.log' for more details." >&5
2846 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2847 See \`config.log' for more details." >&2;}
2848 { (exit 1); exit 1; }; }
2851 rm -f conftest$ac_cv_exeext
2852 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2853 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2855 rm -f conftest.$ac_ext
2856 EXEEXT=$ac_cv_exeext
2857 ac_exeext=$EXEEXT
2858 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2859 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2860 if test "${ac_cv_objext+set}" = set; then
2861 echo $ECHO_N "(cached) $ECHO_C" >&6
2862 else
2863 cat >conftest.$ac_ext <<_ACEOF
2864 /* confdefs.h. */
2865 _ACEOF
2866 cat confdefs.h >>conftest.$ac_ext
2867 cat >>conftest.$ac_ext <<_ACEOF
2868 /* end confdefs.h. */
2871 main ()
2875 return 0;
2877 _ACEOF
2878 rm -f conftest.o conftest.obj
2879 if { (ac_try="$ac_compile"
2880 case "(($ac_try" in
2881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2882 *) ac_try_echo=$ac_try;;
2883 esac
2884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2885 (eval "$ac_compile") 2>&5
2886 ac_status=$?
2887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2888 (exit $ac_status); }; then
2889 for ac_file in conftest.o conftest.obj conftest.*; do
2890 test -f "$ac_file" || continue;
2891 case $ac_file in
2892 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2893 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2894 break;;
2895 esac
2896 done
2897 else
2898 echo "$as_me: failed program was:" >&5
2899 sed 's/^/| /' conftest.$ac_ext >&5
2901 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2902 See \`config.log' for more details." >&5
2903 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2904 See \`config.log' for more details." >&2;}
2905 { (exit 1); exit 1; }; }
2908 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2910 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2911 echo "${ECHO_T}$ac_cv_objext" >&6; }
2912 OBJEXT=$ac_cv_objext
2913 ac_objext=$OBJEXT
2914 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2915 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2916 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2917 echo $ECHO_N "(cached) $ECHO_C" >&6
2918 else
2919 cat >conftest.$ac_ext <<_ACEOF
2920 /* confdefs.h. */
2921 _ACEOF
2922 cat confdefs.h >>conftest.$ac_ext
2923 cat >>conftest.$ac_ext <<_ACEOF
2924 /* end confdefs.h. */
2927 main ()
2929 #ifndef __GNUC__
2930 choke me
2931 #endif
2934 return 0;
2936 _ACEOF
2937 rm -f conftest.$ac_objext
2938 if { (ac_try="$ac_compile"
2939 case "(($ac_try" in
2940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2941 *) ac_try_echo=$ac_try;;
2942 esac
2943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2944 (eval "$ac_compile") 2>conftest.er1
2945 ac_status=$?
2946 grep -v '^ *+' conftest.er1 >conftest.err
2947 rm -f conftest.er1
2948 cat conftest.err >&5
2949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2950 (exit $ac_status); } && {
2951 test -z "$ac_c_werror_flag" ||
2952 test ! -s conftest.err
2953 } && test -s conftest.$ac_objext; then
2954 ac_compiler_gnu=yes
2955 else
2956 echo "$as_me: failed program was:" >&5
2957 sed 's/^/| /' conftest.$ac_ext >&5
2959 ac_compiler_gnu=no
2962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2963 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2966 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2967 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2968 GCC=`test $ac_compiler_gnu = yes && echo yes`
2969 ac_test_CFLAGS=${CFLAGS+set}
2970 ac_save_CFLAGS=$CFLAGS
2971 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2972 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2973 if test "${ac_cv_prog_cc_g+set}" = set; then
2974 echo $ECHO_N "(cached) $ECHO_C" >&6
2975 else
2976 ac_save_c_werror_flag=$ac_c_werror_flag
2977 ac_c_werror_flag=yes
2978 ac_cv_prog_cc_g=no
2979 CFLAGS="-g"
2980 cat >conftest.$ac_ext <<_ACEOF
2981 /* confdefs.h. */
2982 _ACEOF
2983 cat confdefs.h >>conftest.$ac_ext
2984 cat >>conftest.$ac_ext <<_ACEOF
2985 /* end confdefs.h. */
2988 main ()
2992 return 0;
2994 _ACEOF
2995 rm -f conftest.$ac_objext
2996 if { (ac_try="$ac_compile"
2997 case "(($ac_try" in
2998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2999 *) ac_try_echo=$ac_try;;
3000 esac
3001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3002 (eval "$ac_compile") 2>conftest.er1
3003 ac_status=$?
3004 grep -v '^ *+' conftest.er1 >conftest.err
3005 rm -f conftest.er1
3006 cat conftest.err >&5
3007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3008 (exit $ac_status); } && {
3009 test -z "$ac_c_werror_flag" ||
3010 test ! -s conftest.err
3011 } && test -s conftest.$ac_objext; then
3012 ac_cv_prog_cc_g=yes
3013 else
3014 echo "$as_me: failed program was:" >&5
3015 sed 's/^/| /' conftest.$ac_ext >&5
3017 CFLAGS=""
3018 cat >conftest.$ac_ext <<_ACEOF
3019 /* confdefs.h. */
3020 _ACEOF
3021 cat confdefs.h >>conftest.$ac_ext
3022 cat >>conftest.$ac_ext <<_ACEOF
3023 /* end confdefs.h. */
3026 main ()
3030 return 0;
3032 _ACEOF
3033 rm -f conftest.$ac_objext
3034 if { (ac_try="$ac_compile"
3035 case "(($ac_try" in
3036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3037 *) ac_try_echo=$ac_try;;
3038 esac
3039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3040 (eval "$ac_compile") 2>conftest.er1
3041 ac_status=$?
3042 grep -v '^ *+' conftest.er1 >conftest.err
3043 rm -f conftest.er1
3044 cat conftest.err >&5
3045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3046 (exit $ac_status); } && {
3047 test -z "$ac_c_werror_flag" ||
3048 test ! -s conftest.err
3049 } && test -s conftest.$ac_objext; then
3051 else
3052 echo "$as_me: failed program was:" >&5
3053 sed 's/^/| /' conftest.$ac_ext >&5
3055 ac_c_werror_flag=$ac_save_c_werror_flag
3056 CFLAGS="-g"
3057 cat >conftest.$ac_ext <<_ACEOF
3058 /* confdefs.h. */
3059 _ACEOF
3060 cat confdefs.h >>conftest.$ac_ext
3061 cat >>conftest.$ac_ext <<_ACEOF
3062 /* end confdefs.h. */
3065 main ()
3069 return 0;
3071 _ACEOF
3072 rm -f conftest.$ac_objext
3073 if { (ac_try="$ac_compile"
3074 case "(($ac_try" in
3075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3076 *) ac_try_echo=$ac_try;;
3077 esac
3078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3079 (eval "$ac_compile") 2>conftest.er1
3080 ac_status=$?
3081 grep -v '^ *+' conftest.er1 >conftest.err
3082 rm -f conftest.er1
3083 cat conftest.err >&5
3084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3085 (exit $ac_status); } && {
3086 test -z "$ac_c_werror_flag" ||
3087 test ! -s conftest.err
3088 } && test -s conftest.$ac_objext; then
3089 ac_cv_prog_cc_g=yes
3090 else
3091 echo "$as_me: failed program was:" >&5
3092 sed 's/^/| /' conftest.$ac_ext >&5
3097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3104 ac_c_werror_flag=$ac_save_c_werror_flag
3106 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3107 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3108 if test "$ac_test_CFLAGS" = set; then
3109 CFLAGS=$ac_save_CFLAGS
3110 elif test $ac_cv_prog_cc_g = yes; then
3111 if test "$GCC" = yes; then
3112 CFLAGS="-g -O2"
3113 else
3114 CFLAGS="-g"
3116 else
3117 if test "$GCC" = yes; then
3118 CFLAGS="-O2"
3119 else
3120 CFLAGS=
3123 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3124 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3125 if test "${ac_cv_prog_cc_c89+set}" = set; then
3126 echo $ECHO_N "(cached) $ECHO_C" >&6
3127 else
3128 ac_cv_prog_cc_c89=no
3129 ac_save_CC=$CC
3130 cat >conftest.$ac_ext <<_ACEOF
3131 /* confdefs.h. */
3132 _ACEOF
3133 cat confdefs.h >>conftest.$ac_ext
3134 cat >>conftest.$ac_ext <<_ACEOF
3135 /* end confdefs.h. */
3136 #include <stdarg.h>
3137 #include <stdio.h>
3138 #include <sys/types.h>
3139 #include <sys/stat.h>
3140 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3141 struct buf { int x; };
3142 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3143 static char *e (p, i)
3144 char **p;
3145 int i;
3147 return p[i];
3149 static char *f (char * (*g) (char **, int), char **p, ...)
3151 char *s;
3152 va_list v;
3153 va_start (v,p);
3154 s = g (p, va_arg (v,int));
3155 va_end (v);
3156 return s;
3159 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3160 function prototypes and stuff, but not '\xHH' hex character constants.
3161 These don't provoke an error unfortunately, instead are silently treated
3162 as 'x'. The following induces an error, until -std is added to get
3163 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3164 array size at least. It's necessary to write '\x00'==0 to get something
3165 that's true only with -std. */
3166 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3168 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3169 inside strings and character constants. */
3170 #define FOO(x) 'x'
3171 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3173 int test (int i, double x);
3174 struct s1 {int (*f) (int a);};
3175 struct s2 {int (*f) (double a);};
3176 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3177 int argc;
3178 char **argv;
3180 main ()
3182 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3184 return 0;
3186 _ACEOF
3187 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3188 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3190 CC="$ac_save_CC $ac_arg"
3191 rm -f conftest.$ac_objext
3192 if { (ac_try="$ac_compile"
3193 case "(($ac_try" in
3194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3195 *) ac_try_echo=$ac_try;;
3196 esac
3197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3198 (eval "$ac_compile") 2>conftest.er1
3199 ac_status=$?
3200 grep -v '^ *+' conftest.er1 >conftest.err
3201 rm -f conftest.er1
3202 cat conftest.err >&5
3203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3204 (exit $ac_status); } && {
3205 test -z "$ac_c_werror_flag" ||
3206 test ! -s conftest.err
3207 } && test -s conftest.$ac_objext; then
3208 ac_cv_prog_cc_c89=$ac_arg
3209 else
3210 echo "$as_me: failed program was:" >&5
3211 sed 's/^/| /' conftest.$ac_ext >&5
3216 rm -f core conftest.err conftest.$ac_objext
3217 test "x$ac_cv_prog_cc_c89" != "xno" && break
3218 done
3219 rm -f conftest.$ac_ext
3220 CC=$ac_save_CC
3223 # AC_CACHE_VAL
3224 case "x$ac_cv_prog_cc_c89" in
3226 { echo "$as_me:$LINENO: result: none needed" >&5
3227 echo "${ECHO_T}none needed" >&6; } ;;
3228 xno)
3229 { echo "$as_me:$LINENO: result: unsupported" >&5
3230 echo "${ECHO_T}unsupported" >&6; } ;;
3232 CC="$CC $ac_cv_prog_cc_c89"
3233 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3234 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3235 esac
3238 ac_ext=c
3239 ac_cpp='$CPP $CPPFLAGS'
3240 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3241 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3242 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3244 ac_ext=cpp
3245 ac_cpp='$CXXCPP $CPPFLAGS'
3246 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3247 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3248 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3249 if test -z "$CXX"; then
3250 if test -n "$CCC"; then
3251 CXX=$CCC
3252 else
3253 if test -n "$ac_tool_prefix"; then
3254 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3256 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3257 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3258 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3260 if test "${ac_cv_prog_CXX+set}" = set; then
3261 echo $ECHO_N "(cached) $ECHO_C" >&6
3262 else
3263 if test -n "$CXX"; then
3264 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3265 else
3266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3267 for as_dir in $PATH
3269 IFS=$as_save_IFS
3270 test -z "$as_dir" && as_dir=.
3271 for ac_exec_ext in '' $ac_executable_extensions; do
3272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3273 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3274 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3275 break 2
3277 done
3278 done
3279 IFS=$as_save_IFS
3283 CXX=$ac_cv_prog_CXX
3284 if test -n "$CXX"; then
3285 { echo "$as_me:$LINENO: result: $CXX" >&5
3286 echo "${ECHO_T}$CXX" >&6; }
3287 else
3288 { echo "$as_me:$LINENO: result: no" >&5
3289 echo "${ECHO_T}no" >&6; }
3293 test -n "$CXX" && break
3294 done
3296 if test -z "$CXX"; then
3297 ac_ct_CXX=$CXX
3298 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3300 # Extract the first word of "$ac_prog", so it can be a program name with args.
3301 set dummy $ac_prog; ac_word=$2
3302 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3303 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3304 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3305 echo $ECHO_N "(cached) $ECHO_C" >&6
3306 else
3307 if test -n "$ac_ct_CXX"; then
3308 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3309 else
3310 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3311 for as_dir in $PATH
3313 IFS=$as_save_IFS
3314 test -z "$as_dir" && as_dir=.
3315 for ac_exec_ext in '' $ac_executable_extensions; do
3316 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3317 ac_cv_prog_ac_ct_CXX="$ac_prog"
3318 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3319 break 2
3321 done
3322 done
3323 IFS=$as_save_IFS
3327 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3328 if test -n "$ac_ct_CXX"; then
3329 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3330 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3331 else
3332 { echo "$as_me:$LINENO: result: no" >&5
3333 echo "${ECHO_T}no" >&6; }
3337 test -n "$ac_ct_CXX" && break
3338 done
3340 if test "x$ac_ct_CXX" = x; then
3341 CXX="g++"
3342 else
3343 case $cross_compiling:$ac_tool_warned in
3344 yes:)
3345 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3346 whose name does not start with the host triplet. If you think this
3347 configuration is useful to you, please write to autoconf@gnu.org." >&5
3348 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3349 whose name does not start with the host triplet. If you think this
3350 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3351 ac_tool_warned=yes ;;
3352 esac
3353 CXX=$ac_ct_CXX
3359 # Provide some information about the compiler.
3360 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3361 ac_compiler=`set X $ac_compile; echo $2`
3362 { (ac_try="$ac_compiler --version >&5"
3363 case "(($ac_try" in
3364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3365 *) ac_try_echo=$ac_try;;
3366 esac
3367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3368 (eval "$ac_compiler --version >&5") 2>&5
3369 ac_status=$?
3370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3371 (exit $ac_status); }
3372 { (ac_try="$ac_compiler -v >&5"
3373 case "(($ac_try" in
3374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3375 *) ac_try_echo=$ac_try;;
3376 esac
3377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3378 (eval "$ac_compiler -v >&5") 2>&5
3379 ac_status=$?
3380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3381 (exit $ac_status); }
3382 { (ac_try="$ac_compiler -V >&5"
3383 case "(($ac_try" in
3384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3385 *) ac_try_echo=$ac_try;;
3386 esac
3387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3388 (eval "$ac_compiler -V >&5") 2>&5
3389 ac_status=$?
3390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3391 (exit $ac_status); }
3393 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3394 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3395 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3396 echo $ECHO_N "(cached) $ECHO_C" >&6
3397 else
3398 cat >conftest.$ac_ext <<_ACEOF
3399 /* confdefs.h. */
3400 _ACEOF
3401 cat confdefs.h >>conftest.$ac_ext
3402 cat >>conftest.$ac_ext <<_ACEOF
3403 /* end confdefs.h. */
3406 main ()
3408 #ifndef __GNUC__
3409 choke me
3410 #endif
3413 return 0;
3415 _ACEOF
3416 rm -f conftest.$ac_objext
3417 if { (ac_try="$ac_compile"
3418 case "(($ac_try" in
3419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3420 *) ac_try_echo=$ac_try;;
3421 esac
3422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3423 (eval "$ac_compile") 2>conftest.er1
3424 ac_status=$?
3425 grep -v '^ *+' conftest.er1 >conftest.err
3426 rm -f conftest.er1
3427 cat conftest.err >&5
3428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3429 (exit $ac_status); } && {
3430 test -z "$ac_cxx_werror_flag" ||
3431 test ! -s conftest.err
3432 } && test -s conftest.$ac_objext; then
3433 ac_compiler_gnu=yes
3434 else
3435 echo "$as_me: failed program was:" >&5
3436 sed 's/^/| /' conftest.$ac_ext >&5
3438 ac_compiler_gnu=no
3441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3442 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3445 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3446 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3447 GXX=`test $ac_compiler_gnu = yes && echo yes`
3448 ac_test_CXXFLAGS=${CXXFLAGS+set}
3449 ac_save_CXXFLAGS=$CXXFLAGS
3450 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3451 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3452 if test "${ac_cv_prog_cxx_g+set}" = set; then
3453 echo $ECHO_N "(cached) $ECHO_C" >&6
3454 else
3455 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3456 ac_cxx_werror_flag=yes
3457 ac_cv_prog_cxx_g=no
3458 CXXFLAGS="-g"
3459 cat >conftest.$ac_ext <<_ACEOF
3460 /* confdefs.h. */
3461 _ACEOF
3462 cat confdefs.h >>conftest.$ac_ext
3463 cat >>conftest.$ac_ext <<_ACEOF
3464 /* end confdefs.h. */
3467 main ()
3471 return 0;
3473 _ACEOF
3474 rm -f conftest.$ac_objext
3475 if { (ac_try="$ac_compile"
3476 case "(($ac_try" in
3477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3478 *) ac_try_echo=$ac_try;;
3479 esac
3480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3481 (eval "$ac_compile") 2>conftest.er1
3482 ac_status=$?
3483 grep -v '^ *+' conftest.er1 >conftest.err
3484 rm -f conftest.er1
3485 cat conftest.err >&5
3486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487 (exit $ac_status); } && {
3488 test -z "$ac_cxx_werror_flag" ||
3489 test ! -s conftest.err
3490 } && test -s conftest.$ac_objext; then
3491 ac_cv_prog_cxx_g=yes
3492 else
3493 echo "$as_me: failed program was:" >&5
3494 sed 's/^/| /' conftest.$ac_ext >&5
3496 CXXFLAGS=""
3497 cat >conftest.$ac_ext <<_ACEOF
3498 /* confdefs.h. */
3499 _ACEOF
3500 cat confdefs.h >>conftest.$ac_ext
3501 cat >>conftest.$ac_ext <<_ACEOF
3502 /* end confdefs.h. */
3505 main ()
3509 return 0;
3511 _ACEOF
3512 rm -f conftest.$ac_objext
3513 if { (ac_try="$ac_compile"
3514 case "(($ac_try" in
3515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3516 *) ac_try_echo=$ac_try;;
3517 esac
3518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3519 (eval "$ac_compile") 2>conftest.er1
3520 ac_status=$?
3521 grep -v '^ *+' conftest.er1 >conftest.err
3522 rm -f conftest.er1
3523 cat conftest.err >&5
3524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3525 (exit $ac_status); } && {
3526 test -z "$ac_cxx_werror_flag" ||
3527 test ! -s conftest.err
3528 } && test -s conftest.$ac_objext; then
3530 else
3531 echo "$as_me: failed program was:" >&5
3532 sed 's/^/| /' conftest.$ac_ext >&5
3534 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3535 CXXFLAGS="-g"
3536 cat >conftest.$ac_ext <<_ACEOF
3537 /* confdefs.h. */
3538 _ACEOF
3539 cat confdefs.h >>conftest.$ac_ext
3540 cat >>conftest.$ac_ext <<_ACEOF
3541 /* end confdefs.h. */
3544 main ()
3548 return 0;
3550 _ACEOF
3551 rm -f conftest.$ac_objext
3552 if { (ac_try="$ac_compile"
3553 case "(($ac_try" in
3554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3555 *) ac_try_echo=$ac_try;;
3556 esac
3557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3558 (eval "$ac_compile") 2>conftest.er1
3559 ac_status=$?
3560 grep -v '^ *+' conftest.er1 >conftest.err
3561 rm -f conftest.er1
3562 cat conftest.err >&5
3563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3564 (exit $ac_status); } && {
3565 test -z "$ac_cxx_werror_flag" ||
3566 test ! -s conftest.err
3567 } && test -s conftest.$ac_objext; then
3568 ac_cv_prog_cxx_g=yes
3569 else
3570 echo "$as_me: failed program was:" >&5
3571 sed 's/^/| /' conftest.$ac_ext >&5
3576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3583 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3585 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3586 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3587 if test "$ac_test_CXXFLAGS" = set; then
3588 CXXFLAGS=$ac_save_CXXFLAGS
3589 elif test $ac_cv_prog_cxx_g = yes; then
3590 if test "$GXX" = yes; then
3591 CXXFLAGS="-g -O2"
3592 else
3593 CXXFLAGS="-g"
3595 else
3596 if test "$GXX" = yes; then
3597 CXXFLAGS="-O2"
3598 else
3599 CXXFLAGS=
3602 ac_ext=c
3603 ac_cpp='$CPP $CPPFLAGS'
3604 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3605 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3606 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3608 if test -n "$ac_tool_prefix"; then
3609 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3610 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3611 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3612 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3613 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3614 echo $ECHO_N "(cached) $ECHO_C" >&6
3615 else
3616 if test -n "$CPPBIN"; then
3617 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3618 else
3619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3620 for as_dir in $PATH
3622 IFS=$as_save_IFS
3623 test -z "$as_dir" && as_dir=.
3624 for ac_exec_ext in '' $ac_executable_extensions; do
3625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3626 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3628 break 2
3630 done
3631 done
3632 IFS=$as_save_IFS
3636 CPPBIN=$ac_cv_prog_CPPBIN
3637 if test -n "$CPPBIN"; then
3638 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3639 echo "${ECHO_T}$CPPBIN" >&6; }
3640 else
3641 { echo "$as_me:$LINENO: result: no" >&5
3642 echo "${ECHO_T}no" >&6; }
3647 if test -z "$ac_cv_prog_CPPBIN"; then
3648 ac_ct_CPPBIN=$CPPBIN
3649 # Extract the first word of "cpp", so it can be a program name with args.
3650 set dummy cpp; ac_word=$2
3651 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3652 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3653 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3654 echo $ECHO_N "(cached) $ECHO_C" >&6
3655 else
3656 if test -n "$ac_ct_CPPBIN"; then
3657 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3658 else
3659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3660 for as_dir in $PATH
3662 IFS=$as_save_IFS
3663 test -z "$as_dir" && as_dir=.
3664 for ac_exec_ext in '' $ac_executable_extensions; do
3665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3666 ac_cv_prog_ac_ct_CPPBIN="cpp"
3667 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3668 break 2
3670 done
3671 done
3672 IFS=$as_save_IFS
3676 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3677 if test -n "$ac_ct_CPPBIN"; then
3678 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3679 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3680 else
3681 { echo "$as_me:$LINENO: result: no" >&5
3682 echo "${ECHO_T}no" >&6; }
3685 if test "x$ac_ct_CPPBIN" = x; then
3686 CPPBIN="cpp"
3687 else
3688 case $cross_compiling:$ac_tool_warned in
3689 yes:)
3690 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3691 whose name does not start with the host triplet. If you think this
3692 configuration is useful to you, please write to autoconf@gnu.org." >&5
3693 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3694 whose name does not start with the host triplet. If you think this
3695 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3696 ac_tool_warned=yes ;;
3697 esac
3698 CPPBIN=$ac_ct_CPPBIN
3700 else
3701 CPPBIN="$ac_cv_prog_CPPBIN"
3705 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3706 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3707 if test "${wine_cv_toolsdir+set}" = set; then
3708 echo $ECHO_N "(cached) $ECHO_C" >&6
3709 else
3710 if test -z "$with_wine_tools"; then
3711 if test "$cross_compiling" = "yes"; then
3712 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3713 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3714 { (exit 1); exit 1; }; }
3715 else
3716 wine_cv_toolsdir="\$(TOPOBJDIR)"
3718 elif test -d "$with_wine_tools/tools/winebuild"; then
3719 case $with_wine_tools in
3720 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3721 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3722 esac
3723 else
3724 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3725 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3726 { (exit 1); exit 1; }; }
3729 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3730 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3731 TOOLSDIR=$wine_cv_toolsdir
3733 if test "$cross_compiling" = "yes"
3734 then
3735 TARGET="$host_alias"
3740 ac_ext=c
3741 ac_cpp='$CPP $CPPFLAGS'
3742 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3743 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3744 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3745 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3746 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3747 # On Suns, sometimes $CPP names a directory.
3748 if test -n "$CPP" && test -d "$CPP"; then
3749 CPP=
3751 if test -z "$CPP"; then
3752 if test "${ac_cv_prog_CPP+set}" = set; then
3753 echo $ECHO_N "(cached) $ECHO_C" >&6
3754 else
3755 # Double quotes because CPP needs to be expanded
3756 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3758 ac_preproc_ok=false
3759 for ac_c_preproc_warn_flag in '' yes
3761 # Use a header file that comes with gcc, so configuring glibc
3762 # with a fresh cross-compiler works.
3763 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3764 # <limits.h> exists even on freestanding compilers.
3765 # On the NeXT, cc -E runs the code through the compiler's parser,
3766 # not just through cpp. "Syntax error" is here to catch this case.
3767 cat >conftest.$ac_ext <<_ACEOF
3768 /* confdefs.h. */
3769 _ACEOF
3770 cat confdefs.h >>conftest.$ac_ext
3771 cat >>conftest.$ac_ext <<_ACEOF
3772 /* end confdefs.h. */
3773 #ifdef __STDC__
3774 # include <limits.h>
3775 #else
3776 # include <assert.h>
3777 #endif
3778 Syntax error
3779 _ACEOF
3780 if { (ac_try="$ac_cpp conftest.$ac_ext"
3781 case "(($ac_try" in
3782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3783 *) ac_try_echo=$ac_try;;
3784 esac
3785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3786 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3787 ac_status=$?
3788 grep -v '^ *+' conftest.er1 >conftest.err
3789 rm -f conftest.er1
3790 cat conftest.err >&5
3791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3792 (exit $ac_status); } >/dev/null && {
3793 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3794 test ! -s conftest.err
3795 }; then
3797 else
3798 echo "$as_me: failed program was:" >&5
3799 sed 's/^/| /' conftest.$ac_ext >&5
3801 # Broken: fails on valid input.
3802 continue
3805 rm -f conftest.err conftest.$ac_ext
3807 # OK, works on sane cases. Now check whether nonexistent headers
3808 # can be detected and how.
3809 cat >conftest.$ac_ext <<_ACEOF
3810 /* confdefs.h. */
3811 _ACEOF
3812 cat confdefs.h >>conftest.$ac_ext
3813 cat >>conftest.$ac_ext <<_ACEOF
3814 /* end confdefs.h. */
3815 #include <ac_nonexistent.h>
3816 _ACEOF
3817 if { (ac_try="$ac_cpp conftest.$ac_ext"
3818 case "(($ac_try" in
3819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3820 *) ac_try_echo=$ac_try;;
3821 esac
3822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3823 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3824 ac_status=$?
3825 grep -v '^ *+' conftest.er1 >conftest.err
3826 rm -f conftest.er1
3827 cat conftest.err >&5
3828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3829 (exit $ac_status); } >/dev/null && {
3830 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3831 test ! -s conftest.err
3832 }; then
3833 # Broken: success on invalid input.
3834 continue
3835 else
3836 echo "$as_me: failed program was:" >&5
3837 sed 's/^/| /' conftest.$ac_ext >&5
3839 # Passes both tests.
3840 ac_preproc_ok=:
3841 break
3844 rm -f conftest.err conftest.$ac_ext
3846 done
3847 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3848 rm -f conftest.err conftest.$ac_ext
3849 if $ac_preproc_ok; then
3850 break
3853 done
3854 ac_cv_prog_CPP=$CPP
3857 CPP=$ac_cv_prog_CPP
3858 else
3859 ac_cv_prog_CPP=$CPP
3861 { echo "$as_me:$LINENO: result: $CPP" >&5
3862 echo "${ECHO_T}$CPP" >&6; }
3863 ac_preproc_ok=false
3864 for ac_c_preproc_warn_flag in '' yes
3866 # Use a header file that comes with gcc, so configuring glibc
3867 # with a fresh cross-compiler works.
3868 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3869 # <limits.h> exists even on freestanding compilers.
3870 # On the NeXT, cc -E runs the code through the compiler's parser,
3871 # not just through cpp. "Syntax error" is here to catch this case.
3872 cat >conftest.$ac_ext <<_ACEOF
3873 /* confdefs.h. */
3874 _ACEOF
3875 cat confdefs.h >>conftest.$ac_ext
3876 cat >>conftest.$ac_ext <<_ACEOF
3877 /* end confdefs.h. */
3878 #ifdef __STDC__
3879 # include <limits.h>
3880 #else
3881 # include <assert.h>
3882 #endif
3883 Syntax error
3884 _ACEOF
3885 if { (ac_try="$ac_cpp conftest.$ac_ext"
3886 case "(($ac_try" in
3887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3888 *) ac_try_echo=$ac_try;;
3889 esac
3890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3891 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3892 ac_status=$?
3893 grep -v '^ *+' conftest.er1 >conftest.err
3894 rm -f conftest.er1
3895 cat conftest.err >&5
3896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3897 (exit $ac_status); } >/dev/null && {
3898 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3899 test ! -s conftest.err
3900 }; then
3902 else
3903 echo "$as_me: failed program was:" >&5
3904 sed 's/^/| /' conftest.$ac_ext >&5
3906 # Broken: fails on valid input.
3907 continue
3910 rm -f conftest.err conftest.$ac_ext
3912 # OK, works on sane cases. Now check whether nonexistent headers
3913 # can be detected and how.
3914 cat >conftest.$ac_ext <<_ACEOF
3915 /* confdefs.h. */
3916 _ACEOF
3917 cat confdefs.h >>conftest.$ac_ext
3918 cat >>conftest.$ac_ext <<_ACEOF
3919 /* end confdefs.h. */
3920 #include <ac_nonexistent.h>
3921 _ACEOF
3922 if { (ac_try="$ac_cpp conftest.$ac_ext"
3923 case "(($ac_try" in
3924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3925 *) ac_try_echo=$ac_try;;
3926 esac
3927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3928 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3929 ac_status=$?
3930 grep -v '^ *+' conftest.er1 >conftest.err
3931 rm -f conftest.er1
3932 cat conftest.err >&5
3933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3934 (exit $ac_status); } >/dev/null && {
3935 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3936 test ! -s conftest.err
3937 }; then
3938 # Broken: success on invalid input.
3939 continue
3940 else
3941 echo "$as_me: failed program was:" >&5
3942 sed 's/^/| /' conftest.$ac_ext >&5
3944 # Passes both tests.
3945 ac_preproc_ok=:
3946 break
3949 rm -f conftest.err conftest.$ac_ext
3951 done
3952 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3953 rm -f conftest.err conftest.$ac_ext
3954 if $ac_preproc_ok; then
3956 else
3957 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3958 See \`config.log' for more details." >&5
3959 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3960 See \`config.log' for more details." >&2;}
3961 { (exit 1); exit 1; }; }
3964 ac_ext=c
3965 ac_cpp='$CPP $CPPFLAGS'
3966 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3967 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3968 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3971 { echo "$as_me:$LINENO: checking for X" >&5
3972 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3975 # Check whether --with-x was given.
3976 if test "${with_x+set}" = set; then
3977 withval=$with_x;
3980 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3981 if test "x$with_x" = xno; then
3982 # The user explicitly disabled X.
3983 have_x=disabled
3984 else
3985 case $x_includes,$x_libraries in #(
3986 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3987 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3988 { (exit 1); exit 1; }; };; #(
3989 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3990 echo $ECHO_N "(cached) $ECHO_C" >&6
3991 else
3992 # One or both of the vars are not set, and there is no cached value.
3993 ac_x_includes=no ac_x_libraries=no
3994 rm -f -r conftest.dir
3995 if mkdir conftest.dir; then
3996 cd conftest.dir
3997 cat >Imakefile <<'_ACEOF'
3998 incroot:
3999 @echo incroot='${INCROOT}'
4000 usrlibdir:
4001 @echo usrlibdir='${USRLIBDIR}'
4002 libdir:
4003 @echo libdir='${LIBDIR}'
4004 _ACEOF
4005 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4006 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4007 for ac_var in incroot usrlibdir libdir; do
4008 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4009 done
4010 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4011 for ac_extension in a so sl; do
4012 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4013 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4014 ac_im_usrlibdir=$ac_im_libdir; break
4016 done
4017 # Screen out bogus values from the imake configuration. They are
4018 # bogus both because they are the default anyway, and because
4019 # using them would break gcc on systems where it needs fixed includes.
4020 case $ac_im_incroot in
4021 /usr/include) ac_x_includes= ;;
4022 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4023 esac
4024 case $ac_im_usrlibdir in
4025 /usr/lib | /lib) ;;
4026 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4027 esac
4029 cd ..
4030 rm -f -r conftest.dir
4033 # Standard set of common directories for X headers.
4034 # Check X11 before X11Rn because it is often a symlink to the current release.
4035 ac_x_header_dirs='
4036 /usr/X11/include
4037 /usr/X11R6/include
4038 /usr/X11R5/include
4039 /usr/X11R4/include
4041 /usr/include/X11
4042 /usr/include/X11R6
4043 /usr/include/X11R5
4044 /usr/include/X11R4
4046 /usr/local/X11/include
4047 /usr/local/X11R6/include
4048 /usr/local/X11R5/include
4049 /usr/local/X11R4/include
4051 /usr/local/include/X11
4052 /usr/local/include/X11R6
4053 /usr/local/include/X11R5
4054 /usr/local/include/X11R4
4056 /usr/X386/include
4057 /usr/x386/include
4058 /usr/XFree86/include/X11
4060 /usr/include
4061 /usr/local/include
4062 /usr/unsupported/include
4063 /usr/athena/include
4064 /usr/local/x11r5/include
4065 /usr/lpp/Xamples/include
4067 /usr/openwin/include
4068 /usr/openwin/share/include'
4070 if test "$ac_x_includes" = no; then
4071 # Guess where to find include files, by looking for Xlib.h.
4072 # First, try using that file with no special directory specified.
4073 cat >conftest.$ac_ext <<_ACEOF
4074 /* confdefs.h. */
4075 _ACEOF
4076 cat confdefs.h >>conftest.$ac_ext
4077 cat >>conftest.$ac_ext <<_ACEOF
4078 /* end confdefs.h. */
4079 #include <X11/Xlib.h>
4080 _ACEOF
4081 if { (ac_try="$ac_cpp conftest.$ac_ext"
4082 case "(($ac_try" in
4083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4084 *) ac_try_echo=$ac_try;;
4085 esac
4086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4087 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4088 ac_status=$?
4089 grep -v '^ *+' conftest.er1 >conftest.err
4090 rm -f conftest.er1
4091 cat conftest.err >&5
4092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4093 (exit $ac_status); } >/dev/null && {
4094 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4095 test ! -s conftest.err
4096 }; then
4097 # We can compile using X headers with no special include directory.
4098 ac_x_includes=
4099 else
4100 echo "$as_me: failed program was:" >&5
4101 sed 's/^/| /' conftest.$ac_ext >&5
4103 for ac_dir in $ac_x_header_dirs; do
4104 if test -r "$ac_dir/X11/Xlib.h"; then
4105 ac_x_includes=$ac_dir
4106 break
4108 done
4111 rm -f conftest.err conftest.$ac_ext
4112 fi # $ac_x_includes = no
4114 if test "$ac_x_libraries" = no; then
4115 # Check for the libraries.
4116 # See if we find them without any special options.
4117 # Don't add to $LIBS permanently.
4118 ac_save_LIBS=$LIBS
4119 LIBS="-lX11 $LIBS"
4120 cat >conftest.$ac_ext <<_ACEOF
4121 /* confdefs.h. */
4122 _ACEOF
4123 cat confdefs.h >>conftest.$ac_ext
4124 cat >>conftest.$ac_ext <<_ACEOF
4125 /* end confdefs.h. */
4126 #include <X11/Xlib.h>
4128 main ()
4130 XrmInitialize ()
4132 return 0;
4134 _ACEOF
4135 rm -f conftest.$ac_objext conftest$ac_exeext
4136 if { (ac_try="$ac_link"
4137 case "(($ac_try" in
4138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4139 *) ac_try_echo=$ac_try;;
4140 esac
4141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4142 (eval "$ac_link") 2>conftest.er1
4143 ac_status=$?
4144 grep -v '^ *+' conftest.er1 >conftest.err
4145 rm -f conftest.er1
4146 cat conftest.err >&5
4147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4148 (exit $ac_status); } && {
4149 test -z "$ac_c_werror_flag" ||
4150 test ! -s conftest.err
4151 } && test -s conftest$ac_exeext &&
4152 $as_test_x conftest$ac_exeext; then
4153 LIBS=$ac_save_LIBS
4154 # We can link X programs with no special library path.
4155 ac_x_libraries=
4156 else
4157 echo "$as_me: failed program was:" >&5
4158 sed 's/^/| /' conftest.$ac_ext >&5
4160 LIBS=$ac_save_LIBS
4161 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4163 # Don't even attempt the hair of trying to link an X program!
4164 for ac_extension in a so sl; do
4165 if test -r "$ac_dir/libX11.$ac_extension"; then
4166 ac_x_libraries=$ac_dir
4167 break 2
4169 done
4170 done
4173 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4174 conftest$ac_exeext conftest.$ac_ext
4175 fi # $ac_x_libraries = no
4177 case $ac_x_includes,$ac_x_libraries in #(
4178 no,* | *,no | *\'*)
4179 # Didn't find X, or a directory has "'" in its name.
4180 ac_cv_have_x="have_x=no";; #(
4182 # Record where we found X for the cache.
4183 ac_cv_have_x="have_x=yes\
4184 ac_x_includes='$ac_x_includes'\
4185 ac_x_libraries='$ac_x_libraries'"
4186 esac
4188 ;; #(
4189 *) have_x=yes;;
4190 esac
4191 eval "$ac_cv_have_x"
4192 fi # $with_x != no
4194 if test "$have_x" != yes; then
4195 { echo "$as_me:$LINENO: result: $have_x" >&5
4196 echo "${ECHO_T}$have_x" >&6; }
4197 no_x=yes
4198 else
4199 # If each of the values was on the command line, it overrides each guess.
4200 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4201 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4202 # Update the cache value to reflect the command line values.
4203 ac_cv_have_x="have_x=yes\
4204 ac_x_includes='$x_includes'\
4205 ac_x_libraries='$x_libraries'"
4206 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4207 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4210 if test "$no_x" = yes; then
4211 # Not all programs may use this symbol, but it does not hurt to define it.
4213 cat >>confdefs.h <<\_ACEOF
4214 #define X_DISPLAY_MISSING 1
4215 _ACEOF
4217 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4218 else
4219 if test -n "$x_includes"; then
4220 X_CFLAGS="$X_CFLAGS -I$x_includes"
4223 # It would also be nice to do this for all -L options, not just this one.
4224 if test -n "$x_libraries"; then
4225 X_LIBS="$X_LIBS -L$x_libraries"
4226 # For Solaris; some versions of Sun CC require a space after -R and
4227 # others require no space. Words are not sufficient . . . .
4228 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4229 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4230 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4231 ac_xsave_c_werror_flag=$ac_c_werror_flag
4232 ac_c_werror_flag=yes
4233 cat >conftest.$ac_ext <<_ACEOF
4234 /* confdefs.h. */
4235 _ACEOF
4236 cat confdefs.h >>conftest.$ac_ext
4237 cat >>conftest.$ac_ext <<_ACEOF
4238 /* end confdefs.h. */
4241 main ()
4245 return 0;
4247 _ACEOF
4248 rm -f conftest.$ac_objext conftest$ac_exeext
4249 if { (ac_try="$ac_link"
4250 case "(($ac_try" in
4251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4252 *) ac_try_echo=$ac_try;;
4253 esac
4254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4255 (eval "$ac_link") 2>conftest.er1
4256 ac_status=$?
4257 grep -v '^ *+' conftest.er1 >conftest.err
4258 rm -f conftest.er1
4259 cat conftest.err >&5
4260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4261 (exit $ac_status); } && {
4262 test -z "$ac_c_werror_flag" ||
4263 test ! -s conftest.err
4264 } && test -s conftest$ac_exeext &&
4265 $as_test_x conftest$ac_exeext; then
4266 { echo "$as_me:$LINENO: result: no" >&5
4267 echo "${ECHO_T}no" >&6; }
4268 X_LIBS="$X_LIBS -R$x_libraries"
4269 else
4270 echo "$as_me: failed program was:" >&5
4271 sed 's/^/| /' conftest.$ac_ext >&5
4273 LIBS="$ac_xsave_LIBS -R $x_libraries"
4274 cat >conftest.$ac_ext <<_ACEOF
4275 /* confdefs.h. */
4276 _ACEOF
4277 cat confdefs.h >>conftest.$ac_ext
4278 cat >>conftest.$ac_ext <<_ACEOF
4279 /* end confdefs.h. */
4282 main ()
4286 return 0;
4288 _ACEOF
4289 rm -f conftest.$ac_objext conftest$ac_exeext
4290 if { (ac_try="$ac_link"
4291 case "(($ac_try" in
4292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4293 *) ac_try_echo=$ac_try;;
4294 esac
4295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4296 (eval "$ac_link") 2>conftest.er1
4297 ac_status=$?
4298 grep -v '^ *+' conftest.er1 >conftest.err
4299 rm -f conftest.er1
4300 cat conftest.err >&5
4301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302 (exit $ac_status); } && {
4303 test -z "$ac_c_werror_flag" ||
4304 test ! -s conftest.err
4305 } && test -s conftest$ac_exeext &&
4306 $as_test_x conftest$ac_exeext; then
4307 { echo "$as_me:$LINENO: result: yes" >&5
4308 echo "${ECHO_T}yes" >&6; }
4309 X_LIBS="$X_LIBS -R $x_libraries"
4310 else
4311 echo "$as_me: failed program was:" >&5
4312 sed 's/^/| /' conftest.$ac_ext >&5
4314 { echo "$as_me:$LINENO: result: neither works" >&5
4315 echo "${ECHO_T}neither works" >&6; }
4318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4319 conftest$ac_exeext conftest.$ac_ext
4322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4323 conftest$ac_exeext conftest.$ac_ext
4324 ac_c_werror_flag=$ac_xsave_c_werror_flag
4325 LIBS=$ac_xsave_LIBS
4328 # Check for system-dependent libraries X programs must link with.
4329 # Do this before checking for the system-independent R6 libraries
4330 # (-lICE), since we may need -lsocket or whatever for X linking.
4332 if test "$ISC" = yes; then
4333 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4334 else
4335 # Martyn Johnson says this is needed for Ultrix, if the X
4336 # libraries were built with DECnet support. And Karl Berry says
4337 # the Alpha needs dnet_stub (dnet does not exist).
4338 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4339 cat >conftest.$ac_ext <<_ACEOF
4340 /* confdefs.h. */
4341 _ACEOF
4342 cat confdefs.h >>conftest.$ac_ext
4343 cat >>conftest.$ac_ext <<_ACEOF
4344 /* end confdefs.h. */
4346 /* Override any GCC internal prototype to avoid an error.
4347 Use char because int might match the return type of a GCC
4348 builtin and then its argument prototype would still apply. */
4349 #ifdef __cplusplus
4350 extern "C"
4351 #endif
4352 char XOpenDisplay ();
4354 main ()
4356 return XOpenDisplay ();
4358 return 0;
4360 _ACEOF
4361 rm -f conftest.$ac_objext conftest$ac_exeext
4362 if { (ac_try="$ac_link"
4363 case "(($ac_try" in
4364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4365 *) ac_try_echo=$ac_try;;
4366 esac
4367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4368 (eval "$ac_link") 2>conftest.er1
4369 ac_status=$?
4370 grep -v '^ *+' conftest.er1 >conftest.err
4371 rm -f conftest.er1
4372 cat conftest.err >&5
4373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4374 (exit $ac_status); } && {
4375 test -z "$ac_c_werror_flag" ||
4376 test ! -s conftest.err
4377 } && test -s conftest$ac_exeext &&
4378 $as_test_x conftest$ac_exeext; then
4380 else
4381 echo "$as_me: failed program was:" >&5
4382 sed 's/^/| /' conftest.$ac_ext >&5
4384 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4385 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4386 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4387 echo $ECHO_N "(cached) $ECHO_C" >&6
4388 else
4389 ac_check_lib_save_LIBS=$LIBS
4390 LIBS="-ldnet $LIBS"
4391 cat >conftest.$ac_ext <<_ACEOF
4392 /* confdefs.h. */
4393 _ACEOF
4394 cat confdefs.h >>conftest.$ac_ext
4395 cat >>conftest.$ac_ext <<_ACEOF
4396 /* end confdefs.h. */
4398 /* Override any GCC internal prototype to avoid an error.
4399 Use char because int might match the return type of a GCC
4400 builtin and then its argument prototype would still apply. */
4401 #ifdef __cplusplus
4402 extern "C"
4403 #endif
4404 char dnet_ntoa ();
4406 main ()
4408 return dnet_ntoa ();
4410 return 0;
4412 _ACEOF
4413 rm -f conftest.$ac_objext conftest$ac_exeext
4414 if { (ac_try="$ac_link"
4415 case "(($ac_try" in
4416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4417 *) ac_try_echo=$ac_try;;
4418 esac
4419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4420 (eval "$ac_link") 2>conftest.er1
4421 ac_status=$?
4422 grep -v '^ *+' conftest.er1 >conftest.err
4423 rm -f conftest.er1
4424 cat conftest.err >&5
4425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4426 (exit $ac_status); } && {
4427 test -z "$ac_c_werror_flag" ||
4428 test ! -s conftest.err
4429 } && test -s conftest$ac_exeext &&
4430 $as_test_x conftest$ac_exeext; then
4431 ac_cv_lib_dnet_dnet_ntoa=yes
4432 else
4433 echo "$as_me: failed program was:" >&5
4434 sed 's/^/| /' conftest.$ac_ext >&5
4436 ac_cv_lib_dnet_dnet_ntoa=no
4439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4440 conftest$ac_exeext conftest.$ac_ext
4441 LIBS=$ac_check_lib_save_LIBS
4443 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4444 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4445 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4446 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4449 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4450 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4451 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4452 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4453 echo $ECHO_N "(cached) $ECHO_C" >&6
4454 else
4455 ac_check_lib_save_LIBS=$LIBS
4456 LIBS="-ldnet_stub $LIBS"
4457 cat >conftest.$ac_ext <<_ACEOF
4458 /* confdefs.h. */
4459 _ACEOF
4460 cat confdefs.h >>conftest.$ac_ext
4461 cat >>conftest.$ac_ext <<_ACEOF
4462 /* end confdefs.h. */
4464 /* Override any GCC internal prototype to avoid an error.
4465 Use char because int might match the return type of a GCC
4466 builtin and then its argument prototype would still apply. */
4467 #ifdef __cplusplus
4468 extern "C"
4469 #endif
4470 char dnet_ntoa ();
4472 main ()
4474 return dnet_ntoa ();
4476 return 0;
4478 _ACEOF
4479 rm -f conftest.$ac_objext conftest$ac_exeext
4480 if { (ac_try="$ac_link"
4481 case "(($ac_try" in
4482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4483 *) ac_try_echo=$ac_try;;
4484 esac
4485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4486 (eval "$ac_link") 2>conftest.er1
4487 ac_status=$?
4488 grep -v '^ *+' conftest.er1 >conftest.err
4489 rm -f conftest.er1
4490 cat conftest.err >&5
4491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4492 (exit $ac_status); } && {
4493 test -z "$ac_c_werror_flag" ||
4494 test ! -s conftest.err
4495 } && test -s conftest$ac_exeext &&
4496 $as_test_x conftest$ac_exeext; then
4497 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4498 else
4499 echo "$as_me: failed program was:" >&5
4500 sed 's/^/| /' conftest.$ac_ext >&5
4502 ac_cv_lib_dnet_stub_dnet_ntoa=no
4505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4506 conftest$ac_exeext conftest.$ac_ext
4507 LIBS=$ac_check_lib_save_LIBS
4509 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4510 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4511 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4512 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4519 conftest$ac_exeext conftest.$ac_ext
4520 LIBS="$ac_xsave_LIBS"
4522 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4523 # to get the SysV transport functions.
4524 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4525 # needs -lnsl.
4526 # The nsl library prevents programs from opening the X display
4527 # on Irix 5.2, according to T.E. Dickey.
4528 # The functions gethostbyname, getservbyname, and inet_addr are
4529 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4530 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4531 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4532 if test "${ac_cv_func_gethostbyname+set}" = set; then
4533 echo $ECHO_N "(cached) $ECHO_C" >&6
4534 else
4535 cat >conftest.$ac_ext <<_ACEOF
4536 /* confdefs.h. */
4537 _ACEOF
4538 cat confdefs.h >>conftest.$ac_ext
4539 cat >>conftest.$ac_ext <<_ACEOF
4540 /* end confdefs.h. */
4541 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4542 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4543 #define gethostbyname innocuous_gethostbyname
4545 /* System header to define __stub macros and hopefully few prototypes,
4546 which can conflict with char gethostbyname (); below.
4547 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4548 <limits.h> exists even on freestanding compilers. */
4550 #ifdef __STDC__
4551 # include <limits.h>
4552 #else
4553 # include <assert.h>
4554 #endif
4556 #undef gethostbyname
4558 /* Override any GCC internal prototype to avoid an error.
4559 Use char because int might match the return type of a GCC
4560 builtin and then its argument prototype would still apply. */
4561 #ifdef __cplusplus
4562 extern "C"
4563 #endif
4564 char gethostbyname ();
4565 /* The GNU C library defines this for functions which it implements
4566 to always fail with ENOSYS. Some functions are actually named
4567 something starting with __ and the normal name is an alias. */
4568 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4569 choke me
4570 #endif
4573 main ()
4575 return gethostbyname ();
4577 return 0;
4579 _ACEOF
4580 rm -f conftest.$ac_objext conftest$ac_exeext
4581 if { (ac_try="$ac_link"
4582 case "(($ac_try" in
4583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4584 *) ac_try_echo=$ac_try;;
4585 esac
4586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4587 (eval "$ac_link") 2>conftest.er1
4588 ac_status=$?
4589 grep -v '^ *+' conftest.er1 >conftest.err
4590 rm -f conftest.er1
4591 cat conftest.err >&5
4592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4593 (exit $ac_status); } && {
4594 test -z "$ac_c_werror_flag" ||
4595 test ! -s conftest.err
4596 } && test -s conftest$ac_exeext &&
4597 $as_test_x conftest$ac_exeext; then
4598 ac_cv_func_gethostbyname=yes
4599 else
4600 echo "$as_me: failed program was:" >&5
4601 sed 's/^/| /' conftest.$ac_ext >&5
4603 ac_cv_func_gethostbyname=no
4606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4607 conftest$ac_exeext conftest.$ac_ext
4609 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4610 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4612 if test $ac_cv_func_gethostbyname = no; then
4613 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4614 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4615 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4616 echo $ECHO_N "(cached) $ECHO_C" >&6
4617 else
4618 ac_check_lib_save_LIBS=$LIBS
4619 LIBS="-lnsl $LIBS"
4620 cat >conftest.$ac_ext <<_ACEOF
4621 /* confdefs.h. */
4622 _ACEOF
4623 cat confdefs.h >>conftest.$ac_ext
4624 cat >>conftest.$ac_ext <<_ACEOF
4625 /* end confdefs.h. */
4627 /* Override any GCC internal prototype to avoid an error.
4628 Use char because int might match the return type of a GCC
4629 builtin and then its argument prototype would still apply. */
4630 #ifdef __cplusplus
4631 extern "C"
4632 #endif
4633 char gethostbyname ();
4635 main ()
4637 return gethostbyname ();
4639 return 0;
4641 _ACEOF
4642 rm -f conftest.$ac_objext conftest$ac_exeext
4643 if { (ac_try="$ac_link"
4644 case "(($ac_try" in
4645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4646 *) ac_try_echo=$ac_try;;
4647 esac
4648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4649 (eval "$ac_link") 2>conftest.er1
4650 ac_status=$?
4651 grep -v '^ *+' conftest.er1 >conftest.err
4652 rm -f conftest.er1
4653 cat conftest.err >&5
4654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4655 (exit $ac_status); } && {
4656 test -z "$ac_c_werror_flag" ||
4657 test ! -s conftest.err
4658 } && test -s conftest$ac_exeext &&
4659 $as_test_x conftest$ac_exeext; then
4660 ac_cv_lib_nsl_gethostbyname=yes
4661 else
4662 echo "$as_me: failed program was:" >&5
4663 sed 's/^/| /' conftest.$ac_ext >&5
4665 ac_cv_lib_nsl_gethostbyname=no
4668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4669 conftest$ac_exeext conftest.$ac_ext
4670 LIBS=$ac_check_lib_save_LIBS
4672 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4673 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4674 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4675 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4678 if test $ac_cv_lib_nsl_gethostbyname = no; then
4679 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4680 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4681 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4682 echo $ECHO_N "(cached) $ECHO_C" >&6
4683 else
4684 ac_check_lib_save_LIBS=$LIBS
4685 LIBS="-lbsd $LIBS"
4686 cat >conftest.$ac_ext <<_ACEOF
4687 /* confdefs.h. */
4688 _ACEOF
4689 cat confdefs.h >>conftest.$ac_ext
4690 cat >>conftest.$ac_ext <<_ACEOF
4691 /* end confdefs.h. */
4693 /* Override any GCC internal prototype to avoid an error.
4694 Use char because int might match the return type of a GCC
4695 builtin and then its argument prototype would still apply. */
4696 #ifdef __cplusplus
4697 extern "C"
4698 #endif
4699 char gethostbyname ();
4701 main ()
4703 return gethostbyname ();
4705 return 0;
4707 _ACEOF
4708 rm -f conftest.$ac_objext conftest$ac_exeext
4709 if { (ac_try="$ac_link"
4710 case "(($ac_try" in
4711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4712 *) ac_try_echo=$ac_try;;
4713 esac
4714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4715 (eval "$ac_link") 2>conftest.er1
4716 ac_status=$?
4717 grep -v '^ *+' conftest.er1 >conftest.err
4718 rm -f conftest.er1
4719 cat conftest.err >&5
4720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4721 (exit $ac_status); } && {
4722 test -z "$ac_c_werror_flag" ||
4723 test ! -s conftest.err
4724 } && test -s conftest$ac_exeext &&
4725 $as_test_x conftest$ac_exeext; then
4726 ac_cv_lib_bsd_gethostbyname=yes
4727 else
4728 echo "$as_me: failed program was:" >&5
4729 sed 's/^/| /' conftest.$ac_ext >&5
4731 ac_cv_lib_bsd_gethostbyname=no
4734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4735 conftest$ac_exeext conftest.$ac_ext
4736 LIBS=$ac_check_lib_save_LIBS
4738 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4739 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4740 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4741 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4747 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4748 # socket/setsockopt and other routines are undefined under SCO ODT
4749 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4750 # on later versions), says Simon Leinen: it contains gethostby*
4751 # variants that don't use the name server (or something). -lsocket
4752 # must be given before -lnsl if both are needed. We assume that
4753 # if connect needs -lnsl, so does gethostbyname.
4754 { echo "$as_me:$LINENO: checking for connect" >&5
4755 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4756 if test "${ac_cv_func_connect+set}" = set; then
4757 echo $ECHO_N "(cached) $ECHO_C" >&6
4758 else
4759 cat >conftest.$ac_ext <<_ACEOF
4760 /* confdefs.h. */
4761 _ACEOF
4762 cat confdefs.h >>conftest.$ac_ext
4763 cat >>conftest.$ac_ext <<_ACEOF
4764 /* end confdefs.h. */
4765 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4766 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4767 #define connect innocuous_connect
4769 /* System header to define __stub macros and hopefully few prototypes,
4770 which can conflict with char connect (); below.
4771 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4772 <limits.h> exists even on freestanding compilers. */
4774 #ifdef __STDC__
4775 # include <limits.h>
4776 #else
4777 # include <assert.h>
4778 #endif
4780 #undef connect
4782 /* Override any GCC internal prototype to avoid an error.
4783 Use char because int might match the return type of a GCC
4784 builtin and then its argument prototype would still apply. */
4785 #ifdef __cplusplus
4786 extern "C"
4787 #endif
4788 char connect ();
4789 /* The GNU C library defines this for functions which it implements
4790 to always fail with ENOSYS. Some functions are actually named
4791 something starting with __ and the normal name is an alias. */
4792 #if defined __stub_connect || defined __stub___connect
4793 choke me
4794 #endif
4797 main ()
4799 return connect ();
4801 return 0;
4803 _ACEOF
4804 rm -f conftest.$ac_objext conftest$ac_exeext
4805 if { (ac_try="$ac_link"
4806 case "(($ac_try" in
4807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4808 *) ac_try_echo=$ac_try;;
4809 esac
4810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4811 (eval "$ac_link") 2>conftest.er1
4812 ac_status=$?
4813 grep -v '^ *+' conftest.er1 >conftest.err
4814 rm -f conftest.er1
4815 cat conftest.err >&5
4816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4817 (exit $ac_status); } && {
4818 test -z "$ac_c_werror_flag" ||
4819 test ! -s conftest.err
4820 } && test -s conftest$ac_exeext &&
4821 $as_test_x conftest$ac_exeext; then
4822 ac_cv_func_connect=yes
4823 else
4824 echo "$as_me: failed program was:" >&5
4825 sed 's/^/| /' conftest.$ac_ext >&5
4827 ac_cv_func_connect=no
4830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4831 conftest$ac_exeext conftest.$ac_ext
4833 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4834 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4836 if test $ac_cv_func_connect = no; then
4837 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4838 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4839 if test "${ac_cv_lib_socket_connect+set}" = set; then
4840 echo $ECHO_N "(cached) $ECHO_C" >&6
4841 else
4842 ac_check_lib_save_LIBS=$LIBS
4843 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4844 cat >conftest.$ac_ext <<_ACEOF
4845 /* confdefs.h. */
4846 _ACEOF
4847 cat confdefs.h >>conftest.$ac_ext
4848 cat >>conftest.$ac_ext <<_ACEOF
4849 /* end confdefs.h. */
4851 /* Override any GCC internal prototype to avoid an error.
4852 Use char because int might match the return type of a GCC
4853 builtin and then its argument prototype would still apply. */
4854 #ifdef __cplusplus
4855 extern "C"
4856 #endif
4857 char connect ();
4859 main ()
4861 return connect ();
4863 return 0;
4865 _ACEOF
4866 rm -f conftest.$ac_objext conftest$ac_exeext
4867 if { (ac_try="$ac_link"
4868 case "(($ac_try" in
4869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4870 *) ac_try_echo=$ac_try;;
4871 esac
4872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4873 (eval "$ac_link") 2>conftest.er1
4874 ac_status=$?
4875 grep -v '^ *+' conftest.er1 >conftest.err
4876 rm -f conftest.er1
4877 cat conftest.err >&5
4878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4879 (exit $ac_status); } && {
4880 test -z "$ac_c_werror_flag" ||
4881 test ! -s conftest.err
4882 } && test -s conftest$ac_exeext &&
4883 $as_test_x conftest$ac_exeext; then
4884 ac_cv_lib_socket_connect=yes
4885 else
4886 echo "$as_me: failed program was:" >&5
4887 sed 's/^/| /' conftest.$ac_ext >&5
4889 ac_cv_lib_socket_connect=no
4892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4893 conftest$ac_exeext conftest.$ac_ext
4894 LIBS=$ac_check_lib_save_LIBS
4896 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4897 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4898 if test $ac_cv_lib_socket_connect = yes; then
4899 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4904 # Guillermo Gomez says -lposix is necessary on A/UX.
4905 { echo "$as_me:$LINENO: checking for remove" >&5
4906 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4907 if test "${ac_cv_func_remove+set}" = set; then
4908 echo $ECHO_N "(cached) $ECHO_C" >&6
4909 else
4910 cat >conftest.$ac_ext <<_ACEOF
4911 /* confdefs.h. */
4912 _ACEOF
4913 cat confdefs.h >>conftest.$ac_ext
4914 cat >>conftest.$ac_ext <<_ACEOF
4915 /* end confdefs.h. */
4916 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4917 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4918 #define remove innocuous_remove
4920 /* System header to define __stub macros and hopefully few prototypes,
4921 which can conflict with char remove (); below.
4922 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4923 <limits.h> exists even on freestanding compilers. */
4925 #ifdef __STDC__
4926 # include <limits.h>
4927 #else
4928 # include <assert.h>
4929 #endif
4931 #undef remove
4933 /* Override any GCC internal prototype to avoid an error.
4934 Use char because int might match the return type of a GCC
4935 builtin and then its argument prototype would still apply. */
4936 #ifdef __cplusplus
4937 extern "C"
4938 #endif
4939 char remove ();
4940 /* The GNU C library defines this for functions which it implements
4941 to always fail with ENOSYS. Some functions are actually named
4942 something starting with __ and the normal name is an alias. */
4943 #if defined __stub_remove || defined __stub___remove
4944 choke me
4945 #endif
4948 main ()
4950 return remove ();
4952 return 0;
4954 _ACEOF
4955 rm -f conftest.$ac_objext conftest$ac_exeext
4956 if { (ac_try="$ac_link"
4957 case "(($ac_try" in
4958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4959 *) ac_try_echo=$ac_try;;
4960 esac
4961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4962 (eval "$ac_link") 2>conftest.er1
4963 ac_status=$?
4964 grep -v '^ *+' conftest.er1 >conftest.err
4965 rm -f conftest.er1
4966 cat conftest.err >&5
4967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4968 (exit $ac_status); } && {
4969 test -z "$ac_c_werror_flag" ||
4970 test ! -s conftest.err
4971 } && test -s conftest$ac_exeext &&
4972 $as_test_x conftest$ac_exeext; then
4973 ac_cv_func_remove=yes
4974 else
4975 echo "$as_me: failed program was:" >&5
4976 sed 's/^/| /' conftest.$ac_ext >&5
4978 ac_cv_func_remove=no
4981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4982 conftest$ac_exeext conftest.$ac_ext
4984 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4985 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4987 if test $ac_cv_func_remove = no; then
4988 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4989 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4990 if test "${ac_cv_lib_posix_remove+set}" = set; then
4991 echo $ECHO_N "(cached) $ECHO_C" >&6
4992 else
4993 ac_check_lib_save_LIBS=$LIBS
4994 LIBS="-lposix $LIBS"
4995 cat >conftest.$ac_ext <<_ACEOF
4996 /* confdefs.h. */
4997 _ACEOF
4998 cat confdefs.h >>conftest.$ac_ext
4999 cat >>conftest.$ac_ext <<_ACEOF
5000 /* end confdefs.h. */
5002 /* Override any GCC internal prototype to avoid an error.
5003 Use char because int might match the return type of a GCC
5004 builtin and then its argument prototype would still apply. */
5005 #ifdef __cplusplus
5006 extern "C"
5007 #endif
5008 char remove ();
5010 main ()
5012 return remove ();
5014 return 0;
5016 _ACEOF
5017 rm -f conftest.$ac_objext conftest$ac_exeext
5018 if { (ac_try="$ac_link"
5019 case "(($ac_try" in
5020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5021 *) ac_try_echo=$ac_try;;
5022 esac
5023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5024 (eval "$ac_link") 2>conftest.er1
5025 ac_status=$?
5026 grep -v '^ *+' conftest.er1 >conftest.err
5027 rm -f conftest.er1
5028 cat conftest.err >&5
5029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5030 (exit $ac_status); } && {
5031 test -z "$ac_c_werror_flag" ||
5032 test ! -s conftest.err
5033 } && test -s conftest$ac_exeext &&
5034 $as_test_x conftest$ac_exeext; then
5035 ac_cv_lib_posix_remove=yes
5036 else
5037 echo "$as_me: failed program was:" >&5
5038 sed 's/^/| /' conftest.$ac_ext >&5
5040 ac_cv_lib_posix_remove=no
5043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5044 conftest$ac_exeext conftest.$ac_ext
5045 LIBS=$ac_check_lib_save_LIBS
5047 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5048 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5049 if test $ac_cv_lib_posix_remove = yes; then
5050 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5055 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5056 { echo "$as_me:$LINENO: checking for shmat" >&5
5057 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5058 if test "${ac_cv_func_shmat+set}" = set; then
5059 echo $ECHO_N "(cached) $ECHO_C" >&6
5060 else
5061 cat >conftest.$ac_ext <<_ACEOF
5062 /* confdefs.h. */
5063 _ACEOF
5064 cat confdefs.h >>conftest.$ac_ext
5065 cat >>conftest.$ac_ext <<_ACEOF
5066 /* end confdefs.h. */
5067 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5068 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5069 #define shmat innocuous_shmat
5071 /* System header to define __stub macros and hopefully few prototypes,
5072 which can conflict with char shmat (); below.
5073 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5074 <limits.h> exists even on freestanding compilers. */
5076 #ifdef __STDC__
5077 # include <limits.h>
5078 #else
5079 # include <assert.h>
5080 #endif
5082 #undef shmat
5084 /* Override any GCC internal prototype to avoid an error.
5085 Use char because int might match the return type of a GCC
5086 builtin and then its argument prototype would still apply. */
5087 #ifdef __cplusplus
5088 extern "C"
5089 #endif
5090 char shmat ();
5091 /* The GNU C library defines this for functions which it implements
5092 to always fail with ENOSYS. Some functions are actually named
5093 something starting with __ and the normal name is an alias. */
5094 #if defined __stub_shmat || defined __stub___shmat
5095 choke me
5096 #endif
5099 main ()
5101 return shmat ();
5103 return 0;
5105 _ACEOF
5106 rm -f conftest.$ac_objext conftest$ac_exeext
5107 if { (ac_try="$ac_link"
5108 case "(($ac_try" in
5109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5110 *) ac_try_echo=$ac_try;;
5111 esac
5112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5113 (eval "$ac_link") 2>conftest.er1
5114 ac_status=$?
5115 grep -v '^ *+' conftest.er1 >conftest.err
5116 rm -f conftest.er1
5117 cat conftest.err >&5
5118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5119 (exit $ac_status); } && {
5120 test -z "$ac_c_werror_flag" ||
5121 test ! -s conftest.err
5122 } && test -s conftest$ac_exeext &&
5123 $as_test_x conftest$ac_exeext; then
5124 ac_cv_func_shmat=yes
5125 else
5126 echo "$as_me: failed program was:" >&5
5127 sed 's/^/| /' conftest.$ac_ext >&5
5129 ac_cv_func_shmat=no
5132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5133 conftest$ac_exeext conftest.$ac_ext
5135 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5136 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5138 if test $ac_cv_func_shmat = no; then
5139 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5140 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5141 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5142 echo $ECHO_N "(cached) $ECHO_C" >&6
5143 else
5144 ac_check_lib_save_LIBS=$LIBS
5145 LIBS="-lipc $LIBS"
5146 cat >conftest.$ac_ext <<_ACEOF
5147 /* confdefs.h. */
5148 _ACEOF
5149 cat confdefs.h >>conftest.$ac_ext
5150 cat >>conftest.$ac_ext <<_ACEOF
5151 /* end confdefs.h. */
5153 /* Override any GCC internal prototype to avoid an error.
5154 Use char because int might match the return type of a GCC
5155 builtin and then its argument prototype would still apply. */
5156 #ifdef __cplusplus
5157 extern "C"
5158 #endif
5159 char shmat ();
5161 main ()
5163 return shmat ();
5165 return 0;
5167 _ACEOF
5168 rm -f conftest.$ac_objext conftest$ac_exeext
5169 if { (ac_try="$ac_link"
5170 case "(($ac_try" in
5171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5172 *) ac_try_echo=$ac_try;;
5173 esac
5174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5175 (eval "$ac_link") 2>conftest.er1
5176 ac_status=$?
5177 grep -v '^ *+' conftest.er1 >conftest.err
5178 rm -f conftest.er1
5179 cat conftest.err >&5
5180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5181 (exit $ac_status); } && {
5182 test -z "$ac_c_werror_flag" ||
5183 test ! -s conftest.err
5184 } && test -s conftest$ac_exeext &&
5185 $as_test_x conftest$ac_exeext; then
5186 ac_cv_lib_ipc_shmat=yes
5187 else
5188 echo "$as_me: failed program was:" >&5
5189 sed 's/^/| /' conftest.$ac_ext >&5
5191 ac_cv_lib_ipc_shmat=no
5194 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5195 conftest$ac_exeext conftest.$ac_ext
5196 LIBS=$ac_check_lib_save_LIBS
5198 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5199 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5200 if test $ac_cv_lib_ipc_shmat = yes; then
5201 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5207 # Check for libraries that X11R6 Xt/Xaw programs need.
5208 ac_save_LDFLAGS=$LDFLAGS
5209 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5210 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5211 # check for ICE first), but we must link in the order -lSM -lICE or
5212 # we get undefined symbols. So assume we have SM if we have ICE.
5213 # These have to be linked with before -lX11, unlike the other
5214 # libraries we check for below, so use a different variable.
5215 # John Interrante, Karl Berry
5216 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5217 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5218 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5219 echo $ECHO_N "(cached) $ECHO_C" >&6
5220 else
5221 ac_check_lib_save_LIBS=$LIBS
5222 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5223 cat >conftest.$ac_ext <<_ACEOF
5224 /* confdefs.h. */
5225 _ACEOF
5226 cat confdefs.h >>conftest.$ac_ext
5227 cat >>conftest.$ac_ext <<_ACEOF
5228 /* end confdefs.h. */
5230 /* Override any GCC internal prototype to avoid an error.
5231 Use char because int might match the return type of a GCC
5232 builtin and then its argument prototype would still apply. */
5233 #ifdef __cplusplus
5234 extern "C"
5235 #endif
5236 char IceConnectionNumber ();
5238 main ()
5240 return IceConnectionNumber ();
5242 return 0;
5244 _ACEOF
5245 rm -f conftest.$ac_objext conftest$ac_exeext
5246 if { (ac_try="$ac_link"
5247 case "(($ac_try" in
5248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5249 *) ac_try_echo=$ac_try;;
5250 esac
5251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5252 (eval "$ac_link") 2>conftest.er1
5253 ac_status=$?
5254 grep -v '^ *+' conftest.er1 >conftest.err
5255 rm -f conftest.er1
5256 cat conftest.err >&5
5257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5258 (exit $ac_status); } && {
5259 test -z "$ac_c_werror_flag" ||
5260 test ! -s conftest.err
5261 } && test -s conftest$ac_exeext &&
5262 $as_test_x conftest$ac_exeext; then
5263 ac_cv_lib_ICE_IceConnectionNumber=yes
5264 else
5265 echo "$as_me: failed program was:" >&5
5266 sed 's/^/| /' conftest.$ac_ext >&5
5268 ac_cv_lib_ICE_IceConnectionNumber=no
5271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5272 conftest$ac_exeext conftest.$ac_ext
5273 LIBS=$ac_check_lib_save_LIBS
5275 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5276 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5277 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5278 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5281 LDFLAGS=$ac_save_LDFLAGS
5286 for ac_prog in flex
5288 # Extract the first word of "$ac_prog", so it can be a program name with args.
5289 set dummy $ac_prog; ac_word=$2
5290 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5291 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5292 if test "${ac_cv_prog_FLEX+set}" = set; then
5293 echo $ECHO_N "(cached) $ECHO_C" >&6
5294 else
5295 if test -n "$FLEX"; then
5296 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5297 else
5298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5299 for as_dir in $PATH
5301 IFS=$as_save_IFS
5302 test -z "$as_dir" && as_dir=.
5303 for ac_exec_ext in '' $ac_executable_extensions; do
5304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5305 ac_cv_prog_FLEX="$ac_prog"
5306 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5307 break 2
5309 done
5310 done
5311 IFS=$as_save_IFS
5315 FLEX=$ac_cv_prog_FLEX
5316 if test -n "$FLEX"; then
5317 { echo "$as_me:$LINENO: result: $FLEX" >&5
5318 echo "${ECHO_T}$FLEX" >&6; }
5319 else
5320 { echo "$as_me:$LINENO: result: no" >&5
5321 echo "${ECHO_T}no" >&6; }
5325 test -n "$FLEX" && break
5326 done
5327 test -n "$FLEX" || FLEX="none"
5329 if test "$FLEX" = "none"
5330 then
5331 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5332 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5333 { (exit 1); exit 1; }; }
5336 for ac_prog in bison
5338 # Extract the first word of "$ac_prog", so it can be a program name with args.
5339 set dummy $ac_prog; ac_word=$2
5340 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5341 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5342 if test "${ac_cv_prog_BISON+set}" = set; then
5343 echo $ECHO_N "(cached) $ECHO_C" >&6
5344 else
5345 if test -n "$BISON"; then
5346 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5347 else
5348 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5349 for as_dir in $PATH
5351 IFS=$as_save_IFS
5352 test -z "$as_dir" && as_dir=.
5353 for ac_exec_ext in '' $ac_executable_extensions; do
5354 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5355 ac_cv_prog_BISON="$ac_prog"
5356 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5357 break 2
5359 done
5360 done
5361 IFS=$as_save_IFS
5365 BISON=$ac_cv_prog_BISON
5366 if test -n "$BISON"; then
5367 { echo "$as_me:$LINENO: result: $BISON" >&5
5368 echo "${ECHO_T}$BISON" >&6; }
5369 else
5370 { echo "$as_me:$LINENO: result: no" >&5
5371 echo "${ECHO_T}no" >&6; }
5375 test -n "$BISON" && break
5376 done
5377 test -n "$BISON" || BISON="none"
5379 if test "$BISON" = "none"
5380 then
5381 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5382 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5383 { (exit 1); exit 1; }; }
5386 if test -n "$ac_tool_prefix"; then
5387 for ac_prog in gas as
5389 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5390 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5391 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5392 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5393 if test "${ac_cv_prog_AS+set}" = set; then
5394 echo $ECHO_N "(cached) $ECHO_C" >&6
5395 else
5396 if test -n "$AS"; then
5397 ac_cv_prog_AS="$AS" # Let the user override the test.
5398 else
5399 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5400 for as_dir in $PATH
5402 IFS=$as_save_IFS
5403 test -z "$as_dir" && as_dir=.
5404 for ac_exec_ext in '' $ac_executable_extensions; do
5405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5406 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5407 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5408 break 2
5410 done
5411 done
5412 IFS=$as_save_IFS
5416 AS=$ac_cv_prog_AS
5417 if test -n "$AS"; then
5418 { echo "$as_me:$LINENO: result: $AS" >&5
5419 echo "${ECHO_T}$AS" >&6; }
5420 else
5421 { echo "$as_me:$LINENO: result: no" >&5
5422 echo "${ECHO_T}no" >&6; }
5426 test -n "$AS" && break
5427 done
5429 if test -z "$AS"; then
5430 ac_ct_AS=$AS
5431 for ac_prog in gas as
5433 # Extract the first word of "$ac_prog", so it can be a program name with args.
5434 set dummy $ac_prog; ac_word=$2
5435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5437 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5438 echo $ECHO_N "(cached) $ECHO_C" >&6
5439 else
5440 if test -n "$ac_ct_AS"; then
5441 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5442 else
5443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5444 for as_dir in $PATH
5446 IFS=$as_save_IFS
5447 test -z "$as_dir" && as_dir=.
5448 for ac_exec_ext in '' $ac_executable_extensions; do
5449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5450 ac_cv_prog_ac_ct_AS="$ac_prog"
5451 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5452 break 2
5454 done
5455 done
5456 IFS=$as_save_IFS
5460 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5461 if test -n "$ac_ct_AS"; then
5462 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5463 echo "${ECHO_T}$ac_ct_AS" >&6; }
5464 else
5465 { echo "$as_me:$LINENO: result: no" >&5
5466 echo "${ECHO_T}no" >&6; }
5470 test -n "$ac_ct_AS" && break
5471 done
5473 if test "x$ac_ct_AS" = x; then
5474 AS="as"
5475 else
5476 case $cross_compiling:$ac_tool_warned in
5477 yes:)
5478 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5479 whose name does not start with the host triplet. If you think this
5480 configuration is useful to you, please write to autoconf@gnu.org." >&5
5481 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5482 whose name does not start with the host triplet. If you think this
5483 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5484 ac_tool_warned=yes ;;
5485 esac
5486 AS=$ac_ct_AS
5490 if test -n "$ac_tool_prefix"; then
5491 for ac_prog in ld gld
5493 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5494 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5495 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5496 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5497 if test "${ac_cv_prog_LD+set}" = set; then
5498 echo $ECHO_N "(cached) $ECHO_C" >&6
5499 else
5500 if test -n "$LD"; then
5501 ac_cv_prog_LD="$LD" # Let the user override the test.
5502 else
5503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5504 for as_dir in $PATH
5506 IFS=$as_save_IFS
5507 test -z "$as_dir" && as_dir=.
5508 for ac_exec_ext in '' $ac_executable_extensions; do
5509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5510 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5511 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5512 break 2
5514 done
5515 done
5516 IFS=$as_save_IFS
5520 LD=$ac_cv_prog_LD
5521 if test -n "$LD"; then
5522 { echo "$as_me:$LINENO: result: $LD" >&5
5523 echo "${ECHO_T}$LD" >&6; }
5524 else
5525 { echo "$as_me:$LINENO: result: no" >&5
5526 echo "${ECHO_T}no" >&6; }
5530 test -n "$LD" && break
5531 done
5533 if test -z "$LD"; then
5534 ac_ct_LD=$LD
5535 for ac_prog in ld gld
5537 # Extract the first word of "$ac_prog", so it can be a program name with args.
5538 set dummy $ac_prog; ac_word=$2
5539 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5541 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5542 echo $ECHO_N "(cached) $ECHO_C" >&6
5543 else
5544 if test -n "$ac_ct_LD"; then
5545 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5546 else
5547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5548 for as_dir in $PATH
5550 IFS=$as_save_IFS
5551 test -z "$as_dir" && as_dir=.
5552 for ac_exec_ext in '' $ac_executable_extensions; do
5553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5554 ac_cv_prog_ac_ct_LD="$ac_prog"
5555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5556 break 2
5558 done
5559 done
5560 IFS=$as_save_IFS
5564 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5565 if test -n "$ac_ct_LD"; then
5566 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5567 echo "${ECHO_T}$ac_ct_LD" >&6; }
5568 else
5569 { echo "$as_me:$LINENO: result: no" >&5
5570 echo "${ECHO_T}no" >&6; }
5574 test -n "$ac_ct_LD" && break
5575 done
5577 if test "x$ac_ct_LD" = x; then
5578 LD="ld"
5579 else
5580 case $cross_compiling:$ac_tool_warned in
5581 yes:)
5582 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5583 whose name does not start with the host triplet. If you think this
5584 configuration is useful to you, please write to autoconf@gnu.org." >&5
5585 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5586 whose name does not start with the host triplet. If you think this
5587 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5588 ac_tool_warned=yes ;;
5589 esac
5590 LD=$ac_ct_LD
5594 if test -n "$ac_tool_prefix"; then
5595 for ac_prog in nm gnm
5597 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5598 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5599 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5600 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5601 if test "${ac_cv_prog_NM+set}" = set; then
5602 echo $ECHO_N "(cached) $ECHO_C" >&6
5603 else
5604 if test -n "$NM"; then
5605 ac_cv_prog_NM="$NM" # Let the user override the test.
5606 else
5607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5608 for as_dir in $PATH
5610 IFS=$as_save_IFS
5611 test -z "$as_dir" && as_dir=.
5612 for ac_exec_ext in '' $ac_executable_extensions; do
5613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5614 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5615 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5616 break 2
5618 done
5619 done
5620 IFS=$as_save_IFS
5624 NM=$ac_cv_prog_NM
5625 if test -n "$NM"; then
5626 { echo "$as_me:$LINENO: result: $NM" >&5
5627 echo "${ECHO_T}$NM" >&6; }
5628 else
5629 { echo "$as_me:$LINENO: result: no" >&5
5630 echo "${ECHO_T}no" >&6; }
5634 test -n "$NM" && break
5635 done
5637 if test -z "$NM"; then
5638 ac_ct_NM=$NM
5639 for ac_prog in nm gnm
5641 # Extract the first word of "$ac_prog", so it can be a program name with args.
5642 set dummy $ac_prog; ac_word=$2
5643 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5644 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5645 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5646 echo $ECHO_N "(cached) $ECHO_C" >&6
5647 else
5648 if test -n "$ac_ct_NM"; then
5649 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5650 else
5651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5652 for as_dir in $PATH
5654 IFS=$as_save_IFS
5655 test -z "$as_dir" && as_dir=.
5656 for ac_exec_ext in '' $ac_executable_extensions; do
5657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5658 ac_cv_prog_ac_ct_NM="$ac_prog"
5659 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5660 break 2
5662 done
5663 done
5664 IFS=$as_save_IFS
5668 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5669 if test -n "$ac_ct_NM"; then
5670 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5671 echo "${ECHO_T}$ac_ct_NM" >&6; }
5672 else
5673 { echo "$as_me:$LINENO: result: no" >&5
5674 echo "${ECHO_T}no" >&6; }
5678 test -n "$ac_ct_NM" && break
5679 done
5681 if test "x$ac_ct_NM" = x; then
5682 NM="nm"
5683 else
5684 case $cross_compiling:$ac_tool_warned in
5685 yes:)
5686 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5687 whose name does not start with the host triplet. If you think this
5688 configuration is useful to you, please write to autoconf@gnu.org." >&5
5689 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5690 whose name does not start with the host triplet. If you think this
5691 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5692 ac_tool_warned=yes ;;
5693 esac
5694 NM=$ac_ct_NM
5698 if test -n "$ac_tool_prefix"; then
5699 for ac_prog in ar gar
5701 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5702 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5703 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5704 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5705 if test "${ac_cv_prog_AR+set}" = set; then
5706 echo $ECHO_N "(cached) $ECHO_C" >&6
5707 else
5708 if test -n "$AR"; then
5709 ac_cv_prog_AR="$AR" # Let the user override the test.
5710 else
5711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5712 for as_dir in $PATH
5714 IFS=$as_save_IFS
5715 test -z "$as_dir" && as_dir=.
5716 for ac_exec_ext in '' $ac_executable_extensions; do
5717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5718 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5720 break 2
5722 done
5723 done
5724 IFS=$as_save_IFS
5728 AR=$ac_cv_prog_AR
5729 if test -n "$AR"; then
5730 { echo "$as_me:$LINENO: result: $AR" >&5
5731 echo "${ECHO_T}$AR" >&6; }
5732 else
5733 { echo "$as_me:$LINENO: result: no" >&5
5734 echo "${ECHO_T}no" >&6; }
5738 test -n "$AR" && break
5739 done
5741 if test -z "$AR"; then
5742 ac_ct_AR=$AR
5743 for ac_prog in ar gar
5745 # Extract the first word of "$ac_prog", so it can be a program name with args.
5746 set dummy $ac_prog; ac_word=$2
5747 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5748 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5749 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5750 echo $ECHO_N "(cached) $ECHO_C" >&6
5751 else
5752 if test -n "$ac_ct_AR"; then
5753 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5754 else
5755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5756 for as_dir in $PATH
5758 IFS=$as_save_IFS
5759 test -z "$as_dir" && as_dir=.
5760 for ac_exec_ext in '' $ac_executable_extensions; do
5761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5762 ac_cv_prog_ac_ct_AR="$ac_prog"
5763 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5764 break 2
5766 done
5767 done
5768 IFS=$as_save_IFS
5772 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5773 if test -n "$ac_ct_AR"; then
5774 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5775 echo "${ECHO_T}$ac_ct_AR" >&6; }
5776 else
5777 { echo "$as_me:$LINENO: result: no" >&5
5778 echo "${ECHO_T}no" >&6; }
5782 test -n "$ac_ct_AR" && break
5783 done
5785 if test "x$ac_ct_AR" = x; then
5786 AR="ar"
5787 else
5788 case $cross_compiling:$ac_tool_warned in
5789 yes:)
5790 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5791 whose name does not start with the host triplet. If you think this
5792 configuration is useful to you, please write to autoconf@gnu.org." >&5
5793 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5794 whose name does not start with the host triplet. If you think this
5795 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5796 ac_tool_warned=yes ;;
5797 esac
5798 AR=$ac_ct_AR
5802 ARFLAGS=rc
5804 if test -n "$ac_tool_prefix"; then
5805 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5806 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5807 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5808 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5809 if test "${ac_cv_prog_RANLIB+set}" = set; then
5810 echo $ECHO_N "(cached) $ECHO_C" >&6
5811 else
5812 if test -n "$RANLIB"; then
5813 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5814 else
5815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5816 for as_dir in $PATH
5818 IFS=$as_save_IFS
5819 test -z "$as_dir" && as_dir=.
5820 for ac_exec_ext in '' $ac_executable_extensions; do
5821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5822 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5823 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5824 break 2
5826 done
5827 done
5828 IFS=$as_save_IFS
5832 RANLIB=$ac_cv_prog_RANLIB
5833 if test -n "$RANLIB"; then
5834 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5835 echo "${ECHO_T}$RANLIB" >&6; }
5836 else
5837 { echo "$as_me:$LINENO: result: no" >&5
5838 echo "${ECHO_T}no" >&6; }
5843 if test -z "$ac_cv_prog_RANLIB"; then
5844 ac_ct_RANLIB=$RANLIB
5845 # Extract the first word of "ranlib", so it can be a program name with args.
5846 set dummy ranlib; ac_word=$2
5847 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5848 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5849 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5850 echo $ECHO_N "(cached) $ECHO_C" >&6
5851 else
5852 if test -n "$ac_ct_RANLIB"; then
5853 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5854 else
5855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5856 for as_dir in $PATH
5858 IFS=$as_save_IFS
5859 test -z "$as_dir" && as_dir=.
5860 for ac_exec_ext in '' $ac_executable_extensions; do
5861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5862 ac_cv_prog_ac_ct_RANLIB="ranlib"
5863 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5864 break 2
5866 done
5867 done
5868 IFS=$as_save_IFS
5872 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5873 if test -n "$ac_ct_RANLIB"; then
5874 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5875 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5876 else
5877 { echo "$as_me:$LINENO: result: no" >&5
5878 echo "${ECHO_T}no" >&6; }
5881 if test "x$ac_ct_RANLIB" = x; then
5882 RANLIB=":"
5883 else
5884 case $cross_compiling:$ac_tool_warned in
5885 yes:)
5886 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5887 whose name does not start with the host triplet. If you think this
5888 configuration is useful to you, please write to autoconf@gnu.org." >&5
5889 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5890 whose name does not start with the host triplet. If you think this
5891 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5892 ac_tool_warned=yes ;;
5893 esac
5894 RANLIB=$ac_ct_RANLIB
5896 else
5897 RANLIB="$ac_cv_prog_RANLIB"
5900 if test -n "$ac_tool_prefix"; then
5901 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5902 set dummy ${ac_tool_prefix}strip; ac_word=$2
5903 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5905 if test "${ac_cv_prog_STRIP+set}" = set; then
5906 echo $ECHO_N "(cached) $ECHO_C" >&6
5907 else
5908 if test -n "$STRIP"; then
5909 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5910 else
5911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912 for as_dir in $PATH
5914 IFS=$as_save_IFS
5915 test -z "$as_dir" && as_dir=.
5916 for ac_exec_ext in '' $ac_executable_extensions; do
5917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5918 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5920 break 2
5922 done
5923 done
5924 IFS=$as_save_IFS
5928 STRIP=$ac_cv_prog_STRIP
5929 if test -n "$STRIP"; then
5930 { echo "$as_me:$LINENO: result: $STRIP" >&5
5931 echo "${ECHO_T}$STRIP" >&6; }
5932 else
5933 { echo "$as_me:$LINENO: result: no" >&5
5934 echo "${ECHO_T}no" >&6; }
5939 if test -z "$ac_cv_prog_STRIP"; then
5940 ac_ct_STRIP=$STRIP
5941 # Extract the first word of "strip", so it can be a program name with args.
5942 set dummy strip; ac_word=$2
5943 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5944 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5945 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5946 echo $ECHO_N "(cached) $ECHO_C" >&6
5947 else
5948 if test -n "$ac_ct_STRIP"; then
5949 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5950 else
5951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5952 for as_dir in $PATH
5954 IFS=$as_save_IFS
5955 test -z "$as_dir" && as_dir=.
5956 for ac_exec_ext in '' $ac_executable_extensions; do
5957 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5958 ac_cv_prog_ac_ct_STRIP="strip"
5959 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5960 break 2
5962 done
5963 done
5964 IFS=$as_save_IFS
5968 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5969 if test -n "$ac_ct_STRIP"; then
5970 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5971 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5972 else
5973 { echo "$as_me:$LINENO: result: no" >&5
5974 echo "${ECHO_T}no" >&6; }
5977 if test "x$ac_ct_STRIP" = x; then
5978 STRIP="strip"
5979 else
5980 case $cross_compiling:$ac_tool_warned in
5981 yes:)
5982 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5983 whose name does not start with the host triplet. If you think this
5984 configuration is useful to you, please write to autoconf@gnu.org." >&5
5985 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5986 whose name does not start with the host triplet. If you think this
5987 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5988 ac_tool_warned=yes ;;
5989 esac
5990 STRIP=$ac_ct_STRIP
5992 else
5993 STRIP="$ac_cv_prog_STRIP"
5996 if test -n "$ac_tool_prefix"; then
5997 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5998 set dummy ${ac_tool_prefix}windres; ac_word=$2
5999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6001 if test "${ac_cv_prog_WINDRES+set}" = set; then
6002 echo $ECHO_N "(cached) $ECHO_C" >&6
6003 else
6004 if test -n "$WINDRES"; then
6005 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6006 else
6007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008 for as_dir in $PATH
6010 IFS=$as_save_IFS
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
6013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6014 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 break 2
6018 done
6019 done
6020 IFS=$as_save_IFS
6024 WINDRES=$ac_cv_prog_WINDRES
6025 if test -n "$WINDRES"; then
6026 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6027 echo "${ECHO_T}$WINDRES" >&6; }
6028 else
6029 { echo "$as_me:$LINENO: result: no" >&5
6030 echo "${ECHO_T}no" >&6; }
6035 if test -z "$ac_cv_prog_WINDRES"; then
6036 ac_ct_WINDRES=$WINDRES
6037 # Extract the first word of "windres", so it can be a program name with args.
6038 set dummy windres; ac_word=$2
6039 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6040 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6041 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6042 echo $ECHO_N "(cached) $ECHO_C" >&6
6043 else
6044 if test -n "$ac_ct_WINDRES"; then
6045 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6046 else
6047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6048 for as_dir in $PATH
6050 IFS=$as_save_IFS
6051 test -z "$as_dir" && as_dir=.
6052 for ac_exec_ext in '' $ac_executable_extensions; do
6053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6054 ac_cv_prog_ac_ct_WINDRES="windres"
6055 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6056 break 2
6058 done
6059 done
6060 IFS=$as_save_IFS
6064 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6065 if test -n "$ac_ct_WINDRES"; then
6066 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6067 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6068 else
6069 { echo "$as_me:$LINENO: result: no" >&5
6070 echo "${ECHO_T}no" >&6; }
6073 if test "x$ac_ct_WINDRES" = x; then
6074 WINDRES="false"
6075 else
6076 case $cross_compiling:$ac_tool_warned in
6077 yes:)
6078 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6079 whose name does not start with the host triplet. If you think this
6080 configuration is useful to you, please write to autoconf@gnu.org." >&5
6081 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6082 whose name does not start with the host triplet. If you think this
6083 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6084 ac_tool_warned=yes ;;
6085 esac
6086 WINDRES=$ac_ct_WINDRES
6088 else
6089 WINDRES="$ac_cv_prog_WINDRES"
6092 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6093 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6094 LN_S=$as_ln_s
6095 if test "$LN_S" = "ln -s"; then
6096 { echo "$as_me:$LINENO: result: yes" >&5
6097 echo "${ECHO_T}yes" >&6; }
6098 else
6099 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6100 echo "${ECHO_T}no, using $LN_S" >&6; }
6103 { echo "$as_me:$LINENO: checking whether ln works" >&5
6104 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6105 rm -f conf$$ conf$$.file
6106 echo >conf$$.file
6107 if ln conf$$.file conf$$ 2>/dev/null; then
6108 LN=ln
6110 { echo "$as_me:$LINENO: result: yes" >&5
6111 echo "${ECHO_T}yes" >&6; }
6112 else
6113 LN="cp -p"
6115 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6116 echo "${ECHO_T}no, using $LN" >&6; }
6118 rm -f conf$$ conf$$.file
6119 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6120 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6121 if test "${ac_cv_path_GREP+set}" = set; then
6122 echo $ECHO_N "(cached) $ECHO_C" >&6
6123 else
6124 # Extract the first word of "grep ggrep" to use in msg output
6125 if test -z "$GREP"; then
6126 set dummy grep ggrep; ac_prog_name=$2
6127 if test "${ac_cv_path_GREP+set}" = set; then
6128 echo $ECHO_N "(cached) $ECHO_C" >&6
6129 else
6130 ac_path_GREP_found=false
6131 # Loop through the user's path and test for each of PROGNAME-LIST
6132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6133 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6135 IFS=$as_save_IFS
6136 test -z "$as_dir" && as_dir=.
6137 for ac_prog in grep ggrep; do
6138 for ac_exec_ext in '' $ac_executable_extensions; do
6139 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6140 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6141 # Check for GNU ac_path_GREP and select it if it is found.
6142 # Check for GNU $ac_path_GREP
6143 case `"$ac_path_GREP" --version 2>&1` in
6144 *GNU*)
6145 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6147 ac_count=0
6148 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6149 while :
6151 cat "conftest.in" "conftest.in" >"conftest.tmp"
6152 mv "conftest.tmp" "conftest.in"
6153 cp "conftest.in" "conftest.nl"
6154 echo 'GREP' >> "conftest.nl"
6155 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6156 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6157 ac_count=`expr $ac_count + 1`
6158 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6159 # Best one so far, save it but keep looking for a better one
6160 ac_cv_path_GREP="$ac_path_GREP"
6161 ac_path_GREP_max=$ac_count
6163 # 10*(2^10) chars as input seems more than enough
6164 test $ac_count -gt 10 && break
6165 done
6166 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6167 esac
6170 $ac_path_GREP_found && break 3
6171 done
6172 done
6174 done
6175 IFS=$as_save_IFS
6180 GREP="$ac_cv_path_GREP"
6181 if test -z "$GREP"; then
6182 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6183 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6184 { (exit 1); exit 1; }; }
6187 else
6188 ac_cv_path_GREP=$GREP
6193 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6194 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6195 GREP="$ac_cv_path_GREP"
6198 { echo "$as_me:$LINENO: checking for egrep" >&5
6199 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6200 if test "${ac_cv_path_EGREP+set}" = set; then
6201 echo $ECHO_N "(cached) $ECHO_C" >&6
6202 else
6203 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6204 then ac_cv_path_EGREP="$GREP -E"
6205 else
6206 # Extract the first word of "egrep" to use in msg output
6207 if test -z "$EGREP"; then
6208 set dummy egrep; ac_prog_name=$2
6209 if test "${ac_cv_path_EGREP+set}" = set; then
6210 echo $ECHO_N "(cached) $ECHO_C" >&6
6211 else
6212 ac_path_EGREP_found=false
6213 # Loop through the user's path and test for each of PROGNAME-LIST
6214 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6215 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6217 IFS=$as_save_IFS
6218 test -z "$as_dir" && as_dir=.
6219 for ac_prog in egrep; do
6220 for ac_exec_ext in '' $ac_executable_extensions; do
6221 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6222 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6223 # Check for GNU ac_path_EGREP and select it if it is found.
6224 # Check for GNU $ac_path_EGREP
6225 case `"$ac_path_EGREP" --version 2>&1` in
6226 *GNU*)
6227 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6229 ac_count=0
6230 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6231 while :
6233 cat "conftest.in" "conftest.in" >"conftest.tmp"
6234 mv "conftest.tmp" "conftest.in"
6235 cp "conftest.in" "conftest.nl"
6236 echo 'EGREP' >> "conftest.nl"
6237 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6238 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6239 ac_count=`expr $ac_count + 1`
6240 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6241 # Best one so far, save it but keep looking for a better one
6242 ac_cv_path_EGREP="$ac_path_EGREP"
6243 ac_path_EGREP_max=$ac_count
6245 # 10*(2^10) chars as input seems more than enough
6246 test $ac_count -gt 10 && break
6247 done
6248 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6249 esac
6252 $ac_path_EGREP_found && break 3
6253 done
6254 done
6256 done
6257 IFS=$as_save_IFS
6262 EGREP="$ac_cv_path_EGREP"
6263 if test -z "$EGREP"; then
6264 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6265 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6266 { (exit 1); exit 1; }; }
6269 else
6270 ac_cv_path_EGREP=$EGREP
6276 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6277 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6278 EGREP="$ac_cv_path_EGREP"
6281 # Extract the first word of "ldconfig", so it can be a program name with args.
6282 set dummy ldconfig; ac_word=$2
6283 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6284 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6285 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6286 echo $ECHO_N "(cached) $ECHO_C" >&6
6287 else
6288 case $LDCONFIG in
6289 [\\/]* | ?:[\\/]*)
6290 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6294 for as_dir in /sbin /usr/sbin $PATH
6296 IFS=$as_save_IFS
6297 test -z "$as_dir" && as_dir=.
6298 for ac_exec_ext in '' $ac_executable_extensions; do
6299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6300 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6301 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6302 break 2
6304 done
6305 done
6306 IFS=$as_save_IFS
6308 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6310 esac
6312 LDCONFIG=$ac_cv_path_LDCONFIG
6313 if test -n "$LDCONFIG"; then
6314 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6315 echo "${ECHO_T}$LDCONFIG" >&6; }
6316 else
6317 { echo "$as_me:$LINENO: result: no" >&5
6318 echo "${ECHO_T}no" >&6; }
6322 # Find a good install program. We prefer a C program (faster),
6323 # so one script is as good as another. But avoid the broken or
6324 # incompatible versions:
6325 # SysV /etc/install, /usr/sbin/install
6326 # SunOS /usr/etc/install
6327 # IRIX /sbin/install
6328 # AIX /bin/install
6329 # AmigaOS /C/install, which installs bootblocks on floppy discs
6330 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6331 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6332 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6333 # OS/2's system install, which has a completely different semantic
6334 # ./install, which can be erroneously created by make from ./install.sh.
6335 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6336 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6337 if test -z "$INSTALL"; then
6338 if test "${ac_cv_path_install+set}" = set; then
6339 echo $ECHO_N "(cached) $ECHO_C" >&6
6340 else
6341 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6342 for as_dir in $PATH
6344 IFS=$as_save_IFS
6345 test -z "$as_dir" && as_dir=.
6346 # Account for people who put trailing slashes in PATH elements.
6347 case $as_dir/ in
6348 ./ | .// | /cC/* | \
6349 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6350 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6351 /usr/ucb/* ) ;;
6353 # OSF1 and SCO ODT 3.0 have their own names for install.
6354 # Don't use installbsd from OSF since it installs stuff as root
6355 # by default.
6356 for ac_prog in ginstall scoinst install; do
6357 for ac_exec_ext in '' $ac_executable_extensions; do
6358 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6359 if test $ac_prog = install &&
6360 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6361 # AIX install. It has an incompatible calling convention.
6363 elif test $ac_prog = install &&
6364 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6365 # program-specific install script used by HP pwplus--don't use.
6367 else
6368 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6369 break 3
6372 done
6373 done
6375 esac
6376 done
6377 IFS=$as_save_IFS
6381 if test "${ac_cv_path_install+set}" = set; then
6382 INSTALL=$ac_cv_path_install
6383 else
6384 # As a last resort, use the slow shell script. Don't cache a
6385 # value for INSTALL within a source directory, because that will
6386 # break other packages using the cache if that directory is
6387 # removed, or if the value is a relative name.
6388 INSTALL=$ac_install_sh
6391 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6392 echo "${ECHO_T}$INSTALL" >&6; }
6394 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6395 # It thinks the first close brace ends the variable substitution.
6396 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6398 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6400 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6402 case "$INSTALL" in
6403 [\\/$]* | ?:[\\/]* ) ;;
6404 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6405 esac
6407 for ac_prog in lclint lint
6409 # Extract the first word of "$ac_prog", so it can be a program name with args.
6410 set dummy $ac_prog; ac_word=$2
6411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6413 if test "${ac_cv_prog_LINT+set}" = set; then
6414 echo $ECHO_N "(cached) $ECHO_C" >&6
6415 else
6416 if test -n "$LINT"; then
6417 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6418 else
6419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6420 for as_dir in $PATH
6422 IFS=$as_save_IFS
6423 test -z "$as_dir" && as_dir=.
6424 for ac_exec_ext in '' $ac_executable_extensions; do
6425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6426 ac_cv_prog_LINT="$ac_prog"
6427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6428 break 2
6430 done
6431 done
6432 IFS=$as_save_IFS
6436 LINT=$ac_cv_prog_LINT
6437 if test -n "$LINT"; then
6438 { echo "$as_me:$LINENO: result: $LINT" >&5
6439 echo "${ECHO_T}$LINT" >&6; }
6440 else
6441 { echo "$as_me:$LINENO: result: no" >&5
6442 echo "${ECHO_T}no" >&6; }
6446 test -n "$LINT" && break
6447 done
6449 if test "$LINT" = "lint"
6450 then
6451 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6456 for ac_prog in fontforge
6458 # Extract the first word of "$ac_prog", so it can be a program name with args.
6459 set dummy $ac_prog; ac_word=$2
6460 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6461 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6462 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6463 echo $ECHO_N "(cached) $ECHO_C" >&6
6464 else
6465 if test -n "$FONTFORGE"; then
6466 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6467 else
6468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6469 for as_dir in $PATH
6471 IFS=$as_save_IFS
6472 test -z "$as_dir" && as_dir=.
6473 for ac_exec_ext in '' $ac_executable_extensions; do
6474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6475 ac_cv_prog_FONTFORGE="$ac_prog"
6476 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6477 break 2
6479 done
6480 done
6481 IFS=$as_save_IFS
6485 FONTFORGE=$ac_cv_prog_FONTFORGE
6486 if test -n "$FONTFORGE"; then
6487 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6488 echo "${ECHO_T}$FONTFORGE" >&6; }
6489 else
6490 { echo "$as_me:$LINENO: result: no" >&5
6491 echo "${ECHO_T}no" >&6; }
6495 test -n "$FONTFORGE" && break
6496 done
6497 test -n "$FONTFORGE" || FONTFORGE="false"
6499 for ac_prog in pkg-config
6501 # Extract the first word of "$ac_prog", so it can be a program name with args.
6502 set dummy $ac_prog; ac_word=$2
6503 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6504 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6505 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6506 echo $ECHO_N "(cached) $ECHO_C" >&6
6507 else
6508 if test -n "$PKG_CONFIG"; then
6509 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6510 else
6511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6512 for as_dir in $PATH
6514 IFS=$as_save_IFS
6515 test -z "$as_dir" && as_dir=.
6516 for ac_exec_ext in '' $ac_executable_extensions; do
6517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6518 ac_cv_prog_PKG_CONFIG="$ac_prog"
6519 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6520 break 2
6522 done
6523 done
6524 IFS=$as_save_IFS
6528 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6529 if test -n "$PKG_CONFIG"; then
6530 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6531 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6532 else
6533 { echo "$as_me:$LINENO: result: no" >&5
6534 echo "${ECHO_T}no" >&6; }
6538 test -n "$PKG_CONFIG" && break
6539 done
6540 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6542 for ac_prog in rsvg
6544 # Extract the first word of "$ac_prog", so it can be a program name with args.
6545 set dummy $ac_prog; ac_word=$2
6546 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6548 if test "${ac_cv_prog_RSVG+set}" = set; then
6549 echo $ECHO_N "(cached) $ECHO_C" >&6
6550 else
6551 if test -n "$RSVG"; then
6552 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6553 else
6554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6555 for as_dir in $PATH
6557 IFS=$as_save_IFS
6558 test -z "$as_dir" && as_dir=.
6559 for ac_exec_ext in '' $ac_executable_extensions; do
6560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6561 ac_cv_prog_RSVG="$ac_prog"
6562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6563 break 2
6565 done
6566 done
6567 IFS=$as_save_IFS
6571 RSVG=$ac_cv_prog_RSVG
6572 if test -n "$RSVG"; then
6573 { echo "$as_me:$LINENO: result: $RSVG" >&5
6574 echo "${ECHO_T}$RSVG" >&6; }
6575 else
6576 { echo "$as_me:$LINENO: result: no" >&5
6577 echo "${ECHO_T}no" >&6; }
6581 test -n "$RSVG" && break
6582 done
6583 test -n "$RSVG" || RSVG="false"
6585 for ac_prog in icotool
6587 # Extract the first word of "$ac_prog", so it can be a program name with args.
6588 set dummy $ac_prog; ac_word=$2
6589 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6590 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6591 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6592 echo $ECHO_N "(cached) $ECHO_C" >&6
6593 else
6594 if test -n "$ICOTOOL"; then
6595 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6596 else
6597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6598 for as_dir in $PATH
6600 IFS=$as_save_IFS
6601 test -z "$as_dir" && as_dir=.
6602 for ac_exec_ext in '' $ac_executable_extensions; do
6603 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6604 ac_cv_prog_ICOTOOL="$ac_prog"
6605 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6606 break 2
6608 done
6609 done
6610 IFS=$as_save_IFS
6614 ICOTOOL=$ac_cv_prog_ICOTOOL
6615 if test -n "$ICOTOOL"; then
6616 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6617 echo "${ECHO_T}$ICOTOOL" >&6; }
6618 else
6619 { echo "$as_me:$LINENO: result: no" >&5
6620 echo "${ECHO_T}no" >&6; }
6624 test -n "$ICOTOOL" && break
6625 done
6626 test -n "$ICOTOOL" || ICOTOOL="false"
6629 if test "${enable_maintainer_mode+set}" = set
6630 then
6631 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6632 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6633 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6636 case $host_cpu in
6637 *i[3456789]86*)
6638 # Extract the first word of "prelink", so it can be a program name with args.
6639 set dummy prelink; ac_word=$2
6640 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6641 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6642 if test "${ac_cv_path_PRELINK+set}" = set; then
6643 echo $ECHO_N "(cached) $ECHO_C" >&6
6644 else
6645 case $PRELINK in
6646 [\\/]* | ?:[\\/]*)
6647 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6651 for as_dir in /sbin /usr/sbin $PATH
6653 IFS=$as_save_IFS
6654 test -z "$as_dir" && as_dir=.
6655 for ac_exec_ext in '' $ac_executable_extensions; do
6656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6657 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6658 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6659 break 2
6661 done
6662 done
6663 IFS=$as_save_IFS
6665 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6667 esac
6669 PRELINK=$ac_cv_path_PRELINK
6670 if test -n "$PRELINK"; then
6671 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6672 echo "${ECHO_T}$PRELINK" >&6; }
6673 else
6674 { echo "$as_me:$LINENO: result: no" >&5
6675 echo "${ECHO_T}no" >&6; }
6680 esac
6684 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6685 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6686 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6687 echo $ECHO_N "(cached) $ECHO_C" >&6
6688 else
6689 ac_check_lib_save_LIBS=$LIBS
6690 LIBS="-li386 $LIBS"
6691 cat >conftest.$ac_ext <<_ACEOF
6692 /* confdefs.h. */
6693 _ACEOF
6694 cat confdefs.h >>conftest.$ac_ext
6695 cat >>conftest.$ac_ext <<_ACEOF
6696 /* end confdefs.h. */
6698 /* Override any GCC internal prototype to avoid an error.
6699 Use char because int might match the return type of a GCC
6700 builtin and then its argument prototype would still apply. */
6701 #ifdef __cplusplus
6702 extern "C"
6703 #endif
6704 char i386_set_ldt ();
6706 main ()
6708 return i386_set_ldt ();
6710 return 0;
6712 _ACEOF
6713 rm -f conftest.$ac_objext conftest$ac_exeext
6714 if { (ac_try="$ac_link"
6715 case "(($ac_try" in
6716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6717 *) ac_try_echo=$ac_try;;
6718 esac
6719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6720 (eval "$ac_link") 2>conftest.er1
6721 ac_status=$?
6722 grep -v '^ *+' conftest.er1 >conftest.err
6723 rm -f conftest.er1
6724 cat conftest.err >&5
6725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6726 (exit $ac_status); } && {
6727 test -z "$ac_c_werror_flag" ||
6728 test ! -s conftest.err
6729 } && test -s conftest$ac_exeext &&
6730 $as_test_x conftest$ac_exeext; then
6731 ac_cv_lib_i386_i386_set_ldt=yes
6732 else
6733 echo "$as_me: failed program was:" >&5
6734 sed 's/^/| /' conftest.$ac_ext >&5
6736 ac_cv_lib_i386_i386_set_ldt=no
6739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6740 conftest$ac_exeext conftest.$ac_ext
6741 LIBS=$ac_check_lib_save_LIBS
6743 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6744 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6745 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6746 cat >>confdefs.h <<_ACEOF
6747 #define HAVE_LIBI386 1
6748 _ACEOF
6750 LIBS="-li386 $LIBS"
6755 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6756 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6757 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6758 echo $ECHO_N "(cached) $ECHO_C" >&6
6759 else
6760 ac_check_lib_save_LIBS=$LIBS
6761 LIBS="-lossaudio $LIBS"
6762 cat >conftest.$ac_ext <<_ACEOF
6763 /* confdefs.h. */
6764 _ACEOF
6765 cat confdefs.h >>conftest.$ac_ext
6766 cat >>conftest.$ac_ext <<_ACEOF
6767 /* end confdefs.h. */
6769 /* Override any GCC internal prototype to avoid an error.
6770 Use char because int might match the return type of a GCC
6771 builtin and then its argument prototype would still apply. */
6772 #ifdef __cplusplus
6773 extern "C"
6774 #endif
6775 char _oss_ioctl ();
6777 main ()
6779 return _oss_ioctl ();
6781 return 0;
6783 _ACEOF
6784 rm -f conftest.$ac_objext conftest$ac_exeext
6785 if { (ac_try="$ac_link"
6786 case "(($ac_try" in
6787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6788 *) ac_try_echo=$ac_try;;
6789 esac
6790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6791 (eval "$ac_link") 2>conftest.er1
6792 ac_status=$?
6793 grep -v '^ *+' conftest.er1 >conftest.err
6794 rm -f conftest.er1
6795 cat conftest.err >&5
6796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6797 (exit $ac_status); } && {
6798 test -z "$ac_c_werror_flag" ||
6799 test ! -s conftest.err
6800 } && test -s conftest$ac_exeext &&
6801 $as_test_x conftest$ac_exeext; then
6802 ac_cv_lib_ossaudio__oss_ioctl=yes
6803 else
6804 echo "$as_me: failed program was:" >&5
6805 sed 's/^/| /' conftest.$ac_ext >&5
6807 ac_cv_lib_ossaudio__oss_ioctl=no
6810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6811 conftest$ac_exeext conftest.$ac_ext
6812 LIBS=$ac_check_lib_save_LIBS
6814 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6815 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6816 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6817 cat >>confdefs.h <<_ACEOF
6818 #define HAVE_LIBOSSAUDIO 1
6819 _ACEOF
6821 LIBS="-lossaudio $LIBS"
6825 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6826 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6827 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6828 echo $ECHO_N "(cached) $ECHO_C" >&6
6829 else
6830 ac_check_lib_save_LIBS=$LIBS
6831 LIBS="-lpthread $LIBS"
6832 cat >conftest.$ac_ext <<_ACEOF
6833 /* confdefs.h. */
6834 _ACEOF
6835 cat confdefs.h >>conftest.$ac_ext
6836 cat >>conftest.$ac_ext <<_ACEOF
6837 /* end confdefs.h. */
6839 /* Override any GCC internal prototype to avoid an error.
6840 Use char because int might match the return type of a GCC
6841 builtin and then its argument prototype would still apply. */
6842 #ifdef __cplusplus
6843 extern "C"
6844 #endif
6845 char pthread_create ();
6847 main ()
6849 return pthread_create ();
6851 return 0;
6853 _ACEOF
6854 rm -f conftest.$ac_objext conftest$ac_exeext
6855 if { (ac_try="$ac_link"
6856 case "(($ac_try" in
6857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6858 *) ac_try_echo=$ac_try;;
6859 esac
6860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6861 (eval "$ac_link") 2>conftest.er1
6862 ac_status=$?
6863 grep -v '^ *+' conftest.er1 >conftest.err
6864 rm -f conftest.er1
6865 cat conftest.err >&5
6866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6867 (exit $ac_status); } && {
6868 test -z "$ac_c_werror_flag" ||
6869 test ! -s conftest.err
6870 } && test -s conftest$ac_exeext &&
6871 $as_test_x conftest$ac_exeext; then
6872 ac_cv_lib_pthread_pthread_create=yes
6873 else
6874 echo "$as_me: failed program was:" >&5
6875 sed 's/^/| /' conftest.$ac_ext >&5
6877 ac_cv_lib_pthread_pthread_create=no
6880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6881 conftest$ac_exeext conftest.$ac_ext
6882 LIBS=$ac_check_lib_save_LIBS
6884 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6885 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6886 if test $ac_cv_lib_pthread_pthread_create = yes; then
6887 LIBPTHREAD="-lpthread"
6892 XLIB=""
6894 OPENGL_LIBS=""
6898 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6899 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6900 if test "${ac_cv_header_stdc+set}" = set; then
6901 echo $ECHO_N "(cached) $ECHO_C" >&6
6902 else
6903 cat >conftest.$ac_ext <<_ACEOF
6904 /* confdefs.h. */
6905 _ACEOF
6906 cat confdefs.h >>conftest.$ac_ext
6907 cat >>conftest.$ac_ext <<_ACEOF
6908 /* end confdefs.h. */
6909 #include <stdlib.h>
6910 #include <stdarg.h>
6911 #include <string.h>
6912 #include <float.h>
6915 main ()
6919 return 0;
6921 _ACEOF
6922 rm -f conftest.$ac_objext
6923 if { (ac_try="$ac_compile"
6924 case "(($ac_try" in
6925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6926 *) ac_try_echo=$ac_try;;
6927 esac
6928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6929 (eval "$ac_compile") 2>conftest.er1
6930 ac_status=$?
6931 grep -v '^ *+' conftest.er1 >conftest.err
6932 rm -f conftest.er1
6933 cat conftest.err >&5
6934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6935 (exit $ac_status); } && {
6936 test -z "$ac_c_werror_flag" ||
6937 test ! -s conftest.err
6938 } && test -s conftest.$ac_objext; then
6939 ac_cv_header_stdc=yes
6940 else
6941 echo "$as_me: failed program was:" >&5
6942 sed 's/^/| /' conftest.$ac_ext >&5
6944 ac_cv_header_stdc=no
6947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6949 if test $ac_cv_header_stdc = yes; then
6950 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6951 cat >conftest.$ac_ext <<_ACEOF
6952 /* confdefs.h. */
6953 _ACEOF
6954 cat confdefs.h >>conftest.$ac_ext
6955 cat >>conftest.$ac_ext <<_ACEOF
6956 /* end confdefs.h. */
6957 #include <string.h>
6959 _ACEOF
6960 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6961 $EGREP "memchr" >/dev/null 2>&1; then
6963 else
6964 ac_cv_header_stdc=no
6966 rm -f conftest*
6970 if test $ac_cv_header_stdc = yes; then
6971 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6972 cat >conftest.$ac_ext <<_ACEOF
6973 /* confdefs.h. */
6974 _ACEOF
6975 cat confdefs.h >>conftest.$ac_ext
6976 cat >>conftest.$ac_ext <<_ACEOF
6977 /* end confdefs.h. */
6978 #include <stdlib.h>
6980 _ACEOF
6981 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6982 $EGREP "free" >/dev/null 2>&1; then
6984 else
6985 ac_cv_header_stdc=no
6987 rm -f conftest*
6991 if test $ac_cv_header_stdc = yes; then
6992 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6993 if test "$cross_compiling" = yes; then
6995 else
6996 cat >conftest.$ac_ext <<_ACEOF
6997 /* confdefs.h. */
6998 _ACEOF
6999 cat confdefs.h >>conftest.$ac_ext
7000 cat >>conftest.$ac_ext <<_ACEOF
7001 /* end confdefs.h. */
7002 #include <ctype.h>
7003 #include <stdlib.h>
7004 #if ((' ' & 0x0FF) == 0x020)
7005 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7006 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7007 #else
7008 # define ISLOWER(c) \
7009 (('a' <= (c) && (c) <= 'i') \
7010 || ('j' <= (c) && (c) <= 'r') \
7011 || ('s' <= (c) && (c) <= 'z'))
7012 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7013 #endif
7015 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7017 main ()
7019 int i;
7020 for (i = 0; i < 256; i++)
7021 if (XOR (islower (i), ISLOWER (i))
7022 || toupper (i) != TOUPPER (i))
7023 return 2;
7024 return 0;
7026 _ACEOF
7027 rm -f conftest$ac_exeext
7028 if { (ac_try="$ac_link"
7029 case "(($ac_try" in
7030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7031 *) ac_try_echo=$ac_try;;
7032 esac
7033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7034 (eval "$ac_link") 2>&5
7035 ac_status=$?
7036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7037 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7038 { (case "(($ac_try" in
7039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7040 *) ac_try_echo=$ac_try;;
7041 esac
7042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7043 (eval "$ac_try") 2>&5
7044 ac_status=$?
7045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7046 (exit $ac_status); }; }; then
7048 else
7049 echo "$as_me: program exited with status $ac_status" >&5
7050 echo "$as_me: failed program was:" >&5
7051 sed 's/^/| /' conftest.$ac_ext >&5
7053 ( exit $ac_status )
7054 ac_cv_header_stdc=no
7056 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7062 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7063 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7064 if test $ac_cv_header_stdc = yes; then
7066 cat >>confdefs.h <<\_ACEOF
7067 #define STDC_HEADERS 1
7068 _ACEOF
7072 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7082 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7083 inttypes.h stdint.h unistd.h
7085 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7086 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7087 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7088 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7089 echo $ECHO_N "(cached) $ECHO_C" >&6
7090 else
7091 cat >conftest.$ac_ext <<_ACEOF
7092 /* confdefs.h. */
7093 _ACEOF
7094 cat confdefs.h >>conftest.$ac_ext
7095 cat >>conftest.$ac_ext <<_ACEOF
7096 /* end confdefs.h. */
7097 $ac_includes_default
7099 #include <$ac_header>
7100 _ACEOF
7101 rm -f conftest.$ac_objext
7102 if { (ac_try="$ac_compile"
7103 case "(($ac_try" in
7104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7105 *) ac_try_echo=$ac_try;;
7106 esac
7107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7108 (eval "$ac_compile") 2>conftest.er1
7109 ac_status=$?
7110 grep -v '^ *+' conftest.er1 >conftest.err
7111 rm -f conftest.er1
7112 cat conftest.err >&5
7113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114 (exit $ac_status); } && {
7115 test -z "$ac_c_werror_flag" ||
7116 test ! -s conftest.err
7117 } && test -s conftest.$ac_objext; then
7118 eval "$as_ac_Header=yes"
7119 else
7120 echo "$as_me: failed program was:" >&5
7121 sed 's/^/| /' conftest.$ac_ext >&5
7123 eval "$as_ac_Header=no"
7126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7128 ac_res=`eval echo '${'$as_ac_Header'}'`
7129 { echo "$as_me:$LINENO: result: $ac_res" >&5
7130 echo "${ECHO_T}$ac_res" >&6; }
7131 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7132 cat >>confdefs.h <<_ACEOF
7133 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7134 _ACEOF
7138 done
7255 for ac_header in \
7256 AudioUnit/AudioUnit.h \
7257 Carbon/Carbon.h \
7258 CoreAudio/CoreAudio.h \
7259 DiskArbitration/DiskArbitration.h \
7260 IOKit/IOKitLib.h \
7261 alias.h \
7262 alsa/asoundlib.h \
7263 arpa/inet.h \
7264 arpa/nameser.h \
7265 asm/types.h \
7266 capi20.h \
7267 curses.h \
7268 direct.h \
7269 dirent.h \
7270 dlfcn.h \
7271 elf.h \
7272 float.h \
7273 fontconfig/fontconfig.h \
7274 getopt.h \
7275 grp.h \
7276 ieeefp.h \
7277 io.h \
7278 jack/jack.h \
7279 jpeglib.h \
7280 lber.h \
7281 lcms.h \
7282 lcms/lcms.h \
7283 ldap.h \
7284 libaudioio.h \
7285 link.h \
7286 linux/cdrom.h \
7287 linux/compiler.h \
7288 linux/hdreg.h \
7289 linux/input.h \
7290 linux/ioctl.h \
7291 linux/joystick.h \
7292 linux/major.h \
7293 linux/param.h \
7294 linux/serial.h \
7295 linux/types.h \
7296 linux/ucdrom.h \
7297 mach/mach.h \
7298 mach/machine.h \
7299 machine/cpu.h \
7300 machine/limits.h \
7301 machine/soundcard.h \
7302 mntent.h \
7303 ncurses.h \
7304 netdb.h \
7305 netinet/in.h \
7306 netinet/in_systm.h \
7307 netinet/tcp.h \
7308 netinet/tcp_fsm.h \
7309 openssl/err.h \
7310 openssl/ssl.h \
7311 png.h \
7312 poll.h \
7313 process.h \
7314 pthread.h \
7315 pwd.h \
7316 regex.h \
7317 sched.h \
7318 scsi/scsi.h \
7319 scsi/scsi_ioctl.h \
7320 scsi/sg.h \
7321 soundcard.h \
7322 stdint.h \
7323 strings.h \
7324 sys/asoundlib.h \
7325 sys/cdio.h \
7326 sys/elf32.h \
7327 sys/epoll.h \
7328 sys/errno.h \
7329 sys/event.h \
7330 sys/exec_elf.h \
7331 sys/filio.h \
7332 sys/ioctl.h \
7333 sys/ipc.h \
7334 sys/limits.h \
7335 sys/link.h \
7336 sys/lwp.h \
7337 sys/mman.h \
7338 sys/modem.h \
7339 sys/msg.h \
7340 sys/mtio.h \
7341 sys/param.h \
7342 sys/poll.h \
7343 sys/prctl.h \
7344 sys/ptrace.h \
7345 sys/reg.h \
7346 sys/resource.h \
7347 sys/scsiio.h \
7348 sys/shm.h \
7349 sys/signal.h \
7350 sys/socket.h \
7351 sys/socketvar.h \
7352 sys/sockio.h \
7353 sys/soundcard.h \
7354 sys/statvfs.h \
7355 sys/strtio.h \
7356 sys/syscall.h \
7357 sys/time.h \
7358 sys/times.h \
7359 sys/uio.h \
7360 sys/un.h \
7361 sys/utsname.h \
7362 sys/vm86.h \
7363 sys/wait.h \
7364 syscall.h \
7365 termios.h \
7366 unistd.h \
7367 utime.h \
7368 valgrind/memcheck.h \
7369 valgrind/valgrind.h
7372 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7373 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7374 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7375 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7376 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7377 echo $ECHO_N "(cached) $ECHO_C" >&6
7379 ac_res=`eval echo '${'$as_ac_Header'}'`
7380 { echo "$as_me:$LINENO: result: $ac_res" >&5
7381 echo "${ECHO_T}$ac_res" >&6; }
7382 else
7383 # Is the header compilable?
7384 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7385 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7386 cat >conftest.$ac_ext <<_ACEOF
7387 /* confdefs.h. */
7388 _ACEOF
7389 cat confdefs.h >>conftest.$ac_ext
7390 cat >>conftest.$ac_ext <<_ACEOF
7391 /* end confdefs.h. */
7392 $ac_includes_default
7393 #include <$ac_header>
7394 _ACEOF
7395 rm -f conftest.$ac_objext
7396 if { (ac_try="$ac_compile"
7397 case "(($ac_try" in
7398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7399 *) ac_try_echo=$ac_try;;
7400 esac
7401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7402 (eval "$ac_compile") 2>conftest.er1
7403 ac_status=$?
7404 grep -v '^ *+' conftest.er1 >conftest.err
7405 rm -f conftest.er1
7406 cat conftest.err >&5
7407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7408 (exit $ac_status); } && {
7409 test -z "$ac_c_werror_flag" ||
7410 test ! -s conftest.err
7411 } && test -s conftest.$ac_objext; then
7412 ac_header_compiler=yes
7413 else
7414 echo "$as_me: failed program was:" >&5
7415 sed 's/^/| /' conftest.$ac_ext >&5
7417 ac_header_compiler=no
7420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7421 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7422 echo "${ECHO_T}$ac_header_compiler" >&6; }
7424 # Is the header present?
7425 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7426 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7427 cat >conftest.$ac_ext <<_ACEOF
7428 /* confdefs.h. */
7429 _ACEOF
7430 cat confdefs.h >>conftest.$ac_ext
7431 cat >>conftest.$ac_ext <<_ACEOF
7432 /* end confdefs.h. */
7433 #include <$ac_header>
7434 _ACEOF
7435 if { (ac_try="$ac_cpp conftest.$ac_ext"
7436 case "(($ac_try" in
7437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7438 *) ac_try_echo=$ac_try;;
7439 esac
7440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7441 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7442 ac_status=$?
7443 grep -v '^ *+' conftest.er1 >conftest.err
7444 rm -f conftest.er1
7445 cat conftest.err >&5
7446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7447 (exit $ac_status); } >/dev/null && {
7448 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7449 test ! -s conftest.err
7450 }; then
7451 ac_header_preproc=yes
7452 else
7453 echo "$as_me: failed program was:" >&5
7454 sed 's/^/| /' conftest.$ac_ext >&5
7456 ac_header_preproc=no
7459 rm -f conftest.err conftest.$ac_ext
7460 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7461 echo "${ECHO_T}$ac_header_preproc" >&6; }
7463 # So? What about this header?
7464 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7465 yes:no: )
7466 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7467 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7468 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7469 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7470 ac_header_preproc=yes
7472 no:yes:* )
7473 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7474 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7475 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7476 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7477 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7478 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7479 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7480 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7481 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7482 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7483 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7484 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7485 ( cat <<\_ASBOX
7486 ## ------------------------------------ ##
7487 ## Report this to wine-devel@winehq.org ##
7488 ## ------------------------------------ ##
7489 _ASBOX
7490 ) | sed "s/^/$as_me: WARNING: /" >&2
7492 esac
7493 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7494 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7495 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7496 echo $ECHO_N "(cached) $ECHO_C" >&6
7497 else
7498 eval "$as_ac_Header=\$ac_header_preproc"
7500 ac_res=`eval echo '${'$as_ac_Header'}'`
7501 { echo "$as_me:$LINENO: result: $ac_res" >&5
7502 echo "${ECHO_T}$ac_res" >&6; }
7505 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7506 cat >>confdefs.h <<_ACEOF
7507 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7508 _ACEOF
7512 done
7514 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7515 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7516 if test "${ac_cv_header_stat_broken+set}" = set; then
7517 echo $ECHO_N "(cached) $ECHO_C" >&6
7518 else
7519 cat >conftest.$ac_ext <<_ACEOF
7520 /* confdefs.h. */
7521 _ACEOF
7522 cat confdefs.h >>conftest.$ac_ext
7523 cat >>conftest.$ac_ext <<_ACEOF
7524 /* end confdefs.h. */
7525 #include <sys/types.h>
7526 #include <sys/stat.h>
7528 #if defined S_ISBLK && defined S_IFDIR
7529 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7530 #endif
7532 #if defined S_ISBLK && defined S_IFCHR
7533 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7534 #endif
7536 #if defined S_ISLNK && defined S_IFREG
7537 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7538 #endif
7540 #if defined S_ISSOCK && defined S_IFREG
7541 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7542 #endif
7544 _ACEOF
7545 rm -f conftest.$ac_objext
7546 if { (ac_try="$ac_compile"
7547 case "(($ac_try" in
7548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7549 *) ac_try_echo=$ac_try;;
7550 esac
7551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7552 (eval "$ac_compile") 2>conftest.er1
7553 ac_status=$?
7554 grep -v '^ *+' conftest.er1 >conftest.err
7555 rm -f conftest.er1
7556 cat conftest.err >&5
7557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7558 (exit $ac_status); } && {
7559 test -z "$ac_c_werror_flag" ||
7560 test ! -s conftest.err
7561 } && test -s conftest.$ac_objext; then
7562 ac_cv_header_stat_broken=no
7563 else
7564 echo "$as_me: failed program was:" >&5
7565 sed 's/^/| /' conftest.$ac_ext >&5
7567 ac_cv_header_stat_broken=yes
7570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7572 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7573 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7574 if test $ac_cv_header_stat_broken = yes; then
7576 cat >>confdefs.h <<\_ACEOF
7577 #define STAT_MACROS_BROKEN 1
7578 _ACEOF
7589 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7591 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7592 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7593 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7594 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7595 echo $ECHO_N "(cached) $ECHO_C" >&6
7596 else
7597 cat >conftest.$ac_ext <<_ACEOF
7598 /* confdefs.h. */
7599 _ACEOF
7600 cat confdefs.h >>conftest.$ac_ext
7601 cat >>conftest.$ac_ext <<_ACEOF
7602 /* end confdefs.h. */
7603 #include <sys/types.h>
7604 #ifdef HAVE_SYS_PARAM_H
7605 # include <sys/param.h>
7606 #endif
7608 #include <$ac_header>
7609 _ACEOF
7610 rm -f conftest.$ac_objext
7611 if { (ac_try="$ac_compile"
7612 case "(($ac_try" in
7613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7614 *) ac_try_echo=$ac_try;;
7615 esac
7616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7617 (eval "$ac_compile") 2>conftest.er1
7618 ac_status=$?
7619 grep -v '^ *+' conftest.er1 >conftest.err
7620 rm -f conftest.er1
7621 cat conftest.err >&5
7622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7623 (exit $ac_status); } && {
7624 test -z "$ac_c_werror_flag" ||
7625 test ! -s conftest.err
7626 } && test -s conftest.$ac_objext; then
7627 eval "$as_ac_Header=yes"
7628 else
7629 echo "$as_me: failed program was:" >&5
7630 sed 's/^/| /' conftest.$ac_ext >&5
7632 eval "$as_ac_Header=no"
7635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7637 ac_res=`eval echo '${'$as_ac_Header'}'`
7638 { echo "$as_me:$LINENO: result: $ac_res" >&5
7639 echo "${ECHO_T}$ac_res" >&6; }
7640 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7641 cat >>confdefs.h <<_ACEOF
7642 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7643 _ACEOF
7647 done
7662 for ac_header in \
7663 netinet/ip.h \
7664 net/if.h \
7665 net/if_arp.h \
7666 net/if_dl.h \
7667 net/if_types.h \
7668 net/route.h \
7669 netinet/if_ether.h \
7670 netinet/in_pcb.h \
7671 netinet/ip_icmp.h \
7672 netinet/ip_var.h \
7673 netinet/udp.h \
7674 netipx/ipx.h \
7677 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7678 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7679 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7680 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7681 echo $ECHO_N "(cached) $ECHO_C" >&6
7682 else
7683 cat >conftest.$ac_ext <<_ACEOF
7684 /* confdefs.h. */
7685 _ACEOF
7686 cat confdefs.h >>conftest.$ac_ext
7687 cat >>conftest.$ac_ext <<_ACEOF
7688 /* end confdefs.h. */
7689 #include <sys/types.h>
7690 #ifdef HAVE_SYS_SOCKET_H
7691 # include <sys/socket.h>
7692 #endif
7693 #ifdef HAVE_SYS_SOCKETVAR_H
7694 # include <sys/socketvar.h>
7695 #endif
7696 #ifdef HAVE_NETINET_IN_H
7697 # include <netinet/in.h>
7698 #endif
7699 #ifdef HAVE_NETINET_IP_H
7700 # include <netinet/ip.h>
7701 #endif
7703 #include <$ac_header>
7704 _ACEOF
7705 rm -f conftest.$ac_objext
7706 if { (ac_try="$ac_compile"
7707 case "(($ac_try" in
7708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7709 *) ac_try_echo=$ac_try;;
7710 esac
7711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7712 (eval "$ac_compile") 2>conftest.er1
7713 ac_status=$?
7714 grep -v '^ *+' conftest.er1 >conftest.err
7715 rm -f conftest.er1
7716 cat conftest.err >&5
7717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7718 (exit $ac_status); } && {
7719 test -z "$ac_c_werror_flag" ||
7720 test ! -s conftest.err
7721 } && test -s conftest.$ac_objext; then
7722 eval "$as_ac_Header=yes"
7723 else
7724 echo "$as_me: failed program was:" >&5
7725 sed 's/^/| /' conftest.$ac_ext >&5
7727 eval "$as_ac_Header=no"
7730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7732 ac_res=`eval echo '${'$as_ac_Header'}'`
7733 { echo "$as_me:$LINENO: result: $ac_res" >&5
7734 echo "${ECHO_T}$ac_res" >&6; }
7735 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7736 cat >>confdefs.h <<_ACEOF
7737 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7738 _ACEOF
7742 done
7749 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7751 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7752 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7753 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7754 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7755 echo $ECHO_N "(cached) $ECHO_C" >&6
7756 else
7757 cat >conftest.$ac_ext <<_ACEOF
7758 /* confdefs.h. */
7759 _ACEOF
7760 cat confdefs.h >>conftest.$ac_ext
7761 cat >>conftest.$ac_ext <<_ACEOF
7762 /* end confdefs.h. */
7763 #include <sys/types.h>
7764 #ifdef HAVE_ALIAS_H
7765 # include <alias.h>
7766 #endif
7767 #ifdef HAVE_SYS_SOCKET_H
7768 # include <sys/socket.h>
7769 #endif
7770 #ifdef HAVE_SYS_SOCKETVAR_H
7771 # include <sys/socketvar.h>
7772 #endif
7773 #ifdef HAVE_NETINET_IN_H
7774 # include <netinet/in.h>
7775 #endif
7776 #ifdef HAVE_NETINET_IP_H
7777 # include <netinet/ip.h>
7778 #endif
7779 #ifdef HAVE_NETINET_IP_VAR_H
7780 # include <netinet/ip_var.h>
7781 #endif
7782 #ifdef HAVE_NETINET_IP_ICMP_H
7783 # include <netinet/ip_icmp.h>
7784 #endif
7785 #ifdef HAVE_NETINET_UDP_H
7786 # include <netinet/udp.h>
7787 #endif
7788 #ifdef HAVE_NETINET_TCP_H
7789 # include <netinet/tcp.h>
7790 #endif
7792 #include <$ac_header>
7793 _ACEOF
7794 rm -f conftest.$ac_objext
7795 if { (ac_try="$ac_compile"
7796 case "(($ac_try" in
7797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7798 *) ac_try_echo=$ac_try;;
7799 esac
7800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7801 (eval "$ac_compile") 2>conftest.er1
7802 ac_status=$?
7803 grep -v '^ *+' conftest.er1 >conftest.err
7804 rm -f conftest.er1
7805 cat conftest.err >&5
7806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7807 (exit $ac_status); } && {
7808 test -z "$ac_c_werror_flag" ||
7809 test ! -s conftest.err
7810 } && test -s conftest.$ac_objext; then
7811 eval "$as_ac_Header=yes"
7812 else
7813 echo "$as_me: failed program was:" >&5
7814 sed 's/^/| /' conftest.$ac_ext >&5
7816 eval "$as_ac_Header=no"
7819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7821 ac_res=`eval echo '${'$as_ac_Header'}'`
7822 { echo "$as_me:$LINENO: result: $ac_res" >&5
7823 echo "${ECHO_T}$ac_res" >&6; }
7824 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7825 cat >>confdefs.h <<_ACEOF
7826 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7827 _ACEOF
7831 done
7835 for ac_header in linux/ipx.h
7837 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7838 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7839 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7840 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7841 echo $ECHO_N "(cached) $ECHO_C" >&6
7842 else
7843 cat >conftest.$ac_ext <<_ACEOF
7844 /* confdefs.h. */
7845 _ACEOF
7846 cat confdefs.h >>conftest.$ac_ext
7847 cat >>conftest.$ac_ext <<_ACEOF
7848 /* end confdefs.h. */
7849 #include <sys/types.h>
7850 #ifdef HAVE_ASM_TYPES_H
7851 # include <asm/types.h>
7852 #endif
7853 #ifdef HAVE_SYS_SOCKET_H
7854 # include <sys/socket.h>
7855 #endif
7856 #ifdef HAVE_LINUX_TYPES_H
7857 # include <linux/types.h>
7858 #endif
7860 #include <$ac_header>
7861 _ACEOF
7862 rm -f conftest.$ac_objext
7863 if { (ac_try="$ac_compile"
7864 case "(($ac_try" in
7865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7866 *) ac_try_echo=$ac_try;;
7867 esac
7868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7869 (eval "$ac_compile") 2>conftest.er1
7870 ac_status=$?
7871 grep -v '^ *+' conftest.er1 >conftest.err
7872 rm -f conftest.er1
7873 cat conftest.err >&5
7874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7875 (exit $ac_status); } && {
7876 test -z "$ac_c_werror_flag" ||
7877 test ! -s conftest.err
7878 } && test -s conftest.$ac_objext; then
7879 eval "$as_ac_Header=yes"
7880 else
7881 echo "$as_me: failed program was:" >&5
7882 sed 's/^/| /' conftest.$ac_ext >&5
7884 eval "$as_ac_Header=no"
7887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7889 ac_res=`eval echo '${'$as_ac_Header'}'`
7890 { echo "$as_me:$LINENO: result: $ac_res" >&5
7891 echo "${ECHO_T}$ac_res" >&6; }
7892 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7893 cat >>confdefs.h <<_ACEOF
7894 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7895 _ACEOF
7899 done
7903 for ac_header in resolv.h
7905 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7906 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7907 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7908 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7909 echo $ECHO_N "(cached) $ECHO_C" >&6
7910 else
7911 cat >conftest.$ac_ext <<_ACEOF
7912 /* confdefs.h. */
7913 _ACEOF
7914 cat confdefs.h >>conftest.$ac_ext
7915 cat >>conftest.$ac_ext <<_ACEOF
7916 /* end confdefs.h. */
7917 #include <sys/types.h>
7918 #ifdef HAVE_SYS_SOCKET_H
7919 # include <sys/socket.h>
7920 #endif
7921 #ifdef HAVE_NETINET_IN_H
7922 # include <netinet/in.h>
7923 #endif
7924 #ifdef HAVE_ARPA_NAMESER_H
7925 # include <arpa/nameser.h>
7926 #endif
7928 #include <$ac_header>
7929 _ACEOF
7930 rm -f conftest.$ac_objext
7931 if { (ac_try="$ac_compile"
7932 case "(($ac_try" in
7933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7934 *) ac_try_echo=$ac_try;;
7935 esac
7936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7937 (eval "$ac_compile") 2>conftest.er1
7938 ac_status=$?
7939 grep -v '^ *+' conftest.er1 >conftest.err
7940 rm -f conftest.er1
7941 cat conftest.err >&5
7942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7943 (exit $ac_status); } && {
7944 test -z "$ac_c_werror_flag" ||
7945 test ! -s conftest.err
7946 } && test -s conftest.$ac_objext; then
7947 eval "$as_ac_Header=yes"
7948 else
7949 echo "$as_me: failed program was:" >&5
7950 sed 's/^/| /' conftest.$ac_ext >&5
7952 eval "$as_ac_Header=no"
7955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7957 ac_res=`eval echo '${'$as_ac_Header'}'`
7958 { echo "$as_me:$LINENO: result: $ac_res" >&5
7959 echo "${ECHO_T}$ac_res" >&6; }
7960 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7961 cat >>confdefs.h <<_ACEOF
7962 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7963 _ACEOF
7967 done
7971 for ac_header in ucontext.h
7973 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7974 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7975 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7976 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7977 echo $ECHO_N "(cached) $ECHO_C" >&6
7978 else
7979 cat >conftest.$ac_ext <<_ACEOF
7980 /* confdefs.h. */
7981 _ACEOF
7982 cat confdefs.h >>conftest.$ac_ext
7983 cat >>conftest.$ac_ext <<_ACEOF
7984 /* end confdefs.h. */
7985 #include <signal.h>
7987 #include <$ac_header>
7988 _ACEOF
7989 rm -f conftest.$ac_objext
7990 if { (ac_try="$ac_compile"
7991 case "(($ac_try" in
7992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7993 *) ac_try_echo=$ac_try;;
7994 esac
7995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7996 (eval "$ac_compile") 2>conftest.er1
7997 ac_status=$?
7998 grep -v '^ *+' conftest.er1 >conftest.err
7999 rm -f conftest.er1
8000 cat conftest.err >&5
8001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8002 (exit $ac_status); } && {
8003 test -z "$ac_c_werror_flag" ||
8004 test ! -s conftest.err
8005 } && test -s conftest.$ac_objext; then
8006 eval "$as_ac_Header=yes"
8007 else
8008 echo "$as_me: failed program was:" >&5
8009 sed 's/^/| /' conftest.$ac_ext >&5
8011 eval "$as_ac_Header=no"
8014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8016 ac_res=`eval echo '${'$as_ac_Header'}'`
8017 { echo "$as_me:$LINENO: result: $ac_res" >&5
8018 echo "${ECHO_T}$ac_res" >&6; }
8019 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8020 cat >>confdefs.h <<_ACEOF
8021 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8022 _ACEOF
8026 done
8030 for ac_header in sys/thr.h
8032 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8033 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8034 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8035 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8036 echo $ECHO_N "(cached) $ECHO_C" >&6
8037 else
8038 cat >conftest.$ac_ext <<_ACEOF
8039 /* confdefs.h. */
8040 _ACEOF
8041 cat confdefs.h >>conftest.$ac_ext
8042 cat >>conftest.$ac_ext <<_ACEOF
8043 /* end confdefs.h. */
8044 #include <sys/types.h>
8045 #ifdef HAVE_UCONTEXT_H
8046 #include <ucontext.h>
8047 #endif
8049 #include <$ac_header>
8050 _ACEOF
8051 rm -f conftest.$ac_objext
8052 if { (ac_try="$ac_compile"
8053 case "(($ac_try" in
8054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8055 *) ac_try_echo=$ac_try;;
8056 esac
8057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8058 (eval "$ac_compile") 2>conftest.er1
8059 ac_status=$?
8060 grep -v '^ *+' conftest.er1 >conftest.err
8061 rm -f conftest.er1
8062 cat conftest.err >&5
8063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064 (exit $ac_status); } && {
8065 test -z "$ac_c_werror_flag" ||
8066 test ! -s conftest.err
8067 } && test -s conftest.$ac_objext; then
8068 eval "$as_ac_Header=yes"
8069 else
8070 echo "$as_me: failed program was:" >&5
8071 sed 's/^/| /' conftest.$ac_ext >&5
8073 eval "$as_ac_Header=no"
8076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8078 ac_res=`eval echo '${'$as_ac_Header'}'`
8079 { echo "$as_me:$LINENO: result: $ac_res" >&5
8080 echo "${ECHO_T}$ac_res" >&6; }
8081 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8082 cat >>confdefs.h <<_ACEOF
8083 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8084 _ACEOF
8088 done
8092 for ac_header in pthread_np.h
8094 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8095 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8096 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8097 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8098 echo $ECHO_N "(cached) $ECHO_C" >&6
8099 else
8100 cat >conftest.$ac_ext <<_ACEOF
8101 /* confdefs.h. */
8102 _ACEOF
8103 cat confdefs.h >>conftest.$ac_ext
8104 cat >>conftest.$ac_ext <<_ACEOF
8105 /* end confdefs.h. */
8106 #ifdef HAVE_PTHREAD_H
8107 #include <pthread.h>
8108 #endif
8110 #include <$ac_header>
8111 _ACEOF
8112 rm -f conftest.$ac_objext
8113 if { (ac_try="$ac_compile"
8114 case "(($ac_try" in
8115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8116 *) ac_try_echo=$ac_try;;
8117 esac
8118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8119 (eval "$ac_compile") 2>conftest.er1
8120 ac_status=$?
8121 grep -v '^ *+' conftest.er1 >conftest.err
8122 rm -f conftest.er1
8123 cat conftest.err >&5
8124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8125 (exit $ac_status); } && {
8126 test -z "$ac_c_werror_flag" ||
8127 test ! -s conftest.err
8128 } && test -s conftest.$ac_objext; then
8129 eval "$as_ac_Header=yes"
8130 else
8131 echo "$as_me: failed program was:" >&5
8132 sed 's/^/| /' conftest.$ac_ext >&5
8134 eval "$as_ac_Header=no"
8137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8139 ac_res=`eval echo '${'$as_ac_Header'}'`
8140 { echo "$as_me:$LINENO: result: $ac_res" >&5
8141 echo "${ECHO_T}$ac_res" >&6; }
8142 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8143 cat >>confdefs.h <<_ACEOF
8144 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8145 _ACEOF
8149 done
8153 for ac_header in linux/videodev.h
8155 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8156 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8157 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8158 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8159 echo $ECHO_N "(cached) $ECHO_C" >&6
8160 else
8161 cat >conftest.$ac_ext <<_ACEOF
8162 /* confdefs.h. */
8163 _ACEOF
8164 cat confdefs.h >>conftest.$ac_ext
8165 cat >>conftest.$ac_ext <<_ACEOF
8166 /* end confdefs.h. */
8167 #ifdef HAVE_SYS_TIME_H
8168 #include <sys/time.h>
8169 #endif
8170 #include <sys/types.h>
8171 #ifdef HAVE_ASM_TYPES_H
8172 #include <asm/types.h>
8173 #endif
8175 #include <$ac_header>
8176 _ACEOF
8177 rm -f conftest.$ac_objext
8178 if { (ac_try="$ac_compile"
8179 case "(($ac_try" in
8180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8181 *) ac_try_echo=$ac_try;;
8182 esac
8183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8184 (eval "$ac_compile") 2>conftest.er1
8185 ac_status=$?
8186 grep -v '^ *+' conftest.er1 >conftest.err
8187 rm -f conftest.er1
8188 cat conftest.err >&5
8189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190 (exit $ac_status); } && {
8191 test -z "$ac_c_werror_flag" ||
8192 test ! -s conftest.err
8193 } && test -s conftest.$ac_objext; then
8194 eval "$as_ac_Header=yes"
8195 else
8196 echo "$as_me: failed program was:" >&5
8197 sed 's/^/| /' conftest.$ac_ext >&5
8199 eval "$as_ac_Header=no"
8202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8204 ac_res=`eval echo '${'$as_ac_Header'}'`
8205 { echo "$as_me:$LINENO: result: $ac_res" >&5
8206 echo "${ECHO_T}$ac_res" >&6; }
8207 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8208 cat >>confdefs.h <<_ACEOF
8209 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8210 _ACEOF
8214 done
8218 for ac_header in linux/capi.h
8220 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8221 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8222 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8223 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8224 echo $ECHO_N "(cached) $ECHO_C" >&6
8225 else
8226 cat >conftest.$ac_ext <<_ACEOF
8227 /* confdefs.h. */
8228 _ACEOF
8229 cat confdefs.h >>conftest.$ac_ext
8230 cat >>conftest.$ac_ext <<_ACEOF
8231 /* end confdefs.h. */
8232 #define __user
8234 #include <$ac_header>
8235 _ACEOF
8236 rm -f conftest.$ac_objext
8237 if { (ac_try="$ac_compile"
8238 case "(($ac_try" in
8239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8240 *) ac_try_echo=$ac_try;;
8241 esac
8242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8243 (eval "$ac_compile") 2>conftest.er1
8244 ac_status=$?
8245 grep -v '^ *+' conftest.er1 >conftest.err
8246 rm -f conftest.er1
8247 cat conftest.err >&5
8248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8249 (exit $ac_status); } && {
8250 test -z "$ac_c_werror_flag" ||
8251 test ! -s conftest.err
8252 } && test -s conftest.$ac_objext; then
8253 eval "$as_ac_Header=yes"
8254 else
8255 echo "$as_me: failed program was:" >&5
8256 sed 's/^/| /' conftest.$ac_ext >&5
8258 eval "$as_ac_Header=no"
8261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8263 ac_res=`eval echo '${'$as_ac_Header'}'`
8264 { echo "$as_me:$LINENO: result: $ac_res" >&5
8265 echo "${ECHO_T}$ac_res" >&6; }
8266 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8267 cat >>confdefs.h <<_ACEOF
8268 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8269 _ACEOF
8273 done
8277 DLLEXT=""
8279 DLLFLAGS="-D_REENTRANT"
8281 LDSHARED=""
8283 LDDLLFLAGS=""
8285 LIBEXT="so"
8287 IMPLIBEXT="def"
8289 LDRPATH_INSTALL=""
8291 LDRPATH_LOCAL=""
8293 # Extract the first word of "ldd", so it can be a program name with args.
8294 set dummy ldd; ac_word=$2
8295 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8296 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8297 if test "${ac_cv_path_LDD+set}" = set; then
8298 echo $ECHO_N "(cached) $ECHO_C" >&6
8299 else
8300 case $LDD in
8301 [\\/]* | ?:[\\/]*)
8302 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8306 as_dummy="/sbin:/usr/sbin:$PATH"
8307 for as_dir in $as_dummy
8309 IFS=$as_save_IFS
8310 test -z "$as_dir" && as_dir=.
8311 for ac_exec_ext in '' $ac_executable_extensions; do
8312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8313 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8315 break 2
8317 done
8318 done
8319 IFS=$as_save_IFS
8321 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8323 esac
8325 LDD=$ac_cv_path_LDD
8326 if test -n "$LDD"; then
8327 { echo "$as_me:$LINENO: result: $LDD" >&5
8328 echo "${ECHO_T}$LDD" >&6; }
8329 else
8330 { echo "$as_me:$LINENO: result: no" >&5
8331 echo "${ECHO_T}no" >&6; }
8336 case $host_os in
8337 cygwin*|mingw32*)
8338 if test -n "$ac_tool_prefix"; then
8339 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8340 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8341 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8342 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8343 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8344 echo $ECHO_N "(cached) $ECHO_C" >&6
8345 else
8346 if test -n "$DLLTOOL"; then
8347 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8348 else
8349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8350 for as_dir in $PATH
8352 IFS=$as_save_IFS
8353 test -z "$as_dir" && as_dir=.
8354 for ac_exec_ext in '' $ac_executable_extensions; do
8355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8356 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8357 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8358 break 2
8360 done
8361 done
8362 IFS=$as_save_IFS
8366 DLLTOOL=$ac_cv_prog_DLLTOOL
8367 if test -n "$DLLTOOL"; then
8368 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8369 echo "${ECHO_T}$DLLTOOL" >&6; }
8370 else
8371 { echo "$as_me:$LINENO: result: no" >&5
8372 echo "${ECHO_T}no" >&6; }
8377 if test -z "$ac_cv_prog_DLLTOOL"; then
8378 ac_ct_DLLTOOL=$DLLTOOL
8379 # Extract the first word of "dlltool", so it can be a program name with args.
8380 set dummy dlltool; ac_word=$2
8381 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8382 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8383 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8384 echo $ECHO_N "(cached) $ECHO_C" >&6
8385 else
8386 if test -n "$ac_ct_DLLTOOL"; then
8387 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8388 else
8389 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8390 for as_dir in $PATH
8392 IFS=$as_save_IFS
8393 test -z "$as_dir" && as_dir=.
8394 for ac_exec_ext in '' $ac_executable_extensions; do
8395 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8396 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8397 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8398 break 2
8400 done
8401 done
8402 IFS=$as_save_IFS
8406 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8407 if test -n "$ac_ct_DLLTOOL"; then
8408 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8409 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8410 else
8411 { echo "$as_me:$LINENO: result: no" >&5
8412 echo "${ECHO_T}no" >&6; }
8415 if test "x$ac_ct_DLLTOOL" = x; then
8416 DLLTOOL="false"
8417 else
8418 case $cross_compiling:$ac_tool_warned in
8419 yes:)
8420 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8421 whose name does not start with the host triplet. If you think this
8422 configuration is useful to you, please write to autoconf@gnu.org." >&5
8423 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8424 whose name does not start with the host triplet. If you think this
8425 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8426 ac_tool_warned=yes ;;
8427 esac
8428 DLLTOOL=$ac_ct_DLLTOOL
8430 else
8431 DLLTOOL="$ac_cv_prog_DLLTOOL"
8434 if test -n "$ac_tool_prefix"; then
8435 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8436 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8437 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8438 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8439 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8440 echo $ECHO_N "(cached) $ECHO_C" >&6
8441 else
8442 if test -n "$DLLWRAP"; then
8443 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8444 else
8445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8446 for as_dir in $PATH
8448 IFS=$as_save_IFS
8449 test -z "$as_dir" && as_dir=.
8450 for ac_exec_ext in '' $ac_executable_extensions; do
8451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8452 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8453 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8454 break 2
8456 done
8457 done
8458 IFS=$as_save_IFS
8462 DLLWRAP=$ac_cv_prog_DLLWRAP
8463 if test -n "$DLLWRAP"; then
8464 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8465 echo "${ECHO_T}$DLLWRAP" >&6; }
8466 else
8467 { echo "$as_me:$LINENO: result: no" >&5
8468 echo "${ECHO_T}no" >&6; }
8473 if test -z "$ac_cv_prog_DLLWRAP"; then
8474 ac_ct_DLLWRAP=$DLLWRAP
8475 # Extract the first word of "dllwrap", so it can be a program name with args.
8476 set dummy dllwrap; ac_word=$2
8477 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8478 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8479 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8480 echo $ECHO_N "(cached) $ECHO_C" >&6
8481 else
8482 if test -n "$ac_ct_DLLWRAP"; then
8483 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8484 else
8485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8486 for as_dir in $PATH
8488 IFS=$as_save_IFS
8489 test -z "$as_dir" && as_dir=.
8490 for ac_exec_ext in '' $ac_executable_extensions; do
8491 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8492 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8493 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8494 break 2
8496 done
8497 done
8498 IFS=$as_save_IFS
8502 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8503 if test -n "$ac_ct_DLLWRAP"; then
8504 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8505 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8506 else
8507 { echo "$as_me:$LINENO: result: no" >&5
8508 echo "${ECHO_T}no" >&6; }
8511 if test "x$ac_ct_DLLWRAP" = x; then
8512 DLLWRAP="false"
8513 else
8514 case $cross_compiling:$ac_tool_warned in
8515 yes:)
8516 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8517 whose name does not start with the host triplet. If you think this
8518 configuration is useful to you, please write to autoconf@gnu.org." >&5
8519 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8520 whose name does not start with the host triplet. If you think this
8521 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8522 ac_tool_warned=yes ;;
8523 esac
8524 DLLWRAP=$ac_ct_DLLWRAP
8526 else
8527 DLLWRAP="$ac_cv_prog_DLLWRAP"
8530 if test -n "$ac_tool_prefix"; then
8531 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8532 set dummy ${ac_tool_prefix}ar; ac_word=$2
8533 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8534 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8535 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8536 echo $ECHO_N "(cached) $ECHO_C" >&6
8537 else
8538 if test -n "$MINGWAR"; then
8539 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8540 else
8541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8542 for as_dir in $PATH
8544 IFS=$as_save_IFS
8545 test -z "$as_dir" && as_dir=.
8546 for ac_exec_ext in '' $ac_executable_extensions; do
8547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8548 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8550 break 2
8552 done
8553 done
8554 IFS=$as_save_IFS
8558 MINGWAR=$ac_cv_prog_MINGWAR
8559 if test -n "$MINGWAR"; then
8560 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8561 echo "${ECHO_T}$MINGWAR" >&6; }
8562 else
8563 { echo "$as_me:$LINENO: result: no" >&5
8564 echo "${ECHO_T}no" >&6; }
8569 if test -z "$ac_cv_prog_MINGWAR"; then
8570 ac_ct_MINGWAR=$MINGWAR
8571 # Extract the first word of "ar", so it can be a program name with args.
8572 set dummy ar; ac_word=$2
8573 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8574 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8575 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8576 echo $ECHO_N "(cached) $ECHO_C" >&6
8577 else
8578 if test -n "$ac_ct_MINGWAR"; then
8579 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8580 else
8581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8582 for as_dir in $PATH
8584 IFS=$as_save_IFS
8585 test -z "$as_dir" && as_dir=.
8586 for ac_exec_ext in '' $ac_executable_extensions; do
8587 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8588 ac_cv_prog_ac_ct_MINGWAR="ar"
8589 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8590 break 2
8592 done
8593 done
8594 IFS=$as_save_IFS
8598 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8599 if test -n "$ac_ct_MINGWAR"; then
8600 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8601 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8602 else
8603 { echo "$as_me:$LINENO: result: no" >&5
8604 echo "${ECHO_T}no" >&6; }
8607 if test "x$ac_ct_MINGWAR" = x; then
8608 MINGWAR="false"
8609 else
8610 case $cross_compiling:$ac_tool_warned in
8611 yes:)
8612 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8613 whose name does not start with the host triplet. If you think this
8614 configuration is useful to you, please write to autoconf@gnu.org." >&5
8615 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8616 whose name does not start with the host triplet. If you think this
8617 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8618 ac_tool_warned=yes ;;
8619 esac
8620 MINGWAR=$ac_ct_MINGWAR
8622 else
8623 MINGWAR="$ac_cv_prog_MINGWAR"
8626 if test "$DLLWRAP" = "false"; then
8627 LIBEXT="a"
8628 else
8629 LIBEXT="dll"
8631 IMPLIBEXT="a"
8632 WIN16_FILES=""
8633 WIN16_INSTALL=""
8634 enable_iphlpapi=${enable_iphlpapi:-no}
8635 enable_kernel32=${enable_kernel32:-no}
8636 enable_msvcrt=${enable_msvcrt:-no}
8637 enable_ntdll=${enable_ntdll:-no}
8638 enable_ws2_32=${enable_ws2_32:-no}
8639 enable_loader=${enable_loader:-no}
8640 enable_server=${enable_server:-no}
8642 darwin*|macosx*)
8643 DLLEXT=".so"
8644 LIBEXT="dylib"
8645 DLLFLAGS="$DLLFLAGS -fPIC"
8646 LDDLLFLAGS="-bundle -multiply_defined suppress"
8647 LIBWINE_LDFLAGS="-multiply_defined suppress"
8648 LDSHARED="\$(CC) -dynamiclib"
8649 STRIP="$STRIP -x"
8650 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8651 SECURITYLIB="-framework Security -framework CoreFoundation"
8653 COREFOUNDATIONLIB="-framework CoreFoundation"
8655 IOKITLIB="-framework IOKit -framework CoreFoundation"
8657 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8659 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8660 then
8661 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8664 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8665 then
8666 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8669 case $host_cpu in
8670 *powerpc*)
8671 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8672 esac
8673 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8674 then
8675 CARBONLIB="-framework Carbon"
8677 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8681 DLLFLAGS="$DLLFLAGS -fPIC"
8682 DLLEXT=".so"
8683 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8684 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8685 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8686 echo $ECHO_N "(cached) $ECHO_C" >&6
8687 else
8688 ac_wine_try_cflags_saved=$CFLAGS
8689 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8690 cat >conftest.$ac_ext <<_ACEOF
8691 void myfunc() {}
8692 _ACEOF
8693 rm -f conftest.$ac_objext conftest$ac_exeext
8694 if { (ac_try="$ac_link"
8695 case "(($ac_try" in
8696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8697 *) ac_try_echo=$ac_try;;
8698 esac
8699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8700 (eval "$ac_link") 2>conftest.er1
8701 ac_status=$?
8702 grep -v '^ *+' conftest.er1 >conftest.err
8703 rm -f conftest.er1
8704 cat conftest.err >&5
8705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8706 (exit $ac_status); } && {
8707 test -z "$ac_c_werror_flag" ||
8708 test ! -s conftest.err
8709 } && test -s conftest$ac_exeext &&
8710 $as_test_x conftest$ac_exeext; then
8711 ac_cv_c_dll_gnuelf="yes"
8712 else
8713 echo "$as_me: failed program was:" >&5
8714 sed 's/^/| /' conftest.$ac_ext >&5
8716 ac_cv_c_dll_gnuelf="no"
8719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8720 conftest$ac_exeext conftest.$ac_ext
8721 CFLAGS=$ac_wine_try_cflags_saved
8723 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8724 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8725 if test "$ac_cv_c_dll_gnuelf" = "yes"
8726 then
8727 LDSHARED="\$(CC) -shared"
8728 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8729 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8730 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8731 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8732 echo $ECHO_N "(cached) $ECHO_C" >&6
8733 else
8734 ac_wine_try_cflags_saved=$CFLAGS
8735 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8736 cat >conftest.$ac_ext <<_ACEOF
8737 /* confdefs.h. */
8738 _ACEOF
8739 cat confdefs.h >>conftest.$ac_ext
8740 cat >>conftest.$ac_ext <<_ACEOF
8741 /* end confdefs.h. */
8744 main ()
8748 return 0;
8750 _ACEOF
8751 rm -f conftest.$ac_objext conftest$ac_exeext
8752 if { (ac_try="$ac_link"
8753 case "(($ac_try" in
8754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8755 *) ac_try_echo=$ac_try;;
8756 esac
8757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8758 (eval "$ac_link") 2>conftest.er1
8759 ac_status=$?
8760 grep -v '^ *+' conftest.er1 >conftest.err
8761 rm -f conftest.er1
8762 cat conftest.err >&5
8763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8764 (exit $ac_status); } && {
8765 test -z "$ac_c_werror_flag" ||
8766 test ! -s conftest.err
8767 } && test -s conftest$ac_exeext &&
8768 $as_test_x conftest$ac_exeext; then
8769 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8770 else
8771 echo "$as_me: failed program was:" >&5
8772 sed 's/^/| /' conftest.$ac_ext >&5
8774 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8778 conftest$ac_exeext conftest.$ac_ext
8779 CFLAGS=$ac_wine_try_cflags_saved
8781 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8782 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8783 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8784 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8785 else
8786 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8787 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8788 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8789 echo $ECHO_N "(cached) $ECHO_C" >&6
8790 else
8791 ac_wine_try_cflags_saved=$CFLAGS
8792 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8793 cat >conftest.$ac_ext <<_ACEOF
8794 /* confdefs.h. */
8795 _ACEOF
8796 cat confdefs.h >>conftest.$ac_ext
8797 cat >>conftest.$ac_ext <<_ACEOF
8798 /* end confdefs.h. */
8801 main ()
8805 return 0;
8807 _ACEOF
8808 rm -f conftest.$ac_objext conftest$ac_exeext
8809 if { (ac_try="$ac_link"
8810 case "(($ac_try" in
8811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8812 *) ac_try_echo=$ac_try;;
8813 esac
8814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8815 (eval "$ac_link") 2>conftest.er1
8816 ac_status=$?
8817 grep -v '^ *+' conftest.er1 >conftest.err
8818 rm -f conftest.er1
8819 cat conftest.err >&5
8820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8821 (exit $ac_status); } && {
8822 test -z "$ac_c_werror_flag" ||
8823 test ! -s conftest.err
8824 } && test -s conftest$ac_exeext &&
8825 $as_test_x conftest$ac_exeext; then
8826 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8827 else
8828 echo "$as_me: failed program was:" >&5
8829 sed 's/^/| /' conftest.$ac_ext >&5
8831 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8835 conftest$ac_exeext conftest.$ac_ext
8836 CFLAGS=$ac_wine_try_cflags_saved
8838 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8839 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8840 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8841 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8847 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8848 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8849 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8850 echo $ECHO_N "(cached) $ECHO_C" >&6
8851 else
8852 ac_wine_try_cflags_saved=$CFLAGS
8853 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8854 cat >conftest.$ac_ext <<_ACEOF
8855 /* confdefs.h. */
8856 _ACEOF
8857 cat confdefs.h >>conftest.$ac_ext
8858 cat >>conftest.$ac_ext <<_ACEOF
8859 /* end confdefs.h. */
8862 main ()
8866 return 0;
8868 _ACEOF
8869 rm -f conftest.$ac_objext conftest$ac_exeext
8870 if { (ac_try="$ac_link"
8871 case "(($ac_try" in
8872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8873 *) ac_try_echo=$ac_try;;
8874 esac
8875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8876 (eval "$ac_link") 2>conftest.er1
8877 ac_status=$?
8878 grep -v '^ *+' conftest.er1 >conftest.err
8879 rm -f conftest.er1
8880 cat conftest.err >&5
8881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8882 (exit $ac_status); } && {
8883 test -z "$ac_c_werror_flag" ||
8884 test ! -s conftest.err
8885 } && test -s conftest$ac_exeext &&
8886 $as_test_x conftest$ac_exeext; then
8887 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8888 else
8889 echo "$as_me: failed program was:" >&5
8890 sed 's/^/| /' conftest.$ac_ext >&5
8892 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8896 conftest$ac_exeext conftest.$ac_ext
8897 CFLAGS=$ac_wine_try_cflags_saved
8899 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8900 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8901 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8902 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8906 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8907 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8908 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8909 echo $ECHO_N "(cached) $ECHO_C" >&6
8910 else
8911 ac_wine_try_cflags_saved=$CFLAGS
8912 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8913 cat >conftest.$ac_ext <<_ACEOF
8914 /* confdefs.h. */
8915 _ACEOF
8916 cat confdefs.h >>conftest.$ac_ext
8917 cat >>conftest.$ac_ext <<_ACEOF
8918 /* end confdefs.h. */
8921 main ()
8925 return 0;
8927 _ACEOF
8928 rm -f conftest.$ac_objext conftest$ac_exeext
8929 if { (ac_try="$ac_link"
8930 case "(($ac_try" in
8931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8932 *) ac_try_echo=$ac_try;;
8933 esac
8934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8935 (eval "$ac_link") 2>conftest.er1
8936 ac_status=$?
8937 grep -v '^ *+' conftest.er1 >conftest.err
8938 rm -f conftest.er1
8939 cat conftest.err >&5
8940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8941 (exit $ac_status); } && {
8942 test -z "$ac_c_werror_flag" ||
8943 test ! -s conftest.err
8944 } && test -s conftest$ac_exeext &&
8945 $as_test_x conftest$ac_exeext; then
8946 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8947 else
8948 echo "$as_me: failed program was:" >&5
8949 sed 's/^/| /' conftest.$ac_ext >&5
8951 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8954 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8955 conftest$ac_exeext conftest.$ac_ext
8956 CFLAGS=$ac_wine_try_cflags_saved
8958 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8959 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8960 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8961 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8965 echo '{ global: *; };' >conftest.map
8966 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8967 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8968 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8969 echo $ECHO_N "(cached) $ECHO_C" >&6
8970 else
8971 ac_wine_try_cflags_saved=$CFLAGS
8972 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8973 cat >conftest.$ac_ext <<_ACEOF
8974 /* confdefs.h. */
8975 _ACEOF
8976 cat confdefs.h >>conftest.$ac_ext
8977 cat >>conftest.$ac_ext <<_ACEOF
8978 /* end confdefs.h. */
8981 main ()
8985 return 0;
8987 _ACEOF
8988 rm -f conftest.$ac_objext conftest$ac_exeext
8989 if { (ac_try="$ac_link"
8990 case "(($ac_try" in
8991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8992 *) ac_try_echo=$ac_try;;
8993 esac
8994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8995 (eval "$ac_link") 2>conftest.er1
8996 ac_status=$?
8997 grep -v '^ *+' conftest.er1 >conftest.err
8998 rm -f conftest.er1
8999 cat conftest.err >&5
9000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9001 (exit $ac_status); } && {
9002 test -z "$ac_c_werror_flag" ||
9003 test ! -s conftest.err
9004 } && test -s conftest$ac_exeext &&
9005 $as_test_x conftest$ac_exeext; then
9006 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9007 else
9008 echo "$as_me: failed program was:" >&5
9009 sed 's/^/| /' conftest.$ac_ext >&5
9011 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9014 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9015 conftest$ac_exeext conftest.$ac_ext
9016 CFLAGS=$ac_wine_try_cflags_saved
9018 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9019 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9020 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9021 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9024 rm -f conftest.map
9026 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9027 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9028 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9029 echo $ECHO_N "(cached) $ECHO_C" >&6
9030 else
9031 ac_wine_try_cflags_saved=$CFLAGS
9032 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9033 cat >conftest.$ac_ext <<_ACEOF
9034 /* confdefs.h. */
9035 _ACEOF
9036 cat confdefs.h >>conftest.$ac_ext
9037 cat >>conftest.$ac_ext <<_ACEOF
9038 /* end confdefs.h. */
9041 main ()
9045 return 0;
9047 _ACEOF
9048 rm -f conftest.$ac_objext conftest$ac_exeext
9049 if { (ac_try="$ac_link"
9050 case "(($ac_try" in
9051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9052 *) ac_try_echo=$ac_try;;
9053 esac
9054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9055 (eval "$ac_link") 2>conftest.er1
9056 ac_status=$?
9057 grep -v '^ *+' conftest.er1 >conftest.err
9058 rm -f conftest.er1
9059 cat conftest.err >&5
9060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9061 (exit $ac_status); } && {
9062 test -z "$ac_c_werror_flag" ||
9063 test ! -s conftest.err
9064 } && test -s conftest$ac_exeext &&
9065 $as_test_x conftest$ac_exeext; then
9066 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9067 else
9068 echo "$as_me: failed program was:" >&5
9069 sed 's/^/| /' conftest.$ac_ext >&5
9071 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9075 conftest$ac_exeext conftest.$ac_ext
9076 CFLAGS=$ac_wine_try_cflags_saved
9078 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9079 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9080 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9081 LDEXECFLAGS="-Wl,--export-dynamic"
9086 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9087 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9088 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9089 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9090 echo $ECHO_N "(cached) $ECHO_C" >&6
9091 else
9092 ac_wine_try_cflags_saved=$CFLAGS
9093 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9094 cat >conftest.$ac_ext <<_ACEOF
9095 /* confdefs.h. */
9096 _ACEOF
9097 cat confdefs.h >>conftest.$ac_ext
9098 cat >>conftest.$ac_ext <<_ACEOF
9099 /* end confdefs.h. */
9102 main ()
9106 return 0;
9108 _ACEOF
9109 rm -f conftest.$ac_objext conftest$ac_exeext
9110 if { (ac_try="$ac_link"
9111 case "(($ac_try" in
9112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9113 *) ac_try_echo=$ac_try;;
9114 esac
9115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9116 (eval "$ac_link") 2>conftest.er1
9117 ac_status=$?
9118 grep -v '^ *+' conftest.er1 >conftest.err
9119 rm -f conftest.er1
9120 cat conftest.err >&5
9121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9122 (exit $ac_status); } && {
9123 test -z "$ac_c_werror_flag" ||
9124 test ! -s conftest.err
9125 } && test -s conftest$ac_exeext &&
9126 $as_test_x conftest$ac_exeext; then
9127 eval "$as_ac_var=yes"
9128 else
9129 echo "$as_me: failed program was:" >&5
9130 sed 's/^/| /' conftest.$ac_ext >&5
9132 eval "$as_ac_var=no"
9135 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9136 conftest$ac_exeext conftest.$ac_ext
9137 CFLAGS=$ac_wine_try_cflags_saved
9139 ac_res=`eval echo '${'$as_ac_var'}'`
9140 { echo "$as_me:$LINENO: result: $ac_res" >&5
9141 echo "${ECHO_T}$ac_res" >&6; }
9142 if test `eval echo '${'$as_ac_var'}'` = yes; then
9143 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9144 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9145 else
9146 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9147 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9148 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9149 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9150 echo $ECHO_N "(cached) $ECHO_C" >&6
9151 else
9152 ac_wine_try_cflags_saved=$CFLAGS
9153 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9154 cat >conftest.$ac_ext <<_ACEOF
9155 /* confdefs.h. */
9156 _ACEOF
9157 cat confdefs.h >>conftest.$ac_ext
9158 cat >>conftest.$ac_ext <<_ACEOF
9159 /* end confdefs.h. */
9162 main ()
9166 return 0;
9168 _ACEOF
9169 rm -f conftest.$ac_objext conftest$ac_exeext
9170 if { (ac_try="$ac_link"
9171 case "(($ac_try" in
9172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9173 *) ac_try_echo=$ac_try;;
9174 esac
9175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9176 (eval "$ac_link") 2>conftest.er1
9177 ac_status=$?
9178 grep -v '^ *+' conftest.er1 >conftest.err
9179 rm -f conftest.er1
9180 cat conftest.err >&5
9181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9182 (exit $ac_status); } && {
9183 test -z "$ac_c_werror_flag" ||
9184 test ! -s conftest.err
9185 } && test -s conftest$ac_exeext &&
9186 $as_test_x conftest$ac_exeext; then
9187 eval "$as_ac_var=yes"
9188 else
9189 echo "$as_me: failed program was:" >&5
9190 sed 's/^/| /' conftest.$ac_ext >&5
9192 eval "$as_ac_var=no"
9195 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9196 conftest$ac_exeext conftest.$ac_ext
9197 CFLAGS=$ac_wine_try_cflags_saved
9199 ac_res=`eval echo '${'$as_ac_var'}'`
9200 { echo "$as_me:$LINENO: result: $ac_res" >&5
9201 echo "${ECHO_T}$ac_res" >&6; }
9202 if test `eval echo '${'$as_ac_var'}'` = yes; then
9203 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9204 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9210 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9211 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9212 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9213 echo $ECHO_N "(cached) $ECHO_C" >&6
9214 else
9215 ac_wine_try_cflags_saved=$CFLAGS
9216 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9217 cat >conftest.$ac_ext <<_ACEOF
9218 /* confdefs.h. */
9219 _ACEOF
9220 cat confdefs.h >>conftest.$ac_ext
9221 cat >>conftest.$ac_ext <<_ACEOF
9222 /* end confdefs.h. */
9225 main ()
9229 return 0;
9231 _ACEOF
9232 rm -f conftest.$ac_objext conftest$ac_exeext
9233 if { (ac_try="$ac_link"
9234 case "(($ac_try" in
9235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9236 *) ac_try_echo=$ac_try;;
9237 esac
9238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9239 (eval "$ac_link") 2>conftest.er1
9240 ac_status=$?
9241 grep -v '^ *+' conftest.er1 >conftest.err
9242 rm -f conftest.er1
9243 cat conftest.err >&5
9244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9245 (exit $ac_status); } && {
9246 test -z "$ac_c_werror_flag" ||
9247 test ! -s conftest.err
9248 } && test -s conftest$ac_exeext &&
9249 $as_test_x conftest$ac_exeext; then
9250 ac_cv_cflags__Wl___enable_new_dtags=yes
9251 else
9252 echo "$as_me: failed program was:" >&5
9253 sed 's/^/| /' conftest.$ac_ext >&5
9255 ac_cv_cflags__Wl___enable_new_dtags=no
9258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9259 conftest$ac_exeext conftest.$ac_ext
9260 CFLAGS=$ac_wine_try_cflags_saved
9262 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9263 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9264 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9265 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9269 case $host_cpu in
9270 *i[3456789]86* | x86_64)
9271 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9272 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9273 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9274 echo $ECHO_N "(cached) $ECHO_C" >&6
9275 else
9276 ac_wine_try_cflags_saved=$CFLAGS
9277 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9278 cat >conftest.$ac_ext <<_ACEOF
9279 /* confdefs.h. */
9280 _ACEOF
9281 cat confdefs.h >>conftest.$ac_ext
9282 cat >>conftest.$ac_ext <<_ACEOF
9283 /* end confdefs.h. */
9286 main ()
9290 return 0;
9292 _ACEOF
9293 rm -f conftest.$ac_objext conftest$ac_exeext
9294 if { (ac_try="$ac_link"
9295 case "(($ac_try" in
9296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9297 *) ac_try_echo=$ac_try;;
9298 esac
9299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9300 (eval "$ac_link") 2>conftest.er1
9301 ac_status=$?
9302 grep -v '^ *+' conftest.er1 >conftest.err
9303 rm -f conftest.er1
9304 cat conftest.err >&5
9305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9306 (exit $ac_status); } && {
9307 test -z "$ac_c_werror_flag" ||
9308 test ! -s conftest.err
9309 } && test -s conftest$ac_exeext &&
9310 $as_test_x conftest$ac_exeext; then
9311 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9312 else
9313 echo "$as_me: failed program was:" >&5
9314 sed 's/^/| /' conftest.$ac_ext >&5
9316 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9320 conftest$ac_exeext conftest.$ac_ext
9321 CFLAGS=$ac_wine_try_cflags_saved
9323 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9324 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9325 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9326 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9330 esac
9332 else
9333 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9334 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9335 if test "${ac_cv_c_dll_unixware+set}" = set; then
9336 echo $ECHO_N "(cached) $ECHO_C" >&6
9337 else
9338 ac_wine_try_cflags_saved=$CFLAGS
9339 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9340 cat >conftest.$ac_ext <<_ACEOF
9341 void myfunc() {}
9342 _ACEOF
9343 rm -f conftest.$ac_objext conftest$ac_exeext
9344 if { (ac_try="$ac_link"
9345 case "(($ac_try" in
9346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9347 *) ac_try_echo=$ac_try;;
9348 esac
9349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9350 (eval "$ac_link") 2>conftest.er1
9351 ac_status=$?
9352 grep -v '^ *+' conftest.er1 >conftest.err
9353 rm -f conftest.er1
9354 cat conftest.err >&5
9355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9356 (exit $ac_status); } && {
9357 test -z "$ac_c_werror_flag" ||
9358 test ! -s conftest.err
9359 } && test -s conftest$ac_exeext &&
9360 $as_test_x conftest$ac_exeext; then
9361 ac_cv_c_dll_unixware="yes"
9362 else
9363 echo "$as_me: failed program was:" >&5
9364 sed 's/^/| /' conftest.$ac_ext >&5
9366 ac_cv_c_dll_unixware="no"
9369 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9370 conftest$ac_exeext conftest.$ac_ext
9371 CFLAGS=$ac_wine_try_cflags_saved
9373 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9374 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9375 if test "$ac_cv_c_dll_unixware" = "yes"
9376 then
9377 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9378 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9380 else
9381 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9382 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9383 if test "${ac_cv_c_dll_hpux+set}" = set; then
9384 echo $ECHO_N "(cached) $ECHO_C" >&6
9385 else
9386 ac_wine_try_cflags_saved=$CFLAGS
9387 CFLAGS="$CFLAGS -shared"
9388 cat >conftest.$ac_ext <<_ACEOF
9389 void myfunc() {}
9390 _ACEOF
9391 rm -f conftest.$ac_objext conftest$ac_exeext
9392 if { (ac_try="$ac_link"
9393 case "(($ac_try" in
9394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9395 *) ac_try_echo=$ac_try;;
9396 esac
9397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9398 (eval "$ac_link") 2>conftest.er1
9399 ac_status=$?
9400 grep -v '^ *+' conftest.er1 >conftest.err
9401 rm -f conftest.er1
9402 cat conftest.err >&5
9403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9404 (exit $ac_status); } && {
9405 test -z "$ac_c_werror_flag" ||
9406 test ! -s conftest.err
9407 } && test -s conftest$ac_exeext &&
9408 $as_test_x conftest$ac_exeext; then
9409 ac_cv_c_dll_hpux="yes"
9410 else
9411 echo "$as_me: failed program was:" >&5
9412 sed 's/^/| /' conftest.$ac_ext >&5
9414 ac_cv_c_dll_hpux="no"
9417 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9418 conftest$ac_exeext conftest.$ac_ext
9419 CFLAGS=$ac_wine_try_cflags_saved
9421 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9422 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9423 if test "$ac_cv_c_dll_hpux" = "yes"
9424 then
9425 LIBEXT="sl"
9426 DLLEXT=".sl"
9427 LDDLLFLAGS="-shared -fPIC"
9428 LDSHARED="\$(CC) -shared"
9433 esac
9435 enable_winequartz_drv=${enable_winequartz_drv:-no}
9437 if test "$LIBEXT" = "a"; then
9438 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9439 It is currently not possible to build Wine without shared library
9440 (.so) support to allow transparent switch between .so and .dll files.
9441 If you are using Linux, you will need a newer binutils.
9442 " >&5
9443 echo "$as_me: error: could not find a way to build shared libraries.
9444 It is currently not possible to build Wine without shared library
9445 (.so) support to allow transparent switch between .so and .dll files.
9446 If you are using Linux, you will need a newer binutils.
9447 " >&2;}
9448 { (exit 1); exit 1; }; }
9451 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9452 then
9453 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
9455 # Extract the first word of "$ac_prog", so it can be a program name with args.
9456 set dummy $ac_prog; ac_word=$2
9457 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9458 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9459 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9460 echo $ECHO_N "(cached) $ECHO_C" >&6
9461 else
9462 if test -n "$CROSSCC"; then
9463 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9464 else
9465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9466 for as_dir in $PATH
9468 IFS=$as_save_IFS
9469 test -z "$as_dir" && as_dir=.
9470 for ac_exec_ext in '' $ac_executable_extensions; do
9471 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9472 ac_cv_prog_CROSSCC="$ac_prog"
9473 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9474 break 2
9476 done
9477 done
9478 IFS=$as_save_IFS
9482 CROSSCC=$ac_cv_prog_CROSSCC
9483 if test -n "$CROSSCC"; then
9484 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9485 echo "${ECHO_T}$CROSSCC" >&6; }
9486 else
9487 { echo "$as_me:$LINENO: result: no" >&5
9488 echo "${ECHO_T}no" >&6; }
9492 test -n "$CROSSCC" && break
9493 done
9494 test -n "$CROSSCC" || CROSSCC="false"
9496 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
9498 # Extract the first word of "$ac_prog", so it can be a program name with args.
9499 set dummy $ac_prog; ac_word=$2
9500 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9501 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9502 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9503 echo $ECHO_N "(cached) $ECHO_C" >&6
9504 else
9505 if test -n "$DLLTOOL"; then
9506 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9507 else
9508 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9509 for as_dir in $PATH
9511 IFS=$as_save_IFS
9512 test -z "$as_dir" && as_dir=.
9513 for ac_exec_ext in '' $ac_executable_extensions; do
9514 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9515 ac_cv_prog_DLLTOOL="$ac_prog"
9516 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9517 break 2
9519 done
9520 done
9521 IFS=$as_save_IFS
9525 DLLTOOL=$ac_cv_prog_DLLTOOL
9526 if test -n "$DLLTOOL"; then
9527 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9528 echo "${ECHO_T}$DLLTOOL" >&6; }
9529 else
9530 { echo "$as_me:$LINENO: result: no" >&5
9531 echo "${ECHO_T}no" >&6; }
9535 test -n "$DLLTOOL" && break
9536 done
9537 test -n "$DLLTOOL" || DLLTOOL="false"
9539 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
9541 # Extract the first word of "$ac_prog", so it can be a program name with args.
9542 set dummy $ac_prog; ac_word=$2
9543 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9544 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9545 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9546 echo $ECHO_N "(cached) $ECHO_C" >&6
9547 else
9548 if test -n "$CROSSWINDRES"; then
9549 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9550 else
9551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9552 for as_dir in $PATH
9554 IFS=$as_save_IFS
9555 test -z "$as_dir" && as_dir=.
9556 for ac_exec_ext in '' $ac_executable_extensions; do
9557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9558 ac_cv_prog_CROSSWINDRES="$ac_prog"
9559 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9560 break 2
9562 done
9563 done
9564 IFS=$as_save_IFS
9568 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9569 if test -n "$CROSSWINDRES"; then
9570 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9571 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9572 else
9573 { echo "$as_me:$LINENO: result: no" >&5
9574 echo "${ECHO_T}no" >&6; }
9578 test -n "$CROSSWINDRES" && break
9579 done
9580 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9582 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
9584 # Extract the first word of "$ac_prog", so it can be a program name with args.
9585 set dummy $ac_prog; ac_word=$2
9586 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9587 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9588 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9589 echo $ECHO_N "(cached) $ECHO_C" >&6
9590 else
9591 if test -n "$MINGWAR"; then
9592 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9593 else
9594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9595 for as_dir in $PATH
9597 IFS=$as_save_IFS
9598 test -z "$as_dir" && as_dir=.
9599 for ac_exec_ext in '' $ac_executable_extensions; do
9600 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9601 ac_cv_prog_MINGWAR="$ac_prog"
9602 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9603 break 2
9605 done
9606 done
9607 IFS=$as_save_IFS
9611 MINGWAR=$ac_cv_prog_MINGWAR
9612 if test -n "$MINGWAR"; then
9613 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9614 echo "${ECHO_T}$MINGWAR" >&6; }
9615 else
9616 { echo "$as_me:$LINENO: result: no" >&5
9617 echo "${ECHO_T}no" >&6; }
9621 test -n "$MINGWAR" && break
9622 done
9623 test -n "$MINGWAR" || MINGWAR="false"
9625 if test "$CROSSCC" != "false"
9626 then
9627 CROSSTEST="\$(CROSSTEST)"
9633 if test "$have_x" = "yes"
9634 then
9635 XLIB="-lXext -lX11"
9636 ac_save_CPPFLAGS="$CPPFLAGS"
9637 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9639 { echo "$as_me:$LINENO: checking for -lX11" >&5
9640 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9641 if test "${ac_cv_lib_soname_X11+set}" = set; then
9642 echo $ECHO_N "(cached) $ECHO_C" >&6
9643 else
9644 ac_check_soname_save_LIBS=$LIBS
9645 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9646 cat >conftest.$ac_ext <<_ACEOF
9647 /* confdefs.h. */
9648 _ACEOF
9649 cat confdefs.h >>conftest.$ac_ext
9650 cat >>conftest.$ac_ext <<_ACEOF
9651 /* end confdefs.h. */
9653 /* Override any GCC internal prototype to avoid an error.
9654 Use char because int might match the return type of a GCC
9655 builtin and then its argument prototype would still apply. */
9656 #ifdef __cplusplus
9657 extern "C"
9658 #endif
9659 char XCreateWindow ();
9661 main ()
9663 return XCreateWindow ();
9665 return 0;
9667 _ACEOF
9668 rm -f conftest.$ac_objext conftest$ac_exeext
9669 if { (ac_try="$ac_link"
9670 case "(($ac_try" in
9671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9672 *) ac_try_echo=$ac_try;;
9673 esac
9674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9675 (eval "$ac_link") 2>conftest.er1
9676 ac_status=$?
9677 grep -v '^ *+' conftest.er1 >conftest.err
9678 rm -f conftest.er1
9679 cat conftest.err >&5
9680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9681 (exit $ac_status); } && {
9682 test -z "$ac_c_werror_flag" ||
9683 test ! -s conftest.err
9684 } && test -s conftest$ac_exeext &&
9685 $as_test_x conftest$ac_exeext; then
9686 case "$LIBEXT" in
9687 dll) ;;
9688 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'` ;;
9689 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9690 esac
9691 else
9692 echo "$as_me: failed program was:" >&5
9693 sed 's/^/| /' conftest.$ac_ext >&5
9698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9699 conftest$ac_exeext conftest.$ac_ext
9700 LIBS=$ac_check_soname_save_LIBS
9702 if test "x$ac_cv_lib_soname_X11" = "x"; then
9703 { echo "$as_me:$LINENO: result: not found" >&5
9704 echo "${ECHO_T}not found" >&6; }
9706 else
9707 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9708 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9710 cat >>confdefs.h <<_ACEOF
9711 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9712 _ACEOF
9717 { echo "$as_me:$LINENO: checking for -lXext" >&5
9718 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9719 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9720 echo $ECHO_N "(cached) $ECHO_C" >&6
9721 else
9722 ac_check_soname_save_LIBS=$LIBS
9723 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9724 cat >conftest.$ac_ext <<_ACEOF
9725 /* confdefs.h. */
9726 _ACEOF
9727 cat confdefs.h >>conftest.$ac_ext
9728 cat >>conftest.$ac_ext <<_ACEOF
9729 /* end confdefs.h. */
9731 /* Override any GCC internal prototype to avoid an error.
9732 Use char because int might match the return type of a GCC
9733 builtin and then its argument prototype would still apply. */
9734 #ifdef __cplusplus
9735 extern "C"
9736 #endif
9737 char XextCreateExtension ();
9739 main ()
9741 return XextCreateExtension ();
9743 return 0;
9745 _ACEOF
9746 rm -f conftest.$ac_objext conftest$ac_exeext
9747 if { (ac_try="$ac_link"
9748 case "(($ac_try" in
9749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9750 *) ac_try_echo=$ac_try;;
9751 esac
9752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9753 (eval "$ac_link") 2>conftest.er1
9754 ac_status=$?
9755 grep -v '^ *+' conftest.er1 >conftest.err
9756 rm -f conftest.er1
9757 cat conftest.err >&5
9758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9759 (exit $ac_status); } && {
9760 test -z "$ac_c_werror_flag" ||
9761 test ! -s conftest.err
9762 } && test -s conftest$ac_exeext &&
9763 $as_test_x conftest$ac_exeext; then
9764 case "$LIBEXT" in
9765 dll) ;;
9766 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'` ;;
9767 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9768 esac
9769 else
9770 echo "$as_me: failed program was:" >&5
9771 sed 's/^/| /' conftest.$ac_ext >&5
9776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9777 conftest$ac_exeext conftest.$ac_ext
9778 LIBS=$ac_check_soname_save_LIBS
9780 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9781 { echo "$as_me:$LINENO: result: not found" >&5
9782 echo "${ECHO_T}not found" >&6; }
9784 else
9785 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9786 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9788 cat >>confdefs.h <<_ACEOF
9789 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9790 _ACEOF
9808 for ac_header in X11/Xlib.h \
9809 X11/XKBlib.h \
9810 X11/Xutil.h \
9811 X11/Xcursor/Xcursor.h \
9812 X11/extensions/shape.h \
9813 X11/extensions/XInput.h \
9814 X11/extensions/XShm.h \
9815 X11/extensions/Xcomposite.h \
9816 X11/extensions/Xinerama.h \
9817 X11/extensions/Xrandr.h \
9818 X11/extensions/Xrender.h \
9819 X11/extensions/xf86vmode.h
9821 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9822 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9823 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9824 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9825 echo $ECHO_N "(cached) $ECHO_C" >&6
9826 else
9827 cat >conftest.$ac_ext <<_ACEOF
9828 /* confdefs.h. */
9829 _ACEOF
9830 cat confdefs.h >>conftest.$ac_ext
9831 cat >>conftest.$ac_ext <<_ACEOF
9832 /* end confdefs.h. */
9833 #ifdef HAVE_X11_XLIB_H
9834 # include <X11/Xlib.h>
9835 #endif
9836 #ifdef HAVE_X11_XUTIL_H
9837 # include <X11/Xutil.h>
9838 #endif
9840 #include <$ac_header>
9841 _ACEOF
9842 rm -f conftest.$ac_objext
9843 if { (ac_try="$ac_compile"
9844 case "(($ac_try" in
9845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9846 *) ac_try_echo=$ac_try;;
9847 esac
9848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9849 (eval "$ac_compile") 2>conftest.er1
9850 ac_status=$?
9851 grep -v '^ *+' conftest.er1 >conftest.err
9852 rm -f conftest.er1
9853 cat conftest.err >&5
9854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9855 (exit $ac_status); } && {
9856 test -z "$ac_c_werror_flag" ||
9857 test ! -s conftest.err
9858 } && test -s conftest.$ac_objext; then
9859 eval "$as_ac_Header=yes"
9860 else
9861 echo "$as_me: failed program was:" >&5
9862 sed 's/^/| /' conftest.$ac_ext >&5
9864 eval "$as_ac_Header=no"
9867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9869 ac_res=`eval echo '${'$as_ac_Header'}'`
9870 { echo "$as_me:$LINENO: result: $ac_res" >&5
9871 echo "${ECHO_T}$ac_res" >&6; }
9872 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9873 cat >>confdefs.h <<_ACEOF
9874 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9875 _ACEOF
9879 done
9882 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9883 then
9884 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9885 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9886 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9887 echo $ECHO_N "(cached) $ECHO_C" >&6
9888 else
9889 ac_check_lib_save_LIBS=$LIBS
9890 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9891 cat >conftest.$ac_ext <<_ACEOF
9892 /* confdefs.h. */
9893 _ACEOF
9894 cat confdefs.h >>conftest.$ac_ext
9895 cat >>conftest.$ac_ext <<_ACEOF
9896 /* end confdefs.h. */
9898 /* Override any GCC internal prototype to avoid an error.
9899 Use char because int might match the return type of a GCC
9900 builtin and then its argument prototype would still apply. */
9901 #ifdef __cplusplus
9902 extern "C"
9903 #endif
9904 char XkbQueryExtension ();
9906 main ()
9908 return XkbQueryExtension ();
9910 return 0;
9912 _ACEOF
9913 rm -f conftest.$ac_objext conftest$ac_exeext
9914 if { (ac_try="$ac_link"
9915 case "(($ac_try" in
9916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9917 *) ac_try_echo=$ac_try;;
9918 esac
9919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9920 (eval "$ac_link") 2>conftest.er1
9921 ac_status=$?
9922 grep -v '^ *+' conftest.er1 >conftest.err
9923 rm -f conftest.er1
9924 cat conftest.err >&5
9925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9926 (exit $ac_status); } && {
9927 test -z "$ac_c_werror_flag" ||
9928 test ! -s conftest.err
9929 } && test -s conftest$ac_exeext &&
9930 $as_test_x conftest$ac_exeext; then
9931 ac_cv_lib_X11_XkbQueryExtension=yes
9932 else
9933 echo "$as_me: failed program was:" >&5
9934 sed 's/^/| /' conftest.$ac_ext >&5
9936 ac_cv_lib_X11_XkbQueryExtension=no
9939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9940 conftest$ac_exeext conftest.$ac_ext
9941 LIBS=$ac_check_lib_save_LIBS
9943 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9944 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9945 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9947 cat >>confdefs.h <<\_ACEOF
9948 #define HAVE_XKB 1
9949 _ACEOF
9955 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9956 then
9957 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9958 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9959 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9960 echo $ECHO_N "(cached) $ECHO_C" >&6
9961 else
9962 ac_check_soname_save_LIBS=$LIBS
9963 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9964 cat >conftest.$ac_ext <<_ACEOF
9965 /* confdefs.h. */
9966 _ACEOF
9967 cat confdefs.h >>conftest.$ac_ext
9968 cat >>conftest.$ac_ext <<_ACEOF
9969 /* end confdefs.h. */
9971 /* Override any GCC internal prototype to avoid an error.
9972 Use char because int might match the return type of a GCC
9973 builtin and then its argument prototype would still apply. */
9974 #ifdef __cplusplus
9975 extern "C"
9976 #endif
9977 char XcursorImageLoadCursor ();
9979 main ()
9981 return XcursorImageLoadCursor ();
9983 return 0;
9985 _ACEOF
9986 rm -f conftest.$ac_objext conftest$ac_exeext
9987 if { (ac_try="$ac_link"
9988 case "(($ac_try" in
9989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9990 *) ac_try_echo=$ac_try;;
9991 esac
9992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9993 (eval "$ac_link") 2>conftest.er1
9994 ac_status=$?
9995 grep -v '^ *+' conftest.er1 >conftest.err
9996 rm -f conftest.er1
9997 cat conftest.err >&5
9998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9999 (exit $ac_status); } && {
10000 test -z "$ac_c_werror_flag" ||
10001 test ! -s conftest.err
10002 } && test -s conftest$ac_exeext &&
10003 $as_test_x conftest$ac_exeext; then
10004 case "$LIBEXT" in
10005 dll) ;;
10006 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'` ;;
10007 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10008 esac
10009 else
10010 echo "$as_me: failed program was:" >&5
10011 sed 's/^/| /' conftest.$ac_ext >&5
10016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10017 conftest$ac_exeext conftest.$ac_ext
10018 LIBS=$ac_check_soname_save_LIBS
10020 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10021 { echo "$as_me:$LINENO: result: not found" >&5
10022 echo "${ECHO_T}not found" >&6; }
10024 else
10025 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10026 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10028 cat >>confdefs.h <<_ACEOF
10029 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10030 _ACEOF
10036 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10037 case "x$with_xcursor" in
10038 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10039 xno) ;;
10040 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10041 This is an error since --with-xcursor was requested." >&5
10042 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10043 This is an error since --with-xcursor was requested." >&2;}
10044 { (exit 1); exit 1; }; } ;;
10045 esac
10049 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10050 then
10051 { echo "$as_me:$LINENO: checking for -lXi" >&5
10052 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10053 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10054 echo $ECHO_N "(cached) $ECHO_C" >&6
10055 else
10056 ac_check_soname_save_LIBS=$LIBS
10057 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10058 cat >conftest.$ac_ext <<_ACEOF
10059 /* confdefs.h. */
10060 _ACEOF
10061 cat confdefs.h >>conftest.$ac_ext
10062 cat >>conftest.$ac_ext <<_ACEOF
10063 /* end confdefs.h. */
10065 /* Override any GCC internal prototype to avoid an error.
10066 Use char because int might match the return type of a GCC
10067 builtin and then its argument prototype would still apply. */
10068 #ifdef __cplusplus
10069 extern "C"
10070 #endif
10071 char XOpenDevice ();
10073 main ()
10075 return XOpenDevice ();
10077 return 0;
10079 _ACEOF
10080 rm -f conftest.$ac_objext conftest$ac_exeext
10081 if { (ac_try="$ac_link"
10082 case "(($ac_try" in
10083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10084 *) ac_try_echo=$ac_try;;
10085 esac
10086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10087 (eval "$ac_link") 2>conftest.er1
10088 ac_status=$?
10089 grep -v '^ *+' conftest.er1 >conftest.err
10090 rm -f conftest.er1
10091 cat conftest.err >&5
10092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10093 (exit $ac_status); } && {
10094 test -z "$ac_c_werror_flag" ||
10095 test ! -s conftest.err
10096 } && test -s conftest$ac_exeext &&
10097 $as_test_x conftest$ac_exeext; then
10098 case "$LIBEXT" in
10099 dll) ;;
10100 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'` ;;
10101 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10102 esac
10103 else
10104 echo "$as_me: failed program was:" >&5
10105 sed 's/^/| /' conftest.$ac_ext >&5
10110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10111 conftest$ac_exeext conftest.$ac_ext
10112 LIBS=$ac_check_soname_save_LIBS
10114 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10115 { echo "$as_me:$LINENO: result: not found" >&5
10116 echo "${ECHO_T}not found" >&6; }
10118 else
10119 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10120 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10122 cat >>confdefs.h <<_ACEOF
10123 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10124 _ACEOF
10130 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10131 case "x$with_xinput" in
10132 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10133 xno) ;;
10134 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10135 This is an error since --with-xinput was requested." >&5
10136 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10137 This is an error since --with-xinput was requested." >&2;}
10138 { (exit 1); exit 1; }; } ;;
10139 esac
10143 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10144 then
10145 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10146 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10147 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10148 echo $ECHO_N "(cached) $ECHO_C" >&6
10149 else
10150 ac_check_lib_save_LIBS=$LIBS
10151 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10152 cat >conftest.$ac_ext <<_ACEOF
10153 /* confdefs.h. */
10154 _ACEOF
10155 cat confdefs.h >>conftest.$ac_ext
10156 cat >>conftest.$ac_ext <<_ACEOF
10157 /* end confdefs.h. */
10159 /* Override any GCC internal prototype to avoid an error.
10160 Use char because int might match the return type of a GCC
10161 builtin and then its argument prototype would still apply. */
10162 #ifdef __cplusplus
10163 extern "C"
10164 #endif
10165 char XShmQueryExtension ();
10167 main ()
10169 return XShmQueryExtension ();
10171 return 0;
10173 _ACEOF
10174 rm -f conftest.$ac_objext conftest$ac_exeext
10175 if { (ac_try="$ac_link"
10176 case "(($ac_try" in
10177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10178 *) ac_try_echo=$ac_try;;
10179 esac
10180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10181 (eval "$ac_link") 2>conftest.er1
10182 ac_status=$?
10183 grep -v '^ *+' conftest.er1 >conftest.err
10184 rm -f conftest.er1
10185 cat conftest.err >&5
10186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10187 (exit $ac_status); } && {
10188 test -z "$ac_c_werror_flag" ||
10189 test ! -s conftest.err
10190 } && test -s conftest$ac_exeext &&
10191 $as_test_x conftest$ac_exeext; then
10192 ac_cv_lib_Xext_XShmQueryExtension=yes
10193 else
10194 echo "$as_me: failed program was:" >&5
10195 sed 's/^/| /' conftest.$ac_ext >&5
10197 ac_cv_lib_Xext_XShmQueryExtension=no
10200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10201 conftest$ac_exeext conftest.$ac_ext
10202 LIBS=$ac_check_lib_save_LIBS
10204 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10205 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10206 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10208 cat >>confdefs.h <<\_ACEOF
10209 #define HAVE_LIBXXSHM 1
10210 _ACEOF
10215 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10216 case "x$with_xshm" in
10217 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10218 xno) ;;
10219 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10220 This is an error since --with-xshm was requested." >&5
10221 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10222 This is an error since --with-xshm was requested." >&2;}
10223 { (exit 1); exit 1; }; } ;;
10224 esac
10228 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10229 then
10230 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10231 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10232 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10233 echo $ECHO_N "(cached) $ECHO_C" >&6
10234 else
10235 ac_check_lib_save_LIBS=$LIBS
10236 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10237 cat >conftest.$ac_ext <<_ACEOF
10238 /* confdefs.h. */
10239 _ACEOF
10240 cat confdefs.h >>conftest.$ac_ext
10241 cat >>conftest.$ac_ext <<_ACEOF
10242 /* end confdefs.h. */
10244 /* Override any GCC internal prototype to avoid an error.
10245 Use char because int might match the return type of a GCC
10246 builtin and then its argument prototype would still apply. */
10247 #ifdef __cplusplus
10248 extern "C"
10249 #endif
10250 char XShapeQueryExtension ();
10252 main ()
10254 return XShapeQueryExtension ();
10256 return 0;
10258 _ACEOF
10259 rm -f conftest.$ac_objext conftest$ac_exeext
10260 if { (ac_try="$ac_link"
10261 case "(($ac_try" in
10262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10263 *) ac_try_echo=$ac_try;;
10264 esac
10265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10266 (eval "$ac_link") 2>conftest.er1
10267 ac_status=$?
10268 grep -v '^ *+' conftest.er1 >conftest.err
10269 rm -f conftest.er1
10270 cat conftest.err >&5
10271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10272 (exit $ac_status); } && {
10273 test -z "$ac_c_werror_flag" ||
10274 test ! -s conftest.err
10275 } && test -s conftest$ac_exeext &&
10276 $as_test_x conftest$ac_exeext; then
10277 ac_cv_lib_Xext_XShapeQueryExtension=yes
10278 else
10279 echo "$as_me: failed program was:" >&5
10280 sed 's/^/| /' conftest.$ac_ext >&5
10282 ac_cv_lib_Xext_XShapeQueryExtension=no
10285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10286 conftest$ac_exeext conftest.$ac_ext
10287 LIBS=$ac_check_lib_save_LIBS
10289 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10290 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10291 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10293 cat >>confdefs.h <<\_ACEOF
10294 #define HAVE_LIBXSHAPE 1
10295 _ACEOF
10300 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10301 case "x$with_xshape" in
10302 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10303 xno) ;;
10304 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10305 This is an error since --with-xshape was requested." >&5
10306 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10307 This is an error since --with-xshape was requested." >&2;}
10308 { (exit 1); exit 1; }; } ;;
10309 esac
10313 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10314 then
10315 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10316 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10317 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10318 echo $ECHO_N "(cached) $ECHO_C" >&6
10319 else
10320 ac_check_soname_save_LIBS=$LIBS
10321 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10322 cat >conftest.$ac_ext <<_ACEOF
10323 /* confdefs.h. */
10324 _ACEOF
10325 cat confdefs.h >>conftest.$ac_ext
10326 cat >>conftest.$ac_ext <<_ACEOF
10327 /* end confdefs.h. */
10329 /* Override any GCC internal prototype to avoid an error.
10330 Use char because int might match the return type of a GCC
10331 builtin and then its argument prototype would still apply. */
10332 #ifdef __cplusplus
10333 extern "C"
10334 #endif
10335 char XF86VidModeQueryExtension ();
10337 main ()
10339 return XF86VidModeQueryExtension ();
10341 return 0;
10343 _ACEOF
10344 rm -f conftest.$ac_objext conftest$ac_exeext
10345 if { (ac_try="$ac_link"
10346 case "(($ac_try" in
10347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10348 *) ac_try_echo=$ac_try;;
10349 esac
10350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10351 (eval "$ac_link") 2>conftest.er1
10352 ac_status=$?
10353 grep -v '^ *+' conftest.er1 >conftest.err
10354 rm -f conftest.er1
10355 cat conftest.err >&5
10356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10357 (exit $ac_status); } && {
10358 test -z "$ac_c_werror_flag" ||
10359 test ! -s conftest.err
10360 } && test -s conftest$ac_exeext &&
10361 $as_test_x conftest$ac_exeext; then
10362 case "$LIBEXT" in
10363 dll) ;;
10364 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'` ;;
10365 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10366 esac
10367 else
10368 echo "$as_me: failed program was:" >&5
10369 sed 's/^/| /' conftest.$ac_ext >&5
10374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10375 conftest$ac_exeext conftest.$ac_ext
10376 LIBS=$ac_check_soname_save_LIBS
10378 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10379 { echo "$as_me:$LINENO: result: not found" >&5
10380 echo "${ECHO_T}not found" >&6; }
10382 else
10383 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10384 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10386 cat >>confdefs.h <<_ACEOF
10387 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10388 _ACEOF
10394 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10395 case "x$with_xxf86vm" in
10396 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10397 xno) ;;
10398 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10399 This is an error since --with-xxf86vm was requested." >&5
10400 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10401 This is an error since --with-xxf86vm was requested." >&2;}
10402 { (exit 1); exit 1; }; } ;;
10403 esac
10407 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"
10408 then
10409 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10410 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10411 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10412 echo $ECHO_N "(cached) $ECHO_C" >&6
10413 else
10414 ac_check_soname_save_LIBS=$LIBS
10415 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10416 cat >conftest.$ac_ext <<_ACEOF
10417 /* confdefs.h. */
10418 _ACEOF
10419 cat confdefs.h >>conftest.$ac_ext
10420 cat >>conftest.$ac_ext <<_ACEOF
10421 /* end confdefs.h. */
10423 /* Override any GCC internal prototype to avoid an error.
10424 Use char because int might match the return type of a GCC
10425 builtin and then its argument prototype would still apply. */
10426 #ifdef __cplusplus
10427 extern "C"
10428 #endif
10429 char XRenderQueryExtension ();
10431 main ()
10433 return XRenderQueryExtension ();
10435 return 0;
10437 _ACEOF
10438 rm -f conftest.$ac_objext conftest$ac_exeext
10439 if { (ac_try="$ac_link"
10440 case "(($ac_try" in
10441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10442 *) ac_try_echo=$ac_try;;
10443 esac
10444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10445 (eval "$ac_link") 2>conftest.er1
10446 ac_status=$?
10447 grep -v '^ *+' conftest.er1 >conftest.err
10448 rm -f conftest.er1
10449 cat conftest.err >&5
10450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10451 (exit $ac_status); } && {
10452 test -z "$ac_c_werror_flag" ||
10453 test ! -s conftest.err
10454 } && test -s conftest$ac_exeext &&
10455 $as_test_x conftest$ac_exeext; then
10456 case "$LIBEXT" in
10457 dll) ;;
10458 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'` ;;
10459 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10460 esac
10461 else
10462 echo "$as_me: failed program was:" >&5
10463 sed 's/^/| /' conftest.$ac_ext >&5
10468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10469 conftest$ac_exeext conftest.$ac_ext
10470 LIBS=$ac_check_soname_save_LIBS
10472 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10473 { echo "$as_me:$LINENO: result: not found" >&5
10474 echo "${ECHO_T}not found" >&6; }
10476 else
10477 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10478 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10480 cat >>confdefs.h <<_ACEOF
10481 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10482 _ACEOF
10484 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10485 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10486 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10487 echo $ECHO_N "(cached) $ECHO_C" >&6
10488 else
10489 ac_check_lib_save_LIBS=$LIBS
10490 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10491 cat >conftest.$ac_ext <<_ACEOF
10492 /* confdefs.h. */
10493 _ACEOF
10494 cat confdefs.h >>conftest.$ac_ext
10495 cat >>conftest.$ac_ext <<_ACEOF
10496 /* end confdefs.h. */
10498 /* Override any GCC internal prototype to avoid an error.
10499 Use char because int might match the return type of a GCC
10500 builtin and then its argument prototype would still apply. */
10501 #ifdef __cplusplus
10502 extern "C"
10503 #endif
10504 char XRenderSetPictureTransform ();
10506 main ()
10508 return XRenderSetPictureTransform ();
10510 return 0;
10512 _ACEOF
10513 rm -f conftest.$ac_objext conftest$ac_exeext
10514 if { (ac_try="$ac_link"
10515 case "(($ac_try" in
10516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10517 *) ac_try_echo=$ac_try;;
10518 esac
10519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10520 (eval "$ac_link") 2>conftest.er1
10521 ac_status=$?
10522 grep -v '^ *+' conftest.er1 >conftest.err
10523 rm -f conftest.er1
10524 cat conftest.err >&5
10525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10526 (exit $ac_status); } && {
10527 test -z "$ac_c_werror_flag" ||
10528 test ! -s conftest.err
10529 } && test -s conftest$ac_exeext &&
10530 $as_test_x conftest$ac_exeext; then
10531 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10532 else
10533 echo "$as_me: failed program was:" >&5
10534 sed 's/^/| /' conftest.$ac_ext >&5
10536 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10540 conftest$ac_exeext conftest.$ac_ext
10541 LIBS=$ac_check_lib_save_LIBS
10543 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10544 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10545 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10547 cat >>confdefs.h <<\_ACEOF
10548 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10549 _ACEOF
10557 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10558 case "x$with_xrender" in
10559 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10560 xno) ;;
10561 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10562 This is an error since --with-xrender was requested." >&5
10563 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10564 This is an error since --with-xrender was requested." >&2;}
10565 { (exit 1); exit 1; }; } ;;
10566 esac
10570 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10571 then
10572 cat >conftest.$ac_ext <<_ACEOF
10573 /* confdefs.h. */
10574 _ACEOF
10575 cat confdefs.h >>conftest.$ac_ext
10576 cat >>conftest.$ac_ext <<_ACEOF
10577 /* end confdefs.h. */
10578 #include <X11/Xlib.h>
10579 #include <X11/extensions/Xrandr.h>
10581 main ()
10583 static typeof(XRRSetScreenConfigAndRate) * func;
10585 return 0;
10587 _ACEOF
10588 rm -f conftest.$ac_objext
10589 if { (ac_try="$ac_compile"
10590 case "(($ac_try" in
10591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10592 *) ac_try_echo=$ac_try;;
10593 esac
10594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10595 (eval "$ac_compile") 2>conftest.er1
10596 ac_status=$?
10597 grep -v '^ *+' conftest.er1 >conftest.err
10598 rm -f conftest.er1
10599 cat conftest.err >&5
10600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10601 (exit $ac_status); } && {
10602 test -z "$ac_c_werror_flag" ||
10603 test ! -s conftest.err
10604 } && test -s conftest.$ac_objext; then
10605 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10606 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10607 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10608 echo $ECHO_N "(cached) $ECHO_C" >&6
10609 else
10610 ac_check_soname_save_LIBS=$LIBS
10611 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10612 cat >conftest.$ac_ext <<_ACEOF
10613 /* confdefs.h. */
10614 _ACEOF
10615 cat confdefs.h >>conftest.$ac_ext
10616 cat >>conftest.$ac_ext <<_ACEOF
10617 /* end confdefs.h. */
10619 /* Override any GCC internal prototype to avoid an error.
10620 Use char because int might match the return type of a GCC
10621 builtin and then its argument prototype would still apply. */
10622 #ifdef __cplusplus
10623 extern "C"
10624 #endif
10625 char XRRQueryExtension ();
10627 main ()
10629 return XRRQueryExtension ();
10631 return 0;
10633 _ACEOF
10634 rm -f conftest.$ac_objext conftest$ac_exeext
10635 if { (ac_try="$ac_link"
10636 case "(($ac_try" in
10637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10638 *) ac_try_echo=$ac_try;;
10639 esac
10640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10641 (eval "$ac_link") 2>conftest.er1
10642 ac_status=$?
10643 grep -v '^ *+' conftest.er1 >conftest.err
10644 rm -f conftest.er1
10645 cat conftest.err >&5
10646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10647 (exit $ac_status); } && {
10648 test -z "$ac_c_werror_flag" ||
10649 test ! -s conftest.err
10650 } && test -s conftest$ac_exeext &&
10651 $as_test_x conftest$ac_exeext; then
10652 case "$LIBEXT" in
10653 dll) ;;
10654 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'` ;;
10655 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10656 esac
10657 else
10658 echo "$as_me: failed program was:" >&5
10659 sed 's/^/| /' conftest.$ac_ext >&5
10664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10665 conftest$ac_exeext conftest.$ac_ext
10666 LIBS=$ac_check_soname_save_LIBS
10668 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10669 { echo "$as_me:$LINENO: result: not found" >&5
10670 echo "${ECHO_T}not found" >&6; }
10672 else
10673 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10674 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10676 cat >>confdefs.h <<_ACEOF
10677 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10678 _ACEOF
10683 else
10684 echo "$as_me: failed program was:" >&5
10685 sed 's/^/| /' conftest.$ac_ext >&5
10690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10692 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10693 case "x$with_xrandr" in
10694 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10695 xno) ;;
10696 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10697 This is an error since --with-xrandr was requested." >&5
10698 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10699 This is an error since --with-xrandr was requested." >&2;}
10700 { (exit 1); exit 1; }; } ;;
10701 esac
10705 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10706 then
10707 cat >conftest.$ac_ext <<_ACEOF
10708 /* confdefs.h. */
10709 _ACEOF
10710 cat confdefs.h >>conftest.$ac_ext
10711 cat >>conftest.$ac_ext <<_ACEOF
10712 /* end confdefs.h. */
10713 #include <X11/Xlib.h>
10714 #include <X11/extensions/Xinerama.h>
10716 main ()
10718 static typeof(XineramaQueryScreens) * func;
10720 return 0;
10722 _ACEOF
10723 rm -f conftest.$ac_objext
10724 if { (ac_try="$ac_compile"
10725 case "(($ac_try" in
10726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10727 *) ac_try_echo=$ac_try;;
10728 esac
10729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10730 (eval "$ac_compile") 2>conftest.er1
10731 ac_status=$?
10732 grep -v '^ *+' conftest.er1 >conftest.err
10733 rm -f conftest.er1
10734 cat conftest.err >&5
10735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10736 (exit $ac_status); } && {
10737 test -z "$ac_c_werror_flag" ||
10738 test ! -s conftest.err
10739 } && test -s conftest.$ac_objext; then
10740 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10741 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10742 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10743 echo $ECHO_N "(cached) $ECHO_C" >&6
10744 else
10745 ac_check_soname_save_LIBS=$LIBS
10746 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10747 cat >conftest.$ac_ext <<_ACEOF
10748 /* confdefs.h. */
10749 _ACEOF
10750 cat confdefs.h >>conftest.$ac_ext
10751 cat >>conftest.$ac_ext <<_ACEOF
10752 /* end confdefs.h. */
10754 /* Override any GCC internal prototype to avoid an error.
10755 Use char because int might match the return type of a GCC
10756 builtin and then its argument prototype would still apply. */
10757 #ifdef __cplusplus
10758 extern "C"
10759 #endif
10760 char XineramaQueryScreens ();
10762 main ()
10764 return XineramaQueryScreens ();
10766 return 0;
10768 _ACEOF
10769 rm -f conftest.$ac_objext conftest$ac_exeext
10770 if { (ac_try="$ac_link"
10771 case "(($ac_try" in
10772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10773 *) ac_try_echo=$ac_try;;
10774 esac
10775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10776 (eval "$ac_link") 2>conftest.er1
10777 ac_status=$?
10778 grep -v '^ *+' conftest.er1 >conftest.err
10779 rm -f conftest.er1
10780 cat conftest.err >&5
10781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10782 (exit $ac_status); } && {
10783 test -z "$ac_c_werror_flag" ||
10784 test ! -s conftest.err
10785 } && test -s conftest$ac_exeext &&
10786 $as_test_x conftest$ac_exeext; then
10787 case "$LIBEXT" in
10788 dll) ;;
10789 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'` ;;
10790 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10791 esac
10792 else
10793 echo "$as_me: failed program was:" >&5
10794 sed 's/^/| /' conftest.$ac_ext >&5
10799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10800 conftest$ac_exeext conftest.$ac_ext
10801 LIBS=$ac_check_soname_save_LIBS
10803 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10804 { echo "$as_me:$LINENO: result: not found" >&5
10805 echo "${ECHO_T}not found" >&6; }
10807 else
10808 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10809 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10811 cat >>confdefs.h <<_ACEOF
10812 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10813 _ACEOF
10818 else
10819 echo "$as_me: failed program was:" >&5
10820 sed 's/^/| /' conftest.$ac_ext >&5
10825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10827 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10828 case "x$with_xinerama" in
10829 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10830 xno) ;;
10831 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10832 This is an error since --with-xinerama was requested." >&5
10833 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10834 This is an error since --with-xinerama was requested." >&2;}
10835 { (exit 1); exit 1; }; } ;;
10836 esac
10840 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10841 then
10842 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10843 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10844 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10845 echo $ECHO_N "(cached) $ECHO_C" >&6
10846 else
10847 ac_check_soname_save_LIBS=$LIBS
10848 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10849 cat >conftest.$ac_ext <<_ACEOF
10850 /* confdefs.h. */
10851 _ACEOF
10852 cat confdefs.h >>conftest.$ac_ext
10853 cat >>conftest.$ac_ext <<_ACEOF
10854 /* end confdefs.h. */
10856 /* Override any GCC internal prototype to avoid an error.
10857 Use char because int might match the return type of a GCC
10858 builtin and then its argument prototype would still apply. */
10859 #ifdef __cplusplus
10860 extern "C"
10861 #endif
10862 char XCompositeRedirectWindow ();
10864 main ()
10866 return XCompositeRedirectWindow ();
10868 return 0;
10870 _ACEOF
10871 rm -f conftest.$ac_objext conftest$ac_exeext
10872 if { (ac_try="$ac_link"
10873 case "(($ac_try" in
10874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10875 *) ac_try_echo=$ac_try;;
10876 esac
10877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10878 (eval "$ac_link") 2>conftest.er1
10879 ac_status=$?
10880 grep -v '^ *+' conftest.er1 >conftest.err
10881 rm -f conftest.er1
10882 cat conftest.err >&5
10883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10884 (exit $ac_status); } && {
10885 test -z "$ac_c_werror_flag" ||
10886 test ! -s conftest.err
10887 } && test -s conftest$ac_exeext &&
10888 $as_test_x conftest$ac_exeext; then
10889 case "$LIBEXT" in
10890 dll) ;;
10891 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'` ;;
10892 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10893 esac
10894 else
10895 echo "$as_me: failed program was:" >&5
10896 sed 's/^/| /' conftest.$ac_ext >&5
10901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10902 conftest$ac_exeext conftest.$ac_ext
10903 LIBS=$ac_check_soname_save_LIBS
10905 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10906 { echo "$as_me:$LINENO: result: not found" >&5
10907 echo "${ECHO_T}not found" >&6; }
10909 else
10910 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10911 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10913 cat >>confdefs.h <<_ACEOF
10914 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10915 _ACEOF
10921 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10922 case "x$with_xcomposite" in
10923 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10924 xno) ;;
10925 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10926 This is an error since --with-xcomposite was requested." >&5
10927 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10928 This is an error since --with-xcomposite was requested." >&2;}
10929 { (exit 1); exit 1; }; } ;;
10930 esac
10934 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10935 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10936 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10937 echo $ECHO_N "(cached) $ECHO_C" >&6
10938 else
10939 cat >conftest.$ac_ext <<_ACEOF
10940 /* confdefs.h. */
10941 _ACEOF
10942 cat confdefs.h >>conftest.$ac_ext
10943 cat >>conftest.$ac_ext <<_ACEOF
10944 /* end confdefs.h. */
10945 #ifdef HAVE_X11_XLIB_H
10946 #include <X11/Xlib.h>
10947 #endif
10950 main ()
10952 static XICCallback ac_aggr;
10953 if (ac_aggr.callback)
10954 return 0;
10956 return 0;
10958 _ACEOF
10959 rm -f conftest.$ac_objext
10960 if { (ac_try="$ac_compile"
10961 case "(($ac_try" in
10962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10963 *) ac_try_echo=$ac_try;;
10964 esac
10965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10966 (eval "$ac_compile") 2>conftest.er1
10967 ac_status=$?
10968 grep -v '^ *+' conftest.er1 >conftest.err
10969 rm -f conftest.er1
10970 cat conftest.err >&5
10971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10972 (exit $ac_status); } && {
10973 test -z "$ac_c_werror_flag" ||
10974 test ! -s conftest.err
10975 } && test -s conftest.$ac_objext; then
10976 ac_cv_member_XICCallback_callback=yes
10977 else
10978 echo "$as_me: failed program was:" >&5
10979 sed 's/^/| /' conftest.$ac_ext >&5
10981 cat >conftest.$ac_ext <<_ACEOF
10982 /* confdefs.h. */
10983 _ACEOF
10984 cat confdefs.h >>conftest.$ac_ext
10985 cat >>conftest.$ac_ext <<_ACEOF
10986 /* end confdefs.h. */
10987 #ifdef HAVE_X11_XLIB_H
10988 #include <X11/Xlib.h>
10989 #endif
10992 main ()
10994 static XICCallback ac_aggr;
10995 if (sizeof ac_aggr.callback)
10996 return 0;
10998 return 0;
11000 _ACEOF
11001 rm -f conftest.$ac_objext
11002 if { (ac_try="$ac_compile"
11003 case "(($ac_try" in
11004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11005 *) ac_try_echo=$ac_try;;
11006 esac
11007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11008 (eval "$ac_compile") 2>conftest.er1
11009 ac_status=$?
11010 grep -v '^ *+' conftest.er1 >conftest.err
11011 rm -f conftest.er1
11012 cat conftest.err >&5
11013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11014 (exit $ac_status); } && {
11015 test -z "$ac_c_werror_flag" ||
11016 test ! -s conftest.err
11017 } && test -s conftest.$ac_objext; then
11018 ac_cv_member_XICCallback_callback=yes
11019 else
11020 echo "$as_me: failed program was:" >&5
11021 sed 's/^/| /' conftest.$ac_ext >&5
11023 ac_cv_member_XICCallback_callback=no
11026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11031 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11032 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11033 if test $ac_cv_member_XICCallback_callback = yes; then
11035 cat >>confdefs.h <<_ACEOF
11036 #define HAVE_XICCALLBACK_CALLBACK 1
11037 _ACEOF
11044 opengl_msg=""
11045 if test "x$with_opengl" != "xno"
11046 then
11051 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11053 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11054 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11055 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11057 echo $ECHO_N "(cached) $ECHO_C" >&6
11058 else
11059 cat >conftest.$ac_ext <<_ACEOF
11060 /* confdefs.h. */
11061 _ACEOF
11062 cat confdefs.h >>conftest.$ac_ext
11063 cat >>conftest.$ac_ext <<_ACEOF
11064 /* end confdefs.h. */
11065 #ifdef HAVE_GL_GLX_H
11066 # include <GL/glx.h>
11067 #endif
11069 #include <$ac_header>
11070 _ACEOF
11071 rm -f conftest.$ac_objext
11072 if { (ac_try="$ac_compile"
11073 case "(($ac_try" in
11074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11075 *) ac_try_echo=$ac_try;;
11076 esac
11077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11078 (eval "$ac_compile") 2>conftest.er1
11079 ac_status=$?
11080 grep -v '^ *+' conftest.er1 >conftest.err
11081 rm -f conftest.er1
11082 cat conftest.err >&5
11083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11084 (exit $ac_status); } && {
11085 test -z "$ac_c_werror_flag" ||
11086 test ! -s conftest.err
11087 } && test -s conftest.$ac_objext; then
11088 eval "$as_ac_Header=yes"
11089 else
11090 echo "$as_me: failed program was:" >&5
11091 sed 's/^/| /' conftest.$ac_ext >&5
11093 eval "$as_ac_Header=no"
11096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11098 ac_res=`eval echo '${'$as_ac_Header'}'`
11099 { echo "$as_me:$LINENO: result: $ac_res" >&5
11100 echo "${ECHO_T}$ac_res" >&6; }
11101 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11102 cat >>confdefs.h <<_ACEOF
11103 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11104 _ACEOF
11108 done
11110 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11111 then
11112 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11113 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11114 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11115 echo $ECHO_N "(cached) $ECHO_C" >&6
11116 else
11117 cat >conftest.$ac_ext <<_ACEOF
11118 /* confdefs.h. */
11119 _ACEOF
11120 cat confdefs.h >>conftest.$ac_ext
11121 cat >>conftest.$ac_ext <<_ACEOF
11122 /* end confdefs.h. */
11123 #include <GL/gl.h>
11125 main ()
11127 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11129 return 0;
11131 _ACEOF
11132 rm -f conftest.$ac_objext
11133 if { (ac_try="$ac_compile"
11134 case "(($ac_try" in
11135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11136 *) ac_try_echo=$ac_try;;
11137 esac
11138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11139 (eval "$ac_compile") 2>conftest.er1
11140 ac_status=$?
11141 grep -v '^ *+' conftest.er1 >conftest.err
11142 rm -f conftest.er1
11143 cat conftest.err >&5
11144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11145 (exit $ac_status); } && {
11146 test -z "$ac_c_werror_flag" ||
11147 test ! -s conftest.err
11148 } && test -s conftest.$ac_objext; then
11149 wine_cv_opengl_header_version_OK="yes"
11150 else
11151 echo "$as_me: failed program was:" >&5
11152 sed 's/^/| /' conftest.$ac_ext >&5
11154 wine_cv_opengl_header_version_OK="no"
11157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11159 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11160 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11162 if test "$wine_cv_opengl_header_version_OK" = "yes"
11163 then
11164 { echo "$as_me:$LINENO: checking for -lGL" >&5
11165 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11166 if test "${ac_cv_lib_soname_GL+set}" = set; then
11167 echo $ECHO_N "(cached) $ECHO_C" >&6
11168 else
11169 ac_check_soname_save_LIBS=$LIBS
11170 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11171 cat >conftest.$ac_ext <<_ACEOF
11172 /* confdefs.h. */
11173 _ACEOF
11174 cat confdefs.h >>conftest.$ac_ext
11175 cat >>conftest.$ac_ext <<_ACEOF
11176 /* end confdefs.h. */
11178 /* Override any GCC internal prototype to avoid an error.
11179 Use char because int might match the return type of a GCC
11180 builtin and then its argument prototype would still apply. */
11181 #ifdef __cplusplus
11182 extern "C"
11183 #endif
11184 char glXCreateContext ();
11186 main ()
11188 return glXCreateContext ();
11190 return 0;
11192 _ACEOF
11193 rm -f conftest.$ac_objext conftest$ac_exeext
11194 if { (ac_try="$ac_link"
11195 case "(($ac_try" in
11196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11197 *) ac_try_echo=$ac_try;;
11198 esac
11199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11200 (eval "$ac_link") 2>conftest.er1
11201 ac_status=$?
11202 grep -v '^ *+' conftest.er1 >conftest.err
11203 rm -f conftest.er1
11204 cat conftest.err >&5
11205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11206 (exit $ac_status); } && {
11207 test -z "$ac_c_werror_flag" ||
11208 test ! -s conftest.err
11209 } && test -s conftest$ac_exeext &&
11210 $as_test_x conftest$ac_exeext; then
11211 case "$LIBEXT" in
11212 dll) ;;
11213 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'` ;;
11214 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11215 esac
11216 else
11217 echo "$as_me: failed program was:" >&5
11218 sed 's/^/| /' conftest.$ac_ext >&5
11223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11224 conftest$ac_exeext conftest.$ac_ext
11225 LIBS=$ac_check_soname_save_LIBS
11227 if test "x$ac_cv_lib_soname_GL" = "x"; then
11228 { echo "$as_me:$LINENO: result: not found" >&5
11229 echo "${ECHO_T}not found" >&6; }
11230 { echo "$as_me:$LINENO: checking for -lGL" >&5
11231 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11232 if test "${ac_cv_lib_soname_GL+set}" = set; then
11233 echo $ECHO_N "(cached) $ECHO_C" >&6
11234 else
11235 ac_check_soname_save_LIBS=$LIBS
11236 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"
11237 cat >conftest.$ac_ext <<_ACEOF
11238 /* confdefs.h. */
11239 _ACEOF
11240 cat confdefs.h >>conftest.$ac_ext
11241 cat >>conftest.$ac_ext <<_ACEOF
11242 /* end confdefs.h. */
11244 /* Override any GCC internal prototype to avoid an error.
11245 Use char because int might match the return type of a GCC
11246 builtin and then its argument prototype would still apply. */
11247 #ifdef __cplusplus
11248 extern "C"
11249 #endif
11250 char glXCreateContext ();
11252 main ()
11254 return glXCreateContext ();
11256 return 0;
11258 _ACEOF
11259 rm -f conftest.$ac_objext conftest$ac_exeext
11260 if { (ac_try="$ac_link"
11261 case "(($ac_try" in
11262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11263 *) ac_try_echo=$ac_try;;
11264 esac
11265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11266 (eval "$ac_link") 2>conftest.er1
11267 ac_status=$?
11268 grep -v '^ *+' conftest.er1 >conftest.err
11269 rm -f conftest.er1
11270 cat conftest.err >&5
11271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11272 (exit $ac_status); } && {
11273 test -z "$ac_c_werror_flag" ||
11274 test ! -s conftest.err
11275 } && test -s conftest$ac_exeext &&
11276 $as_test_x conftest$ac_exeext; then
11277 case "$LIBEXT" in
11278 dll) ;;
11279 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'` ;;
11280 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11281 esac
11282 else
11283 echo "$as_me: failed program was:" >&5
11284 sed 's/^/| /' conftest.$ac_ext >&5
11289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11290 conftest$ac_exeext conftest.$ac_ext
11291 LIBS=$ac_check_soname_save_LIBS
11293 if test "x$ac_cv_lib_soname_GL" = "x"; then
11294 { echo "$as_me:$LINENO: result: not found" >&5
11295 echo "${ECHO_T}not found" >&6; }
11296 if test -f /usr/X11R6/lib/libGL.a
11297 then
11298 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11299 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11300 else
11301 opengl_msg="No OpenGL library found on this system."
11303 else
11304 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11305 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11307 cat >>confdefs.h <<_ACEOF
11308 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11309 _ACEOF
11311 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"
11313 cat >>confdefs.h <<\_ACEOF
11314 #define HAVE_OPENGL 1
11315 _ACEOF
11319 else
11320 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11321 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11323 cat >>confdefs.h <<_ACEOF
11324 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11325 _ACEOF
11327 OPENGL_LIBS="-lGL"
11329 cat >>confdefs.h <<\_ACEOF
11330 #define HAVE_OPENGL 1
11331 _ACEOF
11335 if test "$ac_cv_header_GL_glu_h" = "yes"
11336 then
11337 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11338 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11339 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11340 echo $ECHO_N "(cached) $ECHO_C" >&6
11341 else
11342 ac_check_soname_save_LIBS=$LIBS
11343 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11344 cat >conftest.$ac_ext <<_ACEOF
11345 /* confdefs.h. */
11346 _ACEOF
11347 cat confdefs.h >>conftest.$ac_ext
11348 cat >>conftest.$ac_ext <<_ACEOF
11349 /* end confdefs.h. */
11351 /* Override any GCC internal prototype to avoid an error.
11352 Use char because int might match the return type of a GCC
11353 builtin and then its argument prototype would still apply. */
11354 #ifdef __cplusplus
11355 extern "C"
11356 #endif
11357 char gluLookAt ();
11359 main ()
11361 return gluLookAt ();
11363 return 0;
11365 _ACEOF
11366 rm -f conftest.$ac_objext conftest$ac_exeext
11367 if { (ac_try="$ac_link"
11368 case "(($ac_try" in
11369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11370 *) ac_try_echo=$ac_try;;
11371 esac
11372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11373 (eval "$ac_link") 2>conftest.er1
11374 ac_status=$?
11375 grep -v '^ *+' conftest.er1 >conftest.err
11376 rm -f conftest.er1
11377 cat conftest.err >&5
11378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11379 (exit $ac_status); } && {
11380 test -z "$ac_c_werror_flag" ||
11381 test ! -s conftest.err
11382 } && test -s conftest$ac_exeext &&
11383 $as_test_x conftest$ac_exeext; then
11384 case "$LIBEXT" in
11385 dll) ;;
11386 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'` ;;
11387 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11388 esac
11389 else
11390 echo "$as_me: failed program was:" >&5
11391 sed 's/^/| /' conftest.$ac_ext >&5
11396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11397 conftest$ac_exeext conftest.$ac_ext
11398 LIBS=$ac_check_soname_save_LIBS
11400 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11401 { echo "$as_me:$LINENO: result: not found" >&5
11402 echo "${ECHO_T}not found" >&6; }
11404 else
11405 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11406 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11408 cat >>confdefs.h <<_ACEOF
11409 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11410 _ACEOF
11416 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11417 case "x$with_glu" in
11418 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11419 xno) ;;
11420 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11421 This is an error since --with-glu was requested." >&5
11422 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11423 This is an error since --with-glu was requested." >&2;}
11424 { (exit 1); exit 1; }; } ;;
11425 esac
11428 else
11429 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11431 else
11432 opengl_msg="OpenGL development headers not found."
11434 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11435 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11436 else
11437 enable_opengl32=${enable_opengl32:-no}
11438 enable_glu32=${enable_glu32:-no}
11440 if test -n "$opengl_msg"; then
11441 case "x$with_opengl" in
11442 x) wine_warnings="$wine_warnings|$opengl_msg
11443 OpenGL and Direct3D won't be supported." ;;
11444 xno) ;;
11445 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11446 OpenGL and Direct3D won't be supported.
11447 This is an error since --with-opengl was requested." >&5
11448 echo "$as_me: error: $opengl_msg
11449 OpenGL and Direct3D won't be supported.
11450 This is an error since --with-opengl was requested." >&2;}
11451 { (exit 1); exit 1; }; } ;;
11452 esac
11456 NASLIBS=""
11459 for ac_header in audio/audiolib.h
11461 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11462 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11463 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11464 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11465 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11466 echo $ECHO_N "(cached) $ECHO_C" >&6
11468 ac_res=`eval echo '${'$as_ac_Header'}'`
11469 { echo "$as_me:$LINENO: result: $ac_res" >&5
11470 echo "${ECHO_T}$ac_res" >&6; }
11471 else
11472 # Is the header compilable?
11473 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11474 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11475 cat >conftest.$ac_ext <<_ACEOF
11476 /* confdefs.h. */
11477 _ACEOF
11478 cat confdefs.h >>conftest.$ac_ext
11479 cat >>conftest.$ac_ext <<_ACEOF
11480 /* end confdefs.h. */
11481 $ac_includes_default
11482 #include <$ac_header>
11483 _ACEOF
11484 rm -f conftest.$ac_objext
11485 if { (ac_try="$ac_compile"
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_compile") 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); } && {
11498 test -z "$ac_c_werror_flag" ||
11499 test ! -s conftest.err
11500 } && test -s conftest.$ac_objext; then
11501 ac_header_compiler=yes
11502 else
11503 echo "$as_me: failed program was:" >&5
11504 sed 's/^/| /' conftest.$ac_ext >&5
11506 ac_header_compiler=no
11509 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11510 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11511 echo "${ECHO_T}$ac_header_compiler" >&6; }
11513 # Is the header present?
11514 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11515 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11516 cat >conftest.$ac_ext <<_ACEOF
11517 /* confdefs.h. */
11518 _ACEOF
11519 cat confdefs.h >>conftest.$ac_ext
11520 cat >>conftest.$ac_ext <<_ACEOF
11521 /* end confdefs.h. */
11522 #include <$ac_header>
11523 _ACEOF
11524 if { (ac_try="$ac_cpp conftest.$ac_ext"
11525 case "(($ac_try" in
11526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11527 *) ac_try_echo=$ac_try;;
11528 esac
11529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11530 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11531 ac_status=$?
11532 grep -v '^ *+' conftest.er1 >conftest.err
11533 rm -f conftest.er1
11534 cat conftest.err >&5
11535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11536 (exit $ac_status); } >/dev/null && {
11537 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11538 test ! -s conftest.err
11539 }; then
11540 ac_header_preproc=yes
11541 else
11542 echo "$as_me: failed program was:" >&5
11543 sed 's/^/| /' conftest.$ac_ext >&5
11545 ac_header_preproc=no
11548 rm -f conftest.err conftest.$ac_ext
11549 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11550 echo "${ECHO_T}$ac_header_preproc" >&6; }
11552 # So? What about this header?
11553 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11554 yes:no: )
11555 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11556 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11557 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11558 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11559 ac_header_preproc=yes
11561 no:yes:* )
11562 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11563 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11564 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11565 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11566 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11567 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11568 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11569 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11570 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11571 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11572 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11573 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11574 ( cat <<\_ASBOX
11575 ## ------------------------------------ ##
11576 ## Report this to wine-devel@winehq.org ##
11577 ## ------------------------------------ ##
11578 _ASBOX
11579 ) | sed "s/^/$as_me: WARNING: /" >&2
11581 esac
11582 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11583 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11584 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11585 echo $ECHO_N "(cached) $ECHO_C" >&6
11586 else
11587 eval "$as_ac_Header=\$ac_header_preproc"
11589 ac_res=`eval echo '${'$as_ac_Header'}'`
11590 { echo "$as_me:$LINENO: result: $ac_res" >&5
11591 echo "${ECHO_T}$ac_res" >&6; }
11594 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11595 cat >>confdefs.h <<_ACEOF
11596 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11597 _ACEOF
11599 for ac_header in audio/soundlib.h
11601 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11602 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11603 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11604 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11605 echo $ECHO_N "(cached) $ECHO_C" >&6
11606 else
11607 cat >conftest.$ac_ext <<_ACEOF
11608 /* confdefs.h. */
11609 _ACEOF
11610 cat confdefs.h >>conftest.$ac_ext
11611 cat >>conftest.$ac_ext <<_ACEOF
11612 /* end confdefs.h. */
11613 #include <audio/audiolib.h>
11615 #include <$ac_header>
11616 _ACEOF
11617 rm -f conftest.$ac_objext
11618 if { (ac_try="$ac_compile"
11619 case "(($ac_try" in
11620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11621 *) ac_try_echo=$ac_try;;
11622 esac
11623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11624 (eval "$ac_compile") 2>conftest.er1
11625 ac_status=$?
11626 grep -v '^ *+' conftest.er1 >conftest.err
11627 rm -f conftest.er1
11628 cat conftest.err >&5
11629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11630 (exit $ac_status); } && {
11631 test -z "$ac_c_werror_flag" ||
11632 test ! -s conftest.err
11633 } && test -s conftest.$ac_objext; then
11634 eval "$as_ac_Header=yes"
11635 else
11636 echo "$as_me: failed program was:" >&5
11637 sed 's/^/| /' conftest.$ac_ext >&5
11639 eval "$as_ac_Header=no"
11642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11644 ac_res=`eval echo '${'$as_ac_Header'}'`
11645 { echo "$as_me:$LINENO: result: $ac_res" >&5
11646 echo "${ECHO_T}$ac_res" >&6; }
11647 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11648 cat >>confdefs.h <<_ACEOF
11649 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11650 _ACEOF
11654 done
11656 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11657 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11658 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11659 echo $ECHO_N "(cached) $ECHO_C" >&6
11660 else
11661 ac_check_lib_save_LIBS=$LIBS
11662 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11663 cat >conftest.$ac_ext <<_ACEOF
11664 /* confdefs.h. */
11665 _ACEOF
11666 cat confdefs.h >>conftest.$ac_ext
11667 cat >>conftest.$ac_ext <<_ACEOF
11668 /* end confdefs.h. */
11670 /* Override any GCC internal prototype to avoid an error.
11671 Use char because int might match the return type of a GCC
11672 builtin and then its argument prototype would still apply. */
11673 #ifdef __cplusplus
11674 extern "C"
11675 #endif
11676 char AuCreateFlow ();
11678 main ()
11680 return AuCreateFlow ();
11682 return 0;
11684 _ACEOF
11685 rm -f conftest.$ac_objext conftest$ac_exeext
11686 if { (ac_try="$ac_link"
11687 case "(($ac_try" in
11688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11689 *) ac_try_echo=$ac_try;;
11690 esac
11691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11692 (eval "$ac_link") 2>conftest.er1
11693 ac_status=$?
11694 grep -v '^ *+' conftest.er1 >conftest.err
11695 rm -f conftest.er1
11696 cat conftest.err >&5
11697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11698 (exit $ac_status); } && {
11699 test -z "$ac_c_werror_flag" ||
11700 test ! -s conftest.err
11701 } && test -s conftest$ac_exeext &&
11702 $as_test_x conftest$ac_exeext; then
11703 ac_cv_lib_audio_AuCreateFlow=yes
11704 else
11705 echo "$as_me: failed program was:" >&5
11706 sed 's/^/| /' conftest.$ac_ext >&5
11708 ac_cv_lib_audio_AuCreateFlow=no
11711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11712 conftest$ac_exeext conftest.$ac_ext
11713 LIBS=$ac_check_lib_save_LIBS
11715 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11716 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11717 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11719 cat >>confdefs.h <<\_ACEOF
11720 #define HAVE_NAS 1
11721 _ACEOF
11723 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11724 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11725 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11726 echo $ECHO_N "(cached) $ECHO_C" >&6
11727 else
11728 ac_check_lib_save_LIBS=$LIBS
11729 LIBS="-lXau $X_LIBS $LIBS"
11730 cat >conftest.$ac_ext <<_ACEOF
11731 /* confdefs.h. */
11732 _ACEOF
11733 cat confdefs.h >>conftest.$ac_ext
11734 cat >>conftest.$ac_ext <<_ACEOF
11735 /* end confdefs.h. */
11737 /* Override any GCC internal prototype to avoid an error.
11738 Use char because int might match the return type of a GCC
11739 builtin and then its argument prototype would still apply. */
11740 #ifdef __cplusplus
11741 extern "C"
11742 #endif
11743 char XauGetBestAuthByAddr ();
11745 main ()
11747 return XauGetBestAuthByAddr ();
11749 return 0;
11751 _ACEOF
11752 rm -f conftest.$ac_objext conftest$ac_exeext
11753 if { (ac_try="$ac_link"
11754 case "(($ac_try" in
11755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11756 *) ac_try_echo=$ac_try;;
11757 esac
11758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11759 (eval "$ac_link") 2>conftest.er1
11760 ac_status=$?
11761 grep -v '^ *+' conftest.er1 >conftest.err
11762 rm -f conftest.er1
11763 cat conftest.err >&5
11764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11765 (exit $ac_status); } && {
11766 test -z "$ac_c_werror_flag" ||
11767 test ! -s conftest.err
11768 } && test -s conftest$ac_exeext &&
11769 $as_test_x conftest$ac_exeext; then
11770 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11771 else
11772 echo "$as_me: failed program was:" >&5
11773 sed 's/^/| /' conftest.$ac_ext >&5
11775 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11779 conftest$ac_exeext conftest.$ac_ext
11780 LIBS=$ac_check_lib_save_LIBS
11782 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11783 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11784 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11785 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11786 else
11787 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11795 done
11798 CPPFLAGS="$ac_save_CPPFLAGS"
11799 else
11800 XLIB=""
11801 X_CFLAGS=""
11802 X_LIBS=""
11803 enable_winex11_drv=${enable_winex11_drv:-no}
11804 enable_opengl32=${enable_opengl32:-no}
11805 enable_glu32=${enable_glu32:-no}
11807 if test "x$XLIB" = "x"; then
11808 case "x$with_x" in
11809 xno) ;;
11810 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11811 without X support, which probably isn't what you want. You will need to install
11812 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11813 Use the --without-x option if you really want this." >&5
11814 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11815 without X support, which probably isn't what you want. You will need to install
11816 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11817 Use the --without-x option if you really want this." >&2;}
11818 { (exit 1); exit 1; }; } ;;
11819 esac
11824 XML2LIBS=""
11826 XML2INCL=""
11828 XSLTINCL=""
11830 if test "x$with_xml" != "xno"
11831 then
11832 ac_save_CPPFLAGS="$CPPFLAGS"
11833 if test "$PKG_CONFIG" != "false"
11834 then
11835 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11836 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11837 else
11838 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11839 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11841 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11843 for ac_header in libxml/parser.h
11845 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11846 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11847 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11848 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11849 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11850 echo $ECHO_N "(cached) $ECHO_C" >&6
11852 ac_res=`eval echo '${'$as_ac_Header'}'`
11853 { echo "$as_me:$LINENO: result: $ac_res" >&5
11854 echo "${ECHO_T}$ac_res" >&6; }
11855 else
11856 # Is the header compilable?
11857 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11858 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11859 cat >conftest.$ac_ext <<_ACEOF
11860 /* confdefs.h. */
11861 _ACEOF
11862 cat confdefs.h >>conftest.$ac_ext
11863 cat >>conftest.$ac_ext <<_ACEOF
11864 /* end confdefs.h. */
11865 $ac_includes_default
11866 #include <$ac_header>
11867 _ACEOF
11868 rm -f conftest.$ac_objext
11869 if { (ac_try="$ac_compile"
11870 case "(($ac_try" in
11871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11872 *) ac_try_echo=$ac_try;;
11873 esac
11874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11875 (eval "$ac_compile") 2>conftest.er1
11876 ac_status=$?
11877 grep -v '^ *+' conftest.er1 >conftest.err
11878 rm -f conftest.er1
11879 cat conftest.err >&5
11880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11881 (exit $ac_status); } && {
11882 test -z "$ac_c_werror_flag" ||
11883 test ! -s conftest.err
11884 } && test -s conftest.$ac_objext; then
11885 ac_header_compiler=yes
11886 else
11887 echo "$as_me: failed program was:" >&5
11888 sed 's/^/| /' conftest.$ac_ext >&5
11890 ac_header_compiler=no
11893 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11894 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11895 echo "${ECHO_T}$ac_header_compiler" >&6; }
11897 # Is the header present?
11898 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11899 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11900 cat >conftest.$ac_ext <<_ACEOF
11901 /* confdefs.h. */
11902 _ACEOF
11903 cat confdefs.h >>conftest.$ac_ext
11904 cat >>conftest.$ac_ext <<_ACEOF
11905 /* end confdefs.h. */
11906 #include <$ac_header>
11907 _ACEOF
11908 if { (ac_try="$ac_cpp conftest.$ac_ext"
11909 case "(($ac_try" in
11910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11911 *) ac_try_echo=$ac_try;;
11912 esac
11913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11914 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11915 ac_status=$?
11916 grep -v '^ *+' conftest.er1 >conftest.err
11917 rm -f conftest.er1
11918 cat conftest.err >&5
11919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11920 (exit $ac_status); } >/dev/null && {
11921 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11922 test ! -s conftest.err
11923 }; then
11924 ac_header_preproc=yes
11925 else
11926 echo "$as_me: failed program was:" >&5
11927 sed 's/^/| /' conftest.$ac_ext >&5
11929 ac_header_preproc=no
11932 rm -f conftest.err conftest.$ac_ext
11933 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11934 echo "${ECHO_T}$ac_header_preproc" >&6; }
11936 # So? What about this header?
11937 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11938 yes:no: )
11939 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11940 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11941 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11942 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11943 ac_header_preproc=yes
11945 no:yes:* )
11946 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11947 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11948 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11949 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11950 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11951 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11952 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11953 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11954 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11955 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11956 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11957 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11958 ( cat <<\_ASBOX
11959 ## ------------------------------------ ##
11960 ## Report this to wine-devel@winehq.org ##
11961 ## ------------------------------------ ##
11962 _ASBOX
11963 ) | sed "s/^/$as_me: WARNING: /" >&2
11965 esac
11966 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11967 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11968 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11969 echo $ECHO_N "(cached) $ECHO_C" >&6
11970 else
11971 eval "$as_ac_Header=\$ac_header_preproc"
11973 ac_res=`eval echo '${'$as_ac_Header'}'`
11974 { echo "$as_me:$LINENO: result: $ac_res" >&5
11975 echo "${ECHO_T}$ac_res" >&6; }
11978 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11979 cat >>confdefs.h <<_ACEOF
11980 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11981 _ACEOF
11982 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11983 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11984 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11985 echo $ECHO_N "(cached) $ECHO_C" >&6
11986 else
11987 ac_check_lib_save_LIBS=$LIBS
11988 LIBS="-lxml2 $ac_xml_libs $LIBS"
11989 cat >conftest.$ac_ext <<_ACEOF
11990 /* confdefs.h. */
11991 _ACEOF
11992 cat confdefs.h >>conftest.$ac_ext
11993 cat >>conftest.$ac_ext <<_ACEOF
11994 /* end confdefs.h. */
11996 /* Override any GCC internal prototype to avoid an error.
11997 Use char because int might match the return type of a GCC
11998 builtin and then its argument prototype would still apply. */
11999 #ifdef __cplusplus
12000 extern "C"
12001 #endif
12002 char xmlParseMemory ();
12004 main ()
12006 return xmlParseMemory ();
12008 return 0;
12010 _ACEOF
12011 rm -f conftest.$ac_objext conftest$ac_exeext
12012 if { (ac_try="$ac_link"
12013 case "(($ac_try" in
12014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12015 *) ac_try_echo=$ac_try;;
12016 esac
12017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12018 (eval "$ac_link") 2>conftest.er1
12019 ac_status=$?
12020 grep -v '^ *+' conftest.er1 >conftest.err
12021 rm -f conftest.er1
12022 cat conftest.err >&5
12023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12024 (exit $ac_status); } && {
12025 test -z "$ac_c_werror_flag" ||
12026 test ! -s conftest.err
12027 } && test -s conftest$ac_exeext &&
12028 $as_test_x conftest$ac_exeext; then
12029 ac_cv_lib_xml2_xmlParseMemory=yes
12030 else
12031 echo "$as_me: failed program was:" >&5
12032 sed 's/^/| /' conftest.$ac_ext >&5
12034 ac_cv_lib_xml2_xmlParseMemory=no
12037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12038 conftest$ac_exeext conftest.$ac_ext
12039 LIBS=$ac_check_lib_save_LIBS
12041 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12042 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12043 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12045 cat >>confdefs.h <<\_ACEOF
12046 #define HAVE_LIBXML2 1
12047 _ACEOF
12049 XML2LIBS="$ac_xml_libs"
12050 XML2INCL="$ac_xml_cflags"
12053 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12054 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12055 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12056 echo $ECHO_N "(cached) $ECHO_C" >&6
12057 else
12058 ac_check_lib_save_LIBS=$LIBS
12059 LIBS="-lxml2 $ac_xml_libs $LIBS"
12060 cat >conftest.$ac_ext <<_ACEOF
12061 /* confdefs.h. */
12062 _ACEOF
12063 cat confdefs.h >>conftest.$ac_ext
12064 cat >>conftest.$ac_ext <<_ACEOF
12065 /* end confdefs.h. */
12067 /* Override any GCC internal prototype to avoid an error.
12068 Use char because int might match the return type of a GCC
12069 builtin and then its argument prototype would still apply. */
12070 #ifdef __cplusplus
12071 extern "C"
12072 #endif
12073 char xmlReadMemory ();
12075 main ()
12077 return xmlReadMemory ();
12079 return 0;
12081 _ACEOF
12082 rm -f conftest.$ac_objext conftest$ac_exeext
12083 if { (ac_try="$ac_link"
12084 case "(($ac_try" in
12085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12086 *) ac_try_echo=$ac_try;;
12087 esac
12088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12089 (eval "$ac_link") 2>conftest.er1
12090 ac_status=$?
12091 grep -v '^ *+' conftest.er1 >conftest.err
12092 rm -f conftest.er1
12093 cat conftest.err >&5
12094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12095 (exit $ac_status); } && {
12096 test -z "$ac_c_werror_flag" ||
12097 test ! -s conftest.err
12098 } && test -s conftest$ac_exeext &&
12099 $as_test_x conftest$ac_exeext; then
12100 ac_cv_lib_xml2_xmlReadMemory=yes
12101 else
12102 echo "$as_me: failed program was:" >&5
12103 sed 's/^/| /' conftest.$ac_ext >&5
12105 ac_cv_lib_xml2_xmlReadMemory=no
12108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12109 conftest$ac_exeext conftest.$ac_ext
12110 LIBS=$ac_check_lib_save_LIBS
12112 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12113 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12114 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12116 cat >>confdefs.h <<\_ACEOF
12117 #define HAVE_XMLREADMEMORY 1
12118 _ACEOF
12122 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12123 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12124 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12125 echo $ECHO_N "(cached) $ECHO_C" >&6
12126 else
12127 ac_check_lib_save_LIBS=$LIBS
12128 LIBS="-lxml2 $ac_xml_libs $LIBS"
12129 cat >conftest.$ac_ext <<_ACEOF
12130 /* confdefs.h. */
12131 _ACEOF
12132 cat confdefs.h >>conftest.$ac_ext
12133 cat >>conftest.$ac_ext <<_ACEOF
12134 /* end confdefs.h. */
12136 /* Override any GCC internal prototype to avoid an error.
12137 Use char because int might match the return type of a GCC
12138 builtin and then its argument prototype would still apply. */
12139 #ifdef __cplusplus
12140 extern "C"
12141 #endif
12142 char xmlNewDocPI ();
12144 main ()
12146 return xmlNewDocPI ();
12148 return 0;
12150 _ACEOF
12151 rm -f conftest.$ac_objext conftest$ac_exeext
12152 if { (ac_try="$ac_link"
12153 case "(($ac_try" in
12154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12155 *) ac_try_echo=$ac_try;;
12156 esac
12157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12158 (eval "$ac_link") 2>conftest.er1
12159 ac_status=$?
12160 grep -v '^ *+' conftest.er1 >conftest.err
12161 rm -f conftest.er1
12162 cat conftest.err >&5
12163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12164 (exit $ac_status); } && {
12165 test -z "$ac_c_werror_flag" ||
12166 test ! -s conftest.err
12167 } && test -s conftest$ac_exeext &&
12168 $as_test_x conftest$ac_exeext; then
12169 ac_cv_lib_xml2_xmlNewDocPI=yes
12170 else
12171 echo "$as_me: failed program was:" >&5
12172 sed 's/^/| /' conftest.$ac_ext >&5
12174 ac_cv_lib_xml2_xmlNewDocPI=no
12177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12178 conftest$ac_exeext conftest.$ac_ext
12179 LIBS=$ac_check_lib_save_LIBS
12181 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12182 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12183 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12185 cat >>confdefs.h <<\_ACEOF
12186 #define HAVE_XMLNEWDOCPI 1
12187 _ACEOF
12194 done
12196 CPPFLAGS="$ac_save_CPPFLAGS"
12198 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12199 case "x$with_xml" in
12200 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12201 xno) ;;
12202 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12203 This is an error since --with-xml was requested." >&5
12204 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12205 This is an error since --with-xml was requested." >&2;}
12206 { (exit 1); exit 1; }; } ;;
12207 esac
12211 if test "x$with_xslt" != "xno"
12212 then
12213 if test "$PKG_CONFIG" != "false"
12214 then
12215 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12216 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12217 else
12218 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12219 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12221 ac_save_CPPFLAGS="$CPPFLAGS"
12222 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12225 for ac_header in libxslt/pattern.h libxslt/transform.h
12227 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12228 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12229 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12230 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12231 echo $ECHO_N "(cached) $ECHO_C" >&6
12232 else
12233 cat >conftest.$ac_ext <<_ACEOF
12234 /* confdefs.h. */
12235 _ACEOF
12236 cat confdefs.h >>conftest.$ac_ext
12237 cat >>conftest.$ac_ext <<_ACEOF
12238 /* end confdefs.h. */
12239 #ifdef HAVE_LIBXSLT_PATTERN_H
12240 # include <libxslt/pattern.h>
12241 #endif
12243 #include <$ac_header>
12244 _ACEOF
12245 rm -f conftest.$ac_objext
12246 if { (ac_try="$ac_compile"
12247 case "(($ac_try" in
12248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12249 *) ac_try_echo=$ac_try;;
12250 esac
12251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12252 (eval "$ac_compile") 2>conftest.er1
12253 ac_status=$?
12254 grep -v '^ *+' conftest.er1 >conftest.err
12255 rm -f conftest.er1
12256 cat conftest.err >&5
12257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12258 (exit $ac_status); } && {
12259 test -z "$ac_c_werror_flag" ||
12260 test ! -s conftest.err
12261 } && test -s conftest.$ac_objext; then
12262 eval "$as_ac_Header=yes"
12263 else
12264 echo "$as_me: failed program was:" >&5
12265 sed 's/^/| /' conftest.$ac_ext >&5
12267 eval "$as_ac_Header=no"
12270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12272 ac_res=`eval echo '${'$as_ac_Header'}'`
12273 { echo "$as_me:$LINENO: result: $ac_res" >&5
12274 echo "${ECHO_T}$ac_res" >&6; }
12275 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12276 cat >>confdefs.h <<_ACEOF
12277 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12278 _ACEOF
12282 done
12284 CPPFLAGS="$ac_save_CPPFLAGS"
12285 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12286 then
12287 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12288 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12289 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12290 echo $ECHO_N "(cached) $ECHO_C" >&6
12291 else
12292 ac_check_soname_save_LIBS=$LIBS
12293 LIBS="-lxslt $ac_xslt_libs $LIBS"
12294 cat >conftest.$ac_ext <<_ACEOF
12295 /* confdefs.h. */
12296 _ACEOF
12297 cat confdefs.h >>conftest.$ac_ext
12298 cat >>conftest.$ac_ext <<_ACEOF
12299 /* end confdefs.h. */
12301 /* Override any GCC internal prototype to avoid an error.
12302 Use char because int might match the return type of a GCC
12303 builtin and then its argument prototype would still apply. */
12304 #ifdef __cplusplus
12305 extern "C"
12306 #endif
12307 char xsltCompilePattern ();
12309 main ()
12311 return xsltCompilePattern ();
12313 return 0;
12315 _ACEOF
12316 rm -f conftest.$ac_objext conftest$ac_exeext
12317 if { (ac_try="$ac_link"
12318 case "(($ac_try" in
12319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12320 *) ac_try_echo=$ac_try;;
12321 esac
12322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12323 (eval "$ac_link") 2>conftest.er1
12324 ac_status=$?
12325 grep -v '^ *+' conftest.er1 >conftest.err
12326 rm -f conftest.er1
12327 cat conftest.err >&5
12328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12329 (exit $ac_status); } && {
12330 test -z "$ac_c_werror_flag" ||
12331 test ! -s conftest.err
12332 } && test -s conftest$ac_exeext &&
12333 $as_test_x conftest$ac_exeext; then
12334 case "$LIBEXT" in
12335 dll) ;;
12336 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12337 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12338 esac
12339 else
12340 echo "$as_me: failed program was:" >&5
12341 sed 's/^/| /' conftest.$ac_ext >&5
12346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12347 conftest$ac_exeext conftest.$ac_ext
12348 LIBS=$ac_check_soname_save_LIBS
12350 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12351 { echo "$as_me:$LINENO: result: not found" >&5
12352 echo "${ECHO_T}not found" >&6; }
12354 else
12355 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12356 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12358 cat >>confdefs.h <<_ACEOF
12359 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12360 _ACEOF
12362 XSLTINCL="$ac_xslt_cflags"
12367 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12368 case "x$with_xslt" in
12369 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12370 xno) ;;
12371 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12372 This is an error since --with-xslt was requested." >&5
12373 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12374 This is an error since --with-xslt was requested." >&2;}
12375 { (exit 1); exit 1; }; } ;;
12376 esac
12380 HALINCL=""
12382 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12383 then
12384 ac_save_CPPFLAGS="$CPPFLAGS"
12385 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12386 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12387 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12390 for ac_header in dbus/dbus.h hal/libhal.h
12392 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12393 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12394 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12395 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12396 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12397 echo $ECHO_N "(cached) $ECHO_C" >&6
12399 ac_res=`eval echo '${'$as_ac_Header'}'`
12400 { echo "$as_me:$LINENO: result: $ac_res" >&5
12401 echo "${ECHO_T}$ac_res" >&6; }
12402 else
12403 # Is the header compilable?
12404 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12405 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12406 cat >conftest.$ac_ext <<_ACEOF
12407 /* confdefs.h. */
12408 _ACEOF
12409 cat confdefs.h >>conftest.$ac_ext
12410 cat >>conftest.$ac_ext <<_ACEOF
12411 /* end confdefs.h. */
12412 $ac_includes_default
12413 #include <$ac_header>
12414 _ACEOF
12415 rm -f conftest.$ac_objext
12416 if { (ac_try="$ac_compile"
12417 case "(($ac_try" in
12418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12419 *) ac_try_echo=$ac_try;;
12420 esac
12421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12422 (eval "$ac_compile") 2>conftest.er1
12423 ac_status=$?
12424 grep -v '^ *+' conftest.er1 >conftest.err
12425 rm -f conftest.er1
12426 cat conftest.err >&5
12427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12428 (exit $ac_status); } && {
12429 test -z "$ac_c_werror_flag" ||
12430 test ! -s conftest.err
12431 } && test -s conftest.$ac_objext; then
12432 ac_header_compiler=yes
12433 else
12434 echo "$as_me: failed program was:" >&5
12435 sed 's/^/| /' conftest.$ac_ext >&5
12437 ac_header_compiler=no
12440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12441 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12442 echo "${ECHO_T}$ac_header_compiler" >&6; }
12444 # Is the header present?
12445 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12446 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12447 cat >conftest.$ac_ext <<_ACEOF
12448 /* confdefs.h. */
12449 _ACEOF
12450 cat confdefs.h >>conftest.$ac_ext
12451 cat >>conftest.$ac_ext <<_ACEOF
12452 /* end confdefs.h. */
12453 #include <$ac_header>
12454 _ACEOF
12455 if { (ac_try="$ac_cpp conftest.$ac_ext"
12456 case "(($ac_try" in
12457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12458 *) ac_try_echo=$ac_try;;
12459 esac
12460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12461 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12462 ac_status=$?
12463 grep -v '^ *+' conftest.er1 >conftest.err
12464 rm -f conftest.er1
12465 cat conftest.err >&5
12466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12467 (exit $ac_status); } >/dev/null && {
12468 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12469 test ! -s conftest.err
12470 }; then
12471 ac_header_preproc=yes
12472 else
12473 echo "$as_me: failed program was:" >&5
12474 sed 's/^/| /' conftest.$ac_ext >&5
12476 ac_header_preproc=no
12479 rm -f conftest.err conftest.$ac_ext
12480 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12481 echo "${ECHO_T}$ac_header_preproc" >&6; }
12483 # So? What about this header?
12484 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12485 yes:no: )
12486 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12487 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12488 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12489 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12490 ac_header_preproc=yes
12492 no:yes:* )
12493 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12494 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12495 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12496 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12497 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12498 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12499 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12500 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12501 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12502 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12503 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12504 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12505 ( cat <<\_ASBOX
12506 ## ------------------------------------ ##
12507 ## Report this to wine-devel@winehq.org ##
12508 ## ------------------------------------ ##
12509 _ASBOX
12510 ) | sed "s/^/$as_me: WARNING: /" >&2
12512 esac
12513 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12514 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12515 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12516 echo $ECHO_N "(cached) $ECHO_C" >&6
12517 else
12518 eval "$as_ac_Header=\$ac_header_preproc"
12520 ac_res=`eval echo '${'$as_ac_Header'}'`
12521 { echo "$as_me:$LINENO: result: $ac_res" >&5
12522 echo "${ECHO_T}$ac_res" >&6; }
12525 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12526 cat >>confdefs.h <<_ACEOF
12527 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12528 _ACEOF
12532 done
12534 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12535 then
12536 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12537 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12538 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12539 echo $ECHO_N "(cached) $ECHO_C" >&6
12540 else
12541 ac_check_lib_save_LIBS=$LIBS
12542 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12543 cat >conftest.$ac_ext <<_ACEOF
12544 /* confdefs.h. */
12545 _ACEOF
12546 cat confdefs.h >>conftest.$ac_ext
12547 cat >>conftest.$ac_ext <<_ACEOF
12548 /* end confdefs.h. */
12550 /* Override any GCC internal prototype to avoid an error.
12551 Use char because int might match the return type of a GCC
12552 builtin and then its argument prototype would still apply. */
12553 #ifdef __cplusplus
12554 extern "C"
12555 #endif
12556 char dbus_connection_close ();
12558 main ()
12560 return dbus_connection_close ();
12562 return 0;
12564 _ACEOF
12565 rm -f conftest.$ac_objext conftest$ac_exeext
12566 if { (ac_try="$ac_link"
12567 case "(($ac_try" in
12568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12569 *) ac_try_echo=$ac_try;;
12570 esac
12571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12572 (eval "$ac_link") 2>conftest.er1
12573 ac_status=$?
12574 grep -v '^ *+' conftest.er1 >conftest.err
12575 rm -f conftest.er1
12576 cat conftest.err >&5
12577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12578 (exit $ac_status); } && {
12579 test -z "$ac_c_werror_flag" ||
12580 test ! -s conftest.err
12581 } && test -s conftest$ac_exeext &&
12582 $as_test_x conftest$ac_exeext; then
12583 ac_cv_lib_dbus_1_dbus_connection_close=yes
12584 else
12585 echo "$as_me: failed program was:" >&5
12586 sed 's/^/| /' conftest.$ac_ext >&5
12588 ac_cv_lib_dbus_1_dbus_connection_close=no
12591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12592 conftest$ac_exeext conftest.$ac_ext
12593 LIBS=$ac_check_lib_save_LIBS
12595 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12596 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12597 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12598 { echo "$as_me:$LINENO: checking for -lhal" >&5
12599 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12600 if test "${ac_cv_lib_soname_hal+set}" = set; then
12601 echo $ECHO_N "(cached) $ECHO_C" >&6
12602 else
12603 ac_check_soname_save_LIBS=$LIBS
12604 LIBS="-lhal $ac_hal_libs $LIBS"
12605 cat >conftest.$ac_ext <<_ACEOF
12606 /* confdefs.h. */
12607 _ACEOF
12608 cat confdefs.h >>conftest.$ac_ext
12609 cat >>conftest.$ac_ext <<_ACEOF
12610 /* end confdefs.h. */
12612 /* Override any GCC internal prototype to avoid an error.
12613 Use char because int might match the return type of a GCC
12614 builtin and then its argument prototype would still apply. */
12615 #ifdef __cplusplus
12616 extern "C"
12617 #endif
12618 char libhal_ctx_new ();
12620 main ()
12622 return libhal_ctx_new ();
12624 return 0;
12626 _ACEOF
12627 rm -f conftest.$ac_objext conftest$ac_exeext
12628 if { (ac_try="$ac_link"
12629 case "(($ac_try" in
12630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12631 *) ac_try_echo=$ac_try;;
12632 esac
12633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12634 (eval "$ac_link") 2>conftest.er1
12635 ac_status=$?
12636 grep -v '^ *+' conftest.er1 >conftest.err
12637 rm -f conftest.er1
12638 cat conftest.err >&5
12639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12640 (exit $ac_status); } && {
12641 test -z "$ac_c_werror_flag" ||
12642 test ! -s conftest.err
12643 } && test -s conftest$ac_exeext &&
12644 $as_test_x conftest$ac_exeext; then
12645 case "$LIBEXT" in
12646 dll) ;;
12647 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'` ;;
12648 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12649 esac
12650 else
12651 echo "$as_me: failed program was:" >&5
12652 sed 's/^/| /' conftest.$ac_ext >&5
12657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12658 conftest$ac_exeext conftest.$ac_ext
12659 LIBS=$ac_check_soname_save_LIBS
12661 if test "x$ac_cv_lib_soname_hal" = "x"; then
12662 { echo "$as_me:$LINENO: result: not found" >&5
12663 echo "${ECHO_T}not found" >&6; }
12665 else
12666 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12667 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12669 cat >>confdefs.h <<_ACEOF
12670 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12671 _ACEOF
12673 HALINCL="$ac_hal_cflags"
12679 CPPFLAGS="$ac_save_CPPFLAGS"
12681 if test "x$ac_cv_lib_soname_hal" = "x"; then
12682 case "x$with_hal" in
12683 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12684 xno) ;;
12685 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12686 This is an error since --with-hal was requested." >&5
12687 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12688 This is an error since --with-hal was requested." >&2;}
12689 { (exit 1); exit 1; }; } ;;
12690 esac
12694 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12695 then
12696 ac_save_CPPFLAGS="$CPPFLAGS"
12697 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12698 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12699 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12700 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12701 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12702 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12703 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12704 echo $ECHO_N "(cached) $ECHO_C" >&6
12706 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12707 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12708 else
12709 # Is the header compilable?
12710 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12711 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12712 cat >conftest.$ac_ext <<_ACEOF
12713 /* confdefs.h. */
12714 _ACEOF
12715 cat confdefs.h >>conftest.$ac_ext
12716 cat >>conftest.$ac_ext <<_ACEOF
12717 /* end confdefs.h. */
12718 $ac_includes_default
12719 #include <gnutls/gnutls.h>
12720 _ACEOF
12721 rm -f conftest.$ac_objext
12722 if { (ac_try="$ac_compile"
12723 case "(($ac_try" in
12724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12725 *) ac_try_echo=$ac_try;;
12726 esac
12727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12728 (eval "$ac_compile") 2>conftest.er1
12729 ac_status=$?
12730 grep -v '^ *+' conftest.er1 >conftest.err
12731 rm -f conftest.er1
12732 cat conftest.err >&5
12733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12734 (exit $ac_status); } && {
12735 test -z "$ac_c_werror_flag" ||
12736 test ! -s conftest.err
12737 } && test -s conftest.$ac_objext; then
12738 ac_header_compiler=yes
12739 else
12740 echo "$as_me: failed program was:" >&5
12741 sed 's/^/| /' conftest.$ac_ext >&5
12743 ac_header_compiler=no
12746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12747 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12748 echo "${ECHO_T}$ac_header_compiler" >&6; }
12750 # Is the header present?
12751 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12752 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12753 cat >conftest.$ac_ext <<_ACEOF
12754 /* confdefs.h. */
12755 _ACEOF
12756 cat confdefs.h >>conftest.$ac_ext
12757 cat >>conftest.$ac_ext <<_ACEOF
12758 /* end confdefs.h. */
12759 #include <gnutls/gnutls.h>
12760 _ACEOF
12761 if { (ac_try="$ac_cpp conftest.$ac_ext"
12762 case "(($ac_try" in
12763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12764 *) ac_try_echo=$ac_try;;
12765 esac
12766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12767 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12768 ac_status=$?
12769 grep -v '^ *+' conftest.er1 >conftest.err
12770 rm -f conftest.er1
12771 cat conftest.err >&5
12772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12773 (exit $ac_status); } >/dev/null && {
12774 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12775 test ! -s conftest.err
12776 }; then
12777 ac_header_preproc=yes
12778 else
12779 echo "$as_me: failed program was:" >&5
12780 sed 's/^/| /' conftest.$ac_ext >&5
12782 ac_header_preproc=no
12785 rm -f conftest.err conftest.$ac_ext
12786 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12787 echo "${ECHO_T}$ac_header_preproc" >&6; }
12789 # So? What about this header?
12790 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12791 yes:no: )
12792 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12793 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12794 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12795 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12796 ac_header_preproc=yes
12798 no:yes:* )
12799 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12800 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12801 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12802 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12803 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12804 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12805 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12806 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12807 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12808 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12809 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12810 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12811 ( cat <<\_ASBOX
12812 ## ------------------------------------ ##
12813 ## Report this to wine-devel@winehq.org ##
12814 ## ------------------------------------ ##
12815 _ASBOX
12816 ) | sed "s/^/$as_me: WARNING: /" >&2
12818 esac
12819 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12820 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12821 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12822 echo $ECHO_N "(cached) $ECHO_C" >&6
12823 else
12824 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12826 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12827 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12830 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12831 cat >conftest.$ac_ext <<_ACEOF
12832 /* confdefs.h. */
12833 _ACEOF
12834 cat confdefs.h >>conftest.$ac_ext
12835 cat >>conftest.$ac_ext <<_ACEOF
12836 /* end confdefs.h. */
12837 #include <gnutls/gnutls.h>
12839 main ()
12841 typeof(gnutls_mac_get_key_size) *pfunc;
12843 return 0;
12845 _ACEOF
12846 rm -f conftest.$ac_objext
12847 if { (ac_try="$ac_compile"
12848 case "(($ac_try" in
12849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12850 *) ac_try_echo=$ac_try;;
12851 esac
12852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12853 (eval "$ac_compile") 2>conftest.er1
12854 ac_status=$?
12855 grep -v '^ *+' conftest.er1 >conftest.err
12856 rm -f conftest.er1
12857 cat conftest.err >&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } && {
12860 test -z "$ac_c_werror_flag" ||
12861 test ! -s conftest.err
12862 } && test -s conftest.$ac_objext; then
12863 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12864 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12865 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12866 echo $ECHO_N "(cached) $ECHO_C" >&6
12867 else
12868 ac_check_soname_save_LIBS=$LIBS
12869 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12870 cat >conftest.$ac_ext <<_ACEOF
12871 /* confdefs.h. */
12872 _ACEOF
12873 cat confdefs.h >>conftest.$ac_ext
12874 cat >>conftest.$ac_ext <<_ACEOF
12875 /* end confdefs.h. */
12877 /* Override any GCC internal prototype to avoid an error.
12878 Use char because int might match the return type of a GCC
12879 builtin and then its argument prototype would still apply. */
12880 #ifdef __cplusplus
12881 extern "C"
12882 #endif
12883 char gnutls_global_init ();
12885 main ()
12887 return gnutls_global_init ();
12889 return 0;
12891 _ACEOF
12892 rm -f conftest.$ac_objext conftest$ac_exeext
12893 if { (ac_try="$ac_link"
12894 case "(($ac_try" in
12895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12896 *) ac_try_echo=$ac_try;;
12897 esac
12898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12899 (eval "$ac_link") 2>conftest.er1
12900 ac_status=$?
12901 grep -v '^ *+' conftest.er1 >conftest.err
12902 rm -f conftest.er1
12903 cat conftest.err >&5
12904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12905 (exit $ac_status); } && {
12906 test -z "$ac_c_werror_flag" ||
12907 test ! -s conftest.err
12908 } && test -s conftest$ac_exeext &&
12909 $as_test_x conftest$ac_exeext; then
12910 case "$LIBEXT" in
12911 dll) ;;
12912 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'` ;;
12913 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12914 esac
12915 else
12916 echo "$as_me: failed program was:" >&5
12917 sed 's/^/| /' conftest.$ac_ext >&5
12922 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12923 conftest$ac_exeext conftest.$ac_ext
12924 LIBS=$ac_check_soname_save_LIBS
12926 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12927 { echo "$as_me:$LINENO: result: not found" >&5
12928 echo "${ECHO_T}not found" >&6; }
12930 else
12931 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12932 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12934 cat >>confdefs.h <<_ACEOF
12935 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12936 _ACEOF
12938 GNUTLSINCL="$ac_gnutls_cflags"
12942 else
12943 echo "$as_me: failed program was:" >&5
12944 sed 's/^/| /' conftest.$ac_ext >&5
12949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12953 CPPFLAGS="$ac_save_CPPFLAGS"
12955 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12956 case "x$with_gnutls" in
12957 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12958 xno) ;;
12959 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
12960 This is an error since --with-gnutls was requested." >&5
12961 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
12962 This is an error since --with-gnutls was requested." >&2;}
12963 { (exit 1); exit 1; }; } ;;
12964 esac
12968 CURSESLIBS=""
12969 if test "$ac_cv_header_ncurses_h" = "yes"
12970 then
12971 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12972 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12973 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12974 echo $ECHO_N "(cached) $ECHO_C" >&6
12975 else
12976 ac_check_soname_save_LIBS=$LIBS
12977 LIBS="-lncurses $LIBS"
12978 cat >conftest.$ac_ext <<_ACEOF
12979 /* confdefs.h. */
12980 _ACEOF
12981 cat confdefs.h >>conftest.$ac_ext
12982 cat >>conftest.$ac_ext <<_ACEOF
12983 /* end confdefs.h. */
12985 /* Override any GCC internal prototype to avoid an error.
12986 Use char because int might match the return type of a GCC
12987 builtin and then its argument prototype would still apply. */
12988 #ifdef __cplusplus
12989 extern "C"
12990 #endif
12991 char waddch ();
12993 main ()
12995 return waddch ();
12997 return 0;
12999 _ACEOF
13000 rm -f conftest.$ac_objext conftest$ac_exeext
13001 if { (ac_try="$ac_link"
13002 case "(($ac_try" in
13003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13004 *) ac_try_echo=$ac_try;;
13005 esac
13006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13007 (eval "$ac_link") 2>conftest.er1
13008 ac_status=$?
13009 grep -v '^ *+' conftest.er1 >conftest.err
13010 rm -f conftest.er1
13011 cat conftest.err >&5
13012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13013 (exit $ac_status); } && {
13014 test -z "$ac_c_werror_flag" ||
13015 test ! -s conftest.err
13016 } && test -s conftest$ac_exeext &&
13017 $as_test_x conftest$ac_exeext; then
13018 case "$LIBEXT" in
13019 dll) ;;
13020 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'` ;;
13021 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13022 esac
13023 else
13024 echo "$as_me: failed program was:" >&5
13025 sed 's/^/| /' conftest.$ac_ext >&5
13030 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13031 conftest$ac_exeext conftest.$ac_ext
13032 LIBS=$ac_check_soname_save_LIBS
13034 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13035 { echo "$as_me:$LINENO: result: not found" >&5
13036 echo "${ECHO_T}not found" >&6; }
13038 else
13039 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13040 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13042 cat >>confdefs.h <<_ACEOF
13043 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13044 _ACEOF
13046 CURSESLIBS="-lncurses"
13049 elif test "$ac_cv_header_curses_h" = "yes"
13050 then
13051 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13052 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13053 if test "${ac_cv_lib_soname_curses+set}" = set; then
13054 echo $ECHO_N "(cached) $ECHO_C" >&6
13055 else
13056 ac_check_soname_save_LIBS=$LIBS
13057 LIBS="-lcurses $LIBS"
13058 cat >conftest.$ac_ext <<_ACEOF
13059 /* confdefs.h. */
13060 _ACEOF
13061 cat confdefs.h >>conftest.$ac_ext
13062 cat >>conftest.$ac_ext <<_ACEOF
13063 /* end confdefs.h. */
13065 /* Override any GCC internal prototype to avoid an error.
13066 Use char because int might match the return type of a GCC
13067 builtin and then its argument prototype would still apply. */
13068 #ifdef __cplusplus
13069 extern "C"
13070 #endif
13071 char waddch ();
13073 main ()
13075 return waddch ();
13077 return 0;
13079 _ACEOF
13080 rm -f conftest.$ac_objext conftest$ac_exeext
13081 if { (ac_try="$ac_link"
13082 case "(($ac_try" in
13083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13084 *) ac_try_echo=$ac_try;;
13085 esac
13086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13087 (eval "$ac_link") 2>conftest.er1
13088 ac_status=$?
13089 grep -v '^ *+' conftest.er1 >conftest.err
13090 rm -f conftest.er1
13091 cat conftest.err >&5
13092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13093 (exit $ac_status); } && {
13094 test -z "$ac_c_werror_flag" ||
13095 test ! -s conftest.err
13096 } && test -s conftest$ac_exeext &&
13097 $as_test_x conftest$ac_exeext; then
13098 case "$LIBEXT" in
13099 dll) ;;
13100 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'` ;;
13101 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13102 esac
13103 else
13104 echo "$as_me: failed program was:" >&5
13105 sed 's/^/| /' conftest.$ac_ext >&5
13110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13111 conftest$ac_exeext conftest.$ac_ext
13112 LIBS=$ac_check_soname_save_LIBS
13114 if test "x$ac_cv_lib_soname_curses" = "x"; then
13115 { echo "$as_me:$LINENO: result: not found" >&5
13116 echo "${ECHO_T}not found" >&6; }
13118 else
13119 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13120 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13122 cat >>confdefs.h <<_ACEOF
13123 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13124 _ACEOF
13126 CURSESLIBS="-lcurses"
13130 ac_save_LIBS="$LIBS"
13131 LIBS="$LIBS $CURSESLIBS"
13133 for ac_func in mousemask
13135 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13136 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13137 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13138 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13139 echo $ECHO_N "(cached) $ECHO_C" >&6
13140 else
13141 cat >conftest.$ac_ext <<_ACEOF
13142 /* confdefs.h. */
13143 _ACEOF
13144 cat confdefs.h >>conftest.$ac_ext
13145 cat >>conftest.$ac_ext <<_ACEOF
13146 /* end confdefs.h. */
13147 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13148 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13149 #define $ac_func innocuous_$ac_func
13151 /* System header to define __stub macros and hopefully few prototypes,
13152 which can conflict with char $ac_func (); below.
13153 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13154 <limits.h> exists even on freestanding compilers. */
13156 #ifdef __STDC__
13157 # include <limits.h>
13158 #else
13159 # include <assert.h>
13160 #endif
13162 #undef $ac_func
13164 /* Override any GCC internal prototype to avoid an error.
13165 Use char because int might match the return type of a GCC
13166 builtin and then its argument prototype would still apply. */
13167 #ifdef __cplusplus
13168 extern "C"
13169 #endif
13170 char $ac_func ();
13171 /* The GNU C library defines this for functions which it implements
13172 to always fail with ENOSYS. Some functions are actually named
13173 something starting with __ and the normal name is an alias. */
13174 #if defined __stub_$ac_func || defined __stub___$ac_func
13175 choke me
13176 #endif
13179 main ()
13181 return $ac_func ();
13183 return 0;
13185 _ACEOF
13186 rm -f conftest.$ac_objext conftest$ac_exeext
13187 if { (ac_try="$ac_link"
13188 case "(($ac_try" in
13189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13190 *) ac_try_echo=$ac_try;;
13191 esac
13192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13193 (eval "$ac_link") 2>conftest.er1
13194 ac_status=$?
13195 grep -v '^ *+' conftest.er1 >conftest.err
13196 rm -f conftest.er1
13197 cat conftest.err >&5
13198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13199 (exit $ac_status); } && {
13200 test -z "$ac_c_werror_flag" ||
13201 test ! -s conftest.err
13202 } && test -s conftest$ac_exeext &&
13203 $as_test_x conftest$ac_exeext; then
13204 eval "$as_ac_var=yes"
13205 else
13206 echo "$as_me: failed program was:" >&5
13207 sed 's/^/| /' conftest.$ac_ext >&5
13209 eval "$as_ac_var=no"
13212 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13213 conftest$ac_exeext conftest.$ac_ext
13215 ac_res=`eval echo '${'$as_ac_var'}'`
13216 { echo "$as_me:$LINENO: result: $ac_res" >&5
13217 echo "${ECHO_T}$ac_res" >&6; }
13218 if test `eval echo '${'$as_ac_var'}'` = yes; then
13219 cat >>confdefs.h <<_ACEOF
13220 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13221 _ACEOF
13224 done
13226 LIBS="$ac_save_LIBS"
13227 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13228 case "x$with_curses" in
13229 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13230 xno) ;;
13231 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13232 This is an error since --with-curses was requested." >&5
13233 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13234 This is an error since --with-curses was requested." >&2;}
13235 { (exit 1); exit 1; }; } ;;
13236 esac
13240 # Extract the first word of "sane-config", so it can be a program name with args.
13241 set dummy sane-config; ac_word=$2
13242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13244 if test "${ac_cv_prog_sane_devel+set}" = set; then
13245 echo $ECHO_N "(cached) $ECHO_C" >&6
13246 else
13247 if test -n "$sane_devel"; then
13248 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13249 else
13250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13251 for as_dir in $PATH
13253 IFS=$as_save_IFS
13254 test -z "$as_dir" && as_dir=.
13255 for ac_exec_ext in '' $ac_executable_extensions; do
13256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13257 ac_cv_prog_sane_devel="sane-config"
13258 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13259 break 2
13261 done
13262 done
13263 IFS=$as_save_IFS
13265 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13268 sane_devel=$ac_cv_prog_sane_devel
13269 if test -n "$sane_devel"; then
13270 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13271 echo "${ECHO_T}$sane_devel" >&6; }
13272 else
13273 { echo "$as_me:$LINENO: result: no" >&5
13274 echo "${ECHO_T}no" >&6; }
13278 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13279 then
13280 ac_sane_incl="`$sane_devel --cflags`"
13281 ac_sane_libs="`$sane_devel --ldflags`"
13282 ac_save_CPPFLAGS="$CPPFLAGS"
13283 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13284 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13285 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13286 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13287 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13288 echo $ECHO_N "(cached) $ECHO_C" >&6
13290 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13291 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13292 else
13293 # Is the header compilable?
13294 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13295 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13296 cat >conftest.$ac_ext <<_ACEOF
13297 /* confdefs.h. */
13298 _ACEOF
13299 cat confdefs.h >>conftest.$ac_ext
13300 cat >>conftest.$ac_ext <<_ACEOF
13301 /* end confdefs.h. */
13302 $ac_includes_default
13303 #include <sane/sane.h>
13304 _ACEOF
13305 rm -f conftest.$ac_objext
13306 if { (ac_try="$ac_compile"
13307 case "(($ac_try" in
13308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13309 *) ac_try_echo=$ac_try;;
13310 esac
13311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13312 (eval "$ac_compile") 2>conftest.er1
13313 ac_status=$?
13314 grep -v '^ *+' conftest.er1 >conftest.err
13315 rm -f conftest.er1
13316 cat conftest.err >&5
13317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13318 (exit $ac_status); } && {
13319 test -z "$ac_c_werror_flag" ||
13320 test ! -s conftest.err
13321 } && test -s conftest.$ac_objext; then
13322 ac_header_compiler=yes
13323 else
13324 echo "$as_me: failed program was:" >&5
13325 sed 's/^/| /' conftest.$ac_ext >&5
13327 ac_header_compiler=no
13330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13331 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13332 echo "${ECHO_T}$ac_header_compiler" >&6; }
13334 # Is the header present?
13335 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13336 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13337 cat >conftest.$ac_ext <<_ACEOF
13338 /* confdefs.h. */
13339 _ACEOF
13340 cat confdefs.h >>conftest.$ac_ext
13341 cat >>conftest.$ac_ext <<_ACEOF
13342 /* end confdefs.h. */
13343 #include <sane/sane.h>
13344 _ACEOF
13345 if { (ac_try="$ac_cpp conftest.$ac_ext"
13346 case "(($ac_try" in
13347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13348 *) ac_try_echo=$ac_try;;
13349 esac
13350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13351 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13352 ac_status=$?
13353 grep -v '^ *+' conftest.er1 >conftest.err
13354 rm -f conftest.er1
13355 cat conftest.err >&5
13356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13357 (exit $ac_status); } >/dev/null && {
13358 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13359 test ! -s conftest.err
13360 }; then
13361 ac_header_preproc=yes
13362 else
13363 echo "$as_me: failed program was:" >&5
13364 sed 's/^/| /' conftest.$ac_ext >&5
13366 ac_header_preproc=no
13369 rm -f conftest.err conftest.$ac_ext
13370 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13371 echo "${ECHO_T}$ac_header_preproc" >&6; }
13373 # So? What about this header?
13374 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13375 yes:no: )
13376 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13377 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13378 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13379 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13380 ac_header_preproc=yes
13382 no:yes:* )
13383 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13384 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13385 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13386 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13387 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13388 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13389 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13390 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13391 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13392 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13393 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13394 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13395 ( cat <<\_ASBOX
13396 ## ------------------------------------ ##
13397 ## Report this to wine-devel@winehq.org ##
13398 ## ------------------------------------ ##
13399 _ASBOX
13400 ) | sed "s/^/$as_me: WARNING: /" >&2
13402 esac
13403 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13404 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13405 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13406 echo $ECHO_N "(cached) $ECHO_C" >&6
13407 else
13408 ac_cv_header_sane_sane_h=$ac_header_preproc
13410 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13411 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13414 if test $ac_cv_header_sane_sane_h = yes; then
13415 { echo "$as_me:$LINENO: checking for -lsane" >&5
13416 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13417 if test "${ac_cv_lib_soname_sane+set}" = set; then
13418 echo $ECHO_N "(cached) $ECHO_C" >&6
13419 else
13420 ac_check_soname_save_LIBS=$LIBS
13421 LIBS="-lsane $ac_sane_libs $LIBS"
13422 cat >conftest.$ac_ext <<_ACEOF
13423 /* confdefs.h. */
13424 _ACEOF
13425 cat confdefs.h >>conftest.$ac_ext
13426 cat >>conftest.$ac_ext <<_ACEOF
13427 /* end confdefs.h. */
13429 /* Override any GCC internal prototype to avoid an error.
13430 Use char because int might match the return type of a GCC
13431 builtin and then its argument prototype would still apply. */
13432 #ifdef __cplusplus
13433 extern "C"
13434 #endif
13435 char sane_init ();
13437 main ()
13439 return sane_init ();
13441 return 0;
13443 _ACEOF
13444 rm -f conftest.$ac_objext conftest$ac_exeext
13445 if { (ac_try="$ac_link"
13446 case "(($ac_try" in
13447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13448 *) ac_try_echo=$ac_try;;
13449 esac
13450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13451 (eval "$ac_link") 2>conftest.er1
13452 ac_status=$?
13453 grep -v '^ *+' conftest.er1 >conftest.err
13454 rm -f conftest.er1
13455 cat conftest.err >&5
13456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13457 (exit $ac_status); } && {
13458 test -z "$ac_c_werror_flag" ||
13459 test ! -s conftest.err
13460 } && test -s conftest$ac_exeext &&
13461 $as_test_x conftest$ac_exeext; then
13462 case "$LIBEXT" in
13463 dll) ;;
13464 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'` ;;
13465 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13466 esac
13467 else
13468 echo "$as_me: failed program was:" >&5
13469 sed 's/^/| /' conftest.$ac_ext >&5
13474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13475 conftest$ac_exeext conftest.$ac_ext
13476 LIBS=$ac_check_soname_save_LIBS
13478 if test "x$ac_cv_lib_soname_sane" = "x"; then
13479 { echo "$as_me:$LINENO: result: not found" >&5
13480 echo "${ECHO_T}not found" >&6; }
13482 else
13483 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13484 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13486 cat >>confdefs.h <<_ACEOF
13487 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13488 _ACEOF
13490 SANEINCL="$ac_sane_incl"
13497 CPPFLAGS="$ac_save_CPPFLAGS"
13499 if test "x$ac_cv_lib_soname_sane" = "x"; then
13500 case "x$with_sane" in
13501 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13502 xno) ;;
13503 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13504 This is an error since --with-sane was requested." >&5
13505 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13506 This is an error since --with-sane was requested." >&2;}
13507 { (exit 1); exit 1; }; } ;;
13508 esac
13512 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13513 set dummy gphoto2-config; ac_word=$2
13514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13516 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13517 echo $ECHO_N "(cached) $ECHO_C" >&6
13518 else
13519 if test -n "$gphoto2_devel"; then
13520 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13521 else
13522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13523 for as_dir in $PATH
13525 IFS=$as_save_IFS
13526 test -z "$as_dir" && as_dir=.
13527 for ac_exec_ext in '' $ac_executable_extensions; do
13528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13529 ac_cv_prog_gphoto2_devel="gphoto2-config"
13530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13531 break 2
13533 done
13534 done
13535 IFS=$as_save_IFS
13537 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13540 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13541 if test -n "$gphoto2_devel"; then
13542 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13543 echo "${ECHO_T}$gphoto2_devel" >&6; }
13544 else
13545 { echo "$as_me:$LINENO: result: no" >&5
13546 echo "${ECHO_T}no" >&6; }
13550 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13551 set dummy gphoto2-port-config; ac_word=$2
13552 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13553 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13554 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13555 echo $ECHO_N "(cached) $ECHO_C" >&6
13556 else
13557 if test -n "$gphoto2port_devel"; then
13558 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13559 else
13560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13561 for as_dir in $PATH
13563 IFS=$as_save_IFS
13564 test -z "$as_dir" && as_dir=.
13565 for ac_exec_ext in '' $ac_executable_extensions; do
13566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13567 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13568 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13569 break 2
13571 done
13572 done
13573 IFS=$as_save_IFS
13575 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13578 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13579 if test -n "$gphoto2port_devel"; then
13580 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13581 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13582 else
13583 { echo "$as_me:$LINENO: result: no" >&5
13584 echo "${ECHO_T}no" >&6; }
13588 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13589 then
13590 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13591 ac_gphoto2_libs=""
13592 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13594 case "$i" in
13595 -L/usr/lib|-L/usr/lib64) ;;
13596 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13597 esac
13598 done
13599 ac_save_CPPFLAGS="$CPPFLAGS"
13600 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13601 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13602 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13603 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13604 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13605 echo $ECHO_N "(cached) $ECHO_C" >&6
13607 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13608 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13609 else
13610 # Is the header compilable?
13611 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13612 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13613 cat >conftest.$ac_ext <<_ACEOF
13614 /* confdefs.h. */
13615 _ACEOF
13616 cat confdefs.h >>conftest.$ac_ext
13617 cat >>conftest.$ac_ext <<_ACEOF
13618 /* end confdefs.h. */
13619 $ac_includes_default
13620 #include <gphoto2-camera.h>
13621 _ACEOF
13622 rm -f conftest.$ac_objext
13623 if { (ac_try="$ac_compile"
13624 case "(($ac_try" in
13625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13626 *) ac_try_echo=$ac_try;;
13627 esac
13628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13629 (eval "$ac_compile") 2>conftest.er1
13630 ac_status=$?
13631 grep -v '^ *+' conftest.er1 >conftest.err
13632 rm -f conftest.er1
13633 cat conftest.err >&5
13634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13635 (exit $ac_status); } && {
13636 test -z "$ac_c_werror_flag" ||
13637 test ! -s conftest.err
13638 } && test -s conftest.$ac_objext; then
13639 ac_header_compiler=yes
13640 else
13641 echo "$as_me: failed program was:" >&5
13642 sed 's/^/| /' conftest.$ac_ext >&5
13644 ac_header_compiler=no
13647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13648 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13649 echo "${ECHO_T}$ac_header_compiler" >&6; }
13651 # Is the header present?
13652 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13653 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13654 cat >conftest.$ac_ext <<_ACEOF
13655 /* confdefs.h. */
13656 _ACEOF
13657 cat confdefs.h >>conftest.$ac_ext
13658 cat >>conftest.$ac_ext <<_ACEOF
13659 /* end confdefs.h. */
13660 #include <gphoto2-camera.h>
13661 _ACEOF
13662 if { (ac_try="$ac_cpp conftest.$ac_ext"
13663 case "(($ac_try" in
13664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13665 *) ac_try_echo=$ac_try;;
13666 esac
13667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13668 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13669 ac_status=$?
13670 grep -v '^ *+' conftest.er1 >conftest.err
13671 rm -f conftest.er1
13672 cat conftest.err >&5
13673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13674 (exit $ac_status); } >/dev/null && {
13675 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13676 test ! -s conftest.err
13677 }; then
13678 ac_header_preproc=yes
13679 else
13680 echo "$as_me: failed program was:" >&5
13681 sed 's/^/| /' conftest.$ac_ext >&5
13683 ac_header_preproc=no
13686 rm -f conftest.err conftest.$ac_ext
13687 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13688 echo "${ECHO_T}$ac_header_preproc" >&6; }
13690 # So? What about this header?
13691 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13692 yes:no: )
13693 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13694 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13695 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13696 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13697 ac_header_preproc=yes
13699 no:yes:* )
13700 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13701 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13702 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13703 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13704 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13705 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13706 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13707 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13708 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13709 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13710 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13711 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13712 ( cat <<\_ASBOX
13713 ## ------------------------------------ ##
13714 ## Report this to wine-devel@winehq.org ##
13715 ## ------------------------------------ ##
13716 _ASBOX
13717 ) | sed "s/^/$as_me: WARNING: /" >&2
13719 esac
13720 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13721 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13722 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13723 echo $ECHO_N "(cached) $ECHO_C" >&6
13724 else
13725 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13727 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13728 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13731 if test $ac_cv_header_gphoto2_camera_h = yes; then
13732 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13733 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13734 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13735 echo $ECHO_N "(cached) $ECHO_C" >&6
13736 else
13737 ac_check_lib_save_LIBS=$LIBS
13738 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13739 cat >conftest.$ac_ext <<_ACEOF
13740 /* confdefs.h. */
13741 _ACEOF
13742 cat confdefs.h >>conftest.$ac_ext
13743 cat >>conftest.$ac_ext <<_ACEOF
13744 /* end confdefs.h. */
13746 /* Override any GCC internal prototype to avoid an error.
13747 Use char because int might match the return type of a GCC
13748 builtin and then its argument prototype would still apply. */
13749 #ifdef __cplusplus
13750 extern "C"
13751 #endif
13752 char gp_camera_new ();
13754 main ()
13756 return gp_camera_new ();
13758 return 0;
13760 _ACEOF
13761 rm -f conftest.$ac_objext conftest$ac_exeext
13762 if { (ac_try="$ac_link"
13763 case "(($ac_try" in
13764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13765 *) ac_try_echo=$ac_try;;
13766 esac
13767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13768 (eval "$ac_link") 2>conftest.er1
13769 ac_status=$?
13770 grep -v '^ *+' conftest.er1 >conftest.err
13771 rm -f conftest.er1
13772 cat conftest.err >&5
13773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13774 (exit $ac_status); } && {
13775 test -z "$ac_c_werror_flag" ||
13776 test ! -s conftest.err
13777 } && test -s conftest$ac_exeext &&
13778 $as_test_x conftest$ac_exeext; then
13779 ac_cv_lib_gphoto2_gp_camera_new=yes
13780 else
13781 echo "$as_me: failed program was:" >&5
13782 sed 's/^/| /' conftest.$ac_ext >&5
13784 ac_cv_lib_gphoto2_gp_camera_new=no
13787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13788 conftest$ac_exeext conftest.$ac_ext
13789 LIBS=$ac_check_lib_save_LIBS
13791 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13792 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13793 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13795 cat >>confdefs.h <<\_ACEOF
13796 #define HAVE_GPHOTO2 1
13797 _ACEOF
13799 GPHOTO2LIBS="$ac_gphoto2_libs"
13801 GPHOTO2INCL="$ac_gphoto2_incl"
13808 CPPFLAGS="$ac_save_CPPFLAGS"
13810 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13811 case "x$with_gphoto" in
13812 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13813 xno) ;;
13814 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13815 This is an error since --with-gphoto was requested." >&5
13816 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13817 This is an error since --with-gphoto was requested." >&2;}
13818 { (exit 1); exit 1; }; } ;;
13819 esac
13824 RESOLVLIBS=""
13826 if test "$ac_cv_header_resolv_h" = "yes"
13827 then
13828 ac_save_LIBS="$LIBS"
13829 LIBS="$LIBS -lresolv"
13830 cat >conftest.$ac_ext <<_ACEOF
13831 /* confdefs.h. */
13832 _ACEOF
13833 cat confdefs.h >>conftest.$ac_ext
13834 cat >>conftest.$ac_ext <<_ACEOF
13835 /* end confdefs.h. */
13836 #ifdef HAVE_NETINET_IN_H
13837 #include <netinet/in.h>
13838 #endif
13839 #include <resolv.h>
13841 main ()
13843 res_init();
13845 return 0;
13847 _ACEOF
13848 rm -f conftest.$ac_objext conftest$ac_exeext
13849 if { (ac_try="$ac_link"
13850 case "(($ac_try" in
13851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13852 *) ac_try_echo=$ac_try;;
13853 esac
13854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13855 (eval "$ac_link") 2>conftest.er1
13856 ac_status=$?
13857 grep -v '^ *+' conftest.er1 >conftest.err
13858 rm -f conftest.er1
13859 cat conftest.err >&5
13860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13861 (exit $ac_status); } && {
13862 test -z "$ac_c_werror_flag" ||
13863 test ! -s conftest.err
13864 } && test -s conftest$ac_exeext &&
13865 $as_test_x conftest$ac_exeext; then
13867 cat >>confdefs.h <<\_ACEOF
13868 #define HAVE_RESOLV 1
13869 _ACEOF
13871 RESOLVLIBS="-lresolv"
13872 else
13873 echo "$as_me: failed program was:" >&5
13874 sed 's/^/| /' conftest.$ac_ext >&5
13879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13880 conftest$ac_exeext conftest.$ac_ext
13881 LIBS="$ac_save_LIBS"
13884 LCMSLIBS=""
13886 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13887 then
13888 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13889 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13890 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13891 echo $ECHO_N "(cached) $ECHO_C" >&6
13892 else
13893 ac_check_lib_save_LIBS=$LIBS
13894 LIBS="-llcms $LIBS"
13895 cat >conftest.$ac_ext <<_ACEOF
13896 /* confdefs.h. */
13897 _ACEOF
13898 cat confdefs.h >>conftest.$ac_ext
13899 cat >>conftest.$ac_ext <<_ACEOF
13900 /* end confdefs.h. */
13902 /* Override any GCC internal prototype to avoid an error.
13903 Use char because int might match the return type of a GCC
13904 builtin and then its argument prototype would still apply. */
13905 #ifdef __cplusplus
13906 extern "C"
13907 #endif
13908 char cmsOpenProfileFromFile ();
13910 main ()
13912 return cmsOpenProfileFromFile ();
13914 return 0;
13916 _ACEOF
13917 rm -f conftest.$ac_objext conftest$ac_exeext
13918 if { (ac_try="$ac_link"
13919 case "(($ac_try" in
13920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13921 *) ac_try_echo=$ac_try;;
13922 esac
13923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13924 (eval "$ac_link") 2>conftest.er1
13925 ac_status=$?
13926 grep -v '^ *+' conftest.er1 >conftest.err
13927 rm -f conftest.er1
13928 cat conftest.err >&5
13929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13930 (exit $ac_status); } && {
13931 test -z "$ac_c_werror_flag" ||
13932 test ! -s conftest.err
13933 } && test -s conftest$ac_exeext &&
13934 $as_test_x conftest$ac_exeext; then
13935 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13936 else
13937 echo "$as_me: failed program was:" >&5
13938 sed 's/^/| /' conftest.$ac_ext >&5
13940 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13944 conftest$ac_exeext conftest.$ac_ext
13945 LIBS=$ac_check_lib_save_LIBS
13947 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13948 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13949 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13951 cat >>confdefs.h <<\_ACEOF
13952 #define HAVE_LCMS 1
13953 _ACEOF
13955 LCMSLIBS="-llcms"
13959 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13960 case "x$with_cms" in
13961 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
13962 xno) ;;
13963 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13964 This is an error since --with-cms was requested." >&5
13965 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13966 This is an error since --with-cms was requested." >&2;}
13967 { (exit 1); exit 1; }; } ;;
13968 esac
13972 for ac_prog in freetype-config freetype2-config
13974 # Extract the first word of "$ac_prog", so it can be a program name with args.
13975 set dummy $ac_prog; ac_word=$2
13976 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13977 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13978 if test "${ac_cv_prog_ft_devel+set}" = set; then
13979 echo $ECHO_N "(cached) $ECHO_C" >&6
13980 else
13981 if test -n "$ft_devel"; then
13982 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13983 else
13984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13985 for as_dir in $PATH
13987 IFS=$as_save_IFS
13988 test -z "$as_dir" && as_dir=.
13989 for ac_exec_ext in '' $ac_executable_extensions; do
13990 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13991 ac_cv_prog_ft_devel="$ac_prog"
13992 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13993 break 2
13995 done
13996 done
13997 IFS=$as_save_IFS
14001 ft_devel=$ac_cv_prog_ft_devel
14002 if test -n "$ft_devel"; then
14003 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14004 echo "${ECHO_T}$ft_devel" >&6; }
14005 else
14006 { echo "$as_me:$LINENO: result: no" >&5
14007 echo "${ECHO_T}no" >&6; }
14011 test -n "$ft_devel" && break
14012 done
14013 test -n "$ft_devel" || ft_devel="false"
14015 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14016 then
14017 ac_freetype_libs=`$ft_devel --libs`
14018 ac_freetype_incl=`$ft_devel --cflags`
14019 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14020 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14021 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14022 echo $ECHO_N "(cached) $ECHO_C" >&6
14023 else
14024 ac_check_soname_save_LIBS=$LIBS
14025 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14026 cat >conftest.$ac_ext <<_ACEOF
14027 /* confdefs.h. */
14028 _ACEOF
14029 cat confdefs.h >>conftest.$ac_ext
14030 cat >>conftest.$ac_ext <<_ACEOF
14031 /* end confdefs.h. */
14033 /* Override any GCC internal prototype to avoid an error.
14034 Use char because int might match the return type of a GCC
14035 builtin and then its argument prototype would still apply. */
14036 #ifdef __cplusplus
14037 extern "C"
14038 #endif
14039 char FT_Init_FreeType ();
14041 main ()
14043 return FT_Init_FreeType ();
14045 return 0;
14047 _ACEOF
14048 rm -f conftest.$ac_objext conftest$ac_exeext
14049 if { (ac_try="$ac_link"
14050 case "(($ac_try" in
14051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14052 *) ac_try_echo=$ac_try;;
14053 esac
14054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14055 (eval "$ac_link") 2>conftest.er1
14056 ac_status=$?
14057 grep -v '^ *+' conftest.er1 >conftest.err
14058 rm -f conftest.er1
14059 cat conftest.err >&5
14060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14061 (exit $ac_status); } && {
14062 test -z "$ac_c_werror_flag" ||
14063 test ! -s conftest.err
14064 } && test -s conftest$ac_exeext &&
14065 $as_test_x conftest$ac_exeext; then
14066 case "$LIBEXT" in
14067 dll) ;;
14068 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'` ;;
14069 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14070 esac
14071 else
14072 echo "$as_me: failed program was:" >&5
14073 sed 's/^/| /' conftest.$ac_ext >&5
14078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14079 conftest$ac_exeext conftest.$ac_ext
14080 LIBS=$ac_check_soname_save_LIBS
14082 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14083 { echo "$as_me:$LINENO: result: not found" >&5
14084 echo "${ECHO_T}not found" >&6; }
14085 ft_lib=no
14086 else
14087 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14088 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14090 cat >>confdefs.h <<_ACEOF
14091 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14092 _ACEOF
14094 ft_lib=yes
14097 if test "$ft_lib" = "yes"
14098 then
14099 ac_save_CPPFLAGS="$CPPFLAGS"
14100 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14114 for ac_header in ft2build.h \
14115 freetype/freetype.h \
14116 freetype/ftglyph.h \
14117 freetype/fttypes.h \
14118 freetype/tttables.h \
14119 freetype/ftnames.h \
14120 freetype/ftsnames.h \
14121 freetype/ttnameid.h \
14122 freetype/ftoutln.h \
14123 freetype/ftwinfnt.h \
14124 freetype/ftmodapi.h \
14125 freetype/ftlcdfil.h \
14126 freetype/internal/sfnt.h
14128 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14129 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14130 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14131 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14132 echo $ECHO_N "(cached) $ECHO_C" >&6
14133 else
14134 cat >conftest.$ac_ext <<_ACEOF
14135 /* confdefs.h. */
14136 _ACEOF
14137 cat confdefs.h >>conftest.$ac_ext
14138 cat >>conftest.$ac_ext <<_ACEOF
14139 /* end confdefs.h. */
14140 #ifdef HAVE_FT2BUILD_H
14141 # include <ft2build.h>
14142 #endif
14144 #include <$ac_header>
14145 _ACEOF
14146 rm -f conftest.$ac_objext
14147 if { (ac_try="$ac_compile"
14148 case "(($ac_try" in
14149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14150 *) ac_try_echo=$ac_try;;
14151 esac
14152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14153 (eval "$ac_compile") 2>conftest.er1
14154 ac_status=$?
14155 grep -v '^ *+' conftest.er1 >conftest.err
14156 rm -f conftest.er1
14157 cat conftest.err >&5
14158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14159 (exit $ac_status); } && {
14160 test -z "$ac_c_werror_flag" ||
14161 test ! -s conftest.err
14162 } && test -s conftest.$ac_objext; then
14163 eval "$as_ac_Header=yes"
14164 else
14165 echo "$as_me: failed program was:" >&5
14166 sed 's/^/| /' conftest.$ac_ext >&5
14168 eval "$as_ac_Header=no"
14171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14173 ac_res=`eval echo '${'$as_ac_Header'}'`
14174 { echo "$as_me:$LINENO: result: $ac_res" >&5
14175 echo "${ECHO_T}$ac_res" >&6; }
14176 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14177 cat >>confdefs.h <<_ACEOF
14178 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14179 _ACEOF
14183 done
14185 cat >conftest.$ac_ext <<_ACEOF
14186 /* confdefs.h. */
14187 _ACEOF
14188 cat confdefs.h >>conftest.$ac_ext
14189 cat >>conftest.$ac_ext <<_ACEOF
14190 /* end confdefs.h. */
14191 #include <ft2build.h>
14192 #include <freetype/fttrigon.h>
14193 _ACEOF
14194 if { (ac_try="$ac_cpp conftest.$ac_ext"
14195 case "(($ac_try" in
14196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14197 *) ac_try_echo=$ac_try;;
14198 esac
14199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14200 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14201 ac_status=$?
14202 grep -v '^ *+' conftest.er1 >conftest.err
14203 rm -f conftest.er1
14204 cat conftest.err >&5
14205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14206 (exit $ac_status); } >/dev/null && {
14207 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14208 test ! -s conftest.err
14209 }; then
14211 cat >>confdefs.h <<\_ACEOF
14212 #define HAVE_FREETYPE_FTTRIGON_H 1
14213 _ACEOF
14215 wine_cv_fttrigon=yes
14216 else
14217 echo "$as_me: failed program was:" >&5
14218 sed 's/^/| /' conftest.$ac_ext >&5
14220 wine_cv_fttrigon=no
14223 rm -f conftest.err conftest.$ac_ext
14224 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14225 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14226 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14227 echo $ECHO_N "(cached) $ECHO_C" >&6
14228 else
14229 cat >conftest.$ac_ext <<_ACEOF
14230 /* confdefs.h. */
14231 _ACEOF
14232 cat confdefs.h >>conftest.$ac_ext
14233 cat >>conftest.$ac_ext <<_ACEOF
14234 /* end confdefs.h. */
14235 #include <freetype/ftmodapi.h>
14237 typedef FT_TrueTypeEngineType ac__type_new_;
14239 main ()
14241 if ((ac__type_new_ *) 0)
14242 return 0;
14243 if (sizeof (ac__type_new_))
14244 return 0;
14246 return 0;
14248 _ACEOF
14249 rm -f conftest.$ac_objext
14250 if { (ac_try="$ac_compile"
14251 case "(($ac_try" in
14252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14253 *) ac_try_echo=$ac_try;;
14254 esac
14255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14256 (eval "$ac_compile") 2>conftest.er1
14257 ac_status=$?
14258 grep -v '^ *+' conftest.er1 >conftest.err
14259 rm -f conftest.er1
14260 cat conftest.err >&5
14261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14262 (exit $ac_status); } && {
14263 test -z "$ac_c_werror_flag" ||
14264 test ! -s conftest.err
14265 } && test -s conftest.$ac_objext; then
14266 ac_cv_type_FT_TrueTypeEngineType=yes
14267 else
14268 echo "$as_me: failed program was:" >&5
14269 sed 's/^/| /' conftest.$ac_ext >&5
14271 ac_cv_type_FT_TrueTypeEngineType=no
14274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14276 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14277 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14278 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14280 cat >>confdefs.h <<_ACEOF
14281 #define HAVE_FT_TRUETYPEENGINETYPE 1
14282 _ACEOF
14287 ac_save_CFLAGS="$CFLAGS"
14288 CFLAGS="$CFLAGS $ac_freetype_libs"
14290 for ac_func in FT_Load_Sfnt_Table
14292 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14293 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14294 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14295 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14296 echo $ECHO_N "(cached) $ECHO_C" >&6
14297 else
14298 cat >conftest.$ac_ext <<_ACEOF
14299 /* confdefs.h. */
14300 _ACEOF
14301 cat confdefs.h >>conftest.$ac_ext
14302 cat >>conftest.$ac_ext <<_ACEOF
14303 /* end confdefs.h. */
14304 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14305 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14306 #define $ac_func innocuous_$ac_func
14308 /* System header to define __stub macros and hopefully few prototypes,
14309 which can conflict with char $ac_func (); below.
14310 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14311 <limits.h> exists even on freestanding compilers. */
14313 #ifdef __STDC__
14314 # include <limits.h>
14315 #else
14316 # include <assert.h>
14317 #endif
14319 #undef $ac_func
14321 /* Override any GCC internal prototype to avoid an error.
14322 Use char because int might match the return type of a GCC
14323 builtin and then its argument prototype would still apply. */
14324 #ifdef __cplusplus
14325 extern "C"
14326 #endif
14327 char $ac_func ();
14328 /* The GNU C library defines this for functions which it implements
14329 to always fail with ENOSYS. Some functions are actually named
14330 something starting with __ and the normal name is an alias. */
14331 #if defined __stub_$ac_func || defined __stub___$ac_func
14332 choke me
14333 #endif
14336 main ()
14338 return $ac_func ();
14340 return 0;
14342 _ACEOF
14343 rm -f conftest.$ac_objext conftest$ac_exeext
14344 if { (ac_try="$ac_link"
14345 case "(($ac_try" in
14346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14347 *) ac_try_echo=$ac_try;;
14348 esac
14349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14350 (eval "$ac_link") 2>conftest.er1
14351 ac_status=$?
14352 grep -v '^ *+' conftest.er1 >conftest.err
14353 rm -f conftest.er1
14354 cat conftest.err >&5
14355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14356 (exit $ac_status); } && {
14357 test -z "$ac_c_werror_flag" ||
14358 test ! -s conftest.err
14359 } && test -s conftest$ac_exeext &&
14360 $as_test_x conftest$ac_exeext; then
14361 eval "$as_ac_var=yes"
14362 else
14363 echo "$as_me: failed program was:" >&5
14364 sed 's/^/| /' conftest.$ac_ext >&5
14366 eval "$as_ac_var=no"
14369 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14370 conftest$ac_exeext conftest.$ac_ext
14372 ac_res=`eval echo '${'$as_ac_var'}'`
14373 { echo "$as_me:$LINENO: result: $ac_res" >&5
14374 echo "${ECHO_T}$ac_res" >&6; }
14375 if test `eval echo '${'$as_ac_var'}'` = yes; then
14376 cat >>confdefs.h <<_ACEOF
14377 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14378 _ACEOF
14381 done
14383 CFLAGS="$ac_save_CFLAGS"
14384 CPPFLAGS="$ac_save_CPPFLAGS"
14385 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14386 then
14388 cat >>confdefs.h <<\_ACEOF
14389 #define HAVE_FREETYPE 1
14390 _ACEOF
14392 FREETYPELIBS="$ac_freetype_libs"
14394 FREETYPEINCL="$ac_freetype_incl"
14399 if test "x$FREETYPELIBS" = "x"; then
14400 case "x$with_freetype" in
14401 xno) ;;
14402 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14403 Use the --without-freetype option if you really want this." >&5
14404 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14405 Use the --without-freetype option if you really want this." >&2;}
14406 { (exit 1); exit 1; }; } ;;
14407 esac
14410 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14412 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14413 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14414 if test "${ac_cv_c_ppdev+set}" = set; then
14415 echo $ECHO_N "(cached) $ECHO_C" >&6
14416 else
14417 cat >conftest.$ac_ext <<_ACEOF
14418 /* confdefs.h. */
14419 _ACEOF
14420 cat confdefs.h >>conftest.$ac_ext
14421 cat >>conftest.$ac_ext <<_ACEOF
14422 /* end confdefs.h. */
14423 #include <linux/ppdev.h>
14425 main ()
14427 ioctl (1,PPCLAIM,0)
14429 return 0;
14431 _ACEOF
14432 rm -f conftest.$ac_objext
14433 if { (ac_try="$ac_compile"
14434 case "(($ac_try" in
14435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14436 *) ac_try_echo=$ac_try;;
14437 esac
14438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14439 (eval "$ac_compile") 2>conftest.er1
14440 ac_status=$?
14441 grep -v '^ *+' conftest.er1 >conftest.err
14442 rm -f conftest.er1
14443 cat conftest.err >&5
14444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14445 (exit $ac_status); } && {
14446 test -z "$ac_c_werror_flag" ||
14447 test ! -s conftest.err
14448 } && test -s conftest.$ac_objext; then
14449 ac_cv_c_ppdev="yes"
14450 else
14451 echo "$as_me: failed program was:" >&5
14452 sed 's/^/| /' conftest.$ac_ext >&5
14454 ac_cv_c_ppdev="no"
14457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14459 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14460 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14461 if test "$ac_cv_c_ppdev" = "yes"
14462 then
14464 cat >>confdefs.h <<\_ACEOF
14465 #define HAVE_PPDEV 1
14466 _ACEOF
14470 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14471 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14472 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14473 echo $ECHO_N "(cached) $ECHO_C" >&6
14474 else
14475 cat >conftest.$ac_ext <<_ACEOF
14476 /* confdefs.h. */
14477 _ACEOF
14478 cat confdefs.h >>conftest.$ac_ext
14479 cat >>conftest.$ac_ext <<_ACEOF
14480 /* end confdefs.h. */
14481 #define _GNU_SOURCE
14482 #include <pthread.h>
14484 typedef pthread_rwlock_t ac__type_new_;
14486 main ()
14488 if ((ac__type_new_ *) 0)
14489 return 0;
14490 if (sizeof (ac__type_new_))
14491 return 0;
14493 return 0;
14495 _ACEOF
14496 rm -f conftest.$ac_objext
14497 if { (ac_try="$ac_compile"
14498 case "(($ac_try" in
14499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14500 *) ac_try_echo=$ac_try;;
14501 esac
14502 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14503 (eval "$ac_compile") 2>conftest.er1
14504 ac_status=$?
14505 grep -v '^ *+' conftest.er1 >conftest.err
14506 rm -f conftest.er1
14507 cat conftest.err >&5
14508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14509 (exit $ac_status); } && {
14510 test -z "$ac_c_werror_flag" ||
14511 test ! -s conftest.err
14512 } && test -s conftest.$ac_objext; then
14513 ac_cv_type_pthread_rwlock_t=yes
14514 else
14515 echo "$as_me: failed program was:" >&5
14516 sed 's/^/| /' conftest.$ac_ext >&5
14518 ac_cv_type_pthread_rwlock_t=no
14521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14523 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14524 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14525 if test $ac_cv_type_pthread_rwlock_t = yes; then
14527 cat >>confdefs.h <<_ACEOF
14528 #define HAVE_PTHREAD_RWLOCK_T 1
14529 _ACEOF
14533 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14534 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14535 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14536 echo $ECHO_N "(cached) $ECHO_C" >&6
14537 else
14538 cat >conftest.$ac_ext <<_ACEOF
14539 /* confdefs.h. */
14540 _ACEOF
14541 cat confdefs.h >>conftest.$ac_ext
14542 cat >>conftest.$ac_ext <<_ACEOF
14543 /* end confdefs.h. */
14544 #define _GNU_SOURCE
14545 #include <pthread.h>
14547 typedef pthread_rwlockattr_t ac__type_new_;
14549 main ()
14551 if ((ac__type_new_ *) 0)
14552 return 0;
14553 if (sizeof (ac__type_new_))
14554 return 0;
14556 return 0;
14558 _ACEOF
14559 rm -f conftest.$ac_objext
14560 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
14576 ac_cv_type_pthread_rwlockattr_t=yes
14577 else
14578 echo "$as_me: failed program was:" >&5
14579 sed 's/^/| /' conftest.$ac_ext >&5
14581 ac_cv_type_pthread_rwlockattr_t=no
14584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14586 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14587 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14588 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14590 cat >>confdefs.h <<_ACEOF
14591 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14592 _ACEOF
14598 ac_wine_check_funcs_save_LIBS="$LIBS"
14599 LIBS="$LIBS $LIBPTHREAD"
14604 for ac_func in \
14605 pthread_attr_get_np \
14606 pthread_getattr_np \
14607 pthread_get_stackaddr_np \
14608 pthread_get_stacksize_np
14610 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14611 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14612 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14613 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14614 echo $ECHO_N "(cached) $ECHO_C" >&6
14615 else
14616 cat >conftest.$ac_ext <<_ACEOF
14617 /* confdefs.h. */
14618 _ACEOF
14619 cat confdefs.h >>conftest.$ac_ext
14620 cat >>conftest.$ac_ext <<_ACEOF
14621 /* end confdefs.h. */
14622 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14623 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14624 #define $ac_func innocuous_$ac_func
14626 /* System header to define __stub macros and hopefully few prototypes,
14627 which can conflict with char $ac_func (); below.
14628 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14629 <limits.h> exists even on freestanding compilers. */
14631 #ifdef __STDC__
14632 # include <limits.h>
14633 #else
14634 # include <assert.h>
14635 #endif
14637 #undef $ac_func
14639 /* Override any GCC internal prototype to avoid an error.
14640 Use char because int might match the return type of a GCC
14641 builtin and then its argument prototype would still apply. */
14642 #ifdef __cplusplus
14643 extern "C"
14644 #endif
14645 char $ac_func ();
14646 /* The GNU C library defines this for functions which it implements
14647 to always fail with ENOSYS. Some functions are actually named
14648 something starting with __ and the normal name is an alias. */
14649 #if defined __stub_$ac_func || defined __stub___$ac_func
14650 choke me
14651 #endif
14654 main ()
14656 return $ac_func ();
14658 return 0;
14660 _ACEOF
14661 rm -f conftest.$ac_objext conftest$ac_exeext
14662 if { (ac_try="$ac_link"
14663 case "(($ac_try" in
14664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14665 *) ac_try_echo=$ac_try;;
14666 esac
14667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14668 (eval "$ac_link") 2>conftest.er1
14669 ac_status=$?
14670 grep -v '^ *+' conftest.er1 >conftest.err
14671 rm -f conftest.er1
14672 cat conftest.err >&5
14673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14674 (exit $ac_status); } && {
14675 test -z "$ac_c_werror_flag" ||
14676 test ! -s conftest.err
14677 } && test -s conftest$ac_exeext &&
14678 $as_test_x conftest$ac_exeext; then
14679 eval "$as_ac_var=yes"
14680 else
14681 echo "$as_me: failed program was:" >&5
14682 sed 's/^/| /' conftest.$ac_ext >&5
14684 eval "$as_ac_var=no"
14687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14688 conftest$ac_exeext conftest.$ac_ext
14690 ac_res=`eval echo '${'$as_ac_var'}'`
14691 { echo "$as_me:$LINENO: result: $ac_res" >&5
14692 echo "${ECHO_T}$ac_res" >&6; }
14693 if test `eval echo '${'$as_ac_var'}'` = yes; then
14694 cat >>confdefs.h <<_ACEOF
14695 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14696 _ACEOF
14699 done
14701 LIBS="$ac_wine_check_funcs_save_LIBS"
14703 # Extract the first word of "esd-config", so it can be a program name with args.
14704 set dummy esd-config; ac_word=$2
14705 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14706 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14707 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14708 echo $ECHO_N "(cached) $ECHO_C" >&6
14709 else
14710 case $ESDCONFIG in
14711 [\\/]* | ?:[\\/]*)
14712 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14716 for as_dir in $PATH
14718 IFS=$as_save_IFS
14719 test -z "$as_dir" && as_dir=.
14720 for ac_exec_ext in '' $ac_executable_extensions; do
14721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14722 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14723 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14724 break 2
14726 done
14727 done
14728 IFS=$as_save_IFS
14731 esac
14733 ESDCONFIG=$ac_cv_path_ESDCONFIG
14734 if test -n "$ESDCONFIG"; then
14735 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14736 echo "${ECHO_T}$ESDCONFIG" >&6; }
14737 else
14738 { echo "$as_me:$LINENO: result: no" >&5
14739 echo "${ECHO_T}no" >&6; }
14743 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14744 then
14745 ac_esd_incl=""
14746 for i in `$ESDCONFIG --cflags`
14748 case "$i" in
14749 -I*) ac_esd_incl="$ac_esd_incl $i";;
14750 esac
14751 done
14752 ac_esd_libs=`$ESDCONFIG --libs`
14753 save_CFLAGS="$CFLAGS"
14754 CFLAGS="$CFLAGS $ac_esd_incl"
14755 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14756 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14757 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14758 echo $ECHO_N "(cached) $ECHO_C" >&6
14759 else
14760 ac_check_lib_save_LIBS=$LIBS
14761 LIBS="-lesd $ac_esd_libs $LIBS"
14762 cat >conftest.$ac_ext <<_ACEOF
14763 /* confdefs.h. */
14764 _ACEOF
14765 cat confdefs.h >>conftest.$ac_ext
14766 cat >>conftest.$ac_ext <<_ACEOF
14767 /* end confdefs.h. */
14769 /* Override any GCC internal prototype to avoid an error.
14770 Use char because int might match the return type of a GCC
14771 builtin and then its argument prototype would still apply. */
14772 #ifdef __cplusplus
14773 extern "C"
14774 #endif
14775 char esd_open_sound ();
14777 main ()
14779 return esd_open_sound ();
14781 return 0;
14783 _ACEOF
14784 rm -f conftest.$ac_objext conftest$ac_exeext
14785 if { (ac_try="$ac_link"
14786 case "(($ac_try" in
14787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14788 *) ac_try_echo=$ac_try;;
14789 esac
14790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14791 (eval "$ac_link") 2>conftest.er1
14792 ac_status=$?
14793 grep -v '^ *+' conftest.er1 >conftest.err
14794 rm -f conftest.er1
14795 cat conftest.err >&5
14796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14797 (exit $ac_status); } && {
14798 test -z "$ac_c_werror_flag" ||
14799 test ! -s conftest.err
14800 } && test -s conftest$ac_exeext &&
14801 $as_test_x conftest$ac_exeext; then
14802 ac_cv_lib_esd_esd_open_sound=yes
14803 else
14804 echo "$as_me: failed program was:" >&5
14805 sed 's/^/| /' conftest.$ac_ext >&5
14807 ac_cv_lib_esd_esd_open_sound=no
14810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14811 conftest$ac_exeext conftest.$ac_ext
14812 LIBS=$ac_check_lib_save_LIBS
14814 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14815 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14816 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14817 ESDINCL="$ac_esd_incl"
14819 ESDLIBS="$ac_esd_libs"
14822 cat >>confdefs.h <<\_ACEOF
14823 #define HAVE_ESD 1
14824 _ACEOF
14828 CFLAGS="$save_CFLAGS"
14831 if test "x$with_pulse" != "xno"; then
14832 if test "$PKG_CONFIG" != "false"; then
14833 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
14834 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
14835 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
14836 have_pulseaudio="yes"
14837 else
14838 have_pulseaudio="no"
14840 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
14841 echo "${ECHO_T}$have_pulseaudio" >&6; }
14842 if test x"$have_pulseaudio" = xyes; then
14843 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
14845 cat >>confdefs.h <<\_ACEOF
14846 #define HAVE_PULSEAUDIO_0_9_11 1
14847 _ACEOF
14849 else
14851 cat >>confdefs.h <<\_ACEOF
14852 #define HAVE_PULSEAUDIO_0_9_11 0
14853 _ACEOF
14856 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
14858 cat >>confdefs.h <<\_ACEOF
14859 #define HAVE_PULSEAUDIO 1
14860 _ACEOF
14862 PULSELIBS="$ac_pulse_libs"
14868 ALSALIBS=""
14870 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14871 then
14872 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14873 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14874 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14875 echo $ECHO_N "(cached) $ECHO_C" >&6
14876 else
14877 ac_check_lib_save_LIBS=$LIBS
14878 LIBS="-lasound $LIBS"
14879 cat >conftest.$ac_ext <<_ACEOF
14880 /* confdefs.h. */
14881 _ACEOF
14882 cat confdefs.h >>conftest.$ac_ext
14883 cat >>conftest.$ac_ext <<_ACEOF
14884 /* end confdefs.h. */
14886 /* Override any GCC internal prototype to avoid an error.
14887 Use char because int might match the return type of a GCC
14888 builtin and then its argument prototype would still apply. */
14889 #ifdef __cplusplus
14890 extern "C"
14891 #endif
14892 char snd_pcm_hw_params_get_access ();
14894 main ()
14896 return snd_pcm_hw_params_get_access ();
14898 return 0;
14900 _ACEOF
14901 rm -f conftest.$ac_objext conftest$ac_exeext
14902 if { (ac_try="$ac_link"
14903 case "(($ac_try" in
14904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14905 *) ac_try_echo=$ac_try;;
14906 esac
14907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14908 (eval "$ac_link") 2>conftest.er1
14909 ac_status=$?
14910 grep -v '^ *+' conftest.er1 >conftest.err
14911 rm -f conftest.er1
14912 cat conftest.err >&5
14913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14914 (exit $ac_status); } && {
14915 test -z "$ac_c_werror_flag" ||
14916 test ! -s conftest.err
14917 } && test -s conftest$ac_exeext &&
14918 $as_test_x conftest$ac_exeext; then
14919 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14920 else
14921 echo "$as_me: failed program was:" >&5
14922 sed 's/^/| /' conftest.$ac_ext >&5
14924 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14927 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14928 conftest$ac_exeext conftest.$ac_ext
14929 LIBS=$ac_check_lib_save_LIBS
14931 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14932 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14933 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14934 cat >conftest.$ac_ext <<_ACEOF
14935 /* confdefs.h. */
14936 _ACEOF
14937 cat confdefs.h >>conftest.$ac_ext
14938 cat >>conftest.$ac_ext <<_ACEOF
14939 /* end confdefs.h. */
14940 #ifdef HAVE_ALSA_ASOUNDLIB_H
14941 #include <alsa/asoundlib.h>
14942 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14943 #include <sys/asoundlib.h>
14944 #endif
14946 main ()
14948 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14950 return 0;
14952 _ACEOF
14953 rm -f conftest.$ac_objext
14954 if { (ac_try="$ac_compile"
14955 case "(($ac_try" in
14956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14957 *) ac_try_echo=$ac_try;;
14958 esac
14959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14960 (eval "$ac_compile") 2>conftest.er1
14961 ac_status=$?
14962 grep -v '^ *+' conftest.er1 >conftest.err
14963 rm -f conftest.er1
14964 cat conftest.err >&5
14965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14966 (exit $ac_status); } && {
14967 test -z "$ac_c_werror_flag" ||
14968 test ! -s conftest.err
14969 } && test -s conftest.$ac_objext; then
14971 cat >>confdefs.h <<\_ACEOF
14972 #define HAVE_ALSA 1
14973 _ACEOF
14975 ALSALIBS="-lasound"
14976 else
14977 echo "$as_me: failed program was:" >&5
14978 sed 's/^/| /' conftest.$ac_ext >&5
14983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14988 AUDIOIOLIBS=""
14990 if test "$ac_cv_header_libaudioio_h" = "yes"
14991 then
14992 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14993 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14994 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14995 echo $ECHO_N "(cached) $ECHO_C" >&6
14996 else
14997 ac_check_lib_save_LIBS=$LIBS
14998 LIBS="-laudioio $LIBS"
14999 cat >conftest.$ac_ext <<_ACEOF
15000 /* confdefs.h. */
15001 _ACEOF
15002 cat confdefs.h >>conftest.$ac_ext
15003 cat >>conftest.$ac_ext <<_ACEOF
15004 /* end confdefs.h. */
15006 /* Override any GCC internal prototype to avoid an error.
15007 Use char because int might match the return type of a GCC
15008 builtin and then its argument prototype would still apply. */
15009 #ifdef __cplusplus
15010 extern "C"
15011 #endif
15012 char AudioIOGetVersion ();
15014 main ()
15016 return AudioIOGetVersion ();
15018 return 0;
15020 _ACEOF
15021 rm -f conftest.$ac_objext conftest$ac_exeext
15022 if { (ac_try="$ac_link"
15023 case "(($ac_try" in
15024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15025 *) ac_try_echo=$ac_try;;
15026 esac
15027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15028 (eval "$ac_link") 2>conftest.er1
15029 ac_status=$?
15030 grep -v '^ *+' conftest.er1 >conftest.err
15031 rm -f conftest.er1
15032 cat conftest.err >&5
15033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15034 (exit $ac_status); } && {
15035 test -z "$ac_c_werror_flag" ||
15036 test ! -s conftest.err
15037 } && test -s conftest$ac_exeext &&
15038 $as_test_x conftest$ac_exeext; then
15039 ac_cv_lib_audioio_AudioIOGetVersion=yes
15040 else
15041 echo "$as_me: failed program was:" >&5
15042 sed 's/^/| /' conftest.$ac_ext >&5
15044 ac_cv_lib_audioio_AudioIOGetVersion=no
15047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15048 conftest$ac_exeext conftest.$ac_ext
15049 LIBS=$ac_check_lib_save_LIBS
15051 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15052 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15053 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15054 AUDIOIOLIBS="-laudioio"
15056 cat >>confdefs.h <<\_ACEOF
15057 #define HAVE_LIBAUDIOIO 1
15058 _ACEOF
15065 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15066 then
15067 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15068 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15069 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15070 echo $ECHO_N "(cached) $ECHO_C" >&6
15071 else
15072 ac_check_soname_save_LIBS=$LIBS
15073 LIBS="-lcapi20 $LIBS"
15074 cat >conftest.$ac_ext <<_ACEOF
15075 /* confdefs.h. */
15076 _ACEOF
15077 cat confdefs.h >>conftest.$ac_ext
15078 cat >>conftest.$ac_ext <<_ACEOF
15079 /* end confdefs.h. */
15081 /* Override any GCC internal prototype to avoid an error.
15082 Use char because int might match the return type of a GCC
15083 builtin and then its argument prototype would still apply. */
15084 #ifdef __cplusplus
15085 extern "C"
15086 #endif
15087 char capi20_register ();
15089 main ()
15091 return capi20_register ();
15093 return 0;
15095 _ACEOF
15096 rm -f conftest.$ac_objext conftest$ac_exeext
15097 if { (ac_try="$ac_link"
15098 case "(($ac_try" in
15099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15100 *) ac_try_echo=$ac_try;;
15101 esac
15102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15103 (eval "$ac_link") 2>conftest.er1
15104 ac_status=$?
15105 grep -v '^ *+' conftest.er1 >conftest.err
15106 rm -f conftest.er1
15107 cat conftest.err >&5
15108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15109 (exit $ac_status); } && {
15110 test -z "$ac_c_werror_flag" ||
15111 test ! -s conftest.err
15112 } && test -s conftest$ac_exeext &&
15113 $as_test_x conftest$ac_exeext; then
15114 case "$LIBEXT" in
15115 dll) ;;
15116 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'` ;;
15117 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15118 esac
15119 else
15120 echo "$as_me: failed program was:" >&5
15121 sed 's/^/| /' conftest.$ac_ext >&5
15126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15127 conftest$ac_exeext conftest.$ac_ext
15128 LIBS=$ac_check_soname_save_LIBS
15130 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15131 { echo "$as_me:$LINENO: result: not found" >&5
15132 echo "${ECHO_T}not found" >&6; }
15134 else
15135 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15136 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15138 cat >>confdefs.h <<_ACEOF
15139 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15140 _ACEOF
15146 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15147 case "x$with_capi" in
15148 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15149 xno) ;;
15150 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15151 This is an error since --with-capi was requested." >&5
15152 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15153 This is an error since --with-capi was requested." >&2;}
15154 { (exit 1); exit 1; }; } ;;
15155 esac
15159 CUPSINCL=""
15161 if test "x$with_cups" != "xno"
15162 then
15163 ac_save_CPPFLAGS="$CPPFLAGS"
15164 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15165 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15166 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15168 for ac_header in cups/cups.h
15170 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15171 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15172 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15173 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15174 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15175 echo $ECHO_N "(cached) $ECHO_C" >&6
15177 ac_res=`eval echo '${'$as_ac_Header'}'`
15178 { echo "$as_me:$LINENO: result: $ac_res" >&5
15179 echo "${ECHO_T}$ac_res" >&6; }
15180 else
15181 # Is the header compilable?
15182 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15183 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15184 cat >conftest.$ac_ext <<_ACEOF
15185 /* confdefs.h. */
15186 _ACEOF
15187 cat confdefs.h >>conftest.$ac_ext
15188 cat >>conftest.$ac_ext <<_ACEOF
15189 /* end confdefs.h. */
15190 $ac_includes_default
15191 #include <$ac_header>
15192 _ACEOF
15193 rm -f conftest.$ac_objext
15194 if { (ac_try="$ac_compile"
15195 case "(($ac_try" in
15196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15197 *) ac_try_echo=$ac_try;;
15198 esac
15199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15200 (eval "$ac_compile") 2>conftest.er1
15201 ac_status=$?
15202 grep -v '^ *+' conftest.er1 >conftest.err
15203 rm -f conftest.er1
15204 cat conftest.err >&5
15205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15206 (exit $ac_status); } && {
15207 test -z "$ac_c_werror_flag" ||
15208 test ! -s conftest.err
15209 } && test -s conftest.$ac_objext; then
15210 ac_header_compiler=yes
15211 else
15212 echo "$as_me: failed program was:" >&5
15213 sed 's/^/| /' conftest.$ac_ext >&5
15215 ac_header_compiler=no
15218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15219 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15220 echo "${ECHO_T}$ac_header_compiler" >&6; }
15222 # Is the header present?
15223 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15224 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15225 cat >conftest.$ac_ext <<_ACEOF
15226 /* confdefs.h. */
15227 _ACEOF
15228 cat confdefs.h >>conftest.$ac_ext
15229 cat >>conftest.$ac_ext <<_ACEOF
15230 /* end confdefs.h. */
15231 #include <$ac_header>
15232 _ACEOF
15233 if { (ac_try="$ac_cpp conftest.$ac_ext"
15234 case "(($ac_try" in
15235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15236 *) ac_try_echo=$ac_try;;
15237 esac
15238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15239 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15240 ac_status=$?
15241 grep -v '^ *+' conftest.er1 >conftest.err
15242 rm -f conftest.er1
15243 cat conftest.err >&5
15244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15245 (exit $ac_status); } >/dev/null && {
15246 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15247 test ! -s conftest.err
15248 }; then
15249 ac_header_preproc=yes
15250 else
15251 echo "$as_me: failed program was:" >&5
15252 sed 's/^/| /' conftest.$ac_ext >&5
15254 ac_header_preproc=no
15257 rm -f conftest.err conftest.$ac_ext
15258 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15259 echo "${ECHO_T}$ac_header_preproc" >&6; }
15261 # So? What about this header?
15262 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15263 yes:no: )
15264 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15265 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15266 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15267 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15268 ac_header_preproc=yes
15270 no:yes:* )
15271 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15272 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15273 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15274 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15275 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15276 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15277 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15278 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15279 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15280 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15281 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15282 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15283 ( cat <<\_ASBOX
15284 ## ------------------------------------ ##
15285 ## Report this to wine-devel@winehq.org ##
15286 ## ------------------------------------ ##
15287 _ASBOX
15288 ) | sed "s/^/$as_me: WARNING: /" >&2
15290 esac
15291 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15292 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15293 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15294 echo $ECHO_N "(cached) $ECHO_C" >&6
15295 else
15296 eval "$as_ac_Header=\$ac_header_preproc"
15298 ac_res=`eval echo '${'$as_ac_Header'}'`
15299 { echo "$as_me:$LINENO: result: $ac_res" >&5
15300 echo "${ECHO_T}$ac_res" >&6; }
15303 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15304 cat >>confdefs.h <<_ACEOF
15305 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15306 _ACEOF
15307 { echo "$as_me:$LINENO: checking for -lcups" >&5
15308 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15309 if test "${ac_cv_lib_soname_cups+set}" = set; then
15310 echo $ECHO_N "(cached) $ECHO_C" >&6
15311 else
15312 ac_check_soname_save_LIBS=$LIBS
15313 LIBS="-lcups $ac_cups_libs $LIBS"
15314 cat >conftest.$ac_ext <<_ACEOF
15315 /* confdefs.h. */
15316 _ACEOF
15317 cat confdefs.h >>conftest.$ac_ext
15318 cat >>conftest.$ac_ext <<_ACEOF
15319 /* end confdefs.h. */
15321 /* Override any GCC internal prototype to avoid an error.
15322 Use char because int might match the return type of a GCC
15323 builtin and then its argument prototype would still apply. */
15324 #ifdef __cplusplus
15325 extern "C"
15326 #endif
15327 char cupsGetDefault ();
15329 main ()
15331 return cupsGetDefault ();
15333 return 0;
15335 _ACEOF
15336 rm -f conftest.$ac_objext conftest$ac_exeext
15337 if { (ac_try="$ac_link"
15338 case "(($ac_try" in
15339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15340 *) ac_try_echo=$ac_try;;
15341 esac
15342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15343 (eval "$ac_link") 2>conftest.er1
15344 ac_status=$?
15345 grep -v '^ *+' conftest.er1 >conftest.err
15346 rm -f conftest.er1
15347 cat conftest.err >&5
15348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15349 (exit $ac_status); } && {
15350 test -z "$ac_c_werror_flag" ||
15351 test ! -s conftest.err
15352 } && test -s conftest$ac_exeext &&
15353 $as_test_x conftest$ac_exeext; then
15354 case "$LIBEXT" in
15355 dll) ;;
15356 dylib) ac_cv_lib_soname_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'` ;;
15357 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15358 esac
15359 else
15360 echo "$as_me: failed program was:" >&5
15361 sed 's/^/| /' conftest.$ac_ext >&5
15366 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15367 conftest$ac_exeext conftest.$ac_ext
15368 LIBS=$ac_check_soname_save_LIBS
15370 if test "x$ac_cv_lib_soname_cups" = "x"; then
15371 { echo "$as_me:$LINENO: result: not found" >&5
15372 echo "${ECHO_T}not found" >&6; }
15374 else
15375 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15376 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15378 cat >>confdefs.h <<_ACEOF
15379 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15380 _ACEOF
15382 CUPSINCL="$ac_cups_cflags"
15387 done
15389 CPPFLAGS="$ac_save_CPPFLAGS"
15391 if test "x$ac_cv_lib_soname_cups" = "x"; then
15392 case "x$with_cups" in
15393 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15394 xno) ;;
15395 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15396 This is an error since --with-cups was requested." >&5
15397 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15398 This is an error since --with-cups was requested." >&2;}
15399 { (exit 1); exit 1; }; } ;;
15400 esac
15404 if test "$ac_cv_header_jack_jack_h" = "yes"
15405 then
15406 { echo "$as_me:$LINENO: checking for -ljack" >&5
15407 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15408 if test "${ac_cv_lib_soname_jack+set}" = set; then
15409 echo $ECHO_N "(cached) $ECHO_C" >&6
15410 else
15411 ac_check_soname_save_LIBS=$LIBS
15412 LIBS="-ljack $LIBS"
15413 cat >conftest.$ac_ext <<_ACEOF
15414 /* confdefs.h. */
15415 _ACEOF
15416 cat confdefs.h >>conftest.$ac_ext
15417 cat >>conftest.$ac_ext <<_ACEOF
15418 /* end confdefs.h. */
15420 /* Override any GCC internal prototype to avoid an error.
15421 Use char because int might match the return type of a GCC
15422 builtin and then its argument prototype would still apply. */
15423 #ifdef __cplusplus
15424 extern "C"
15425 #endif
15426 char jack_client_new ();
15428 main ()
15430 return jack_client_new ();
15432 return 0;
15434 _ACEOF
15435 rm -f conftest.$ac_objext conftest$ac_exeext
15436 if { (ac_try="$ac_link"
15437 case "(($ac_try" in
15438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15439 *) ac_try_echo=$ac_try;;
15440 esac
15441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15442 (eval "$ac_link") 2>conftest.er1
15443 ac_status=$?
15444 grep -v '^ *+' conftest.er1 >conftest.err
15445 rm -f conftest.er1
15446 cat conftest.err >&5
15447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15448 (exit $ac_status); } && {
15449 test -z "$ac_c_werror_flag" ||
15450 test ! -s conftest.err
15451 } && test -s conftest$ac_exeext &&
15452 $as_test_x conftest$ac_exeext; then
15453 case "$LIBEXT" in
15454 dll) ;;
15455 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'` ;;
15456 *) 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'` ;;
15457 esac
15458 else
15459 echo "$as_me: failed program was:" >&5
15460 sed 's/^/| /' conftest.$ac_ext >&5
15465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15466 conftest$ac_exeext conftest.$ac_ext
15467 LIBS=$ac_check_soname_save_LIBS
15469 if test "x$ac_cv_lib_soname_jack" = "x"; then
15470 { echo "$as_me:$LINENO: result: not found" >&5
15471 echo "${ECHO_T}not found" >&6; }
15473 else
15474 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15475 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15477 cat >>confdefs.h <<_ACEOF
15478 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15479 _ACEOF
15486 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15487 then
15488 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15489 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15490 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15491 echo $ECHO_N "(cached) $ECHO_C" >&6
15492 else
15493 ac_check_soname_save_LIBS=$LIBS
15494 LIBS="-lfontconfig $LIBS"
15495 cat >conftest.$ac_ext <<_ACEOF
15496 /* confdefs.h. */
15497 _ACEOF
15498 cat confdefs.h >>conftest.$ac_ext
15499 cat >>conftest.$ac_ext <<_ACEOF
15500 /* end confdefs.h. */
15502 /* Override any GCC internal prototype to avoid an error.
15503 Use char because int might match the return type of a GCC
15504 builtin and then its argument prototype would still apply. */
15505 #ifdef __cplusplus
15506 extern "C"
15507 #endif
15508 char FcInit ();
15510 main ()
15512 return FcInit ();
15514 return 0;
15516 _ACEOF
15517 rm -f conftest.$ac_objext conftest$ac_exeext
15518 if { (ac_try="$ac_link"
15519 case "(($ac_try" in
15520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15521 *) ac_try_echo=$ac_try;;
15522 esac
15523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15524 (eval "$ac_link") 2>conftest.er1
15525 ac_status=$?
15526 grep -v '^ *+' conftest.er1 >conftest.err
15527 rm -f conftest.er1
15528 cat conftest.err >&5
15529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15530 (exit $ac_status); } && {
15531 test -z "$ac_c_werror_flag" ||
15532 test ! -s conftest.err
15533 } && test -s conftest$ac_exeext &&
15534 $as_test_x conftest$ac_exeext; then
15535 case "$LIBEXT" in
15536 dll) ;;
15537 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'` ;;
15538 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15539 esac
15540 else
15541 echo "$as_me: failed program was:" >&5
15542 sed 's/^/| /' conftest.$ac_ext >&5
15547 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15548 conftest$ac_exeext conftest.$ac_ext
15549 LIBS=$ac_check_soname_save_LIBS
15551 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15552 { echo "$as_me:$LINENO: result: not found" >&5
15553 echo "${ECHO_T}not found" >&6; }
15555 else
15556 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15557 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15559 cat >>confdefs.h <<_ACEOF
15560 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15561 _ACEOF
15566 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15567 then
15568 ac_save_CPPFLAGS="$CPPFLAGS"
15569 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15570 $as_unset ac_cv_header_fontconfig_fontconfig_h
15572 for ac_header in fontconfig/fontconfig.h
15574 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15575 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15576 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15577 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15578 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15579 echo $ECHO_N "(cached) $ECHO_C" >&6
15581 ac_res=`eval echo '${'$as_ac_Header'}'`
15582 { echo "$as_me:$LINENO: result: $ac_res" >&5
15583 echo "${ECHO_T}$ac_res" >&6; }
15584 else
15585 # Is the header compilable?
15586 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15587 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15588 cat >conftest.$ac_ext <<_ACEOF
15589 /* confdefs.h. */
15590 _ACEOF
15591 cat confdefs.h >>conftest.$ac_ext
15592 cat >>conftest.$ac_ext <<_ACEOF
15593 /* end confdefs.h. */
15594 $ac_includes_default
15595 #include <$ac_header>
15596 _ACEOF
15597 rm -f conftest.$ac_objext
15598 if { (ac_try="$ac_compile"
15599 case "(($ac_try" in
15600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15601 *) ac_try_echo=$ac_try;;
15602 esac
15603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15604 (eval "$ac_compile") 2>conftest.er1
15605 ac_status=$?
15606 grep -v '^ *+' conftest.er1 >conftest.err
15607 rm -f conftest.er1
15608 cat conftest.err >&5
15609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15610 (exit $ac_status); } && {
15611 test -z "$ac_c_werror_flag" ||
15612 test ! -s conftest.err
15613 } && test -s conftest.$ac_objext; then
15614 ac_header_compiler=yes
15615 else
15616 echo "$as_me: failed program was:" >&5
15617 sed 's/^/| /' conftest.$ac_ext >&5
15619 ac_header_compiler=no
15622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15623 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15624 echo "${ECHO_T}$ac_header_compiler" >&6; }
15626 # Is the header present?
15627 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15628 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15629 cat >conftest.$ac_ext <<_ACEOF
15630 /* confdefs.h. */
15631 _ACEOF
15632 cat confdefs.h >>conftest.$ac_ext
15633 cat >>conftest.$ac_ext <<_ACEOF
15634 /* end confdefs.h. */
15635 #include <$ac_header>
15636 _ACEOF
15637 if { (ac_try="$ac_cpp conftest.$ac_ext"
15638 case "(($ac_try" in
15639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15640 *) ac_try_echo=$ac_try;;
15641 esac
15642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15643 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15644 ac_status=$?
15645 grep -v '^ *+' conftest.er1 >conftest.err
15646 rm -f conftest.er1
15647 cat conftest.err >&5
15648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15649 (exit $ac_status); } >/dev/null && {
15650 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15651 test ! -s conftest.err
15652 }; then
15653 ac_header_preproc=yes
15654 else
15655 echo "$as_me: failed program was:" >&5
15656 sed 's/^/| /' conftest.$ac_ext >&5
15658 ac_header_preproc=no
15661 rm -f conftest.err conftest.$ac_ext
15662 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15663 echo "${ECHO_T}$ac_header_preproc" >&6; }
15665 # So? What about this header?
15666 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15667 yes:no: )
15668 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15669 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15670 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15671 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15672 ac_header_preproc=yes
15674 no:yes:* )
15675 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15676 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15677 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15678 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15679 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15680 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15681 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15682 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15683 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15684 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15685 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15686 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15687 ( cat <<\_ASBOX
15688 ## ------------------------------------ ##
15689 ## Report this to wine-devel@winehq.org ##
15690 ## ------------------------------------ ##
15691 _ASBOX
15692 ) | sed "s/^/$as_me: WARNING: /" >&2
15694 esac
15695 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15696 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15697 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15698 echo $ECHO_N "(cached) $ECHO_C" >&6
15699 else
15700 eval "$as_ac_Header=\$ac_header_preproc"
15702 ac_res=`eval echo '${'$as_ac_Header'}'`
15703 { echo "$as_me:$LINENO: result: $ac_res" >&5
15704 echo "${ECHO_T}$ac_res" >&6; }
15707 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15708 cat >>confdefs.h <<_ACEOF
15709 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15710 _ACEOF
15714 done
15716 CPPFLAGS="$ac_save_CPPFLAGS"
15717 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15718 then
15719 FONTCONFIGINCL="$X_CFLAGS"
15721 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15722 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15723 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15724 echo $ECHO_N "(cached) $ECHO_C" >&6
15725 else
15726 ac_check_soname_save_LIBS=$LIBS
15727 LIBS="-lfontconfig $X_LIBS $LIBS"
15728 cat >conftest.$ac_ext <<_ACEOF
15729 /* confdefs.h. */
15730 _ACEOF
15731 cat confdefs.h >>conftest.$ac_ext
15732 cat >>conftest.$ac_ext <<_ACEOF
15733 /* end confdefs.h. */
15735 /* Override any GCC internal prototype to avoid an error.
15736 Use char because int might match the return type of a GCC
15737 builtin and then its argument prototype would still apply. */
15738 #ifdef __cplusplus
15739 extern "C"
15740 #endif
15741 char FcInit ();
15743 main ()
15745 return FcInit ();
15747 return 0;
15749 _ACEOF
15750 rm -f conftest.$ac_objext conftest$ac_exeext
15751 if { (ac_try="$ac_link"
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_link") 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_exeext &&
15767 $as_test_x conftest$ac_exeext; then
15768 case "$LIBEXT" in
15769 dll) ;;
15770 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'` ;;
15771 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15772 esac
15773 else
15774 echo "$as_me: failed program was:" >&5
15775 sed 's/^/| /' conftest.$ac_ext >&5
15780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15781 conftest$ac_exeext conftest.$ac_ext
15782 LIBS=$ac_check_soname_save_LIBS
15784 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15785 { echo "$as_me:$LINENO: result: not found" >&5
15786 echo "${ECHO_T}not found" >&6; }
15788 else
15789 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15790 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15792 cat >>confdefs.h <<_ACEOF
15793 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15794 _ACEOF
15801 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15802 case "x$with_fontconfig" in
15803 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15804 xno) ;;
15805 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15806 This is an error since --with-fontconfig was requested." >&5
15807 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15808 This is an error since --with-fontconfig was requested." >&2;}
15809 { (exit 1); exit 1; }; } ;;
15810 esac
15814 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15815 then
15816 { echo "$as_me:$LINENO: checking for -lssl" >&5
15817 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15818 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15819 echo $ECHO_N "(cached) $ECHO_C" >&6
15820 else
15821 ac_check_soname_save_LIBS=$LIBS
15822 LIBS="-lssl $LIBS"
15823 cat >conftest.$ac_ext <<_ACEOF
15824 /* confdefs.h. */
15825 _ACEOF
15826 cat confdefs.h >>conftest.$ac_ext
15827 cat >>conftest.$ac_ext <<_ACEOF
15828 /* end confdefs.h. */
15830 /* Override any GCC internal prototype to avoid an error.
15831 Use char because int might match the return type of a GCC
15832 builtin and then its argument prototype would still apply. */
15833 #ifdef __cplusplus
15834 extern "C"
15835 #endif
15836 char SSL_library_init ();
15838 main ()
15840 return SSL_library_init ();
15842 return 0;
15844 _ACEOF
15845 rm -f conftest.$ac_objext conftest$ac_exeext
15846 if { (ac_try="$ac_link"
15847 case "(($ac_try" in
15848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15849 *) ac_try_echo=$ac_try;;
15850 esac
15851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15852 (eval "$ac_link") 2>conftest.er1
15853 ac_status=$?
15854 grep -v '^ *+' conftest.er1 >conftest.err
15855 rm -f conftest.er1
15856 cat conftest.err >&5
15857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15858 (exit $ac_status); } && {
15859 test -z "$ac_c_werror_flag" ||
15860 test ! -s conftest.err
15861 } && test -s conftest$ac_exeext &&
15862 $as_test_x conftest$ac_exeext; then
15863 case "$LIBEXT" in
15864 dll) ;;
15865 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'` ;;
15866 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15867 esac
15868 else
15869 echo "$as_me: failed program was:" >&5
15870 sed 's/^/| /' conftest.$ac_ext >&5
15875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15876 conftest$ac_exeext conftest.$ac_ext
15877 LIBS=$ac_check_soname_save_LIBS
15879 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15880 { echo "$as_me:$LINENO: result: not found" >&5
15881 echo "${ECHO_T}not found" >&6; }
15883 else
15884 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15885 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15887 cat >>confdefs.h <<_ACEOF
15888 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15889 _ACEOF
15894 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15895 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15896 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15897 echo $ECHO_N "(cached) $ECHO_C" >&6
15898 else
15899 ac_check_soname_save_LIBS=$LIBS
15900 LIBS="-lcrypto $LIBS"
15901 cat >conftest.$ac_ext <<_ACEOF
15902 /* confdefs.h. */
15903 _ACEOF
15904 cat confdefs.h >>conftest.$ac_ext
15905 cat >>conftest.$ac_ext <<_ACEOF
15906 /* end confdefs.h. */
15908 /* Override any GCC internal prototype to avoid an error.
15909 Use char because int might match the return type of a GCC
15910 builtin and then its argument prototype would still apply. */
15911 #ifdef __cplusplus
15912 extern "C"
15913 #endif
15914 char BIO_new_socket ();
15916 main ()
15918 return BIO_new_socket ();
15920 return 0;
15922 _ACEOF
15923 rm -f conftest.$ac_objext conftest$ac_exeext
15924 if { (ac_try="$ac_link"
15925 case "(($ac_try" in
15926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15927 *) ac_try_echo=$ac_try;;
15928 esac
15929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15930 (eval "$ac_link") 2>conftest.er1
15931 ac_status=$?
15932 grep -v '^ *+' conftest.er1 >conftest.err
15933 rm -f conftest.er1
15934 cat conftest.err >&5
15935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15936 (exit $ac_status); } && {
15937 test -z "$ac_c_werror_flag" ||
15938 test ! -s conftest.err
15939 } && test -s conftest$ac_exeext &&
15940 $as_test_x conftest$ac_exeext; then
15941 case "$LIBEXT" in
15942 dll) ;;
15943 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'` ;;
15944 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15945 esac
15946 else
15947 echo "$as_me: failed program was:" >&5
15948 sed 's/^/| /' conftest.$ac_ext >&5
15953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15954 conftest$ac_exeext conftest.$ac_ext
15955 LIBS=$ac_check_soname_save_LIBS
15957 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15958 { echo "$as_me:$LINENO: result: not found" >&5
15959 echo "${ECHO_T}not found" >&6; }
15961 else
15962 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15963 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15965 cat >>confdefs.h <<_ACEOF
15966 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15967 _ACEOF
15973 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15974 case "x$with_openssl" in
15975 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
15976 xno) ;;
15977 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
15978 This is an error since --with-openssl was requested." >&5
15979 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
15980 This is an error since --with-openssl was requested." >&2;}
15981 { (exit 1); exit 1; }; } ;;
15982 esac
15986 if test "$ac_cv_header_jpeglib_h" = "yes"
15987 then
15988 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15989 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15990 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15991 echo $ECHO_N "(cached) $ECHO_C" >&6
15992 else
15993 ac_check_soname_save_LIBS=$LIBS
15994 LIBS="-ljpeg $LIBS"
15995 cat >conftest.$ac_ext <<_ACEOF
15996 /* confdefs.h. */
15997 _ACEOF
15998 cat confdefs.h >>conftest.$ac_ext
15999 cat >>conftest.$ac_ext <<_ACEOF
16000 /* end confdefs.h. */
16002 /* Override any GCC internal prototype to avoid an error.
16003 Use char because int might match the return type of a GCC
16004 builtin and then its argument prototype would still apply. */
16005 #ifdef __cplusplus
16006 extern "C"
16007 #endif
16008 char jpeg_start_decompress ();
16010 main ()
16012 return jpeg_start_decompress ();
16014 return 0;
16016 _ACEOF
16017 rm -f conftest.$ac_objext conftest$ac_exeext
16018 if { (ac_try="$ac_link"
16019 case "(($ac_try" in
16020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16021 *) ac_try_echo=$ac_try;;
16022 esac
16023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16024 (eval "$ac_link") 2>conftest.er1
16025 ac_status=$?
16026 grep -v '^ *+' conftest.er1 >conftest.err
16027 rm -f conftest.er1
16028 cat conftest.err >&5
16029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16030 (exit $ac_status); } && {
16031 test -z "$ac_c_werror_flag" ||
16032 test ! -s conftest.err
16033 } && test -s conftest$ac_exeext &&
16034 $as_test_x conftest$ac_exeext; then
16035 case "$LIBEXT" in
16036 dll) ;;
16037 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'` ;;
16038 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16039 esac
16040 else
16041 echo "$as_me: failed program was:" >&5
16042 sed 's/^/| /' conftest.$ac_ext >&5
16047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16048 conftest$ac_exeext conftest.$ac_ext
16049 LIBS=$ac_check_soname_save_LIBS
16051 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16052 { echo "$as_me:$LINENO: result: not found" >&5
16053 echo "${ECHO_T}not found" >&6; }
16055 else
16056 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16057 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16059 cat >>confdefs.h <<_ACEOF
16060 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16061 _ACEOF
16067 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16068 case "x$with_jpeg" in
16069 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16070 xno) ;;
16071 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16072 This is an error since --with-jpeg was requested." >&5
16073 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16074 This is an error since --with-jpeg was requested." >&2;}
16075 { (exit 1); exit 1; }; } ;;
16076 esac
16080 if test "$ac_cv_header_png_h" = "yes"
16081 then
16082 { echo "$as_me:$LINENO: checking for -lpng" >&5
16083 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16084 if test "${ac_cv_lib_soname_png+set}" = set; then
16085 echo $ECHO_N "(cached) $ECHO_C" >&6
16086 else
16087 ac_check_soname_save_LIBS=$LIBS
16088 LIBS="-lpng -lm -lz $LIBS"
16089 cat >conftest.$ac_ext <<_ACEOF
16090 /* confdefs.h. */
16091 _ACEOF
16092 cat confdefs.h >>conftest.$ac_ext
16093 cat >>conftest.$ac_ext <<_ACEOF
16094 /* end confdefs.h. */
16096 /* Override any GCC internal prototype to avoid an error.
16097 Use char because int might match the return type of a GCC
16098 builtin and then its argument prototype would still apply. */
16099 #ifdef __cplusplus
16100 extern "C"
16101 #endif
16102 char png_create_read_struct ();
16104 main ()
16106 return png_create_read_struct ();
16108 return 0;
16110 _ACEOF
16111 rm -f conftest.$ac_objext conftest$ac_exeext
16112 if { (ac_try="$ac_link"
16113 case "(($ac_try" in
16114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16115 *) ac_try_echo=$ac_try;;
16116 esac
16117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16118 (eval "$ac_link") 2>conftest.er1
16119 ac_status=$?
16120 grep -v '^ *+' conftest.er1 >conftest.err
16121 rm -f conftest.er1
16122 cat conftest.err >&5
16123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16124 (exit $ac_status); } && {
16125 test -z "$ac_c_werror_flag" ||
16126 test ! -s conftest.err
16127 } && test -s conftest$ac_exeext &&
16128 $as_test_x conftest$ac_exeext; then
16129 case "$LIBEXT" in
16130 dll) ;;
16131 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'` ;;
16132 *) 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'` ;;
16133 esac
16134 else
16135 echo "$as_me: failed program was:" >&5
16136 sed 's/^/| /' conftest.$ac_ext >&5
16141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16142 conftest$ac_exeext conftest.$ac_ext
16143 LIBS=$ac_check_soname_save_LIBS
16145 if test "x$ac_cv_lib_soname_png" = "x"; then
16146 { echo "$as_me:$LINENO: result: not found" >&5
16147 echo "${ECHO_T}not found" >&6; }
16149 else
16150 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16151 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16153 cat >>confdefs.h <<_ACEOF
16154 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16155 _ACEOF
16161 if test "x$ac_cv_lib_soname_png" = "x"; then
16162 case "x$with_png" in
16163 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16164 xno) ;;
16165 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16166 This is an error since --with-png was requested." >&5
16167 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16168 This is an error since --with-png was requested." >&2;}
16169 { (exit 1); exit 1; }; } ;;
16170 esac
16174 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16175 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16176 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16177 echo $ECHO_N "(cached) $ECHO_C" >&6
16178 else
16179 ac_check_soname_save_LIBS=$LIBS
16180 LIBS="-lodbc $LIBS"
16181 cat >conftest.$ac_ext <<_ACEOF
16182 /* confdefs.h. */
16183 _ACEOF
16184 cat confdefs.h >>conftest.$ac_ext
16185 cat >>conftest.$ac_ext <<_ACEOF
16186 /* end confdefs.h. */
16188 /* Override any GCC internal prototype to avoid an error.
16189 Use char because int might match the return type of a GCC
16190 builtin and then its argument prototype would still apply. */
16191 #ifdef __cplusplus
16192 extern "C"
16193 #endif
16194 char SQLConnect ();
16196 main ()
16198 return SQLConnect ();
16200 return 0;
16202 _ACEOF
16203 rm -f conftest.$ac_objext conftest$ac_exeext
16204 if { (ac_try="$ac_link"
16205 case "(($ac_try" in
16206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16207 *) ac_try_echo=$ac_try;;
16208 esac
16209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16210 (eval "$ac_link") 2>conftest.er1
16211 ac_status=$?
16212 grep -v '^ *+' conftest.er1 >conftest.err
16213 rm -f conftest.er1
16214 cat conftest.err >&5
16215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16216 (exit $ac_status); } && {
16217 test -z "$ac_c_werror_flag" ||
16218 test ! -s conftest.err
16219 } && test -s conftest$ac_exeext &&
16220 $as_test_x conftest$ac_exeext; then
16221 case "$LIBEXT" in
16222 dll) ;;
16223 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'` ;;
16224 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16225 esac
16226 else
16227 echo "$as_me: failed program was:" >&5
16228 sed 's/^/| /' conftest.$ac_ext >&5
16233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16234 conftest$ac_exeext conftest.$ac_ext
16235 LIBS=$ac_check_soname_save_LIBS
16237 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16238 { echo "$as_me:$LINENO: result: not found" >&5
16239 echo "${ECHO_T}not found" >&6; }
16240 cat >>confdefs.h <<_ACEOF
16241 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16242 _ACEOF
16244 else
16245 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16246 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16248 cat >>confdefs.h <<_ACEOF
16249 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16250 _ACEOF
16256 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16257 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16258 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16259 "$ac_cv_header_soundcard_h" != "yes" -a \
16260 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16261 then
16262 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16266 EXTRACFLAGS=""
16268 if test "x${GCC}" = "xyes"
16269 then
16270 EXTRACFLAGS="-Wall -pipe"
16272 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16273 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16274 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16275 echo $ECHO_N "(cached) $ECHO_C" >&6
16276 else
16277 if test "$cross_compiling" = yes; then
16278 ac_cv_c_gcc_strength_bug="yes"
16279 else
16280 cat >conftest.$ac_ext <<_ACEOF
16281 /* confdefs.h. */
16282 _ACEOF
16283 cat confdefs.h >>conftest.$ac_ext
16284 cat >>conftest.$ac_ext <<_ACEOF
16285 /* end confdefs.h. */
16286 int L[4] = {0,1,2,3};
16288 main ()
16290 static int Array[3];
16291 unsigned int B = 3;
16292 int i;
16293 for(i=0; i<B; i++) Array[i] = i - 3;
16294 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16295 L[i] = 4;
16296 exit( Array[1] != -2 || L[2] != 3)
16298 return 0;
16300 _ACEOF
16301 rm -f conftest$ac_exeext
16302 if { (ac_try="$ac_link"
16303 case "(($ac_try" in
16304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16305 *) ac_try_echo=$ac_try;;
16306 esac
16307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16308 (eval "$ac_link") 2>&5
16309 ac_status=$?
16310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16311 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16312 { (case "(($ac_try" in
16313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16314 *) ac_try_echo=$ac_try;;
16315 esac
16316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16317 (eval "$ac_try") 2>&5
16318 ac_status=$?
16319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16320 (exit $ac_status); }; }; then
16321 ac_cv_c_gcc_strength_bug="no"
16322 else
16323 echo "$as_me: program exited with status $ac_status" >&5
16324 echo "$as_me: failed program was:" >&5
16325 sed 's/^/| /' conftest.$ac_ext >&5
16327 ( exit $ac_status )
16328 ac_cv_c_gcc_strength_bug="yes"
16330 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16335 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16336 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16337 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16338 then
16339 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16343 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16344 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16345 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16346 echo $ECHO_N "(cached) $ECHO_C" >&6
16347 else
16348 ac_wine_try_cflags_saved=$CFLAGS
16349 CFLAGS="$CFLAGS -fshort-wchar"
16350 cat >conftest.$ac_ext <<_ACEOF
16351 /* confdefs.h. */
16352 _ACEOF
16353 cat confdefs.h >>conftest.$ac_ext
16354 cat >>conftest.$ac_ext <<_ACEOF
16355 /* end confdefs.h. */
16358 main ()
16362 return 0;
16364 _ACEOF
16365 rm -f conftest.$ac_objext conftest$ac_exeext
16366 if { (ac_try="$ac_link"
16367 case "(($ac_try" in
16368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16369 *) ac_try_echo=$ac_try;;
16370 esac
16371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16372 (eval "$ac_link") 2>conftest.er1
16373 ac_status=$?
16374 grep -v '^ *+' conftest.er1 >conftest.err
16375 rm -f conftest.er1
16376 cat conftest.err >&5
16377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16378 (exit $ac_status); } && {
16379 test -z "$ac_c_werror_flag" ||
16380 test ! -s conftest.err
16381 } && test -s conftest$ac_exeext &&
16382 $as_test_x conftest$ac_exeext; then
16383 ac_cv_cflags__fshort_wchar=yes
16384 else
16385 echo "$as_me: failed program was:" >&5
16386 sed 's/^/| /' conftest.$ac_ext >&5
16388 ac_cv_cflags__fshort_wchar=no
16391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16392 conftest$ac_exeext conftest.$ac_ext
16393 CFLAGS=$ac_wine_try_cflags_saved
16395 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16396 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16397 if test $ac_cv_cflags__fshort_wchar = yes; then
16399 cat >>confdefs.h <<\_ACEOF
16400 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16401 _ACEOF
16405 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16406 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16407 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16408 echo $ECHO_N "(cached) $ECHO_C" >&6
16409 else
16410 ac_wine_try_cflags_saved=$CFLAGS
16411 CFLAGS="$CFLAGS -fno-builtin"
16412 cat >conftest.$ac_ext <<_ACEOF
16413 /* confdefs.h. */
16414 _ACEOF
16415 cat confdefs.h >>conftest.$ac_ext
16416 cat >>conftest.$ac_ext <<_ACEOF
16417 /* end confdefs.h. */
16420 main ()
16424 return 0;
16426 _ACEOF
16427 rm -f conftest.$ac_objext conftest$ac_exeext
16428 if { (ac_try="$ac_link"
16429 case "(($ac_try" in
16430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16431 *) ac_try_echo=$ac_try;;
16432 esac
16433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16434 (eval "$ac_link") 2>conftest.er1
16435 ac_status=$?
16436 grep -v '^ *+' conftest.er1 >conftest.err
16437 rm -f conftest.er1
16438 cat conftest.err >&5
16439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16440 (exit $ac_status); } && {
16441 test -z "$ac_c_werror_flag" ||
16442 test ! -s conftest.err
16443 } && test -s conftest$ac_exeext &&
16444 $as_test_x conftest$ac_exeext; then
16445 ac_cv_cflags__fno_builtin=yes
16446 else
16447 echo "$as_me: failed program was:" >&5
16448 sed 's/^/| /' conftest.$ac_ext >&5
16450 ac_cv_cflags__fno_builtin=no
16453 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16454 conftest$ac_exeext conftest.$ac_ext
16455 CFLAGS=$ac_wine_try_cflags_saved
16457 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16458 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16459 if test $ac_cv_cflags__fno_builtin = yes; then
16460 BUILTINFLAG="-fno-builtin"
16464 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16465 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16466 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16467 echo $ECHO_N "(cached) $ECHO_C" >&6
16468 else
16469 ac_wine_try_cflags_saved=$CFLAGS
16470 CFLAGS="$CFLAGS -fno-strict-aliasing"
16471 cat >conftest.$ac_ext <<_ACEOF
16472 /* confdefs.h. */
16473 _ACEOF
16474 cat confdefs.h >>conftest.$ac_ext
16475 cat >>conftest.$ac_ext <<_ACEOF
16476 /* end confdefs.h. */
16479 main ()
16483 return 0;
16485 _ACEOF
16486 rm -f conftest.$ac_objext conftest$ac_exeext
16487 if { (ac_try="$ac_link"
16488 case "(($ac_try" in
16489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16490 *) ac_try_echo=$ac_try;;
16491 esac
16492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16493 (eval "$ac_link") 2>conftest.er1
16494 ac_status=$?
16495 grep -v '^ *+' conftest.er1 >conftest.err
16496 rm -f conftest.er1
16497 cat conftest.err >&5
16498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16499 (exit $ac_status); } && {
16500 test -z "$ac_c_werror_flag" ||
16501 test ! -s conftest.err
16502 } && test -s conftest$ac_exeext &&
16503 $as_test_x conftest$ac_exeext; then
16504 ac_cv_cflags__fno_strict_aliasing=yes
16505 else
16506 echo "$as_me: failed program was:" >&5
16507 sed 's/^/| /' conftest.$ac_ext >&5
16509 ac_cv_cflags__fno_strict_aliasing=no
16512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16513 conftest$ac_exeext conftest.$ac_ext
16514 CFLAGS=$ac_wine_try_cflags_saved
16516 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16517 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16518 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16519 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16522 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16523 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16524 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16525 echo $ECHO_N "(cached) $ECHO_C" >&6
16526 else
16527 ac_wine_try_cflags_saved=$CFLAGS
16528 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16529 cat >conftest.$ac_ext <<_ACEOF
16530 /* confdefs.h. */
16531 _ACEOF
16532 cat confdefs.h >>conftest.$ac_ext
16533 cat >>conftest.$ac_ext <<_ACEOF
16534 /* end confdefs.h. */
16537 main ()
16541 return 0;
16543 _ACEOF
16544 rm -f conftest.$ac_objext conftest$ac_exeext
16545 if { (ac_try="$ac_link"
16546 case "(($ac_try" in
16547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16548 *) ac_try_echo=$ac_try;;
16549 esac
16550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16551 (eval "$ac_link") 2>conftest.er1
16552 ac_status=$?
16553 grep -v '^ *+' conftest.er1 >conftest.err
16554 rm -f conftest.er1
16555 cat conftest.err >&5
16556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16557 (exit $ac_status); } && {
16558 test -z "$ac_c_werror_flag" ||
16559 test ! -s conftest.err
16560 } && test -s conftest$ac_exeext &&
16561 $as_test_x conftest$ac_exeext; then
16562 ac_cv_cflags__Wdeclaration_after_statement=yes
16563 else
16564 echo "$as_me: failed program was:" >&5
16565 sed 's/^/| /' conftest.$ac_ext >&5
16567 ac_cv_cflags__Wdeclaration_after_statement=no
16570 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16571 conftest$ac_exeext conftest.$ac_ext
16572 CFLAGS=$ac_wine_try_cflags_saved
16574 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16575 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16576 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16577 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16580 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16581 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16582 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16583 echo $ECHO_N "(cached) $ECHO_C" >&6
16584 else
16585 ac_wine_try_cflags_saved=$CFLAGS
16586 CFLAGS="$CFLAGS -Wwrite-strings"
16587 cat >conftest.$ac_ext <<_ACEOF
16588 /* confdefs.h. */
16589 _ACEOF
16590 cat confdefs.h >>conftest.$ac_ext
16591 cat >>conftest.$ac_ext <<_ACEOF
16592 /* end confdefs.h. */
16595 main ()
16599 return 0;
16601 _ACEOF
16602 rm -f conftest.$ac_objext conftest$ac_exeext
16603 if { (ac_try="$ac_link"
16604 case "(($ac_try" in
16605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16606 *) ac_try_echo=$ac_try;;
16607 esac
16608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16609 (eval "$ac_link") 2>conftest.er1
16610 ac_status=$?
16611 grep -v '^ *+' conftest.er1 >conftest.err
16612 rm -f conftest.er1
16613 cat conftest.err >&5
16614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16615 (exit $ac_status); } && {
16616 test -z "$ac_c_werror_flag" ||
16617 test ! -s conftest.err
16618 } && test -s conftest$ac_exeext &&
16619 $as_test_x conftest$ac_exeext; then
16620 ac_cv_cflags__Wwrite_strings=yes
16621 else
16622 echo "$as_me: failed program was:" >&5
16623 sed 's/^/| /' conftest.$ac_ext >&5
16625 ac_cv_cflags__Wwrite_strings=no
16628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16629 conftest$ac_exeext conftest.$ac_ext
16630 CFLAGS=$ac_wine_try_cflags_saved
16632 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16633 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16634 if test $ac_cv_cflags__Wwrite_strings = yes; then
16635 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16638 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16639 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16640 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16641 echo $ECHO_N "(cached) $ECHO_C" >&6
16642 else
16643 ac_wine_try_cflags_saved=$CFLAGS
16644 CFLAGS="$CFLAGS -Wtype-limits"
16645 cat >conftest.$ac_ext <<_ACEOF
16646 /* confdefs.h. */
16647 _ACEOF
16648 cat confdefs.h >>conftest.$ac_ext
16649 cat >>conftest.$ac_ext <<_ACEOF
16650 /* end confdefs.h. */
16653 main ()
16657 return 0;
16659 _ACEOF
16660 rm -f conftest.$ac_objext conftest$ac_exeext
16661 if { (ac_try="$ac_link"
16662 case "(($ac_try" in
16663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16664 *) ac_try_echo=$ac_try;;
16665 esac
16666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16667 (eval "$ac_link") 2>conftest.er1
16668 ac_status=$?
16669 grep -v '^ *+' conftest.er1 >conftest.err
16670 rm -f conftest.er1
16671 cat conftest.err >&5
16672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16673 (exit $ac_status); } && {
16674 test -z "$ac_c_werror_flag" ||
16675 test ! -s conftest.err
16676 } && test -s conftest$ac_exeext &&
16677 $as_test_x conftest$ac_exeext; then
16678 ac_cv_cflags__Wtype_limits=yes
16679 else
16680 echo "$as_me: failed program was:" >&5
16681 sed 's/^/| /' conftest.$ac_ext >&5
16683 ac_cv_cflags__Wtype_limits=no
16686 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16687 conftest$ac_exeext conftest.$ac_ext
16688 CFLAGS=$ac_wine_try_cflags_saved
16690 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16691 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16692 if test $ac_cv_cflags__Wtype_limits = yes; then
16693 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16697 saved_CFLAGS="$CFLAGS"
16698 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16699 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16700 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16701 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16702 echo $ECHO_N "(cached) $ECHO_C" >&6
16703 else
16704 cat >conftest.$ac_ext <<_ACEOF
16705 /* confdefs.h. */
16706 _ACEOF
16707 cat confdefs.h >>conftest.$ac_ext
16708 cat >>conftest.$ac_ext <<_ACEOF
16709 /* end confdefs.h. */
16710 #include <string.h>
16712 main ()
16716 return 0;
16718 _ACEOF
16719 rm -f conftest.$ac_objext
16720 if { (ac_try="$ac_compile"
16721 case "(($ac_try" in
16722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16723 *) ac_try_echo=$ac_try;;
16724 esac
16725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16726 (eval "$ac_compile") 2>conftest.er1
16727 ac_status=$?
16728 grep -v '^ *+' conftest.er1 >conftest.err
16729 rm -f conftest.er1
16730 cat conftest.err >&5
16731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16732 (exit $ac_status); } && {
16733 test -z "$ac_c_werror_flag" ||
16734 test ! -s conftest.err
16735 } && test -s conftest.$ac_objext; then
16736 ac_cv_c_string_h_warnings=no
16737 else
16738 echo "$as_me: failed program was:" >&5
16739 sed 's/^/| /' conftest.$ac_ext >&5
16741 ac_cv_c_string_h_warnings=yes
16744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16746 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16747 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16748 CFLAGS="$saved_CFLAGS"
16749 if test "$ac_cv_c_string_h_warnings" = "no"
16750 then
16751 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16756 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16757 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16758 if test "${ac_cv_asm_func_def+set}" = set; then
16759 echo $ECHO_N "(cached) $ECHO_C" >&6
16760 else
16761 cat >conftest.$ac_ext <<_ACEOF
16762 /* confdefs.h. */
16763 _ACEOF
16764 cat confdefs.h >>conftest.$ac_ext
16765 cat >>conftest.$ac_ext <<_ACEOF
16766 /* end confdefs.h. */
16769 main ()
16771 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16773 return 0;
16775 _ACEOF
16776 rm -f conftest.$ac_objext conftest$ac_exeext
16777 if { (ac_try="$ac_link"
16778 case "(($ac_try" in
16779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16780 *) ac_try_echo=$ac_try;;
16781 esac
16782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16783 (eval "$ac_link") 2>conftest.er1
16784 ac_status=$?
16785 grep -v '^ *+' conftest.er1 >conftest.err
16786 rm -f conftest.er1
16787 cat conftest.err >&5
16788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16789 (exit $ac_status); } && {
16790 test -z "$ac_c_werror_flag" ||
16791 test ! -s conftest.err
16792 } && test -s conftest$ac_exeext &&
16793 $as_test_x conftest$ac_exeext; then
16794 ac_cv_asm_func_def=".def"
16795 else
16796 echo "$as_me: failed program was:" >&5
16797 sed 's/^/| /' conftest.$ac_ext >&5
16799 cat >conftest.$ac_ext <<_ACEOF
16800 /* confdefs.h. */
16801 _ACEOF
16802 cat confdefs.h >>conftest.$ac_ext
16803 cat >>conftest.$ac_ext <<_ACEOF
16804 /* end confdefs.h. */
16807 main ()
16809 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16811 return 0;
16813 _ACEOF
16814 rm -f conftest.$ac_objext conftest$ac_exeext
16815 if { (ac_try="$ac_link"
16816 case "(($ac_try" in
16817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16818 *) ac_try_echo=$ac_try;;
16819 esac
16820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16821 (eval "$ac_link") 2>conftest.er1
16822 ac_status=$?
16823 grep -v '^ *+' conftest.er1 >conftest.err
16824 rm -f conftest.er1
16825 cat conftest.err >&5
16826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16827 (exit $ac_status); } && {
16828 test -z "$ac_c_werror_flag" ||
16829 test ! -s conftest.err
16830 } && test -s conftest$ac_exeext &&
16831 $as_test_x conftest$ac_exeext; then
16832 ac_cv_asm_func_def=".type @function"
16833 else
16834 echo "$as_me: failed program was:" >&5
16835 sed 's/^/| /' conftest.$ac_ext >&5
16837 cat >conftest.$ac_ext <<_ACEOF
16838 /* confdefs.h. */
16839 _ACEOF
16840 cat confdefs.h >>conftest.$ac_ext
16841 cat >>conftest.$ac_ext <<_ACEOF
16842 /* end confdefs.h. */
16845 main ()
16847 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16849 return 0;
16851 _ACEOF
16852 rm -f conftest.$ac_objext conftest$ac_exeext
16853 if { (ac_try="$ac_link"
16854 case "(($ac_try" in
16855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16856 *) ac_try_echo=$ac_try;;
16857 esac
16858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16859 (eval "$ac_link") 2>conftest.er1
16860 ac_status=$?
16861 grep -v '^ *+' conftest.er1 >conftest.err
16862 rm -f conftest.er1
16863 cat conftest.err >&5
16864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16865 (exit $ac_status); } && {
16866 test -z "$ac_c_werror_flag" ||
16867 test ! -s conftest.err
16868 } && test -s conftest$ac_exeext &&
16869 $as_test_x conftest$ac_exeext; then
16870 ac_cv_asm_func_def=".type 2"
16871 else
16872 echo "$as_me: failed program was:" >&5
16873 sed 's/^/| /' conftest.$ac_ext >&5
16875 ac_cv_asm_func_def="unknown"
16878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16879 conftest$ac_exeext conftest.$ac_ext
16882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16883 conftest$ac_exeext conftest.$ac_ext
16886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16887 conftest$ac_exeext conftest.$ac_ext
16889 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16890 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16894 case "$ac_cv_asm_func_def" in
16895 ".def")
16896 cat >>confdefs.h <<\_ACEOF
16897 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16898 _ACEOF
16900 ".type @function")
16901 cat >>confdefs.h <<\_ACEOF
16902 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16903 _ACEOF
16905 ".type 2")
16906 cat >>confdefs.h <<\_ACEOF
16907 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16908 _ACEOF
16911 cat >>confdefs.h <<\_ACEOF
16912 #define __ASM_FUNC(name) ""
16913 _ACEOF
16915 esac
16918 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16919 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16920 if test "${ac_cv_c_extern_prefix+set}" = set; then
16921 echo $ECHO_N "(cached) $ECHO_C" >&6
16922 else
16923 cat >conftest.$ac_ext <<_ACEOF
16924 /* confdefs.h. */
16925 _ACEOF
16926 cat confdefs.h >>conftest.$ac_ext
16927 cat >>conftest.$ac_ext <<_ACEOF
16928 /* end confdefs.h. */
16929 extern int ac_test;
16931 main ()
16933 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16935 return 0;
16937 _ACEOF
16938 rm -f conftest.$ac_objext conftest$ac_exeext
16939 if { (ac_try="$ac_link"
16940 case "(($ac_try" in
16941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16942 *) ac_try_echo=$ac_try;;
16943 esac
16944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16945 (eval "$ac_link") 2>conftest.er1
16946 ac_status=$?
16947 grep -v '^ *+' conftest.er1 >conftest.err
16948 rm -f conftest.er1
16949 cat conftest.err >&5
16950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16951 (exit $ac_status); } && {
16952 test -z "$ac_c_werror_flag" ||
16953 test ! -s conftest.err
16954 } && test -s conftest$ac_exeext &&
16955 $as_test_x conftest$ac_exeext; then
16956 ac_cv_c_extern_prefix="yes"
16957 else
16958 echo "$as_me: failed program was:" >&5
16959 sed 's/^/| /' conftest.$ac_ext >&5
16961 ac_cv_c_extern_prefix="no"
16964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16965 conftest$ac_exeext conftest.$ac_ext
16967 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16968 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16972 if test "$ac_cv_c_extern_prefix" = "yes"
16973 then
16974 cat >>confdefs.h <<\_ACEOF
16975 #define __ASM_NAME(name) "_" name
16976 _ACEOF
16978 else
16979 cat >>confdefs.h <<\_ACEOF
16980 #define __ASM_NAME(name) name
16981 _ACEOF
16986 LDPATH=""
16988 case $build_os in
16989 cygwin*|mingw32*)
16990 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16992 darwin*|macosx*)
16994 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16995 then
16996 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17000 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17002 esac
17004 case $host_os in
17005 mingw32*)
17006 CRTLIBS="-lmsvcrt"
17008 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17011 esac
17013 MAIN_BINARY="wine-pthread"
17014 case $host_cpu in
17015 *i[3456789]86*)
17016 case $host_os in
17017 linux* | k*bsd*-gnu)
17018 MAIN_BINARY="wine-glibc"
17020 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17022 freebsd*)
17023 MAIN_BINARY="wine-freebsd"
17025 EXTRA_BINARIES="wine-pthread"
17027 esac
17029 esac
17105 for ac_func in \
17106 _pclose \
17107 _popen \
17108 _snprintf \
17109 _spawnvp \
17110 _strdup \
17111 _stricmp \
17112 _strnicmp \
17113 _strtoi64 \
17114 _strtoui64 \
17115 _vsnprintf \
17116 asctime_r \
17117 chsize \
17118 clone \
17119 dlopen \
17120 epoll_create \
17121 ffs \
17122 finite \
17123 fork \
17124 fpclass \
17125 fstatfs \
17126 fstatvfs \
17127 ftruncate \
17128 futimes \
17129 futimesat \
17130 getdirentries \
17131 getopt_long \
17132 getpagesize \
17133 getpwuid \
17134 gettid \
17135 gettimeofday \
17136 getuid \
17137 inet_ntop \
17138 inet_pton \
17139 kqueue \
17140 lstat \
17141 memmove \
17142 mmap \
17143 pclose \
17144 poll \
17145 popen \
17146 prctl \
17147 pread \
17148 pwrite \
17149 readdir \
17150 readlink \
17151 rfork \
17152 sched_yield \
17153 select \
17154 setproctitle \
17155 setrlimit \
17156 settimeofday \
17157 sigaltstack \
17158 sigprocmask \
17159 snprintf \
17160 socketpair \
17161 spawnvp \
17162 statfs \
17163 statvfs \
17164 strcasecmp \
17165 strdup \
17166 strerror \
17167 strncasecmp \
17168 strtold \
17169 strtoll \
17170 strtoull \
17171 symlink \
17172 tcgetattr \
17173 thr_kill2 \
17174 timegm \
17175 usleep \
17176 vsnprintf \
17177 wait4 \
17178 waitpid \
17181 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17182 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17183 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17184 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17185 echo $ECHO_N "(cached) $ECHO_C" >&6
17186 else
17187 cat >conftest.$ac_ext <<_ACEOF
17188 /* confdefs.h. */
17189 _ACEOF
17190 cat confdefs.h >>conftest.$ac_ext
17191 cat >>conftest.$ac_ext <<_ACEOF
17192 /* end confdefs.h. */
17193 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17194 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17195 #define $ac_func innocuous_$ac_func
17197 /* System header to define __stub macros and hopefully few prototypes,
17198 which can conflict with char $ac_func (); below.
17199 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17200 <limits.h> exists even on freestanding compilers. */
17202 #ifdef __STDC__
17203 # include <limits.h>
17204 #else
17205 # include <assert.h>
17206 #endif
17208 #undef $ac_func
17210 /* Override any GCC internal prototype to avoid an error.
17211 Use char because int might match the return type of a GCC
17212 builtin and then its argument prototype would still apply. */
17213 #ifdef __cplusplus
17214 extern "C"
17215 #endif
17216 char $ac_func ();
17217 /* The GNU C library defines this for functions which it implements
17218 to always fail with ENOSYS. Some functions are actually named
17219 something starting with __ and the normal name is an alias. */
17220 #if defined __stub_$ac_func || defined __stub___$ac_func
17221 choke me
17222 #endif
17225 main ()
17227 return $ac_func ();
17229 return 0;
17231 _ACEOF
17232 rm -f conftest.$ac_objext conftest$ac_exeext
17233 if { (ac_try="$ac_link"
17234 case "(($ac_try" in
17235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17236 *) ac_try_echo=$ac_try;;
17237 esac
17238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17239 (eval "$ac_link") 2>conftest.er1
17240 ac_status=$?
17241 grep -v '^ *+' conftest.er1 >conftest.err
17242 rm -f conftest.er1
17243 cat conftest.err >&5
17244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17245 (exit $ac_status); } && {
17246 test -z "$ac_c_werror_flag" ||
17247 test ! -s conftest.err
17248 } && test -s conftest$ac_exeext &&
17249 $as_test_x conftest$ac_exeext; then
17250 eval "$as_ac_var=yes"
17251 else
17252 echo "$as_me: failed program was:" >&5
17253 sed 's/^/| /' conftest.$ac_ext >&5
17255 eval "$as_ac_var=no"
17258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17259 conftest$ac_exeext conftest.$ac_ext
17261 ac_res=`eval echo '${'$as_ac_var'}'`
17262 { echo "$as_me:$LINENO: result: $ac_res" >&5
17263 echo "${ECHO_T}$ac_res" >&6; }
17264 if test `eval echo '${'$as_ac_var'}'` = yes; then
17265 cat >>confdefs.h <<_ACEOF
17266 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17267 _ACEOF
17270 done
17273 if test "$ac_cv_func_dlopen" = no
17274 then
17275 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17276 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17277 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17278 echo $ECHO_N "(cached) $ECHO_C" >&6
17279 else
17280 ac_check_lib_save_LIBS=$LIBS
17281 LIBS="-ldl $LIBS"
17282 cat >conftest.$ac_ext <<_ACEOF
17283 /* confdefs.h. */
17284 _ACEOF
17285 cat confdefs.h >>conftest.$ac_ext
17286 cat >>conftest.$ac_ext <<_ACEOF
17287 /* end confdefs.h. */
17289 /* Override any GCC internal prototype to avoid an error.
17290 Use char because int might match the return type of a GCC
17291 builtin and then its argument prototype would still apply. */
17292 #ifdef __cplusplus
17293 extern "C"
17294 #endif
17295 char dlopen ();
17297 main ()
17299 return dlopen ();
17301 return 0;
17303 _ACEOF
17304 rm -f conftest.$ac_objext conftest$ac_exeext
17305 if { (ac_try="$ac_link"
17306 case "(($ac_try" in
17307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17308 *) ac_try_echo=$ac_try;;
17309 esac
17310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17311 (eval "$ac_link") 2>conftest.er1
17312 ac_status=$?
17313 grep -v '^ *+' conftest.er1 >conftest.err
17314 rm -f conftest.er1
17315 cat conftest.err >&5
17316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17317 (exit $ac_status); } && {
17318 test -z "$ac_c_werror_flag" ||
17319 test ! -s conftest.err
17320 } && test -s conftest$ac_exeext &&
17321 $as_test_x conftest$ac_exeext; then
17322 ac_cv_lib_dl_dlopen=yes
17323 else
17324 echo "$as_me: failed program was:" >&5
17325 sed 's/^/| /' conftest.$ac_ext >&5
17327 ac_cv_lib_dl_dlopen=no
17330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17331 conftest$ac_exeext conftest.$ac_ext
17332 LIBS=$ac_check_lib_save_LIBS
17334 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17335 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17336 if test $ac_cv_lib_dl_dlopen = yes; then
17337 cat >>confdefs.h <<\_ACEOF
17338 #define HAVE_DLOPEN 1
17339 _ACEOF
17340 LIBDL="-ldl"
17345 ac_wine_check_funcs_save_LIBS="$LIBS"
17346 LIBS="$LIBS $LIBDL"
17348 for ac_func in dladdr
17350 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17351 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17352 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17353 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17354 echo $ECHO_N "(cached) $ECHO_C" >&6
17355 else
17356 cat >conftest.$ac_ext <<_ACEOF
17357 /* confdefs.h. */
17358 _ACEOF
17359 cat confdefs.h >>conftest.$ac_ext
17360 cat >>conftest.$ac_ext <<_ACEOF
17361 /* end confdefs.h. */
17362 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17363 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17364 #define $ac_func innocuous_$ac_func
17366 /* System header to define __stub macros and hopefully few prototypes,
17367 which can conflict with char $ac_func (); below.
17368 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17369 <limits.h> exists even on freestanding compilers. */
17371 #ifdef __STDC__
17372 # include <limits.h>
17373 #else
17374 # include <assert.h>
17375 #endif
17377 #undef $ac_func
17379 /* Override any GCC internal prototype to avoid an error.
17380 Use char because int might match the return type of a GCC
17381 builtin and then its argument prototype would still apply. */
17382 #ifdef __cplusplus
17383 extern "C"
17384 #endif
17385 char $ac_func ();
17386 /* The GNU C library defines this for functions which it implements
17387 to always fail with ENOSYS. Some functions are actually named
17388 something starting with __ and the normal name is an alias. */
17389 #if defined __stub_$ac_func || defined __stub___$ac_func
17390 choke me
17391 #endif
17394 main ()
17396 return $ac_func ();
17398 return 0;
17400 _ACEOF
17401 rm -f conftest.$ac_objext conftest$ac_exeext
17402 if { (ac_try="$ac_link"
17403 case "(($ac_try" in
17404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17405 *) ac_try_echo=$ac_try;;
17406 esac
17407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17408 (eval "$ac_link") 2>conftest.er1
17409 ac_status=$?
17410 grep -v '^ *+' conftest.er1 >conftest.err
17411 rm -f conftest.er1
17412 cat conftest.err >&5
17413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17414 (exit $ac_status); } && {
17415 test -z "$ac_c_werror_flag" ||
17416 test ! -s conftest.err
17417 } && test -s conftest$ac_exeext &&
17418 $as_test_x conftest$ac_exeext; then
17419 eval "$as_ac_var=yes"
17420 else
17421 echo "$as_me: failed program was:" >&5
17422 sed 's/^/| /' conftest.$ac_ext >&5
17424 eval "$as_ac_var=no"
17427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17428 conftest$ac_exeext conftest.$ac_ext
17430 ac_res=`eval echo '${'$as_ac_var'}'`
17431 { echo "$as_me:$LINENO: result: $ac_res" >&5
17432 echo "${ECHO_T}$ac_res" >&6; }
17433 if test `eval echo '${'$as_ac_var'}'` = yes; then
17434 cat >>confdefs.h <<_ACEOF
17435 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17436 _ACEOF
17439 done
17441 LIBS="$ac_wine_check_funcs_save_LIBS"
17443 if test "$ac_cv_func_poll" = no
17444 then
17445 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17446 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17447 if test "${ac_cv_lib_poll_poll+set}" = set; then
17448 echo $ECHO_N "(cached) $ECHO_C" >&6
17449 else
17450 ac_check_lib_save_LIBS=$LIBS
17451 LIBS="-lpoll $LIBS"
17452 cat >conftest.$ac_ext <<_ACEOF
17453 /* confdefs.h. */
17454 _ACEOF
17455 cat confdefs.h >>conftest.$ac_ext
17456 cat >>conftest.$ac_ext <<_ACEOF
17457 /* end confdefs.h. */
17459 /* Override any GCC internal prototype to avoid an error.
17460 Use char because int might match the return type of a GCC
17461 builtin and then its argument prototype would still apply. */
17462 #ifdef __cplusplus
17463 extern "C"
17464 #endif
17465 char poll ();
17467 main ()
17469 return poll ();
17471 return 0;
17473 _ACEOF
17474 rm -f conftest.$ac_objext conftest$ac_exeext
17475 if { (ac_try="$ac_link"
17476 case "(($ac_try" in
17477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17478 *) ac_try_echo=$ac_try;;
17479 esac
17480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17481 (eval "$ac_link") 2>conftest.er1
17482 ac_status=$?
17483 grep -v '^ *+' conftest.er1 >conftest.err
17484 rm -f conftest.er1
17485 cat conftest.err >&5
17486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17487 (exit $ac_status); } && {
17488 test -z "$ac_c_werror_flag" ||
17489 test ! -s conftest.err
17490 } && test -s conftest$ac_exeext &&
17491 $as_test_x conftest$ac_exeext; then
17492 ac_cv_lib_poll_poll=yes
17493 else
17494 echo "$as_me: failed program was:" >&5
17495 sed 's/^/| /' conftest.$ac_ext >&5
17497 ac_cv_lib_poll_poll=no
17500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17501 conftest$ac_exeext conftest.$ac_ext
17502 LIBS=$ac_check_lib_save_LIBS
17504 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17505 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17506 if test $ac_cv_lib_poll_poll = yes; then
17507 cat >>confdefs.h <<\_ACEOF
17508 #define HAVE_POLL 1
17509 _ACEOF
17510 LIBPOLL="-lpoll"
17516 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17517 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17518 if test "${ac_cv_search_gethostbyname+set}" = set; then
17519 echo $ECHO_N "(cached) $ECHO_C" >&6
17520 else
17521 ac_func_search_save_LIBS=$LIBS
17522 cat >conftest.$ac_ext <<_ACEOF
17523 /* confdefs.h. */
17524 _ACEOF
17525 cat confdefs.h >>conftest.$ac_ext
17526 cat >>conftest.$ac_ext <<_ACEOF
17527 /* end confdefs.h. */
17529 /* Override any GCC internal prototype to avoid an error.
17530 Use char because int might match the return type of a GCC
17531 builtin and then its argument prototype would still apply. */
17532 #ifdef __cplusplus
17533 extern "C"
17534 #endif
17535 char gethostbyname ();
17537 main ()
17539 return gethostbyname ();
17541 return 0;
17543 _ACEOF
17544 for ac_lib in '' nsl; do
17545 if test -z "$ac_lib"; then
17546 ac_res="none required"
17547 else
17548 ac_res=-l$ac_lib
17549 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17551 rm -f conftest.$ac_objext conftest$ac_exeext
17552 if { (ac_try="$ac_link"
17553 case "(($ac_try" in
17554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17555 *) ac_try_echo=$ac_try;;
17556 esac
17557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17558 (eval "$ac_link") 2>conftest.er1
17559 ac_status=$?
17560 grep -v '^ *+' conftest.er1 >conftest.err
17561 rm -f conftest.er1
17562 cat conftest.err >&5
17563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17564 (exit $ac_status); } && {
17565 test -z "$ac_c_werror_flag" ||
17566 test ! -s conftest.err
17567 } && test -s conftest$ac_exeext &&
17568 $as_test_x conftest$ac_exeext; then
17569 ac_cv_search_gethostbyname=$ac_res
17570 else
17571 echo "$as_me: failed program was:" >&5
17572 sed 's/^/| /' conftest.$ac_ext >&5
17577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17578 conftest$ac_exeext
17579 if test "${ac_cv_search_gethostbyname+set}" = set; then
17580 break
17582 done
17583 if test "${ac_cv_search_gethostbyname+set}" = set; then
17585 else
17586 ac_cv_search_gethostbyname=no
17588 rm conftest.$ac_ext
17589 LIBS=$ac_func_search_save_LIBS
17591 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17592 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17593 ac_res=$ac_cv_search_gethostbyname
17594 if test "$ac_res" != no; then
17595 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17600 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17601 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17602 if test "${ac_cv_search_connect+set}" = set; then
17603 echo $ECHO_N "(cached) $ECHO_C" >&6
17604 else
17605 ac_func_search_save_LIBS=$LIBS
17606 cat >conftest.$ac_ext <<_ACEOF
17607 /* confdefs.h. */
17608 _ACEOF
17609 cat confdefs.h >>conftest.$ac_ext
17610 cat >>conftest.$ac_ext <<_ACEOF
17611 /* end confdefs.h. */
17613 /* Override any GCC internal prototype to avoid an error.
17614 Use char because int might match the return type of a GCC
17615 builtin and then its argument prototype would still apply. */
17616 #ifdef __cplusplus
17617 extern "C"
17618 #endif
17619 char connect ();
17621 main ()
17623 return connect ();
17625 return 0;
17627 _ACEOF
17628 for ac_lib in '' socket; do
17629 if test -z "$ac_lib"; then
17630 ac_res="none required"
17631 else
17632 ac_res=-l$ac_lib
17633 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17635 rm -f conftest.$ac_objext conftest$ac_exeext
17636 if { (ac_try="$ac_link"
17637 case "(($ac_try" in
17638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17639 *) ac_try_echo=$ac_try;;
17640 esac
17641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17642 (eval "$ac_link") 2>conftest.er1
17643 ac_status=$?
17644 grep -v '^ *+' conftest.er1 >conftest.err
17645 rm -f conftest.er1
17646 cat conftest.err >&5
17647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17648 (exit $ac_status); } && {
17649 test -z "$ac_c_werror_flag" ||
17650 test ! -s conftest.err
17651 } && test -s conftest$ac_exeext &&
17652 $as_test_x conftest$ac_exeext; then
17653 ac_cv_search_connect=$ac_res
17654 else
17655 echo "$as_me: failed program was:" >&5
17656 sed 's/^/| /' conftest.$ac_ext >&5
17661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17662 conftest$ac_exeext
17663 if test "${ac_cv_search_connect+set}" = set; then
17664 break
17666 done
17667 if test "${ac_cv_search_connect+set}" = set; then
17669 else
17670 ac_cv_search_connect=no
17672 rm conftest.$ac_ext
17673 LIBS=$ac_func_search_save_LIBS
17675 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17676 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17677 ac_res=$ac_cv_search_connect
17678 if test "$ac_res" != no; then
17679 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17684 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17685 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17686 if test "${ac_cv_search_inet_aton+set}" = set; then
17687 echo $ECHO_N "(cached) $ECHO_C" >&6
17688 else
17689 ac_func_search_save_LIBS=$LIBS
17690 cat >conftest.$ac_ext <<_ACEOF
17691 /* confdefs.h. */
17692 _ACEOF
17693 cat confdefs.h >>conftest.$ac_ext
17694 cat >>conftest.$ac_ext <<_ACEOF
17695 /* end confdefs.h. */
17697 /* Override any GCC internal prototype to avoid an error.
17698 Use char because int might match the return type of a GCC
17699 builtin and then its argument prototype would still apply. */
17700 #ifdef __cplusplus
17701 extern "C"
17702 #endif
17703 char inet_aton ();
17705 main ()
17707 return inet_aton ();
17709 return 0;
17711 _ACEOF
17712 for ac_lib in '' resolv; do
17713 if test -z "$ac_lib"; then
17714 ac_res="none required"
17715 else
17716 ac_res=-l$ac_lib
17717 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17719 rm -f conftest.$ac_objext conftest$ac_exeext
17720 if { (ac_try="$ac_link"
17721 case "(($ac_try" in
17722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17723 *) ac_try_echo=$ac_try;;
17724 esac
17725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17726 (eval "$ac_link") 2>conftest.er1
17727 ac_status=$?
17728 grep -v '^ *+' conftest.er1 >conftest.err
17729 rm -f conftest.er1
17730 cat conftest.err >&5
17731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17732 (exit $ac_status); } && {
17733 test -z "$ac_c_werror_flag" ||
17734 test ! -s conftest.err
17735 } && test -s conftest$ac_exeext &&
17736 $as_test_x conftest$ac_exeext; then
17737 ac_cv_search_inet_aton=$ac_res
17738 else
17739 echo "$as_me: failed program was:" >&5
17740 sed 's/^/| /' conftest.$ac_ext >&5
17745 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17746 conftest$ac_exeext
17747 if test "${ac_cv_search_inet_aton+set}" = set; then
17748 break
17750 done
17751 if test "${ac_cv_search_inet_aton+set}" = set; then
17753 else
17754 ac_cv_search_inet_aton=no
17756 rm conftest.$ac_ext
17757 LIBS=$ac_func_search_save_LIBS
17759 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17760 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17761 ac_res=$ac_cv_search_inet_aton
17762 if test "$ac_res" != no; then
17763 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17776 for ac_func in \
17777 getaddrinfo \
17778 getnameinfo \
17779 getnetbyname \
17780 getprotobyname \
17781 getprotobynumber \
17782 getservbyport \
17783 inet_network \
17784 sendmsg \
17787 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17788 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17789 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17790 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17791 echo $ECHO_N "(cached) $ECHO_C" >&6
17792 else
17793 cat >conftest.$ac_ext <<_ACEOF
17794 /* confdefs.h. */
17795 _ACEOF
17796 cat confdefs.h >>conftest.$ac_ext
17797 cat >>conftest.$ac_ext <<_ACEOF
17798 /* end confdefs.h. */
17799 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17800 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17801 #define $ac_func innocuous_$ac_func
17803 /* System header to define __stub macros and hopefully few prototypes,
17804 which can conflict with char $ac_func (); below.
17805 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17806 <limits.h> exists even on freestanding compilers. */
17808 #ifdef __STDC__
17809 # include <limits.h>
17810 #else
17811 # include <assert.h>
17812 #endif
17814 #undef $ac_func
17816 /* Override any GCC internal prototype to avoid an error.
17817 Use char because int might match the return type of a GCC
17818 builtin and then its argument prototype would still apply. */
17819 #ifdef __cplusplus
17820 extern "C"
17821 #endif
17822 char $ac_func ();
17823 /* The GNU C library defines this for functions which it implements
17824 to always fail with ENOSYS. Some functions are actually named
17825 something starting with __ and the normal name is an alias. */
17826 #if defined __stub_$ac_func || defined __stub___$ac_func
17827 choke me
17828 #endif
17831 main ()
17833 return $ac_func ();
17835 return 0;
17837 _ACEOF
17838 rm -f conftest.$ac_objext conftest$ac_exeext
17839 if { (ac_try="$ac_link"
17840 case "(($ac_try" in
17841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17842 *) ac_try_echo=$ac_try;;
17843 esac
17844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17845 (eval "$ac_link") 2>conftest.er1
17846 ac_status=$?
17847 grep -v '^ *+' conftest.er1 >conftest.err
17848 rm -f conftest.er1
17849 cat conftest.err >&5
17850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17851 (exit $ac_status); } && {
17852 test -z "$ac_c_werror_flag" ||
17853 test ! -s conftest.err
17854 } && test -s conftest$ac_exeext &&
17855 $as_test_x conftest$ac_exeext; then
17856 eval "$as_ac_var=yes"
17857 else
17858 echo "$as_me: failed program was:" >&5
17859 sed 's/^/| /' conftest.$ac_ext >&5
17861 eval "$as_ac_var=no"
17864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17865 conftest$ac_exeext conftest.$ac_ext
17867 ac_res=`eval echo '${'$as_ac_var'}'`
17868 { echo "$as_me:$LINENO: result: $ac_res" >&5
17869 echo "${ECHO_T}$ac_res" >&6; }
17870 if test `eval echo '${'$as_ac_var'}'` = yes; then
17871 cat >>confdefs.h <<_ACEOF
17872 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17873 _ACEOF
17876 done
17879 LDAPLIBS=""
17881 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17882 then
17883 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17884 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17885 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17886 echo $ECHO_N "(cached) $ECHO_C" >&6
17887 else
17888 cat >conftest.$ac_ext <<_ACEOF
17889 /* confdefs.h. */
17890 _ACEOF
17891 cat confdefs.h >>conftest.$ac_ext
17892 cat >>conftest.$ac_ext <<_ACEOF
17893 /* end confdefs.h. */
17894 #include <ldap.h>
17896 typedef LDAPSortKey ac__type_new_;
17898 main ()
17900 if ((ac__type_new_ *) 0)
17901 return 0;
17902 if (sizeof (ac__type_new_))
17903 return 0;
17905 return 0;
17907 _ACEOF
17908 rm -f conftest.$ac_objext
17909 if { (ac_try="$ac_compile"
17910 case "(($ac_try" in
17911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17912 *) ac_try_echo=$ac_try;;
17913 esac
17914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17915 (eval "$ac_compile") 2>conftest.er1
17916 ac_status=$?
17917 grep -v '^ *+' conftest.er1 >conftest.err
17918 rm -f conftest.er1
17919 cat conftest.err >&5
17920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17921 (exit $ac_status); } && {
17922 test -z "$ac_c_werror_flag" ||
17923 test ! -s conftest.err
17924 } && test -s conftest.$ac_objext; then
17925 ac_cv_type_LDAPSortKey=yes
17926 else
17927 echo "$as_me: failed program was:" >&5
17928 sed 's/^/| /' conftest.$ac_ext >&5
17930 ac_cv_type_LDAPSortKey=no
17933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17935 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17936 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17937 if test $ac_cv_type_LDAPSortKey = yes; then
17938 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17939 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17940 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17941 echo $ECHO_N "(cached) $ECHO_C" >&6
17942 else
17943 ac_check_lib_save_LIBS=$LIBS
17944 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17945 cat >conftest.$ac_ext <<_ACEOF
17946 /* confdefs.h. */
17947 _ACEOF
17948 cat confdefs.h >>conftest.$ac_ext
17949 cat >>conftest.$ac_ext <<_ACEOF
17950 /* end confdefs.h. */
17952 /* Override any GCC internal prototype to avoid an error.
17953 Use char because int might match the return type of a GCC
17954 builtin and then its argument prototype would still apply. */
17955 #ifdef __cplusplus
17956 extern "C"
17957 #endif
17958 char ldap_initialize ();
17960 main ()
17962 return ldap_initialize ();
17964 return 0;
17966 _ACEOF
17967 rm -f conftest.$ac_objext conftest$ac_exeext
17968 if { (ac_try="$ac_link"
17969 case "(($ac_try" in
17970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17971 *) ac_try_echo=$ac_try;;
17972 esac
17973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17974 (eval "$ac_link") 2>conftest.er1
17975 ac_status=$?
17976 grep -v '^ *+' conftest.er1 >conftest.err
17977 rm -f conftest.er1
17978 cat conftest.err >&5
17979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17980 (exit $ac_status); } && {
17981 test -z "$ac_c_werror_flag" ||
17982 test ! -s conftest.err
17983 } && test -s conftest$ac_exeext &&
17984 $as_test_x conftest$ac_exeext; then
17985 ac_cv_lib_ldap_r_ldap_initialize=yes
17986 else
17987 echo "$as_me: failed program was:" >&5
17988 sed 's/^/| /' conftest.$ac_ext >&5
17990 ac_cv_lib_ldap_r_ldap_initialize=no
17993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17994 conftest$ac_exeext conftest.$ac_ext
17995 LIBS=$ac_check_lib_save_LIBS
17997 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17998 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17999 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18000 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18001 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18002 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18003 echo $ECHO_N "(cached) $ECHO_C" >&6
18004 else
18005 ac_check_lib_save_LIBS=$LIBS
18006 LIBS="-llber $LIBPTHREAD $LIBS"
18007 cat >conftest.$ac_ext <<_ACEOF
18008 /* confdefs.h. */
18009 _ACEOF
18010 cat confdefs.h >>conftest.$ac_ext
18011 cat >>conftest.$ac_ext <<_ACEOF
18012 /* end confdefs.h. */
18014 /* Override any GCC internal prototype to avoid an error.
18015 Use char because int might match the return type of a GCC
18016 builtin and then its argument prototype would still apply. */
18017 #ifdef __cplusplus
18018 extern "C"
18019 #endif
18020 char ber_init ();
18022 main ()
18024 return ber_init ();
18026 return 0;
18028 _ACEOF
18029 rm -f conftest.$ac_objext conftest$ac_exeext
18030 if { (ac_try="$ac_link"
18031 case "(($ac_try" in
18032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18033 *) ac_try_echo=$ac_try;;
18034 esac
18035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18036 (eval "$ac_link") 2>conftest.er1
18037 ac_status=$?
18038 grep -v '^ *+' conftest.er1 >conftest.err
18039 rm -f conftest.er1
18040 cat conftest.err >&5
18041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18042 (exit $ac_status); } && {
18043 test -z "$ac_c_werror_flag" ||
18044 test ! -s conftest.err
18045 } && test -s conftest$ac_exeext &&
18046 $as_test_x conftest$ac_exeext; then
18047 ac_cv_lib_lber_ber_init=yes
18048 else
18049 echo "$as_me: failed program was:" >&5
18050 sed 's/^/| /' conftest.$ac_ext >&5
18052 ac_cv_lib_lber_ber_init=no
18055 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18056 conftest$ac_exeext conftest.$ac_ext
18057 LIBS=$ac_check_lib_save_LIBS
18059 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18060 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18061 if test $ac_cv_lib_lber_ber_init = yes; then
18063 cat >>confdefs.h <<\_ACEOF
18064 #define HAVE_LDAP 1
18065 _ACEOF
18067 LDAPLIBS="-lldap_r -llber"
18074 ac_wine_check_funcs_save_LIBS="$LIBS"
18075 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18084 for ac_func in \
18085 ldap_count_references \
18086 ldap_first_reference \
18087 ldap_next_reference \
18088 ldap_parse_reference \
18089 ldap_parse_sort_control \
18090 ldap_parse_sortresponse_control \
18091 ldap_parse_vlv_control \
18092 ldap_parse_vlvresponse_control
18094 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18095 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18096 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18097 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18098 echo $ECHO_N "(cached) $ECHO_C" >&6
18099 else
18100 cat >conftest.$ac_ext <<_ACEOF
18101 /* confdefs.h. */
18102 _ACEOF
18103 cat confdefs.h >>conftest.$ac_ext
18104 cat >>conftest.$ac_ext <<_ACEOF
18105 /* end confdefs.h. */
18106 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18107 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18108 #define $ac_func innocuous_$ac_func
18110 /* System header to define __stub macros and hopefully few prototypes,
18111 which can conflict with char $ac_func (); below.
18112 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18113 <limits.h> exists even on freestanding compilers. */
18115 #ifdef __STDC__
18116 # include <limits.h>
18117 #else
18118 # include <assert.h>
18119 #endif
18121 #undef $ac_func
18123 /* Override any GCC internal prototype to avoid an error.
18124 Use char because int might match the return type of a GCC
18125 builtin and then its argument prototype would still apply. */
18126 #ifdef __cplusplus
18127 extern "C"
18128 #endif
18129 char $ac_func ();
18130 /* The GNU C library defines this for functions which it implements
18131 to always fail with ENOSYS. Some functions are actually named
18132 something starting with __ and the normal name is an alias. */
18133 #if defined __stub_$ac_func || defined __stub___$ac_func
18134 choke me
18135 #endif
18138 main ()
18140 return $ac_func ();
18142 return 0;
18144 _ACEOF
18145 rm -f conftest.$ac_objext conftest$ac_exeext
18146 if { (ac_try="$ac_link"
18147 case "(($ac_try" in
18148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18149 *) ac_try_echo=$ac_try;;
18150 esac
18151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18152 (eval "$ac_link") 2>conftest.er1
18153 ac_status=$?
18154 grep -v '^ *+' conftest.er1 >conftest.err
18155 rm -f conftest.er1
18156 cat conftest.err >&5
18157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18158 (exit $ac_status); } && {
18159 test -z "$ac_c_werror_flag" ||
18160 test ! -s conftest.err
18161 } && test -s conftest$ac_exeext &&
18162 $as_test_x conftest$ac_exeext; then
18163 eval "$as_ac_var=yes"
18164 else
18165 echo "$as_me: failed program was:" >&5
18166 sed 's/^/| /' conftest.$ac_ext >&5
18168 eval "$as_ac_var=no"
18171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18172 conftest$ac_exeext conftest.$ac_ext
18174 ac_res=`eval echo '${'$as_ac_var'}'`
18175 { echo "$as_me:$LINENO: result: $ac_res" >&5
18176 echo "${ECHO_T}$ac_res" >&6; }
18177 if test `eval echo '${'$as_ac_var'}'` = yes; then
18178 cat >>confdefs.h <<_ACEOF
18179 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18180 _ACEOF
18183 done
18185 LIBS="$ac_wine_check_funcs_save_LIBS"
18187 if test "x$LDAPLIBS" = "x"; then
18188 case "x$with_ldap" in
18189 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18190 xno) ;;
18191 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18192 This is an error since --with-ldap was requested." >&5
18193 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18194 This is an error since --with-ldap was requested." >&2;}
18195 { (exit 1); exit 1; }; } ;;
18196 esac
18200 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18201 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18202 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18203 echo $ECHO_N "(cached) $ECHO_C" >&6
18204 else
18205 cat >conftest.$ac_ext <<_ACEOF
18206 /* confdefs.h. */
18207 _ACEOF
18208 cat confdefs.h >>conftest.$ac_ext
18209 cat >>conftest.$ac_ext <<_ACEOF
18210 /* end confdefs.h. */
18211 #include <sys/stat.h>
18213 main ()
18215 mkdir("foo");
18217 return 0;
18219 _ACEOF
18220 rm -f conftest.$ac_objext
18221 if { (ac_try="$ac_compile"
18222 case "(($ac_try" in
18223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18224 *) ac_try_echo=$ac_try;;
18225 esac
18226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18227 (eval "$ac_compile") 2>conftest.er1
18228 ac_status=$?
18229 grep -v '^ *+' conftest.er1 >conftest.err
18230 rm -f conftest.er1
18231 cat conftest.err >&5
18232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18233 (exit $ac_status); } && {
18234 test -z "$ac_c_werror_flag" ||
18235 test ! -s conftest.err
18236 } && test -s conftest.$ac_objext; then
18237 wine_cv_one_arg_mkdir=yes
18238 else
18239 echo "$as_me: failed program was:" >&5
18240 sed 's/^/| /' conftest.$ac_ext >&5
18242 wine_cv_one_arg_mkdir=no
18245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18247 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18248 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18249 if test "$wine_cv_one_arg_mkdir" = "yes"
18250 then
18252 cat >>confdefs.h <<\_ACEOF
18253 #define HAVE_ONE_ARG_MKDIR 1
18254 _ACEOF
18259 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18260 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18261 if test "${ac_cv_c_const+set}" = set; then
18262 echo $ECHO_N "(cached) $ECHO_C" >&6
18263 else
18264 cat >conftest.$ac_ext <<_ACEOF
18265 /* confdefs.h. */
18266 _ACEOF
18267 cat confdefs.h >>conftest.$ac_ext
18268 cat >>conftest.$ac_ext <<_ACEOF
18269 /* end confdefs.h. */
18272 main ()
18274 /* FIXME: Include the comments suggested by Paul. */
18275 #ifndef __cplusplus
18276 /* Ultrix mips cc rejects this. */
18277 typedef int charset[2];
18278 const charset cs;
18279 /* SunOS 4.1.1 cc rejects this. */
18280 char const *const *pcpcc;
18281 char **ppc;
18282 /* NEC SVR4.0.2 mips cc rejects this. */
18283 struct point {int x, y;};
18284 static struct point const zero = {0,0};
18285 /* AIX XL C 1.02.0.0 rejects this.
18286 It does not let you subtract one const X* pointer from another in
18287 an arm of an if-expression whose if-part is not a constant
18288 expression */
18289 const char *g = "string";
18290 pcpcc = &g + (g ? g-g : 0);
18291 /* HPUX 7.0 cc rejects these. */
18292 ++pcpcc;
18293 ppc = (char**) pcpcc;
18294 pcpcc = (char const *const *) ppc;
18295 { /* SCO 3.2v4 cc rejects this. */
18296 char *t;
18297 char const *s = 0 ? (char *) 0 : (char const *) 0;
18299 *t++ = 0;
18300 if (s) return 0;
18302 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18303 int x[] = {25, 17};
18304 const int *foo = &x[0];
18305 ++foo;
18307 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18308 typedef const int *iptr;
18309 iptr p = 0;
18310 ++p;
18312 { /* AIX XL C 1.02.0.0 rejects this saying
18313 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18314 struct s { int j; const int *ap[3]; };
18315 struct s *b; b->j = 5;
18317 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18318 const int foo = 10;
18319 if (!foo) return 0;
18321 return !cs[0] && !zero.x;
18322 #endif
18325 return 0;
18327 _ACEOF
18328 rm -f conftest.$ac_objext
18329 if { (ac_try="$ac_compile"
18330 case "(($ac_try" in
18331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18332 *) ac_try_echo=$ac_try;;
18333 esac
18334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18335 (eval "$ac_compile") 2>conftest.er1
18336 ac_status=$?
18337 grep -v '^ *+' conftest.er1 >conftest.err
18338 rm -f conftest.er1
18339 cat conftest.err >&5
18340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18341 (exit $ac_status); } && {
18342 test -z "$ac_c_werror_flag" ||
18343 test ! -s conftest.err
18344 } && test -s conftest.$ac_objext; then
18345 ac_cv_c_const=yes
18346 else
18347 echo "$as_me: failed program was:" >&5
18348 sed 's/^/| /' conftest.$ac_ext >&5
18350 ac_cv_c_const=no
18353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18355 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18356 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18357 if test $ac_cv_c_const = no; then
18359 cat >>confdefs.h <<\_ACEOF
18360 #define const
18361 _ACEOF
18365 { echo "$as_me:$LINENO: checking for inline" >&5
18366 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18367 if test "${ac_cv_c_inline+set}" = set; then
18368 echo $ECHO_N "(cached) $ECHO_C" >&6
18369 else
18370 ac_cv_c_inline=no
18371 for ac_kw in inline __inline__ __inline; do
18372 cat >conftest.$ac_ext <<_ACEOF
18373 /* confdefs.h. */
18374 _ACEOF
18375 cat confdefs.h >>conftest.$ac_ext
18376 cat >>conftest.$ac_ext <<_ACEOF
18377 /* end confdefs.h. */
18378 #ifndef __cplusplus
18379 typedef int foo_t;
18380 static $ac_kw foo_t static_foo () {return 0; }
18381 $ac_kw foo_t foo () {return 0; }
18382 #endif
18384 _ACEOF
18385 rm -f conftest.$ac_objext
18386 if { (ac_try="$ac_compile"
18387 case "(($ac_try" in
18388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18389 *) ac_try_echo=$ac_try;;
18390 esac
18391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18392 (eval "$ac_compile") 2>conftest.er1
18393 ac_status=$?
18394 grep -v '^ *+' conftest.er1 >conftest.err
18395 rm -f conftest.er1
18396 cat conftest.err >&5
18397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18398 (exit $ac_status); } && {
18399 test -z "$ac_c_werror_flag" ||
18400 test ! -s conftest.err
18401 } && test -s conftest.$ac_objext; then
18402 ac_cv_c_inline=$ac_kw
18403 else
18404 echo "$as_me: failed program was:" >&5
18405 sed 's/^/| /' conftest.$ac_ext >&5
18410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18411 test "$ac_cv_c_inline" != no && break
18412 done
18415 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18416 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18419 case $ac_cv_c_inline in
18420 inline | yes) ;;
18422 case $ac_cv_c_inline in
18423 no) ac_val=;;
18424 *) ac_val=$ac_cv_c_inline;;
18425 esac
18426 cat >>confdefs.h <<_ACEOF
18427 #ifndef __cplusplus
18428 #define inline $ac_val
18429 #endif
18430 _ACEOF
18432 esac
18434 { echo "$as_me:$LINENO: checking for mode_t" >&5
18435 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18436 if test "${ac_cv_type_mode_t+set}" = set; then
18437 echo $ECHO_N "(cached) $ECHO_C" >&6
18438 else
18439 cat >conftest.$ac_ext <<_ACEOF
18440 /* confdefs.h. */
18441 _ACEOF
18442 cat confdefs.h >>conftest.$ac_ext
18443 cat >>conftest.$ac_ext <<_ACEOF
18444 /* end confdefs.h. */
18445 $ac_includes_default
18446 typedef mode_t ac__type_new_;
18448 main ()
18450 if ((ac__type_new_ *) 0)
18451 return 0;
18452 if (sizeof (ac__type_new_))
18453 return 0;
18455 return 0;
18457 _ACEOF
18458 rm -f conftest.$ac_objext
18459 if { (ac_try="$ac_compile"
18460 case "(($ac_try" in
18461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18462 *) ac_try_echo=$ac_try;;
18463 esac
18464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18465 (eval "$ac_compile") 2>conftest.er1
18466 ac_status=$?
18467 grep -v '^ *+' conftest.er1 >conftest.err
18468 rm -f conftest.er1
18469 cat conftest.err >&5
18470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18471 (exit $ac_status); } && {
18472 test -z "$ac_c_werror_flag" ||
18473 test ! -s conftest.err
18474 } && test -s conftest.$ac_objext; then
18475 ac_cv_type_mode_t=yes
18476 else
18477 echo "$as_me: failed program was:" >&5
18478 sed 's/^/| /' conftest.$ac_ext >&5
18480 ac_cv_type_mode_t=no
18483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18485 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18486 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18487 if test $ac_cv_type_mode_t = yes; then
18489 cat >>confdefs.h <<_ACEOF
18490 #define HAVE_MODE_T 1
18491 _ACEOF
18495 { echo "$as_me:$LINENO: checking for off_t" >&5
18496 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18497 if test "${ac_cv_type_off_t+set}" = set; then
18498 echo $ECHO_N "(cached) $ECHO_C" >&6
18499 else
18500 cat >conftest.$ac_ext <<_ACEOF
18501 /* confdefs.h. */
18502 _ACEOF
18503 cat confdefs.h >>conftest.$ac_ext
18504 cat >>conftest.$ac_ext <<_ACEOF
18505 /* end confdefs.h. */
18506 $ac_includes_default
18507 typedef off_t ac__type_new_;
18509 main ()
18511 if ((ac__type_new_ *) 0)
18512 return 0;
18513 if (sizeof (ac__type_new_))
18514 return 0;
18516 return 0;
18518 _ACEOF
18519 rm -f conftest.$ac_objext
18520 if { (ac_try="$ac_compile"
18521 case "(($ac_try" in
18522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18523 *) ac_try_echo=$ac_try;;
18524 esac
18525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18526 (eval "$ac_compile") 2>conftest.er1
18527 ac_status=$?
18528 grep -v '^ *+' conftest.er1 >conftest.err
18529 rm -f conftest.er1
18530 cat conftest.err >&5
18531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18532 (exit $ac_status); } && {
18533 test -z "$ac_c_werror_flag" ||
18534 test ! -s conftest.err
18535 } && test -s conftest.$ac_objext; then
18536 ac_cv_type_off_t=yes
18537 else
18538 echo "$as_me: failed program was:" >&5
18539 sed 's/^/| /' conftest.$ac_ext >&5
18541 ac_cv_type_off_t=no
18544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18546 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18547 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18548 if test $ac_cv_type_off_t = yes; then
18550 cat >>confdefs.h <<_ACEOF
18551 #define HAVE_OFF_T 1
18552 _ACEOF
18556 { echo "$as_me:$LINENO: checking for pid_t" >&5
18557 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18558 if test "${ac_cv_type_pid_t+set}" = set; then
18559 echo $ECHO_N "(cached) $ECHO_C" >&6
18560 else
18561 cat >conftest.$ac_ext <<_ACEOF
18562 /* confdefs.h. */
18563 _ACEOF
18564 cat confdefs.h >>conftest.$ac_ext
18565 cat >>conftest.$ac_ext <<_ACEOF
18566 /* end confdefs.h. */
18567 $ac_includes_default
18568 typedef pid_t ac__type_new_;
18570 main ()
18572 if ((ac__type_new_ *) 0)
18573 return 0;
18574 if (sizeof (ac__type_new_))
18575 return 0;
18577 return 0;
18579 _ACEOF
18580 rm -f conftest.$ac_objext
18581 if { (ac_try="$ac_compile"
18582 case "(($ac_try" in
18583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18584 *) ac_try_echo=$ac_try;;
18585 esac
18586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18587 (eval "$ac_compile") 2>conftest.er1
18588 ac_status=$?
18589 grep -v '^ *+' conftest.er1 >conftest.err
18590 rm -f conftest.er1
18591 cat conftest.err >&5
18592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18593 (exit $ac_status); } && {
18594 test -z "$ac_c_werror_flag" ||
18595 test ! -s conftest.err
18596 } && test -s conftest.$ac_objext; then
18597 ac_cv_type_pid_t=yes
18598 else
18599 echo "$as_me: failed program was:" >&5
18600 sed 's/^/| /' conftest.$ac_ext >&5
18602 ac_cv_type_pid_t=no
18605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18607 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18608 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18609 if test $ac_cv_type_pid_t = yes; then
18611 cat >>confdefs.h <<_ACEOF
18612 #define HAVE_PID_T 1
18613 _ACEOF
18617 { echo "$as_me:$LINENO: checking for size_t" >&5
18618 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18619 if test "${ac_cv_type_size_t+set}" = set; then
18620 echo $ECHO_N "(cached) $ECHO_C" >&6
18621 else
18622 cat >conftest.$ac_ext <<_ACEOF
18623 /* confdefs.h. */
18624 _ACEOF
18625 cat confdefs.h >>conftest.$ac_ext
18626 cat >>conftest.$ac_ext <<_ACEOF
18627 /* end confdefs.h. */
18628 $ac_includes_default
18629 typedef size_t ac__type_new_;
18631 main ()
18633 if ((ac__type_new_ *) 0)
18634 return 0;
18635 if (sizeof (ac__type_new_))
18636 return 0;
18638 return 0;
18640 _ACEOF
18641 rm -f conftest.$ac_objext
18642 if { (ac_try="$ac_compile"
18643 case "(($ac_try" in
18644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18645 *) ac_try_echo=$ac_try;;
18646 esac
18647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18648 (eval "$ac_compile") 2>conftest.er1
18649 ac_status=$?
18650 grep -v '^ *+' conftest.er1 >conftest.err
18651 rm -f conftest.er1
18652 cat conftest.err >&5
18653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18654 (exit $ac_status); } && {
18655 test -z "$ac_c_werror_flag" ||
18656 test ! -s conftest.err
18657 } && test -s conftest.$ac_objext; then
18658 ac_cv_type_size_t=yes
18659 else
18660 echo "$as_me: failed program was:" >&5
18661 sed 's/^/| /' conftest.$ac_ext >&5
18663 ac_cv_type_size_t=no
18666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18668 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18669 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18670 if test $ac_cv_type_size_t = yes; then
18672 cat >>confdefs.h <<_ACEOF
18673 #define HAVE_SIZE_T 1
18674 _ACEOF
18678 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18679 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18680 if test "${ac_cv_type_ssize_t+set}" = set; then
18681 echo $ECHO_N "(cached) $ECHO_C" >&6
18682 else
18683 cat >conftest.$ac_ext <<_ACEOF
18684 /* confdefs.h. */
18685 _ACEOF
18686 cat confdefs.h >>conftest.$ac_ext
18687 cat >>conftest.$ac_ext <<_ACEOF
18688 /* end confdefs.h. */
18689 $ac_includes_default
18690 typedef ssize_t ac__type_new_;
18692 main ()
18694 if ((ac__type_new_ *) 0)
18695 return 0;
18696 if (sizeof (ac__type_new_))
18697 return 0;
18699 return 0;
18701 _ACEOF
18702 rm -f conftest.$ac_objext
18703 if { (ac_try="$ac_compile"
18704 case "(($ac_try" in
18705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18706 *) ac_try_echo=$ac_try;;
18707 esac
18708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18709 (eval "$ac_compile") 2>conftest.er1
18710 ac_status=$?
18711 grep -v '^ *+' conftest.er1 >conftest.err
18712 rm -f conftest.er1
18713 cat conftest.err >&5
18714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18715 (exit $ac_status); } && {
18716 test -z "$ac_c_werror_flag" ||
18717 test ! -s conftest.err
18718 } && test -s conftest.$ac_objext; then
18719 ac_cv_type_ssize_t=yes
18720 else
18721 echo "$as_me: failed program was:" >&5
18722 sed 's/^/| /' conftest.$ac_ext >&5
18724 ac_cv_type_ssize_t=no
18727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18729 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18730 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18731 if test $ac_cv_type_ssize_t = yes; then
18733 cat >>confdefs.h <<_ACEOF
18734 #define HAVE_SSIZE_T 1
18735 _ACEOF
18739 { echo "$as_me:$LINENO: checking for long long" >&5
18740 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18741 if test "${ac_cv_type_long_long+set}" = set; then
18742 echo $ECHO_N "(cached) $ECHO_C" >&6
18743 else
18744 cat >conftest.$ac_ext <<_ACEOF
18745 /* confdefs.h. */
18746 _ACEOF
18747 cat confdefs.h >>conftest.$ac_ext
18748 cat >>conftest.$ac_ext <<_ACEOF
18749 /* end confdefs.h. */
18750 $ac_includes_default
18751 typedef long long ac__type_new_;
18753 main ()
18755 if ((ac__type_new_ *) 0)
18756 return 0;
18757 if (sizeof (ac__type_new_))
18758 return 0;
18760 return 0;
18762 _ACEOF
18763 rm -f conftest.$ac_objext
18764 if { (ac_try="$ac_compile"
18765 case "(($ac_try" in
18766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18767 *) ac_try_echo=$ac_try;;
18768 esac
18769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18770 (eval "$ac_compile") 2>conftest.er1
18771 ac_status=$?
18772 grep -v '^ *+' conftest.er1 >conftest.err
18773 rm -f conftest.er1
18774 cat conftest.err >&5
18775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18776 (exit $ac_status); } && {
18777 test -z "$ac_c_werror_flag" ||
18778 test ! -s conftest.err
18779 } && test -s conftest.$ac_objext; then
18780 ac_cv_type_long_long=yes
18781 else
18782 echo "$as_me: failed program was:" >&5
18783 sed 's/^/| /' conftest.$ac_ext >&5
18785 ac_cv_type_long_long=no
18788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18790 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18791 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18792 if test $ac_cv_type_long_long = yes; then
18794 cat >>confdefs.h <<_ACEOF
18795 #define HAVE_LONG_LONG 1
18796 _ACEOF
18800 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18801 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18802 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18803 echo $ECHO_N "(cached) $ECHO_C" >&6
18804 else
18805 cat >conftest.$ac_ext <<_ACEOF
18806 /* confdefs.h. */
18807 _ACEOF
18808 cat confdefs.h >>conftest.$ac_ext
18809 cat >>conftest.$ac_ext <<_ACEOF
18810 /* end confdefs.h. */
18811 $ac_includes_default
18812 typedef fsblkcnt_t ac__type_new_;
18814 main ()
18816 if ((ac__type_new_ *) 0)
18817 return 0;
18818 if (sizeof (ac__type_new_))
18819 return 0;
18821 return 0;
18823 _ACEOF
18824 rm -f conftest.$ac_objext
18825 if { (ac_try="$ac_compile"
18826 case "(($ac_try" in
18827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18828 *) ac_try_echo=$ac_try;;
18829 esac
18830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18831 (eval "$ac_compile") 2>conftest.er1
18832 ac_status=$?
18833 grep -v '^ *+' conftest.er1 >conftest.err
18834 rm -f conftest.er1
18835 cat conftest.err >&5
18836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18837 (exit $ac_status); } && {
18838 test -z "$ac_c_werror_flag" ||
18839 test ! -s conftest.err
18840 } && test -s conftest.$ac_objext; then
18841 ac_cv_type_fsblkcnt_t=yes
18842 else
18843 echo "$as_me: failed program was:" >&5
18844 sed 's/^/| /' conftest.$ac_ext >&5
18846 ac_cv_type_fsblkcnt_t=no
18849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18851 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18852 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18853 if test $ac_cv_type_fsblkcnt_t = yes; then
18855 cat >>confdefs.h <<_ACEOF
18856 #define HAVE_FSBLKCNT_T 1
18857 _ACEOF
18861 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18862 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18863 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18864 echo $ECHO_N "(cached) $ECHO_C" >&6
18865 else
18866 cat >conftest.$ac_ext <<_ACEOF
18867 /* confdefs.h. */
18868 _ACEOF
18869 cat confdefs.h >>conftest.$ac_ext
18870 cat >>conftest.$ac_ext <<_ACEOF
18871 /* end confdefs.h. */
18872 $ac_includes_default
18873 typedef fsfilcnt_t ac__type_new_;
18875 main ()
18877 if ((ac__type_new_ *) 0)
18878 return 0;
18879 if (sizeof (ac__type_new_))
18880 return 0;
18882 return 0;
18884 _ACEOF
18885 rm -f conftest.$ac_objext
18886 if { (ac_try="$ac_compile"
18887 case "(($ac_try" in
18888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18889 *) ac_try_echo=$ac_try;;
18890 esac
18891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18892 (eval "$ac_compile") 2>conftest.er1
18893 ac_status=$?
18894 grep -v '^ *+' conftest.er1 >conftest.err
18895 rm -f conftest.er1
18896 cat conftest.err >&5
18897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18898 (exit $ac_status); } && {
18899 test -z "$ac_c_werror_flag" ||
18900 test ! -s conftest.err
18901 } && test -s conftest.$ac_objext; then
18902 ac_cv_type_fsfilcnt_t=yes
18903 else
18904 echo "$as_me: failed program was:" >&5
18905 sed 's/^/| /' conftest.$ac_ext >&5
18907 ac_cv_type_fsfilcnt_t=no
18910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18912 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18913 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18914 if test $ac_cv_type_fsfilcnt_t = yes; then
18916 cat >>confdefs.h <<_ACEOF
18917 #define HAVE_FSFILCNT_T 1
18918 _ACEOF
18923 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18924 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18925 if test "${ac_cv_type_sigset_t+set}" = set; then
18926 echo $ECHO_N "(cached) $ECHO_C" >&6
18927 else
18928 cat >conftest.$ac_ext <<_ACEOF
18929 /* confdefs.h. */
18930 _ACEOF
18931 cat confdefs.h >>conftest.$ac_ext
18932 cat >>conftest.$ac_ext <<_ACEOF
18933 /* end confdefs.h. */
18934 #include <sys/types.h>
18935 #include <signal.h>
18937 typedef sigset_t ac__type_new_;
18939 main ()
18941 if ((ac__type_new_ *) 0)
18942 return 0;
18943 if (sizeof (ac__type_new_))
18944 return 0;
18946 return 0;
18948 _ACEOF
18949 rm -f conftest.$ac_objext
18950 if { (ac_try="$ac_compile"
18951 case "(($ac_try" in
18952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18953 *) ac_try_echo=$ac_try;;
18954 esac
18955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18956 (eval "$ac_compile") 2>conftest.er1
18957 ac_status=$?
18958 grep -v '^ *+' conftest.er1 >conftest.err
18959 rm -f conftest.er1
18960 cat conftest.err >&5
18961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18962 (exit $ac_status); } && {
18963 test -z "$ac_c_werror_flag" ||
18964 test ! -s conftest.err
18965 } && test -s conftest.$ac_objext; then
18966 ac_cv_type_sigset_t=yes
18967 else
18968 echo "$as_me: failed program was:" >&5
18969 sed 's/^/| /' conftest.$ac_ext >&5
18971 ac_cv_type_sigset_t=no
18974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18976 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18977 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18978 if test $ac_cv_type_sigset_t = yes; then
18980 cat >>confdefs.h <<_ACEOF
18981 #define HAVE_SIGSET_T 1
18982 _ACEOF
18987 { echo "$as_me:$LINENO: checking for request_sense" >&5
18988 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18989 if test "${ac_cv_type_request_sense+set}" = set; then
18990 echo $ECHO_N "(cached) $ECHO_C" >&6
18991 else
18992 cat >conftest.$ac_ext <<_ACEOF
18993 /* confdefs.h. */
18994 _ACEOF
18995 cat confdefs.h >>conftest.$ac_ext
18996 cat >>conftest.$ac_ext <<_ACEOF
18997 /* end confdefs.h. */
18998 #include <linux/cdrom.h>
19000 typedef request_sense ac__type_new_;
19002 main ()
19004 if ((ac__type_new_ *) 0)
19005 return 0;
19006 if (sizeof (ac__type_new_))
19007 return 0;
19009 return 0;
19011 _ACEOF
19012 rm -f conftest.$ac_objext
19013 if { (ac_try="$ac_compile"
19014 case "(($ac_try" in
19015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19016 *) ac_try_echo=$ac_try;;
19017 esac
19018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19019 (eval "$ac_compile") 2>conftest.er1
19020 ac_status=$?
19021 grep -v '^ *+' conftest.er1 >conftest.err
19022 rm -f conftest.er1
19023 cat conftest.err >&5
19024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19025 (exit $ac_status); } && {
19026 test -z "$ac_c_werror_flag" ||
19027 test ! -s conftest.err
19028 } && test -s conftest.$ac_objext; then
19029 ac_cv_type_request_sense=yes
19030 else
19031 echo "$as_me: failed program was:" >&5
19032 sed 's/^/| /' conftest.$ac_ext >&5
19034 ac_cv_type_request_sense=no
19037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19039 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19040 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19041 if test $ac_cv_type_request_sense = yes; then
19043 cat >>confdefs.h <<_ACEOF
19044 #define HAVE_REQUEST_SENSE 1
19045 _ACEOF
19051 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19052 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19053 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19054 echo $ECHO_N "(cached) $ECHO_C" >&6
19055 else
19056 cat >conftest.$ac_ext <<_ACEOF
19057 /* confdefs.h. */
19058 _ACEOF
19059 cat confdefs.h >>conftest.$ac_ext
19060 cat >>conftest.$ac_ext <<_ACEOF
19061 /* end confdefs.h. */
19062 #ifdef HAVE_LINUX_INPUT_H
19063 #include <linux/input.h>
19064 #endif
19067 main ()
19069 static struct ff_effect ac_aggr;
19070 if (ac_aggr.direction)
19071 return 0;
19073 return 0;
19075 _ACEOF
19076 rm -f conftest.$ac_objext
19077 if { (ac_try="$ac_compile"
19078 case "(($ac_try" in
19079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19080 *) ac_try_echo=$ac_try;;
19081 esac
19082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19083 (eval "$ac_compile") 2>conftest.er1
19084 ac_status=$?
19085 grep -v '^ *+' conftest.er1 >conftest.err
19086 rm -f conftest.er1
19087 cat conftest.err >&5
19088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19089 (exit $ac_status); } && {
19090 test -z "$ac_c_werror_flag" ||
19091 test ! -s conftest.err
19092 } && test -s conftest.$ac_objext; then
19093 ac_cv_member_struct_ff_effect_direction=yes
19094 else
19095 echo "$as_me: failed program was:" >&5
19096 sed 's/^/| /' conftest.$ac_ext >&5
19098 cat >conftest.$ac_ext <<_ACEOF
19099 /* confdefs.h. */
19100 _ACEOF
19101 cat confdefs.h >>conftest.$ac_ext
19102 cat >>conftest.$ac_ext <<_ACEOF
19103 /* end confdefs.h. */
19104 #ifdef HAVE_LINUX_INPUT_H
19105 #include <linux/input.h>
19106 #endif
19109 main ()
19111 static struct ff_effect ac_aggr;
19112 if (sizeof ac_aggr.direction)
19113 return 0;
19115 return 0;
19117 _ACEOF
19118 rm -f conftest.$ac_objext
19119 if { (ac_try="$ac_compile"
19120 case "(($ac_try" in
19121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19122 *) ac_try_echo=$ac_try;;
19123 esac
19124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19125 (eval "$ac_compile") 2>conftest.er1
19126 ac_status=$?
19127 grep -v '^ *+' conftest.er1 >conftest.err
19128 rm -f conftest.er1
19129 cat conftest.err >&5
19130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19131 (exit $ac_status); } && {
19132 test -z "$ac_c_werror_flag" ||
19133 test ! -s conftest.err
19134 } && test -s conftest.$ac_objext; then
19135 ac_cv_member_struct_ff_effect_direction=yes
19136 else
19137 echo "$as_me: failed program was:" >&5
19138 sed 's/^/| /' conftest.$ac_ext >&5
19140 ac_cv_member_struct_ff_effect_direction=no
19143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19148 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19149 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19150 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19152 cat >>confdefs.h <<_ACEOF
19153 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19154 _ACEOF
19160 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19161 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19162 if test "${wine_cv_have_sigaddset+set}" = set; then
19163 echo $ECHO_N "(cached) $ECHO_C" >&6
19164 else
19165 cat >conftest.$ac_ext <<_ACEOF
19166 /* confdefs.h. */
19167 _ACEOF
19168 cat confdefs.h >>conftest.$ac_ext
19169 cat >>conftest.$ac_ext <<_ACEOF
19170 /* end confdefs.h. */
19171 #include <signal.h>
19173 main ()
19175 sigset_t set; sigaddset(&set,SIGTERM);
19177 return 0;
19179 _ACEOF
19180 rm -f conftest.$ac_objext conftest$ac_exeext
19181 if { (ac_try="$ac_link"
19182 case "(($ac_try" in
19183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19184 *) ac_try_echo=$ac_try;;
19185 esac
19186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19187 (eval "$ac_link") 2>conftest.er1
19188 ac_status=$?
19189 grep -v '^ *+' conftest.er1 >conftest.err
19190 rm -f conftest.er1
19191 cat conftest.err >&5
19192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19193 (exit $ac_status); } && {
19194 test -z "$ac_c_werror_flag" ||
19195 test ! -s conftest.err
19196 } && test -s conftest$ac_exeext &&
19197 $as_test_x conftest$ac_exeext; then
19198 wine_cv_have_sigaddset=yes
19199 else
19200 echo "$as_me: failed program was:" >&5
19201 sed 's/^/| /' conftest.$ac_ext >&5
19203 wine_cv_have_sigaddset=no
19206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19207 conftest$ac_exeext conftest.$ac_ext
19209 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19210 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19211 if test "$wine_cv_have_sigaddset" = "yes"
19212 then
19214 cat >>confdefs.h <<\_ACEOF
19215 #define HAVE_SIGADDSET 1
19216 _ACEOF
19221 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19222 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19223 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19224 echo $ECHO_N "(cached) $ECHO_C" >&6
19225 else
19226 cat >conftest.$ac_ext <<_ACEOF
19227 /* confdefs.h. */
19228 _ACEOF
19229 cat confdefs.h >>conftest.$ac_ext
19230 cat >>conftest.$ac_ext <<_ACEOF
19231 /* end confdefs.h. */
19232 #include <netdb.h>
19234 main ()
19237 char *name=0;
19238 struct hostent he;
19239 struct hostent *result;
19240 char *buf=0;
19241 int bufsize=0;
19242 int res,errnr;
19243 char *addr=0;
19244 int addrlen=0;
19245 int addrtype=0;
19246 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19247 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19250 return 0;
19252 _ACEOF
19253 rm -f conftest.$ac_objext conftest$ac_exeext
19254 if { (ac_try="$ac_link"
19255 case "(($ac_try" in
19256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19257 *) ac_try_echo=$ac_try;;
19258 esac
19259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19260 (eval "$ac_link") 2>conftest.er1
19261 ac_status=$?
19262 grep -v '^ *+' conftest.er1 >conftest.err
19263 rm -f conftest.er1
19264 cat conftest.err >&5
19265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19266 (exit $ac_status); } && {
19267 test -z "$ac_c_werror_flag" ||
19268 test ! -s conftest.err
19269 } && test -s conftest$ac_exeext &&
19270 $as_test_x conftest$ac_exeext; then
19271 wine_cv_linux_gethostbyname_r_6=yes
19272 else
19273 echo "$as_me: failed program was:" >&5
19274 sed 's/^/| /' conftest.$ac_ext >&5
19276 wine_cv_linux_gethostbyname_r_6=no
19280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19281 conftest$ac_exeext conftest.$ac_ext
19284 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19285 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19286 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19287 then
19289 cat >>confdefs.h <<\_ACEOF
19290 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19291 _ACEOF
19295 if test "$ac_cv_header_linux_joystick_h" = "yes"
19296 then
19297 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19298 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19299 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19300 echo $ECHO_N "(cached) $ECHO_C" >&6
19301 else
19302 cat >conftest.$ac_ext <<_ACEOF
19303 /* confdefs.h. */
19304 _ACEOF
19305 cat confdefs.h >>conftest.$ac_ext
19306 cat >>conftest.$ac_ext <<_ACEOF
19307 /* end confdefs.h. */
19309 #include <sys/ioctl.h>
19310 #include <sys/types.h>
19311 #include <linux/joystick.h>
19313 struct js_event blub;
19314 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19315 #error "no 2.2 header"
19316 #endif
19319 main ()
19321 /*empty*/
19323 return 0;
19325 _ACEOF
19326 rm -f conftest.$ac_objext
19327 if { (ac_try="$ac_compile"
19328 case "(($ac_try" in
19329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19330 *) ac_try_echo=$ac_try;;
19331 esac
19332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19333 (eval "$ac_compile") 2>conftest.er1
19334 ac_status=$?
19335 grep -v '^ *+' conftest.er1 >conftest.err
19336 rm -f conftest.er1
19337 cat conftest.err >&5
19338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19339 (exit $ac_status); } && {
19340 test -z "$ac_c_werror_flag" ||
19341 test ! -s conftest.err
19342 } && test -s conftest.$ac_objext; then
19343 wine_cv_linux_joystick_22_api=yes
19344 else
19345 echo "$as_me: failed program was:" >&5
19346 sed 's/^/| /' conftest.$ac_ext >&5
19348 wine_cv_linux_joystick_22_api=no
19351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19354 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19355 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19356 if test "$wine_cv_linux_joystick_22_api" = "yes"
19357 then
19359 cat >>confdefs.h <<\_ACEOF
19360 #define HAVE_LINUX_22_JOYSTICK_API 1
19361 _ACEOF
19367 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19368 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19369 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19370 echo $ECHO_N "(cached) $ECHO_C" >&6
19371 else
19372 cat >conftest.$ac_ext <<_ACEOF
19373 /* confdefs.h. */
19374 _ACEOF
19375 cat confdefs.h >>conftest.$ac_ext
19376 cat >>conftest.$ac_ext <<_ACEOF
19377 /* end confdefs.h. */
19378 #include <sys/types.h>
19379 #ifdef HAVE_SYS_PARAM_H
19380 # include <sys/param.h>
19381 #endif
19382 #ifdef HAVE_SYS_MOUNT_H
19383 # include <sys/mount.h>
19384 #endif
19385 #ifdef HAVE_SYS_VFS_H
19386 # include <sys/vfs.h>
19387 #endif
19388 #ifdef HAVE_SYS_STATFS_H
19389 # include <sys/statfs.h>
19390 #endif
19393 main ()
19395 static struct statfs ac_aggr;
19396 if (ac_aggr.f_bfree)
19397 return 0;
19399 return 0;
19401 _ACEOF
19402 rm -f conftest.$ac_objext
19403 if { (ac_try="$ac_compile"
19404 case "(($ac_try" in
19405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19406 *) ac_try_echo=$ac_try;;
19407 esac
19408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19409 (eval "$ac_compile") 2>conftest.er1
19410 ac_status=$?
19411 grep -v '^ *+' conftest.er1 >conftest.err
19412 rm -f conftest.er1
19413 cat conftest.err >&5
19414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19415 (exit $ac_status); } && {
19416 test -z "$ac_c_werror_flag" ||
19417 test ! -s conftest.err
19418 } && test -s conftest.$ac_objext; then
19419 ac_cv_member_struct_statfs_f_bfree=yes
19420 else
19421 echo "$as_me: failed program was:" >&5
19422 sed 's/^/| /' conftest.$ac_ext >&5
19424 cat >conftest.$ac_ext <<_ACEOF
19425 /* confdefs.h. */
19426 _ACEOF
19427 cat confdefs.h >>conftest.$ac_ext
19428 cat >>conftest.$ac_ext <<_ACEOF
19429 /* end confdefs.h. */
19430 #include <sys/types.h>
19431 #ifdef HAVE_SYS_PARAM_H
19432 # include <sys/param.h>
19433 #endif
19434 #ifdef HAVE_SYS_MOUNT_H
19435 # include <sys/mount.h>
19436 #endif
19437 #ifdef HAVE_SYS_VFS_H
19438 # include <sys/vfs.h>
19439 #endif
19440 #ifdef HAVE_SYS_STATFS_H
19441 # include <sys/statfs.h>
19442 #endif
19445 main ()
19447 static struct statfs ac_aggr;
19448 if (sizeof ac_aggr.f_bfree)
19449 return 0;
19451 return 0;
19453 _ACEOF
19454 rm -f conftest.$ac_objext
19455 if { (ac_try="$ac_compile"
19456 case "(($ac_try" in
19457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19458 *) ac_try_echo=$ac_try;;
19459 esac
19460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19461 (eval "$ac_compile") 2>conftest.er1
19462 ac_status=$?
19463 grep -v '^ *+' conftest.er1 >conftest.err
19464 rm -f conftest.er1
19465 cat conftest.err >&5
19466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19467 (exit $ac_status); } && {
19468 test -z "$ac_c_werror_flag" ||
19469 test ! -s conftest.err
19470 } && test -s conftest.$ac_objext; then
19471 ac_cv_member_struct_statfs_f_bfree=yes
19472 else
19473 echo "$as_me: failed program was:" >&5
19474 sed 's/^/| /' conftest.$ac_ext >&5
19476 ac_cv_member_struct_statfs_f_bfree=no
19479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19484 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19485 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19486 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19488 cat >>confdefs.h <<_ACEOF
19489 #define HAVE_STRUCT_STATFS_F_BFREE 1
19490 _ACEOF
19494 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19495 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19496 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19497 echo $ECHO_N "(cached) $ECHO_C" >&6
19498 else
19499 cat >conftest.$ac_ext <<_ACEOF
19500 /* confdefs.h. */
19501 _ACEOF
19502 cat confdefs.h >>conftest.$ac_ext
19503 cat >>conftest.$ac_ext <<_ACEOF
19504 /* end confdefs.h. */
19505 #include <sys/types.h>
19506 #ifdef HAVE_SYS_PARAM_H
19507 # include <sys/param.h>
19508 #endif
19509 #ifdef HAVE_SYS_MOUNT_H
19510 # include <sys/mount.h>
19511 #endif
19512 #ifdef HAVE_SYS_VFS_H
19513 # include <sys/vfs.h>
19514 #endif
19515 #ifdef HAVE_SYS_STATFS_H
19516 # include <sys/statfs.h>
19517 #endif
19520 main ()
19522 static struct statfs ac_aggr;
19523 if (ac_aggr.f_bavail)
19524 return 0;
19526 return 0;
19528 _ACEOF
19529 rm -f conftest.$ac_objext
19530 if { (ac_try="$ac_compile"
19531 case "(($ac_try" in
19532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19533 *) ac_try_echo=$ac_try;;
19534 esac
19535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19536 (eval "$ac_compile") 2>conftest.er1
19537 ac_status=$?
19538 grep -v '^ *+' conftest.er1 >conftest.err
19539 rm -f conftest.er1
19540 cat conftest.err >&5
19541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19542 (exit $ac_status); } && {
19543 test -z "$ac_c_werror_flag" ||
19544 test ! -s conftest.err
19545 } && test -s conftest.$ac_objext; then
19546 ac_cv_member_struct_statfs_f_bavail=yes
19547 else
19548 echo "$as_me: failed program was:" >&5
19549 sed 's/^/| /' conftest.$ac_ext >&5
19551 cat >conftest.$ac_ext <<_ACEOF
19552 /* confdefs.h. */
19553 _ACEOF
19554 cat confdefs.h >>conftest.$ac_ext
19555 cat >>conftest.$ac_ext <<_ACEOF
19556 /* end confdefs.h. */
19557 #include <sys/types.h>
19558 #ifdef HAVE_SYS_PARAM_H
19559 # include <sys/param.h>
19560 #endif
19561 #ifdef HAVE_SYS_MOUNT_H
19562 # include <sys/mount.h>
19563 #endif
19564 #ifdef HAVE_SYS_VFS_H
19565 # include <sys/vfs.h>
19566 #endif
19567 #ifdef HAVE_SYS_STATFS_H
19568 # include <sys/statfs.h>
19569 #endif
19572 main ()
19574 static struct statfs ac_aggr;
19575 if (sizeof ac_aggr.f_bavail)
19576 return 0;
19578 return 0;
19580 _ACEOF
19581 rm -f conftest.$ac_objext
19582 if { (ac_try="$ac_compile"
19583 case "(($ac_try" in
19584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19585 *) ac_try_echo=$ac_try;;
19586 esac
19587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19588 (eval "$ac_compile") 2>conftest.er1
19589 ac_status=$?
19590 grep -v '^ *+' conftest.er1 >conftest.err
19591 rm -f conftest.er1
19592 cat conftest.err >&5
19593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19594 (exit $ac_status); } && {
19595 test -z "$ac_c_werror_flag" ||
19596 test ! -s conftest.err
19597 } && test -s conftest.$ac_objext; then
19598 ac_cv_member_struct_statfs_f_bavail=yes
19599 else
19600 echo "$as_me: failed program was:" >&5
19601 sed 's/^/| /' conftest.$ac_ext >&5
19603 ac_cv_member_struct_statfs_f_bavail=no
19606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19611 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19612 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19613 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19615 cat >>confdefs.h <<_ACEOF
19616 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19617 _ACEOF
19621 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19622 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19623 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19624 echo $ECHO_N "(cached) $ECHO_C" >&6
19625 else
19626 cat >conftest.$ac_ext <<_ACEOF
19627 /* confdefs.h. */
19628 _ACEOF
19629 cat confdefs.h >>conftest.$ac_ext
19630 cat >>conftest.$ac_ext <<_ACEOF
19631 /* end confdefs.h. */
19632 #include <sys/types.h>
19633 #ifdef HAVE_SYS_PARAM_H
19634 # include <sys/param.h>
19635 #endif
19636 #ifdef HAVE_SYS_MOUNT_H
19637 # include <sys/mount.h>
19638 #endif
19639 #ifdef HAVE_SYS_VFS_H
19640 # include <sys/vfs.h>
19641 #endif
19642 #ifdef HAVE_SYS_STATFS_H
19643 # include <sys/statfs.h>
19644 #endif
19647 main ()
19649 static struct statfs ac_aggr;
19650 if (ac_aggr.f_frsize)
19651 return 0;
19653 return 0;
19655 _ACEOF
19656 rm -f conftest.$ac_objext
19657 if { (ac_try="$ac_compile"
19658 case "(($ac_try" in
19659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19660 *) ac_try_echo=$ac_try;;
19661 esac
19662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19663 (eval "$ac_compile") 2>conftest.er1
19664 ac_status=$?
19665 grep -v '^ *+' conftest.er1 >conftest.err
19666 rm -f conftest.er1
19667 cat conftest.err >&5
19668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19669 (exit $ac_status); } && {
19670 test -z "$ac_c_werror_flag" ||
19671 test ! -s conftest.err
19672 } && test -s conftest.$ac_objext; then
19673 ac_cv_member_struct_statfs_f_frsize=yes
19674 else
19675 echo "$as_me: failed program was:" >&5
19676 sed 's/^/| /' conftest.$ac_ext >&5
19678 cat >conftest.$ac_ext <<_ACEOF
19679 /* confdefs.h. */
19680 _ACEOF
19681 cat confdefs.h >>conftest.$ac_ext
19682 cat >>conftest.$ac_ext <<_ACEOF
19683 /* end confdefs.h. */
19684 #include <sys/types.h>
19685 #ifdef HAVE_SYS_PARAM_H
19686 # include <sys/param.h>
19687 #endif
19688 #ifdef HAVE_SYS_MOUNT_H
19689 # include <sys/mount.h>
19690 #endif
19691 #ifdef HAVE_SYS_VFS_H
19692 # include <sys/vfs.h>
19693 #endif
19694 #ifdef HAVE_SYS_STATFS_H
19695 # include <sys/statfs.h>
19696 #endif
19699 main ()
19701 static struct statfs ac_aggr;
19702 if (sizeof ac_aggr.f_frsize)
19703 return 0;
19705 return 0;
19707 _ACEOF
19708 rm -f conftest.$ac_objext
19709 if { (ac_try="$ac_compile"
19710 case "(($ac_try" in
19711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19712 *) ac_try_echo=$ac_try;;
19713 esac
19714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19715 (eval "$ac_compile") 2>conftest.er1
19716 ac_status=$?
19717 grep -v '^ *+' conftest.er1 >conftest.err
19718 rm -f conftest.er1
19719 cat conftest.err >&5
19720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19721 (exit $ac_status); } && {
19722 test -z "$ac_c_werror_flag" ||
19723 test ! -s conftest.err
19724 } && test -s conftest.$ac_objext; then
19725 ac_cv_member_struct_statfs_f_frsize=yes
19726 else
19727 echo "$as_me: failed program was:" >&5
19728 sed 's/^/| /' conftest.$ac_ext >&5
19730 ac_cv_member_struct_statfs_f_frsize=no
19733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19738 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19739 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19740 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19742 cat >>confdefs.h <<_ACEOF
19743 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19744 _ACEOF
19748 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19749 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19750 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19751 echo $ECHO_N "(cached) $ECHO_C" >&6
19752 else
19753 cat >conftest.$ac_ext <<_ACEOF
19754 /* confdefs.h. */
19755 _ACEOF
19756 cat confdefs.h >>conftest.$ac_ext
19757 cat >>conftest.$ac_ext <<_ACEOF
19758 /* end confdefs.h. */
19759 #include <sys/types.h>
19760 #ifdef HAVE_SYS_PARAM_H
19761 # include <sys/param.h>
19762 #endif
19763 #ifdef HAVE_SYS_MOUNT_H
19764 # include <sys/mount.h>
19765 #endif
19766 #ifdef HAVE_SYS_VFS_H
19767 # include <sys/vfs.h>
19768 #endif
19769 #ifdef HAVE_SYS_STATFS_H
19770 # include <sys/statfs.h>
19771 #endif
19774 main ()
19776 static struct statfs ac_aggr;
19777 if (ac_aggr.f_ffree)
19778 return 0;
19780 return 0;
19782 _ACEOF
19783 rm -f conftest.$ac_objext
19784 if { (ac_try="$ac_compile"
19785 case "(($ac_try" in
19786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19787 *) ac_try_echo=$ac_try;;
19788 esac
19789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19790 (eval "$ac_compile") 2>conftest.er1
19791 ac_status=$?
19792 grep -v '^ *+' conftest.er1 >conftest.err
19793 rm -f conftest.er1
19794 cat conftest.err >&5
19795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19796 (exit $ac_status); } && {
19797 test -z "$ac_c_werror_flag" ||
19798 test ! -s conftest.err
19799 } && test -s conftest.$ac_objext; then
19800 ac_cv_member_struct_statfs_f_ffree=yes
19801 else
19802 echo "$as_me: failed program was:" >&5
19803 sed 's/^/| /' conftest.$ac_ext >&5
19805 cat >conftest.$ac_ext <<_ACEOF
19806 /* confdefs.h. */
19807 _ACEOF
19808 cat confdefs.h >>conftest.$ac_ext
19809 cat >>conftest.$ac_ext <<_ACEOF
19810 /* end confdefs.h. */
19811 #include <sys/types.h>
19812 #ifdef HAVE_SYS_PARAM_H
19813 # include <sys/param.h>
19814 #endif
19815 #ifdef HAVE_SYS_MOUNT_H
19816 # include <sys/mount.h>
19817 #endif
19818 #ifdef HAVE_SYS_VFS_H
19819 # include <sys/vfs.h>
19820 #endif
19821 #ifdef HAVE_SYS_STATFS_H
19822 # include <sys/statfs.h>
19823 #endif
19826 main ()
19828 static struct statfs ac_aggr;
19829 if (sizeof ac_aggr.f_ffree)
19830 return 0;
19832 return 0;
19834 _ACEOF
19835 rm -f conftest.$ac_objext
19836 if { (ac_try="$ac_compile"
19837 case "(($ac_try" in
19838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19839 *) ac_try_echo=$ac_try;;
19840 esac
19841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19842 (eval "$ac_compile") 2>conftest.er1
19843 ac_status=$?
19844 grep -v '^ *+' conftest.er1 >conftest.err
19845 rm -f conftest.er1
19846 cat conftest.err >&5
19847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19848 (exit $ac_status); } && {
19849 test -z "$ac_c_werror_flag" ||
19850 test ! -s conftest.err
19851 } && test -s conftest.$ac_objext; then
19852 ac_cv_member_struct_statfs_f_ffree=yes
19853 else
19854 echo "$as_me: failed program was:" >&5
19855 sed 's/^/| /' conftest.$ac_ext >&5
19857 ac_cv_member_struct_statfs_f_ffree=no
19860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19865 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19866 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19867 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19869 cat >>confdefs.h <<_ACEOF
19870 #define HAVE_STRUCT_STATFS_F_FFREE 1
19871 _ACEOF
19875 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19876 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19877 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19878 echo $ECHO_N "(cached) $ECHO_C" >&6
19879 else
19880 cat >conftest.$ac_ext <<_ACEOF
19881 /* confdefs.h. */
19882 _ACEOF
19883 cat confdefs.h >>conftest.$ac_ext
19884 cat >>conftest.$ac_ext <<_ACEOF
19885 /* end confdefs.h. */
19886 #include <sys/types.h>
19887 #ifdef HAVE_SYS_PARAM_H
19888 # include <sys/param.h>
19889 #endif
19890 #ifdef HAVE_SYS_MOUNT_H
19891 # include <sys/mount.h>
19892 #endif
19893 #ifdef HAVE_SYS_VFS_H
19894 # include <sys/vfs.h>
19895 #endif
19896 #ifdef HAVE_SYS_STATFS_H
19897 # include <sys/statfs.h>
19898 #endif
19901 main ()
19903 static struct statfs ac_aggr;
19904 if (ac_aggr.f_favail)
19905 return 0;
19907 return 0;
19909 _ACEOF
19910 rm -f conftest.$ac_objext
19911 if { (ac_try="$ac_compile"
19912 case "(($ac_try" in
19913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19914 *) ac_try_echo=$ac_try;;
19915 esac
19916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19917 (eval "$ac_compile") 2>conftest.er1
19918 ac_status=$?
19919 grep -v '^ *+' conftest.er1 >conftest.err
19920 rm -f conftest.er1
19921 cat conftest.err >&5
19922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19923 (exit $ac_status); } && {
19924 test -z "$ac_c_werror_flag" ||
19925 test ! -s conftest.err
19926 } && test -s conftest.$ac_objext; then
19927 ac_cv_member_struct_statfs_f_favail=yes
19928 else
19929 echo "$as_me: failed program was:" >&5
19930 sed 's/^/| /' conftest.$ac_ext >&5
19932 cat >conftest.$ac_ext <<_ACEOF
19933 /* confdefs.h. */
19934 _ACEOF
19935 cat confdefs.h >>conftest.$ac_ext
19936 cat >>conftest.$ac_ext <<_ACEOF
19937 /* end confdefs.h. */
19938 #include <sys/types.h>
19939 #ifdef HAVE_SYS_PARAM_H
19940 # include <sys/param.h>
19941 #endif
19942 #ifdef HAVE_SYS_MOUNT_H
19943 # include <sys/mount.h>
19944 #endif
19945 #ifdef HAVE_SYS_VFS_H
19946 # include <sys/vfs.h>
19947 #endif
19948 #ifdef HAVE_SYS_STATFS_H
19949 # include <sys/statfs.h>
19950 #endif
19953 main ()
19955 static struct statfs ac_aggr;
19956 if (sizeof ac_aggr.f_favail)
19957 return 0;
19959 return 0;
19961 _ACEOF
19962 rm -f conftest.$ac_objext
19963 if { (ac_try="$ac_compile"
19964 case "(($ac_try" in
19965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19966 *) ac_try_echo=$ac_try;;
19967 esac
19968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19969 (eval "$ac_compile") 2>conftest.er1
19970 ac_status=$?
19971 grep -v '^ *+' conftest.er1 >conftest.err
19972 rm -f conftest.er1
19973 cat conftest.err >&5
19974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19975 (exit $ac_status); } && {
19976 test -z "$ac_c_werror_flag" ||
19977 test ! -s conftest.err
19978 } && test -s conftest.$ac_objext; then
19979 ac_cv_member_struct_statfs_f_favail=yes
19980 else
19981 echo "$as_me: failed program was:" >&5
19982 sed 's/^/| /' conftest.$ac_ext >&5
19984 ac_cv_member_struct_statfs_f_favail=no
19987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19992 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19993 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19994 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19996 cat >>confdefs.h <<_ACEOF
19997 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19998 _ACEOF
20002 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20003 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20004 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20005 echo $ECHO_N "(cached) $ECHO_C" >&6
20006 else
20007 cat >conftest.$ac_ext <<_ACEOF
20008 /* confdefs.h. */
20009 _ACEOF
20010 cat confdefs.h >>conftest.$ac_ext
20011 cat >>conftest.$ac_ext <<_ACEOF
20012 /* end confdefs.h. */
20013 #include <sys/types.h>
20014 #ifdef HAVE_SYS_PARAM_H
20015 # include <sys/param.h>
20016 #endif
20017 #ifdef HAVE_SYS_MOUNT_H
20018 # include <sys/mount.h>
20019 #endif
20020 #ifdef HAVE_SYS_VFS_H
20021 # include <sys/vfs.h>
20022 #endif
20023 #ifdef HAVE_SYS_STATFS_H
20024 # include <sys/statfs.h>
20025 #endif
20028 main ()
20030 static struct statfs ac_aggr;
20031 if (ac_aggr.f_namelen)
20032 return 0;
20034 return 0;
20036 _ACEOF
20037 rm -f conftest.$ac_objext
20038 if { (ac_try="$ac_compile"
20039 case "(($ac_try" in
20040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20041 *) ac_try_echo=$ac_try;;
20042 esac
20043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20044 (eval "$ac_compile") 2>conftest.er1
20045 ac_status=$?
20046 grep -v '^ *+' conftest.er1 >conftest.err
20047 rm -f conftest.er1
20048 cat conftest.err >&5
20049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20050 (exit $ac_status); } && {
20051 test -z "$ac_c_werror_flag" ||
20052 test ! -s conftest.err
20053 } && test -s conftest.$ac_objext; then
20054 ac_cv_member_struct_statfs_f_namelen=yes
20055 else
20056 echo "$as_me: failed program was:" >&5
20057 sed 's/^/| /' conftest.$ac_ext >&5
20059 cat >conftest.$ac_ext <<_ACEOF
20060 /* confdefs.h. */
20061 _ACEOF
20062 cat confdefs.h >>conftest.$ac_ext
20063 cat >>conftest.$ac_ext <<_ACEOF
20064 /* end confdefs.h. */
20065 #include <sys/types.h>
20066 #ifdef HAVE_SYS_PARAM_H
20067 # include <sys/param.h>
20068 #endif
20069 #ifdef HAVE_SYS_MOUNT_H
20070 # include <sys/mount.h>
20071 #endif
20072 #ifdef HAVE_SYS_VFS_H
20073 # include <sys/vfs.h>
20074 #endif
20075 #ifdef HAVE_SYS_STATFS_H
20076 # include <sys/statfs.h>
20077 #endif
20080 main ()
20082 static struct statfs ac_aggr;
20083 if (sizeof ac_aggr.f_namelen)
20084 return 0;
20086 return 0;
20088 _ACEOF
20089 rm -f conftest.$ac_objext
20090 if { (ac_try="$ac_compile"
20091 case "(($ac_try" in
20092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20093 *) ac_try_echo=$ac_try;;
20094 esac
20095 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20096 (eval "$ac_compile") 2>conftest.er1
20097 ac_status=$?
20098 grep -v '^ *+' conftest.er1 >conftest.err
20099 rm -f conftest.er1
20100 cat conftest.err >&5
20101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20102 (exit $ac_status); } && {
20103 test -z "$ac_c_werror_flag" ||
20104 test ! -s conftest.err
20105 } && test -s conftest.$ac_objext; then
20106 ac_cv_member_struct_statfs_f_namelen=yes
20107 else
20108 echo "$as_me: failed program was:" >&5
20109 sed 's/^/| /' conftest.$ac_ext >&5
20111 ac_cv_member_struct_statfs_f_namelen=no
20114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20119 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20120 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20121 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20123 cat >>confdefs.h <<_ACEOF
20124 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20125 _ACEOF
20131 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20132 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20133 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20134 echo $ECHO_N "(cached) $ECHO_C" >&6
20135 else
20136 cat >conftest.$ac_ext <<_ACEOF
20137 /* confdefs.h. */
20138 _ACEOF
20139 cat confdefs.h >>conftest.$ac_ext
20140 cat >>conftest.$ac_ext <<_ACEOF
20141 /* end confdefs.h. */
20142 #ifdef HAVE_SYS_STATVFS_H
20143 #include <sys/statvfs.h>
20144 #endif
20147 main ()
20149 static struct statvfs ac_aggr;
20150 if (ac_aggr.f_blocks)
20151 return 0;
20153 return 0;
20155 _ACEOF
20156 rm -f conftest.$ac_objext
20157 if { (ac_try="$ac_compile"
20158 case "(($ac_try" in
20159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20160 *) ac_try_echo=$ac_try;;
20161 esac
20162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20163 (eval "$ac_compile") 2>conftest.er1
20164 ac_status=$?
20165 grep -v '^ *+' conftest.er1 >conftest.err
20166 rm -f conftest.er1
20167 cat conftest.err >&5
20168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20169 (exit $ac_status); } && {
20170 test -z "$ac_c_werror_flag" ||
20171 test ! -s conftest.err
20172 } && test -s conftest.$ac_objext; then
20173 ac_cv_member_struct_statvfs_f_blocks=yes
20174 else
20175 echo "$as_me: failed program was:" >&5
20176 sed 's/^/| /' conftest.$ac_ext >&5
20178 cat >conftest.$ac_ext <<_ACEOF
20179 /* confdefs.h. */
20180 _ACEOF
20181 cat confdefs.h >>conftest.$ac_ext
20182 cat >>conftest.$ac_ext <<_ACEOF
20183 /* end confdefs.h. */
20184 #ifdef HAVE_SYS_STATVFS_H
20185 #include <sys/statvfs.h>
20186 #endif
20189 main ()
20191 static struct statvfs ac_aggr;
20192 if (sizeof ac_aggr.f_blocks)
20193 return 0;
20195 return 0;
20197 _ACEOF
20198 rm -f conftest.$ac_objext
20199 if { (ac_try="$ac_compile"
20200 case "(($ac_try" in
20201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20202 *) ac_try_echo=$ac_try;;
20203 esac
20204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20205 (eval "$ac_compile") 2>conftest.er1
20206 ac_status=$?
20207 grep -v '^ *+' conftest.er1 >conftest.err
20208 rm -f conftest.er1
20209 cat conftest.err >&5
20210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20211 (exit $ac_status); } && {
20212 test -z "$ac_c_werror_flag" ||
20213 test ! -s conftest.err
20214 } && test -s conftest.$ac_objext; then
20215 ac_cv_member_struct_statvfs_f_blocks=yes
20216 else
20217 echo "$as_me: failed program was:" >&5
20218 sed 's/^/| /' conftest.$ac_ext >&5
20220 ac_cv_member_struct_statvfs_f_blocks=no
20223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20228 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20229 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20230 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20232 cat >>confdefs.h <<_ACEOF
20233 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20234 _ACEOF
20240 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20241 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20242 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20243 echo $ECHO_N "(cached) $ECHO_C" >&6
20244 else
20245 cat >conftest.$ac_ext <<_ACEOF
20246 /* confdefs.h. */
20247 _ACEOF
20248 cat confdefs.h >>conftest.$ac_ext
20249 cat >>conftest.$ac_ext <<_ACEOF
20250 /* end confdefs.h. */
20251 #include <sys/types.h>
20252 #ifdef HAVE_SYS_SOCKET_H
20253 # include <sys/socket.h>
20254 #endif
20255 #ifdef HAVE_SYS_UN_H
20256 # include <sys/un.h>
20257 #endif
20260 main ()
20262 static struct msghdr ac_aggr;
20263 if (ac_aggr.msg_accrights)
20264 return 0;
20266 return 0;
20268 _ACEOF
20269 rm -f conftest.$ac_objext
20270 if { (ac_try="$ac_compile"
20271 case "(($ac_try" in
20272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20273 *) ac_try_echo=$ac_try;;
20274 esac
20275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20276 (eval "$ac_compile") 2>conftest.er1
20277 ac_status=$?
20278 grep -v '^ *+' conftest.er1 >conftest.err
20279 rm -f conftest.er1
20280 cat conftest.err >&5
20281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20282 (exit $ac_status); } && {
20283 test -z "$ac_c_werror_flag" ||
20284 test ! -s conftest.err
20285 } && test -s conftest.$ac_objext; then
20286 ac_cv_member_struct_msghdr_msg_accrights=yes
20287 else
20288 echo "$as_me: failed program was:" >&5
20289 sed 's/^/| /' conftest.$ac_ext >&5
20291 cat >conftest.$ac_ext <<_ACEOF
20292 /* confdefs.h. */
20293 _ACEOF
20294 cat confdefs.h >>conftest.$ac_ext
20295 cat >>conftest.$ac_ext <<_ACEOF
20296 /* end confdefs.h. */
20297 #include <sys/types.h>
20298 #ifdef HAVE_SYS_SOCKET_H
20299 # include <sys/socket.h>
20300 #endif
20301 #ifdef HAVE_SYS_UN_H
20302 # include <sys/un.h>
20303 #endif
20306 main ()
20308 static struct msghdr ac_aggr;
20309 if (sizeof ac_aggr.msg_accrights)
20310 return 0;
20312 return 0;
20314 _ACEOF
20315 rm -f conftest.$ac_objext
20316 if { (ac_try="$ac_compile"
20317 case "(($ac_try" in
20318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20319 *) ac_try_echo=$ac_try;;
20320 esac
20321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20322 (eval "$ac_compile") 2>conftest.er1
20323 ac_status=$?
20324 grep -v '^ *+' conftest.er1 >conftest.err
20325 rm -f conftest.er1
20326 cat conftest.err >&5
20327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20328 (exit $ac_status); } && {
20329 test -z "$ac_c_werror_flag" ||
20330 test ! -s conftest.err
20331 } && test -s conftest.$ac_objext; then
20332 ac_cv_member_struct_msghdr_msg_accrights=yes
20333 else
20334 echo "$as_me: failed program was:" >&5
20335 sed 's/^/| /' conftest.$ac_ext >&5
20337 ac_cv_member_struct_msghdr_msg_accrights=no
20340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20345 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20346 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20347 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20349 cat >>confdefs.h <<_ACEOF
20350 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20351 _ACEOF
20355 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20356 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20357 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20358 echo $ECHO_N "(cached) $ECHO_C" >&6
20359 else
20360 cat >conftest.$ac_ext <<_ACEOF
20361 /* confdefs.h. */
20362 _ACEOF
20363 cat confdefs.h >>conftest.$ac_ext
20364 cat >>conftest.$ac_ext <<_ACEOF
20365 /* end confdefs.h. */
20366 #include <sys/types.h>
20367 #ifdef HAVE_SYS_SOCKET_H
20368 # include <sys/socket.h>
20369 #endif
20370 #ifdef HAVE_SYS_UN_H
20371 # include <sys/un.h>
20372 #endif
20375 main ()
20377 static struct sockaddr ac_aggr;
20378 if (ac_aggr.sa_len)
20379 return 0;
20381 return 0;
20383 _ACEOF
20384 rm -f conftest.$ac_objext
20385 if { (ac_try="$ac_compile"
20386 case "(($ac_try" in
20387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20388 *) ac_try_echo=$ac_try;;
20389 esac
20390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20391 (eval "$ac_compile") 2>conftest.er1
20392 ac_status=$?
20393 grep -v '^ *+' conftest.er1 >conftest.err
20394 rm -f conftest.er1
20395 cat conftest.err >&5
20396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20397 (exit $ac_status); } && {
20398 test -z "$ac_c_werror_flag" ||
20399 test ! -s conftest.err
20400 } && test -s conftest.$ac_objext; then
20401 ac_cv_member_struct_sockaddr_sa_len=yes
20402 else
20403 echo "$as_me: failed program was:" >&5
20404 sed 's/^/| /' conftest.$ac_ext >&5
20406 cat >conftest.$ac_ext <<_ACEOF
20407 /* confdefs.h. */
20408 _ACEOF
20409 cat confdefs.h >>conftest.$ac_ext
20410 cat >>conftest.$ac_ext <<_ACEOF
20411 /* end confdefs.h. */
20412 #include <sys/types.h>
20413 #ifdef HAVE_SYS_SOCKET_H
20414 # include <sys/socket.h>
20415 #endif
20416 #ifdef HAVE_SYS_UN_H
20417 # include <sys/un.h>
20418 #endif
20421 main ()
20423 static struct sockaddr ac_aggr;
20424 if (sizeof ac_aggr.sa_len)
20425 return 0;
20427 return 0;
20429 _ACEOF
20430 rm -f conftest.$ac_objext
20431 if { (ac_try="$ac_compile"
20432 case "(($ac_try" in
20433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20434 *) ac_try_echo=$ac_try;;
20435 esac
20436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20437 (eval "$ac_compile") 2>conftest.er1
20438 ac_status=$?
20439 grep -v '^ *+' conftest.er1 >conftest.err
20440 rm -f conftest.er1
20441 cat conftest.err >&5
20442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20443 (exit $ac_status); } && {
20444 test -z "$ac_c_werror_flag" ||
20445 test ! -s conftest.err
20446 } && test -s conftest.$ac_objext; then
20447 ac_cv_member_struct_sockaddr_sa_len=yes
20448 else
20449 echo "$as_me: failed program was:" >&5
20450 sed 's/^/| /' conftest.$ac_ext >&5
20452 ac_cv_member_struct_sockaddr_sa_len=no
20455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20460 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20461 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20462 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20464 cat >>confdefs.h <<_ACEOF
20465 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20466 _ACEOF
20470 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20471 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20472 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20473 echo $ECHO_N "(cached) $ECHO_C" >&6
20474 else
20475 cat >conftest.$ac_ext <<_ACEOF
20476 /* confdefs.h. */
20477 _ACEOF
20478 cat confdefs.h >>conftest.$ac_ext
20479 cat >>conftest.$ac_ext <<_ACEOF
20480 /* end confdefs.h. */
20481 #include <sys/types.h>
20482 #ifdef HAVE_SYS_SOCKET_H
20483 # include <sys/socket.h>
20484 #endif
20485 #ifdef HAVE_SYS_UN_H
20486 # include <sys/un.h>
20487 #endif
20490 main ()
20492 static struct sockaddr_un ac_aggr;
20493 if (ac_aggr.sun_len)
20494 return 0;
20496 return 0;
20498 _ACEOF
20499 rm -f conftest.$ac_objext
20500 if { (ac_try="$ac_compile"
20501 case "(($ac_try" in
20502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20503 *) ac_try_echo=$ac_try;;
20504 esac
20505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20506 (eval "$ac_compile") 2>conftest.er1
20507 ac_status=$?
20508 grep -v '^ *+' conftest.er1 >conftest.err
20509 rm -f conftest.er1
20510 cat conftest.err >&5
20511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20512 (exit $ac_status); } && {
20513 test -z "$ac_c_werror_flag" ||
20514 test ! -s conftest.err
20515 } && test -s conftest.$ac_objext; then
20516 ac_cv_member_struct_sockaddr_un_sun_len=yes
20517 else
20518 echo "$as_me: failed program was:" >&5
20519 sed 's/^/| /' conftest.$ac_ext >&5
20521 cat >conftest.$ac_ext <<_ACEOF
20522 /* confdefs.h. */
20523 _ACEOF
20524 cat confdefs.h >>conftest.$ac_ext
20525 cat >>conftest.$ac_ext <<_ACEOF
20526 /* end confdefs.h. */
20527 #include <sys/types.h>
20528 #ifdef HAVE_SYS_SOCKET_H
20529 # include <sys/socket.h>
20530 #endif
20531 #ifdef HAVE_SYS_UN_H
20532 # include <sys/un.h>
20533 #endif
20536 main ()
20538 static struct sockaddr_un ac_aggr;
20539 if (sizeof ac_aggr.sun_len)
20540 return 0;
20542 return 0;
20544 _ACEOF
20545 rm -f conftest.$ac_objext
20546 if { (ac_try="$ac_compile"
20547 case "(($ac_try" in
20548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20549 *) ac_try_echo=$ac_try;;
20550 esac
20551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20552 (eval "$ac_compile") 2>conftest.er1
20553 ac_status=$?
20554 grep -v '^ *+' conftest.er1 >conftest.err
20555 rm -f conftest.er1
20556 cat conftest.err >&5
20557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20558 (exit $ac_status); } && {
20559 test -z "$ac_c_werror_flag" ||
20560 test ! -s conftest.err
20561 } && test -s conftest.$ac_objext; then
20562 ac_cv_member_struct_sockaddr_un_sun_len=yes
20563 else
20564 echo "$as_me: failed program was:" >&5
20565 sed 's/^/| /' conftest.$ac_ext >&5
20567 ac_cv_member_struct_sockaddr_un_sun_len=no
20570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20575 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20576 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20577 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20579 cat >>confdefs.h <<_ACEOF
20580 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20581 _ACEOF
20587 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20588 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20589 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20590 echo $ECHO_N "(cached) $ECHO_C" >&6
20591 else
20592 cat >conftest.$ac_ext <<_ACEOF
20593 /* confdefs.h. */
20594 _ACEOF
20595 cat confdefs.h >>conftest.$ac_ext
20596 cat >>conftest.$ac_ext <<_ACEOF
20597 /* end confdefs.h. */
20598 #include <sys/types.h>
20599 #ifdef HAVE_SCSI_SG_H
20600 #include <scsi/sg.h>
20601 #endif
20604 main ()
20606 static scsireq_t ac_aggr;
20607 if (ac_aggr.cmd)
20608 return 0;
20610 return 0;
20612 _ACEOF
20613 rm -f conftest.$ac_objext
20614 if { (ac_try="$ac_compile"
20615 case "(($ac_try" in
20616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20617 *) ac_try_echo=$ac_try;;
20618 esac
20619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20620 (eval "$ac_compile") 2>conftest.er1
20621 ac_status=$?
20622 grep -v '^ *+' conftest.er1 >conftest.err
20623 rm -f conftest.er1
20624 cat conftest.err >&5
20625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20626 (exit $ac_status); } && {
20627 test -z "$ac_c_werror_flag" ||
20628 test ! -s conftest.err
20629 } && test -s conftest.$ac_objext; then
20630 ac_cv_member_scsireq_t_cmd=yes
20631 else
20632 echo "$as_me: failed program was:" >&5
20633 sed 's/^/| /' conftest.$ac_ext >&5
20635 cat >conftest.$ac_ext <<_ACEOF
20636 /* confdefs.h. */
20637 _ACEOF
20638 cat confdefs.h >>conftest.$ac_ext
20639 cat >>conftest.$ac_ext <<_ACEOF
20640 /* end confdefs.h. */
20641 #include <sys/types.h>
20642 #ifdef HAVE_SCSI_SG_H
20643 #include <scsi/sg.h>
20644 #endif
20647 main ()
20649 static scsireq_t ac_aggr;
20650 if (sizeof ac_aggr.cmd)
20651 return 0;
20653 return 0;
20655 _ACEOF
20656 rm -f conftest.$ac_objext
20657 if { (ac_try="$ac_compile"
20658 case "(($ac_try" in
20659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20660 *) ac_try_echo=$ac_try;;
20661 esac
20662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20663 (eval "$ac_compile") 2>conftest.er1
20664 ac_status=$?
20665 grep -v '^ *+' conftest.er1 >conftest.err
20666 rm -f conftest.er1
20667 cat conftest.err >&5
20668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20669 (exit $ac_status); } && {
20670 test -z "$ac_c_werror_flag" ||
20671 test ! -s conftest.err
20672 } && test -s conftest.$ac_objext; then
20673 ac_cv_member_scsireq_t_cmd=yes
20674 else
20675 echo "$as_me: failed program was:" >&5
20676 sed 's/^/| /' conftest.$ac_ext >&5
20678 ac_cv_member_scsireq_t_cmd=no
20681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20686 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20687 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20688 if test $ac_cv_member_scsireq_t_cmd = yes; then
20690 cat >>confdefs.h <<_ACEOF
20691 #define HAVE_SCSIREQ_T_CMD 1
20692 _ACEOF
20696 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20697 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20698 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20699 echo $ECHO_N "(cached) $ECHO_C" >&6
20700 else
20701 cat >conftest.$ac_ext <<_ACEOF
20702 /* confdefs.h. */
20703 _ACEOF
20704 cat confdefs.h >>conftest.$ac_ext
20705 cat >>conftest.$ac_ext <<_ACEOF
20706 /* end confdefs.h. */
20707 #include <sys/types.h>
20708 #ifdef HAVE_SCSI_SG_H
20709 #include <scsi/sg.h>
20710 #endif
20713 main ()
20715 static sg_io_hdr_t ac_aggr;
20716 if (ac_aggr.interface_id)
20717 return 0;
20719 return 0;
20721 _ACEOF
20722 rm -f conftest.$ac_objext
20723 if { (ac_try="$ac_compile"
20724 case "(($ac_try" in
20725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20726 *) ac_try_echo=$ac_try;;
20727 esac
20728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20729 (eval "$ac_compile") 2>conftest.er1
20730 ac_status=$?
20731 grep -v '^ *+' conftest.er1 >conftest.err
20732 rm -f conftest.er1
20733 cat conftest.err >&5
20734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20735 (exit $ac_status); } && {
20736 test -z "$ac_c_werror_flag" ||
20737 test ! -s conftest.err
20738 } && test -s conftest.$ac_objext; then
20739 ac_cv_member_sg_io_hdr_t_interface_id=yes
20740 else
20741 echo "$as_me: failed program was:" >&5
20742 sed 's/^/| /' conftest.$ac_ext >&5
20744 cat >conftest.$ac_ext <<_ACEOF
20745 /* confdefs.h. */
20746 _ACEOF
20747 cat confdefs.h >>conftest.$ac_ext
20748 cat >>conftest.$ac_ext <<_ACEOF
20749 /* end confdefs.h. */
20750 #include <sys/types.h>
20751 #ifdef HAVE_SCSI_SG_H
20752 #include <scsi/sg.h>
20753 #endif
20756 main ()
20758 static sg_io_hdr_t ac_aggr;
20759 if (sizeof ac_aggr.interface_id)
20760 return 0;
20762 return 0;
20764 _ACEOF
20765 rm -f conftest.$ac_objext
20766 if { (ac_try="$ac_compile"
20767 case "(($ac_try" in
20768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20769 *) ac_try_echo=$ac_try;;
20770 esac
20771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20772 (eval "$ac_compile") 2>conftest.er1
20773 ac_status=$?
20774 grep -v '^ *+' conftest.er1 >conftest.err
20775 rm -f conftest.er1
20776 cat conftest.err >&5
20777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20778 (exit $ac_status); } && {
20779 test -z "$ac_c_werror_flag" ||
20780 test ! -s conftest.err
20781 } && test -s conftest.$ac_objext; then
20782 ac_cv_member_sg_io_hdr_t_interface_id=yes
20783 else
20784 echo "$as_me: failed program was:" >&5
20785 sed 's/^/| /' conftest.$ac_ext >&5
20787 ac_cv_member_sg_io_hdr_t_interface_id=no
20790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20795 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20796 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20797 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20799 cat >>confdefs.h <<_ACEOF
20800 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20801 _ACEOF
20807 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20808 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20809 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20810 echo $ECHO_N "(cached) $ECHO_C" >&6
20811 else
20812 cat >conftest.$ac_ext <<_ACEOF
20813 /* confdefs.h. */
20814 _ACEOF
20815 cat confdefs.h >>conftest.$ac_ext
20816 cat >>conftest.$ac_ext <<_ACEOF
20817 /* end confdefs.h. */
20818 #include <signal.h>
20821 main ()
20823 static siginfo_t ac_aggr;
20824 if (ac_aggr.si_fd)
20825 return 0;
20827 return 0;
20829 _ACEOF
20830 rm -f conftest.$ac_objext
20831 if { (ac_try="$ac_compile"
20832 case "(($ac_try" in
20833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20834 *) ac_try_echo=$ac_try;;
20835 esac
20836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20837 (eval "$ac_compile") 2>conftest.er1
20838 ac_status=$?
20839 grep -v '^ *+' conftest.er1 >conftest.err
20840 rm -f conftest.er1
20841 cat conftest.err >&5
20842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20843 (exit $ac_status); } && {
20844 test -z "$ac_c_werror_flag" ||
20845 test ! -s conftest.err
20846 } && test -s conftest.$ac_objext; then
20847 ac_cv_member_siginfo_t_si_fd=yes
20848 else
20849 echo "$as_me: failed program was:" >&5
20850 sed 's/^/| /' conftest.$ac_ext >&5
20852 cat >conftest.$ac_ext <<_ACEOF
20853 /* confdefs.h. */
20854 _ACEOF
20855 cat confdefs.h >>conftest.$ac_ext
20856 cat >>conftest.$ac_ext <<_ACEOF
20857 /* end confdefs.h. */
20858 #include <signal.h>
20861 main ()
20863 static siginfo_t ac_aggr;
20864 if (sizeof ac_aggr.si_fd)
20865 return 0;
20867 return 0;
20869 _ACEOF
20870 rm -f conftest.$ac_objext
20871 if { (ac_try="$ac_compile"
20872 case "(($ac_try" in
20873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20874 *) ac_try_echo=$ac_try;;
20875 esac
20876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20877 (eval "$ac_compile") 2>conftest.er1
20878 ac_status=$?
20879 grep -v '^ *+' conftest.er1 >conftest.err
20880 rm -f conftest.er1
20881 cat conftest.err >&5
20882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20883 (exit $ac_status); } && {
20884 test -z "$ac_c_werror_flag" ||
20885 test ! -s conftest.err
20886 } && test -s conftest.$ac_objext; then
20887 ac_cv_member_siginfo_t_si_fd=yes
20888 else
20889 echo "$as_me: failed program was:" >&5
20890 sed 's/^/| /' conftest.$ac_ext >&5
20892 ac_cv_member_siginfo_t_si_fd=no
20895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20900 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20901 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20902 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20904 cat >>confdefs.h <<_ACEOF
20905 #define HAVE_SIGINFO_T_SI_FD 1
20906 _ACEOF
20912 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20913 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20914 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20915 echo $ECHO_N "(cached) $ECHO_C" >&6
20916 else
20917 cat >conftest.$ac_ext <<_ACEOF
20918 /* confdefs.h. */
20919 _ACEOF
20920 cat confdefs.h >>conftest.$ac_ext
20921 cat >>conftest.$ac_ext <<_ACEOF
20922 /* end confdefs.h. */
20923 #include <sys/types.h>
20924 #ifdef HAVE_SYS_MTIO_H
20925 #include <sys/mtio.h>
20926 #endif
20929 main ()
20931 static struct mtget ac_aggr;
20932 if (ac_aggr.mt_blksiz)
20933 return 0;
20935 return 0;
20937 _ACEOF
20938 rm -f conftest.$ac_objext
20939 if { (ac_try="$ac_compile"
20940 case "(($ac_try" in
20941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20942 *) ac_try_echo=$ac_try;;
20943 esac
20944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20945 (eval "$ac_compile") 2>conftest.er1
20946 ac_status=$?
20947 grep -v '^ *+' conftest.er1 >conftest.err
20948 rm -f conftest.er1
20949 cat conftest.err >&5
20950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20951 (exit $ac_status); } && {
20952 test -z "$ac_c_werror_flag" ||
20953 test ! -s conftest.err
20954 } && test -s conftest.$ac_objext; then
20955 ac_cv_member_struct_mtget_mt_blksiz=yes
20956 else
20957 echo "$as_me: failed program was:" >&5
20958 sed 's/^/| /' conftest.$ac_ext >&5
20960 cat >conftest.$ac_ext <<_ACEOF
20961 /* confdefs.h. */
20962 _ACEOF
20963 cat confdefs.h >>conftest.$ac_ext
20964 cat >>conftest.$ac_ext <<_ACEOF
20965 /* end confdefs.h. */
20966 #include <sys/types.h>
20967 #ifdef HAVE_SYS_MTIO_H
20968 #include <sys/mtio.h>
20969 #endif
20972 main ()
20974 static struct mtget ac_aggr;
20975 if (sizeof ac_aggr.mt_blksiz)
20976 return 0;
20978 return 0;
20980 _ACEOF
20981 rm -f conftest.$ac_objext
20982 if { (ac_try="$ac_compile"
20983 case "(($ac_try" in
20984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20985 *) ac_try_echo=$ac_try;;
20986 esac
20987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20988 (eval "$ac_compile") 2>conftest.er1
20989 ac_status=$?
20990 grep -v '^ *+' conftest.er1 >conftest.err
20991 rm -f conftest.er1
20992 cat conftest.err >&5
20993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20994 (exit $ac_status); } && {
20995 test -z "$ac_c_werror_flag" ||
20996 test ! -s conftest.err
20997 } && test -s conftest.$ac_objext; then
20998 ac_cv_member_struct_mtget_mt_blksiz=yes
20999 else
21000 echo "$as_me: failed program was:" >&5
21001 sed 's/^/| /' conftest.$ac_ext >&5
21003 ac_cv_member_struct_mtget_mt_blksiz=no
21006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21011 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21012 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21013 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21015 cat >>confdefs.h <<_ACEOF
21016 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21017 _ACEOF
21021 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21022 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21023 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21024 echo $ECHO_N "(cached) $ECHO_C" >&6
21025 else
21026 cat >conftest.$ac_ext <<_ACEOF
21027 /* confdefs.h. */
21028 _ACEOF
21029 cat confdefs.h >>conftest.$ac_ext
21030 cat >>conftest.$ac_ext <<_ACEOF
21031 /* end confdefs.h. */
21032 #include <sys/types.h>
21033 #ifdef HAVE_SYS_MTIO_H
21034 #include <sys/mtio.h>
21035 #endif
21038 main ()
21040 static struct mtget ac_aggr;
21041 if (ac_aggr.mt_gstat)
21042 return 0;
21044 return 0;
21046 _ACEOF
21047 rm -f conftest.$ac_objext
21048 if { (ac_try="$ac_compile"
21049 case "(($ac_try" in
21050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21051 *) ac_try_echo=$ac_try;;
21052 esac
21053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21054 (eval "$ac_compile") 2>conftest.er1
21055 ac_status=$?
21056 grep -v '^ *+' conftest.er1 >conftest.err
21057 rm -f conftest.er1
21058 cat conftest.err >&5
21059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21060 (exit $ac_status); } && {
21061 test -z "$ac_c_werror_flag" ||
21062 test ! -s conftest.err
21063 } && test -s conftest.$ac_objext; then
21064 ac_cv_member_struct_mtget_mt_gstat=yes
21065 else
21066 echo "$as_me: failed program was:" >&5
21067 sed 's/^/| /' conftest.$ac_ext >&5
21069 cat >conftest.$ac_ext <<_ACEOF
21070 /* confdefs.h. */
21071 _ACEOF
21072 cat confdefs.h >>conftest.$ac_ext
21073 cat >>conftest.$ac_ext <<_ACEOF
21074 /* end confdefs.h. */
21075 #include <sys/types.h>
21076 #ifdef HAVE_SYS_MTIO_H
21077 #include <sys/mtio.h>
21078 #endif
21081 main ()
21083 static struct mtget ac_aggr;
21084 if (sizeof ac_aggr.mt_gstat)
21085 return 0;
21087 return 0;
21089 _ACEOF
21090 rm -f conftest.$ac_objext
21091 if { (ac_try="$ac_compile"
21092 case "(($ac_try" in
21093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21094 *) ac_try_echo=$ac_try;;
21095 esac
21096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21097 (eval "$ac_compile") 2>conftest.er1
21098 ac_status=$?
21099 grep -v '^ *+' conftest.er1 >conftest.err
21100 rm -f conftest.er1
21101 cat conftest.err >&5
21102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21103 (exit $ac_status); } && {
21104 test -z "$ac_c_werror_flag" ||
21105 test ! -s conftest.err
21106 } && test -s conftest.$ac_objext; then
21107 ac_cv_member_struct_mtget_mt_gstat=yes
21108 else
21109 echo "$as_me: failed program was:" >&5
21110 sed 's/^/| /' conftest.$ac_ext >&5
21112 ac_cv_member_struct_mtget_mt_gstat=no
21115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21120 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21121 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21122 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21124 cat >>confdefs.h <<_ACEOF
21125 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21126 _ACEOF
21130 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21131 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21132 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21133 echo $ECHO_N "(cached) $ECHO_C" >&6
21134 else
21135 cat >conftest.$ac_ext <<_ACEOF
21136 /* confdefs.h. */
21137 _ACEOF
21138 cat confdefs.h >>conftest.$ac_ext
21139 cat >>conftest.$ac_ext <<_ACEOF
21140 /* end confdefs.h. */
21141 #include <sys/types.h>
21142 #ifdef HAVE_SYS_MTIO_H
21143 #include <sys/mtio.h>
21144 #endif
21147 main ()
21149 static struct mtget ac_aggr;
21150 if (ac_aggr.mt_blkno)
21151 return 0;
21153 return 0;
21155 _ACEOF
21156 rm -f conftest.$ac_objext
21157 if { (ac_try="$ac_compile"
21158 case "(($ac_try" in
21159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21160 *) ac_try_echo=$ac_try;;
21161 esac
21162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21163 (eval "$ac_compile") 2>conftest.er1
21164 ac_status=$?
21165 grep -v '^ *+' conftest.er1 >conftest.err
21166 rm -f conftest.er1
21167 cat conftest.err >&5
21168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21169 (exit $ac_status); } && {
21170 test -z "$ac_c_werror_flag" ||
21171 test ! -s conftest.err
21172 } && test -s conftest.$ac_objext; then
21173 ac_cv_member_struct_mtget_mt_blkno=yes
21174 else
21175 echo "$as_me: failed program was:" >&5
21176 sed 's/^/| /' conftest.$ac_ext >&5
21178 cat >conftest.$ac_ext <<_ACEOF
21179 /* confdefs.h. */
21180 _ACEOF
21181 cat confdefs.h >>conftest.$ac_ext
21182 cat >>conftest.$ac_ext <<_ACEOF
21183 /* end confdefs.h. */
21184 #include <sys/types.h>
21185 #ifdef HAVE_SYS_MTIO_H
21186 #include <sys/mtio.h>
21187 #endif
21190 main ()
21192 static struct mtget ac_aggr;
21193 if (sizeof ac_aggr.mt_blkno)
21194 return 0;
21196 return 0;
21198 _ACEOF
21199 rm -f conftest.$ac_objext
21200 if { (ac_try="$ac_compile"
21201 case "(($ac_try" in
21202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21203 *) ac_try_echo=$ac_try;;
21204 esac
21205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21206 (eval "$ac_compile") 2>conftest.er1
21207 ac_status=$?
21208 grep -v '^ *+' conftest.er1 >conftest.err
21209 rm -f conftest.er1
21210 cat conftest.err >&5
21211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21212 (exit $ac_status); } && {
21213 test -z "$ac_c_werror_flag" ||
21214 test ! -s conftest.err
21215 } && test -s conftest.$ac_objext; then
21216 ac_cv_member_struct_mtget_mt_blkno=yes
21217 else
21218 echo "$as_me: failed program was:" >&5
21219 sed 's/^/| /' conftest.$ac_ext >&5
21221 ac_cv_member_struct_mtget_mt_blkno=no
21224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21229 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21230 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21231 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21233 cat >>confdefs.h <<_ACEOF
21234 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21235 _ACEOF
21241 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21242 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21243 if test "${ac_cv_member_struct_option_name+set}" = set; then
21244 echo $ECHO_N "(cached) $ECHO_C" >&6
21245 else
21246 cat >conftest.$ac_ext <<_ACEOF
21247 /* confdefs.h. */
21248 _ACEOF
21249 cat confdefs.h >>conftest.$ac_ext
21250 cat >>conftest.$ac_ext <<_ACEOF
21251 /* end confdefs.h. */
21252 #ifdef HAVE_GETOPT_H
21253 #include <getopt.h>
21254 #endif
21257 main ()
21259 static struct option ac_aggr;
21260 if (ac_aggr.name)
21261 return 0;
21263 return 0;
21265 _ACEOF
21266 rm -f conftest.$ac_objext
21267 if { (ac_try="$ac_compile"
21268 case "(($ac_try" in
21269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21270 *) ac_try_echo=$ac_try;;
21271 esac
21272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21273 (eval "$ac_compile") 2>conftest.er1
21274 ac_status=$?
21275 grep -v '^ *+' conftest.er1 >conftest.err
21276 rm -f conftest.er1
21277 cat conftest.err >&5
21278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21279 (exit $ac_status); } && {
21280 test -z "$ac_c_werror_flag" ||
21281 test ! -s conftest.err
21282 } && test -s conftest.$ac_objext; then
21283 ac_cv_member_struct_option_name=yes
21284 else
21285 echo "$as_me: failed program was:" >&5
21286 sed 's/^/| /' conftest.$ac_ext >&5
21288 cat >conftest.$ac_ext <<_ACEOF
21289 /* confdefs.h. */
21290 _ACEOF
21291 cat confdefs.h >>conftest.$ac_ext
21292 cat >>conftest.$ac_ext <<_ACEOF
21293 /* end confdefs.h. */
21294 #ifdef HAVE_GETOPT_H
21295 #include <getopt.h>
21296 #endif
21299 main ()
21301 static struct option ac_aggr;
21302 if (sizeof ac_aggr.name)
21303 return 0;
21305 return 0;
21307 _ACEOF
21308 rm -f conftest.$ac_objext
21309 if { (ac_try="$ac_compile"
21310 case "(($ac_try" in
21311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21312 *) ac_try_echo=$ac_try;;
21313 esac
21314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21315 (eval "$ac_compile") 2>conftest.er1
21316 ac_status=$?
21317 grep -v '^ *+' conftest.er1 >conftest.err
21318 rm -f conftest.er1
21319 cat conftest.err >&5
21320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21321 (exit $ac_status); } && {
21322 test -z "$ac_c_werror_flag" ||
21323 test ! -s conftest.err
21324 } && test -s conftest.$ac_objext; then
21325 ac_cv_member_struct_option_name=yes
21326 else
21327 echo "$as_me: failed program was:" >&5
21328 sed 's/^/| /' conftest.$ac_ext >&5
21330 ac_cv_member_struct_option_name=no
21333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21338 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21339 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21340 if test $ac_cv_member_struct_option_name = yes; then
21342 cat >>confdefs.h <<_ACEOF
21343 #define HAVE_STRUCT_OPTION_NAME 1
21344 _ACEOF
21350 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21351 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21352 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21353 echo $ECHO_N "(cached) $ECHO_C" >&6
21354 else
21355 cat >conftest.$ac_ext <<_ACEOF
21356 /* confdefs.h. */
21357 _ACEOF
21358 cat confdefs.h >>conftest.$ac_ext
21359 cat >>conftest.$ac_ext <<_ACEOF
21360 /* end confdefs.h. */
21361 $ac_includes_default
21363 main ()
21365 static struct stat ac_aggr;
21366 if (ac_aggr.st_blocks)
21367 return 0;
21369 return 0;
21371 _ACEOF
21372 rm -f conftest.$ac_objext
21373 if { (ac_try="$ac_compile"
21374 case "(($ac_try" in
21375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21376 *) ac_try_echo=$ac_try;;
21377 esac
21378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21379 (eval "$ac_compile") 2>conftest.er1
21380 ac_status=$?
21381 grep -v '^ *+' conftest.er1 >conftest.err
21382 rm -f conftest.er1
21383 cat conftest.err >&5
21384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21385 (exit $ac_status); } && {
21386 test -z "$ac_c_werror_flag" ||
21387 test ! -s conftest.err
21388 } && test -s conftest.$ac_objext; then
21389 ac_cv_member_struct_stat_st_blocks=yes
21390 else
21391 echo "$as_me: failed program was:" >&5
21392 sed 's/^/| /' conftest.$ac_ext >&5
21394 cat >conftest.$ac_ext <<_ACEOF
21395 /* confdefs.h. */
21396 _ACEOF
21397 cat confdefs.h >>conftest.$ac_ext
21398 cat >>conftest.$ac_ext <<_ACEOF
21399 /* end confdefs.h. */
21400 $ac_includes_default
21402 main ()
21404 static struct stat ac_aggr;
21405 if (sizeof ac_aggr.st_blocks)
21406 return 0;
21408 return 0;
21410 _ACEOF
21411 rm -f conftest.$ac_objext
21412 if { (ac_try="$ac_compile"
21413 case "(($ac_try" in
21414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21415 *) ac_try_echo=$ac_try;;
21416 esac
21417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21418 (eval "$ac_compile") 2>conftest.er1
21419 ac_status=$?
21420 grep -v '^ *+' conftest.er1 >conftest.err
21421 rm -f conftest.er1
21422 cat conftest.err >&5
21423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21424 (exit $ac_status); } && {
21425 test -z "$ac_c_werror_flag" ||
21426 test ! -s conftest.err
21427 } && test -s conftest.$ac_objext; then
21428 ac_cv_member_struct_stat_st_blocks=yes
21429 else
21430 echo "$as_me: failed program was:" >&5
21431 sed 's/^/| /' conftest.$ac_ext >&5
21433 ac_cv_member_struct_stat_st_blocks=no
21436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21441 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21442 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21443 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21445 cat >>confdefs.h <<_ACEOF
21446 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21447 _ACEOF
21451 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21452 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21453 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21454 echo $ECHO_N "(cached) $ECHO_C" >&6
21455 else
21456 cat >conftest.$ac_ext <<_ACEOF
21457 /* confdefs.h. */
21458 _ACEOF
21459 cat confdefs.h >>conftest.$ac_ext
21460 cat >>conftest.$ac_ext <<_ACEOF
21461 /* end confdefs.h. */
21462 $ac_includes_default
21464 main ()
21466 static struct stat ac_aggr;
21467 if (ac_aggr.st_mtim)
21468 return 0;
21470 return 0;
21472 _ACEOF
21473 rm -f conftest.$ac_objext
21474 if { (ac_try="$ac_compile"
21475 case "(($ac_try" in
21476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21477 *) ac_try_echo=$ac_try;;
21478 esac
21479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21480 (eval "$ac_compile") 2>conftest.er1
21481 ac_status=$?
21482 grep -v '^ *+' conftest.er1 >conftest.err
21483 rm -f conftest.er1
21484 cat conftest.err >&5
21485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21486 (exit $ac_status); } && {
21487 test -z "$ac_c_werror_flag" ||
21488 test ! -s conftest.err
21489 } && test -s conftest.$ac_objext; then
21490 ac_cv_member_struct_stat_st_mtim=yes
21491 else
21492 echo "$as_me: failed program was:" >&5
21493 sed 's/^/| /' conftest.$ac_ext >&5
21495 cat >conftest.$ac_ext <<_ACEOF
21496 /* confdefs.h. */
21497 _ACEOF
21498 cat confdefs.h >>conftest.$ac_ext
21499 cat >>conftest.$ac_ext <<_ACEOF
21500 /* end confdefs.h. */
21501 $ac_includes_default
21503 main ()
21505 static struct stat ac_aggr;
21506 if (sizeof ac_aggr.st_mtim)
21507 return 0;
21509 return 0;
21511 _ACEOF
21512 rm -f conftest.$ac_objext
21513 if { (ac_try="$ac_compile"
21514 case "(($ac_try" in
21515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21516 *) ac_try_echo=$ac_try;;
21517 esac
21518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21519 (eval "$ac_compile") 2>conftest.er1
21520 ac_status=$?
21521 grep -v '^ *+' conftest.er1 >conftest.err
21522 rm -f conftest.er1
21523 cat conftest.err >&5
21524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21525 (exit $ac_status); } && {
21526 test -z "$ac_c_werror_flag" ||
21527 test ! -s conftest.err
21528 } && test -s conftest.$ac_objext; then
21529 ac_cv_member_struct_stat_st_mtim=yes
21530 else
21531 echo "$as_me: failed program was:" >&5
21532 sed 's/^/| /' conftest.$ac_ext >&5
21534 ac_cv_member_struct_stat_st_mtim=no
21537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21542 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21543 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21544 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21546 cat >>confdefs.h <<_ACEOF
21547 #define HAVE_STRUCT_STAT_ST_MTIM 1
21548 _ACEOF
21552 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21553 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21554 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21555 echo $ECHO_N "(cached) $ECHO_C" >&6
21556 else
21557 cat >conftest.$ac_ext <<_ACEOF
21558 /* confdefs.h. */
21559 _ACEOF
21560 cat confdefs.h >>conftest.$ac_ext
21561 cat >>conftest.$ac_ext <<_ACEOF
21562 /* end confdefs.h. */
21563 $ac_includes_default
21565 main ()
21567 static struct stat ac_aggr;
21568 if (ac_aggr.st_ctim)
21569 return 0;
21571 return 0;
21573 _ACEOF
21574 rm -f conftest.$ac_objext
21575 if { (ac_try="$ac_compile"
21576 case "(($ac_try" in
21577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21578 *) ac_try_echo=$ac_try;;
21579 esac
21580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21581 (eval "$ac_compile") 2>conftest.er1
21582 ac_status=$?
21583 grep -v '^ *+' conftest.er1 >conftest.err
21584 rm -f conftest.er1
21585 cat conftest.err >&5
21586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21587 (exit $ac_status); } && {
21588 test -z "$ac_c_werror_flag" ||
21589 test ! -s conftest.err
21590 } && test -s conftest.$ac_objext; then
21591 ac_cv_member_struct_stat_st_ctim=yes
21592 else
21593 echo "$as_me: failed program was:" >&5
21594 sed 's/^/| /' conftest.$ac_ext >&5
21596 cat >conftest.$ac_ext <<_ACEOF
21597 /* confdefs.h. */
21598 _ACEOF
21599 cat confdefs.h >>conftest.$ac_ext
21600 cat >>conftest.$ac_ext <<_ACEOF
21601 /* end confdefs.h. */
21602 $ac_includes_default
21604 main ()
21606 static struct stat ac_aggr;
21607 if (sizeof ac_aggr.st_ctim)
21608 return 0;
21610 return 0;
21612 _ACEOF
21613 rm -f conftest.$ac_objext
21614 if { (ac_try="$ac_compile"
21615 case "(($ac_try" in
21616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21617 *) ac_try_echo=$ac_try;;
21618 esac
21619 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21620 (eval "$ac_compile") 2>conftest.er1
21621 ac_status=$?
21622 grep -v '^ *+' conftest.er1 >conftest.err
21623 rm -f conftest.er1
21624 cat conftest.err >&5
21625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21626 (exit $ac_status); } && {
21627 test -z "$ac_c_werror_flag" ||
21628 test ! -s conftest.err
21629 } && test -s conftest.$ac_objext; then
21630 ac_cv_member_struct_stat_st_ctim=yes
21631 else
21632 echo "$as_me: failed program was:" >&5
21633 sed 's/^/| /' conftest.$ac_ext >&5
21635 ac_cv_member_struct_stat_st_ctim=no
21638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21643 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21644 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21645 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21647 cat >>confdefs.h <<_ACEOF
21648 #define HAVE_STRUCT_STAT_ST_CTIM 1
21649 _ACEOF
21653 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21654 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21655 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21656 echo $ECHO_N "(cached) $ECHO_C" >&6
21657 else
21658 cat >conftest.$ac_ext <<_ACEOF
21659 /* confdefs.h. */
21660 _ACEOF
21661 cat confdefs.h >>conftest.$ac_ext
21662 cat >>conftest.$ac_ext <<_ACEOF
21663 /* end confdefs.h. */
21664 $ac_includes_default
21666 main ()
21668 static struct stat ac_aggr;
21669 if (ac_aggr.st_atim)
21670 return 0;
21672 return 0;
21674 _ACEOF
21675 rm -f conftest.$ac_objext
21676 if { (ac_try="$ac_compile"
21677 case "(($ac_try" in
21678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21679 *) ac_try_echo=$ac_try;;
21680 esac
21681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21682 (eval "$ac_compile") 2>conftest.er1
21683 ac_status=$?
21684 grep -v '^ *+' conftest.er1 >conftest.err
21685 rm -f conftest.er1
21686 cat conftest.err >&5
21687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21688 (exit $ac_status); } && {
21689 test -z "$ac_c_werror_flag" ||
21690 test ! -s conftest.err
21691 } && test -s conftest.$ac_objext; then
21692 ac_cv_member_struct_stat_st_atim=yes
21693 else
21694 echo "$as_me: failed program was:" >&5
21695 sed 's/^/| /' conftest.$ac_ext >&5
21697 cat >conftest.$ac_ext <<_ACEOF
21698 /* confdefs.h. */
21699 _ACEOF
21700 cat confdefs.h >>conftest.$ac_ext
21701 cat >>conftest.$ac_ext <<_ACEOF
21702 /* end confdefs.h. */
21703 $ac_includes_default
21705 main ()
21707 static struct stat ac_aggr;
21708 if (sizeof ac_aggr.st_atim)
21709 return 0;
21711 return 0;
21713 _ACEOF
21714 rm -f conftest.$ac_objext
21715 if { (ac_try="$ac_compile"
21716 case "(($ac_try" in
21717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21718 *) ac_try_echo=$ac_try;;
21719 esac
21720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21721 (eval "$ac_compile") 2>conftest.er1
21722 ac_status=$?
21723 grep -v '^ *+' conftest.er1 >conftest.err
21724 rm -f conftest.er1
21725 cat conftest.err >&5
21726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21727 (exit $ac_status); } && {
21728 test -z "$ac_c_werror_flag" ||
21729 test ! -s conftest.err
21730 } && test -s conftest.$ac_objext; then
21731 ac_cv_member_struct_stat_st_atim=yes
21732 else
21733 echo "$as_me: failed program was:" >&5
21734 sed 's/^/| /' conftest.$ac_ext >&5
21736 ac_cv_member_struct_stat_st_atim=no
21739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21744 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21745 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21746 if test $ac_cv_member_struct_stat_st_atim = yes; then
21748 cat >>confdefs.h <<_ACEOF
21749 #define HAVE_STRUCT_STAT_ST_ATIM 1
21750 _ACEOF
21756 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21757 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21758 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21759 echo $ECHO_N "(cached) $ECHO_C" >&6
21760 else
21761 cat >conftest.$ac_ext <<_ACEOF
21762 /* confdefs.h. */
21763 _ACEOF
21764 cat confdefs.h >>conftest.$ac_ext
21765 cat >>conftest.$ac_ext <<_ACEOF
21766 /* end confdefs.h. */
21767 #ifdef HAVE_SYS_TYPES_H
21768 #include <sys/types.h>
21769 #endif
21770 #ifdef HAVE_NETINET_IN_H
21771 #include <netinet/in.h>
21772 #endif
21775 main ()
21777 static struct sockaddr_in6 ac_aggr;
21778 if (ac_aggr.sin6_scope_id)
21779 return 0;
21781 return 0;
21783 _ACEOF
21784 rm -f conftest.$ac_objext
21785 if { (ac_try="$ac_compile"
21786 case "(($ac_try" in
21787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21788 *) ac_try_echo=$ac_try;;
21789 esac
21790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21791 (eval "$ac_compile") 2>conftest.er1
21792 ac_status=$?
21793 grep -v '^ *+' conftest.er1 >conftest.err
21794 rm -f conftest.er1
21795 cat conftest.err >&5
21796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21797 (exit $ac_status); } && {
21798 test -z "$ac_c_werror_flag" ||
21799 test ! -s conftest.err
21800 } && test -s conftest.$ac_objext; then
21801 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21802 else
21803 echo "$as_me: failed program was:" >&5
21804 sed 's/^/| /' conftest.$ac_ext >&5
21806 cat >conftest.$ac_ext <<_ACEOF
21807 /* confdefs.h. */
21808 _ACEOF
21809 cat confdefs.h >>conftest.$ac_ext
21810 cat >>conftest.$ac_ext <<_ACEOF
21811 /* end confdefs.h. */
21812 #ifdef HAVE_SYS_TYPES_H
21813 #include <sys/types.h>
21814 #endif
21815 #ifdef HAVE_NETINET_IN_H
21816 #include <netinet/in.h>
21817 #endif
21820 main ()
21822 static struct sockaddr_in6 ac_aggr;
21823 if (sizeof ac_aggr.sin6_scope_id)
21824 return 0;
21826 return 0;
21828 _ACEOF
21829 rm -f conftest.$ac_objext
21830 if { (ac_try="$ac_compile"
21831 case "(($ac_try" in
21832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21833 *) ac_try_echo=$ac_try;;
21834 esac
21835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21836 (eval "$ac_compile") 2>conftest.er1
21837 ac_status=$?
21838 grep -v '^ *+' conftest.er1 >conftest.err
21839 rm -f conftest.er1
21840 cat conftest.err >&5
21841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21842 (exit $ac_status); } && {
21843 test -z "$ac_c_werror_flag" ||
21844 test ! -s conftest.err
21845 } && test -s conftest.$ac_objext; then
21846 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21847 else
21848 echo "$as_me: failed program was:" >&5
21849 sed 's/^/| /' conftest.$ac_ext >&5
21851 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21859 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21860 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21861 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21863 cat >>confdefs.h <<_ACEOF
21864 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21865 _ACEOF
21871 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21872 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21873 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21874 echo $ECHO_N "(cached) $ECHO_C" >&6
21875 else
21876 cat >conftest.$ac_ext <<_ACEOF
21877 /* confdefs.h. */
21878 _ACEOF
21879 cat confdefs.h >>conftest.$ac_ext
21880 cat >>conftest.$ac_ext <<_ACEOF
21881 /* end confdefs.h. */
21882 #ifdef HAVE_SYS_TYPES_H
21883 #include <sys/types.h>
21884 #endif
21885 #ifdef HAVE_NETINET_IN_H
21886 # include <netinet/in.h>
21887 #endif
21888 #ifdef HAVE_ARPA_NAMESER_H
21889 # include <arpa/nameser.h>
21890 #endif
21893 main ()
21895 static ns_msg ac_aggr;
21896 if (ac_aggr._msg_ptr)
21897 return 0;
21899 return 0;
21901 _ACEOF
21902 rm -f conftest.$ac_objext
21903 if { (ac_try="$ac_compile"
21904 case "(($ac_try" in
21905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21906 *) ac_try_echo=$ac_try;;
21907 esac
21908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21909 (eval "$ac_compile") 2>conftest.er1
21910 ac_status=$?
21911 grep -v '^ *+' conftest.er1 >conftest.err
21912 rm -f conftest.er1
21913 cat conftest.err >&5
21914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21915 (exit $ac_status); } && {
21916 test -z "$ac_c_werror_flag" ||
21917 test ! -s conftest.err
21918 } && test -s conftest.$ac_objext; then
21919 ac_cv_member_ns_msg__msg_ptr=yes
21920 else
21921 echo "$as_me: failed program was:" >&5
21922 sed 's/^/| /' conftest.$ac_ext >&5
21924 cat >conftest.$ac_ext <<_ACEOF
21925 /* confdefs.h. */
21926 _ACEOF
21927 cat confdefs.h >>conftest.$ac_ext
21928 cat >>conftest.$ac_ext <<_ACEOF
21929 /* end confdefs.h. */
21930 #ifdef HAVE_SYS_TYPES_H
21931 #include <sys/types.h>
21932 #endif
21933 #ifdef HAVE_NETINET_IN_H
21934 # include <netinet/in.h>
21935 #endif
21936 #ifdef HAVE_ARPA_NAMESER_H
21937 # include <arpa/nameser.h>
21938 #endif
21941 main ()
21943 static ns_msg ac_aggr;
21944 if (sizeof ac_aggr._msg_ptr)
21945 return 0;
21947 return 0;
21949 _ACEOF
21950 rm -f conftest.$ac_objext
21951 if { (ac_try="$ac_compile"
21952 case "(($ac_try" in
21953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21954 *) ac_try_echo=$ac_try;;
21955 esac
21956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21957 (eval "$ac_compile") 2>conftest.er1
21958 ac_status=$?
21959 grep -v '^ *+' conftest.er1 >conftest.err
21960 rm -f conftest.er1
21961 cat conftest.err >&5
21962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21963 (exit $ac_status); } && {
21964 test -z "$ac_c_werror_flag" ||
21965 test ! -s conftest.err
21966 } && test -s conftest.$ac_objext; then
21967 ac_cv_member_ns_msg__msg_ptr=yes
21968 else
21969 echo "$as_me: failed program was:" >&5
21970 sed 's/^/| /' conftest.$ac_ext >&5
21972 ac_cv_member_ns_msg__msg_ptr=no
21975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21980 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21981 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21982 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21984 cat >>confdefs.h <<_ACEOF
21985 #define HAVE_NS_MSG__MSG_PTR 1
21986 _ACEOF
21992 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21993 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21994 if test "${ac_cv_have_timezone+set}" = set; then
21995 echo $ECHO_N "(cached) $ECHO_C" >&6
21996 else
21997 cat >conftest.$ac_ext <<_ACEOF
21998 /* confdefs.h. */
21999 _ACEOF
22000 cat confdefs.h >>conftest.$ac_ext
22001 cat >>conftest.$ac_ext <<_ACEOF
22002 /* end confdefs.h. */
22003 #include <time.h>
22005 main ()
22007 timezone = 1
22009 return 0;
22011 _ACEOF
22012 rm -f conftest.$ac_objext conftest$ac_exeext
22013 if { (ac_try="$ac_link"
22014 case "(($ac_try" in
22015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22016 *) ac_try_echo=$ac_try;;
22017 esac
22018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22019 (eval "$ac_link") 2>conftest.er1
22020 ac_status=$?
22021 grep -v '^ *+' conftest.er1 >conftest.err
22022 rm -f conftest.er1
22023 cat conftest.err >&5
22024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22025 (exit $ac_status); } && {
22026 test -z "$ac_c_werror_flag" ||
22027 test ! -s conftest.err
22028 } && test -s conftest$ac_exeext &&
22029 $as_test_x conftest$ac_exeext; then
22030 ac_cv_have_timezone="yes"
22031 else
22032 echo "$as_me: failed program was:" >&5
22033 sed 's/^/| /' conftest.$ac_ext >&5
22035 ac_cv_have_timezone="no"
22038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22039 conftest$ac_exeext conftest.$ac_ext
22041 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22042 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22043 if test "$ac_cv_have_timezone" = "yes"
22044 then
22046 cat >>confdefs.h <<\_ACEOF
22047 #define HAVE_TIMEZONE 1
22048 _ACEOF
22051 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22052 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22053 if test "${ac_cv_have_daylight+set}" = set; then
22054 echo $ECHO_N "(cached) $ECHO_C" >&6
22055 else
22056 cat >conftest.$ac_ext <<_ACEOF
22057 /* confdefs.h. */
22058 _ACEOF
22059 cat confdefs.h >>conftest.$ac_ext
22060 cat >>conftest.$ac_ext <<_ACEOF
22061 /* end confdefs.h. */
22062 #include <time.h>
22064 main ()
22066 daylight = 1
22068 return 0;
22070 _ACEOF
22071 rm -f conftest.$ac_objext conftest$ac_exeext
22072 if { (ac_try="$ac_link"
22073 case "(($ac_try" in
22074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22075 *) ac_try_echo=$ac_try;;
22076 esac
22077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22078 (eval "$ac_link") 2>conftest.er1
22079 ac_status=$?
22080 grep -v '^ *+' conftest.er1 >conftest.err
22081 rm -f conftest.er1
22082 cat conftest.err >&5
22083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22084 (exit $ac_status); } && {
22085 test -z "$ac_c_werror_flag" ||
22086 test ! -s conftest.err
22087 } && test -s conftest$ac_exeext &&
22088 $as_test_x conftest$ac_exeext; then
22089 ac_cv_have_daylight="yes"
22090 else
22091 echo "$as_me: failed program was:" >&5
22092 sed 's/^/| /' conftest.$ac_ext >&5
22094 ac_cv_have_daylight="no"
22097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22098 conftest$ac_exeext conftest.$ac_ext
22100 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22101 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22102 if test "$ac_cv_have_daylight" = "yes"
22103 then
22105 cat >>confdefs.h <<\_ACEOF
22106 #define HAVE_DAYLIGHT 1
22107 _ACEOF
22111 { echo "$as_me:$LINENO: checking for isinf" >&5
22112 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22113 if test "${ac_cv_have_isinf+set}" = set; then
22114 echo $ECHO_N "(cached) $ECHO_C" >&6
22115 else
22116 cat >conftest.$ac_ext <<_ACEOF
22117 /* confdefs.h. */
22118 _ACEOF
22119 cat confdefs.h >>conftest.$ac_ext
22120 cat >>conftest.$ac_ext <<_ACEOF
22121 /* end confdefs.h. */
22122 #include <math.h>
22124 main ()
22126 float f = 0.0; int i=isinf(f)
22128 return 0;
22130 _ACEOF
22131 rm -f conftest.$ac_objext conftest$ac_exeext
22132 if { (ac_try="$ac_link"
22133 case "(($ac_try" in
22134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22135 *) ac_try_echo=$ac_try;;
22136 esac
22137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22138 (eval "$ac_link") 2>conftest.er1
22139 ac_status=$?
22140 grep -v '^ *+' conftest.er1 >conftest.err
22141 rm -f conftest.er1
22142 cat conftest.err >&5
22143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22144 (exit $ac_status); } && {
22145 test -z "$ac_c_werror_flag" ||
22146 test ! -s conftest.err
22147 } && test -s conftest$ac_exeext &&
22148 $as_test_x conftest$ac_exeext; then
22149 ac_cv_have_isinf="yes"
22150 else
22151 echo "$as_me: failed program was:" >&5
22152 sed 's/^/| /' conftest.$ac_ext >&5
22154 ac_cv_have_isinf="no"
22157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22158 conftest$ac_exeext conftest.$ac_ext
22160 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22161 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22162 if test "$ac_cv_have_isinf" = "yes"
22163 then
22165 cat >>confdefs.h <<\_ACEOF
22166 #define HAVE_ISINF 1
22167 _ACEOF
22171 { echo "$as_me:$LINENO: checking for isnan" >&5
22172 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22173 if test "${ac_cv_have_isnan+set}" = set; then
22174 echo $ECHO_N "(cached) $ECHO_C" >&6
22175 else
22176 cat >conftest.$ac_ext <<_ACEOF
22177 /* confdefs.h. */
22178 _ACEOF
22179 cat confdefs.h >>conftest.$ac_ext
22180 cat >>conftest.$ac_ext <<_ACEOF
22181 /* end confdefs.h. */
22182 #include <math.h>
22184 main ()
22186 float f = 0.0; int i=isnan(f)
22188 return 0;
22190 _ACEOF
22191 rm -f conftest.$ac_objext conftest$ac_exeext
22192 if { (ac_try="$ac_link"
22193 case "(($ac_try" in
22194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22195 *) ac_try_echo=$ac_try;;
22196 esac
22197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22198 (eval "$ac_link") 2>conftest.er1
22199 ac_status=$?
22200 grep -v '^ *+' conftest.er1 >conftest.err
22201 rm -f conftest.er1
22202 cat conftest.err >&5
22203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22204 (exit $ac_status); } && {
22205 test -z "$ac_c_werror_flag" ||
22206 test ! -s conftest.err
22207 } && test -s conftest$ac_exeext &&
22208 $as_test_x conftest$ac_exeext; then
22209 ac_cv_have_isnan="yes"
22210 else
22211 echo "$as_me: failed program was:" >&5
22212 sed 's/^/| /' conftest.$ac_ext >&5
22214 ac_cv_have_isnan="no"
22217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22218 conftest$ac_exeext conftest.$ac_ext
22220 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22221 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22222 if test "$ac_cv_have_isnan" = "yes"
22223 then
22225 cat >>confdefs.h <<\_ACEOF
22226 #define HAVE_ISNAN 1
22227 _ACEOF
22232 case $host_cpu in
22233 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22234 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22235 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22236 echo $ECHO_N "(cached) $ECHO_C" >&6
22237 else
22238 cat >conftest.$ac_ext <<_ACEOF
22239 /* confdefs.h. */
22240 _ACEOF
22241 cat confdefs.h >>conftest.$ac_ext
22242 cat >>conftest.$ac_ext <<_ACEOF
22243 /* end confdefs.h. */
22244 #ifndef __i386__
22246 #endif
22247 _ACEOF
22248 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22249 $EGREP "yes" >/dev/null 2>&1; then
22250 ac_cv_cpp_def___i386__=yes
22251 else
22252 ac_cv_cpp_def___i386__=no
22254 rm -f conftest*
22257 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22258 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22259 if test $ac_cv_cpp_def___i386__ = yes; then
22260 CFLAGS="$CFLAGS -D__i386__"
22261 LINTFLAGS="$LINTFLAGS -D__i386__"
22264 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22265 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22266 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22267 echo $ECHO_N "(cached) $ECHO_C" >&6
22268 else
22269 cat >conftest.$ac_ext <<_ACEOF
22270 /* confdefs.h. */
22271 _ACEOF
22272 cat confdefs.h >>conftest.$ac_ext
22273 cat >>conftest.$ac_ext <<_ACEOF
22274 /* end confdefs.h. */
22275 #ifndef __x86_64__
22277 #endif
22278 _ACEOF
22279 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22280 $EGREP "yes" >/dev/null 2>&1; then
22281 ac_cv_cpp_def___x86_64__=yes
22282 else
22283 ac_cv_cpp_def___x86_64__=no
22285 rm -f conftest*
22288 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22289 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22290 if test $ac_cv_cpp_def___x86_64__ = yes; then
22291 CFLAGS="$CFLAGS -D__x86_64__"
22292 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22295 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22296 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22297 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22298 echo $ECHO_N "(cached) $ECHO_C" >&6
22299 else
22300 cat >conftest.$ac_ext <<_ACEOF
22301 /* confdefs.h. */
22302 _ACEOF
22303 cat confdefs.h >>conftest.$ac_ext
22304 cat >>conftest.$ac_ext <<_ACEOF
22305 /* end confdefs.h. */
22306 #ifndef __ALPHA__
22308 #endif
22309 _ACEOF
22310 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22311 $EGREP "yes" >/dev/null 2>&1; then
22312 ac_cv_cpp_def___ALPHA__=yes
22313 else
22314 ac_cv_cpp_def___ALPHA__=no
22316 rm -f conftest*
22319 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22320 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22321 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22322 CFLAGS="$CFLAGS -D__ALPHA__"
22323 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22326 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22327 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22328 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22329 echo $ECHO_N "(cached) $ECHO_C" >&6
22330 else
22331 cat >conftest.$ac_ext <<_ACEOF
22332 /* confdefs.h. */
22333 _ACEOF
22334 cat confdefs.h >>conftest.$ac_ext
22335 cat >>conftest.$ac_ext <<_ACEOF
22336 /* end confdefs.h. */
22337 #ifndef __sparc__
22339 #endif
22340 _ACEOF
22341 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22342 $EGREP "yes" >/dev/null 2>&1; then
22343 ac_cv_cpp_def___sparc__=yes
22344 else
22345 ac_cv_cpp_def___sparc__=no
22347 rm -f conftest*
22350 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22351 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22352 if test $ac_cv_cpp_def___sparc__ = yes; then
22353 CFLAGS="$CFLAGS -D__sparc__"
22354 LINTFLAGS="$LINTFLAGS -D__sparc__"
22357 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22358 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22359 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22360 echo $ECHO_N "(cached) $ECHO_C" >&6
22361 else
22362 cat >conftest.$ac_ext <<_ACEOF
22363 /* confdefs.h. */
22364 _ACEOF
22365 cat confdefs.h >>conftest.$ac_ext
22366 cat >>conftest.$ac_ext <<_ACEOF
22367 /* end confdefs.h. */
22368 #ifndef __powerpc__
22370 #endif
22371 _ACEOF
22372 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22373 $EGREP "yes" >/dev/null 2>&1; then
22374 ac_cv_cpp_def___powerpc__=yes
22375 else
22376 ac_cv_cpp_def___powerpc__=no
22378 rm -f conftest*
22381 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22382 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22383 if test $ac_cv_cpp_def___powerpc__ = yes; then
22384 CFLAGS="$CFLAGS -D__powerpc__"
22385 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22388 esac
22390 case $host_vendor in
22391 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22392 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22393 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22394 echo $ECHO_N "(cached) $ECHO_C" >&6
22395 else
22396 cat >conftest.$ac_ext <<_ACEOF
22397 /* confdefs.h. */
22398 _ACEOF
22399 cat confdefs.h >>conftest.$ac_ext
22400 cat >>conftest.$ac_ext <<_ACEOF
22401 /* end confdefs.h. */
22402 #ifndef __sun__
22404 #endif
22405 _ACEOF
22406 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22407 $EGREP "yes" >/dev/null 2>&1; then
22408 ac_cv_cpp_def___sun__=yes
22409 else
22410 ac_cv_cpp_def___sun__=no
22412 rm -f conftest*
22415 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22416 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22417 if test $ac_cv_cpp_def___sun__ = yes; then
22418 CFLAGS="$CFLAGS -D__sun__"
22419 LINTFLAGS="$LINTFLAGS -D__sun__"
22422 esac
22425 DEPENDENCIES="### Dependencies:
22427 .INIT: Makefile
22428 .BEGIN: Makefile
22429 Makefile: dummy
22430 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22432 \$(OBJS): \$(IDL_GEN_HEADERS)
22433 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22434 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22435 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22436 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22439 ALL_MAKERULES=""
22441 ALL_MAKEFILES=""
22443 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22446 ALL_TOP_DIRS=""
22448 ALL_DLL_DIRS=""
22450 ALL_IMPLIB_DIRS=""
22452 ALL_TEST_DIRS=""
22454 ALL_PROGRAM_DIRS=""
22456 ALL_PROGRAM_INSTALL_DIRS=""
22458 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22464 ac_config_commands="$ac_config_commands include/stamp-h"
22467 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22469 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22471 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22473 ac_config_commands="$ac_config_commands dlls/user32/resources"
22475 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22477 ac_config_commands="$ac_config_commands include/wine"
22480 ALL_MAKERULES="$ALL_MAKERULES \\
22481 Make.rules"
22482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22483 Make.rules: Make.rules.in"
22484 MAKE_RULES=Make.rules
22485 ac_config_files="$ac_config_files Make.rules"
22487 ALL_MAKERULES="$ALL_MAKERULES \\
22488 dlls/Makedll.rules"
22489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22490 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22491 MAKE_DLL_RULES=dlls/Makedll.rules
22492 ac_config_files="$ac_config_files dlls/Makedll.rules"
22494 ALL_MAKERULES="$ALL_MAKERULES \\
22495 dlls/Makeimplib.rules"
22496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22497 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22498 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22499 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22501 ALL_MAKERULES="$ALL_MAKERULES \\
22502 dlls/Maketest.rules"
22503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22504 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22505 MAKE_TEST_RULES=dlls/Maketest.rules
22506 ac_config_files="$ac_config_files dlls/Maketest.rules"
22508 ALL_MAKERULES="$ALL_MAKERULES \\
22509 programs/Makeprog.rules"
22510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22511 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22512 MAKE_PROG_RULES=programs/Makeprog.rules
22513 ac_config_files="$ac_config_files programs/Makeprog.rules"
22518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22519 Makefile: Makefile.in Make.rules"
22520 ac_config_files="$ac_config_files Makefile"
22522 ALL_MAKEFILES="$ALL_MAKEFILES \\
22523 dlls/Makefile"
22524 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22525 dlls"
22526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22527 dlls/Makefile: dlls/Makefile.in Make.rules"
22528 ac_config_files="$ac_config_files dlls/Makefile"
22530 ALL_MAKEFILES="$ALL_MAKEFILES \\
22531 dlls/acledit/Makefile"
22532 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22533 acledit"
22534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22535 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22536 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22538 ALL_MAKEFILES="$ALL_MAKEFILES \\
22539 dlls/activeds/Makefile"
22540 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22541 activeds"
22542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22543 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22544 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22546 ALL_MAKEFILES="$ALL_MAKEFILES \\
22547 dlls/actxprxy/Makefile"
22548 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22549 actxprxy"
22550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22551 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22552 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22554 ALL_MAKEFILES="$ALL_MAKEFILES \\
22555 dlls/adsiid/Makefile"
22556 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22557 adsiid"
22558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22559 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22560 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22562 ALL_MAKEFILES="$ALL_MAKEFILES \\
22563 dlls/advapi32/Makefile"
22564 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22565 advapi32"
22566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22567 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22568 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22570 ALL_MAKEFILES="$ALL_MAKEFILES \\
22571 dlls/advapi32/tests/Makefile"
22572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22573 advapi32/tests"
22574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22575 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22576 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22578 ALL_MAKEFILES="$ALL_MAKEFILES \\
22579 dlls/advpack/Makefile"
22580 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22581 advpack"
22582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22583 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22584 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22586 ALL_MAKEFILES="$ALL_MAKEFILES \\
22587 dlls/advpack/tests/Makefile"
22588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22589 advpack/tests"
22590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22591 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22592 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22594 ALL_MAKEFILES="$ALL_MAKEFILES \\
22595 dlls/amstream/Makefile"
22596 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22597 amstream"
22598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22599 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22600 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22602 ALL_MAKEFILES="$ALL_MAKEFILES \\
22603 dlls/appwiz.cpl/Makefile"
22604 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22605 appwiz.cpl"
22606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22607 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22608 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22610 ALL_MAKEFILES="$ALL_MAKEFILES \\
22611 dlls/atl/Makefile"
22612 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22613 atl"
22614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22615 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22616 ac_config_files="$ac_config_files dlls/atl/Makefile"
22618 ALL_MAKEFILES="$ALL_MAKEFILES \\
22619 dlls/avicap32/Makefile"
22620 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22621 avicap32"
22622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22623 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22624 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22626 ALL_MAKEFILES="$ALL_MAKEFILES \\
22627 dlls/avifil32/Makefile"
22628 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22629 avifil32"
22630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22631 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22632 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22634 ALL_MAKEFILES="$ALL_MAKEFILES \\
22635 dlls/browseui/Makefile"
22636 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22637 browseui"
22638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22639 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22640 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22642 ALL_MAKEFILES="$ALL_MAKEFILES \\
22643 dlls/browseui/tests/Makefile"
22644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22645 browseui/tests"
22646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22647 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22648 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22650 ALL_MAKEFILES="$ALL_MAKEFILES \\
22651 dlls/cabinet/Makefile"
22652 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22653 cabinet"
22654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22655 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22656 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22658 ALL_MAKEFILES="$ALL_MAKEFILES \\
22659 dlls/cabinet/tests/Makefile"
22660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22661 cabinet/tests"
22662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22663 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22664 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22666 ALL_MAKEFILES="$ALL_MAKEFILES \\
22667 dlls/capi2032/Makefile"
22668 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22669 capi2032"
22670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22671 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22672 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22674 ALL_MAKEFILES="$ALL_MAKEFILES \\
22675 dlls/cards/Makefile"
22676 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22677 cards"
22678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22679 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22680 ac_config_files="$ac_config_files dlls/cards/Makefile"
22682 ALL_MAKEFILES="$ALL_MAKEFILES \\
22683 dlls/cfgmgr32/Makefile"
22684 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22685 cfgmgr32"
22686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22687 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22688 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22690 ALL_MAKEFILES="$ALL_MAKEFILES \\
22691 dlls/clusapi/Makefile"
22692 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22693 clusapi"
22694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22695 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22696 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22698 ALL_MAKEFILES="$ALL_MAKEFILES \\
22699 dlls/comcat/Makefile"
22700 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22701 comcat"
22702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22703 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22704 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22706 ALL_MAKEFILES="$ALL_MAKEFILES \\
22707 dlls/comcat/tests/Makefile"
22708 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22709 comcat/tests"
22710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22711 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22712 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22714 ALL_MAKEFILES="$ALL_MAKEFILES \\
22715 dlls/comctl32/Makefile"
22716 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22717 comctl32"
22718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22719 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22720 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22722 ALL_MAKEFILES="$ALL_MAKEFILES \\
22723 dlls/comctl32/tests/Makefile"
22724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22725 comctl32/tests"
22726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22727 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22728 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22730 ALL_MAKEFILES="$ALL_MAKEFILES \\
22731 dlls/comdlg32/Makefile"
22732 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22733 comdlg32"
22734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22735 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22736 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22738 ALL_MAKEFILES="$ALL_MAKEFILES \\
22739 dlls/comdlg32/tests/Makefile"
22740 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22741 comdlg32/tests"
22742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22743 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22744 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22746 ALL_MAKEFILES="$ALL_MAKEFILES \\
22747 dlls/compstui/Makefile"
22748 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22749 compstui"
22750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22751 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22752 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22754 ALL_MAKEFILES="$ALL_MAKEFILES \\
22755 dlls/credui/Makefile"
22756 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22757 credui"
22758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22759 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22760 ac_config_files="$ac_config_files dlls/credui/Makefile"
22762 ALL_MAKEFILES="$ALL_MAKEFILES \\
22763 dlls/credui/tests/Makefile"
22764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22765 credui/tests"
22766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22767 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22768 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22770 ALL_MAKEFILES="$ALL_MAKEFILES \\
22771 dlls/crtdll/Makefile"
22772 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22773 crtdll"
22774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22775 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22776 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22778 ALL_MAKEFILES="$ALL_MAKEFILES \\
22779 dlls/crypt32/Makefile"
22780 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22781 crypt32"
22782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22783 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22784 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22786 ALL_MAKEFILES="$ALL_MAKEFILES \\
22787 dlls/crypt32/tests/Makefile"
22788 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22789 crypt32/tests"
22790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22791 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22792 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22794 ALL_MAKEFILES="$ALL_MAKEFILES \\
22795 dlls/cryptdlg/Makefile"
22796 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22797 cryptdlg"
22798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22799 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22800 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22802 ALL_MAKEFILES="$ALL_MAKEFILES \\
22803 dlls/cryptdll/Makefile"
22804 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22805 cryptdll"
22806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22807 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22808 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22810 ALL_MAKEFILES="$ALL_MAKEFILES \\
22811 dlls/cryptnet/Makefile"
22812 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22813 cryptnet"
22814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22815 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22816 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22818 ALL_MAKEFILES="$ALL_MAKEFILES \\
22819 dlls/cryptnet/tests/Makefile"
22820 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22821 cryptnet/tests"
22822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22823 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22824 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22826 ALL_MAKEFILES="$ALL_MAKEFILES \\
22827 dlls/cryptui/Makefile"
22828 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22829 cryptui"
22830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22831 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22832 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22834 ALL_MAKEFILES="$ALL_MAKEFILES \\
22835 dlls/cryptui/tests/Makefile"
22836 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22837 cryptui/tests"
22838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22839 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
22840 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
22842 ALL_MAKEFILES="$ALL_MAKEFILES \\
22843 dlls/ctapi32/Makefile"
22844 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22845 ctapi32"
22846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22847 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22848 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22850 ALL_MAKEFILES="$ALL_MAKEFILES \\
22851 dlls/ctl3d32/Makefile"
22852 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22853 ctl3d32"
22854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22855 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22856 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22858 ALL_MAKEFILES="$ALL_MAKEFILES \\
22859 dlls/d3d10/Makefile"
22860 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22861 d3d10"
22862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22863 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22864 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22866 ALL_MAKEFILES="$ALL_MAKEFILES \\
22867 dlls/d3d10/tests/Makefile"
22868 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22869 d3d10/tests"
22870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22871 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
22872 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
22874 ALL_MAKEFILES="$ALL_MAKEFILES \\
22875 dlls/d3d10core/Makefile"
22876 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22877 d3d10core"
22878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22879 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
22880 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
22882 ALL_MAKEFILES="$ALL_MAKEFILES \\
22883 dlls/d3d10core/tests/Makefile"
22884 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22885 d3d10core/tests"
22886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22887 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
22888 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
22890 ALL_MAKEFILES="$ALL_MAKEFILES \\
22891 dlls/d3d8/Makefile"
22892 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22893 d3d8"
22894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22895 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22896 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22898 ALL_MAKEFILES="$ALL_MAKEFILES \\
22899 dlls/d3d8/tests/Makefile"
22900 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22901 d3d8/tests"
22902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22903 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22904 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22906 ALL_MAKEFILES="$ALL_MAKEFILES \\
22907 dlls/d3d9/Makefile"
22908 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22909 d3d9"
22910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22911 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22912 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22914 ALL_MAKEFILES="$ALL_MAKEFILES \\
22915 dlls/d3d9/tests/Makefile"
22916 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22917 d3d9/tests"
22918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22919 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22920 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22922 ALL_MAKEFILES="$ALL_MAKEFILES \\
22923 dlls/d3dim/Makefile"
22924 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22925 d3dim"
22926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22927 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22928 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22930 ALL_MAKEFILES="$ALL_MAKEFILES \\
22931 dlls/d3drm/Makefile"
22932 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22933 d3drm"
22934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22935 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22936 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22938 ALL_MAKEFILES="$ALL_MAKEFILES \\
22939 dlls/d3drm/tests/Makefile"
22940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22941 d3drm/tests"
22942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22943 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22944 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22946 ALL_MAKEFILES="$ALL_MAKEFILES \\
22947 dlls/d3dx8/Makefile"
22948 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22949 d3dx8"
22950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22951 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22952 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22954 ALL_MAKEFILES="$ALL_MAKEFILES \\
22955 dlls/d3dx8/tests/Makefile"
22956 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22957 d3dx8/tests"
22958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22959 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22960 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22962 ALL_MAKEFILES="$ALL_MAKEFILES \\
22963 dlls/d3dx9_24/Makefile"
22964 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22965 d3dx9_24"
22966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22967 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22968 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22970 ALL_MAKEFILES="$ALL_MAKEFILES \\
22971 dlls/d3dx9_25/Makefile"
22972 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22973 d3dx9_25"
22974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22975 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22976 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22978 ALL_MAKEFILES="$ALL_MAKEFILES \\
22979 dlls/d3dx9_26/Makefile"
22980 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22981 d3dx9_26"
22982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22983 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22984 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22986 ALL_MAKEFILES="$ALL_MAKEFILES \\
22987 dlls/d3dx9_27/Makefile"
22988 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22989 d3dx9_27"
22990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22991 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22992 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22994 ALL_MAKEFILES="$ALL_MAKEFILES \\
22995 dlls/d3dx9_28/Makefile"
22996 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22997 d3dx9_28"
22998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22999 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23000 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23002 ALL_MAKEFILES="$ALL_MAKEFILES \\
23003 dlls/d3dx9_29/Makefile"
23004 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23005 d3dx9_29"
23006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23007 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23008 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23010 ALL_MAKEFILES="$ALL_MAKEFILES \\
23011 dlls/d3dx9_30/Makefile"
23012 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23013 d3dx9_30"
23014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23015 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23016 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23018 ALL_MAKEFILES="$ALL_MAKEFILES \\
23019 dlls/d3dx9_31/Makefile"
23020 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23021 d3dx9_31"
23022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23023 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23024 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23026 ALL_MAKEFILES="$ALL_MAKEFILES \\
23027 dlls/d3dx9_32/Makefile"
23028 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23029 d3dx9_32"
23030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23031 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23032 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23034 ALL_MAKEFILES="$ALL_MAKEFILES \\
23035 dlls/d3dx9_33/Makefile"
23036 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23037 d3dx9_33"
23038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23039 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23040 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23042 ALL_MAKEFILES="$ALL_MAKEFILES \\
23043 dlls/d3dx9_34/Makefile"
23044 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23045 d3dx9_34"
23046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23047 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23048 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23050 ALL_MAKEFILES="$ALL_MAKEFILES \\
23051 dlls/d3dx9_35/Makefile"
23052 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23053 d3dx9_35"
23054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23055 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23056 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23058 ALL_MAKEFILES="$ALL_MAKEFILES \\
23059 dlls/d3dx9_36/Makefile"
23060 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23061 d3dx9_36"
23062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23063 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23064 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23066 ALL_MAKEFILES="$ALL_MAKEFILES \\
23067 dlls/d3dx9_36/tests/Makefile"
23068 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23069 d3dx9_36/tests"
23070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23071 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23072 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23074 ALL_MAKEFILES="$ALL_MAKEFILES \\
23075 dlls/d3dx9_37/Makefile"
23076 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23077 d3dx9_37"
23078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23079 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23080 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23082 ALL_MAKEFILES="$ALL_MAKEFILES \\
23083 dlls/d3dxof/Makefile"
23084 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23085 d3dxof"
23086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23087 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23088 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23090 ALL_MAKEFILES="$ALL_MAKEFILES \\
23091 dlls/d3dxof/tests/Makefile"
23092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23093 d3dxof/tests"
23094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23095 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23096 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23098 ALL_MAKEFILES="$ALL_MAKEFILES \\
23099 dlls/dbghelp/Makefile"
23100 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23101 dbghelp"
23102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23103 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23104 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23106 ALL_MAKEFILES="$ALL_MAKEFILES \\
23107 dlls/dciman32/Makefile"
23108 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23109 dciman32"
23110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23111 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23112 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23114 ALL_MAKEFILES="$ALL_MAKEFILES \\
23115 dlls/ddraw/Makefile"
23116 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23117 ddraw"
23118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23119 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23120 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23122 ALL_MAKEFILES="$ALL_MAKEFILES \\
23123 dlls/ddraw/tests/Makefile"
23124 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23125 ddraw/tests"
23126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23127 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23128 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23130 ALL_MAKEFILES="$ALL_MAKEFILES \\
23131 dlls/ddrawex/Makefile"
23132 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23133 ddrawex"
23134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23135 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23136 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23138 ALL_MAKEFILES="$ALL_MAKEFILES \\
23139 dlls/ddrawex/tests/Makefile"
23140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23141 ddrawex/tests"
23142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23143 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23144 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23146 ALL_MAKEFILES="$ALL_MAKEFILES \\
23147 dlls/devenum/Makefile"
23148 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23149 devenum"
23150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23151 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23152 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23154 ALL_MAKEFILES="$ALL_MAKEFILES \\
23155 dlls/dinput/Makefile"
23156 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23157 dinput"
23158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23159 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23160 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23162 ALL_MAKEFILES="$ALL_MAKEFILES \\
23163 dlls/dinput/tests/Makefile"
23164 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23165 dinput/tests"
23166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23167 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23168 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23170 ALL_MAKEFILES="$ALL_MAKEFILES \\
23171 dlls/dinput8/Makefile"
23172 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23173 dinput8"
23174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23175 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23176 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23178 ALL_MAKEFILES="$ALL_MAKEFILES \\
23179 dlls/dmband/Makefile"
23180 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23181 dmband"
23182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23183 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23184 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23186 ALL_MAKEFILES="$ALL_MAKEFILES \\
23187 dlls/dmcompos/Makefile"
23188 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23189 dmcompos"
23190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23191 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23192 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23194 ALL_MAKEFILES="$ALL_MAKEFILES \\
23195 dlls/dmime/Makefile"
23196 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23197 dmime"
23198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23199 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23200 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23202 ALL_MAKEFILES="$ALL_MAKEFILES \\
23203 dlls/dmloader/Makefile"
23204 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23205 dmloader"
23206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23207 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23208 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23210 ALL_MAKEFILES="$ALL_MAKEFILES \\
23211 dlls/dmscript/Makefile"
23212 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23213 dmscript"
23214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23215 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23216 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23218 ALL_MAKEFILES="$ALL_MAKEFILES \\
23219 dlls/dmstyle/Makefile"
23220 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23221 dmstyle"
23222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23223 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23224 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23226 ALL_MAKEFILES="$ALL_MAKEFILES \\
23227 dlls/dmsynth/Makefile"
23228 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23229 dmsynth"
23230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23231 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23232 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23234 ALL_MAKEFILES="$ALL_MAKEFILES \\
23235 dlls/dmusic/Makefile"
23236 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23237 dmusic"
23238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23239 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23240 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23242 ALL_MAKEFILES="$ALL_MAKEFILES \\
23243 dlls/dmusic32/Makefile"
23244 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23245 dmusic32"
23246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23247 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23248 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23250 ALL_MAKEFILES="$ALL_MAKEFILES \\
23251 dlls/dnsapi/Makefile"
23252 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23253 dnsapi"
23254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23255 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23256 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23258 ALL_MAKEFILES="$ALL_MAKEFILES \\
23259 dlls/dnsapi/tests/Makefile"
23260 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23261 dnsapi/tests"
23262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23263 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23264 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23266 ALL_MAKEFILES="$ALL_MAKEFILES \\
23267 dlls/dplay/Makefile"
23268 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23269 dplay"
23270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23271 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23272 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23274 ALL_MAKEFILES="$ALL_MAKEFILES \\
23275 dlls/dplayx/Makefile"
23276 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23277 dplayx"
23278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23279 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23280 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23282 ALL_MAKEFILES="$ALL_MAKEFILES \\
23283 dlls/dplayx/tests/Makefile"
23284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23285 dplayx/tests"
23286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23287 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23288 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23290 ALL_MAKEFILES="$ALL_MAKEFILES \\
23291 dlls/dpnaddr/Makefile"
23292 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23293 dpnaddr"
23294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23295 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23296 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23298 ALL_MAKEFILES="$ALL_MAKEFILES \\
23299 dlls/dpnet/Makefile"
23300 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23301 dpnet"
23302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23303 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23304 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23306 ALL_MAKEFILES="$ALL_MAKEFILES \\
23307 dlls/dpnhpast/Makefile"
23308 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23309 dpnhpast"
23310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23311 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23312 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23314 ALL_MAKEFILES="$ALL_MAKEFILES \\
23315 dlls/dpnlobby/Makefile"
23316 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23317 dpnlobby"
23318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23319 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23320 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23322 ALL_MAKEFILES="$ALL_MAKEFILES \\
23323 dlls/dpwsockx/Makefile"
23324 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23325 dpwsockx"
23326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23327 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23328 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23330 ALL_MAKEFILES="$ALL_MAKEFILES \\
23331 dlls/dsound/Makefile"
23332 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23333 dsound"
23334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23335 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23336 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23338 ALL_MAKEFILES="$ALL_MAKEFILES \\
23339 dlls/dsound/tests/Makefile"
23340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23341 dsound/tests"
23342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23343 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23344 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23346 ALL_MAKEFILES="$ALL_MAKEFILES \\
23347 dlls/dssenh/Makefile"
23348 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23349 dssenh"
23350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23351 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23352 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23354 ALL_MAKEFILES="$ALL_MAKEFILES \\
23355 dlls/dswave/Makefile"
23356 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23357 dswave"
23358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23359 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23360 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23362 ALL_MAKEFILES="$ALL_MAKEFILES \\
23363 dlls/dwmapi/Makefile"
23364 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23365 dwmapi"
23366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23367 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23368 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23370 ALL_MAKEFILES="$ALL_MAKEFILES \\
23371 dlls/dxdiagn/Makefile"
23372 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23373 dxdiagn"
23374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23375 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23376 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23378 ALL_MAKEFILES="$ALL_MAKEFILES \\
23379 dlls/dxerr8/Makefile"
23380 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23381 dxerr8"
23382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23383 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23384 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23386 ALL_MAKEFILES="$ALL_MAKEFILES \\
23387 dlls/dxerr9/Makefile"
23388 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23389 dxerr9"
23390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23391 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23392 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23394 ALL_MAKEFILES="$ALL_MAKEFILES \\
23395 dlls/dxgi/Makefile"
23396 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23397 dxgi"
23398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23399 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23400 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23402 ALL_MAKEFILES="$ALL_MAKEFILES \\
23403 dlls/dxgi/tests/Makefile"
23404 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23405 dxgi/tests"
23406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23407 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
23408 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
23410 ALL_MAKEFILES="$ALL_MAKEFILES \\
23411 dlls/dxguid/Makefile"
23412 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23413 dxguid"
23414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23415 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23416 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23418 ALL_MAKEFILES="$ALL_MAKEFILES \\
23419 dlls/faultrep/Makefile"
23420 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23421 faultrep"
23422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23423 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23424 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23426 ALL_MAKEFILES="$ALL_MAKEFILES \\
23427 dlls/fusion/Makefile"
23428 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23429 fusion"
23430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23431 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23432 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23434 ALL_MAKEFILES="$ALL_MAKEFILES \\
23435 dlls/fusion/tests/Makefile"
23436 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23437 fusion/tests"
23438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23439 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23440 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23442 ALL_MAKEFILES="$ALL_MAKEFILES \\
23443 dlls/gdi32/Makefile"
23444 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23445 gdi32"
23446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23447 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23448 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23450 ALL_MAKEFILES="$ALL_MAKEFILES \\
23451 dlls/gdi32/tests/Makefile"
23452 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23453 gdi32/tests"
23454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23455 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23456 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23458 ALL_MAKEFILES="$ALL_MAKEFILES \\
23459 dlls/gdiplus/Makefile"
23460 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23461 gdiplus"
23462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23463 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23464 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23466 ALL_MAKEFILES="$ALL_MAKEFILES \\
23467 dlls/gdiplus/tests/Makefile"
23468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23469 gdiplus/tests"
23470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23471 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23472 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23474 ALL_MAKEFILES="$ALL_MAKEFILES \\
23475 dlls/glu32/Makefile"
23476 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23477 glu32"
23478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23479 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23480 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23482 ALL_MAKEFILES="$ALL_MAKEFILES \\
23483 dlls/gphoto2.ds/Makefile"
23484 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23485 gphoto2.ds"
23486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23487 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23488 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23490 ALL_MAKEFILES="$ALL_MAKEFILES \\
23491 dlls/gpkcsp/Makefile"
23492 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23493 gpkcsp"
23494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23495 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23496 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23498 ALL_MAKEFILES="$ALL_MAKEFILES \\
23499 dlls/hal/Makefile"
23500 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23501 hal"
23502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23503 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23504 ac_config_files="$ac_config_files dlls/hal/Makefile"
23506 ALL_MAKEFILES="$ALL_MAKEFILES \\
23507 dlls/hhctrl.ocx/Makefile"
23508 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23509 hhctrl.ocx"
23510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23511 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23512 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23514 ALL_MAKEFILES="$ALL_MAKEFILES \\
23515 dlls/hid/Makefile"
23516 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23517 hid"
23518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23519 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23520 ac_config_files="$ac_config_files dlls/hid/Makefile"
23522 ALL_MAKEFILES="$ALL_MAKEFILES \\
23523 dlls/hlink/Makefile"
23524 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23525 hlink"
23526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23527 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23528 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23530 ALL_MAKEFILES="$ALL_MAKEFILES \\
23531 dlls/hlink/tests/Makefile"
23532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23533 hlink/tests"
23534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23535 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23536 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23538 ALL_MAKEFILES="$ALL_MAKEFILES \\
23539 dlls/hnetcfg/Makefile"
23540 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23541 hnetcfg"
23542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23543 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23544 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23546 ALL_MAKEFILES="$ALL_MAKEFILES \\
23547 dlls/iccvid/Makefile"
23548 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23549 iccvid"
23550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23551 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23552 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23554 ALL_MAKEFILES="$ALL_MAKEFILES \\
23555 dlls/icmp/Makefile"
23556 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23557 icmp"
23558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23559 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23560 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23562 ALL_MAKEFILES="$ALL_MAKEFILES \\
23563 dlls/ifsmgr.vxd/Makefile"
23564 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23565 ifsmgr.vxd"
23566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23567 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23568 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23570 ALL_MAKEFILES="$ALL_MAKEFILES \\
23571 dlls/imaadp32.acm/Makefile"
23572 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23573 imaadp32.acm"
23574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23575 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23576 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23578 ALL_MAKEFILES="$ALL_MAKEFILES \\
23579 dlls/imagehlp/Makefile"
23580 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23581 imagehlp"
23582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23583 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23584 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23586 ALL_MAKEFILES="$ALL_MAKEFILES \\
23587 dlls/imm32/Makefile"
23588 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23589 imm32"
23590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23591 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23592 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23594 ALL_MAKEFILES="$ALL_MAKEFILES \\
23595 dlls/imm32/tests/Makefile"
23596 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23597 imm32/tests"
23598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23599 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23600 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23602 ALL_MAKEFILES="$ALL_MAKEFILES \\
23603 dlls/inetcomm/Makefile"
23604 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23605 inetcomm"
23606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23607 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23608 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23610 ALL_MAKEFILES="$ALL_MAKEFILES \\
23611 dlls/inetcomm/tests/Makefile"
23612 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23613 inetcomm/tests"
23614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23615 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23616 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23618 ALL_MAKEFILES="$ALL_MAKEFILES \\
23619 dlls/inetmib1/Makefile"
23620 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23621 inetmib1"
23622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23623 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23624 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23626 ALL_MAKEFILES="$ALL_MAKEFILES \\
23627 dlls/inetmib1/tests/Makefile"
23628 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23629 inetmib1/tests"
23630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23631 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23632 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23634 ALL_MAKEFILES="$ALL_MAKEFILES \\
23635 dlls/infosoft/Makefile"
23636 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23637 infosoft"
23638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23639 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23640 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23642 ALL_MAKEFILES="$ALL_MAKEFILES \\
23643 dlls/infosoft/tests/Makefile"
23644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23645 infosoft/tests"
23646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23647 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23648 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23650 ALL_MAKEFILES="$ALL_MAKEFILES \\
23651 dlls/initpki/Makefile"
23652 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23653 initpki"
23654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23655 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23656 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23658 ALL_MAKEFILES="$ALL_MAKEFILES \\
23659 dlls/inkobj/Makefile"
23660 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23661 inkobj"
23662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23663 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23664 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23666 ALL_MAKEFILES="$ALL_MAKEFILES \\
23667 dlls/inseng/Makefile"
23668 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23669 inseng"
23670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23671 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23672 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23674 ALL_MAKEFILES="$ALL_MAKEFILES \\
23675 dlls/iphlpapi/Makefile"
23676 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23677 iphlpapi"
23678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23679 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23680 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23682 ALL_MAKEFILES="$ALL_MAKEFILES \\
23683 dlls/iphlpapi/tests/Makefile"
23684 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23685 iphlpapi/tests"
23686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23687 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23688 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23690 ALL_MAKEFILES="$ALL_MAKEFILES \\
23691 dlls/itircl/Makefile"
23692 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23693 itircl"
23694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23695 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23696 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23698 ALL_MAKEFILES="$ALL_MAKEFILES \\
23699 dlls/itss/Makefile"
23700 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23701 itss"
23702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23703 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23704 ac_config_files="$ac_config_files dlls/itss/Makefile"
23706 ALL_MAKEFILES="$ALL_MAKEFILES \\
23707 dlls/itss/tests/Makefile"
23708 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23709 itss/tests"
23710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23711 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23712 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23714 ALL_MAKEFILES="$ALL_MAKEFILES \\
23715 dlls/jscript/Makefile"
23716 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23717 jscript"
23718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23719 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23720 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23722 ALL_MAKEFILES="$ALL_MAKEFILES \\
23723 dlls/jscript/tests/Makefile"
23724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23725 jscript/tests"
23726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23727 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23728 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23730 ALL_MAKEFILES="$ALL_MAKEFILES \\
23731 dlls/kernel32/Makefile"
23732 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23733 kernel32"
23734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23735 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23736 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23738 ALL_MAKEFILES="$ALL_MAKEFILES \\
23739 dlls/kernel32/tests/Makefile"
23740 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23741 kernel32/tests"
23742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23743 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23744 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23746 ALL_MAKEFILES="$ALL_MAKEFILES \\
23747 dlls/loadperf/Makefile"
23748 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23749 loadperf"
23750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23751 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
23752 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
23754 ALL_MAKEFILES="$ALL_MAKEFILES \\
23755 dlls/localspl/Makefile"
23756 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23757 localspl"
23758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23759 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23760 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23762 ALL_MAKEFILES="$ALL_MAKEFILES \\
23763 dlls/localspl/tests/Makefile"
23764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23765 localspl/tests"
23766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23767 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23768 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23770 ALL_MAKEFILES="$ALL_MAKEFILES \\
23771 dlls/localui/Makefile"
23772 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23773 localui"
23774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23775 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23776 ac_config_files="$ac_config_files dlls/localui/Makefile"
23778 ALL_MAKEFILES="$ALL_MAKEFILES \\
23779 dlls/localui/tests/Makefile"
23780 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23781 localui/tests"
23782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23783 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23784 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23786 ALL_MAKEFILES="$ALL_MAKEFILES \\
23787 dlls/lz32/Makefile"
23788 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23789 lz32"
23790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23791 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23792 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23794 ALL_MAKEFILES="$ALL_MAKEFILES \\
23795 dlls/lz32/tests/Makefile"
23796 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23797 lz32/tests"
23798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23799 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23800 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23802 ALL_MAKEFILES="$ALL_MAKEFILES \\
23803 dlls/mapi32/Makefile"
23804 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23805 mapi32"
23806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23807 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23808 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23810 ALL_MAKEFILES="$ALL_MAKEFILES \\
23811 dlls/mapi32/tests/Makefile"
23812 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23813 mapi32/tests"
23814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23815 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23816 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23818 ALL_MAKEFILES="$ALL_MAKEFILES \\
23819 dlls/mciavi32/Makefile"
23820 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23821 mciavi32"
23822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23823 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23824 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23826 ALL_MAKEFILES="$ALL_MAKEFILES \\
23827 dlls/mcicda/Makefile"
23828 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23829 mcicda"
23830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23831 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23832 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23834 ALL_MAKEFILES="$ALL_MAKEFILES \\
23835 dlls/mciseq/Makefile"
23836 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23837 mciseq"
23838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23839 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23840 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23842 ALL_MAKEFILES="$ALL_MAKEFILES \\
23843 dlls/mciwave/Makefile"
23844 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23845 mciwave"
23846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23847 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23848 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23850 ALL_MAKEFILES="$ALL_MAKEFILES \\
23851 dlls/midimap/Makefile"
23852 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23853 midimap"
23854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23855 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23856 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23858 ALL_MAKEFILES="$ALL_MAKEFILES \\
23859 dlls/mlang/Makefile"
23860 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23861 mlang"
23862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23863 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23864 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23866 ALL_MAKEFILES="$ALL_MAKEFILES \\
23867 dlls/mlang/tests/Makefile"
23868 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23869 mlang/tests"
23870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23871 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23872 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23874 ALL_MAKEFILES="$ALL_MAKEFILES \\
23875 dlls/mmdevldr.vxd/Makefile"
23876 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23877 mmdevldr.vxd"
23878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23879 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23880 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23882 ALL_MAKEFILES="$ALL_MAKEFILES \\
23883 dlls/monodebg.vxd/Makefile"
23884 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23885 monodebg.vxd"
23886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23887 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23888 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23890 ALL_MAKEFILES="$ALL_MAKEFILES \\
23891 dlls/mountmgr.sys/Makefile"
23892 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23893 mountmgr.sys"
23894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23895 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23896 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23898 ALL_MAKEFILES="$ALL_MAKEFILES \\
23899 dlls/mpr/Makefile"
23900 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23901 mpr"
23902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23903 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23904 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23906 ALL_MAKEFILES="$ALL_MAKEFILES \\
23907 dlls/mprapi/Makefile"
23908 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23909 mprapi"
23910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23911 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23912 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23914 ALL_MAKEFILES="$ALL_MAKEFILES \\
23915 dlls/msacm32.drv/Makefile"
23916 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23917 msacm32.drv"
23918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23919 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23920 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23922 ALL_MAKEFILES="$ALL_MAKEFILES \\
23923 dlls/msacm32/Makefile"
23924 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23925 msacm32"
23926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23927 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23928 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23930 ALL_MAKEFILES="$ALL_MAKEFILES \\
23931 dlls/msacm32/tests/Makefile"
23932 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23933 msacm32/tests"
23934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23935 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23936 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23938 ALL_MAKEFILES="$ALL_MAKEFILES \\
23939 dlls/msadp32.acm/Makefile"
23940 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23941 msadp32.acm"
23942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23943 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23944 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23946 ALL_MAKEFILES="$ALL_MAKEFILES \\
23947 dlls/mscat32/Makefile"
23948 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23949 mscat32"
23950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23951 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23952 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23954 ALL_MAKEFILES="$ALL_MAKEFILES \\
23955 dlls/mscms/Makefile"
23956 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23957 mscms"
23958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23959 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23960 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23962 ALL_MAKEFILES="$ALL_MAKEFILES \\
23963 dlls/mscms/tests/Makefile"
23964 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23965 mscms/tests"
23966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23967 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23968 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23970 ALL_MAKEFILES="$ALL_MAKEFILES \\
23971 dlls/mscoree/Makefile"
23972 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23973 mscoree"
23974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23975 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23976 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23978 ALL_MAKEFILES="$ALL_MAKEFILES \\
23979 dlls/msdmo/Makefile"
23980 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23981 msdmo"
23982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23983 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23984 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23986 ALL_MAKEFILES="$ALL_MAKEFILES \\
23987 dlls/msftedit/Makefile"
23988 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23989 msftedit"
23990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23991 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23992 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23994 ALL_MAKEFILES="$ALL_MAKEFILES \\
23995 dlls/msg711.acm/Makefile"
23996 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23997 msg711.acm"
23998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23999 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24000 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24002 ALL_MAKEFILES="$ALL_MAKEFILES \\
24003 dlls/mshtml.tlb/Makefile"
24004 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24005 mshtml.tlb"
24006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24007 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24008 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24010 ALL_MAKEFILES="$ALL_MAKEFILES \\
24011 dlls/mshtml/Makefile"
24012 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24013 mshtml"
24014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24015 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24016 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24018 ALL_MAKEFILES="$ALL_MAKEFILES \\
24019 dlls/mshtml/tests/Makefile"
24020 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24021 mshtml/tests"
24022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24023 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24024 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24026 ALL_MAKEFILES="$ALL_MAKEFILES \\
24027 dlls/msi/Makefile"
24028 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24029 msi"
24030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24031 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24032 ac_config_files="$ac_config_files dlls/msi/Makefile"
24034 ALL_MAKEFILES="$ALL_MAKEFILES \\
24035 dlls/msi/tests/Makefile"
24036 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24037 msi/tests"
24038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24039 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24040 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24042 ALL_MAKEFILES="$ALL_MAKEFILES \\
24043 dlls/msimg32/Makefile"
24044 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24045 msimg32"
24046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24047 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24048 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24050 ALL_MAKEFILES="$ALL_MAKEFILES \\
24051 dlls/msimtf/Makefile"
24052 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24053 msimtf"
24054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24055 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24056 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24058 ALL_MAKEFILES="$ALL_MAKEFILES \\
24059 dlls/msisip/Makefile"
24060 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24061 msisip"
24062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24063 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24064 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24066 ALL_MAKEFILES="$ALL_MAKEFILES \\
24067 dlls/msisys.ocx/Makefile"
24068 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24069 msisys.ocx"
24070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24071 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24072 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24074 ALL_MAKEFILES="$ALL_MAKEFILES \\
24075 dlls/msnet32/Makefile"
24076 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24077 msnet32"
24078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24079 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24080 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24082 ALL_MAKEFILES="$ALL_MAKEFILES \\
24083 dlls/msrle32/Makefile"
24084 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24085 msrle32"
24086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24087 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24088 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24090 ALL_MAKEFILES="$ALL_MAKEFILES \\
24091 dlls/mssip32/Makefile"
24092 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24093 mssip32"
24094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24095 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24096 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24098 ALL_MAKEFILES="$ALL_MAKEFILES \\
24099 dlls/mstask/Makefile"
24100 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24101 mstask"
24102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24103 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24104 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24106 ALL_MAKEFILES="$ALL_MAKEFILES \\
24107 dlls/mstask/tests/Makefile"
24108 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24109 mstask/tests"
24110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24111 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24112 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24114 ALL_MAKEFILES="$ALL_MAKEFILES \\
24115 dlls/msvcirt/Makefile"
24116 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24117 msvcirt"
24118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24119 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24120 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24122 ALL_MAKEFILES="$ALL_MAKEFILES \\
24123 dlls/msvcr71/Makefile"
24124 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24125 msvcr71"
24126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24127 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24128 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24130 ALL_MAKEFILES="$ALL_MAKEFILES \\
24131 dlls/msvcrt/Makefile"
24132 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24133 msvcrt"
24134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24135 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24136 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24138 ALL_MAKEFILES="$ALL_MAKEFILES \\
24139 dlls/msvcrt/tests/Makefile"
24140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24141 msvcrt/tests"
24142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24143 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24144 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24146 ALL_MAKEFILES="$ALL_MAKEFILES \\
24147 dlls/msvcrt20/Makefile"
24148 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24149 msvcrt20"
24150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24151 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24152 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24154 ALL_MAKEFILES="$ALL_MAKEFILES \\
24155 dlls/msvcrt40/Makefile"
24156 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24157 msvcrt40"
24158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24159 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24160 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24162 ALL_MAKEFILES="$ALL_MAKEFILES \\
24163 dlls/msvcrtd/Makefile"
24164 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24165 msvcrtd"
24166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24167 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24168 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24170 ALL_MAKEFILES="$ALL_MAKEFILES \\
24171 dlls/msvcrtd/tests/Makefile"
24172 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24173 msvcrtd/tests"
24174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24175 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24176 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24178 ALL_MAKEFILES="$ALL_MAKEFILES \\
24179 dlls/msvfw32/Makefile"
24180 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24181 msvfw32"
24182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24183 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24184 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24186 ALL_MAKEFILES="$ALL_MAKEFILES \\
24187 dlls/msvfw32/tests/Makefile"
24188 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24189 msvfw32/tests"
24190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24191 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24192 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24194 ALL_MAKEFILES="$ALL_MAKEFILES \\
24195 dlls/msvidc32/Makefile"
24196 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24197 msvidc32"
24198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24199 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24200 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24202 ALL_MAKEFILES="$ALL_MAKEFILES \\
24203 dlls/mswsock/Makefile"
24204 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24205 mswsock"
24206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24207 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24208 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24210 ALL_MAKEFILES="$ALL_MAKEFILES \\
24211 dlls/msxml3/Makefile"
24212 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24213 msxml3"
24214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24215 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24216 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24218 ALL_MAKEFILES="$ALL_MAKEFILES \\
24219 dlls/msxml3/tests/Makefile"
24220 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24221 msxml3/tests"
24222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24223 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24224 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24226 ALL_MAKEFILES="$ALL_MAKEFILES \\
24227 dlls/nddeapi/Makefile"
24228 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24229 nddeapi"
24230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24231 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24232 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24234 ALL_MAKEFILES="$ALL_MAKEFILES \\
24235 dlls/netapi32/Makefile"
24236 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24237 netapi32"
24238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24239 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24240 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24242 ALL_MAKEFILES="$ALL_MAKEFILES \\
24243 dlls/netapi32/tests/Makefile"
24244 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24245 netapi32/tests"
24246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24247 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24248 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24250 ALL_MAKEFILES="$ALL_MAKEFILES \\
24251 dlls/newdev/Makefile"
24252 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24253 newdev"
24254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24255 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24256 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24258 ALL_MAKEFILES="$ALL_MAKEFILES \\
24259 dlls/ntdll/Makefile"
24260 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24261 ntdll"
24262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24263 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24264 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24266 ALL_MAKEFILES="$ALL_MAKEFILES \\
24267 dlls/ntdll/tests/Makefile"
24268 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24269 ntdll/tests"
24270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24271 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24272 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24274 ALL_MAKEFILES="$ALL_MAKEFILES \\
24275 dlls/ntdsapi/Makefile"
24276 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24277 ntdsapi"
24278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24279 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24280 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24282 ALL_MAKEFILES="$ALL_MAKEFILES \\
24283 dlls/ntdsapi/tests/Makefile"
24284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24285 ntdsapi/tests"
24286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24287 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24288 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24290 ALL_MAKEFILES="$ALL_MAKEFILES \\
24291 dlls/ntoskrnl.exe/Makefile"
24292 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24293 ntoskrnl.exe"
24294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24295 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24296 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24298 ALL_MAKEFILES="$ALL_MAKEFILES \\
24299 dlls/ntprint/Makefile"
24300 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24301 ntprint"
24302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24303 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24304 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24306 ALL_MAKEFILES="$ALL_MAKEFILES \\
24307 dlls/ntprint/tests/Makefile"
24308 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24309 ntprint/tests"
24310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24311 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24312 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24314 ALL_MAKEFILES="$ALL_MAKEFILES \\
24315 dlls/objsel/Makefile"
24316 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24317 objsel"
24318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24319 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24320 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24322 ALL_MAKEFILES="$ALL_MAKEFILES \\
24323 dlls/odbc32/Makefile"
24324 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24325 odbc32"
24326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24327 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24328 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24330 ALL_MAKEFILES="$ALL_MAKEFILES \\
24331 dlls/odbccp32/Makefile"
24332 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24333 odbccp32"
24334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24335 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24336 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24338 ALL_MAKEFILES="$ALL_MAKEFILES \\
24339 dlls/odbccp32/tests/Makefile"
24340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24341 odbccp32/tests"
24342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24343 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24344 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24346 ALL_MAKEFILES="$ALL_MAKEFILES \\
24347 dlls/ole32/Makefile"
24348 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24349 ole32"
24350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24351 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24352 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24354 ALL_MAKEFILES="$ALL_MAKEFILES \\
24355 dlls/ole32/tests/Makefile"
24356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24357 ole32/tests"
24358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24359 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24360 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24362 ALL_MAKEFILES="$ALL_MAKEFILES \\
24363 dlls/oleacc/Makefile"
24364 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24365 oleacc"
24366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24367 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24368 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24370 ALL_MAKEFILES="$ALL_MAKEFILES \\
24371 dlls/oleacc/tests/Makefile"
24372 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24373 oleacc/tests"
24374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24375 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24376 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24378 ALL_MAKEFILES="$ALL_MAKEFILES \\
24379 dlls/oleaut32/Makefile"
24380 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24381 oleaut32"
24382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24383 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24384 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24386 ALL_MAKEFILES="$ALL_MAKEFILES \\
24387 dlls/oleaut32/tests/Makefile"
24388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24389 oleaut32/tests"
24390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24391 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24392 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24394 ALL_MAKEFILES="$ALL_MAKEFILES \\
24395 dlls/olecli32/Makefile"
24396 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24397 olecli32"
24398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24399 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24400 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24402 ALL_MAKEFILES="$ALL_MAKEFILES \\
24403 dlls/oledlg/Makefile"
24404 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24405 oledlg"
24406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24407 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24408 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24410 ALL_MAKEFILES="$ALL_MAKEFILES \\
24411 dlls/olepro32/Makefile"
24412 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24413 olepro32"
24414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24415 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24416 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24418 ALL_MAKEFILES="$ALL_MAKEFILES \\
24419 dlls/olesvr32/Makefile"
24420 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24421 olesvr32"
24422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24423 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24424 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24426 ALL_MAKEFILES="$ALL_MAKEFILES \\
24427 dlls/olethk32/Makefile"
24428 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24429 olethk32"
24430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24431 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24432 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24434 ALL_MAKEFILES="$ALL_MAKEFILES \\
24435 dlls/opengl32/Makefile"
24436 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24437 opengl32"
24438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24439 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24440 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24442 ALL_MAKEFILES="$ALL_MAKEFILES \\
24443 dlls/opengl32/tests/Makefile"
24444 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24445 opengl32/tests"
24446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24447 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24448 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24450 ALL_MAKEFILES="$ALL_MAKEFILES \\
24451 dlls/pdh/Makefile"
24452 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24453 pdh"
24454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24455 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24456 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24458 ALL_MAKEFILES="$ALL_MAKEFILES \\
24459 dlls/pdh/tests/Makefile"
24460 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24461 pdh/tests"
24462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24463 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24464 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24466 ALL_MAKEFILES="$ALL_MAKEFILES \\
24467 dlls/pidgen/Makefile"
24468 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24469 pidgen"
24470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24471 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
24472 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
24474 ALL_MAKEFILES="$ALL_MAKEFILES \\
24475 dlls/powrprof/Makefile"
24476 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24477 powrprof"
24478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24479 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24480 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24482 ALL_MAKEFILES="$ALL_MAKEFILES \\
24483 dlls/printui/Makefile"
24484 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24485 printui"
24486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24487 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24488 ac_config_files="$ac_config_files dlls/printui/Makefile"
24490 ALL_MAKEFILES="$ALL_MAKEFILES \\
24491 dlls/propsys/Makefile"
24492 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24493 propsys"
24494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24495 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24496 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24498 ALL_MAKEFILES="$ALL_MAKEFILES \\
24499 dlls/psapi/Makefile"
24500 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24501 psapi"
24502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24503 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24504 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24506 ALL_MAKEFILES="$ALL_MAKEFILES \\
24507 dlls/psapi/tests/Makefile"
24508 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24509 psapi/tests"
24510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24511 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24512 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24514 ALL_MAKEFILES="$ALL_MAKEFILES \\
24515 dlls/pstorec/Makefile"
24516 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24517 pstorec"
24518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24519 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24520 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24522 ALL_MAKEFILES="$ALL_MAKEFILES \\
24523 dlls/qcap/Makefile"
24524 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24525 qcap"
24526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24527 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24528 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24530 ALL_MAKEFILES="$ALL_MAKEFILES \\
24531 dlls/qedit/Makefile"
24532 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24533 qedit"
24534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24535 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24536 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24538 ALL_MAKEFILES="$ALL_MAKEFILES \\
24539 dlls/qedit/tests/Makefile"
24540 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24541 qedit/tests"
24542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24543 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24544 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24546 ALL_MAKEFILES="$ALL_MAKEFILES \\
24547 dlls/qmgr/Makefile"
24548 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24549 qmgr"
24550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24551 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24552 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24554 ALL_MAKEFILES="$ALL_MAKEFILES \\
24555 dlls/qmgr/tests/Makefile"
24556 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24557 qmgr/tests"
24558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24559 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24560 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24562 ALL_MAKEFILES="$ALL_MAKEFILES \\
24563 dlls/qmgrprxy/Makefile"
24564 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24565 qmgrprxy"
24566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24567 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24568 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24570 ALL_MAKEFILES="$ALL_MAKEFILES \\
24571 dlls/quartz/Makefile"
24572 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24573 quartz"
24574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24575 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24576 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24578 ALL_MAKEFILES="$ALL_MAKEFILES \\
24579 dlls/quartz/tests/Makefile"
24580 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24581 quartz/tests"
24582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24583 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24584 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24586 ALL_MAKEFILES="$ALL_MAKEFILES \\
24587 dlls/query/Makefile"
24588 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24589 query"
24590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24591 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24592 ac_config_files="$ac_config_files dlls/query/Makefile"
24594 ALL_MAKEFILES="$ALL_MAKEFILES \\
24595 dlls/rasapi32/Makefile"
24596 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24597 rasapi32"
24598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24599 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24600 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24602 ALL_MAKEFILES="$ALL_MAKEFILES \\
24603 dlls/rasapi32/tests/Makefile"
24604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24605 rasapi32/tests"
24606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24607 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24608 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24610 ALL_MAKEFILES="$ALL_MAKEFILES \\
24611 dlls/resutils/Makefile"
24612 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24613 resutils"
24614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24615 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24616 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24618 ALL_MAKEFILES="$ALL_MAKEFILES \\
24619 dlls/riched20/Makefile"
24620 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24621 riched20"
24622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24623 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24624 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24626 ALL_MAKEFILES="$ALL_MAKEFILES \\
24627 dlls/riched20/tests/Makefile"
24628 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24629 riched20/tests"
24630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24631 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24632 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24634 ALL_MAKEFILES="$ALL_MAKEFILES \\
24635 dlls/riched32/Makefile"
24636 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24637 riched32"
24638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24639 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24640 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24642 ALL_MAKEFILES="$ALL_MAKEFILES \\
24643 dlls/riched32/tests/Makefile"
24644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24645 riched32/tests"
24646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24647 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24648 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24650 ALL_MAKEFILES="$ALL_MAKEFILES \\
24651 dlls/rpcrt4/Makefile"
24652 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24653 rpcrt4"
24654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24655 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24656 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24658 ALL_MAKEFILES="$ALL_MAKEFILES \\
24659 dlls/rpcrt4/tests/Makefile"
24660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24661 rpcrt4/tests"
24662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24663 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24664 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24666 ALL_MAKEFILES="$ALL_MAKEFILES \\
24667 dlls/rsabase/Makefile"
24668 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24669 rsabase"
24670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24671 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24672 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24674 ALL_MAKEFILES="$ALL_MAKEFILES \\
24675 dlls/rsaenh/Makefile"
24676 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24677 rsaenh"
24678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24679 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24680 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24682 ALL_MAKEFILES="$ALL_MAKEFILES \\
24683 dlls/rsaenh/tests/Makefile"
24684 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24685 rsaenh/tests"
24686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24687 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24688 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24690 ALL_MAKEFILES="$ALL_MAKEFILES \\
24691 dlls/sane.ds/Makefile"
24692 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24693 sane.ds"
24694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24695 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24696 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24698 ALL_MAKEFILES="$ALL_MAKEFILES \\
24699 dlls/sccbase/Makefile"
24700 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24701 sccbase"
24702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24703 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24704 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24706 ALL_MAKEFILES="$ALL_MAKEFILES \\
24707 dlls/schannel/Makefile"
24708 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24709 schannel"
24710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24711 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24712 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24714 ALL_MAKEFILES="$ALL_MAKEFILES \\
24715 dlls/schannel/tests/Makefile"
24716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24717 schannel/tests"
24718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24719 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24720 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24722 ALL_MAKEFILES="$ALL_MAKEFILES \\
24723 dlls/secur32/Makefile"
24724 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24725 secur32"
24726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24727 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24728 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24730 ALL_MAKEFILES="$ALL_MAKEFILES \\
24731 dlls/secur32/tests/Makefile"
24732 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24733 secur32/tests"
24734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24735 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24736 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24738 ALL_MAKEFILES="$ALL_MAKEFILES \\
24739 dlls/security/Makefile"
24740 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24741 security"
24742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24743 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24744 ac_config_files="$ac_config_files dlls/security/Makefile"
24746 ALL_MAKEFILES="$ALL_MAKEFILES \\
24747 dlls/sensapi/Makefile"
24748 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24749 sensapi"
24750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24751 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24752 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24754 ALL_MAKEFILES="$ALL_MAKEFILES \\
24755 dlls/serialui/Makefile"
24756 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24757 serialui"
24758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24759 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24760 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24762 ALL_MAKEFILES="$ALL_MAKEFILES \\
24763 dlls/serialui/tests/Makefile"
24764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24765 serialui/tests"
24766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24767 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24768 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24770 ALL_MAKEFILES="$ALL_MAKEFILES \\
24771 dlls/setupapi/Makefile"
24772 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24773 setupapi"
24774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24775 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24776 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24778 ALL_MAKEFILES="$ALL_MAKEFILES \\
24779 dlls/setupapi/tests/Makefile"
24780 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24781 setupapi/tests"
24782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24783 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24784 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24786 ALL_MAKEFILES="$ALL_MAKEFILES \\
24787 dlls/sfc/Makefile"
24788 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24789 sfc"
24790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24791 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24792 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24794 ALL_MAKEFILES="$ALL_MAKEFILES \\
24795 dlls/sfc_os/Makefile"
24796 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24797 sfc_os"
24798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24799 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24800 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24802 ALL_MAKEFILES="$ALL_MAKEFILES \\
24803 dlls/shdoclc/Makefile"
24804 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24805 shdoclc"
24806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24807 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24808 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24810 ALL_MAKEFILES="$ALL_MAKEFILES \\
24811 dlls/shdocvw/Makefile"
24812 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24813 shdocvw"
24814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24815 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24816 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24818 ALL_MAKEFILES="$ALL_MAKEFILES \\
24819 dlls/shdocvw/tests/Makefile"
24820 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24821 shdocvw/tests"
24822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24823 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24824 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24826 ALL_MAKEFILES="$ALL_MAKEFILES \\
24827 dlls/shell32/Makefile"
24828 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24829 shell32"
24830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24831 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24832 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24834 ALL_MAKEFILES="$ALL_MAKEFILES \\
24835 dlls/shell32/tests/Makefile"
24836 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24837 shell32/tests"
24838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24839 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24840 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24842 ALL_MAKEFILES="$ALL_MAKEFILES \\
24843 dlls/shfolder/Makefile"
24844 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24845 shfolder"
24846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24847 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24848 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24850 ALL_MAKEFILES="$ALL_MAKEFILES \\
24851 dlls/shlwapi/Makefile"
24852 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24853 shlwapi"
24854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24855 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24856 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24858 ALL_MAKEFILES="$ALL_MAKEFILES \\
24859 dlls/shlwapi/tests/Makefile"
24860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24861 shlwapi/tests"
24862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24863 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24864 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24866 ALL_MAKEFILES="$ALL_MAKEFILES \\
24867 dlls/slbcsp/Makefile"
24868 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24869 slbcsp"
24870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24871 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24872 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24874 ALL_MAKEFILES="$ALL_MAKEFILES \\
24875 dlls/slc/Makefile"
24876 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24877 slc"
24878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24879 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24880 ac_config_files="$ac_config_files dlls/slc/Makefile"
24882 ALL_MAKEFILES="$ALL_MAKEFILES \\
24883 dlls/snmpapi/Makefile"
24884 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24885 snmpapi"
24886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24887 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24888 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24890 ALL_MAKEFILES="$ALL_MAKEFILES \\
24891 dlls/snmpapi/tests/Makefile"
24892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24893 snmpapi/tests"
24894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24895 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24896 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24898 ALL_MAKEFILES="$ALL_MAKEFILES \\
24899 dlls/softpub/Makefile"
24900 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24901 softpub"
24902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24903 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24904 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24906 ALL_MAKEFILES="$ALL_MAKEFILES \\
24907 dlls/spoolss/Makefile"
24908 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24909 spoolss"
24910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24911 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24912 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24914 ALL_MAKEFILES="$ALL_MAKEFILES \\
24915 dlls/spoolss/tests/Makefile"
24916 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24917 spoolss/tests"
24918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24919 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24920 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24922 ALL_MAKEFILES="$ALL_MAKEFILES \\
24923 dlls/stdole2.tlb/Makefile"
24924 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24925 stdole2.tlb"
24926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24927 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24928 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24930 ALL_MAKEFILES="$ALL_MAKEFILES \\
24931 dlls/stdole32.tlb/Makefile"
24932 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24933 stdole32.tlb"
24934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24935 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24936 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24938 ALL_MAKEFILES="$ALL_MAKEFILES \\
24939 dlls/sti/Makefile"
24940 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24941 sti"
24942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24943 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24944 ac_config_files="$ac_config_files dlls/sti/Makefile"
24946 ALL_MAKEFILES="$ALL_MAKEFILES \\
24947 dlls/strmiids/Makefile"
24948 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24949 strmiids"
24950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24951 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24952 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24954 ALL_MAKEFILES="$ALL_MAKEFILES \\
24955 dlls/svrapi/Makefile"
24956 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24957 svrapi"
24958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24959 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24960 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24962 ALL_MAKEFILES="$ALL_MAKEFILES \\
24963 dlls/sxs/Makefile"
24964 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24965 sxs"
24966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24967 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24968 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24970 ALL_MAKEFILES="$ALL_MAKEFILES \\
24971 dlls/tapi32/Makefile"
24972 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24973 tapi32"
24974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24975 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24976 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24978 ALL_MAKEFILES="$ALL_MAKEFILES \\
24979 dlls/twain_32/Makefile"
24980 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24981 twain_32"
24982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24983 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24984 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24986 ALL_MAKEFILES="$ALL_MAKEFILES \\
24987 dlls/unicows/Makefile"
24988 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24989 unicows"
24990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24991 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24992 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24994 ALL_MAKEFILES="$ALL_MAKEFILES \\
24995 dlls/updspapi/Makefile"
24996 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24997 updspapi"
24998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24999 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25000 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25002 ALL_MAKEFILES="$ALL_MAKEFILES \\
25003 dlls/url/Makefile"
25004 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25005 url"
25006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25007 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25008 ac_config_files="$ac_config_files dlls/url/Makefile"
25010 ALL_MAKEFILES="$ALL_MAKEFILES \\
25011 dlls/urlmon/Makefile"
25012 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25013 urlmon"
25014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25015 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25016 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25018 ALL_MAKEFILES="$ALL_MAKEFILES \\
25019 dlls/urlmon/tests/Makefile"
25020 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25021 urlmon/tests"
25022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25023 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25024 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25026 ALL_MAKEFILES="$ALL_MAKEFILES \\
25027 dlls/user32/Makefile"
25028 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25029 user32"
25030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25031 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25032 ac_config_files="$ac_config_files dlls/user32/Makefile"
25034 ALL_MAKEFILES="$ALL_MAKEFILES \\
25035 dlls/user32/tests/Makefile"
25036 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25037 user32/tests"
25038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25039 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25040 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25042 ALL_MAKEFILES="$ALL_MAKEFILES \\
25043 dlls/userenv/Makefile"
25044 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25045 userenv"
25046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25047 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25048 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25050 ALL_MAKEFILES="$ALL_MAKEFILES \\
25051 dlls/userenv/tests/Makefile"
25052 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25053 userenv/tests"
25054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25055 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25056 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25058 ALL_MAKEFILES="$ALL_MAKEFILES \\
25059 dlls/usp10/Makefile"
25060 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25061 usp10"
25062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25063 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25064 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25066 ALL_MAKEFILES="$ALL_MAKEFILES \\
25067 dlls/usp10/tests/Makefile"
25068 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25069 usp10/tests"
25070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25071 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25072 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25074 ALL_MAKEFILES="$ALL_MAKEFILES \\
25075 dlls/uuid/Makefile"
25076 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25077 uuid"
25078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25079 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25080 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25082 ALL_MAKEFILES="$ALL_MAKEFILES \\
25083 dlls/uxtheme/Makefile"
25084 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25085 uxtheme"
25086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25087 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25088 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25090 ALL_MAKEFILES="$ALL_MAKEFILES \\
25091 dlls/uxtheme/tests/Makefile"
25092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25093 uxtheme/tests"
25094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25095 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25096 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25098 ALL_MAKEFILES="$ALL_MAKEFILES \\
25099 dlls/vdhcp.vxd/Makefile"
25100 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25101 vdhcp.vxd"
25102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25103 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25104 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25106 ALL_MAKEFILES="$ALL_MAKEFILES \\
25107 dlls/vdmdbg/Makefile"
25108 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25109 vdmdbg"
25110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25111 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25112 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25114 ALL_MAKEFILES="$ALL_MAKEFILES \\
25115 dlls/version/Makefile"
25116 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25117 version"
25118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25119 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25120 ac_config_files="$ac_config_files dlls/version/Makefile"
25122 ALL_MAKEFILES="$ALL_MAKEFILES \\
25123 dlls/version/tests/Makefile"
25124 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25125 version/tests"
25126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25127 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25128 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25130 ALL_MAKEFILES="$ALL_MAKEFILES \\
25131 dlls/vmm.vxd/Makefile"
25132 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25133 vmm.vxd"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25136 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139 dlls/vnbt.vxd/Makefile"
25140 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25141 vnbt.vxd"
25142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25143 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25144 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25146 ALL_MAKEFILES="$ALL_MAKEFILES \\
25147 dlls/vnetbios.vxd/Makefile"
25148 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25149 vnetbios.vxd"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25152 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155 dlls/vtdapi.vxd/Makefile"
25156 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25157 vtdapi.vxd"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25160 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163 dlls/vwin32.vxd/Makefile"
25164 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25165 vwin32.vxd"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25168 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171 dlls/w32skrnl/Makefile"
25172 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25173 w32skrnl"
25174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25175 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25176 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25178 ALL_MAKEFILES="$ALL_MAKEFILES \\
25179 dlls/winealsa.drv/Makefile"
25180 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25181 winealsa.drv"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25184 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187 dlls/wineaudioio.drv/Makefile"
25188 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25189 wineaudioio.drv"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25192 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 dlls/winecoreaudio.drv/Makefile"
25196 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25197 winecoreaudio.drv"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25200 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203 dlls/winecrt0/Makefile"
25204 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25205 winecrt0"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25208 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211 dlls/wined3d/Makefile"
25212 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25213 wined3d"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25216 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219 dlls/winedos/Makefile"
25220 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25221 winedos"
25222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25223 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25224 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25226 ALL_MAKEFILES="$ALL_MAKEFILES \\
25227 dlls/wineesd.drv/Makefile"
25228 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25229 wineesd.drv"
25230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25231 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25232 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25234 ALL_MAKEFILES="$ALL_MAKEFILES \\
25235 dlls/winejack.drv/Makefile"
25236 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25237 winejack.drv"
25238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25239 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25240 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25242 ALL_MAKEFILES="$ALL_MAKEFILES \\
25243 dlls/winejoystick.drv/Makefile"
25244 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25245 winejoystick.drv"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25248 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251 dlls/winemp3.acm/Makefile"
25252 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25253 winemp3.acm"
25254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25255 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25256 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25258 ALL_MAKEFILES="$ALL_MAKEFILES \\
25259 dlls/winenas.drv/Makefile"
25260 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25261 winenas.drv"
25262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25263 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25264 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25266 ALL_MAKEFILES="$ALL_MAKEFILES \\
25267 dlls/wineoss.drv/Makefile"
25268 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25269 wineoss.drv"
25270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25271 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25272 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25274 ALL_MAKEFILES="$ALL_MAKEFILES \\
25275 dlls/wineps.drv/Makefile"
25276 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25277 wineps.drv"
25278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25279 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25280 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25282 ALL_MAKEFILES="$ALL_MAKEFILES \\
25283 dlls/winepulse.drv/Makefile"
25284 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25285 winepulse.drv"
25286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25287 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25288 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25290 ALL_MAKEFILES="$ALL_MAKEFILES \\
25291 dlls/winequartz.drv/Makefile"
25292 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25293 winequartz.drv"
25294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25295 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25296 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25298 ALL_MAKEFILES="$ALL_MAKEFILES \\
25299 dlls/winex11.drv/Makefile"
25300 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25301 winex11.drv"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25304 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307 dlls/wing32/Makefile"
25308 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25309 wing32"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25312 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315 dlls/winhttp/Makefile"
25316 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25317 winhttp"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25320 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323 dlls/winhttp/tests/Makefile"
25324 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25325 winhttp/tests"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25328 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331 dlls/wininet/Makefile"
25332 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25333 wininet"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25336 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339 dlls/wininet/tests/Makefile"
25340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25341 wininet/tests"
25342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25343 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25344 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25346 ALL_MAKEFILES="$ALL_MAKEFILES \\
25347 dlls/winmm/Makefile"
25348 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25349 winmm"
25350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25351 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25352 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25354 ALL_MAKEFILES="$ALL_MAKEFILES \\
25355 dlls/winmm/tests/Makefile"
25356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25357 winmm/tests"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25360 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363 dlls/winnls32/Makefile"
25364 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25365 winnls32"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25368 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371 dlls/winscard/Makefile"
25372 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25373 winscard"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25376 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379 dlls/winspool.drv/Makefile"
25380 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25381 winspool.drv"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25384 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387 dlls/winspool.drv/tests/Makefile"
25388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25389 winspool.drv/tests"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25392 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395 dlls/wintab32/Makefile"
25396 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25397 wintab32"
25398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25399 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25400 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25402 ALL_MAKEFILES="$ALL_MAKEFILES \\
25403 dlls/wintrust/Makefile"
25404 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25405 wintrust"
25406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25407 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25408 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25410 ALL_MAKEFILES="$ALL_MAKEFILES \\
25411 dlls/wintrust/tests/Makefile"
25412 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25413 wintrust/tests"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25416 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419 dlls/wldap32/Makefile"
25420 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25421 wldap32"
25422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25423 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25424 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25426 ALL_MAKEFILES="$ALL_MAKEFILES \\
25427 dlls/wldap32/tests/Makefile"
25428 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25429 wldap32/tests"
25430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25431 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25432 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25434 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435 dlls/wmi/Makefile"
25436 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25437 wmi"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25440 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443 dlls/wnaspi32/Makefile"
25444 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25445 wnaspi32"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25448 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451 dlls/wow32/Makefile"
25452 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25453 wow32"
25454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25455 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25456 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25458 ALL_MAKEFILES="$ALL_MAKEFILES \\
25459 dlls/ws2_32/Makefile"
25460 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25461 ws2_32"
25462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25463 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25464 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25466 ALL_MAKEFILES="$ALL_MAKEFILES \\
25467 dlls/ws2_32/tests/Makefile"
25468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25469 ws2_32/tests"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25472 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475 dlls/wsock32/Makefile"
25476 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25477 wsock32"
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25480 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483 dlls/wtsapi32/Makefile"
25484 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25485 wtsapi32"
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25488 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491 dlls/wuapi/Makefile"
25492 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25493 wuapi"
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
25496 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499 dlls/xinput1_1/Makefile"
25500 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25501 xinput1_1"
25502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25503 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
25504 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
25506 ALL_MAKEFILES="$ALL_MAKEFILES \\
25507 dlls/xinput1_2/Makefile"
25508 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25509 xinput1_2"
25510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25511 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
25512 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
25514 ALL_MAKEFILES="$ALL_MAKEFILES \\
25515 dlls/xinput1_3/Makefile"
25516 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25517 xinput1_3"
25518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25519 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
25520 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
25522 ALL_MAKEFILES="$ALL_MAKEFILES \\
25523 dlls/xinput1_3/tests/Makefile"
25524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25525 xinput1_3/tests"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
25528 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531 dlls/xinput9_1_0/Makefile"
25532 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25533 xinput9_1_0"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
25536 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539 documentation/Makefile"
25540 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25541 documentation"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 documentation/Makefile: documentation/Makefile.in Make.rules"
25544 ac_config_files="$ac_config_files documentation/Makefile"
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547 fonts/Makefile"
25548 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25549 fonts"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 fonts/Makefile: fonts/Makefile.in Make.rules"
25552 ac_config_files="$ac_config_files fonts/Makefile"
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555 include/Makefile"
25556 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25557 include"
25558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25559 include/Makefile: include/Makefile.in Make.rules"
25560 ac_config_files="$ac_config_files include/Makefile"
25562 ALL_MAKEFILES="$ALL_MAKEFILES \\
25563 libs/Makefile"
25564 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25565 libs"
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 libs/Makefile: libs/Makefile.in Make.rules"
25568 ac_config_files="$ac_config_files libs/Makefile"
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571 libs/port/Makefile"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25575 ac_config_files="$ac_config_files libs/port/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 libs/wine/Makefile"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25582 ac_config_files="$ac_config_files libs/wine/Makefile"
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585 libs/wpp/Makefile"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25589 ac_config_files="$ac_config_files libs/wpp/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 loader/Makefile"
25593 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25594 loader"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 loader/Makefile: loader/Makefile.in Make.rules"
25597 ac_config_files="$ac_config_files loader/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 programs/Makefile"
25601 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25602 programs"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 programs/Makefile: programs/Makefile.in Make.rules"
25605 ac_config_files="$ac_config_files programs/Makefile"
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608 programs/clock/Makefile"
25609 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25610 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25611 clock"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25614 ac_config_files="$ac_config_files programs/clock/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 programs/cmd/Makefile"
25618 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25619 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25620 cmd"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25623 ac_config_files="$ac_config_files programs/cmd/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 programs/cmdlgtst/Makefile"
25627 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25628 cmdlgtst"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25631 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 programs/control/Makefile"
25635 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25636 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25637 control"
25638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25639 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25640 ac_config_files="$ac_config_files programs/control/Makefile"
25642 ALL_MAKEFILES="$ALL_MAKEFILES \\
25643 programs/eject/Makefile"
25644 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25645 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25646 eject"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25649 ac_config_files="$ac_config_files programs/eject/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 programs/expand/Makefile"
25653 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25654 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25655 expand"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25658 ac_config_files="$ac_config_files programs/expand/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 programs/explorer/Makefile"
25662 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25663 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25664 explorer"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25667 ac_config_files="$ac_config_files programs/explorer/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 programs/hh/Makefile"
25671 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25672 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25676 ac_config_files="$ac_config_files programs/hh/Makefile"
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679 programs/icinfo/Makefile"
25680 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25681 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25682 icinfo"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25685 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688 programs/iexplore/Makefile"
25689 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25690 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25691 iexplore"
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25694 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697 programs/msiexec/Makefile"
25698 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25699 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25700 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25701 msiexec"
25702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25703 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25704 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25706 ALL_MAKEFILES="$ALL_MAKEFILES \\
25707 programs/net/Makefile"
25708 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25709 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25710 net"
25711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25712 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25713 ac_config_files="$ac_config_files programs/net/Makefile"
25715 ALL_MAKEFILES="$ALL_MAKEFILES \\
25716 programs/notepad/Makefile"
25717 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25718 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25719 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25720 notepad"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25723 ac_config_files="$ac_config_files programs/notepad/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 programs/oleview/Makefile"
25727 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25728 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25729 oleview"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25732 ac_config_files="$ac_config_files programs/oleview/Makefile"
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735 programs/progman/Makefile"
25736 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25737 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25738 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25739 progman"
25740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25741 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25742 ac_config_files="$ac_config_files programs/progman/Makefile"
25744 ALL_MAKEFILES="$ALL_MAKEFILES \\
25745 programs/reg/Makefile"
25746 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25747 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25748 reg"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25751 ac_config_files="$ac_config_files programs/reg/Makefile"
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754 programs/regedit/Makefile"
25755 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25756 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25757 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25758 regedit"
25759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25760 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25761 ac_config_files="$ac_config_files programs/regedit/Makefile"
25763 ALL_MAKEFILES="$ALL_MAKEFILES \\
25764 programs/regsvr32/Makefile"
25765 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25766 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25767 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25768 regsvr32"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25771 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 programs/rpcss/Makefile"
25775 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25776 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25777 rpcss"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25780 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783 programs/rundll32/Makefile"
25784 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25785 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25786 rundll32"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25789 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792 programs/secedit/Makefile"
25793 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25794 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25795 secedit"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25798 ac_config_files="$ac_config_files programs/secedit/Makefile"
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801 programs/services/Makefile"
25802 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25803 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25804 services"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25807 ac_config_files="$ac_config_files programs/services/Makefile"
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810 programs/spoolsv/Makefile"
25811 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25812 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25813 spoolsv"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25816 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819 programs/start/Makefile"
25820 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25821 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25822 start"
25823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25824 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25825 ac_config_files="$ac_config_files programs/start/Makefile"
25827 ALL_MAKEFILES="$ALL_MAKEFILES \\
25828 programs/svchost/Makefile"
25829 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25830 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25831 svchost"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25834 ac_config_files="$ac_config_files programs/svchost/Makefile"
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837 programs/taskmgr/Makefile"
25838 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25839 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25840 taskmgr"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25843 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 programs/uninstaller/Makefile"
25847 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25848 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25849 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25850 uninstaller"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25853 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856 programs/view/Makefile"
25857 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25858 view"
25859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25860 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25861 ac_config_files="$ac_config_files programs/view/Makefile"
25863 ALL_MAKEFILES="$ALL_MAKEFILES \\
25864 programs/wineboot/Makefile"
25865 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25866 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25867 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25868 wineboot"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25871 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 programs/winebrowser/Makefile"
25875 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25876 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25877 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25878 winebrowser"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25881 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 programs/winecfg/Makefile"
25885 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25886 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25887 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25888 winecfg"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25891 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 programs/wineconsole/Makefile"
25895 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25896 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25897 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25898 wineconsole"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25901 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904 programs/winedbg/Makefile"
25905 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25906 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25907 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25908 winedbg"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25911 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914 programs/winedevice/Makefile"
25915 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25916 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25917 winedevice"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25920 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923 programs/winefile/Makefile"
25924 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25925 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25926 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25927 winefile"
25928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25929 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25930 ac_config_files="$ac_config_files programs/winefile/Makefile"
25932 ALL_MAKEFILES="$ALL_MAKEFILES \\
25933 programs/winemenubuilder/Makefile"
25934 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25935 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25936 winemenubuilder"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25939 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 programs/winemine/Makefile"
25943 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25944 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25945 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25946 winemine"
25947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25948 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25949 ac_config_files="$ac_config_files programs/winemine/Makefile"
25951 ALL_MAKEFILES="$ALL_MAKEFILES \\
25952 programs/winepath/Makefile"
25953 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25954 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25955 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25956 winepath"
25957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25958 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25959 ac_config_files="$ac_config_files programs/winepath/Makefile"
25961 ALL_MAKEFILES="$ALL_MAKEFILES \\
25962 programs/winetest/Makefile"
25963 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25964 winetest"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25967 ac_config_files="$ac_config_files programs/winetest/Makefile"
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970 programs/winevdm/Makefile"
25971 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25972 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25973 winevdm"
25974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25975 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25976 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25978 ALL_MAKEFILES="$ALL_MAKEFILES \\
25979 programs/winhlp32/Makefile"
25980 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25981 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25982 winhlp32"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25985 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 programs/winver/Makefile"
25989 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25990 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25991 winver"
25992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25993 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25994 ac_config_files="$ac_config_files programs/winver/Makefile"
25996 ALL_MAKEFILES="$ALL_MAKEFILES \\
25997 programs/wordpad/Makefile"
25998 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25999 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26000 wordpad"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26003 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 programs/write/Makefile"
26007 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26008 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26009 write"
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26012 ac_config_files="$ac_config_files programs/write/Makefile"
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015 programs/xcopy/Makefile"
26016 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26017 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26018 xcopy"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26021 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024 server/Makefile"
26025 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26026 server"
26027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26028 server/Makefile: server/Makefile.in Make.rules"
26029 ac_config_files="$ac_config_files server/Makefile"
26031 ALL_MAKEFILES="$ALL_MAKEFILES \\
26032 tools/Makefile"
26033 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26034 tools"
26035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26036 tools/Makefile: tools/Makefile.in Make.rules"
26037 ac_config_files="$ac_config_files tools/Makefile"
26039 ALL_MAKEFILES="$ALL_MAKEFILES \\
26040 tools/widl/Makefile"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26044 ac_config_files="$ac_config_files tools/widl/Makefile"
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047 tools/winebuild/Makefile"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26051 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 tools/winedump/Makefile"
26056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26057 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26058 ac_config_files="$ac_config_files tools/winedump/Makefile"
26060 ALL_MAKEFILES="$ALL_MAKEFILES \\
26061 tools/winegcc/Makefile"
26063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26064 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26065 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26067 ALL_MAKEFILES="$ALL_MAKEFILES \\
26068 tools/wmc/Makefile"
26070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26071 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26072 ac_config_files="$ac_config_files tools/wmc/Makefile"
26074 ALL_MAKEFILES="$ALL_MAKEFILES \\
26075 tools/wrc/Makefile"
26077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26078 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26079 ac_config_files="$ac_config_files tools/wrc/Makefile"
26083 ALL_WINETEST_DEPENDS="# Test binaries"
26085 for dir in $ALL_TEST_DIRS
26087 if test "$dir" != "\\"
26088 then
26089 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26090 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26091 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26092 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26094 done
26096 cat >confcache <<\_ACEOF
26097 # This file is a shell script that caches the results of configure
26098 # tests run on this system so they can be shared between configure
26099 # scripts and configure runs, see configure's option --config-cache.
26100 # It is not useful on other systems. If it contains results you don't
26101 # want to keep, you may remove or edit it.
26103 # config.status only pays attention to the cache file if you give it
26104 # the --recheck option to rerun configure.
26106 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26107 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26108 # following values.
26110 _ACEOF
26112 # The following way of writing the cache mishandles newlines in values,
26113 # but we know of no workaround that is simple, portable, and efficient.
26114 # So, we kill variables containing newlines.
26115 # Ultrix sh set writes to stderr and can't be redirected directly,
26116 # and sets the high bit in the cache file unless we assign to the vars.
26118 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26119 eval ac_val=\$$ac_var
26120 case $ac_val in #(
26121 *${as_nl}*)
26122 case $ac_var in #(
26123 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26124 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26125 esac
26126 case $ac_var in #(
26127 _ | IFS | as_nl) ;; #(
26128 *) $as_unset $ac_var ;;
26129 esac ;;
26130 esac
26131 done
26133 (set) 2>&1 |
26134 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26135 *${as_nl}ac_space=\ *)
26136 # `set' does not quote correctly, so add quotes (double-quote
26137 # substitution turns \\\\ into \\, and sed turns \\ into \).
26138 sed -n \
26139 "s/'/'\\\\''/g;
26140 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26141 ;; #(
26143 # `set' quotes correctly as required by POSIX, so do not add quotes.
26144 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26146 esac |
26147 sort
26149 sed '
26150 /^ac_cv_env_/b end
26151 t clear
26152 :clear
26153 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26154 t end
26155 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26156 :end' >>confcache
26157 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26158 if test -w "$cache_file"; then
26159 test "x$cache_file" != "x/dev/null" &&
26160 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26161 echo "$as_me: updating cache $cache_file" >&6;}
26162 cat confcache >$cache_file
26163 else
26164 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26165 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26168 rm -f confcache
26170 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26171 # Let make expand exec_prefix.
26172 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26174 DEFS=-DHAVE_CONFIG_H
26176 ac_libobjs=
26177 ac_ltlibobjs=
26178 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26179 # 1. Remove the extension, and $U if already installed.
26180 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26181 ac_i=`echo "$ac_i" | sed "$ac_script"`
26182 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26183 # will be set to the directory where LIBOBJS objects are built.
26184 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26185 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26186 done
26187 LIBOBJS=$ac_libobjs
26189 LTLIBOBJS=$ac_ltlibobjs
26193 : ${CONFIG_STATUS=./config.status}
26194 ac_clean_files_save=$ac_clean_files
26195 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26196 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26197 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26198 cat >$CONFIG_STATUS <<_ACEOF
26199 #! $SHELL
26200 # Generated by $as_me.
26201 # Run this file to recreate the current configuration.
26202 # Compiler output produced by configure, useful for debugging
26203 # configure, is in config.log if it exists.
26205 debug=false
26206 ac_cs_recheck=false
26207 ac_cs_silent=false
26208 SHELL=\${CONFIG_SHELL-$SHELL}
26209 _ACEOF
26211 cat >>$CONFIG_STATUS <<\_ACEOF
26212 ## --------------------- ##
26213 ## M4sh Initialization. ##
26214 ## --------------------- ##
26216 # Be more Bourne compatible
26217 DUALCASE=1; export DUALCASE # for MKS sh
26218 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26219 emulate sh
26220 NULLCMD=:
26221 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26222 # is contrary to our usage. Disable this feature.
26223 alias -g '${1+"$@"}'='"$@"'
26224 setopt NO_GLOB_SUBST
26225 else
26226 case `(set -o) 2>/dev/null` in
26227 *posix*) set -o posix ;;
26228 esac
26235 # PATH needs CR
26236 # Avoid depending upon Character Ranges.
26237 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26238 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26239 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26240 as_cr_digits='0123456789'
26241 as_cr_alnum=$as_cr_Letters$as_cr_digits
26243 # The user is always right.
26244 if test "${PATH_SEPARATOR+set}" != set; then
26245 echo "#! /bin/sh" >conf$$.sh
26246 echo "exit 0" >>conf$$.sh
26247 chmod +x conf$$.sh
26248 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26249 PATH_SEPARATOR=';'
26250 else
26251 PATH_SEPARATOR=:
26253 rm -f conf$$.sh
26256 # Support unset when possible.
26257 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26258 as_unset=unset
26259 else
26260 as_unset=false
26264 # IFS
26265 # We need space, tab and new line, in precisely that order. Quoting is
26266 # there to prevent editors from complaining about space-tab.
26267 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26268 # splitting by setting IFS to empty value.)
26269 as_nl='
26271 IFS=" "" $as_nl"
26273 # Find who we are. Look in the path if we contain no directory separator.
26274 case $0 in
26275 *[\\/]* ) as_myself=$0 ;;
26276 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26277 for as_dir in $PATH
26279 IFS=$as_save_IFS
26280 test -z "$as_dir" && as_dir=.
26281 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26282 done
26283 IFS=$as_save_IFS
26286 esac
26287 # We did not find ourselves, most probably we were run as `sh COMMAND'
26288 # in which case we are not to be found in the path.
26289 if test "x$as_myself" = x; then
26290 as_myself=$0
26292 if test ! -f "$as_myself"; then
26293 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26294 { (exit 1); exit 1; }
26297 # Work around bugs in pre-3.0 UWIN ksh.
26298 for as_var in ENV MAIL MAILPATH
26299 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26300 done
26301 PS1='$ '
26302 PS2='> '
26303 PS4='+ '
26305 # NLS nuisances.
26306 for as_var in \
26307 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26308 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26309 LC_TELEPHONE LC_TIME
26311 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26312 eval $as_var=C; export $as_var
26313 else
26314 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26316 done
26318 # Required to use basename.
26319 if expr a : '\(a\)' >/dev/null 2>&1 &&
26320 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26321 as_expr=expr
26322 else
26323 as_expr=false
26326 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26327 as_basename=basename
26328 else
26329 as_basename=false
26333 # Name of the executable.
26334 as_me=`$as_basename -- "$0" ||
26335 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26336 X"$0" : 'X\(//\)$' \| \
26337 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26338 echo X/"$0" |
26339 sed '/^.*\/\([^/][^/]*\)\/*$/{
26340 s//\1/
26343 /^X\/\(\/\/\)$/{
26344 s//\1/
26347 /^X\/\(\/\).*/{
26348 s//\1/
26351 s/.*/./; q'`
26353 # CDPATH.
26354 $as_unset CDPATH
26358 as_lineno_1=$LINENO
26359 as_lineno_2=$LINENO
26360 test "x$as_lineno_1" != "x$as_lineno_2" &&
26361 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26363 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26364 # uniformly replaced by the line number. The first 'sed' inserts a
26365 # line-number line after each line using $LINENO; the second 'sed'
26366 # does the real work. The second script uses 'N' to pair each
26367 # line-number line with the line containing $LINENO, and appends
26368 # trailing '-' during substitution so that $LINENO is not a special
26369 # case at line end.
26370 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26371 # scripts with optimization help from Paolo Bonzini. Blame Lee
26372 # E. McMahon (1931-1989) for sed's syntax. :-)
26373 sed -n '
26375 /[$]LINENO/=
26376 ' <$as_myself |
26377 sed '
26378 s/[$]LINENO.*/&-/
26379 t lineno
26381 :lineno
26383 :loop
26384 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26385 t loop
26386 s/-\n.*//
26387 ' >$as_me.lineno &&
26388 chmod +x "$as_me.lineno" ||
26389 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26390 { (exit 1); exit 1; }; }
26392 # Don't try to exec as it changes $[0], causing all sort of problems
26393 # (the dirname of $[0] is not the place where we might find the
26394 # original and so on. Autoconf is especially sensitive to this).
26395 . "./$as_me.lineno"
26396 # Exit status is that of the last command.
26397 exit
26401 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26402 as_dirname=dirname
26403 else
26404 as_dirname=false
26407 ECHO_C= ECHO_N= ECHO_T=
26408 case `echo -n x` in
26409 -n*)
26410 case `echo 'x\c'` in
26411 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26412 *) ECHO_C='\c';;
26413 esac;;
26415 ECHO_N='-n';;
26416 esac
26418 if expr a : '\(a\)' >/dev/null 2>&1 &&
26419 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26420 as_expr=expr
26421 else
26422 as_expr=false
26425 rm -f conf$$ conf$$.exe conf$$.file
26426 if test -d conf$$.dir; then
26427 rm -f conf$$.dir/conf$$.file
26428 else
26429 rm -f conf$$.dir
26430 mkdir conf$$.dir
26432 echo >conf$$.file
26433 if ln -s conf$$.file conf$$ 2>/dev/null; then
26434 as_ln_s='ln -s'
26435 # ... but there are two gotchas:
26436 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26437 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26438 # In both cases, we have to default to `cp -p'.
26439 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26440 as_ln_s='cp -p'
26441 elif ln conf$$.file conf$$ 2>/dev/null; then
26442 as_ln_s=ln
26443 else
26444 as_ln_s='cp -p'
26446 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26447 rmdir conf$$.dir 2>/dev/null
26449 if mkdir -p . 2>/dev/null; then
26450 as_mkdir_p=:
26451 else
26452 test -d ./-p && rmdir ./-p
26453 as_mkdir_p=false
26456 if test -x / >/dev/null 2>&1; then
26457 as_test_x='test -x'
26458 else
26459 if ls -dL / >/dev/null 2>&1; then
26460 as_ls_L_option=L
26461 else
26462 as_ls_L_option=
26464 as_test_x='
26465 eval sh -c '\''
26466 if test -d "$1"; then
26467 test -d "$1/.";
26468 else
26469 case $1 in
26470 -*)set "./$1";;
26471 esac;
26472 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26473 ???[sx]*):;;*)false;;esac;fi
26474 '\'' sh
26477 as_executable_p=$as_test_x
26479 # Sed expression to map a string onto a valid CPP name.
26480 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26482 # Sed expression to map a string onto a valid variable name.
26483 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26486 exec 6>&1
26488 # Save the log message, to keep $[0] and so on meaningful, and to
26489 # report actual input values of CONFIG_FILES etc. instead of their
26490 # values after options handling.
26491 ac_log="
26492 This file was extended by Wine $as_me 1.1.12, which was
26493 generated by GNU Autoconf 2.61. Invocation command line was
26495 CONFIG_FILES = $CONFIG_FILES
26496 CONFIG_HEADERS = $CONFIG_HEADERS
26497 CONFIG_LINKS = $CONFIG_LINKS
26498 CONFIG_COMMANDS = $CONFIG_COMMANDS
26499 $ $0 $@
26501 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26504 _ACEOF
26506 cat >>$CONFIG_STATUS <<_ACEOF
26507 # Files that config.status was made for.
26508 config_files="$ac_config_files"
26509 config_headers="$ac_config_headers"
26510 config_commands="$ac_config_commands"
26512 _ACEOF
26514 cat >>$CONFIG_STATUS <<\_ACEOF
26515 ac_cs_usage="\
26516 \`$as_me' instantiates files from templates according to the
26517 current configuration.
26519 Usage: $0 [OPTIONS] [FILE]...
26521 -h, --help print this help, then exit
26522 -V, --version print version number and configuration settings, then exit
26523 -q, --quiet do not print progress messages
26524 -d, --debug don't remove temporary files
26525 --recheck update $as_me by reconfiguring in the same conditions
26526 --file=FILE[:TEMPLATE]
26527 instantiate the configuration file FILE
26528 --header=FILE[:TEMPLATE]
26529 instantiate the configuration header FILE
26531 Configuration files:
26532 $config_files
26534 Configuration headers:
26535 $config_headers
26537 Configuration commands:
26538 $config_commands
26540 Report bugs to <bug-autoconf@gnu.org>."
26542 _ACEOF
26543 cat >>$CONFIG_STATUS <<_ACEOF
26544 ac_cs_version="\\
26545 Wine config.status 1.1.12
26546 configured by $0, generated by GNU Autoconf 2.61,
26547 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26549 Copyright (C) 2006 Free Software Foundation, Inc.
26550 This config.status script is free software; the Free Software Foundation
26551 gives unlimited permission to copy, distribute and modify it."
26553 ac_pwd='$ac_pwd'
26554 srcdir='$srcdir'
26555 INSTALL='$INSTALL'
26556 _ACEOF
26558 cat >>$CONFIG_STATUS <<\_ACEOF
26559 # If no file are specified by the user, then we need to provide default
26560 # value. By we need to know if files were specified by the user.
26561 ac_need_defaults=:
26562 while test $# != 0
26564 case $1 in
26565 --*=*)
26566 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26567 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26568 ac_shift=:
26571 ac_option=$1
26572 ac_optarg=$2
26573 ac_shift=shift
26575 esac
26577 case $ac_option in
26578 # Handling of the options.
26579 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26580 ac_cs_recheck=: ;;
26581 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26582 echo "$ac_cs_version"; exit ;;
26583 --debug | --debu | --deb | --de | --d | -d )
26584 debug=: ;;
26585 --file | --fil | --fi | --f )
26586 $ac_shift
26587 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26588 ac_need_defaults=false;;
26589 --header | --heade | --head | --hea )
26590 $ac_shift
26591 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26592 ac_need_defaults=false;;
26593 --he | --h)
26594 # Conflict between --help and --header
26595 { echo "$as_me: error: ambiguous option: $1
26596 Try \`$0 --help' for more information." >&2
26597 { (exit 1); exit 1; }; };;
26598 --help | --hel | -h )
26599 echo "$ac_cs_usage"; exit ;;
26600 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26601 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26602 ac_cs_silent=: ;;
26604 # This is an error.
26605 -*) { echo "$as_me: error: unrecognized option: $1
26606 Try \`$0 --help' for more information." >&2
26607 { (exit 1); exit 1; }; } ;;
26609 *) ac_config_targets="$ac_config_targets $1"
26610 ac_need_defaults=false ;;
26612 esac
26613 shift
26614 done
26616 ac_configure_extra_args=
26618 if $ac_cs_silent; then
26619 exec 6>/dev/null
26620 ac_configure_extra_args="$ac_configure_extra_args --silent"
26623 _ACEOF
26624 cat >>$CONFIG_STATUS <<_ACEOF
26625 if \$ac_cs_recheck; then
26626 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26627 CONFIG_SHELL=$SHELL
26628 export CONFIG_SHELL
26629 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26632 _ACEOF
26633 cat >>$CONFIG_STATUS <<\_ACEOF
26634 exec 5>>config.log
26636 echo
26637 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26638 ## Running $as_me. ##
26639 _ASBOX
26640 echo "$ac_log"
26641 } >&5
26643 _ACEOF
26644 cat >>$CONFIG_STATUS <<_ACEOF
26645 _ACEOF
26647 cat >>$CONFIG_STATUS <<\_ACEOF
26649 # Handling of arguments.
26650 for ac_config_target in $ac_config_targets
26652 case $ac_config_target in
26653 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26654 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26655 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26656 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26657 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26658 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26659 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26660 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26661 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26662 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26663 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26664 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26665 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26666 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26667 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26668 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26669 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26670 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26671 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26672 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26673 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26674 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26675 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26676 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26677 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26678 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26679 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26680 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26681 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26682 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26683 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26684 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26685 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26686 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26687 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26688 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26689 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26690 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26691 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26692 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26693 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26694 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26695 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26696 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26697 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26698 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26699 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26700 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26701 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26702 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26703 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26704 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26705 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26706 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
26707 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26708 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26709 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26710 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
26711 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
26712 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
26713 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26714 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26715 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26716 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26717 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26718 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26719 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26720 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26721 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26722 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26723 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26724 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26725 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26726 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26727 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26728 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26729 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26730 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26731 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26732 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26733 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26734 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26735 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26736 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26737 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26738 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26739 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26740 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26741 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26742 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26743 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26744 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
26745 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26746 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26747 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26748 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26749 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26750 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26751 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26752 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26753 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26754 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26755 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26756 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26757 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26758 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26759 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26760 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26761 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26762 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26763 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26764 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26765 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26766 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26767 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26768 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26769 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26770 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26771 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26772 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26773 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26774 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26775 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26776 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
26777 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
26778 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26779 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26780 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26781 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26782 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26783 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26784 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26785 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26786 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26787 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26788 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26789 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26790 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26791 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26792 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26793 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26794 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26795 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26796 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26797 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26798 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26799 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26800 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26801 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26802 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26803 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26804 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26805 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26806 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26807 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26808 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26809 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26810 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26811 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26812 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26813 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26814 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26815 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26816 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26817 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26818 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26819 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26820 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
26821 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26822 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26823 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26824 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26825 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26826 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26827 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26828 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26829 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26830 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26831 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26832 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26833 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26834 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26835 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26836 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26837 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26838 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26839 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26840 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26841 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26842 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26843 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26844 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26845 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26846 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26847 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26848 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26849 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26850 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26851 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26852 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26853 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26854 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26855 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26856 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26857 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26858 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26859 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26860 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26861 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26862 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26863 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26864 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26865 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26866 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26867 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26868 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26869 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26870 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26871 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26872 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26873 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26874 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26875 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
26876 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26877 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26878 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26879 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26880 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26881 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26882 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26883 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26884 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26885 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26886 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26887 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26888 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26889 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26890 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26891 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26892 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26893 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26894 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26895 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26896 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26897 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26898 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
26899 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26900 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26901 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26902 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26903 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26904 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26905 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26906 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26907 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26908 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26909 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26910 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
26911 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26912 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26913 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26914 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26915 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26916 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26917 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26918 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26919 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26920 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26921 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26922 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26923 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26924 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26925 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26926 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26927 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26928 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26929 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26930 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26931 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26932 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26933 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26934 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26935 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26936 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26937 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26938 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26939 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26940 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26941 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26942 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26943 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26944 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26945 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26946 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26947 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26948 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26949 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26950 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26951 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26952 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26953 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26954 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26955 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26956 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26957 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26958 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26959 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26960 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26961 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26962 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26963 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26964 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26965 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26966 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26967 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26968 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26969 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26970 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26971 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26972 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26973 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26974 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26975 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26976 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
26977 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26978 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26979 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26980 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26981 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26982 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26983 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26984 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26985 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26986 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26987 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26988 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26989 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26990 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26991 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26992 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26993 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26994 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26995 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26996 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26997 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26998 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26999 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27000 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27001 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27002 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27003 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27004 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27005 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27006 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27007 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27008 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27009 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27010 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27011 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27012 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27013 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27014 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27015 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27016 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27017 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27018 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27019 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27020 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27021 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27022 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27023 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27024 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
27025 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
27026 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
27027 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
27028 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
27029 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
27030 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
27031 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
27032 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
27033 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
27034 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
27035 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
27036 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
27037 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
27038 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
27039 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
27040 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
27041 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
27042 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
27043 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
27044 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
27045 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27046 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27047 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27048 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
27049 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
27050 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
27051 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
27052 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
27053 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
27054 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27055 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27056 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27057 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27058 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27059 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27060 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27061 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27062 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27063 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27064 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27065 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27066 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27067 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27068 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27069 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27070 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27071 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27072 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27073 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27074 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27075 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27076 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27077 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27078 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27079 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27080 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27081 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27082 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27083 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27084 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27085 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27086 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27087 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27088 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27089 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27090 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27091 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27092 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27093 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27094 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27095 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27096 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27097 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27098 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27099 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27100 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27101 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27102 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27103 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27104 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27105 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27107 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27108 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27109 { (exit 1); exit 1; }; };;
27110 esac
27111 done
27114 # If the user did not use the arguments to specify the items to instantiate,
27115 # then the envvar interface is used. Set only those that are not.
27116 # We use the long form for the default assignment because of an extremely
27117 # bizarre bug on SunOS 4.1.3.
27118 if $ac_need_defaults; then
27119 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27120 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27121 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27124 # Have a temporary directory for convenience. Make it in the build tree
27125 # simply because there is no reason against having it here, and in addition,
27126 # creating and moving files from /tmp can sometimes cause problems.
27127 # Hook for its removal unless debugging.
27128 # Note that there is a small window in which the directory will not be cleaned:
27129 # after its creation but before its name has been assigned to `$tmp'.
27130 $debug ||
27132 tmp=
27133 trap 'exit_status=$?
27134 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27136 trap '{ (exit 1); exit 1; }' 1 2 13 15
27138 # Create a (secure) tmp directory for tmp files.
27141 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27142 test -n "$tmp" && test -d "$tmp"
27143 } ||
27145 tmp=./conf$$-$RANDOM
27146 (umask 077 && mkdir "$tmp")
27147 } ||
27149 echo "$me: cannot create a temporary directory in ." >&2
27150 { (exit 1); exit 1; }
27154 # Set up the sed scripts for CONFIG_FILES section.
27157 # No need to generate the scripts if there are no CONFIG_FILES.
27158 # This happens for instance when ./config.status config.h
27159 if test -n "$CONFIG_FILES"; then
27161 _ACEOF
27163 # Create sed commands to just substitute file output variables.
27165 # Remaining file output variables are in a fragment that also has non-file
27166 # output varibles.
27170 ac_delim='%!_!# '
27171 for ac_last_try in false false false false false :; do
27172 cat >conf$$subs.sed <<_ACEOF
27173 SHELL!$SHELL$ac_delim
27174 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27175 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27176 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27177 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27178 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27179 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27180 exec_prefix!$exec_prefix$ac_delim
27181 prefix!$prefix$ac_delim
27182 program_transform_name!$program_transform_name$ac_delim
27183 bindir!$bindir$ac_delim
27184 sbindir!$sbindir$ac_delim
27185 libexecdir!$libexecdir$ac_delim
27186 datarootdir!$datarootdir$ac_delim
27187 datadir!$datadir$ac_delim
27188 sysconfdir!$sysconfdir$ac_delim
27189 sharedstatedir!$sharedstatedir$ac_delim
27190 localstatedir!$localstatedir$ac_delim
27191 includedir!$includedir$ac_delim
27192 oldincludedir!$oldincludedir$ac_delim
27193 docdir!$docdir$ac_delim
27194 infodir!$infodir$ac_delim
27195 htmldir!$htmldir$ac_delim
27196 dvidir!$dvidir$ac_delim
27197 pdfdir!$pdfdir$ac_delim
27198 psdir!$psdir$ac_delim
27199 libdir!$libdir$ac_delim
27200 localedir!$localedir$ac_delim
27201 mandir!$mandir$ac_delim
27202 DEFS!$DEFS$ac_delim
27203 ECHO_C!$ECHO_C$ac_delim
27204 ECHO_N!$ECHO_N$ac_delim
27205 ECHO_T!$ECHO_T$ac_delim
27206 LIBS!$LIBS$ac_delim
27207 build_alias!$build_alias$ac_delim
27208 host_alias!$host_alias$ac_delim
27209 target_alias!$target_alias$ac_delim
27210 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27211 build!$build$ac_delim
27212 build_cpu!$build_cpu$ac_delim
27213 build_vendor!$build_vendor$ac_delim
27214 build_os!$build_os$ac_delim
27215 host!$host$ac_delim
27216 host_cpu!$host_cpu$ac_delim
27217 host_vendor!$host_vendor$ac_delim
27218 host_os!$host_os$ac_delim
27219 WIN16_FILES!$WIN16_FILES$ac_delim
27220 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27221 SET_MAKE!$SET_MAKE$ac_delim
27222 CC!$CC$ac_delim
27223 CFLAGS!$CFLAGS$ac_delim
27224 LDFLAGS!$LDFLAGS$ac_delim
27225 CPPFLAGS!$CPPFLAGS$ac_delim
27226 ac_ct_CC!$ac_ct_CC$ac_delim
27227 EXEEXT!$EXEEXT$ac_delim
27228 OBJEXT!$OBJEXT$ac_delim
27229 CXX!$CXX$ac_delim
27230 CXXFLAGS!$CXXFLAGS$ac_delim
27231 ac_ct_CXX!$ac_ct_CXX$ac_delim
27232 CPPBIN!$CPPBIN$ac_delim
27233 TOOLSDIR!$TOOLSDIR$ac_delim
27234 TARGET!$TARGET$ac_delim
27235 XMKMF!$XMKMF$ac_delim
27236 CPP!$CPP$ac_delim
27237 X_CFLAGS!$X_CFLAGS$ac_delim
27238 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27239 X_LIBS!$X_LIBS$ac_delim
27240 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27241 FLEX!$FLEX$ac_delim
27242 BISON!$BISON$ac_delim
27243 AS!$AS$ac_delim
27244 ac_ct_AS!$ac_ct_AS$ac_delim
27245 LD!$LD$ac_delim
27246 ac_ct_LD!$ac_ct_LD$ac_delim
27247 NM!$NM$ac_delim
27248 ac_ct_NM!$ac_ct_NM$ac_delim
27249 AR!$AR$ac_delim
27250 ac_ct_AR!$ac_ct_AR$ac_delim
27251 ARFLAGS!$ARFLAGS$ac_delim
27252 RANLIB!$RANLIB$ac_delim
27253 STRIP!$STRIP$ac_delim
27254 WINDRES!$WINDRES$ac_delim
27255 _ACEOF
27257 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27258 break
27259 elif $ac_last_try; then
27260 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27261 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27262 { (exit 1); exit 1; }; }
27263 else
27264 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27266 done
27268 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27269 if test -n "$ac_eof"; then
27270 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27271 ac_eof=`expr $ac_eof + 1`
27274 cat >>$CONFIG_STATUS <<_ACEOF
27275 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27276 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27277 /^[ ]*@MAKE_RULES@[ ]*$/{
27278 r $MAKE_RULES
27281 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27282 r $MAKE_DLL_RULES
27285 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27286 r $MAKE_IMPLIB_RULES
27289 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27290 r $MAKE_TEST_RULES
27293 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27294 r $MAKE_PROG_RULES
27297 _ACEOF
27298 sed '
27299 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27300 s/^/s,@/; s/!/@,|#_!!_#|/
27303 s/'"$ac_delim"'$/,g/; t
27304 s/$/\\/; p
27305 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27306 ' >>$CONFIG_STATUS <conf$$subs.sed
27307 rm -f conf$$subs.sed
27308 cat >>$CONFIG_STATUS <<_ACEOF
27309 CEOF$ac_eof
27310 _ACEOF
27313 ac_delim='%!_!# '
27314 for ac_last_try in false false false false false :; do
27315 cat >conf$$subs.sed <<_ACEOF
27316 LN_S!$LN_S$ac_delim
27317 LN!$LN$ac_delim
27318 GREP!$GREP$ac_delim
27319 EGREP!$EGREP$ac_delim
27320 LDCONFIG!$LDCONFIG$ac_delim
27321 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27322 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27323 INSTALL_DATA!$INSTALL_DATA$ac_delim
27324 LINT!$LINT$ac_delim
27325 LINTFLAGS!$LINTFLAGS$ac_delim
27326 FONTFORGE!$FONTFORGE$ac_delim
27327 PKG_CONFIG!$PKG_CONFIG$ac_delim
27328 RSVG!$RSVG$ac_delim
27329 ICOTOOL!$ICOTOOL$ac_delim
27330 PRELINK!$PRELINK$ac_delim
27331 LIBPTHREAD!$LIBPTHREAD$ac_delim
27332 XLIB!$XLIB$ac_delim
27333 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27334 DLLEXT!$DLLEXT$ac_delim
27335 DLLFLAGS!$DLLFLAGS$ac_delim
27336 LDSHARED!$LDSHARED$ac_delim
27337 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27338 LIBEXT!$LIBEXT$ac_delim
27339 IMPLIBEXT!$IMPLIBEXT$ac_delim
27340 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27341 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27342 LDD!$LDD$ac_delim
27343 DLLTOOL!$DLLTOOL$ac_delim
27344 DLLWRAP!$DLLWRAP$ac_delim
27345 MINGWAR!$MINGWAR$ac_delim
27346 SECURITYLIB!$SECURITYLIB$ac_delim
27347 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27348 IOKITLIB!$IOKITLIB$ac_delim
27349 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27350 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27351 COREAUDIO!$COREAUDIO$ac_delim
27352 CARBONLIB!$CARBONLIB$ac_delim
27353 CROSSCC!$CROSSCC$ac_delim
27354 CROSSWINDRES!$CROSSWINDRES$ac_delim
27355 CROSSTEST!$CROSSTEST$ac_delim
27356 NASLIBS!$NASLIBS$ac_delim
27357 XML2LIBS!$XML2LIBS$ac_delim
27358 XML2INCL!$XML2INCL$ac_delim
27359 XSLTINCL!$XSLTINCL$ac_delim
27360 HALINCL!$HALINCL$ac_delim
27361 GNUTLSINCL!$GNUTLSINCL$ac_delim
27362 sane_devel!$sane_devel$ac_delim
27363 SANEINCL!$SANEINCL$ac_delim
27364 gphoto2_devel!$gphoto2_devel$ac_delim
27365 gphoto2port_devel!$gphoto2port_devel$ac_delim
27366 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27367 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27368 RESOLVLIBS!$RESOLVLIBS$ac_delim
27369 LCMSLIBS!$LCMSLIBS$ac_delim
27370 ft_devel!$ft_devel$ac_delim
27371 FREETYPELIBS!$FREETYPELIBS$ac_delim
27372 FREETYPEINCL!$FREETYPEINCL$ac_delim
27373 ESDCONFIG!$ESDCONFIG$ac_delim
27374 ESDINCL!$ESDINCL$ac_delim
27375 ESDLIBS!$ESDLIBS$ac_delim
27376 PULSELIBS!$PULSELIBS$ac_delim
27377 ALSALIBS!$ALSALIBS$ac_delim
27378 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27379 CUPSINCL!$CUPSINCL$ac_delim
27380 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27381 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27382 BUILTINFLAG!$BUILTINFLAG$ac_delim
27383 LDPATH!$LDPATH$ac_delim
27384 CRTLIBS!$CRTLIBS$ac_delim
27385 SOCKETLIBS!$SOCKETLIBS$ac_delim
27386 MAIN_BINARY!$MAIN_BINARY$ac_delim
27387 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27388 LIBDL!$LIBDL$ac_delim
27389 LIBPOLL!$LIBPOLL$ac_delim
27390 LDAPLIBS!$LDAPLIBS$ac_delim
27391 DEPENDENCIES!$DEPENDENCIES$ac_delim
27392 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27393 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27394 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27395 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27396 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27397 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27398 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27399 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27400 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27401 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27402 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27403 LIBOBJS!$LIBOBJS$ac_delim
27404 LTLIBOBJS!$LTLIBOBJS$ac_delim
27405 _ACEOF
27407 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
27408 break
27409 elif $ac_last_try; then
27410 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27411 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27412 { (exit 1); exit 1; }; }
27413 else
27414 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27416 done
27418 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27419 if test -n "$ac_eof"; then
27420 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27421 ac_eof=`expr $ac_eof + 1`
27424 cat >>$CONFIG_STATUS <<_ACEOF
27425 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27426 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27427 _ACEOF
27428 sed '
27429 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27430 s/^/s,@/; s/!/@,|#_!!_#|/
27433 s/'"$ac_delim"'$/,g/; t
27434 s/$/\\/; p
27435 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27436 ' >>$CONFIG_STATUS <conf$$subs.sed
27437 rm -f conf$$subs.sed
27438 cat >>$CONFIG_STATUS <<_ACEOF
27439 :end
27440 s/|#_!!_#|//g
27441 CEOF$ac_eof
27442 _ACEOF
27445 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27446 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27447 # trailing colons and then remove the whole line if VPATH becomes empty
27448 # (actually we leave an empty line to preserve line numbers).
27449 if test "x$srcdir" = x.; then
27450 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27451 s/:*\$(srcdir):*/:/
27452 s/:*\${srcdir}:*/:/
27453 s/:*@srcdir@:*/:/
27454 s/^\([^=]*=[ ]*\):*/\1/
27455 s/:*$//
27456 s/^[^=]*=[ ]*$//
27460 cat >>$CONFIG_STATUS <<\_ACEOF
27461 fi # test -n "$CONFIG_FILES"
27464 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27466 case $ac_tag in
27467 :[FHLC]) ac_mode=$ac_tag; continue;;
27468 esac
27469 case $ac_mode$ac_tag in
27470 :[FHL]*:*);;
27471 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27472 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27473 { (exit 1); exit 1; }; };;
27474 :[FH]-) ac_tag=-:-;;
27475 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27476 esac
27477 ac_save_IFS=$IFS
27478 IFS=:
27479 set x $ac_tag
27480 IFS=$ac_save_IFS
27481 shift
27482 ac_file=$1
27483 shift
27485 case $ac_mode in
27486 :L) ac_source=$1;;
27487 :[FH])
27488 ac_file_inputs=
27489 for ac_f
27491 case $ac_f in
27492 -) ac_f="$tmp/stdin";;
27493 *) # Look for the file first in the build tree, then in the source tree
27494 # (if the path is not absolute). The absolute path cannot be DOS-style,
27495 # because $ac_f cannot contain `:'.
27496 test -f "$ac_f" ||
27497 case $ac_f in
27498 [\\/$]*) false;;
27499 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27500 esac ||
27501 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27502 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27503 { (exit 1); exit 1; }; };;
27504 esac
27505 ac_file_inputs="$ac_file_inputs $ac_f"
27506 done
27508 # Let's still pretend it is `configure' which instantiates (i.e., don't
27509 # use $as_me), people would be surprised to read:
27510 # /* config.h. Generated by config.status. */
27511 configure_input="Generated from "`IFS=:
27512 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27513 if test x"$ac_file" != x-; then
27514 configure_input="$ac_file. $configure_input"
27515 { echo "$as_me:$LINENO: creating $ac_file" >&5
27516 echo "$as_me: creating $ac_file" >&6;}
27519 case $ac_tag in
27520 *:-:* | *:-) cat >"$tmp/stdin";;
27521 esac
27523 esac
27525 ac_dir=`$as_dirname -- "$ac_file" ||
27526 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27527 X"$ac_file" : 'X\(//\)[^/]' \| \
27528 X"$ac_file" : 'X\(//\)$' \| \
27529 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27530 echo X"$ac_file" |
27531 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27532 s//\1/
27535 /^X\(\/\/\)[^/].*/{
27536 s//\1/
27539 /^X\(\/\/\)$/{
27540 s//\1/
27543 /^X\(\/\).*/{
27544 s//\1/
27547 s/.*/./; q'`
27548 { as_dir="$ac_dir"
27549 case $as_dir in #(
27550 -*) as_dir=./$as_dir;;
27551 esac
27552 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27553 as_dirs=
27554 while :; do
27555 case $as_dir in #(
27556 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27557 *) as_qdir=$as_dir;;
27558 esac
27559 as_dirs="'$as_qdir' $as_dirs"
27560 as_dir=`$as_dirname -- "$as_dir" ||
27561 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27562 X"$as_dir" : 'X\(//\)[^/]' \| \
27563 X"$as_dir" : 'X\(//\)$' \| \
27564 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27565 echo X"$as_dir" |
27566 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27567 s//\1/
27570 /^X\(\/\/\)[^/].*/{
27571 s//\1/
27574 /^X\(\/\/\)$/{
27575 s//\1/
27578 /^X\(\/\).*/{
27579 s//\1/
27582 s/.*/./; q'`
27583 test -d "$as_dir" && break
27584 done
27585 test -z "$as_dirs" || eval "mkdir $as_dirs"
27586 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27587 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27588 { (exit 1); exit 1; }; }; }
27589 ac_builddir=.
27591 case "$ac_dir" in
27592 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27594 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27595 # A ".." for each directory in $ac_dir_suffix.
27596 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27597 case $ac_top_builddir_sub in
27598 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27599 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27600 esac ;;
27601 esac
27602 ac_abs_top_builddir=$ac_pwd
27603 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27604 # for backward compatibility:
27605 ac_top_builddir=$ac_top_build_prefix
27607 case $srcdir in
27608 .) # We are building in place.
27609 ac_srcdir=.
27610 ac_top_srcdir=$ac_top_builddir_sub
27611 ac_abs_top_srcdir=$ac_pwd ;;
27612 [\\/]* | ?:[\\/]* ) # Absolute name.
27613 ac_srcdir=$srcdir$ac_dir_suffix;
27614 ac_top_srcdir=$srcdir
27615 ac_abs_top_srcdir=$srcdir ;;
27616 *) # Relative name.
27617 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27618 ac_top_srcdir=$ac_top_build_prefix$srcdir
27619 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27620 esac
27621 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27624 case $ac_mode in
27627 # CONFIG_FILE
27630 case $INSTALL in
27631 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27632 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27633 esac
27634 _ACEOF
27636 cat >>$CONFIG_STATUS <<\_ACEOF
27637 # If the template does not know about datarootdir, expand it.
27638 # FIXME: This hack should be removed a few years after 2.60.
27639 ac_datarootdir_hack=; ac_datarootdir_seen=
27641 case `sed -n '/datarootdir/ {
27645 /@datadir@/p
27646 /@docdir@/p
27647 /@infodir@/p
27648 /@localedir@/p
27649 /@mandir@/p
27650 ' $ac_file_inputs` in
27651 *datarootdir*) ac_datarootdir_seen=yes;;
27652 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27653 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27654 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27655 _ACEOF
27656 cat >>$CONFIG_STATUS <<_ACEOF
27657 ac_datarootdir_hack='
27658 s&@datadir@&$datadir&g
27659 s&@docdir@&$docdir&g
27660 s&@infodir@&$infodir&g
27661 s&@localedir@&$localedir&g
27662 s&@mandir@&$mandir&g
27663 s&\\\${datarootdir}&$datarootdir&g' ;;
27664 esac
27665 _ACEOF
27667 # Neutralize VPATH when `$srcdir' = `.'.
27668 # Shell code in configure.ac might set extrasub.
27669 # FIXME: do we really want to maintain this feature?
27670 cat >>$CONFIG_STATUS <<_ACEOF
27671 sed "$ac_vpsub
27672 $extrasub
27673 _ACEOF
27674 cat >>$CONFIG_STATUS <<\_ACEOF
27676 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27677 s&@configure_input@&$configure_input&;t t
27678 s&@top_builddir@&$ac_top_builddir_sub&;t t
27679 s&@srcdir@&$ac_srcdir&;t t
27680 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27681 s&@top_srcdir@&$ac_top_srcdir&;t t
27682 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27683 s&@builddir@&$ac_builddir&;t t
27684 s&@abs_builddir@&$ac_abs_builddir&;t t
27685 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27686 s&@INSTALL@&$ac_INSTALL&;t t
27687 $ac_datarootdir_hack
27688 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27690 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27691 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27692 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27693 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27694 which seems to be undefined. Please make sure it is defined." >&5
27695 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27696 which seems to be undefined. Please make sure it is defined." >&2;}
27698 rm -f "$tmp/stdin"
27699 case $ac_file in
27700 -) cat "$tmp/out"; rm -f "$tmp/out";;
27701 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27702 esac
27706 # CONFIG_HEADER
27708 _ACEOF
27710 # Transform confdefs.h into a sed script `conftest.defines', that
27711 # substitutes the proper values into config.h.in to produce config.h.
27712 rm -f conftest.defines conftest.tail
27713 # First, append a space to every undef/define line, to ease matching.
27714 echo 's/$/ /' >conftest.defines
27715 # Then, protect against being on the right side of a sed subst, or in
27716 # an unquoted here document, in config.status. If some macros were
27717 # called several times there might be several #defines for the same
27718 # symbol, which is useless. But do not sort them, since the last
27719 # AC_DEFINE must be honored.
27720 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27721 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27722 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27723 # PARAMS is the parameter list in the macro definition--in most cases, it's
27724 # just an empty string.
27725 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27726 ac_dB='\\)[ (].*,\\1define\\2'
27727 ac_dC=' '
27728 ac_dD=' ,'
27730 uniq confdefs.h |
27731 sed -n '
27732 t rset
27733 :rset
27734 s/^[ ]*#[ ]*define[ ][ ]*//
27735 t ok
27738 s/[\\&,]/\\&/g
27739 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27740 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27741 ' >>conftest.defines
27743 # Remove the space that was appended to ease matching.
27744 # Then replace #undef with comments. This is necessary, for
27745 # example, in the case of _POSIX_SOURCE, which is predefined and required
27746 # on some systems where configure will not decide to define it.
27747 # (The regexp can be short, since the line contains either #define or #undef.)
27748 echo 's/ $//
27749 s,^[ #]*u.*,/* & */,' >>conftest.defines
27751 # Break up conftest.defines:
27752 ac_max_sed_lines=50
27754 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27755 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27756 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27757 # et cetera.
27758 ac_in='$ac_file_inputs'
27759 ac_out='"$tmp/out1"'
27760 ac_nxt='"$tmp/out2"'
27762 while :
27764 # Write a here document:
27765 cat >>$CONFIG_STATUS <<_ACEOF
27766 # First, check the format of the line:
27767 cat >"\$tmp/defines.sed" <<\\CEOF
27768 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27769 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27771 :def
27772 _ACEOF
27773 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27774 echo 'CEOF
27775 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27776 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27777 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27778 grep . conftest.tail >/dev/null || break
27779 rm -f conftest.defines
27780 mv conftest.tail conftest.defines
27781 done
27782 rm -f conftest.defines conftest.tail
27784 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27785 cat >>$CONFIG_STATUS <<\_ACEOF
27786 if test x"$ac_file" != x-; then
27787 echo "/* $configure_input */" >"$tmp/config.h"
27788 cat "$ac_result" >>"$tmp/config.h"
27789 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27790 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27791 echo "$as_me: $ac_file is unchanged" >&6;}
27792 else
27793 rm -f $ac_file
27794 mv "$tmp/config.h" $ac_file
27796 else
27797 echo "/* $configure_input */"
27798 cat "$ac_result"
27800 rm -f "$tmp/out12"
27803 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27804 echo "$as_me: executing $ac_file commands" >&6;}
27806 esac
27809 case $ac_file$ac_mode in
27810 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27811 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27812 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27813 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27814 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27815 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27816 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27817 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27818 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27819 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27820 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27821 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27822 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27824 esac
27825 done # for ac_tag
27828 { (exit 0); exit 0; }
27829 _ACEOF
27830 chmod +x $CONFIG_STATUS
27831 ac_clean_files=$ac_clean_files_save
27834 # configure is writing to config.log, and then calls config.status.
27835 # config.status does its own redirection, appending to config.log.
27836 # Unfortunately, on DOS this fails, as config.log is still kept open
27837 # by configure, so config.status won't be able to write to it; its
27838 # output is simply discarded. So we exec the FD to /dev/null,
27839 # effectively closing config.log, so it can be properly (re)opened and
27840 # appended to by config.status. When coming back to configure, we
27841 # need to make the FD available again.
27842 if test "$no_create" != yes; then
27843 ac_cs_success=:
27844 ac_config_status_args=
27845 test "$silent" = yes &&
27846 ac_config_status_args="$ac_config_status_args --quiet"
27847 exec 5>/dev/null
27848 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27849 exec 5>>config.log
27850 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27851 # would make configure fail if this is the last instruction.
27852 $ac_cs_success || { (exit 1); exit 1; }
27856 if test "$no_create" = "yes"
27857 then
27858 exit 0
27861 ac_save_IFS="$IFS"
27862 if test "x$wine_notices != "x; then
27863 echo >&6
27864 IFS="|"
27865 for msg in $wine_notices; do
27866 IFS="$ac_save_IFS"
27867 if test -n "$msg"; then
27868 { echo "$as_me:$LINENO: $msg" >&5
27869 echo "$as_me: $msg" >&6;}
27871 done
27873 IFS="|"
27874 for msg in $wine_warnings; do
27875 IFS="$ac_save_IFS"
27876 if test -n "$msg"; then
27877 echo >&2
27878 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27879 echo "$as_me: WARNING: $msg" >&2;}
27881 done
27882 IFS="$ac_save_IFS"
27884 echo "
27885 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27886 " >&6