push 9c3a2f7692967fde0cc3e50bd28b81c8cdfcbcf6
[wine/hacks.git] / configure
blobd8c126343b65c61f8c6089a58758cb39b7782428
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.4.
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.4'
578 PACKAGE_STRING='Wine 1.1.4'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 WINETEST
667 SET_MAKE
669 CFLAGS
670 LDFLAGS
671 CPPFLAGS
672 ac_ct_CC
673 EXEEXT
674 OBJEXT
676 CXXFLAGS
677 ac_ct_CXX
678 CPPBIN
679 TOOLSDIR
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSTEST
738 CROSSCC
739 CROSSWINDRES
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTLIBS
744 XSLTINCL
745 HALINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 ALSALIBS
761 AUDIOIOLIBS
762 CUPSINCL
763 FONTCONFIGINCL
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 CRTLIBS
768 SOCKETLIBS
769 MAIN_BINARY
770 EXTRA_BINARIES
771 LIBDL
772 LIBPOLL
773 LDAPLIBS
774 DEPENDENCIES
775 ALL_MAKERULES
776 ALL_MAKEFILES
777 ALL_MAKEFILE_DEPENDS
778 ALL_TOP_DIRS
779 ALL_DLL_DIRS
780 ALL_IMPLIB_DIRS
781 ALL_TEST_DIRS
782 ALL_PROGRAM_DIRS
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
785 ALL_WINETEST_DEPENDS
786 LIBOBJS
787 LTLIBOBJS'
788 ac_subst_files='MAKE_RULES
789 MAKE_DLL_RULES
790 MAKE_IMPLIB_RULES
791 MAKE_TEST_RULES
792 MAKE_PROG_RULES'
793 ac_precious_vars='build_alias
794 host_alias
795 target_alias
797 CFLAGS
798 LDFLAGS
799 LIBS
800 CPPFLAGS
802 CXXFLAGS
804 XMKMF
805 CPP'
808 # Initialize some variables set by options.
809 ac_init_help=
810 ac_init_version=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
813 cache_file=/dev/null
814 exec_prefix=NONE
815 no_create=
816 no_recursion=
817 prefix=NONE
818 program_prefix=NONE
819 program_suffix=NONE
820 program_transform_name=s,x,x,
821 silent=
822 site=
823 srcdir=
824 verbose=
825 x_includes=NONE
826 x_libraries=NONE
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir='${exec_prefix}/bin'
835 sbindir='${exec_prefix}/sbin'
836 libexecdir='${exec_prefix}/libexec'
837 datarootdir='${prefix}/share'
838 datadir='${datarootdir}'
839 sysconfdir='${prefix}/etc'
840 sharedstatedir='${prefix}/com'
841 localstatedir='${prefix}/var'
842 includedir='${prefix}/include'
843 oldincludedir='/usr/include'
844 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir='${datarootdir}/info'
846 htmldir='${docdir}'
847 dvidir='${docdir}'
848 pdfdir='${docdir}'
849 psdir='${docdir}'
850 libdir='${exec_prefix}/lib'
851 localedir='${datarootdir}/locale'
852 mandir='${datarootdir}/man'
854 ac_prev=
855 ac_dashdash=
856 for ac_option
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\$ac_option
861 ac_prev=
862 continue
865 case $ac_option in
866 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867 *) ac_optarg=yes ;;
868 esac
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
874 ac_dashdash=yes ;;
876 -bindir | --bindir | --bindi | --bind | --bin | --bi)
877 ac_prev=bindir ;;
878 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
879 bindir=$ac_optarg ;;
881 -build | --build | --buil | --bui | --bu)
882 ac_prev=build_alias ;;
883 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
884 build_alias=$ac_optarg ;;
886 -cache-file | --cache-file | --cache-fil | --cache-fi \
887 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
888 ac_prev=cache_file ;;
889 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
890 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
891 cache_file=$ac_optarg ;;
893 --config-cache | -C)
894 cache_file=config.cache ;;
896 -datadir | --datadir | --datadi | --datad)
897 ac_prev=datadir ;;
898 -datadir=* | --datadir=* | --datadi=* | --datad=*)
899 datadir=$ac_optarg ;;
901 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
902 | --dataroo | --dataro | --datar)
903 ac_prev=datarootdir ;;
904 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
905 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
906 datarootdir=$ac_optarg ;;
908 -disable-* | --disable-*)
909 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
912 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913 { (exit 1); exit 1; }; }
914 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
915 eval enable_$ac_feature=no ;;
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
927 -enable-* | --enable-*)
928 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_$ac_feature=\$ac_optarg ;;
936 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
937 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
938 | --exec | --exe | --ex)
939 ac_prev=exec_prefix ;;
940 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
941 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
942 | --exec=* | --exe=* | --ex=*)
943 exec_prefix=$ac_optarg ;;
945 -gas | --gas | --ga | --g)
946 # Obsolete; use --with-gas.
947 with_gas=yes ;;
949 -help | --help | --hel | --he | -h)
950 ac_init_help=long ;;
951 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
952 ac_init_help=recursive ;;
953 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
954 ac_init_help=short ;;
956 -host | --host | --hos | --ho)
957 ac_prev=host_alias ;;
958 -host=* | --host=* | --hos=* | --ho=*)
959 host_alias=$ac_optarg ;;
961 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
962 ac_prev=htmldir ;;
963 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
964 | --ht=*)
965 htmldir=$ac_optarg ;;
967 -includedir | --includedir | --includedi | --included | --include \
968 | --includ | --inclu | --incl | --inc)
969 ac_prev=includedir ;;
970 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
971 | --includ=* | --inclu=* | --incl=* | --inc=*)
972 includedir=$ac_optarg ;;
974 -infodir | --infodir | --infodi | --infod | --info | --inf)
975 ac_prev=infodir ;;
976 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
977 infodir=$ac_optarg ;;
979 -libdir | --libdir | --libdi | --libd)
980 ac_prev=libdir ;;
981 -libdir=* | --libdir=* | --libdi=* | --libd=*)
982 libdir=$ac_optarg ;;
984 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
985 | --libexe | --libex | --libe)
986 ac_prev=libexecdir ;;
987 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
988 | --libexe=* | --libex=* | --libe=*)
989 libexecdir=$ac_optarg ;;
991 -localedir | --localedir | --localedi | --localed | --locale)
992 ac_prev=localedir ;;
993 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
994 localedir=$ac_optarg ;;
996 -localstatedir | --localstatedir | --localstatedi | --localstated \
997 | --localstate | --localstat | --localsta | --localst | --locals)
998 ac_prev=localstatedir ;;
999 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1000 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1001 localstatedir=$ac_optarg ;;
1003 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1004 ac_prev=mandir ;;
1005 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1006 mandir=$ac_optarg ;;
1008 -nfp | --nfp | --nf)
1009 # Obsolete; use --without-fp.
1010 with_fp=no ;;
1012 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1013 | --no-cr | --no-c | -n)
1014 no_create=yes ;;
1016 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1017 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1018 no_recursion=yes ;;
1020 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1021 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1022 | --oldin | --oldi | --old | --ol | --o)
1023 ac_prev=oldincludedir ;;
1024 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1025 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1026 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1027 oldincludedir=$ac_optarg ;;
1029 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1030 ac_prev=prefix ;;
1031 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1032 prefix=$ac_optarg ;;
1034 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1035 | --program-pre | --program-pr | --program-p)
1036 ac_prev=program_prefix ;;
1037 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1038 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1039 program_prefix=$ac_optarg ;;
1041 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1042 | --program-suf | --program-su | --program-s)
1043 ac_prev=program_suffix ;;
1044 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1045 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1046 program_suffix=$ac_optarg ;;
1048 -program-transform-name | --program-transform-name \
1049 | --program-transform-nam | --program-transform-na \
1050 | --program-transform-n | --program-transform- \
1051 | --program-transform | --program-transfor \
1052 | --program-transfo | --program-transf \
1053 | --program-trans | --program-tran \
1054 | --progr-tra | --program-tr | --program-t)
1055 ac_prev=program_transform_name ;;
1056 -program-transform-name=* | --program-transform-name=* \
1057 | --program-transform-nam=* | --program-transform-na=* \
1058 | --program-transform-n=* | --program-transform-=* \
1059 | --program-transform=* | --program-transfor=* \
1060 | --program-transfo=* | --program-transf=* \
1061 | --program-trans=* | --program-tran=* \
1062 | --progr-tra=* | --program-tr=* | --program-t=*)
1063 program_transform_name=$ac_optarg ;;
1065 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1066 ac_prev=pdfdir ;;
1067 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1068 pdfdir=$ac_optarg ;;
1070 -psdir | --psdir | --psdi | --psd | --ps)
1071 ac_prev=psdir ;;
1072 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1073 psdir=$ac_optarg ;;
1075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076 | -silent | --silent | --silen | --sile | --sil)
1077 silent=yes ;;
1079 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1080 ac_prev=sbindir ;;
1081 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1082 | --sbi=* | --sb=*)
1083 sbindir=$ac_optarg ;;
1085 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1086 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1087 | --sharedst | --shareds | --shared | --share | --shar \
1088 | --sha | --sh)
1089 ac_prev=sharedstatedir ;;
1090 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1091 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1092 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1093 | --sha=* | --sh=*)
1094 sharedstatedir=$ac_optarg ;;
1096 -site | --site | --sit)
1097 ac_prev=site ;;
1098 -site=* | --site=* | --sit=*)
1099 site=$ac_optarg ;;
1101 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1102 ac_prev=srcdir ;;
1103 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1104 srcdir=$ac_optarg ;;
1106 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1107 | --syscon | --sysco | --sysc | --sys | --sy)
1108 ac_prev=sysconfdir ;;
1109 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1110 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1111 sysconfdir=$ac_optarg ;;
1113 -target | --target | --targe | --targ | --tar | --ta | --t)
1114 ac_prev=target_alias ;;
1115 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1116 target_alias=$ac_optarg ;;
1118 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1119 verbose=yes ;;
1121 -version | --version | --versio | --versi | --vers | -V)
1122 ac_init_version=: ;;
1124 -with-* | --with-*)
1125 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1128 { echo "$as_me: error: invalid package name: $ac_package" >&2
1129 { (exit 1); exit 1; }; }
1130 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1131 eval with_$ac_package=\$ac_optarg ;;
1133 -without-* | --without-*)
1134 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1137 { echo "$as_me: error: invalid package name: $ac_package" >&2
1138 { (exit 1); exit 1; }; }
1139 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1140 eval with_$ac_package=no ;;
1142 --x)
1143 # Obsolete; use --with-x.
1144 with_x=yes ;;
1146 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1147 | --x-incl | --x-inc | --x-in | --x-i)
1148 ac_prev=x_includes ;;
1149 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1150 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1151 x_includes=$ac_optarg ;;
1153 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1154 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1155 ac_prev=x_libraries ;;
1156 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1157 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1158 x_libraries=$ac_optarg ;;
1160 -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162 { (exit 1); exit 1; }; }
1165 *=*)
1166 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1169 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170 { (exit 1); exit 1; }; }
1171 eval $ac_envvar=\$ac_optarg
1172 export $ac_envvar ;;
1175 # FIXME: should be removed in autoconf 3.0.
1176 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1178 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1182 esac
1183 done
1185 if test -n "$ac_prev"; then
1186 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1187 { echo "$as_me: error: missing argument to $ac_option" >&2
1188 { (exit 1); exit 1; }; }
1191 # Be sure to have absolute directory names.
1192 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val=\$$ac_var
1198 case $ac_val in
1199 [\\/$]* | ?:[\\/]* ) continue;;
1200 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1201 esac
1202 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203 { (exit 1); exit 1; }; }
1204 done
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1209 build=$build_alias
1210 host=$host_alias
1211 target=$target_alias
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x; then
1215 if test "x$build_alias" = x; then
1216 cross_compiling=maybe
1217 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1220 cross_compiling=yes
1224 ac_tool_prefix=
1225 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1227 test "$silent" = yes && exec 6>/dev/null
1230 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di=`ls -di .` &&
1232 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233 { echo "$as_me: error: Working directory cannot be determined" >&2
1234 { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 { echo "$as_me: error: pwd does not report name of working directory" >&2
1237 { (exit 1); exit 1; }; }
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$0" : 'X\(//\)[^/]' \| \
1247 X"$0" : 'X\(//\)$' \| \
1248 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 echo X"$0" |
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1251 s//\1/
1254 /^X\(\/\/\)[^/].*/{
1255 s//\1/
1258 /^X\(\/\/\)$/{
1259 s//\1/
1262 /^X\(\/\).*/{
1263 s//\1/
1266 s/.*/./; q'`
1267 srcdir=$ac_confdir
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1269 srcdir=..
1271 else
1272 ac_srcdir_defaulted=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1276 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277 { (exit 1); exit 1; }; }
1279 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 ac_abs_confdir=`(
1281 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282 { (exit 1); exit 1; }; }
1283 pwd)`
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286 srcdir=.
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1291 case $srcdir in
1292 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 esac
1294 for ac_var in $ac_precious_vars; do
1295 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_env_${ac_var}_value=\$${ac_var}
1297 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1299 done
1302 # Report the --help message.
1304 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh.
1307 cat <<_ACEOF
1308 \`configure' configures Wine 1.1.4 to adapt to many kinds of systems.
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables.
1315 Defaults for the options are specified in brackets.
1317 Configuration:
1318 -h, --help display this help and exit
1319 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages
1323 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1328 Installation directories:
1329 --prefix=PREFIX install architecture-independent files in PREFIX
1330 [$ac_default_prefix]
1331 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1332 [PREFIX]
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1339 For better control, use the options below.
1341 Fine tuning of the installation directories:
1342 --bindir=DIR user executables [EPREFIX/bin]
1343 --sbindir=DIR system admin executables [EPREFIX/sbin]
1344 --libexecdir=DIR program executables [EPREFIX/libexec]
1345 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1346 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1347 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1348 --libdir=DIR object code libraries [EPREFIX/lib]
1349 --includedir=DIR C header files [PREFIX/include]
1350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1357 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR]
1361 _ACEOF
1363 cat <<\_ACEOF
1365 X features:
1366 --x-includes=DIR X include files are in DIR
1367 --x-libraries=DIR X library files are in DIR
1369 System types:
1370 --build=BUILD configure for building on BUILD [guessed]
1371 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1372 _ACEOF
1375 if test -n "$ac_init_help"; then
1376 case $ac_init_help in
1377 short | recursive ) echo "Configuration of Wine 1.1.4:";;
1378 esac
1379 cat <<\_ACEOF
1381 Optional Features:
1382 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1383 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1384 --disable-win16 do not include Win16 support
1385 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1386 binaries)
1387 --enable-maintainer-mode
1388 enable maintainer-specific build rules
1389 --disable-tests do not build the testsuites
1391 Optional Packages:
1392 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1393 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1394 --without-alsa do not use the Alsa sound support
1395 --without-audioio do not use the AudioIO sound support
1396 --without-capi do not use CAPI (ISDN support)
1397 --without-cms do not use CMS (color management support)
1398 --without-coreaudio do not use the CoreAudio sound support
1399 --without-cups do not use CUPS
1400 --without-curses do not use (n)curses
1401 --without-esd do not use the EsounD sound support
1402 --without-fontconfig do not use fontconfig
1403 --without-freetype do not use the FreeType library
1404 --without-gphoto do not use gphoto (Digital Camera support)
1405 --without-glu do not use the GLU library
1406 --without-hal do not use HAL (dynamic device support)
1407 --without-jack do not use the Jack sound support
1408 --without-jpeg do not use JPEG
1409 --without-ldap do not use LDAP
1410 --without-nas do not use the NAS sound support
1411 --without-opengl do not use OpenGL
1412 --without-openssl do not use OpenSSL
1413 --without-oss do not use the OSS sound support
1414 --without-png do not use PNG
1415 --without-sane do not use SANE (scanner support)
1416 --without-xcomposite do not use the Xcomposite extension
1417 --without-xcursor do not use the Xcursor extension
1418 --without-xinerama do not use Xinerama (multi-monitor support)
1419 --without-xinput do not use the Xinput extension
1420 --without-xml do not use XML
1421 --without-xrandr do not use Xrandr (resolution changes)
1422 --without-xrender do not use the Xrender extension
1423 --without-xshape do not use the Xshape extension
1424 --without-xshm do not use XShm (shared memory extension)
1425 --without-xslt do not use XSLT
1426 --without-xxf86vm do not use XFree video mode extension
1427 --with-wine-tools=DIR use Wine tools from directory DIR
1428 --with-x use the X Window System
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CXX C++ compiler command
1439 CXXFLAGS C++ compiler flags
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1441 CPP C preprocessor
1443 Use these variables to override the choices made by `configure' or to help
1444 it to find libraries and programs with nonstandard names/locations.
1446 Report bugs to <wine-devel@winehq.org>.
1447 _ACEOF
1448 ac_status=$?
1451 if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
1453 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1454 test -d "$ac_dir" || continue
1455 ac_builddir=.
1457 case "$ac_dir" in
1458 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1460 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1466 esac ;;
1467 esac
1468 ac_abs_top_builddir=$ac_pwd
1469 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir=$ac_top_build_prefix
1473 case $srcdir in
1474 .) # We are building in place.
1475 ac_srcdir=.
1476 ac_top_srcdir=$ac_top_builddir_sub
1477 ac_abs_top_srcdir=$ac_pwd ;;
1478 [\\/]* | ?:[\\/]* ) # Absolute name.
1479 ac_srcdir=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir=$srcdir
1481 ac_abs_top_srcdir=$srcdir ;;
1482 *) # Relative name.
1483 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1486 esac
1487 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1489 cd "$ac_dir" || { ac_status=$?; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1497 else
1498 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 fi || ac_status=$?
1500 cd "$ac_pwd" || { ac_status=$?; break; }
1501 done
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1506 cat <<\_ACEOF
1507 Wine configure 1.1.4
1508 generated by GNU Autoconf 2.61
1510 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1512 This configure script is free software; the Free Software Foundation
1513 gives unlimited permission to copy, distribute and modify it.
1514 _ACEOF
1515 exit
1517 cat >config.log <<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1521 It was created by Wine $as_me 1.1.4, which was
1522 generated by GNU Autoconf 2.61. Invocation command line was
1524 $ $0 $@
1526 _ACEOF
1527 exec 5>>config.log
1529 cat <<_ASUNAME
1530 ## --------- ##
1531 ## Platform. ##
1532 ## --------- ##
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1543 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1544 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1547 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1548 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1549 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1551 _ASUNAME
1553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1554 for as_dir in $PATH
1556 IFS=$as_save_IFS
1557 test -z "$as_dir" && as_dir=.
1558 echo "PATH: $as_dir"
1559 done
1560 IFS=$as_save_IFS
1562 } >&5
1564 cat >&5 <<_ACEOF
1567 ## ----------- ##
1568 ## Core tests. ##
1569 ## ----------- ##
1571 _ACEOF
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1579 ac_configure_args=
1580 ac_configure_args0=
1581 ac_configure_args1=
1582 ac_must_keep_next=false
1583 for ac_pass in 1 2
1585 for ac_arg
1587 case $ac_arg in
1588 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1589 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1590 | -silent | --silent | --silen | --sile | --sil)
1591 continue ;;
1592 *\'*)
1593 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1594 esac
1595 case $ac_pass in
1596 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1598 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1599 if test $ac_must_keep_next = true; then
1600 ac_must_keep_next=false # Got value, back to normal.
1601 else
1602 case $ac_arg in
1603 *=* | --config-cache | -C | -disable-* | --disable-* \
1604 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1605 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1606 | -with-* | --with-* | -without-* | --without-* | --x)
1607 case "$ac_configure_args0 " in
1608 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1609 esac
1611 -* ) ac_must_keep_next=true ;;
1612 esac
1614 ac_configure_args="$ac_configure_args '$ac_arg'"
1616 esac
1617 done
1618 done
1619 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1620 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log. We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628 # Save into config.log some information that might help in debugging.
1630 echo
1632 cat <<\_ASBOX
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1636 _ASBOX
1637 echo
1638 # The following way of writing the cache mishandles newlines in values,
1640 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641 eval ac_val=\$$ac_var
1642 case $ac_val in #(
1643 *${as_nl}*)
1644 case $ac_var in #(
1645 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1647 esac
1648 case $ac_var in #(
1649 _ | IFS | as_nl) ;; #(
1650 *) $as_unset $ac_var ;;
1651 esac ;;
1652 esac
1653 done
1654 (set) 2>&1 |
1655 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656 *${as_nl}ac_space=\ *)
1657 sed -n \
1658 "s/'\''/'\''\\\\'\'''\''/g;
1659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1660 ;; #(
1662 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1664 esac |
1665 sort
1667 echo
1669 cat <<\_ASBOX
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1673 _ASBOX
1674 echo
1675 for ac_var in $ac_subst_vars
1677 eval ac_val=\$$ac_var
1678 case $ac_val in
1679 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1680 esac
1681 echo "$ac_var='\''$ac_val'\''"
1682 done | sort
1683 echo
1685 if test -n "$ac_subst_files"; then
1686 cat <<\_ASBOX
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1690 _ASBOX
1691 echo
1692 for ac_var in $ac_subst_files
1694 eval ac_val=\$$ac_var
1695 case $ac_val in
1696 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1697 esac
1698 echo "$ac_var='\''$ac_val'\''"
1699 done | sort
1700 echo
1703 if test -s confdefs.h; then
1704 cat <<\_ASBOX
1705 ## ----------- ##
1706 ## confdefs.h. ##
1707 ## ----------- ##
1708 _ASBOX
1709 echo
1710 cat confdefs.h
1711 echo
1713 test "$ac_signal" != 0 &&
1714 echo "$as_me: caught signal $ac_signal"
1715 echo "$as_me: exit $exit_status"
1716 } >&5
1717 rm -f core *.core core.conftest.* &&
1718 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1719 exit $exit_status
1721 for ac_signal in 1 2 13 15; do
1722 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1723 done
1724 ac_signal=0
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest* confdefs.h
1729 # Predefined preprocessor variables.
1731 cat >>confdefs.h <<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1733 _ACEOF
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1738 _ACEOF
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1743 _ACEOF
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1748 _ACEOF
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1753 _ACEOF
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759 set x "$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE; then
1761 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1762 else
1763 set x "$ac_default_prefix/share/config.site" \
1764 "$ac_default_prefix/etc/config.site"
1766 shift
1767 for ac_site_file
1769 if test -r "$ac_site_file"; then
1770 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772 sed 's/^/| /' "$ac_site_file" >&5
1773 . "$ac_site_file"
1775 done
1777 if test -r "$cache_file"; then
1778 # Some versions of bash will fail to source /dev/null (special
1779 # files actually), so we avoid doing that.
1780 if test -f "$cache_file"; then
1781 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1783 case $cache_file in
1784 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1785 *) . "./$cache_file";;
1786 esac
1788 else
1789 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1791 >$cache_file
1794 # Check that the precious variables saved in the cache have kept the same
1795 # value.
1796 ac_cache_corrupted=false
1797 for ac_var in $ac_precious_vars; do
1798 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1799 eval ac_new_set=\$ac_env_${ac_var}_set
1800 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1801 eval ac_new_val=\$ac_env_${ac_var}_value
1802 case $ac_old_set,$ac_new_set in
1803 set,)
1804 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806 ac_cache_corrupted=: ;;
1807 ,set)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,);;
1813 if test "x$ac_old_val" != "x$ac_new_val"; then
1814 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1817 echo "$as_me: former value: $ac_old_val" >&2;}
1818 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1819 echo "$as_me: current value: $ac_new_val" >&2;}
1820 ac_cache_corrupted=:
1821 fi;;
1822 esac
1823 # Pass precious variables to config.status.
1824 if test "$ac_new_set" = set; then
1825 case $ac_new_val in
1826 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827 *) ac_arg=$ac_var=$ac_new_val ;;
1828 esac
1829 case " $ac_configure_args " in
1830 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1831 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1832 esac
1834 done
1835 if $ac_cache_corrupted; then
1836 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840 { (exit 1); exit 1; }; }
1867 ac_ext=c
1868 ac_cpp='$CPP $CPPFLAGS'
1869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1875 ac_config_headers="$ac_config_headers include/config.h"
1877 ac_aux_dir=
1878 for ac_dir in tools "$srcdir"/tools; do
1879 if test -f "$ac_dir/install-sh"; then
1880 ac_aux_dir=$ac_dir
1881 ac_install_sh="$ac_aux_dir/install-sh -c"
1882 break
1883 elif test -f "$ac_dir/install.sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install.sh -c"
1886 break
1887 elif test -f "$ac_dir/shtool"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/shtool install -c"
1890 break
1892 done
1893 if test -z "$ac_aux_dir"; then
1894 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896 { (exit 1); exit 1; }; }
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1904 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1905 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912 enableval=$enable_win16;
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917 enableval=$enable_win64;
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922 enableval=$enable_maintainer_mode;
1923 else
1924 MAINTAINER_MODE=\#
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1962 withval=$with_cups;
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1974 withval=$with_esd;
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986 withval=$with_freetype;
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992 withval=$with_gphoto;
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2002 # Check whether --with-hal was given.
2003 if test "${with_hal+set}" = set; then
2004 withval=$with_hal;
2008 # Check whether --with-jack was given.
2009 if test "${with_jack+set}" = set; then
2010 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2014 # Check whether --with-jpeg was given.
2015 if test "${with_jpeg+set}" = set; then
2016 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2020 # Check whether --with-ldap was given.
2021 if test "${with_ldap+set}" = set; then
2022 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2026 # Check whether --with-nas was given.
2027 if test "${with_nas+set}" = set; then
2028 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2032 # Check whether --with-opengl was given.
2033 if test "${with_opengl+set}" = set; then
2034 withval=$with_opengl;
2038 # Check whether --with-openssl was given.
2039 if test "${with_openssl+set}" = set; then
2040 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2044 # Check whether --with-oss was given.
2045 if test "${with_oss+set}" = set; then
2046 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
2050 # Check whether --with-png was given.
2051 if test "${with_png+set}" = set; then
2052 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2056 # Check whether --with-sane was given.
2057 if test "${with_sane+set}" = set; then
2058 withval=$with_sane;
2062 # Check whether --with-xcomposite was given.
2063 if test "${with_xcomposite+set}" = set; then
2064 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2068 # Check whether --with-xcursor was given.
2069 if test "${with_xcursor+set}" = set; then
2070 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2074 # Check whether --with-xinerama was given.
2075 if test "${with_xinerama+set}" = set; then
2076 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2080 # Check whether --with-xinput was given.
2081 if test "${with_xinput+set}" = set; then
2082 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2086 # Check whether --with-xml was given.
2087 if test "${with_xml+set}" = set; then
2088 withval=$with_xml;
2092 # Check whether --with-xrandr was given.
2093 if test "${with_xrandr+set}" = set; then
2094 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2098 # Check whether --with-xrender was given.
2099 if test "${with_xrender+set}" = set; then
2100 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2104 # Check whether --with-xshape was given.
2105 if test "${with_xshape+set}" = set; then
2106 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2110 # Check whether --with-xshm was given.
2111 if test "${with_xshm+set}" = set; then
2112 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2116 # Check whether --with-xslt was given.
2117 if test "${with_xslt+set}" = set; then
2118 withval=$with_xslt;
2122 # Check whether --with-xxf86vm was given.
2123 if test "${with_xxf86vm+set}" = set; then
2124 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2129 # Check whether --with-wine-tools was given.
2130 if test "${with_wine_tools+set}" = set; then
2131 withval=$with_wine_tools;
2134 # Check whether --enable-tests was given.
2135 if test "${enable_tests+set}" = set; then
2136 enableval=$enable_tests;
2140 # Make sure we can run config.sub.
2141 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2142 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2143 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2144 { (exit 1); exit 1; }; }
2146 { echo "$as_me:$LINENO: checking build system type" >&5
2147 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2148 if test "${ac_cv_build+set}" = set; then
2149 echo $ECHO_N "(cached) $ECHO_C" >&6
2150 else
2151 ac_build_alias=$build_alias
2152 test "x$ac_build_alias" = x &&
2153 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2154 test "x$ac_build_alias" = x &&
2155 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2156 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2157 { (exit 1); exit 1; }; }
2158 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2159 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2160 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2161 { (exit 1); exit 1; }; }
2164 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2165 echo "${ECHO_T}$ac_cv_build" >&6; }
2166 case $ac_cv_build in
2167 *-*-*) ;;
2168 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2169 echo "$as_me: error: invalid value of canonical build" >&2;}
2170 { (exit 1); exit 1; }; };;
2171 esac
2172 build=$ac_cv_build
2173 ac_save_IFS=$IFS; IFS='-'
2174 set x $ac_cv_build
2175 shift
2176 build_cpu=$1
2177 build_vendor=$2
2178 shift; shift
2179 # Remember, the first character of IFS is used to create $*,
2180 # except with old shells:
2181 build_os=$*
2182 IFS=$ac_save_IFS
2183 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2186 { echo "$as_me:$LINENO: checking host system type" >&5
2187 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2188 if test "${ac_cv_host+set}" = set; then
2189 echo $ECHO_N "(cached) $ECHO_C" >&6
2190 else
2191 if test "x$host_alias" = x; then
2192 ac_cv_host=$ac_cv_build
2193 else
2194 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2195 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2196 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2197 { (exit 1); exit 1; }; }
2201 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2202 echo "${ECHO_T}$ac_cv_host" >&6; }
2203 case $ac_cv_host in
2204 *-*-*) ;;
2205 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2206 echo "$as_me: error: invalid value of canonical host" >&2;}
2207 { (exit 1); exit 1; }; };;
2208 esac
2209 host=$ac_cv_host
2210 ac_save_IFS=$IFS; IFS='-'
2211 set x $ac_cv_host
2212 shift
2213 host_cpu=$1
2214 host_vendor=$2
2215 shift; shift
2216 # Remember, the first character of IFS is used to create $*,
2217 # except with old shells:
2218 host_os=$*
2219 IFS=$ac_save_IFS
2220 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2223 case $host in
2224 x86_64*linux*)
2225 if test "x$enable_win64" != "xyes"
2226 then
2227 test -n "$CC" || CC="gcc -m32"
2228 test -n "$CXX"|| CXX="g++ -m32"
2229 test -n "$LD" || LD="ld -m elf_i386"
2230 test -n "$AS" || AS="as --32"
2231 host_cpu="i386"
2234 esac
2236 case $host_cpu in
2237 *i[3456789]86*)
2238 if test "x$enable_win16" != "xno"
2239 then
2240 enable_win16="yes"
2243 esac
2245 WIN16_FILES="\$(WIN16_FILES)"
2247 WIN16_INSTALL="\$(WIN16_INSTALL)"
2249 if test "x$enable_win16" != "xyes"
2250 then
2251 WIN16_FILES=""
2252 WIN16_INSTALL=""
2255 if test "x$enable_tests" == "xno"
2256 then
2257 WINETEST=""
2259 else
2260 WINETEST="winetest"
2264 case "$srcdir" in
2265 .) ;;
2266 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2267 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2268 You need to run 'make distclean' in the source tree first." >&5
2269 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2270 You need to run 'make distclean' in the source tree first." >&2;}
2271 { (exit 1); exit 1; }; }
2272 fi ;;
2273 esac
2276 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2277 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2278 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2279 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2280 echo $ECHO_N "(cached) $ECHO_C" >&6
2281 else
2282 cat >conftest.make <<\_ACEOF
2283 SHELL = /bin/sh
2284 all:
2285 @echo '@@@%%%=$(MAKE)=@@@%%%'
2286 _ACEOF
2287 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2288 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2289 *@@@%%%=?*=@@@%%%*)
2290 eval ac_cv_prog_make_${ac_make}_set=yes;;
2292 eval ac_cv_prog_make_${ac_make}_set=no;;
2293 esac
2294 rm -f conftest.make
2296 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2297 { echo "$as_me:$LINENO: result: yes" >&5
2298 echo "${ECHO_T}yes" >&6; }
2299 SET_MAKE=
2300 else
2301 { echo "$as_me:$LINENO: result: no" >&5
2302 echo "${ECHO_T}no" >&6; }
2303 SET_MAKE="MAKE=${MAKE-make}"
2306 ac_ext=c
2307 ac_cpp='$CPP $CPPFLAGS'
2308 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2309 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2310 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2311 if test -n "$ac_tool_prefix"; then
2312 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2313 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2314 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2315 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2316 if test "${ac_cv_prog_CC+set}" = set; then
2317 echo $ECHO_N "(cached) $ECHO_C" >&6
2318 else
2319 if test -n "$CC"; then
2320 ac_cv_prog_CC="$CC" # Let the user override the test.
2321 else
2322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2323 for as_dir in $PATH
2325 IFS=$as_save_IFS
2326 test -z "$as_dir" && as_dir=.
2327 for ac_exec_ext in '' $ac_executable_extensions; do
2328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2329 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2330 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2331 break 2
2333 done
2334 done
2335 IFS=$as_save_IFS
2339 CC=$ac_cv_prog_CC
2340 if test -n "$CC"; then
2341 { echo "$as_me:$LINENO: result: $CC" >&5
2342 echo "${ECHO_T}$CC" >&6; }
2343 else
2344 { echo "$as_me:$LINENO: result: no" >&5
2345 echo "${ECHO_T}no" >&6; }
2350 if test -z "$ac_cv_prog_CC"; then
2351 ac_ct_CC=$CC
2352 # Extract the first word of "gcc", so it can be a program name with args.
2353 set dummy gcc; ac_word=$2
2354 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2355 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2356 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2357 echo $ECHO_N "(cached) $ECHO_C" >&6
2358 else
2359 if test -n "$ac_ct_CC"; then
2360 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2361 else
2362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2363 for as_dir in $PATH
2365 IFS=$as_save_IFS
2366 test -z "$as_dir" && as_dir=.
2367 for ac_exec_ext in '' $ac_executable_extensions; do
2368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2369 ac_cv_prog_ac_ct_CC="gcc"
2370 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2371 break 2
2373 done
2374 done
2375 IFS=$as_save_IFS
2379 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2380 if test -n "$ac_ct_CC"; then
2381 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2382 echo "${ECHO_T}$ac_ct_CC" >&6; }
2383 else
2384 { echo "$as_me:$LINENO: result: no" >&5
2385 echo "${ECHO_T}no" >&6; }
2388 if test "x$ac_ct_CC" = x; then
2389 CC=""
2390 else
2391 case $cross_compiling:$ac_tool_warned in
2392 yes:)
2393 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2394 whose name does not start with the host triplet. If you think this
2395 configuration is useful to you, please write to autoconf@gnu.org." >&5
2396 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2397 whose name does not start with the host triplet. If you think this
2398 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2399 ac_tool_warned=yes ;;
2400 esac
2401 CC=$ac_ct_CC
2403 else
2404 CC="$ac_cv_prog_CC"
2407 if test -z "$CC"; then
2408 if test -n "$ac_tool_prefix"; then
2409 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2410 set dummy ${ac_tool_prefix}cc; ac_word=$2
2411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2413 if test "${ac_cv_prog_CC+set}" = set; then
2414 echo $ECHO_N "(cached) $ECHO_C" >&6
2415 else
2416 if test -n "$CC"; then
2417 ac_cv_prog_CC="$CC" # Let the user override the test.
2418 else
2419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2420 for as_dir in $PATH
2422 IFS=$as_save_IFS
2423 test -z "$as_dir" && as_dir=.
2424 for ac_exec_ext in '' $ac_executable_extensions; do
2425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2426 ac_cv_prog_CC="${ac_tool_prefix}cc"
2427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2428 break 2
2430 done
2431 done
2432 IFS=$as_save_IFS
2436 CC=$ac_cv_prog_CC
2437 if test -n "$CC"; then
2438 { echo "$as_me:$LINENO: result: $CC" >&5
2439 echo "${ECHO_T}$CC" >&6; }
2440 else
2441 { echo "$as_me:$LINENO: result: no" >&5
2442 echo "${ECHO_T}no" >&6; }
2448 if test -z "$CC"; then
2449 # Extract the first word of "cc", so it can be a program name with args.
2450 set dummy cc; ac_word=$2
2451 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2453 if test "${ac_cv_prog_CC+set}" = set; then
2454 echo $ECHO_N "(cached) $ECHO_C" >&6
2455 else
2456 if test -n "$CC"; then
2457 ac_cv_prog_CC="$CC" # Let the user override the test.
2458 else
2459 ac_prog_rejected=no
2460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2461 for as_dir in $PATH
2463 IFS=$as_save_IFS
2464 test -z "$as_dir" && as_dir=.
2465 for ac_exec_ext in '' $ac_executable_extensions; do
2466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2467 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2468 ac_prog_rejected=yes
2469 continue
2471 ac_cv_prog_CC="cc"
2472 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2473 break 2
2475 done
2476 done
2477 IFS=$as_save_IFS
2479 if test $ac_prog_rejected = yes; then
2480 # We found a bogon in the path, so make sure we never use it.
2481 set dummy $ac_cv_prog_CC
2482 shift
2483 if test $# != 0; then
2484 # We chose a different compiler from the bogus one.
2485 # However, it has the same basename, so the bogon will be chosen
2486 # first if we set CC to just the basename; use the full file name.
2487 shift
2488 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2493 CC=$ac_cv_prog_CC
2494 if test -n "$CC"; then
2495 { echo "$as_me:$LINENO: result: $CC" >&5
2496 echo "${ECHO_T}$CC" >&6; }
2497 else
2498 { echo "$as_me:$LINENO: result: no" >&5
2499 echo "${ECHO_T}no" >&6; }
2504 if test -z "$CC"; then
2505 if test -n "$ac_tool_prefix"; then
2506 for ac_prog in cl.exe
2508 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2509 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2510 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2511 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2512 if test "${ac_cv_prog_CC+set}" = set; then
2513 echo $ECHO_N "(cached) $ECHO_C" >&6
2514 else
2515 if test -n "$CC"; then
2516 ac_cv_prog_CC="$CC" # Let the user override the test.
2517 else
2518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2519 for as_dir in $PATH
2521 IFS=$as_save_IFS
2522 test -z "$as_dir" && as_dir=.
2523 for ac_exec_ext in '' $ac_executable_extensions; do
2524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2525 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2526 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2527 break 2
2529 done
2530 done
2531 IFS=$as_save_IFS
2535 CC=$ac_cv_prog_CC
2536 if test -n "$CC"; then
2537 { echo "$as_me:$LINENO: result: $CC" >&5
2538 echo "${ECHO_T}$CC" >&6; }
2539 else
2540 { echo "$as_me:$LINENO: result: no" >&5
2541 echo "${ECHO_T}no" >&6; }
2545 test -n "$CC" && break
2546 done
2548 if test -z "$CC"; then
2549 ac_ct_CC=$CC
2550 for ac_prog in cl.exe
2552 # Extract the first word of "$ac_prog", so it can be a program name with args.
2553 set dummy $ac_prog; ac_word=$2
2554 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2555 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2556 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2557 echo $ECHO_N "(cached) $ECHO_C" >&6
2558 else
2559 if test -n "$ac_ct_CC"; then
2560 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2561 else
2562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2563 for as_dir in $PATH
2565 IFS=$as_save_IFS
2566 test -z "$as_dir" && as_dir=.
2567 for ac_exec_ext in '' $ac_executable_extensions; do
2568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2569 ac_cv_prog_ac_ct_CC="$ac_prog"
2570 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2571 break 2
2573 done
2574 done
2575 IFS=$as_save_IFS
2579 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2580 if test -n "$ac_ct_CC"; then
2581 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2582 echo "${ECHO_T}$ac_ct_CC" >&6; }
2583 else
2584 { echo "$as_me:$LINENO: result: no" >&5
2585 echo "${ECHO_T}no" >&6; }
2589 test -n "$ac_ct_CC" && break
2590 done
2592 if test "x$ac_ct_CC" = x; then
2593 CC=""
2594 else
2595 case $cross_compiling:$ac_tool_warned in
2596 yes:)
2597 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2598 whose name does not start with the host triplet. If you think this
2599 configuration is useful to you, please write to autoconf@gnu.org." >&5
2600 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2601 whose name does not start with the host triplet. If you think this
2602 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2603 ac_tool_warned=yes ;;
2604 esac
2605 CC=$ac_ct_CC
2612 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2613 See \`config.log' for more details." >&5
2614 echo "$as_me: error: no acceptable C compiler found in \$PATH
2615 See \`config.log' for more details." >&2;}
2616 { (exit 1); exit 1; }; }
2618 # Provide some information about the compiler.
2619 echo "$as_me:$LINENO: checking for C compiler version" >&5
2620 ac_compiler=`set X $ac_compile; echo $2`
2621 { (ac_try="$ac_compiler --version >&5"
2622 case "(($ac_try" in
2623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2624 *) ac_try_echo=$ac_try;;
2625 esac
2626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2627 (eval "$ac_compiler --version >&5") 2>&5
2628 ac_status=$?
2629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2630 (exit $ac_status); }
2631 { (ac_try="$ac_compiler -v >&5"
2632 case "(($ac_try" in
2633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2634 *) ac_try_echo=$ac_try;;
2635 esac
2636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2637 (eval "$ac_compiler -v >&5") 2>&5
2638 ac_status=$?
2639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2640 (exit $ac_status); }
2641 { (ac_try="$ac_compiler -V >&5"
2642 case "(($ac_try" in
2643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2644 *) ac_try_echo=$ac_try;;
2645 esac
2646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2647 (eval "$ac_compiler -V >&5") 2>&5
2648 ac_status=$?
2649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2650 (exit $ac_status); }
2652 cat >conftest.$ac_ext <<_ACEOF
2653 /* confdefs.h. */
2654 _ACEOF
2655 cat confdefs.h >>conftest.$ac_ext
2656 cat >>conftest.$ac_ext <<_ACEOF
2657 /* end confdefs.h. */
2660 main ()
2664 return 0;
2666 _ACEOF
2667 ac_clean_files_save=$ac_clean_files
2668 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2669 # Try to create an executable without -o first, disregard a.out.
2670 # It will help us diagnose broken compilers, and finding out an intuition
2671 # of exeext.
2672 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2673 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2674 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2676 # List of possible output files, starting from the most likely.
2677 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2678 # only as a last resort. b.out is created by i960 compilers.
2679 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2681 # The IRIX 6 linker writes into existing files which may not be
2682 # executable, retaining their permissions. Remove them first so a
2683 # subsequent execution test works.
2684 ac_rmfiles=
2685 for ac_file in $ac_files
2687 case $ac_file in
2688 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2689 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2690 esac
2691 done
2692 rm -f $ac_rmfiles
2694 if { (ac_try="$ac_link_default"
2695 case "(($ac_try" in
2696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2697 *) ac_try_echo=$ac_try;;
2698 esac
2699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2700 (eval "$ac_link_default") 2>&5
2701 ac_status=$?
2702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2703 (exit $ac_status); }; then
2704 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2705 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2706 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2707 # so that the user can short-circuit this test for compilers unknown to
2708 # Autoconf.
2709 for ac_file in $ac_files ''
2711 test -f "$ac_file" || continue
2712 case $ac_file in
2713 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2715 [ab].out )
2716 # We found the default executable, but exeext='' is most
2717 # certainly right.
2718 break;;
2719 *.* )
2720 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2721 then :; else
2722 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2724 # We set ac_cv_exeext here because the later test for it is not
2725 # safe: cross compilers may not add the suffix if given an `-o'
2726 # argument, so we may need to know it at that point already.
2727 # Even if this section looks crufty: it has the advantage of
2728 # actually working.
2729 break;;
2731 break;;
2732 esac
2733 done
2734 test "$ac_cv_exeext" = no && ac_cv_exeext=
2736 else
2737 ac_file=''
2740 { echo "$as_me:$LINENO: result: $ac_file" >&5
2741 echo "${ECHO_T}$ac_file" >&6; }
2742 if test -z "$ac_file"; then
2743 echo "$as_me: failed program was:" >&5
2744 sed 's/^/| /' conftest.$ac_ext >&5
2746 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2747 See \`config.log' for more details." >&5
2748 echo "$as_me: error: C compiler cannot create executables
2749 See \`config.log' for more details." >&2;}
2750 { (exit 77); exit 77; }; }
2753 ac_exeext=$ac_cv_exeext
2755 # Check that the compiler produces executables we can run. If not, either
2756 # the compiler is broken, or we cross compile.
2757 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2758 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2759 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2760 # If not cross compiling, check that we can run a simple program.
2761 if test "$cross_compiling" != yes; then
2762 if { ac_try='./$ac_file'
2763 { (case "(($ac_try" in
2764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2765 *) ac_try_echo=$ac_try;;
2766 esac
2767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2768 (eval "$ac_try") 2>&5
2769 ac_status=$?
2770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2771 (exit $ac_status); }; }; then
2772 cross_compiling=no
2773 else
2774 if test "$cross_compiling" = maybe; then
2775 cross_compiling=yes
2776 else
2777 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2778 If you meant to cross compile, use \`--host'.
2779 See \`config.log' for more details." >&5
2780 echo "$as_me: error: cannot run C compiled programs.
2781 If you meant to cross compile, use \`--host'.
2782 See \`config.log' for more details." >&2;}
2783 { (exit 1); exit 1; }; }
2787 { echo "$as_me:$LINENO: result: yes" >&5
2788 echo "${ECHO_T}yes" >&6; }
2790 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2791 ac_clean_files=$ac_clean_files_save
2792 # Check that the compiler produces executables we can run. If not, either
2793 # the compiler is broken, or we cross compile.
2794 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2795 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2796 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2797 echo "${ECHO_T}$cross_compiling" >&6; }
2799 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2800 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2801 if { (ac_try="$ac_link"
2802 case "(($ac_try" in
2803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2804 *) ac_try_echo=$ac_try;;
2805 esac
2806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2807 (eval "$ac_link") 2>&5
2808 ac_status=$?
2809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2810 (exit $ac_status); }; then
2811 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2812 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2813 # work properly (i.e., refer to `conftest.exe'), while it won't with
2814 # `rm'.
2815 for ac_file in conftest.exe conftest conftest.*; do
2816 test -f "$ac_file" || continue
2817 case $ac_file in
2818 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2819 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2820 break;;
2821 * ) break;;
2822 esac
2823 done
2824 else
2825 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2826 See \`config.log' for more details." >&5
2827 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2828 See \`config.log' for more details." >&2;}
2829 { (exit 1); exit 1; }; }
2832 rm -f conftest$ac_cv_exeext
2833 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2834 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2836 rm -f conftest.$ac_ext
2837 EXEEXT=$ac_cv_exeext
2838 ac_exeext=$EXEEXT
2839 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2840 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2841 if test "${ac_cv_objext+set}" = set; then
2842 echo $ECHO_N "(cached) $ECHO_C" >&6
2843 else
2844 cat >conftest.$ac_ext <<_ACEOF
2845 /* confdefs.h. */
2846 _ACEOF
2847 cat confdefs.h >>conftest.$ac_ext
2848 cat >>conftest.$ac_ext <<_ACEOF
2849 /* end confdefs.h. */
2852 main ()
2856 return 0;
2858 _ACEOF
2859 rm -f conftest.o conftest.obj
2860 if { (ac_try="$ac_compile"
2861 case "(($ac_try" in
2862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2863 *) ac_try_echo=$ac_try;;
2864 esac
2865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2866 (eval "$ac_compile") 2>&5
2867 ac_status=$?
2868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2869 (exit $ac_status); }; then
2870 for ac_file in conftest.o conftest.obj conftest.*; do
2871 test -f "$ac_file" || continue;
2872 case $ac_file in
2873 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2874 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2875 break;;
2876 esac
2877 done
2878 else
2879 echo "$as_me: failed program was:" >&5
2880 sed 's/^/| /' conftest.$ac_ext >&5
2882 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2883 See \`config.log' for more details." >&5
2884 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2885 See \`config.log' for more details." >&2;}
2886 { (exit 1); exit 1; }; }
2889 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2891 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2892 echo "${ECHO_T}$ac_cv_objext" >&6; }
2893 OBJEXT=$ac_cv_objext
2894 ac_objext=$OBJEXT
2895 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2896 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2897 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2898 echo $ECHO_N "(cached) $ECHO_C" >&6
2899 else
2900 cat >conftest.$ac_ext <<_ACEOF
2901 /* confdefs.h. */
2902 _ACEOF
2903 cat confdefs.h >>conftest.$ac_ext
2904 cat >>conftest.$ac_ext <<_ACEOF
2905 /* end confdefs.h. */
2908 main ()
2910 #ifndef __GNUC__
2911 choke me
2912 #endif
2915 return 0;
2917 _ACEOF
2918 rm -f conftest.$ac_objext
2919 if { (ac_try="$ac_compile"
2920 case "(($ac_try" in
2921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2922 *) ac_try_echo=$ac_try;;
2923 esac
2924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2925 (eval "$ac_compile") 2>conftest.er1
2926 ac_status=$?
2927 grep -v '^ *+' conftest.er1 >conftest.err
2928 rm -f conftest.er1
2929 cat conftest.err >&5
2930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2931 (exit $ac_status); } && {
2932 test -z "$ac_c_werror_flag" ||
2933 test ! -s conftest.err
2934 } && test -s conftest.$ac_objext; then
2935 ac_compiler_gnu=yes
2936 else
2937 echo "$as_me: failed program was:" >&5
2938 sed 's/^/| /' conftest.$ac_ext >&5
2940 ac_compiler_gnu=no
2943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2944 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2947 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2948 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2949 GCC=`test $ac_compiler_gnu = yes && echo yes`
2950 ac_test_CFLAGS=${CFLAGS+set}
2951 ac_save_CFLAGS=$CFLAGS
2952 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2953 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2954 if test "${ac_cv_prog_cc_g+set}" = set; then
2955 echo $ECHO_N "(cached) $ECHO_C" >&6
2956 else
2957 ac_save_c_werror_flag=$ac_c_werror_flag
2958 ac_c_werror_flag=yes
2959 ac_cv_prog_cc_g=no
2960 CFLAGS="-g"
2961 cat >conftest.$ac_ext <<_ACEOF
2962 /* confdefs.h. */
2963 _ACEOF
2964 cat confdefs.h >>conftest.$ac_ext
2965 cat >>conftest.$ac_ext <<_ACEOF
2966 /* end confdefs.h. */
2969 main ()
2973 return 0;
2975 _ACEOF
2976 rm -f conftest.$ac_objext
2977 if { (ac_try="$ac_compile"
2978 case "(($ac_try" in
2979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2980 *) ac_try_echo=$ac_try;;
2981 esac
2982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2983 (eval "$ac_compile") 2>conftest.er1
2984 ac_status=$?
2985 grep -v '^ *+' conftest.er1 >conftest.err
2986 rm -f conftest.er1
2987 cat conftest.err >&5
2988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2989 (exit $ac_status); } && {
2990 test -z "$ac_c_werror_flag" ||
2991 test ! -s conftest.err
2992 } && test -s conftest.$ac_objext; then
2993 ac_cv_prog_cc_g=yes
2994 else
2995 echo "$as_me: failed program was:" >&5
2996 sed 's/^/| /' conftest.$ac_ext >&5
2998 CFLAGS=""
2999 cat >conftest.$ac_ext <<_ACEOF
3000 /* confdefs.h. */
3001 _ACEOF
3002 cat confdefs.h >>conftest.$ac_ext
3003 cat >>conftest.$ac_ext <<_ACEOF
3004 /* end confdefs.h. */
3007 main ()
3011 return 0;
3013 _ACEOF
3014 rm -f conftest.$ac_objext
3015 if { (ac_try="$ac_compile"
3016 case "(($ac_try" in
3017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3018 *) ac_try_echo=$ac_try;;
3019 esac
3020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3021 (eval "$ac_compile") 2>conftest.er1
3022 ac_status=$?
3023 grep -v '^ *+' conftest.er1 >conftest.err
3024 rm -f conftest.er1
3025 cat conftest.err >&5
3026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3027 (exit $ac_status); } && {
3028 test -z "$ac_c_werror_flag" ||
3029 test ! -s conftest.err
3030 } && test -s conftest.$ac_objext; then
3032 else
3033 echo "$as_me: failed program was:" >&5
3034 sed 's/^/| /' conftest.$ac_ext >&5
3036 ac_c_werror_flag=$ac_save_c_werror_flag
3037 CFLAGS="-g"
3038 cat >conftest.$ac_ext <<_ACEOF
3039 /* confdefs.h. */
3040 _ACEOF
3041 cat confdefs.h >>conftest.$ac_ext
3042 cat >>conftest.$ac_ext <<_ACEOF
3043 /* end confdefs.h. */
3046 main ()
3050 return 0;
3052 _ACEOF
3053 rm -f conftest.$ac_objext
3054 if { (ac_try="$ac_compile"
3055 case "(($ac_try" in
3056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3057 *) ac_try_echo=$ac_try;;
3058 esac
3059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3060 (eval "$ac_compile") 2>conftest.er1
3061 ac_status=$?
3062 grep -v '^ *+' conftest.er1 >conftest.err
3063 rm -f conftest.er1
3064 cat conftest.err >&5
3065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3066 (exit $ac_status); } && {
3067 test -z "$ac_c_werror_flag" ||
3068 test ! -s conftest.err
3069 } && test -s conftest.$ac_objext; then
3070 ac_cv_prog_cc_g=yes
3071 else
3072 echo "$as_me: failed program was:" >&5
3073 sed 's/^/| /' conftest.$ac_ext >&5
3078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3085 ac_c_werror_flag=$ac_save_c_werror_flag
3087 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3088 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3089 if test "$ac_test_CFLAGS" = set; then
3090 CFLAGS=$ac_save_CFLAGS
3091 elif test $ac_cv_prog_cc_g = yes; then
3092 if test "$GCC" = yes; then
3093 CFLAGS="-g -O2"
3094 else
3095 CFLAGS="-g"
3097 else
3098 if test "$GCC" = yes; then
3099 CFLAGS="-O2"
3100 else
3101 CFLAGS=
3104 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3105 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3106 if test "${ac_cv_prog_cc_c89+set}" = set; then
3107 echo $ECHO_N "(cached) $ECHO_C" >&6
3108 else
3109 ac_cv_prog_cc_c89=no
3110 ac_save_CC=$CC
3111 cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h. */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h. */
3117 #include <stdarg.h>
3118 #include <stdio.h>
3119 #include <sys/types.h>
3120 #include <sys/stat.h>
3121 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3122 struct buf { int x; };
3123 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3124 static char *e (p, i)
3125 char **p;
3126 int i;
3128 return p[i];
3130 static char *f (char * (*g) (char **, int), char **p, ...)
3132 char *s;
3133 va_list v;
3134 va_start (v,p);
3135 s = g (p, va_arg (v,int));
3136 va_end (v);
3137 return s;
3140 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3141 function prototypes and stuff, but not '\xHH' hex character constants.
3142 These don't provoke an error unfortunately, instead are silently treated
3143 as 'x'. The following induces an error, until -std is added to get
3144 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3145 array size at least. It's necessary to write '\x00'==0 to get something
3146 that's true only with -std. */
3147 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3149 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3150 inside strings and character constants. */
3151 #define FOO(x) 'x'
3152 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3154 int test (int i, double x);
3155 struct s1 {int (*f) (int a);};
3156 struct s2 {int (*f) (double a);};
3157 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3158 int argc;
3159 char **argv;
3161 main ()
3163 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3165 return 0;
3167 _ACEOF
3168 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3169 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3171 CC="$ac_save_CC $ac_arg"
3172 rm -f conftest.$ac_objext
3173 if { (ac_try="$ac_compile"
3174 case "(($ac_try" in
3175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3176 *) ac_try_echo=$ac_try;;
3177 esac
3178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3179 (eval "$ac_compile") 2>conftest.er1
3180 ac_status=$?
3181 grep -v '^ *+' conftest.er1 >conftest.err
3182 rm -f conftest.er1
3183 cat conftest.err >&5
3184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3185 (exit $ac_status); } && {
3186 test -z "$ac_c_werror_flag" ||
3187 test ! -s conftest.err
3188 } && test -s conftest.$ac_objext; then
3189 ac_cv_prog_cc_c89=$ac_arg
3190 else
3191 echo "$as_me: failed program was:" >&5
3192 sed 's/^/| /' conftest.$ac_ext >&5
3197 rm -f core conftest.err conftest.$ac_objext
3198 test "x$ac_cv_prog_cc_c89" != "xno" && break
3199 done
3200 rm -f conftest.$ac_ext
3201 CC=$ac_save_CC
3204 # AC_CACHE_VAL
3205 case "x$ac_cv_prog_cc_c89" in
3207 { echo "$as_me:$LINENO: result: none needed" >&5
3208 echo "${ECHO_T}none needed" >&6; } ;;
3209 xno)
3210 { echo "$as_me:$LINENO: result: unsupported" >&5
3211 echo "${ECHO_T}unsupported" >&6; } ;;
3213 CC="$CC $ac_cv_prog_cc_c89"
3214 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3215 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3216 esac
3219 ac_ext=c
3220 ac_cpp='$CPP $CPPFLAGS'
3221 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3222 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3223 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3225 ac_ext=cpp
3226 ac_cpp='$CXXCPP $CPPFLAGS'
3227 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3228 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3229 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3230 if test -z "$CXX"; then
3231 if test -n "$CCC"; then
3232 CXX=$CCC
3233 else
3234 if test -n "$ac_tool_prefix"; then
3235 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3237 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3238 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3239 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3240 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3241 if test "${ac_cv_prog_CXX+set}" = set; then
3242 echo $ECHO_N "(cached) $ECHO_C" >&6
3243 else
3244 if test -n "$CXX"; then
3245 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3246 else
3247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3248 for as_dir in $PATH
3250 IFS=$as_save_IFS
3251 test -z "$as_dir" && as_dir=.
3252 for ac_exec_ext in '' $ac_executable_extensions; do
3253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3254 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3255 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3256 break 2
3258 done
3259 done
3260 IFS=$as_save_IFS
3264 CXX=$ac_cv_prog_CXX
3265 if test -n "$CXX"; then
3266 { echo "$as_me:$LINENO: result: $CXX" >&5
3267 echo "${ECHO_T}$CXX" >&6; }
3268 else
3269 { echo "$as_me:$LINENO: result: no" >&5
3270 echo "${ECHO_T}no" >&6; }
3274 test -n "$CXX" && break
3275 done
3277 if test -z "$CXX"; then
3278 ac_ct_CXX=$CXX
3279 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3281 # Extract the first word of "$ac_prog", so it can be a program name with args.
3282 set dummy $ac_prog; ac_word=$2
3283 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3284 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3285 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3286 echo $ECHO_N "(cached) $ECHO_C" >&6
3287 else
3288 if test -n "$ac_ct_CXX"; then
3289 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3290 else
3291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3292 for as_dir in $PATH
3294 IFS=$as_save_IFS
3295 test -z "$as_dir" && as_dir=.
3296 for ac_exec_ext in '' $ac_executable_extensions; do
3297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3298 ac_cv_prog_ac_ct_CXX="$ac_prog"
3299 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3300 break 2
3302 done
3303 done
3304 IFS=$as_save_IFS
3308 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3309 if test -n "$ac_ct_CXX"; then
3310 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3311 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3312 else
3313 { echo "$as_me:$LINENO: result: no" >&5
3314 echo "${ECHO_T}no" >&6; }
3318 test -n "$ac_ct_CXX" && break
3319 done
3321 if test "x$ac_ct_CXX" = x; then
3322 CXX="g++"
3323 else
3324 case $cross_compiling:$ac_tool_warned in
3325 yes:)
3326 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3327 whose name does not start with the host triplet. If you think this
3328 configuration is useful to you, please write to autoconf@gnu.org." >&5
3329 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3330 whose name does not start with the host triplet. If you think this
3331 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3332 ac_tool_warned=yes ;;
3333 esac
3334 CXX=$ac_ct_CXX
3340 # Provide some information about the compiler.
3341 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3342 ac_compiler=`set X $ac_compile; echo $2`
3343 { (ac_try="$ac_compiler --version >&5"
3344 case "(($ac_try" in
3345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3346 *) ac_try_echo=$ac_try;;
3347 esac
3348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3349 (eval "$ac_compiler --version >&5") 2>&5
3350 ac_status=$?
3351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3352 (exit $ac_status); }
3353 { (ac_try="$ac_compiler -v >&5"
3354 case "(($ac_try" in
3355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3356 *) ac_try_echo=$ac_try;;
3357 esac
3358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3359 (eval "$ac_compiler -v >&5") 2>&5
3360 ac_status=$?
3361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3362 (exit $ac_status); }
3363 { (ac_try="$ac_compiler -V >&5"
3364 case "(($ac_try" in
3365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3366 *) ac_try_echo=$ac_try;;
3367 esac
3368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3369 (eval "$ac_compiler -V >&5") 2>&5
3370 ac_status=$?
3371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3372 (exit $ac_status); }
3374 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3375 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3376 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3377 echo $ECHO_N "(cached) $ECHO_C" >&6
3378 else
3379 cat >conftest.$ac_ext <<_ACEOF
3380 /* confdefs.h. */
3381 _ACEOF
3382 cat confdefs.h >>conftest.$ac_ext
3383 cat >>conftest.$ac_ext <<_ACEOF
3384 /* end confdefs.h. */
3387 main ()
3389 #ifndef __GNUC__
3390 choke me
3391 #endif
3394 return 0;
3396 _ACEOF
3397 rm -f conftest.$ac_objext
3398 if { (ac_try="$ac_compile"
3399 case "(($ac_try" in
3400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3401 *) ac_try_echo=$ac_try;;
3402 esac
3403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3404 (eval "$ac_compile") 2>conftest.er1
3405 ac_status=$?
3406 grep -v '^ *+' conftest.er1 >conftest.err
3407 rm -f conftest.er1
3408 cat conftest.err >&5
3409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3410 (exit $ac_status); } && {
3411 test -z "$ac_cxx_werror_flag" ||
3412 test ! -s conftest.err
3413 } && test -s conftest.$ac_objext; then
3414 ac_compiler_gnu=yes
3415 else
3416 echo "$as_me: failed program was:" >&5
3417 sed 's/^/| /' conftest.$ac_ext >&5
3419 ac_compiler_gnu=no
3422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3423 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3426 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3427 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3428 GXX=`test $ac_compiler_gnu = yes && echo yes`
3429 ac_test_CXXFLAGS=${CXXFLAGS+set}
3430 ac_save_CXXFLAGS=$CXXFLAGS
3431 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3432 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3433 if test "${ac_cv_prog_cxx_g+set}" = set; then
3434 echo $ECHO_N "(cached) $ECHO_C" >&6
3435 else
3436 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3437 ac_cxx_werror_flag=yes
3438 ac_cv_prog_cxx_g=no
3439 CXXFLAGS="-g"
3440 cat >conftest.$ac_ext <<_ACEOF
3441 /* confdefs.h. */
3442 _ACEOF
3443 cat confdefs.h >>conftest.$ac_ext
3444 cat >>conftest.$ac_ext <<_ACEOF
3445 /* end confdefs.h. */
3448 main ()
3452 return 0;
3454 _ACEOF
3455 rm -f conftest.$ac_objext
3456 if { (ac_try="$ac_compile"
3457 case "(($ac_try" in
3458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3459 *) ac_try_echo=$ac_try;;
3460 esac
3461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3462 (eval "$ac_compile") 2>conftest.er1
3463 ac_status=$?
3464 grep -v '^ *+' conftest.er1 >conftest.err
3465 rm -f conftest.er1
3466 cat conftest.err >&5
3467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3468 (exit $ac_status); } && {
3469 test -z "$ac_cxx_werror_flag" ||
3470 test ! -s conftest.err
3471 } && test -s conftest.$ac_objext; then
3472 ac_cv_prog_cxx_g=yes
3473 else
3474 echo "$as_me: failed program was:" >&5
3475 sed 's/^/| /' conftest.$ac_ext >&5
3477 CXXFLAGS=""
3478 cat >conftest.$ac_ext <<_ACEOF
3479 /* confdefs.h. */
3480 _ACEOF
3481 cat confdefs.h >>conftest.$ac_ext
3482 cat >>conftest.$ac_ext <<_ACEOF
3483 /* end confdefs.h. */
3486 main ()
3490 return 0;
3492 _ACEOF
3493 rm -f conftest.$ac_objext
3494 if { (ac_try="$ac_compile"
3495 case "(($ac_try" in
3496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3497 *) ac_try_echo=$ac_try;;
3498 esac
3499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3500 (eval "$ac_compile") 2>conftest.er1
3501 ac_status=$?
3502 grep -v '^ *+' conftest.er1 >conftest.err
3503 rm -f conftest.er1
3504 cat conftest.err >&5
3505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3506 (exit $ac_status); } && {
3507 test -z "$ac_cxx_werror_flag" ||
3508 test ! -s conftest.err
3509 } && test -s conftest.$ac_objext; then
3511 else
3512 echo "$as_me: failed program was:" >&5
3513 sed 's/^/| /' conftest.$ac_ext >&5
3515 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3516 CXXFLAGS="-g"
3517 cat >conftest.$ac_ext <<_ACEOF
3518 /* confdefs.h. */
3519 _ACEOF
3520 cat confdefs.h >>conftest.$ac_ext
3521 cat >>conftest.$ac_ext <<_ACEOF
3522 /* end confdefs.h. */
3525 main ()
3529 return 0;
3531 _ACEOF
3532 rm -f conftest.$ac_objext
3533 if { (ac_try="$ac_compile"
3534 case "(($ac_try" in
3535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3536 *) ac_try_echo=$ac_try;;
3537 esac
3538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3539 (eval "$ac_compile") 2>conftest.er1
3540 ac_status=$?
3541 grep -v '^ *+' conftest.er1 >conftest.err
3542 rm -f conftest.er1
3543 cat conftest.err >&5
3544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3545 (exit $ac_status); } && {
3546 test -z "$ac_cxx_werror_flag" ||
3547 test ! -s conftest.err
3548 } && test -s conftest.$ac_objext; then
3549 ac_cv_prog_cxx_g=yes
3550 else
3551 echo "$as_me: failed program was:" >&5
3552 sed 's/^/| /' conftest.$ac_ext >&5
3557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3563 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3564 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3566 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3567 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3568 if test "$ac_test_CXXFLAGS" = set; then
3569 CXXFLAGS=$ac_save_CXXFLAGS
3570 elif test $ac_cv_prog_cxx_g = yes; then
3571 if test "$GXX" = yes; then
3572 CXXFLAGS="-g -O2"
3573 else
3574 CXXFLAGS="-g"
3576 else
3577 if test "$GXX" = yes; then
3578 CXXFLAGS="-O2"
3579 else
3580 CXXFLAGS=
3583 ac_ext=c
3584 ac_cpp='$CPP $CPPFLAGS'
3585 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3586 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3587 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3589 if test -n "$ac_tool_prefix"; then
3590 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3591 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3592 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3594 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3595 echo $ECHO_N "(cached) $ECHO_C" >&6
3596 else
3597 if test -n "$CPPBIN"; then
3598 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3599 else
3600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3601 for as_dir in $PATH
3603 IFS=$as_save_IFS
3604 test -z "$as_dir" && as_dir=.
3605 for ac_exec_ext in '' $ac_executable_extensions; do
3606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3607 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3609 break 2
3611 done
3612 done
3613 IFS=$as_save_IFS
3617 CPPBIN=$ac_cv_prog_CPPBIN
3618 if test -n "$CPPBIN"; then
3619 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3620 echo "${ECHO_T}$CPPBIN" >&6; }
3621 else
3622 { echo "$as_me:$LINENO: result: no" >&5
3623 echo "${ECHO_T}no" >&6; }
3628 if test -z "$ac_cv_prog_CPPBIN"; then
3629 ac_ct_CPPBIN=$CPPBIN
3630 # Extract the first word of "cpp", so it can be a program name with args.
3631 set dummy cpp; ac_word=$2
3632 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3633 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3634 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3635 echo $ECHO_N "(cached) $ECHO_C" >&6
3636 else
3637 if test -n "$ac_ct_CPPBIN"; then
3638 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3639 else
3640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3641 for as_dir in $PATH
3643 IFS=$as_save_IFS
3644 test -z "$as_dir" && as_dir=.
3645 for ac_exec_ext in '' $ac_executable_extensions; do
3646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3647 ac_cv_prog_ac_ct_CPPBIN="cpp"
3648 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3649 break 2
3651 done
3652 done
3653 IFS=$as_save_IFS
3657 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3658 if test -n "$ac_ct_CPPBIN"; then
3659 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3660 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3661 else
3662 { echo "$as_me:$LINENO: result: no" >&5
3663 echo "${ECHO_T}no" >&6; }
3666 if test "x$ac_ct_CPPBIN" = x; then
3667 CPPBIN="cpp"
3668 else
3669 case $cross_compiling:$ac_tool_warned in
3670 yes:)
3671 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3672 whose name does not start with the host triplet. If you think this
3673 configuration is useful to you, please write to autoconf@gnu.org." >&5
3674 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3675 whose name does not start with the host triplet. If you think this
3676 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3677 ac_tool_warned=yes ;;
3678 esac
3679 CPPBIN=$ac_ct_CPPBIN
3681 else
3682 CPPBIN="$ac_cv_prog_CPPBIN"
3686 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3687 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3688 if test "${wine_cv_toolsdir+set}" = set; then
3689 echo $ECHO_N "(cached) $ECHO_C" >&6
3690 else
3691 if test -z "$with_wine_tools"; then
3692 if test "$cross_compiling" = "yes"; then
3693 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3694 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3695 { (exit 1); exit 1; }; }
3696 else
3697 wine_cv_toolsdir="\$(TOPOBJDIR)"
3699 elif test -d "$with_wine_tools/tools/winebuild"; then
3700 case $with_wine_tools in
3701 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3702 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3703 esac
3704 else
3705 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3706 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3707 { (exit 1); exit 1; }; }
3710 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3711 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3712 TOOLSDIR=$wine_cv_toolsdir
3716 ac_ext=c
3717 ac_cpp='$CPP $CPPFLAGS'
3718 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3719 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3720 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3721 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3722 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3723 # On Suns, sometimes $CPP names a directory.
3724 if test -n "$CPP" && test -d "$CPP"; then
3725 CPP=
3727 if test -z "$CPP"; then
3728 if test "${ac_cv_prog_CPP+set}" = set; then
3729 echo $ECHO_N "(cached) $ECHO_C" >&6
3730 else
3731 # Double quotes because CPP needs to be expanded
3732 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3734 ac_preproc_ok=false
3735 for ac_c_preproc_warn_flag in '' yes
3737 # Use a header file that comes with gcc, so configuring glibc
3738 # with a fresh cross-compiler works.
3739 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3740 # <limits.h> exists even on freestanding compilers.
3741 # On the NeXT, cc -E runs the code through the compiler's parser,
3742 # not just through cpp. "Syntax error" is here to catch this case.
3743 cat >conftest.$ac_ext <<_ACEOF
3744 /* confdefs.h. */
3745 _ACEOF
3746 cat confdefs.h >>conftest.$ac_ext
3747 cat >>conftest.$ac_ext <<_ACEOF
3748 /* end confdefs.h. */
3749 #ifdef __STDC__
3750 # include <limits.h>
3751 #else
3752 # include <assert.h>
3753 #endif
3754 Syntax error
3755 _ACEOF
3756 if { (ac_try="$ac_cpp conftest.$ac_ext"
3757 case "(($ac_try" in
3758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3759 *) ac_try_echo=$ac_try;;
3760 esac
3761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3762 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3763 ac_status=$?
3764 grep -v '^ *+' conftest.er1 >conftest.err
3765 rm -f conftest.er1
3766 cat conftest.err >&5
3767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3768 (exit $ac_status); } >/dev/null && {
3769 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3770 test ! -s conftest.err
3771 }; then
3773 else
3774 echo "$as_me: failed program was:" >&5
3775 sed 's/^/| /' conftest.$ac_ext >&5
3777 # Broken: fails on valid input.
3778 continue
3781 rm -f conftest.err conftest.$ac_ext
3783 # OK, works on sane cases. Now check whether nonexistent headers
3784 # can be detected and how.
3785 cat >conftest.$ac_ext <<_ACEOF
3786 /* confdefs.h. */
3787 _ACEOF
3788 cat confdefs.h >>conftest.$ac_ext
3789 cat >>conftest.$ac_ext <<_ACEOF
3790 /* end confdefs.h. */
3791 #include <ac_nonexistent.h>
3792 _ACEOF
3793 if { (ac_try="$ac_cpp conftest.$ac_ext"
3794 case "(($ac_try" in
3795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3796 *) ac_try_echo=$ac_try;;
3797 esac
3798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3799 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3800 ac_status=$?
3801 grep -v '^ *+' conftest.er1 >conftest.err
3802 rm -f conftest.er1
3803 cat conftest.err >&5
3804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3805 (exit $ac_status); } >/dev/null && {
3806 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3807 test ! -s conftest.err
3808 }; then
3809 # Broken: success on invalid input.
3810 continue
3811 else
3812 echo "$as_me: failed program was:" >&5
3813 sed 's/^/| /' conftest.$ac_ext >&5
3815 # Passes both tests.
3816 ac_preproc_ok=:
3817 break
3820 rm -f conftest.err conftest.$ac_ext
3822 done
3823 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3824 rm -f conftest.err conftest.$ac_ext
3825 if $ac_preproc_ok; then
3826 break
3829 done
3830 ac_cv_prog_CPP=$CPP
3833 CPP=$ac_cv_prog_CPP
3834 else
3835 ac_cv_prog_CPP=$CPP
3837 { echo "$as_me:$LINENO: result: $CPP" >&5
3838 echo "${ECHO_T}$CPP" >&6; }
3839 ac_preproc_ok=false
3840 for ac_c_preproc_warn_flag in '' yes
3842 # Use a header file that comes with gcc, so configuring glibc
3843 # with a fresh cross-compiler works.
3844 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3845 # <limits.h> exists even on freestanding compilers.
3846 # On the NeXT, cc -E runs the code through the compiler's parser,
3847 # not just through cpp. "Syntax error" is here to catch this case.
3848 cat >conftest.$ac_ext <<_ACEOF
3849 /* confdefs.h. */
3850 _ACEOF
3851 cat confdefs.h >>conftest.$ac_ext
3852 cat >>conftest.$ac_ext <<_ACEOF
3853 /* end confdefs.h. */
3854 #ifdef __STDC__
3855 # include <limits.h>
3856 #else
3857 # include <assert.h>
3858 #endif
3859 Syntax error
3860 _ACEOF
3861 if { (ac_try="$ac_cpp conftest.$ac_ext"
3862 case "(($ac_try" in
3863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3864 *) ac_try_echo=$ac_try;;
3865 esac
3866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3867 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3868 ac_status=$?
3869 grep -v '^ *+' conftest.er1 >conftest.err
3870 rm -f conftest.er1
3871 cat conftest.err >&5
3872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3873 (exit $ac_status); } >/dev/null && {
3874 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3875 test ! -s conftest.err
3876 }; then
3878 else
3879 echo "$as_me: failed program was:" >&5
3880 sed 's/^/| /' conftest.$ac_ext >&5
3882 # Broken: fails on valid input.
3883 continue
3886 rm -f conftest.err conftest.$ac_ext
3888 # OK, works on sane cases. Now check whether nonexistent headers
3889 # can be detected and how.
3890 cat >conftest.$ac_ext <<_ACEOF
3891 /* confdefs.h. */
3892 _ACEOF
3893 cat confdefs.h >>conftest.$ac_ext
3894 cat >>conftest.$ac_ext <<_ACEOF
3895 /* end confdefs.h. */
3896 #include <ac_nonexistent.h>
3897 _ACEOF
3898 if { (ac_try="$ac_cpp conftest.$ac_ext"
3899 case "(($ac_try" in
3900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3901 *) ac_try_echo=$ac_try;;
3902 esac
3903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3904 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3905 ac_status=$?
3906 grep -v '^ *+' conftest.er1 >conftest.err
3907 rm -f conftest.er1
3908 cat conftest.err >&5
3909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3910 (exit $ac_status); } >/dev/null && {
3911 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3912 test ! -s conftest.err
3913 }; then
3914 # Broken: success on invalid input.
3915 continue
3916 else
3917 echo "$as_me: failed program was:" >&5
3918 sed 's/^/| /' conftest.$ac_ext >&5
3920 # Passes both tests.
3921 ac_preproc_ok=:
3922 break
3925 rm -f conftest.err conftest.$ac_ext
3927 done
3928 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3929 rm -f conftest.err conftest.$ac_ext
3930 if $ac_preproc_ok; then
3932 else
3933 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3934 See \`config.log' for more details." >&5
3935 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3936 See \`config.log' for more details." >&2;}
3937 { (exit 1); exit 1; }; }
3940 ac_ext=c
3941 ac_cpp='$CPP $CPPFLAGS'
3942 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3943 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3944 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3947 { echo "$as_me:$LINENO: checking for X" >&5
3948 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3951 # Check whether --with-x was given.
3952 if test "${with_x+set}" = set; then
3953 withval=$with_x;
3956 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3957 if test "x$with_x" = xno; then
3958 # The user explicitly disabled X.
3959 have_x=disabled
3960 else
3961 case $x_includes,$x_libraries in #(
3962 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3963 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3964 { (exit 1); exit 1; }; };; #(
3965 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3966 echo $ECHO_N "(cached) $ECHO_C" >&6
3967 else
3968 # One or both of the vars are not set, and there is no cached value.
3969 ac_x_includes=no ac_x_libraries=no
3970 rm -f -r conftest.dir
3971 if mkdir conftest.dir; then
3972 cd conftest.dir
3973 cat >Imakefile <<'_ACEOF'
3974 incroot:
3975 @echo incroot='${INCROOT}'
3976 usrlibdir:
3977 @echo usrlibdir='${USRLIBDIR}'
3978 libdir:
3979 @echo libdir='${LIBDIR}'
3980 _ACEOF
3981 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3982 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3983 for ac_var in incroot usrlibdir libdir; do
3984 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3985 done
3986 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3987 for ac_extension in a so sl; do
3988 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3989 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3990 ac_im_usrlibdir=$ac_im_libdir; break
3992 done
3993 # Screen out bogus values from the imake configuration. They are
3994 # bogus both because they are the default anyway, and because
3995 # using them would break gcc on systems where it needs fixed includes.
3996 case $ac_im_incroot in
3997 /usr/include) ac_x_includes= ;;
3998 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3999 esac
4000 case $ac_im_usrlibdir in
4001 /usr/lib | /lib) ;;
4002 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4003 esac
4005 cd ..
4006 rm -f -r conftest.dir
4009 # Standard set of common directories for X headers.
4010 # Check X11 before X11Rn because it is often a symlink to the current release.
4011 ac_x_header_dirs='
4012 /usr/X11/include
4013 /usr/X11R6/include
4014 /usr/X11R5/include
4015 /usr/X11R4/include
4017 /usr/include/X11
4018 /usr/include/X11R6
4019 /usr/include/X11R5
4020 /usr/include/X11R4
4022 /usr/local/X11/include
4023 /usr/local/X11R6/include
4024 /usr/local/X11R5/include
4025 /usr/local/X11R4/include
4027 /usr/local/include/X11
4028 /usr/local/include/X11R6
4029 /usr/local/include/X11R5
4030 /usr/local/include/X11R4
4032 /usr/X386/include
4033 /usr/x386/include
4034 /usr/XFree86/include/X11
4036 /usr/include
4037 /usr/local/include
4038 /usr/unsupported/include
4039 /usr/athena/include
4040 /usr/local/x11r5/include
4041 /usr/lpp/Xamples/include
4043 /usr/openwin/include
4044 /usr/openwin/share/include'
4046 if test "$ac_x_includes" = no; then
4047 # Guess where to find include files, by looking for Xlib.h.
4048 # First, try using that file with no special directory specified.
4049 cat >conftest.$ac_ext <<_ACEOF
4050 /* confdefs.h. */
4051 _ACEOF
4052 cat confdefs.h >>conftest.$ac_ext
4053 cat >>conftest.$ac_ext <<_ACEOF
4054 /* end confdefs.h. */
4055 #include <X11/Xlib.h>
4056 _ACEOF
4057 if { (ac_try="$ac_cpp conftest.$ac_ext"
4058 case "(($ac_try" in
4059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4060 *) ac_try_echo=$ac_try;;
4061 esac
4062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4063 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4064 ac_status=$?
4065 grep -v '^ *+' conftest.er1 >conftest.err
4066 rm -f conftest.er1
4067 cat conftest.err >&5
4068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4069 (exit $ac_status); } >/dev/null && {
4070 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4071 test ! -s conftest.err
4072 }; then
4073 # We can compile using X headers with no special include directory.
4074 ac_x_includes=
4075 else
4076 echo "$as_me: failed program was:" >&5
4077 sed 's/^/| /' conftest.$ac_ext >&5
4079 for ac_dir in $ac_x_header_dirs; do
4080 if test -r "$ac_dir/X11/Xlib.h"; then
4081 ac_x_includes=$ac_dir
4082 break
4084 done
4087 rm -f conftest.err conftest.$ac_ext
4088 fi # $ac_x_includes = no
4090 if test "$ac_x_libraries" = no; then
4091 # Check for the libraries.
4092 # See if we find them without any special options.
4093 # Don't add to $LIBS permanently.
4094 ac_save_LIBS=$LIBS
4095 LIBS="-lX11 $LIBS"
4096 cat >conftest.$ac_ext <<_ACEOF
4097 /* confdefs.h. */
4098 _ACEOF
4099 cat confdefs.h >>conftest.$ac_ext
4100 cat >>conftest.$ac_ext <<_ACEOF
4101 /* end confdefs.h. */
4102 #include <X11/Xlib.h>
4104 main ()
4106 XrmInitialize ()
4108 return 0;
4110 _ACEOF
4111 rm -f conftest.$ac_objext conftest$ac_exeext
4112 if { (ac_try="$ac_link"
4113 case "(($ac_try" in
4114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4115 *) ac_try_echo=$ac_try;;
4116 esac
4117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4118 (eval "$ac_link") 2>conftest.er1
4119 ac_status=$?
4120 grep -v '^ *+' conftest.er1 >conftest.err
4121 rm -f conftest.er1
4122 cat conftest.err >&5
4123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4124 (exit $ac_status); } && {
4125 test -z "$ac_c_werror_flag" ||
4126 test ! -s conftest.err
4127 } && test -s conftest$ac_exeext &&
4128 $as_test_x conftest$ac_exeext; then
4129 LIBS=$ac_save_LIBS
4130 # We can link X programs with no special library path.
4131 ac_x_libraries=
4132 else
4133 echo "$as_me: failed program was:" >&5
4134 sed 's/^/| /' conftest.$ac_ext >&5
4136 LIBS=$ac_save_LIBS
4137 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4139 # Don't even attempt the hair of trying to link an X program!
4140 for ac_extension in a so sl; do
4141 if test -r "$ac_dir/libX11.$ac_extension"; then
4142 ac_x_libraries=$ac_dir
4143 break 2
4145 done
4146 done
4149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4150 conftest$ac_exeext conftest.$ac_ext
4151 fi # $ac_x_libraries = no
4153 case $ac_x_includes,$ac_x_libraries in #(
4154 no,* | *,no | *\'*)
4155 # Didn't find X, or a directory has "'" in its name.
4156 ac_cv_have_x="have_x=no";; #(
4158 # Record where we found X for the cache.
4159 ac_cv_have_x="have_x=yes\
4160 ac_x_includes='$ac_x_includes'\
4161 ac_x_libraries='$ac_x_libraries'"
4162 esac
4164 ;; #(
4165 *) have_x=yes;;
4166 esac
4167 eval "$ac_cv_have_x"
4168 fi # $with_x != no
4170 if test "$have_x" != yes; then
4171 { echo "$as_me:$LINENO: result: $have_x" >&5
4172 echo "${ECHO_T}$have_x" >&6; }
4173 no_x=yes
4174 else
4175 # If each of the values was on the command line, it overrides each guess.
4176 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4177 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4178 # Update the cache value to reflect the command line values.
4179 ac_cv_have_x="have_x=yes\
4180 ac_x_includes='$x_includes'\
4181 ac_x_libraries='$x_libraries'"
4182 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4183 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4186 if test "$no_x" = yes; then
4187 # Not all programs may use this symbol, but it does not hurt to define it.
4189 cat >>confdefs.h <<\_ACEOF
4190 #define X_DISPLAY_MISSING 1
4191 _ACEOF
4193 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4194 else
4195 if test -n "$x_includes"; then
4196 X_CFLAGS="$X_CFLAGS -I$x_includes"
4199 # It would also be nice to do this for all -L options, not just this one.
4200 if test -n "$x_libraries"; then
4201 X_LIBS="$X_LIBS -L$x_libraries"
4202 # For Solaris; some versions of Sun CC require a space after -R and
4203 # others require no space. Words are not sufficient . . . .
4204 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4205 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4206 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4207 ac_xsave_c_werror_flag=$ac_c_werror_flag
4208 ac_c_werror_flag=yes
4209 cat >conftest.$ac_ext <<_ACEOF
4210 /* confdefs.h. */
4211 _ACEOF
4212 cat confdefs.h >>conftest.$ac_ext
4213 cat >>conftest.$ac_ext <<_ACEOF
4214 /* end confdefs.h. */
4217 main ()
4221 return 0;
4223 _ACEOF
4224 rm -f conftest.$ac_objext conftest$ac_exeext
4225 if { (ac_try="$ac_link"
4226 case "(($ac_try" in
4227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4228 *) ac_try_echo=$ac_try;;
4229 esac
4230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4231 (eval "$ac_link") 2>conftest.er1
4232 ac_status=$?
4233 grep -v '^ *+' conftest.er1 >conftest.err
4234 rm -f conftest.er1
4235 cat conftest.err >&5
4236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4237 (exit $ac_status); } && {
4238 test -z "$ac_c_werror_flag" ||
4239 test ! -s conftest.err
4240 } && test -s conftest$ac_exeext &&
4241 $as_test_x conftest$ac_exeext; then
4242 { echo "$as_me:$LINENO: result: no" >&5
4243 echo "${ECHO_T}no" >&6; }
4244 X_LIBS="$X_LIBS -R$x_libraries"
4245 else
4246 echo "$as_me: failed program was:" >&5
4247 sed 's/^/| /' conftest.$ac_ext >&5
4249 LIBS="$ac_xsave_LIBS -R $x_libraries"
4250 cat >conftest.$ac_ext <<_ACEOF
4251 /* confdefs.h. */
4252 _ACEOF
4253 cat confdefs.h >>conftest.$ac_ext
4254 cat >>conftest.$ac_ext <<_ACEOF
4255 /* end confdefs.h. */
4258 main ()
4262 return 0;
4264 _ACEOF
4265 rm -f conftest.$ac_objext conftest$ac_exeext
4266 if { (ac_try="$ac_link"
4267 case "(($ac_try" in
4268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4269 *) ac_try_echo=$ac_try;;
4270 esac
4271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4272 (eval "$ac_link") 2>conftest.er1
4273 ac_status=$?
4274 grep -v '^ *+' conftest.er1 >conftest.err
4275 rm -f conftest.er1
4276 cat conftest.err >&5
4277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4278 (exit $ac_status); } && {
4279 test -z "$ac_c_werror_flag" ||
4280 test ! -s conftest.err
4281 } && test -s conftest$ac_exeext &&
4282 $as_test_x conftest$ac_exeext; then
4283 { echo "$as_me:$LINENO: result: yes" >&5
4284 echo "${ECHO_T}yes" >&6; }
4285 X_LIBS="$X_LIBS -R $x_libraries"
4286 else
4287 echo "$as_me: failed program was:" >&5
4288 sed 's/^/| /' conftest.$ac_ext >&5
4290 { echo "$as_me:$LINENO: result: neither works" >&5
4291 echo "${ECHO_T}neither works" >&6; }
4294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4295 conftest$ac_exeext conftest.$ac_ext
4298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4299 conftest$ac_exeext conftest.$ac_ext
4300 ac_c_werror_flag=$ac_xsave_c_werror_flag
4301 LIBS=$ac_xsave_LIBS
4304 # Check for system-dependent libraries X programs must link with.
4305 # Do this before checking for the system-independent R6 libraries
4306 # (-lICE), since we may need -lsocket or whatever for X linking.
4308 if test "$ISC" = yes; then
4309 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4310 else
4311 # Martyn Johnson says this is needed for Ultrix, if the X
4312 # libraries were built with DECnet support. And Karl Berry says
4313 # the Alpha needs dnet_stub (dnet does not exist).
4314 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4315 cat >conftest.$ac_ext <<_ACEOF
4316 /* confdefs.h. */
4317 _ACEOF
4318 cat confdefs.h >>conftest.$ac_ext
4319 cat >>conftest.$ac_ext <<_ACEOF
4320 /* end confdefs.h. */
4322 /* Override any GCC internal prototype to avoid an error.
4323 Use char because int might match the return type of a GCC
4324 builtin and then its argument prototype would still apply. */
4325 #ifdef __cplusplus
4326 extern "C"
4327 #endif
4328 char XOpenDisplay ();
4330 main ()
4332 return XOpenDisplay ();
4334 return 0;
4336 _ACEOF
4337 rm -f conftest.$ac_objext conftest$ac_exeext
4338 if { (ac_try="$ac_link"
4339 case "(($ac_try" in
4340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4341 *) ac_try_echo=$ac_try;;
4342 esac
4343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4344 (eval "$ac_link") 2>conftest.er1
4345 ac_status=$?
4346 grep -v '^ *+' conftest.er1 >conftest.err
4347 rm -f conftest.er1
4348 cat conftest.err >&5
4349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4350 (exit $ac_status); } && {
4351 test -z "$ac_c_werror_flag" ||
4352 test ! -s conftest.err
4353 } && test -s conftest$ac_exeext &&
4354 $as_test_x conftest$ac_exeext; then
4356 else
4357 echo "$as_me: failed program was:" >&5
4358 sed 's/^/| /' conftest.$ac_ext >&5
4360 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4361 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4362 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4363 echo $ECHO_N "(cached) $ECHO_C" >&6
4364 else
4365 ac_check_lib_save_LIBS=$LIBS
4366 LIBS="-ldnet $LIBS"
4367 cat >conftest.$ac_ext <<_ACEOF
4368 /* confdefs.h. */
4369 _ACEOF
4370 cat confdefs.h >>conftest.$ac_ext
4371 cat >>conftest.$ac_ext <<_ACEOF
4372 /* end confdefs.h. */
4374 /* Override any GCC internal prototype to avoid an error.
4375 Use char because int might match the return type of a GCC
4376 builtin and then its argument prototype would still apply. */
4377 #ifdef __cplusplus
4378 extern "C"
4379 #endif
4380 char dnet_ntoa ();
4382 main ()
4384 return dnet_ntoa ();
4386 return 0;
4388 _ACEOF
4389 rm -f conftest.$ac_objext conftest$ac_exeext
4390 if { (ac_try="$ac_link"
4391 case "(($ac_try" in
4392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4393 *) ac_try_echo=$ac_try;;
4394 esac
4395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4396 (eval "$ac_link") 2>conftest.er1
4397 ac_status=$?
4398 grep -v '^ *+' conftest.er1 >conftest.err
4399 rm -f conftest.er1
4400 cat conftest.err >&5
4401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4402 (exit $ac_status); } && {
4403 test -z "$ac_c_werror_flag" ||
4404 test ! -s conftest.err
4405 } && test -s conftest$ac_exeext &&
4406 $as_test_x conftest$ac_exeext; then
4407 ac_cv_lib_dnet_dnet_ntoa=yes
4408 else
4409 echo "$as_me: failed program was:" >&5
4410 sed 's/^/| /' conftest.$ac_ext >&5
4412 ac_cv_lib_dnet_dnet_ntoa=no
4415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4416 conftest$ac_exeext conftest.$ac_ext
4417 LIBS=$ac_check_lib_save_LIBS
4419 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4420 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4421 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4422 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4425 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4426 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4427 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4428 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4429 echo $ECHO_N "(cached) $ECHO_C" >&6
4430 else
4431 ac_check_lib_save_LIBS=$LIBS
4432 LIBS="-ldnet_stub $LIBS"
4433 cat >conftest.$ac_ext <<_ACEOF
4434 /* confdefs.h. */
4435 _ACEOF
4436 cat confdefs.h >>conftest.$ac_ext
4437 cat >>conftest.$ac_ext <<_ACEOF
4438 /* end confdefs.h. */
4440 /* Override any GCC internal prototype to avoid an error.
4441 Use char because int might match the return type of a GCC
4442 builtin and then its argument prototype would still apply. */
4443 #ifdef __cplusplus
4444 extern "C"
4445 #endif
4446 char dnet_ntoa ();
4448 main ()
4450 return dnet_ntoa ();
4452 return 0;
4454 _ACEOF
4455 rm -f conftest.$ac_objext conftest$ac_exeext
4456 if { (ac_try="$ac_link"
4457 case "(($ac_try" in
4458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4459 *) ac_try_echo=$ac_try;;
4460 esac
4461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4462 (eval "$ac_link") 2>conftest.er1
4463 ac_status=$?
4464 grep -v '^ *+' conftest.er1 >conftest.err
4465 rm -f conftest.er1
4466 cat conftest.err >&5
4467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4468 (exit $ac_status); } && {
4469 test -z "$ac_c_werror_flag" ||
4470 test ! -s conftest.err
4471 } && test -s conftest$ac_exeext &&
4472 $as_test_x conftest$ac_exeext; then
4473 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4474 else
4475 echo "$as_me: failed program was:" >&5
4476 sed 's/^/| /' conftest.$ac_ext >&5
4478 ac_cv_lib_dnet_stub_dnet_ntoa=no
4481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4482 conftest$ac_exeext conftest.$ac_ext
4483 LIBS=$ac_check_lib_save_LIBS
4485 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4486 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4487 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4488 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4494 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4495 conftest$ac_exeext conftest.$ac_ext
4496 LIBS="$ac_xsave_LIBS"
4498 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4499 # to get the SysV transport functions.
4500 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4501 # needs -lnsl.
4502 # The nsl library prevents programs from opening the X display
4503 # on Irix 5.2, according to T.E. Dickey.
4504 # The functions gethostbyname, getservbyname, and inet_addr are
4505 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4506 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4507 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4508 if test "${ac_cv_func_gethostbyname+set}" = set; then
4509 echo $ECHO_N "(cached) $ECHO_C" >&6
4510 else
4511 cat >conftest.$ac_ext <<_ACEOF
4512 /* confdefs.h. */
4513 _ACEOF
4514 cat confdefs.h >>conftest.$ac_ext
4515 cat >>conftest.$ac_ext <<_ACEOF
4516 /* end confdefs.h. */
4517 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4518 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4519 #define gethostbyname innocuous_gethostbyname
4521 /* System header to define __stub macros and hopefully few prototypes,
4522 which can conflict with char gethostbyname (); below.
4523 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4524 <limits.h> exists even on freestanding compilers. */
4526 #ifdef __STDC__
4527 # include <limits.h>
4528 #else
4529 # include <assert.h>
4530 #endif
4532 #undef gethostbyname
4534 /* Override any GCC internal prototype to avoid an error.
4535 Use char because int might match the return type of a GCC
4536 builtin and then its argument prototype would still apply. */
4537 #ifdef __cplusplus
4538 extern "C"
4539 #endif
4540 char gethostbyname ();
4541 /* The GNU C library defines this for functions which it implements
4542 to always fail with ENOSYS. Some functions are actually named
4543 something starting with __ and the normal name is an alias. */
4544 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4545 choke me
4546 #endif
4549 main ()
4551 return gethostbyname ();
4553 return 0;
4555 _ACEOF
4556 rm -f conftest.$ac_objext conftest$ac_exeext
4557 if { (ac_try="$ac_link"
4558 case "(($ac_try" in
4559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4560 *) ac_try_echo=$ac_try;;
4561 esac
4562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4563 (eval "$ac_link") 2>conftest.er1
4564 ac_status=$?
4565 grep -v '^ *+' conftest.er1 >conftest.err
4566 rm -f conftest.er1
4567 cat conftest.err >&5
4568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4569 (exit $ac_status); } && {
4570 test -z "$ac_c_werror_flag" ||
4571 test ! -s conftest.err
4572 } && test -s conftest$ac_exeext &&
4573 $as_test_x conftest$ac_exeext; then
4574 ac_cv_func_gethostbyname=yes
4575 else
4576 echo "$as_me: failed program was:" >&5
4577 sed 's/^/| /' conftest.$ac_ext >&5
4579 ac_cv_func_gethostbyname=no
4582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4583 conftest$ac_exeext conftest.$ac_ext
4585 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4586 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4588 if test $ac_cv_func_gethostbyname = no; then
4589 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4590 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4591 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4592 echo $ECHO_N "(cached) $ECHO_C" >&6
4593 else
4594 ac_check_lib_save_LIBS=$LIBS
4595 LIBS="-lnsl $LIBS"
4596 cat >conftest.$ac_ext <<_ACEOF
4597 /* confdefs.h. */
4598 _ACEOF
4599 cat confdefs.h >>conftest.$ac_ext
4600 cat >>conftest.$ac_ext <<_ACEOF
4601 /* end confdefs.h. */
4603 /* Override any GCC internal prototype to avoid an error.
4604 Use char because int might match the return type of a GCC
4605 builtin and then its argument prototype would still apply. */
4606 #ifdef __cplusplus
4607 extern "C"
4608 #endif
4609 char gethostbyname ();
4611 main ()
4613 return gethostbyname ();
4615 return 0;
4617 _ACEOF
4618 rm -f conftest.$ac_objext conftest$ac_exeext
4619 if { (ac_try="$ac_link"
4620 case "(($ac_try" in
4621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4622 *) ac_try_echo=$ac_try;;
4623 esac
4624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4625 (eval "$ac_link") 2>conftest.er1
4626 ac_status=$?
4627 grep -v '^ *+' conftest.er1 >conftest.err
4628 rm -f conftest.er1
4629 cat conftest.err >&5
4630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4631 (exit $ac_status); } && {
4632 test -z "$ac_c_werror_flag" ||
4633 test ! -s conftest.err
4634 } && test -s conftest$ac_exeext &&
4635 $as_test_x conftest$ac_exeext; then
4636 ac_cv_lib_nsl_gethostbyname=yes
4637 else
4638 echo "$as_me: failed program was:" >&5
4639 sed 's/^/| /' conftest.$ac_ext >&5
4641 ac_cv_lib_nsl_gethostbyname=no
4644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4645 conftest$ac_exeext conftest.$ac_ext
4646 LIBS=$ac_check_lib_save_LIBS
4648 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4649 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4650 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4651 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4654 if test $ac_cv_lib_nsl_gethostbyname = no; then
4655 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4656 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4657 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4658 echo $ECHO_N "(cached) $ECHO_C" >&6
4659 else
4660 ac_check_lib_save_LIBS=$LIBS
4661 LIBS="-lbsd $LIBS"
4662 cat >conftest.$ac_ext <<_ACEOF
4663 /* confdefs.h. */
4664 _ACEOF
4665 cat confdefs.h >>conftest.$ac_ext
4666 cat >>conftest.$ac_ext <<_ACEOF
4667 /* end confdefs.h. */
4669 /* Override any GCC internal prototype to avoid an error.
4670 Use char because int might match the return type of a GCC
4671 builtin and then its argument prototype would still apply. */
4672 #ifdef __cplusplus
4673 extern "C"
4674 #endif
4675 char gethostbyname ();
4677 main ()
4679 return gethostbyname ();
4681 return 0;
4683 _ACEOF
4684 rm -f conftest.$ac_objext conftest$ac_exeext
4685 if { (ac_try="$ac_link"
4686 case "(($ac_try" in
4687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4688 *) ac_try_echo=$ac_try;;
4689 esac
4690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4691 (eval "$ac_link") 2>conftest.er1
4692 ac_status=$?
4693 grep -v '^ *+' conftest.er1 >conftest.err
4694 rm -f conftest.er1
4695 cat conftest.err >&5
4696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4697 (exit $ac_status); } && {
4698 test -z "$ac_c_werror_flag" ||
4699 test ! -s conftest.err
4700 } && test -s conftest$ac_exeext &&
4701 $as_test_x conftest$ac_exeext; then
4702 ac_cv_lib_bsd_gethostbyname=yes
4703 else
4704 echo "$as_me: failed program was:" >&5
4705 sed 's/^/| /' conftest.$ac_ext >&5
4707 ac_cv_lib_bsd_gethostbyname=no
4710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4711 conftest$ac_exeext conftest.$ac_ext
4712 LIBS=$ac_check_lib_save_LIBS
4714 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4715 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4716 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4717 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4723 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4724 # socket/setsockopt and other routines are undefined under SCO ODT
4725 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4726 # on later versions), says Simon Leinen: it contains gethostby*
4727 # variants that don't use the name server (or something). -lsocket
4728 # must be given before -lnsl if both are needed. We assume that
4729 # if connect needs -lnsl, so does gethostbyname.
4730 { echo "$as_me:$LINENO: checking for connect" >&5
4731 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4732 if test "${ac_cv_func_connect+set}" = set; then
4733 echo $ECHO_N "(cached) $ECHO_C" >&6
4734 else
4735 cat >conftest.$ac_ext <<_ACEOF
4736 /* confdefs.h. */
4737 _ACEOF
4738 cat confdefs.h >>conftest.$ac_ext
4739 cat >>conftest.$ac_ext <<_ACEOF
4740 /* end confdefs.h. */
4741 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4742 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4743 #define connect innocuous_connect
4745 /* System header to define __stub macros and hopefully few prototypes,
4746 which can conflict with char connect (); below.
4747 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4748 <limits.h> exists even on freestanding compilers. */
4750 #ifdef __STDC__
4751 # include <limits.h>
4752 #else
4753 # include <assert.h>
4754 #endif
4756 #undef connect
4758 /* Override any GCC internal prototype to avoid an error.
4759 Use char because int might match the return type of a GCC
4760 builtin and then its argument prototype would still apply. */
4761 #ifdef __cplusplus
4762 extern "C"
4763 #endif
4764 char connect ();
4765 /* The GNU C library defines this for functions which it implements
4766 to always fail with ENOSYS. Some functions are actually named
4767 something starting with __ and the normal name is an alias. */
4768 #if defined __stub_connect || defined __stub___connect
4769 choke me
4770 #endif
4773 main ()
4775 return connect ();
4777 return 0;
4779 _ACEOF
4780 rm -f conftest.$ac_objext conftest$ac_exeext
4781 if { (ac_try="$ac_link"
4782 case "(($ac_try" in
4783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4784 *) ac_try_echo=$ac_try;;
4785 esac
4786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4787 (eval "$ac_link") 2>conftest.er1
4788 ac_status=$?
4789 grep -v '^ *+' conftest.er1 >conftest.err
4790 rm -f conftest.er1
4791 cat conftest.err >&5
4792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4793 (exit $ac_status); } && {
4794 test -z "$ac_c_werror_flag" ||
4795 test ! -s conftest.err
4796 } && test -s conftest$ac_exeext &&
4797 $as_test_x conftest$ac_exeext; then
4798 ac_cv_func_connect=yes
4799 else
4800 echo "$as_me: failed program was:" >&5
4801 sed 's/^/| /' conftest.$ac_ext >&5
4803 ac_cv_func_connect=no
4806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4807 conftest$ac_exeext conftest.$ac_ext
4809 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4810 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4812 if test $ac_cv_func_connect = no; then
4813 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4814 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4815 if test "${ac_cv_lib_socket_connect+set}" = set; then
4816 echo $ECHO_N "(cached) $ECHO_C" >&6
4817 else
4818 ac_check_lib_save_LIBS=$LIBS
4819 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4820 cat >conftest.$ac_ext <<_ACEOF
4821 /* confdefs.h. */
4822 _ACEOF
4823 cat confdefs.h >>conftest.$ac_ext
4824 cat >>conftest.$ac_ext <<_ACEOF
4825 /* end confdefs.h. */
4827 /* Override any GCC internal prototype to avoid an error.
4828 Use char because int might match the return type of a GCC
4829 builtin and then its argument prototype would still apply. */
4830 #ifdef __cplusplus
4831 extern "C"
4832 #endif
4833 char connect ();
4835 main ()
4837 return connect ();
4839 return 0;
4841 _ACEOF
4842 rm -f conftest.$ac_objext conftest$ac_exeext
4843 if { (ac_try="$ac_link"
4844 case "(($ac_try" in
4845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4846 *) ac_try_echo=$ac_try;;
4847 esac
4848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4849 (eval "$ac_link") 2>conftest.er1
4850 ac_status=$?
4851 grep -v '^ *+' conftest.er1 >conftest.err
4852 rm -f conftest.er1
4853 cat conftest.err >&5
4854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4855 (exit $ac_status); } && {
4856 test -z "$ac_c_werror_flag" ||
4857 test ! -s conftest.err
4858 } && test -s conftest$ac_exeext &&
4859 $as_test_x conftest$ac_exeext; then
4860 ac_cv_lib_socket_connect=yes
4861 else
4862 echo "$as_me: failed program was:" >&5
4863 sed 's/^/| /' conftest.$ac_ext >&5
4865 ac_cv_lib_socket_connect=no
4868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4869 conftest$ac_exeext conftest.$ac_ext
4870 LIBS=$ac_check_lib_save_LIBS
4872 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4873 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4874 if test $ac_cv_lib_socket_connect = yes; then
4875 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4880 # Guillermo Gomez says -lposix is necessary on A/UX.
4881 { echo "$as_me:$LINENO: checking for remove" >&5
4882 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4883 if test "${ac_cv_func_remove+set}" = set; then
4884 echo $ECHO_N "(cached) $ECHO_C" >&6
4885 else
4886 cat >conftest.$ac_ext <<_ACEOF
4887 /* confdefs.h. */
4888 _ACEOF
4889 cat confdefs.h >>conftest.$ac_ext
4890 cat >>conftest.$ac_ext <<_ACEOF
4891 /* end confdefs.h. */
4892 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4893 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4894 #define remove innocuous_remove
4896 /* System header to define __stub macros and hopefully few prototypes,
4897 which can conflict with char remove (); below.
4898 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4899 <limits.h> exists even on freestanding compilers. */
4901 #ifdef __STDC__
4902 # include <limits.h>
4903 #else
4904 # include <assert.h>
4905 #endif
4907 #undef remove
4909 /* Override any GCC internal prototype to avoid an error.
4910 Use char because int might match the return type of a GCC
4911 builtin and then its argument prototype would still apply. */
4912 #ifdef __cplusplus
4913 extern "C"
4914 #endif
4915 char remove ();
4916 /* The GNU C library defines this for functions which it implements
4917 to always fail with ENOSYS. Some functions are actually named
4918 something starting with __ and the normal name is an alias. */
4919 #if defined __stub_remove || defined __stub___remove
4920 choke me
4921 #endif
4924 main ()
4926 return remove ();
4928 return 0;
4930 _ACEOF
4931 rm -f conftest.$ac_objext conftest$ac_exeext
4932 if { (ac_try="$ac_link"
4933 case "(($ac_try" in
4934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4935 *) ac_try_echo=$ac_try;;
4936 esac
4937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4938 (eval "$ac_link") 2>conftest.er1
4939 ac_status=$?
4940 grep -v '^ *+' conftest.er1 >conftest.err
4941 rm -f conftest.er1
4942 cat conftest.err >&5
4943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4944 (exit $ac_status); } && {
4945 test -z "$ac_c_werror_flag" ||
4946 test ! -s conftest.err
4947 } && test -s conftest$ac_exeext &&
4948 $as_test_x conftest$ac_exeext; then
4949 ac_cv_func_remove=yes
4950 else
4951 echo "$as_me: failed program was:" >&5
4952 sed 's/^/| /' conftest.$ac_ext >&5
4954 ac_cv_func_remove=no
4957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4958 conftest$ac_exeext conftest.$ac_ext
4960 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4961 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4963 if test $ac_cv_func_remove = no; then
4964 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4965 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4966 if test "${ac_cv_lib_posix_remove+set}" = set; then
4967 echo $ECHO_N "(cached) $ECHO_C" >&6
4968 else
4969 ac_check_lib_save_LIBS=$LIBS
4970 LIBS="-lposix $LIBS"
4971 cat >conftest.$ac_ext <<_ACEOF
4972 /* confdefs.h. */
4973 _ACEOF
4974 cat confdefs.h >>conftest.$ac_ext
4975 cat >>conftest.$ac_ext <<_ACEOF
4976 /* end confdefs.h. */
4978 /* Override any GCC internal prototype to avoid an error.
4979 Use char because int might match the return type of a GCC
4980 builtin and then its argument prototype would still apply. */
4981 #ifdef __cplusplus
4982 extern "C"
4983 #endif
4984 char remove ();
4986 main ()
4988 return remove ();
4990 return 0;
4992 _ACEOF
4993 rm -f conftest.$ac_objext conftest$ac_exeext
4994 if { (ac_try="$ac_link"
4995 case "(($ac_try" in
4996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4997 *) ac_try_echo=$ac_try;;
4998 esac
4999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5000 (eval "$ac_link") 2>conftest.er1
5001 ac_status=$?
5002 grep -v '^ *+' conftest.er1 >conftest.err
5003 rm -f conftest.er1
5004 cat conftest.err >&5
5005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5006 (exit $ac_status); } && {
5007 test -z "$ac_c_werror_flag" ||
5008 test ! -s conftest.err
5009 } && test -s conftest$ac_exeext &&
5010 $as_test_x conftest$ac_exeext; then
5011 ac_cv_lib_posix_remove=yes
5012 else
5013 echo "$as_me: failed program was:" >&5
5014 sed 's/^/| /' conftest.$ac_ext >&5
5016 ac_cv_lib_posix_remove=no
5019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5020 conftest$ac_exeext conftest.$ac_ext
5021 LIBS=$ac_check_lib_save_LIBS
5023 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5024 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5025 if test $ac_cv_lib_posix_remove = yes; then
5026 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5031 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5032 { echo "$as_me:$LINENO: checking for shmat" >&5
5033 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5034 if test "${ac_cv_func_shmat+set}" = set; then
5035 echo $ECHO_N "(cached) $ECHO_C" >&6
5036 else
5037 cat >conftest.$ac_ext <<_ACEOF
5038 /* confdefs.h. */
5039 _ACEOF
5040 cat confdefs.h >>conftest.$ac_ext
5041 cat >>conftest.$ac_ext <<_ACEOF
5042 /* end confdefs.h. */
5043 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5044 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5045 #define shmat innocuous_shmat
5047 /* System header to define __stub macros and hopefully few prototypes,
5048 which can conflict with char shmat (); below.
5049 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5050 <limits.h> exists even on freestanding compilers. */
5052 #ifdef __STDC__
5053 # include <limits.h>
5054 #else
5055 # include <assert.h>
5056 #endif
5058 #undef shmat
5060 /* Override any GCC internal prototype to avoid an error.
5061 Use char because int might match the return type of a GCC
5062 builtin and then its argument prototype would still apply. */
5063 #ifdef __cplusplus
5064 extern "C"
5065 #endif
5066 char shmat ();
5067 /* The GNU C library defines this for functions which it implements
5068 to always fail with ENOSYS. Some functions are actually named
5069 something starting with __ and the normal name is an alias. */
5070 #if defined __stub_shmat || defined __stub___shmat
5071 choke me
5072 #endif
5075 main ()
5077 return shmat ();
5079 return 0;
5081 _ACEOF
5082 rm -f conftest.$ac_objext conftest$ac_exeext
5083 if { (ac_try="$ac_link"
5084 case "(($ac_try" in
5085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5086 *) ac_try_echo=$ac_try;;
5087 esac
5088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5089 (eval "$ac_link") 2>conftest.er1
5090 ac_status=$?
5091 grep -v '^ *+' conftest.er1 >conftest.err
5092 rm -f conftest.er1
5093 cat conftest.err >&5
5094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5095 (exit $ac_status); } && {
5096 test -z "$ac_c_werror_flag" ||
5097 test ! -s conftest.err
5098 } && test -s conftest$ac_exeext &&
5099 $as_test_x conftest$ac_exeext; then
5100 ac_cv_func_shmat=yes
5101 else
5102 echo "$as_me: failed program was:" >&5
5103 sed 's/^/| /' conftest.$ac_ext >&5
5105 ac_cv_func_shmat=no
5108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5109 conftest$ac_exeext conftest.$ac_ext
5111 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5112 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5114 if test $ac_cv_func_shmat = no; then
5115 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5116 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5117 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5118 echo $ECHO_N "(cached) $ECHO_C" >&6
5119 else
5120 ac_check_lib_save_LIBS=$LIBS
5121 LIBS="-lipc $LIBS"
5122 cat >conftest.$ac_ext <<_ACEOF
5123 /* confdefs.h. */
5124 _ACEOF
5125 cat confdefs.h >>conftest.$ac_ext
5126 cat >>conftest.$ac_ext <<_ACEOF
5127 /* end confdefs.h. */
5129 /* Override any GCC internal prototype to avoid an error.
5130 Use char because int might match the return type of a GCC
5131 builtin and then its argument prototype would still apply. */
5132 #ifdef __cplusplus
5133 extern "C"
5134 #endif
5135 char shmat ();
5137 main ()
5139 return shmat ();
5141 return 0;
5143 _ACEOF
5144 rm -f conftest.$ac_objext conftest$ac_exeext
5145 if { (ac_try="$ac_link"
5146 case "(($ac_try" in
5147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5148 *) ac_try_echo=$ac_try;;
5149 esac
5150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5151 (eval "$ac_link") 2>conftest.er1
5152 ac_status=$?
5153 grep -v '^ *+' conftest.er1 >conftest.err
5154 rm -f conftest.er1
5155 cat conftest.err >&5
5156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5157 (exit $ac_status); } && {
5158 test -z "$ac_c_werror_flag" ||
5159 test ! -s conftest.err
5160 } && test -s conftest$ac_exeext &&
5161 $as_test_x conftest$ac_exeext; then
5162 ac_cv_lib_ipc_shmat=yes
5163 else
5164 echo "$as_me: failed program was:" >&5
5165 sed 's/^/| /' conftest.$ac_ext >&5
5167 ac_cv_lib_ipc_shmat=no
5170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5171 conftest$ac_exeext conftest.$ac_ext
5172 LIBS=$ac_check_lib_save_LIBS
5174 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5175 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5176 if test $ac_cv_lib_ipc_shmat = yes; then
5177 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5183 # Check for libraries that X11R6 Xt/Xaw programs need.
5184 ac_save_LDFLAGS=$LDFLAGS
5185 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5186 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5187 # check for ICE first), but we must link in the order -lSM -lICE or
5188 # we get undefined symbols. So assume we have SM if we have ICE.
5189 # These have to be linked with before -lX11, unlike the other
5190 # libraries we check for below, so use a different variable.
5191 # John Interrante, Karl Berry
5192 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5193 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5194 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5195 echo $ECHO_N "(cached) $ECHO_C" >&6
5196 else
5197 ac_check_lib_save_LIBS=$LIBS
5198 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5199 cat >conftest.$ac_ext <<_ACEOF
5200 /* confdefs.h. */
5201 _ACEOF
5202 cat confdefs.h >>conftest.$ac_ext
5203 cat >>conftest.$ac_ext <<_ACEOF
5204 /* end confdefs.h. */
5206 /* Override any GCC internal prototype to avoid an error.
5207 Use char because int might match the return type of a GCC
5208 builtin and then its argument prototype would still apply. */
5209 #ifdef __cplusplus
5210 extern "C"
5211 #endif
5212 char IceConnectionNumber ();
5214 main ()
5216 return IceConnectionNumber ();
5218 return 0;
5220 _ACEOF
5221 rm -f conftest.$ac_objext conftest$ac_exeext
5222 if { (ac_try="$ac_link"
5223 case "(($ac_try" in
5224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5225 *) ac_try_echo=$ac_try;;
5226 esac
5227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5228 (eval "$ac_link") 2>conftest.er1
5229 ac_status=$?
5230 grep -v '^ *+' conftest.er1 >conftest.err
5231 rm -f conftest.er1
5232 cat conftest.err >&5
5233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5234 (exit $ac_status); } && {
5235 test -z "$ac_c_werror_flag" ||
5236 test ! -s conftest.err
5237 } && test -s conftest$ac_exeext &&
5238 $as_test_x conftest$ac_exeext; then
5239 ac_cv_lib_ICE_IceConnectionNumber=yes
5240 else
5241 echo "$as_me: failed program was:" >&5
5242 sed 's/^/| /' conftest.$ac_ext >&5
5244 ac_cv_lib_ICE_IceConnectionNumber=no
5247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5248 conftest$ac_exeext conftest.$ac_ext
5249 LIBS=$ac_check_lib_save_LIBS
5251 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5252 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5253 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5254 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5257 LDFLAGS=$ac_save_LDFLAGS
5262 for ac_prog in flex
5264 # Extract the first word of "$ac_prog", so it can be a program name with args.
5265 set dummy $ac_prog; ac_word=$2
5266 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5268 if test "${ac_cv_prog_FLEX+set}" = set; then
5269 echo $ECHO_N "(cached) $ECHO_C" >&6
5270 else
5271 if test -n "$FLEX"; then
5272 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5273 else
5274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5275 for as_dir in $PATH
5277 IFS=$as_save_IFS
5278 test -z "$as_dir" && as_dir=.
5279 for ac_exec_ext in '' $ac_executable_extensions; do
5280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5281 ac_cv_prog_FLEX="$ac_prog"
5282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5283 break 2
5285 done
5286 done
5287 IFS=$as_save_IFS
5291 FLEX=$ac_cv_prog_FLEX
5292 if test -n "$FLEX"; then
5293 { echo "$as_me:$LINENO: result: $FLEX" >&5
5294 echo "${ECHO_T}$FLEX" >&6; }
5295 else
5296 { echo "$as_me:$LINENO: result: no" >&5
5297 echo "${ECHO_T}no" >&6; }
5301 test -n "$FLEX" && break
5302 done
5303 test -n "$FLEX" || FLEX="none"
5305 if test "$FLEX" = "none"
5306 then
5307 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5308 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5309 { (exit 1); exit 1; }; }
5312 for ac_prog in bison
5314 # Extract the first word of "$ac_prog", so it can be a program name with args.
5315 set dummy $ac_prog; ac_word=$2
5316 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5317 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5318 if test "${ac_cv_prog_BISON+set}" = set; then
5319 echo $ECHO_N "(cached) $ECHO_C" >&6
5320 else
5321 if test -n "$BISON"; then
5322 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5323 else
5324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5325 for as_dir in $PATH
5327 IFS=$as_save_IFS
5328 test -z "$as_dir" && as_dir=.
5329 for ac_exec_ext in '' $ac_executable_extensions; do
5330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5331 ac_cv_prog_BISON="$ac_prog"
5332 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5333 break 2
5335 done
5336 done
5337 IFS=$as_save_IFS
5341 BISON=$ac_cv_prog_BISON
5342 if test -n "$BISON"; then
5343 { echo "$as_me:$LINENO: result: $BISON" >&5
5344 echo "${ECHO_T}$BISON" >&6; }
5345 else
5346 { echo "$as_me:$LINENO: result: no" >&5
5347 echo "${ECHO_T}no" >&6; }
5351 test -n "$BISON" && break
5352 done
5353 test -n "$BISON" || BISON="none"
5355 if test "$BISON" = "none"
5356 then
5357 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5358 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5359 { (exit 1); exit 1; }; }
5362 if test -n "$ac_tool_prefix"; then
5363 for ac_prog in gas as
5365 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5366 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5367 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5368 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5369 if test "${ac_cv_prog_AS+set}" = set; then
5370 echo $ECHO_N "(cached) $ECHO_C" >&6
5371 else
5372 if test -n "$AS"; then
5373 ac_cv_prog_AS="$AS" # Let the user override the test.
5374 else
5375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5376 for as_dir in $PATH
5378 IFS=$as_save_IFS
5379 test -z "$as_dir" && as_dir=.
5380 for ac_exec_ext in '' $ac_executable_extensions; do
5381 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5382 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5383 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5384 break 2
5386 done
5387 done
5388 IFS=$as_save_IFS
5392 AS=$ac_cv_prog_AS
5393 if test -n "$AS"; then
5394 { echo "$as_me:$LINENO: result: $AS" >&5
5395 echo "${ECHO_T}$AS" >&6; }
5396 else
5397 { echo "$as_me:$LINENO: result: no" >&5
5398 echo "${ECHO_T}no" >&6; }
5402 test -n "$AS" && break
5403 done
5405 if test -z "$AS"; then
5406 ac_ct_AS=$AS
5407 for ac_prog in gas as
5409 # Extract the first word of "$ac_prog", so it can be a program name with args.
5410 set dummy $ac_prog; ac_word=$2
5411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5413 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5414 echo $ECHO_N "(cached) $ECHO_C" >&6
5415 else
5416 if test -n "$ac_ct_AS"; then
5417 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5418 else
5419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5420 for as_dir in $PATH
5422 IFS=$as_save_IFS
5423 test -z "$as_dir" && as_dir=.
5424 for ac_exec_ext in '' $ac_executable_extensions; do
5425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5426 ac_cv_prog_ac_ct_AS="$ac_prog"
5427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5428 break 2
5430 done
5431 done
5432 IFS=$as_save_IFS
5436 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5437 if test -n "$ac_ct_AS"; then
5438 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5439 echo "${ECHO_T}$ac_ct_AS" >&6; }
5440 else
5441 { echo "$as_me:$LINENO: result: no" >&5
5442 echo "${ECHO_T}no" >&6; }
5446 test -n "$ac_ct_AS" && break
5447 done
5449 if test "x$ac_ct_AS" = x; then
5450 AS="as"
5451 else
5452 case $cross_compiling:$ac_tool_warned in
5453 yes:)
5454 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5455 whose name does not start with the host triplet. If you think this
5456 configuration is useful to you, please write to autoconf@gnu.org." >&5
5457 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5458 whose name does not start with the host triplet. If you think this
5459 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5460 ac_tool_warned=yes ;;
5461 esac
5462 AS=$ac_ct_AS
5466 if test -n "$ac_tool_prefix"; then
5467 for ac_prog in ld gld
5469 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5470 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5473 if test "${ac_cv_prog_LD+set}" = set; then
5474 echo $ECHO_N "(cached) $ECHO_C" >&6
5475 else
5476 if test -n "$LD"; then
5477 ac_cv_prog_LD="$LD" # Let the user override the test.
5478 else
5479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5480 for as_dir in $PATH
5482 IFS=$as_save_IFS
5483 test -z "$as_dir" && as_dir=.
5484 for ac_exec_ext in '' $ac_executable_extensions; do
5485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5486 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5488 break 2
5490 done
5491 done
5492 IFS=$as_save_IFS
5496 LD=$ac_cv_prog_LD
5497 if test -n "$LD"; then
5498 { echo "$as_me:$LINENO: result: $LD" >&5
5499 echo "${ECHO_T}$LD" >&6; }
5500 else
5501 { echo "$as_me:$LINENO: result: no" >&5
5502 echo "${ECHO_T}no" >&6; }
5506 test -n "$LD" && break
5507 done
5509 if test -z "$LD"; then
5510 ac_ct_LD=$LD
5511 for ac_prog in ld gld
5513 # Extract the first word of "$ac_prog", so it can be a program name with args.
5514 set dummy $ac_prog; ac_word=$2
5515 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5516 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5517 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5518 echo $ECHO_N "(cached) $ECHO_C" >&6
5519 else
5520 if test -n "$ac_ct_LD"; then
5521 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5522 else
5523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5524 for as_dir in $PATH
5526 IFS=$as_save_IFS
5527 test -z "$as_dir" && as_dir=.
5528 for ac_exec_ext in '' $ac_executable_extensions; do
5529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5530 ac_cv_prog_ac_ct_LD="$ac_prog"
5531 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5532 break 2
5534 done
5535 done
5536 IFS=$as_save_IFS
5540 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5541 if test -n "$ac_ct_LD"; then
5542 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5543 echo "${ECHO_T}$ac_ct_LD" >&6; }
5544 else
5545 { echo "$as_me:$LINENO: result: no" >&5
5546 echo "${ECHO_T}no" >&6; }
5550 test -n "$ac_ct_LD" && break
5551 done
5553 if test "x$ac_ct_LD" = x; then
5554 LD="ld"
5555 else
5556 case $cross_compiling:$ac_tool_warned in
5557 yes:)
5558 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5559 whose name does not start with the host triplet. If you think this
5560 configuration is useful to you, please write to autoconf@gnu.org." >&5
5561 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5562 whose name does not start with the host triplet. If you think this
5563 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5564 ac_tool_warned=yes ;;
5565 esac
5566 LD=$ac_ct_LD
5570 if test -n "$ac_tool_prefix"; then
5571 for ac_prog in nm gnm
5573 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5574 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5575 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5576 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5577 if test "${ac_cv_prog_NM+set}" = set; then
5578 echo $ECHO_N "(cached) $ECHO_C" >&6
5579 else
5580 if test -n "$NM"; then
5581 ac_cv_prog_NM="$NM" # Let the user override the test.
5582 else
5583 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5584 for as_dir in $PATH
5586 IFS=$as_save_IFS
5587 test -z "$as_dir" && as_dir=.
5588 for ac_exec_ext in '' $ac_executable_extensions; do
5589 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5590 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5591 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5592 break 2
5594 done
5595 done
5596 IFS=$as_save_IFS
5600 NM=$ac_cv_prog_NM
5601 if test -n "$NM"; then
5602 { echo "$as_me:$LINENO: result: $NM" >&5
5603 echo "${ECHO_T}$NM" >&6; }
5604 else
5605 { echo "$as_me:$LINENO: result: no" >&5
5606 echo "${ECHO_T}no" >&6; }
5610 test -n "$NM" && break
5611 done
5613 if test -z "$NM"; then
5614 ac_ct_NM=$NM
5615 for ac_prog in nm gnm
5617 # Extract the first word of "$ac_prog", so it can be a program name with args.
5618 set dummy $ac_prog; ac_word=$2
5619 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5620 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5621 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5622 echo $ECHO_N "(cached) $ECHO_C" >&6
5623 else
5624 if test -n "$ac_ct_NM"; then
5625 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5626 else
5627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5628 for as_dir in $PATH
5630 IFS=$as_save_IFS
5631 test -z "$as_dir" && as_dir=.
5632 for ac_exec_ext in '' $ac_executable_extensions; do
5633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5634 ac_cv_prog_ac_ct_NM="$ac_prog"
5635 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5636 break 2
5638 done
5639 done
5640 IFS=$as_save_IFS
5644 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5645 if test -n "$ac_ct_NM"; then
5646 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5647 echo "${ECHO_T}$ac_ct_NM" >&6; }
5648 else
5649 { echo "$as_me:$LINENO: result: no" >&5
5650 echo "${ECHO_T}no" >&6; }
5654 test -n "$ac_ct_NM" && break
5655 done
5657 if test "x$ac_ct_NM" = x; then
5658 NM="nm"
5659 else
5660 case $cross_compiling:$ac_tool_warned in
5661 yes:)
5662 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5663 whose name does not start with the host triplet. If you think this
5664 configuration is useful to you, please write to autoconf@gnu.org." >&5
5665 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5666 whose name does not start with the host triplet. If you think this
5667 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5668 ac_tool_warned=yes ;;
5669 esac
5670 NM=$ac_ct_NM
5674 if test -n "$ac_tool_prefix"; then
5675 for ac_prog in ar gar
5677 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5678 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5679 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5681 if test "${ac_cv_prog_AR+set}" = set; then
5682 echo $ECHO_N "(cached) $ECHO_C" >&6
5683 else
5684 if test -n "$AR"; then
5685 ac_cv_prog_AR="$AR" # Let the user override the test.
5686 else
5687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5688 for as_dir in $PATH
5690 IFS=$as_save_IFS
5691 test -z "$as_dir" && as_dir=.
5692 for ac_exec_ext in '' $ac_executable_extensions; do
5693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5694 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5696 break 2
5698 done
5699 done
5700 IFS=$as_save_IFS
5704 AR=$ac_cv_prog_AR
5705 if test -n "$AR"; then
5706 { echo "$as_me:$LINENO: result: $AR" >&5
5707 echo "${ECHO_T}$AR" >&6; }
5708 else
5709 { echo "$as_me:$LINENO: result: no" >&5
5710 echo "${ECHO_T}no" >&6; }
5714 test -n "$AR" && break
5715 done
5717 if test -z "$AR"; then
5718 ac_ct_AR=$AR
5719 for ac_prog in ar gar
5721 # Extract the first word of "$ac_prog", so it can be a program name with args.
5722 set dummy $ac_prog; ac_word=$2
5723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5725 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5726 echo $ECHO_N "(cached) $ECHO_C" >&6
5727 else
5728 if test -n "$ac_ct_AR"; then
5729 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5730 else
5731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5732 for as_dir in $PATH
5734 IFS=$as_save_IFS
5735 test -z "$as_dir" && as_dir=.
5736 for ac_exec_ext in '' $ac_executable_extensions; do
5737 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5738 ac_cv_prog_ac_ct_AR="$ac_prog"
5739 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5740 break 2
5742 done
5743 done
5744 IFS=$as_save_IFS
5748 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5749 if test -n "$ac_ct_AR"; then
5750 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5751 echo "${ECHO_T}$ac_ct_AR" >&6; }
5752 else
5753 { echo "$as_me:$LINENO: result: no" >&5
5754 echo "${ECHO_T}no" >&6; }
5758 test -n "$ac_ct_AR" && break
5759 done
5761 if test "x$ac_ct_AR" = x; then
5762 AR="ar"
5763 else
5764 case $cross_compiling:$ac_tool_warned in
5765 yes:)
5766 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5767 whose name does not start with the host triplet. If you think this
5768 configuration is useful to you, please write to autoconf@gnu.org." >&5
5769 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5770 whose name does not start with the host triplet. If you think this
5771 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5772 ac_tool_warned=yes ;;
5773 esac
5774 AR=$ac_ct_AR
5778 ARFLAGS=rc
5780 if test -n "$ac_tool_prefix"; then
5781 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5782 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5783 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5784 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5785 if test "${ac_cv_prog_RANLIB+set}" = set; then
5786 echo $ECHO_N "(cached) $ECHO_C" >&6
5787 else
5788 if test -n "$RANLIB"; then
5789 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5790 else
5791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5792 for as_dir in $PATH
5794 IFS=$as_save_IFS
5795 test -z "$as_dir" && as_dir=.
5796 for ac_exec_ext in '' $ac_executable_extensions; do
5797 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5798 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5799 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5800 break 2
5802 done
5803 done
5804 IFS=$as_save_IFS
5808 RANLIB=$ac_cv_prog_RANLIB
5809 if test -n "$RANLIB"; then
5810 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5811 echo "${ECHO_T}$RANLIB" >&6; }
5812 else
5813 { echo "$as_me:$LINENO: result: no" >&5
5814 echo "${ECHO_T}no" >&6; }
5819 if test -z "$ac_cv_prog_RANLIB"; then
5820 ac_ct_RANLIB=$RANLIB
5821 # Extract the first word of "ranlib", so it can be a program name with args.
5822 set dummy ranlib; ac_word=$2
5823 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5825 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5826 echo $ECHO_N "(cached) $ECHO_C" >&6
5827 else
5828 if test -n "$ac_ct_RANLIB"; then
5829 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5830 else
5831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5832 for as_dir in $PATH
5834 IFS=$as_save_IFS
5835 test -z "$as_dir" && as_dir=.
5836 for ac_exec_ext in '' $ac_executable_extensions; do
5837 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5838 ac_cv_prog_ac_ct_RANLIB="ranlib"
5839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5840 break 2
5842 done
5843 done
5844 IFS=$as_save_IFS
5848 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5849 if test -n "$ac_ct_RANLIB"; then
5850 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5851 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5852 else
5853 { echo "$as_me:$LINENO: result: no" >&5
5854 echo "${ECHO_T}no" >&6; }
5857 if test "x$ac_ct_RANLIB" = x; then
5858 RANLIB=":"
5859 else
5860 case $cross_compiling:$ac_tool_warned in
5861 yes:)
5862 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5863 whose name does not start with the host triplet. If you think this
5864 configuration is useful to you, please write to autoconf@gnu.org." >&5
5865 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5866 whose name does not start with the host triplet. If you think this
5867 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5868 ac_tool_warned=yes ;;
5869 esac
5870 RANLIB=$ac_ct_RANLIB
5872 else
5873 RANLIB="$ac_cv_prog_RANLIB"
5876 if test -n "$ac_tool_prefix"; then
5877 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5878 set dummy ${ac_tool_prefix}strip; ac_word=$2
5879 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5880 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5881 if test "${ac_cv_prog_STRIP+set}" = set; then
5882 echo $ECHO_N "(cached) $ECHO_C" >&6
5883 else
5884 if test -n "$STRIP"; then
5885 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5886 else
5887 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5888 for as_dir in $PATH
5890 IFS=$as_save_IFS
5891 test -z "$as_dir" && as_dir=.
5892 for ac_exec_ext in '' $ac_executable_extensions; do
5893 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5894 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5895 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5896 break 2
5898 done
5899 done
5900 IFS=$as_save_IFS
5904 STRIP=$ac_cv_prog_STRIP
5905 if test -n "$STRIP"; then
5906 { echo "$as_me:$LINENO: result: $STRIP" >&5
5907 echo "${ECHO_T}$STRIP" >&6; }
5908 else
5909 { echo "$as_me:$LINENO: result: no" >&5
5910 echo "${ECHO_T}no" >&6; }
5915 if test -z "$ac_cv_prog_STRIP"; then
5916 ac_ct_STRIP=$STRIP
5917 # Extract the first word of "strip", so it can be a program name with args.
5918 set dummy strip; ac_word=$2
5919 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5920 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5921 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5922 echo $ECHO_N "(cached) $ECHO_C" >&6
5923 else
5924 if test -n "$ac_ct_STRIP"; then
5925 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5926 else
5927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5928 for as_dir in $PATH
5930 IFS=$as_save_IFS
5931 test -z "$as_dir" && as_dir=.
5932 for ac_exec_ext in '' $ac_executable_extensions; do
5933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5934 ac_cv_prog_ac_ct_STRIP="strip"
5935 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5936 break 2
5938 done
5939 done
5940 IFS=$as_save_IFS
5944 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5945 if test -n "$ac_ct_STRIP"; then
5946 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5947 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5948 else
5949 { echo "$as_me:$LINENO: result: no" >&5
5950 echo "${ECHO_T}no" >&6; }
5953 if test "x$ac_ct_STRIP" = x; then
5954 STRIP="strip"
5955 else
5956 case $cross_compiling:$ac_tool_warned in
5957 yes:)
5958 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5959 whose name does not start with the host triplet. If you think this
5960 configuration is useful to you, please write to autoconf@gnu.org." >&5
5961 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5962 whose name does not start with the host triplet. If you think this
5963 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5964 ac_tool_warned=yes ;;
5965 esac
5966 STRIP=$ac_ct_STRIP
5968 else
5969 STRIP="$ac_cv_prog_STRIP"
5972 if test -n "$ac_tool_prefix"; then
5973 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5974 set dummy ${ac_tool_prefix}windres; ac_word=$2
5975 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5977 if test "${ac_cv_prog_WINDRES+set}" = set; then
5978 echo $ECHO_N "(cached) $ECHO_C" >&6
5979 else
5980 if test -n "$WINDRES"; then
5981 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5982 else
5983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5984 for as_dir in $PATH
5986 IFS=$as_save_IFS
5987 test -z "$as_dir" && as_dir=.
5988 for ac_exec_ext in '' $ac_executable_extensions; do
5989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5990 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5992 break 2
5994 done
5995 done
5996 IFS=$as_save_IFS
6000 WINDRES=$ac_cv_prog_WINDRES
6001 if test -n "$WINDRES"; then
6002 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6003 echo "${ECHO_T}$WINDRES" >&6; }
6004 else
6005 { echo "$as_me:$LINENO: result: no" >&5
6006 echo "${ECHO_T}no" >&6; }
6011 if test -z "$ac_cv_prog_WINDRES"; then
6012 ac_ct_WINDRES=$WINDRES
6013 # Extract the first word of "windres", so it can be a program name with args.
6014 set dummy windres; ac_word=$2
6015 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6016 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6017 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6018 echo $ECHO_N "(cached) $ECHO_C" >&6
6019 else
6020 if test -n "$ac_ct_WINDRES"; then
6021 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6022 else
6023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6024 for as_dir in $PATH
6026 IFS=$as_save_IFS
6027 test -z "$as_dir" && as_dir=.
6028 for ac_exec_ext in '' $ac_executable_extensions; do
6029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6030 ac_cv_prog_ac_ct_WINDRES="windres"
6031 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6032 break 2
6034 done
6035 done
6036 IFS=$as_save_IFS
6040 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6041 if test -n "$ac_ct_WINDRES"; then
6042 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6043 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6044 else
6045 { echo "$as_me:$LINENO: result: no" >&5
6046 echo "${ECHO_T}no" >&6; }
6049 if test "x$ac_ct_WINDRES" = x; then
6050 WINDRES="false"
6051 else
6052 case $cross_compiling:$ac_tool_warned in
6053 yes:)
6054 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6055 whose name does not start with the host triplet. If you think this
6056 configuration is useful to you, please write to autoconf@gnu.org." >&5
6057 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6058 whose name does not start with the host triplet. If you think this
6059 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6060 ac_tool_warned=yes ;;
6061 esac
6062 WINDRES=$ac_ct_WINDRES
6064 else
6065 WINDRES="$ac_cv_prog_WINDRES"
6068 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6069 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6070 LN_S=$as_ln_s
6071 if test "$LN_S" = "ln -s"; then
6072 { echo "$as_me:$LINENO: result: yes" >&5
6073 echo "${ECHO_T}yes" >&6; }
6074 else
6075 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6076 echo "${ECHO_T}no, using $LN_S" >&6; }
6079 { echo "$as_me:$LINENO: checking whether ln works" >&5
6080 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6081 rm -f conf$$ conf$$.file
6082 echo >conf$$.file
6083 if ln conf$$.file conf$$ 2>/dev/null; then
6084 LN=ln
6086 { echo "$as_me:$LINENO: result: yes" >&5
6087 echo "${ECHO_T}yes" >&6; }
6088 else
6089 LN="cp -p"
6091 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6092 echo "${ECHO_T}no, using $LN" >&6; }
6094 rm -f conf$$ conf$$.file
6095 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6096 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6097 if test "${ac_cv_path_GREP+set}" = set; then
6098 echo $ECHO_N "(cached) $ECHO_C" >&6
6099 else
6100 # Extract the first word of "grep ggrep" to use in msg output
6101 if test -z "$GREP"; then
6102 set dummy grep ggrep; ac_prog_name=$2
6103 if test "${ac_cv_path_GREP+set}" = set; then
6104 echo $ECHO_N "(cached) $ECHO_C" >&6
6105 else
6106 ac_path_GREP_found=false
6107 # Loop through the user's path and test for each of PROGNAME-LIST
6108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6109 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6111 IFS=$as_save_IFS
6112 test -z "$as_dir" && as_dir=.
6113 for ac_prog in grep ggrep; do
6114 for ac_exec_ext in '' $ac_executable_extensions; do
6115 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6116 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6117 # Check for GNU ac_path_GREP and select it if it is found.
6118 # Check for GNU $ac_path_GREP
6119 case `"$ac_path_GREP" --version 2>&1` in
6120 *GNU*)
6121 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6123 ac_count=0
6124 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6125 while :
6127 cat "conftest.in" "conftest.in" >"conftest.tmp"
6128 mv "conftest.tmp" "conftest.in"
6129 cp "conftest.in" "conftest.nl"
6130 echo 'GREP' >> "conftest.nl"
6131 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6132 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6133 ac_count=`expr $ac_count + 1`
6134 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6135 # Best one so far, save it but keep looking for a better one
6136 ac_cv_path_GREP="$ac_path_GREP"
6137 ac_path_GREP_max=$ac_count
6139 # 10*(2^10) chars as input seems more than enough
6140 test $ac_count -gt 10 && break
6141 done
6142 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6143 esac
6146 $ac_path_GREP_found && break 3
6147 done
6148 done
6150 done
6151 IFS=$as_save_IFS
6156 GREP="$ac_cv_path_GREP"
6157 if test -z "$GREP"; then
6158 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6159 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6160 { (exit 1); exit 1; }; }
6163 else
6164 ac_cv_path_GREP=$GREP
6169 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6170 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6171 GREP="$ac_cv_path_GREP"
6174 { echo "$as_me:$LINENO: checking for egrep" >&5
6175 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6176 if test "${ac_cv_path_EGREP+set}" = set; then
6177 echo $ECHO_N "(cached) $ECHO_C" >&6
6178 else
6179 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6180 then ac_cv_path_EGREP="$GREP -E"
6181 else
6182 # Extract the first word of "egrep" to use in msg output
6183 if test -z "$EGREP"; then
6184 set dummy egrep; ac_prog_name=$2
6185 if test "${ac_cv_path_EGREP+set}" = set; then
6186 echo $ECHO_N "(cached) $ECHO_C" >&6
6187 else
6188 ac_path_EGREP_found=false
6189 # Loop through the user's path and test for each of PROGNAME-LIST
6190 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6191 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6193 IFS=$as_save_IFS
6194 test -z "$as_dir" && as_dir=.
6195 for ac_prog in egrep; do
6196 for ac_exec_ext in '' $ac_executable_extensions; do
6197 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6198 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6199 # Check for GNU ac_path_EGREP and select it if it is found.
6200 # Check for GNU $ac_path_EGREP
6201 case `"$ac_path_EGREP" --version 2>&1` in
6202 *GNU*)
6203 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6205 ac_count=0
6206 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6207 while :
6209 cat "conftest.in" "conftest.in" >"conftest.tmp"
6210 mv "conftest.tmp" "conftest.in"
6211 cp "conftest.in" "conftest.nl"
6212 echo 'EGREP' >> "conftest.nl"
6213 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6214 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6215 ac_count=`expr $ac_count + 1`
6216 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6217 # Best one so far, save it but keep looking for a better one
6218 ac_cv_path_EGREP="$ac_path_EGREP"
6219 ac_path_EGREP_max=$ac_count
6221 # 10*(2^10) chars as input seems more than enough
6222 test $ac_count -gt 10 && break
6223 done
6224 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6225 esac
6228 $ac_path_EGREP_found && break 3
6229 done
6230 done
6232 done
6233 IFS=$as_save_IFS
6238 EGREP="$ac_cv_path_EGREP"
6239 if test -z "$EGREP"; then
6240 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6241 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6242 { (exit 1); exit 1; }; }
6245 else
6246 ac_cv_path_EGREP=$EGREP
6252 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6253 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6254 EGREP="$ac_cv_path_EGREP"
6257 # Extract the first word of "ldconfig", so it can be a program name with args.
6258 set dummy ldconfig; ac_word=$2
6259 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6260 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6261 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6262 echo $ECHO_N "(cached) $ECHO_C" >&6
6263 else
6264 case $LDCONFIG in
6265 [\\/]* | ?:[\\/]*)
6266 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6270 for as_dir in /sbin /usr/sbin $PATH
6272 IFS=$as_save_IFS
6273 test -z "$as_dir" && as_dir=.
6274 for ac_exec_ext in '' $ac_executable_extensions; do
6275 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6276 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6277 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6278 break 2
6280 done
6281 done
6282 IFS=$as_save_IFS
6284 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6286 esac
6288 LDCONFIG=$ac_cv_path_LDCONFIG
6289 if test -n "$LDCONFIG"; then
6290 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6291 echo "${ECHO_T}$LDCONFIG" >&6; }
6292 else
6293 { echo "$as_me:$LINENO: result: no" >&5
6294 echo "${ECHO_T}no" >&6; }
6298 # Find a good install program. We prefer a C program (faster),
6299 # so one script is as good as another. But avoid the broken or
6300 # incompatible versions:
6301 # SysV /etc/install, /usr/sbin/install
6302 # SunOS /usr/etc/install
6303 # IRIX /sbin/install
6304 # AIX /bin/install
6305 # AmigaOS /C/install, which installs bootblocks on floppy discs
6306 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6307 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6308 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6309 # OS/2's system install, which has a completely different semantic
6310 # ./install, which can be erroneously created by make from ./install.sh.
6311 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6312 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6313 if test -z "$INSTALL"; then
6314 if test "${ac_cv_path_install+set}" = set; then
6315 echo $ECHO_N "(cached) $ECHO_C" >&6
6316 else
6317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6318 for as_dir in $PATH
6320 IFS=$as_save_IFS
6321 test -z "$as_dir" && as_dir=.
6322 # Account for people who put trailing slashes in PATH elements.
6323 case $as_dir/ in
6324 ./ | .// | /cC/* | \
6325 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6326 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6327 /usr/ucb/* ) ;;
6329 # OSF1 and SCO ODT 3.0 have their own names for install.
6330 # Don't use installbsd from OSF since it installs stuff as root
6331 # by default.
6332 for ac_prog in ginstall scoinst install; do
6333 for ac_exec_ext in '' $ac_executable_extensions; do
6334 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6335 if test $ac_prog = install &&
6336 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6337 # AIX install. It has an incompatible calling convention.
6339 elif test $ac_prog = install &&
6340 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6341 # program-specific install script used by HP pwplus--don't use.
6343 else
6344 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6345 break 3
6348 done
6349 done
6351 esac
6352 done
6353 IFS=$as_save_IFS
6357 if test "${ac_cv_path_install+set}" = set; then
6358 INSTALL=$ac_cv_path_install
6359 else
6360 # As a last resort, use the slow shell script. Don't cache a
6361 # value for INSTALL within a source directory, because that will
6362 # break other packages using the cache if that directory is
6363 # removed, or if the value is a relative name.
6364 INSTALL=$ac_install_sh
6367 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6368 echo "${ECHO_T}$INSTALL" >&6; }
6370 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6371 # It thinks the first close brace ends the variable substitution.
6372 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6374 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6376 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6378 case "$INSTALL" in
6379 [\\/$]* | ?:[\\/]* ) ;;
6380 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6381 esac
6383 for ac_prog in lclint lint
6385 # Extract the first word of "$ac_prog", so it can be a program name with args.
6386 set dummy $ac_prog; ac_word=$2
6387 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6388 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6389 if test "${ac_cv_prog_LINT+set}" = set; then
6390 echo $ECHO_N "(cached) $ECHO_C" >&6
6391 else
6392 if test -n "$LINT"; then
6393 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6394 else
6395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6396 for as_dir in $PATH
6398 IFS=$as_save_IFS
6399 test -z "$as_dir" && as_dir=.
6400 for ac_exec_ext in '' $ac_executable_extensions; do
6401 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6402 ac_cv_prog_LINT="$ac_prog"
6403 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6404 break 2
6406 done
6407 done
6408 IFS=$as_save_IFS
6412 LINT=$ac_cv_prog_LINT
6413 if test -n "$LINT"; then
6414 { echo "$as_me:$LINENO: result: $LINT" >&5
6415 echo "${ECHO_T}$LINT" >&6; }
6416 else
6417 { echo "$as_me:$LINENO: result: no" >&5
6418 echo "${ECHO_T}no" >&6; }
6422 test -n "$LINT" && break
6423 done
6425 if test "$LINT" = "lint"
6426 then
6427 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6432 for ac_prog in fontforge
6434 # Extract the first word of "$ac_prog", so it can be a program name with args.
6435 set dummy $ac_prog; ac_word=$2
6436 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6437 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6438 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6439 echo $ECHO_N "(cached) $ECHO_C" >&6
6440 else
6441 if test -n "$FONTFORGE"; then
6442 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6443 else
6444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6445 for as_dir in $PATH
6447 IFS=$as_save_IFS
6448 test -z "$as_dir" && as_dir=.
6449 for ac_exec_ext in '' $ac_executable_extensions; do
6450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6451 ac_cv_prog_FONTFORGE="$ac_prog"
6452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6453 break 2
6455 done
6456 done
6457 IFS=$as_save_IFS
6461 FONTFORGE=$ac_cv_prog_FONTFORGE
6462 if test -n "$FONTFORGE"; then
6463 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6464 echo "${ECHO_T}$FONTFORGE" >&6; }
6465 else
6466 { echo "$as_me:$LINENO: result: no" >&5
6467 echo "${ECHO_T}no" >&6; }
6471 test -n "$FONTFORGE" && break
6472 done
6473 test -n "$FONTFORGE" || FONTFORGE="false"
6475 for ac_prog in pkg-config
6477 # Extract the first word of "$ac_prog", so it can be a program name with args.
6478 set dummy $ac_prog; ac_word=$2
6479 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6481 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6482 echo $ECHO_N "(cached) $ECHO_C" >&6
6483 else
6484 if test -n "$PKG_CONFIG"; then
6485 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6486 else
6487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6488 for as_dir in $PATH
6490 IFS=$as_save_IFS
6491 test -z "$as_dir" && as_dir=.
6492 for ac_exec_ext in '' $ac_executable_extensions; do
6493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6494 ac_cv_prog_PKG_CONFIG="$ac_prog"
6495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6496 break 2
6498 done
6499 done
6500 IFS=$as_save_IFS
6504 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6505 if test -n "$PKG_CONFIG"; then
6506 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6507 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6508 else
6509 { echo "$as_me:$LINENO: result: no" >&5
6510 echo "${ECHO_T}no" >&6; }
6514 test -n "$PKG_CONFIG" && break
6515 done
6516 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6518 for ac_prog in rsvg
6520 # Extract the first word of "$ac_prog", so it can be a program name with args.
6521 set dummy $ac_prog; ac_word=$2
6522 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6523 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6524 if test "${ac_cv_prog_RSVG+set}" = set; then
6525 echo $ECHO_N "(cached) $ECHO_C" >&6
6526 else
6527 if test -n "$RSVG"; then
6528 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6529 else
6530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6531 for as_dir in $PATH
6533 IFS=$as_save_IFS
6534 test -z "$as_dir" && as_dir=.
6535 for ac_exec_ext in '' $ac_executable_extensions; do
6536 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6537 ac_cv_prog_RSVG="$ac_prog"
6538 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6539 break 2
6541 done
6542 done
6543 IFS=$as_save_IFS
6547 RSVG=$ac_cv_prog_RSVG
6548 if test -n "$RSVG"; then
6549 { echo "$as_me:$LINENO: result: $RSVG" >&5
6550 echo "${ECHO_T}$RSVG" >&6; }
6551 else
6552 { echo "$as_me:$LINENO: result: no" >&5
6553 echo "${ECHO_T}no" >&6; }
6557 test -n "$RSVG" && break
6558 done
6559 test -n "$RSVG" || RSVG="false"
6561 for ac_prog in icotool
6563 # Extract the first word of "$ac_prog", so it can be a program name with args.
6564 set dummy $ac_prog; ac_word=$2
6565 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6567 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6568 echo $ECHO_N "(cached) $ECHO_C" >&6
6569 else
6570 if test -n "$ICOTOOL"; then
6571 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6572 else
6573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6574 for as_dir in $PATH
6576 IFS=$as_save_IFS
6577 test -z "$as_dir" && as_dir=.
6578 for ac_exec_ext in '' $ac_executable_extensions; do
6579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6580 ac_cv_prog_ICOTOOL="$ac_prog"
6581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6582 break 2
6584 done
6585 done
6586 IFS=$as_save_IFS
6590 ICOTOOL=$ac_cv_prog_ICOTOOL
6591 if test -n "$ICOTOOL"; then
6592 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6593 echo "${ECHO_T}$ICOTOOL" >&6; }
6594 else
6595 { echo "$as_me:$LINENO: result: no" >&5
6596 echo "${ECHO_T}no" >&6; }
6600 test -n "$ICOTOOL" && break
6601 done
6602 test -n "$ICOTOOL" || ICOTOOL="false"
6605 if test "${enable_maintainer_mode+set}" = set
6606 then
6607 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6608 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6609 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6612 case $host_cpu in
6613 *i[3456789]86*)
6614 # Extract the first word of "prelink", so it can be a program name with args.
6615 set dummy prelink; ac_word=$2
6616 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6618 if test "${ac_cv_path_PRELINK+set}" = set; then
6619 echo $ECHO_N "(cached) $ECHO_C" >&6
6620 else
6621 case $PRELINK in
6622 [\\/]* | ?:[\\/]*)
6623 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6627 for as_dir in /sbin /usr/sbin $PATH
6629 IFS=$as_save_IFS
6630 test -z "$as_dir" && as_dir=.
6631 for ac_exec_ext in '' $ac_executable_extensions; do
6632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6633 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6635 break 2
6637 done
6638 done
6639 IFS=$as_save_IFS
6641 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6643 esac
6645 PRELINK=$ac_cv_path_PRELINK
6646 if test -n "$PRELINK"; then
6647 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6648 echo "${ECHO_T}$PRELINK" >&6; }
6649 else
6650 { echo "$as_me:$LINENO: result: no" >&5
6651 echo "${ECHO_T}no" >&6; }
6656 esac
6660 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6661 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6662 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6663 echo $ECHO_N "(cached) $ECHO_C" >&6
6664 else
6665 ac_check_lib_save_LIBS=$LIBS
6666 LIBS="-li386 $LIBS"
6667 cat >conftest.$ac_ext <<_ACEOF
6668 /* confdefs.h. */
6669 _ACEOF
6670 cat confdefs.h >>conftest.$ac_ext
6671 cat >>conftest.$ac_ext <<_ACEOF
6672 /* end confdefs.h. */
6674 /* Override any GCC internal prototype to avoid an error.
6675 Use char because int might match the return type of a GCC
6676 builtin and then its argument prototype would still apply. */
6677 #ifdef __cplusplus
6678 extern "C"
6679 #endif
6680 char i386_set_ldt ();
6682 main ()
6684 return i386_set_ldt ();
6686 return 0;
6688 _ACEOF
6689 rm -f conftest.$ac_objext conftest$ac_exeext
6690 if { (ac_try="$ac_link"
6691 case "(($ac_try" in
6692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6693 *) ac_try_echo=$ac_try;;
6694 esac
6695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6696 (eval "$ac_link") 2>conftest.er1
6697 ac_status=$?
6698 grep -v '^ *+' conftest.er1 >conftest.err
6699 rm -f conftest.er1
6700 cat conftest.err >&5
6701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6702 (exit $ac_status); } && {
6703 test -z "$ac_c_werror_flag" ||
6704 test ! -s conftest.err
6705 } && test -s conftest$ac_exeext &&
6706 $as_test_x conftest$ac_exeext; then
6707 ac_cv_lib_i386_i386_set_ldt=yes
6708 else
6709 echo "$as_me: failed program was:" >&5
6710 sed 's/^/| /' conftest.$ac_ext >&5
6712 ac_cv_lib_i386_i386_set_ldt=no
6715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6716 conftest$ac_exeext conftest.$ac_ext
6717 LIBS=$ac_check_lib_save_LIBS
6719 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6720 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6721 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6722 cat >>confdefs.h <<_ACEOF
6723 #define HAVE_LIBI386 1
6724 _ACEOF
6726 LIBS="-li386 $LIBS"
6731 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6732 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6733 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6734 echo $ECHO_N "(cached) $ECHO_C" >&6
6735 else
6736 ac_check_lib_save_LIBS=$LIBS
6737 LIBS="-lossaudio $LIBS"
6738 cat >conftest.$ac_ext <<_ACEOF
6739 /* confdefs.h. */
6740 _ACEOF
6741 cat confdefs.h >>conftest.$ac_ext
6742 cat >>conftest.$ac_ext <<_ACEOF
6743 /* end confdefs.h. */
6745 /* Override any GCC internal prototype to avoid an error.
6746 Use char because int might match the return type of a GCC
6747 builtin and then its argument prototype would still apply. */
6748 #ifdef __cplusplus
6749 extern "C"
6750 #endif
6751 char _oss_ioctl ();
6753 main ()
6755 return _oss_ioctl ();
6757 return 0;
6759 _ACEOF
6760 rm -f conftest.$ac_objext conftest$ac_exeext
6761 if { (ac_try="$ac_link"
6762 case "(($ac_try" in
6763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6764 *) ac_try_echo=$ac_try;;
6765 esac
6766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6767 (eval "$ac_link") 2>conftest.er1
6768 ac_status=$?
6769 grep -v '^ *+' conftest.er1 >conftest.err
6770 rm -f conftest.er1
6771 cat conftest.err >&5
6772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6773 (exit $ac_status); } && {
6774 test -z "$ac_c_werror_flag" ||
6775 test ! -s conftest.err
6776 } && test -s conftest$ac_exeext &&
6777 $as_test_x conftest$ac_exeext; then
6778 ac_cv_lib_ossaudio__oss_ioctl=yes
6779 else
6780 echo "$as_me: failed program was:" >&5
6781 sed 's/^/| /' conftest.$ac_ext >&5
6783 ac_cv_lib_ossaudio__oss_ioctl=no
6786 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6787 conftest$ac_exeext conftest.$ac_ext
6788 LIBS=$ac_check_lib_save_LIBS
6790 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6791 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6792 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6793 cat >>confdefs.h <<_ACEOF
6794 #define HAVE_LIBOSSAUDIO 1
6795 _ACEOF
6797 LIBS="-lossaudio $LIBS"
6801 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6802 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6803 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6804 echo $ECHO_N "(cached) $ECHO_C" >&6
6805 else
6806 ac_check_lib_save_LIBS=$LIBS
6807 LIBS="-lpthread $LIBS"
6808 cat >conftest.$ac_ext <<_ACEOF
6809 /* confdefs.h. */
6810 _ACEOF
6811 cat confdefs.h >>conftest.$ac_ext
6812 cat >>conftest.$ac_ext <<_ACEOF
6813 /* end confdefs.h. */
6815 /* Override any GCC internal prototype to avoid an error.
6816 Use char because int might match the return type of a GCC
6817 builtin and then its argument prototype would still apply. */
6818 #ifdef __cplusplus
6819 extern "C"
6820 #endif
6821 char pthread_create ();
6823 main ()
6825 return pthread_create ();
6827 return 0;
6829 _ACEOF
6830 rm -f conftest.$ac_objext conftest$ac_exeext
6831 if { (ac_try="$ac_link"
6832 case "(($ac_try" in
6833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6834 *) ac_try_echo=$ac_try;;
6835 esac
6836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6837 (eval "$ac_link") 2>conftest.er1
6838 ac_status=$?
6839 grep -v '^ *+' conftest.er1 >conftest.err
6840 rm -f conftest.er1
6841 cat conftest.err >&5
6842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6843 (exit $ac_status); } && {
6844 test -z "$ac_c_werror_flag" ||
6845 test ! -s conftest.err
6846 } && test -s conftest$ac_exeext &&
6847 $as_test_x conftest$ac_exeext; then
6848 ac_cv_lib_pthread_pthread_create=yes
6849 else
6850 echo "$as_me: failed program was:" >&5
6851 sed 's/^/| /' conftest.$ac_ext >&5
6853 ac_cv_lib_pthread_pthread_create=no
6856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6857 conftest$ac_exeext conftest.$ac_ext
6858 LIBS=$ac_check_lib_save_LIBS
6860 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6861 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6862 if test $ac_cv_lib_pthread_pthread_create = yes; then
6863 LIBPTHREAD="-lpthread"
6868 XLIB=""
6870 OPENGL_LIBS=""
6874 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6875 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6876 if test "${ac_cv_header_stdc+set}" = set; then
6877 echo $ECHO_N "(cached) $ECHO_C" >&6
6878 else
6879 cat >conftest.$ac_ext <<_ACEOF
6880 /* confdefs.h. */
6881 _ACEOF
6882 cat confdefs.h >>conftest.$ac_ext
6883 cat >>conftest.$ac_ext <<_ACEOF
6884 /* end confdefs.h. */
6885 #include <stdlib.h>
6886 #include <stdarg.h>
6887 #include <string.h>
6888 #include <float.h>
6891 main ()
6895 return 0;
6897 _ACEOF
6898 rm -f conftest.$ac_objext
6899 if { (ac_try="$ac_compile"
6900 case "(($ac_try" in
6901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6902 *) ac_try_echo=$ac_try;;
6903 esac
6904 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6905 (eval "$ac_compile") 2>conftest.er1
6906 ac_status=$?
6907 grep -v '^ *+' conftest.er1 >conftest.err
6908 rm -f conftest.er1
6909 cat conftest.err >&5
6910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6911 (exit $ac_status); } && {
6912 test -z "$ac_c_werror_flag" ||
6913 test ! -s conftest.err
6914 } && test -s conftest.$ac_objext; then
6915 ac_cv_header_stdc=yes
6916 else
6917 echo "$as_me: failed program was:" >&5
6918 sed 's/^/| /' conftest.$ac_ext >&5
6920 ac_cv_header_stdc=no
6923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6925 if test $ac_cv_header_stdc = yes; then
6926 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6927 cat >conftest.$ac_ext <<_ACEOF
6928 /* confdefs.h. */
6929 _ACEOF
6930 cat confdefs.h >>conftest.$ac_ext
6931 cat >>conftest.$ac_ext <<_ACEOF
6932 /* end confdefs.h. */
6933 #include <string.h>
6935 _ACEOF
6936 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6937 $EGREP "memchr" >/dev/null 2>&1; then
6939 else
6940 ac_cv_header_stdc=no
6942 rm -f conftest*
6946 if test $ac_cv_header_stdc = yes; then
6947 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6948 cat >conftest.$ac_ext <<_ACEOF
6949 /* confdefs.h. */
6950 _ACEOF
6951 cat confdefs.h >>conftest.$ac_ext
6952 cat >>conftest.$ac_ext <<_ACEOF
6953 /* end confdefs.h. */
6954 #include <stdlib.h>
6956 _ACEOF
6957 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6958 $EGREP "free" >/dev/null 2>&1; then
6960 else
6961 ac_cv_header_stdc=no
6963 rm -f conftest*
6967 if test $ac_cv_header_stdc = yes; then
6968 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6969 if test "$cross_compiling" = yes; then
6971 else
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 <ctype.h>
6979 #include <stdlib.h>
6980 #if ((' ' & 0x0FF) == 0x020)
6981 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6982 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6983 #else
6984 # define ISLOWER(c) \
6985 (('a' <= (c) && (c) <= 'i') \
6986 || ('j' <= (c) && (c) <= 'r') \
6987 || ('s' <= (c) && (c) <= 'z'))
6988 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6989 #endif
6991 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6993 main ()
6995 int i;
6996 for (i = 0; i < 256; i++)
6997 if (XOR (islower (i), ISLOWER (i))
6998 || toupper (i) != TOUPPER (i))
6999 return 2;
7000 return 0;
7002 _ACEOF
7003 rm -f conftest$ac_exeext
7004 if { (ac_try="$ac_link"
7005 case "(($ac_try" in
7006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7007 *) ac_try_echo=$ac_try;;
7008 esac
7009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7010 (eval "$ac_link") 2>&5
7011 ac_status=$?
7012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7013 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7014 { (case "(($ac_try" in
7015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7016 *) ac_try_echo=$ac_try;;
7017 esac
7018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7019 (eval "$ac_try") 2>&5
7020 ac_status=$?
7021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7022 (exit $ac_status); }; }; then
7024 else
7025 echo "$as_me: program exited with status $ac_status" >&5
7026 echo "$as_me: failed program was:" >&5
7027 sed 's/^/| /' conftest.$ac_ext >&5
7029 ( exit $ac_status )
7030 ac_cv_header_stdc=no
7032 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7038 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7039 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7040 if test $ac_cv_header_stdc = yes; then
7042 cat >>confdefs.h <<\_ACEOF
7043 #define STDC_HEADERS 1
7044 _ACEOF
7048 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7058 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7059 inttypes.h stdint.h unistd.h
7061 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7062 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7063 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7064 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7065 echo $ECHO_N "(cached) $ECHO_C" >&6
7066 else
7067 cat >conftest.$ac_ext <<_ACEOF
7068 /* confdefs.h. */
7069 _ACEOF
7070 cat confdefs.h >>conftest.$ac_ext
7071 cat >>conftest.$ac_ext <<_ACEOF
7072 /* end confdefs.h. */
7073 $ac_includes_default
7075 #include <$ac_header>
7076 _ACEOF
7077 rm -f conftest.$ac_objext
7078 if { (ac_try="$ac_compile"
7079 case "(($ac_try" in
7080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7081 *) ac_try_echo=$ac_try;;
7082 esac
7083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7084 (eval "$ac_compile") 2>conftest.er1
7085 ac_status=$?
7086 grep -v '^ *+' conftest.er1 >conftest.err
7087 rm -f conftest.er1
7088 cat conftest.err >&5
7089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7090 (exit $ac_status); } && {
7091 test -z "$ac_c_werror_flag" ||
7092 test ! -s conftest.err
7093 } && test -s conftest.$ac_objext; then
7094 eval "$as_ac_Header=yes"
7095 else
7096 echo "$as_me: failed program was:" >&5
7097 sed 's/^/| /' conftest.$ac_ext >&5
7099 eval "$as_ac_Header=no"
7102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7104 ac_res=`eval echo '${'$as_ac_Header'}'`
7105 { echo "$as_me:$LINENO: result: $ac_res" >&5
7106 echo "${ECHO_T}$ac_res" >&6; }
7107 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7108 cat >>confdefs.h <<_ACEOF
7109 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7110 _ACEOF
7114 done
7228 for ac_header in \
7229 AudioUnit/AudioUnit.h \
7230 Carbon/Carbon.h \
7231 CoreAudio/CoreAudio.h \
7232 DiskArbitration/DiskArbitration.h \
7233 IOKit/IOKitLib.h \
7234 alias.h \
7235 alsa/asoundlib.h \
7236 arpa/inet.h \
7237 arpa/nameser.h \
7238 asm/types.h \
7239 capi20.h \
7240 curses.h \
7241 direct.h \
7242 dlfcn.h \
7243 elf.h \
7244 float.h \
7245 fontconfig/fontconfig.h \
7246 getopt.h \
7247 ieeefp.h \
7248 io.h \
7249 jack/jack.h \
7250 jpeglib.h \
7251 lber.h \
7252 lcms.h \
7253 lcms/lcms.h \
7254 ldap.h \
7255 libaudioio.h \
7256 link.h \
7257 linux/cdrom.h \
7258 linux/compiler.h \
7259 linux/hdreg.h \
7260 linux/input.h \
7261 linux/ioctl.h \
7262 linux/joystick.h \
7263 linux/major.h \
7264 linux/param.h \
7265 linux/serial.h \
7266 linux/ucdrom.h \
7267 mach/mach.h \
7268 mach/machine.h \
7269 machine/cpu.h \
7270 machine/limits.h \
7271 machine/soundcard.h \
7272 mntent.h \
7273 ncurses.h \
7274 netdb.h \
7275 netinet/in.h \
7276 netinet/in_systm.h \
7277 netinet/tcp.h \
7278 netinet/tcp_fsm.h \
7279 openssl/err.h \
7280 openssl/ssl.h \
7281 png.h \
7282 poll.h \
7283 process.h \
7284 pthread.h \
7285 pwd.h \
7286 regex.h \
7287 sched.h \
7288 scsi/scsi.h \
7289 scsi/scsi_ioctl.h \
7290 scsi/sg.h \
7291 soundcard.h \
7292 stdint.h \
7293 strings.h \
7294 sys/asoundlib.h \
7295 sys/cdio.h \
7296 sys/elf32.h \
7297 sys/epoll.h \
7298 sys/errno.h \
7299 sys/event.h \
7300 sys/exec_elf.h \
7301 sys/filio.h \
7302 sys/ioctl.h \
7303 sys/ipc.h \
7304 sys/limits.h \
7305 sys/link.h \
7306 sys/lwp.h \
7307 sys/mman.h \
7308 sys/modem.h \
7309 sys/msg.h \
7310 sys/mtio.h \
7311 sys/param.h \
7312 sys/poll.h \
7313 sys/prctl.h \
7314 sys/ptrace.h \
7315 sys/reg.h \
7316 sys/resource.h \
7317 sys/scsiio.h \
7318 sys/shm.h \
7319 sys/signal.h \
7320 sys/socket.h \
7321 sys/socketvar.h \
7322 sys/sockio.h \
7323 sys/soundcard.h \
7324 sys/statvfs.h \
7325 sys/strtio.h \
7326 sys/syscall.h \
7327 sys/sysctl.h \
7328 sys/time.h \
7329 sys/times.h \
7330 sys/uio.h \
7331 sys/un.h \
7332 sys/vm86.h \
7333 sys/wait.h \
7334 syscall.h \
7335 termios.h \
7336 unistd.h \
7337 utime.h \
7338 valgrind/memcheck.h \
7339 valgrind/valgrind.h
7342 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7343 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7344 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7345 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7346 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7347 echo $ECHO_N "(cached) $ECHO_C" >&6
7349 ac_res=`eval echo '${'$as_ac_Header'}'`
7350 { echo "$as_me:$LINENO: result: $ac_res" >&5
7351 echo "${ECHO_T}$ac_res" >&6; }
7352 else
7353 # Is the header compilable?
7354 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7355 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7356 cat >conftest.$ac_ext <<_ACEOF
7357 /* confdefs.h. */
7358 _ACEOF
7359 cat confdefs.h >>conftest.$ac_ext
7360 cat >>conftest.$ac_ext <<_ACEOF
7361 /* end confdefs.h. */
7362 $ac_includes_default
7363 #include <$ac_header>
7364 _ACEOF
7365 rm -f conftest.$ac_objext
7366 if { (ac_try="$ac_compile"
7367 case "(($ac_try" in
7368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7369 *) ac_try_echo=$ac_try;;
7370 esac
7371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7372 (eval "$ac_compile") 2>conftest.er1
7373 ac_status=$?
7374 grep -v '^ *+' conftest.er1 >conftest.err
7375 rm -f conftest.er1
7376 cat conftest.err >&5
7377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7378 (exit $ac_status); } && {
7379 test -z "$ac_c_werror_flag" ||
7380 test ! -s conftest.err
7381 } && test -s conftest.$ac_objext; then
7382 ac_header_compiler=yes
7383 else
7384 echo "$as_me: failed program was:" >&5
7385 sed 's/^/| /' conftest.$ac_ext >&5
7387 ac_header_compiler=no
7390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7391 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7392 echo "${ECHO_T}$ac_header_compiler" >&6; }
7394 # Is the header present?
7395 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7396 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7397 cat >conftest.$ac_ext <<_ACEOF
7398 /* confdefs.h. */
7399 _ACEOF
7400 cat confdefs.h >>conftest.$ac_ext
7401 cat >>conftest.$ac_ext <<_ACEOF
7402 /* end confdefs.h. */
7403 #include <$ac_header>
7404 _ACEOF
7405 if { (ac_try="$ac_cpp conftest.$ac_ext"
7406 case "(($ac_try" in
7407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7408 *) ac_try_echo=$ac_try;;
7409 esac
7410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7411 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7412 ac_status=$?
7413 grep -v '^ *+' conftest.er1 >conftest.err
7414 rm -f conftest.er1
7415 cat conftest.err >&5
7416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7417 (exit $ac_status); } >/dev/null && {
7418 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7419 test ! -s conftest.err
7420 }; then
7421 ac_header_preproc=yes
7422 else
7423 echo "$as_me: failed program was:" >&5
7424 sed 's/^/| /' conftest.$ac_ext >&5
7426 ac_header_preproc=no
7429 rm -f conftest.err conftest.$ac_ext
7430 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7431 echo "${ECHO_T}$ac_header_preproc" >&6; }
7433 # So? What about this header?
7434 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7435 yes:no: )
7436 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7437 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7438 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7439 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7440 ac_header_preproc=yes
7442 no:yes:* )
7443 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7444 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7446 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7447 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7448 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7449 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7450 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7451 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7452 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7453 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7454 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7455 ( cat <<\_ASBOX
7456 ## ------------------------------------ ##
7457 ## Report this to wine-devel@winehq.org ##
7458 ## ------------------------------------ ##
7459 _ASBOX
7460 ) | sed "s/^/$as_me: WARNING: /" >&2
7462 esac
7463 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7464 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7465 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7466 echo $ECHO_N "(cached) $ECHO_C" >&6
7467 else
7468 eval "$as_ac_Header=\$ac_header_preproc"
7470 ac_res=`eval echo '${'$as_ac_Header'}'`
7471 { echo "$as_me:$LINENO: result: $ac_res" >&5
7472 echo "${ECHO_T}$ac_res" >&6; }
7475 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7476 cat >>confdefs.h <<_ACEOF
7477 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7478 _ACEOF
7482 done
7484 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7485 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7486 if test "${ac_cv_header_stat_broken+set}" = set; then
7487 echo $ECHO_N "(cached) $ECHO_C" >&6
7488 else
7489 cat >conftest.$ac_ext <<_ACEOF
7490 /* confdefs.h. */
7491 _ACEOF
7492 cat confdefs.h >>conftest.$ac_ext
7493 cat >>conftest.$ac_ext <<_ACEOF
7494 /* end confdefs.h. */
7495 #include <sys/types.h>
7496 #include <sys/stat.h>
7498 #if defined S_ISBLK && defined S_IFDIR
7499 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7500 #endif
7502 #if defined S_ISBLK && defined S_IFCHR
7503 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7504 #endif
7506 #if defined S_ISLNK && defined S_IFREG
7507 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7508 #endif
7510 #if defined S_ISSOCK && defined S_IFREG
7511 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7512 #endif
7514 _ACEOF
7515 rm -f conftest.$ac_objext
7516 if { (ac_try="$ac_compile"
7517 case "(($ac_try" in
7518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7519 *) ac_try_echo=$ac_try;;
7520 esac
7521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7522 (eval "$ac_compile") 2>conftest.er1
7523 ac_status=$?
7524 grep -v '^ *+' conftest.er1 >conftest.err
7525 rm -f conftest.er1
7526 cat conftest.err >&5
7527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7528 (exit $ac_status); } && {
7529 test -z "$ac_c_werror_flag" ||
7530 test ! -s conftest.err
7531 } && test -s conftest.$ac_objext; then
7532 ac_cv_header_stat_broken=no
7533 else
7534 echo "$as_me: failed program was:" >&5
7535 sed 's/^/| /' conftest.$ac_ext >&5
7537 ac_cv_header_stat_broken=yes
7540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7542 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7543 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7544 if test $ac_cv_header_stat_broken = yes; then
7546 cat >>confdefs.h <<\_ACEOF
7547 #define STAT_MACROS_BROKEN 1
7548 _ACEOF
7558 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7560 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7561 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7562 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7564 echo $ECHO_N "(cached) $ECHO_C" >&6
7565 else
7566 cat >conftest.$ac_ext <<_ACEOF
7567 /* confdefs.h. */
7568 _ACEOF
7569 cat confdefs.h >>conftest.$ac_ext
7570 cat >>conftest.$ac_ext <<_ACEOF
7571 /* end confdefs.h. */
7572 #include <sys/types.h>
7573 #ifdef HAVE_SYS_PARAM_H
7574 # include <sys/param.h>
7575 #endif
7577 #include <$ac_header>
7578 _ACEOF
7579 rm -f conftest.$ac_objext
7580 if { (ac_try="$ac_compile"
7581 case "(($ac_try" in
7582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7583 *) ac_try_echo=$ac_try;;
7584 esac
7585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7586 (eval "$ac_compile") 2>conftest.er1
7587 ac_status=$?
7588 grep -v '^ *+' conftest.er1 >conftest.err
7589 rm -f conftest.er1
7590 cat conftest.err >&5
7591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7592 (exit $ac_status); } && {
7593 test -z "$ac_c_werror_flag" ||
7594 test ! -s conftest.err
7595 } && test -s conftest.$ac_objext; then
7596 eval "$as_ac_Header=yes"
7597 else
7598 echo "$as_me: failed program was:" >&5
7599 sed 's/^/| /' conftest.$ac_ext >&5
7601 eval "$as_ac_Header=no"
7604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7606 ac_res=`eval echo '${'$as_ac_Header'}'`
7607 { echo "$as_me:$LINENO: result: $ac_res" >&5
7608 echo "${ECHO_T}$ac_res" >&6; }
7609 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7610 cat >>confdefs.h <<_ACEOF
7611 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7612 _ACEOF
7616 done
7631 for ac_header in \
7632 netinet/ip.h \
7633 net/if.h \
7634 net/if_arp.h \
7635 net/if_dl.h \
7636 net/if_types.h \
7637 net/route.h \
7638 netinet/if_ether.h \
7639 netinet/in_pcb.h \
7640 netinet/ip_icmp.h \
7641 netinet/ip_var.h \
7642 netinet/udp.h \
7643 netipx/ipx.h \
7646 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7647 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7648 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7649 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7650 echo $ECHO_N "(cached) $ECHO_C" >&6
7651 else
7652 cat >conftest.$ac_ext <<_ACEOF
7653 /* confdefs.h. */
7654 _ACEOF
7655 cat confdefs.h >>conftest.$ac_ext
7656 cat >>conftest.$ac_ext <<_ACEOF
7657 /* end confdefs.h. */
7658 #include <sys/types.h>
7659 #ifdef HAVE_SYS_SOCKET_H
7660 # include <sys/socket.h>
7661 #endif
7662 #ifdef HAVE_SYS_SOCKETVAR_H
7663 # include <sys/socketvar.h>
7664 #endif
7665 #ifdef HAVE_NETINET_IN_H
7666 # include <netinet/in.h>
7667 #endif
7668 #ifdef HAVE_NETINET_IP_H
7669 # include <netinet/ip.h>
7670 #endif
7672 #include <$ac_header>
7673 _ACEOF
7674 rm -f conftest.$ac_objext
7675 if { (ac_try="$ac_compile"
7676 case "(($ac_try" in
7677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7678 *) ac_try_echo=$ac_try;;
7679 esac
7680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7681 (eval "$ac_compile") 2>conftest.er1
7682 ac_status=$?
7683 grep -v '^ *+' conftest.er1 >conftest.err
7684 rm -f conftest.er1
7685 cat conftest.err >&5
7686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7687 (exit $ac_status); } && {
7688 test -z "$ac_c_werror_flag" ||
7689 test ! -s conftest.err
7690 } && test -s conftest.$ac_objext; then
7691 eval "$as_ac_Header=yes"
7692 else
7693 echo "$as_me: failed program was:" >&5
7694 sed 's/^/| /' conftest.$ac_ext >&5
7696 eval "$as_ac_Header=no"
7699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7701 ac_res=`eval echo '${'$as_ac_Header'}'`
7702 { echo "$as_me:$LINENO: result: $ac_res" >&5
7703 echo "${ECHO_T}$ac_res" >&6; }
7704 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7705 cat >>confdefs.h <<_ACEOF
7706 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7707 _ACEOF
7711 done
7718 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7720 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7721 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7722 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7723 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7724 echo $ECHO_N "(cached) $ECHO_C" >&6
7725 else
7726 cat >conftest.$ac_ext <<_ACEOF
7727 /* confdefs.h. */
7728 _ACEOF
7729 cat confdefs.h >>conftest.$ac_ext
7730 cat >>conftest.$ac_ext <<_ACEOF
7731 /* end confdefs.h. */
7732 #include <sys/types.h>
7733 #ifdef HAVE_ALIAS_H
7734 # include <alias.h>
7735 #endif
7736 #ifdef HAVE_SYS_SOCKET_H
7737 # include <sys/socket.h>
7738 #endif
7739 #ifdef HAVE_SYS_SOCKETVAR_H
7740 # include <sys/socketvar.h>
7741 #endif
7742 #ifdef HAVE_NETINET_IN_H
7743 # include <netinet/in.h>
7744 #endif
7745 #ifdef HAVE_NETINET_IP_H
7746 # include <netinet/ip.h>
7747 #endif
7748 #ifdef HAVE_NETINET_IP_VAR_H
7749 # include <netinet/ip_var.h>
7750 #endif
7751 #ifdef HAVE_NETINET_IP_ICMP_H
7752 # include <netinet/ip_icmp.h>
7753 #endif
7754 #ifdef HAVE_NETINET_UDP_H
7755 # include <netinet/udp.h>
7756 #endif
7757 #ifdef HAVE_NETINET_TCP_H
7758 # include <netinet/tcp.h>
7759 #endif
7761 #include <$ac_header>
7762 _ACEOF
7763 rm -f conftest.$ac_objext
7764 if { (ac_try="$ac_compile"
7765 case "(($ac_try" in
7766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7767 *) ac_try_echo=$ac_try;;
7768 esac
7769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7770 (eval "$ac_compile") 2>conftest.er1
7771 ac_status=$?
7772 grep -v '^ *+' conftest.er1 >conftest.err
7773 rm -f conftest.er1
7774 cat conftest.err >&5
7775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7776 (exit $ac_status); } && {
7777 test -z "$ac_c_werror_flag" ||
7778 test ! -s conftest.err
7779 } && test -s conftest.$ac_objext; then
7780 eval "$as_ac_Header=yes"
7781 else
7782 echo "$as_me: failed program was:" >&5
7783 sed 's/^/| /' conftest.$ac_ext >&5
7785 eval "$as_ac_Header=no"
7788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7790 ac_res=`eval echo '${'$as_ac_Header'}'`
7791 { echo "$as_me:$LINENO: result: $ac_res" >&5
7792 echo "${ECHO_T}$ac_res" >&6; }
7793 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7794 cat >>confdefs.h <<_ACEOF
7795 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7796 _ACEOF
7800 done
7804 for ac_header in linux/ipx.h
7806 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7808 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7810 echo $ECHO_N "(cached) $ECHO_C" >&6
7811 else
7812 cat >conftest.$ac_ext <<_ACEOF
7813 /* confdefs.h. */
7814 _ACEOF
7815 cat confdefs.h >>conftest.$ac_ext
7816 cat >>conftest.$ac_ext <<_ACEOF
7817 /* end confdefs.h. */
7818 #include <sys/types.h>
7819 #ifdef HAVE_ASM_TYPES_H
7820 # include <asm/types.h>
7821 #endif
7822 #ifdef HAVE_SYS_SOCKET_H
7823 # include <sys/socket.h>
7824 #endif
7826 #include <$ac_header>
7827 _ACEOF
7828 rm -f conftest.$ac_objext
7829 if { (ac_try="$ac_compile"
7830 case "(($ac_try" in
7831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7832 *) ac_try_echo=$ac_try;;
7833 esac
7834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7835 (eval "$ac_compile") 2>conftest.er1
7836 ac_status=$?
7837 grep -v '^ *+' conftest.er1 >conftest.err
7838 rm -f conftest.er1
7839 cat conftest.err >&5
7840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7841 (exit $ac_status); } && {
7842 test -z "$ac_c_werror_flag" ||
7843 test ! -s conftest.err
7844 } && test -s conftest.$ac_objext; then
7845 eval "$as_ac_Header=yes"
7846 else
7847 echo "$as_me: failed program was:" >&5
7848 sed 's/^/| /' conftest.$ac_ext >&5
7850 eval "$as_ac_Header=no"
7853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7855 ac_res=`eval echo '${'$as_ac_Header'}'`
7856 { echo "$as_me:$LINENO: result: $ac_res" >&5
7857 echo "${ECHO_T}$ac_res" >&6; }
7858 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7859 cat >>confdefs.h <<_ACEOF
7860 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7861 _ACEOF
7865 done
7869 for ac_header in resolv.h
7871 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7872 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7873 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7874 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7875 echo $ECHO_N "(cached) $ECHO_C" >&6
7876 else
7877 cat >conftest.$ac_ext <<_ACEOF
7878 /* confdefs.h. */
7879 _ACEOF
7880 cat confdefs.h >>conftest.$ac_ext
7881 cat >>conftest.$ac_ext <<_ACEOF
7882 /* end confdefs.h. */
7883 #include <sys/types.h>
7884 #ifdef HAVE_SYS_SOCKET_H
7885 # include <sys/socket.h>
7886 #endif
7887 #ifdef HAVE_NETINET_IN_H
7888 # include <netinet/in.h>
7889 #endif
7890 #ifdef HAVE_ARPA_NAMESER_H
7891 # include <arpa/nameser.h>
7892 #endif
7894 #include <$ac_header>
7895 _ACEOF
7896 rm -f conftest.$ac_objext
7897 if { (ac_try="$ac_compile"
7898 case "(($ac_try" in
7899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7900 *) ac_try_echo=$ac_try;;
7901 esac
7902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7903 (eval "$ac_compile") 2>conftest.er1
7904 ac_status=$?
7905 grep -v '^ *+' conftest.er1 >conftest.err
7906 rm -f conftest.er1
7907 cat conftest.err >&5
7908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7909 (exit $ac_status); } && {
7910 test -z "$ac_c_werror_flag" ||
7911 test ! -s conftest.err
7912 } && test -s conftest.$ac_objext; then
7913 eval "$as_ac_Header=yes"
7914 else
7915 echo "$as_me: failed program was:" >&5
7916 sed 's/^/| /' conftest.$ac_ext >&5
7918 eval "$as_ac_Header=no"
7921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7923 ac_res=`eval echo '${'$as_ac_Header'}'`
7924 { echo "$as_me:$LINENO: result: $ac_res" >&5
7925 echo "${ECHO_T}$ac_res" >&6; }
7926 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7927 cat >>confdefs.h <<_ACEOF
7928 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7929 _ACEOF
7933 done
7937 for ac_header in ucontext.h
7939 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7940 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7941 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7942 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7943 echo $ECHO_N "(cached) $ECHO_C" >&6
7944 else
7945 cat >conftest.$ac_ext <<_ACEOF
7946 /* confdefs.h. */
7947 _ACEOF
7948 cat confdefs.h >>conftest.$ac_ext
7949 cat >>conftest.$ac_ext <<_ACEOF
7950 /* end confdefs.h. */
7951 #include <signal.h>
7953 #include <$ac_header>
7954 _ACEOF
7955 rm -f conftest.$ac_objext
7956 if { (ac_try="$ac_compile"
7957 case "(($ac_try" in
7958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7959 *) ac_try_echo=$ac_try;;
7960 esac
7961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7962 (eval "$ac_compile") 2>conftest.er1
7963 ac_status=$?
7964 grep -v '^ *+' conftest.er1 >conftest.err
7965 rm -f conftest.er1
7966 cat conftest.err >&5
7967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7968 (exit $ac_status); } && {
7969 test -z "$ac_c_werror_flag" ||
7970 test ! -s conftest.err
7971 } && test -s conftest.$ac_objext; then
7972 eval "$as_ac_Header=yes"
7973 else
7974 echo "$as_me: failed program was:" >&5
7975 sed 's/^/| /' conftest.$ac_ext >&5
7977 eval "$as_ac_Header=no"
7980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7982 ac_res=`eval echo '${'$as_ac_Header'}'`
7983 { echo "$as_me:$LINENO: result: $ac_res" >&5
7984 echo "${ECHO_T}$ac_res" >&6; }
7985 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7986 cat >>confdefs.h <<_ACEOF
7987 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7988 _ACEOF
7992 done
7996 for ac_header in sys/thr.h
7998 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7999 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8000 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8001 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8002 echo $ECHO_N "(cached) $ECHO_C" >&6
8003 else
8004 cat >conftest.$ac_ext <<_ACEOF
8005 /* confdefs.h. */
8006 _ACEOF
8007 cat confdefs.h >>conftest.$ac_ext
8008 cat >>conftest.$ac_ext <<_ACEOF
8009 /* end confdefs.h. */
8010 #include <sys/types.h>
8011 #ifdef HAVE_UCONTEXT_H
8012 #include <ucontext.h>
8013 #endif
8015 #include <$ac_header>
8016 _ACEOF
8017 rm -f conftest.$ac_objext
8018 if { (ac_try="$ac_compile"
8019 case "(($ac_try" in
8020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8021 *) ac_try_echo=$ac_try;;
8022 esac
8023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8024 (eval "$ac_compile") 2>conftest.er1
8025 ac_status=$?
8026 grep -v '^ *+' conftest.er1 >conftest.err
8027 rm -f conftest.er1
8028 cat conftest.err >&5
8029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8030 (exit $ac_status); } && {
8031 test -z "$ac_c_werror_flag" ||
8032 test ! -s conftest.err
8033 } && test -s conftest.$ac_objext; then
8034 eval "$as_ac_Header=yes"
8035 else
8036 echo "$as_me: failed program was:" >&5
8037 sed 's/^/| /' conftest.$ac_ext >&5
8039 eval "$as_ac_Header=no"
8042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8044 ac_res=`eval echo '${'$as_ac_Header'}'`
8045 { echo "$as_me:$LINENO: result: $ac_res" >&5
8046 echo "${ECHO_T}$ac_res" >&6; }
8047 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8048 cat >>confdefs.h <<_ACEOF
8049 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8050 _ACEOF
8054 done
8058 for ac_header in pthread_np.h
8060 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8061 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8062 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8063 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8064 echo $ECHO_N "(cached) $ECHO_C" >&6
8065 else
8066 cat >conftest.$ac_ext <<_ACEOF
8067 /* confdefs.h. */
8068 _ACEOF
8069 cat confdefs.h >>conftest.$ac_ext
8070 cat >>conftest.$ac_ext <<_ACEOF
8071 /* end confdefs.h. */
8072 #ifdef HAVE_PTHREAD_H
8073 #include <pthread.h>
8074 #endif
8076 #include <$ac_header>
8077 _ACEOF
8078 rm -f conftest.$ac_objext
8079 if { (ac_try="$ac_compile"
8080 case "(($ac_try" in
8081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8082 *) ac_try_echo=$ac_try;;
8083 esac
8084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8085 (eval "$ac_compile") 2>conftest.er1
8086 ac_status=$?
8087 grep -v '^ *+' conftest.er1 >conftest.err
8088 rm -f conftest.er1
8089 cat conftest.err >&5
8090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8091 (exit $ac_status); } && {
8092 test -z "$ac_c_werror_flag" ||
8093 test ! -s conftest.err
8094 } && test -s conftest.$ac_objext; then
8095 eval "$as_ac_Header=yes"
8096 else
8097 echo "$as_me: failed program was:" >&5
8098 sed 's/^/| /' conftest.$ac_ext >&5
8100 eval "$as_ac_Header=no"
8103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8105 ac_res=`eval echo '${'$as_ac_Header'}'`
8106 { echo "$as_me:$LINENO: result: $ac_res" >&5
8107 echo "${ECHO_T}$ac_res" >&6; }
8108 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8109 cat >>confdefs.h <<_ACEOF
8110 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8111 _ACEOF
8115 done
8119 for ac_header in linux/videodev.h
8121 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8122 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8123 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8124 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8125 echo $ECHO_N "(cached) $ECHO_C" >&6
8126 else
8127 cat >conftest.$ac_ext <<_ACEOF
8128 /* confdefs.h. */
8129 _ACEOF
8130 cat confdefs.h >>conftest.$ac_ext
8131 cat >>conftest.$ac_ext <<_ACEOF
8132 /* end confdefs.h. */
8133 #ifdef HAVE_SYS_TIME_H
8134 #include <sys/time.h>
8135 #endif
8136 #include <sys/types.h>
8137 #ifdef HAVE_ASM_TYPES_H
8138 #include <asm/types.h>
8139 #endif
8141 #include <$ac_header>
8142 _ACEOF
8143 rm -f conftest.$ac_objext
8144 if { (ac_try="$ac_compile"
8145 case "(($ac_try" in
8146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8147 *) ac_try_echo=$ac_try;;
8148 esac
8149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8150 (eval "$ac_compile") 2>conftest.er1
8151 ac_status=$?
8152 grep -v '^ *+' conftest.er1 >conftest.err
8153 rm -f conftest.er1
8154 cat conftest.err >&5
8155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8156 (exit $ac_status); } && {
8157 test -z "$ac_c_werror_flag" ||
8158 test ! -s conftest.err
8159 } && test -s conftest.$ac_objext; then
8160 eval "$as_ac_Header=yes"
8161 else
8162 echo "$as_me: failed program was:" >&5
8163 sed 's/^/| /' conftest.$ac_ext >&5
8165 eval "$as_ac_Header=no"
8168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8170 ac_res=`eval echo '${'$as_ac_Header'}'`
8171 { echo "$as_me:$LINENO: result: $ac_res" >&5
8172 echo "${ECHO_T}$ac_res" >&6; }
8173 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8174 cat >>confdefs.h <<_ACEOF
8175 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8176 _ACEOF
8180 done
8184 for ac_header in linux/capi.h
8186 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8187 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8188 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8189 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8190 echo $ECHO_N "(cached) $ECHO_C" >&6
8191 else
8192 cat >conftest.$ac_ext <<_ACEOF
8193 /* confdefs.h. */
8194 _ACEOF
8195 cat confdefs.h >>conftest.$ac_ext
8196 cat >>conftest.$ac_ext <<_ACEOF
8197 /* end confdefs.h. */
8198 #define __user
8200 #include <$ac_header>
8201 _ACEOF
8202 rm -f conftest.$ac_objext
8203 if { (ac_try="$ac_compile"
8204 case "(($ac_try" in
8205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8206 *) ac_try_echo=$ac_try;;
8207 esac
8208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8209 (eval "$ac_compile") 2>conftest.er1
8210 ac_status=$?
8211 grep -v '^ *+' conftest.er1 >conftest.err
8212 rm -f conftest.er1
8213 cat conftest.err >&5
8214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8215 (exit $ac_status); } && {
8216 test -z "$ac_c_werror_flag" ||
8217 test ! -s conftest.err
8218 } && test -s conftest.$ac_objext; then
8219 eval "$as_ac_Header=yes"
8220 else
8221 echo "$as_me: failed program was:" >&5
8222 sed 's/^/| /' conftest.$ac_ext >&5
8224 eval "$as_ac_Header=no"
8227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8229 ac_res=`eval echo '${'$as_ac_Header'}'`
8230 { echo "$as_me:$LINENO: result: $ac_res" >&5
8231 echo "${ECHO_T}$ac_res" >&6; }
8232 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8233 cat >>confdefs.h <<_ACEOF
8234 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8235 _ACEOF
8239 done
8243 DLLEXT=""
8245 DLLFLAGS="-D_REENTRANT"
8247 LDSHARED=""
8249 LDDLLFLAGS=""
8251 LIBEXT="so"
8253 IMPLIBEXT="def"
8255 LDRPATH_INSTALL=""
8257 LDRPATH_LOCAL=""
8259 # Extract the first word of "ldd", so it can be a program name with args.
8260 set dummy ldd; ac_word=$2
8261 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8262 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8263 if test "${ac_cv_path_LDD+set}" = set; then
8264 echo $ECHO_N "(cached) $ECHO_C" >&6
8265 else
8266 case $LDD in
8267 [\\/]* | ?:[\\/]*)
8268 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8272 as_dummy="/sbin:/usr/sbin:$PATH"
8273 for as_dir in $as_dummy
8275 IFS=$as_save_IFS
8276 test -z "$as_dir" && as_dir=.
8277 for ac_exec_ext in '' $ac_executable_extensions; do
8278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8279 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8280 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8281 break 2
8283 done
8284 done
8285 IFS=$as_save_IFS
8287 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8289 esac
8291 LDD=$ac_cv_path_LDD
8292 if test -n "$LDD"; then
8293 { echo "$as_me:$LINENO: result: $LDD" >&5
8294 echo "${ECHO_T}$LDD" >&6; }
8295 else
8296 { echo "$as_me:$LINENO: result: no" >&5
8297 echo "${ECHO_T}no" >&6; }
8302 case $host_os in
8303 cygwin*|mingw32*)
8304 if test -n "$ac_tool_prefix"; then
8305 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8306 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8307 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8308 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8309 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8310 echo $ECHO_N "(cached) $ECHO_C" >&6
8311 else
8312 if test -n "$DLLTOOL"; then
8313 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8314 else
8315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8316 for as_dir in $PATH
8318 IFS=$as_save_IFS
8319 test -z "$as_dir" && as_dir=.
8320 for ac_exec_ext in '' $ac_executable_extensions; do
8321 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8322 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8323 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8324 break 2
8326 done
8327 done
8328 IFS=$as_save_IFS
8332 DLLTOOL=$ac_cv_prog_DLLTOOL
8333 if test -n "$DLLTOOL"; then
8334 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8335 echo "${ECHO_T}$DLLTOOL" >&6; }
8336 else
8337 { echo "$as_me:$LINENO: result: no" >&5
8338 echo "${ECHO_T}no" >&6; }
8343 if test -z "$ac_cv_prog_DLLTOOL"; then
8344 ac_ct_DLLTOOL=$DLLTOOL
8345 # Extract the first word of "dlltool", so it can be a program name with args.
8346 set dummy dlltool; ac_word=$2
8347 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8348 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8349 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8350 echo $ECHO_N "(cached) $ECHO_C" >&6
8351 else
8352 if test -n "$ac_ct_DLLTOOL"; then
8353 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8354 else
8355 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8356 for as_dir in $PATH
8358 IFS=$as_save_IFS
8359 test -z "$as_dir" && as_dir=.
8360 for ac_exec_ext in '' $ac_executable_extensions; do
8361 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8362 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8363 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8364 break 2
8366 done
8367 done
8368 IFS=$as_save_IFS
8372 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8373 if test -n "$ac_ct_DLLTOOL"; then
8374 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8375 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8376 else
8377 { echo "$as_me:$LINENO: result: no" >&5
8378 echo "${ECHO_T}no" >&6; }
8381 if test "x$ac_ct_DLLTOOL" = x; then
8382 DLLTOOL="false"
8383 else
8384 case $cross_compiling:$ac_tool_warned in
8385 yes:)
8386 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8387 whose name does not start with the host triplet. If you think this
8388 configuration is useful to you, please write to autoconf@gnu.org." >&5
8389 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8390 whose name does not start with the host triplet. If you think this
8391 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8392 ac_tool_warned=yes ;;
8393 esac
8394 DLLTOOL=$ac_ct_DLLTOOL
8396 else
8397 DLLTOOL="$ac_cv_prog_DLLTOOL"
8400 if test -n "$ac_tool_prefix"; then
8401 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8402 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8405 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8406 echo $ECHO_N "(cached) $ECHO_C" >&6
8407 else
8408 if test -n "$DLLWRAP"; then
8409 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8410 else
8411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8412 for as_dir in $PATH
8414 IFS=$as_save_IFS
8415 test -z "$as_dir" && as_dir=.
8416 for ac_exec_ext in '' $ac_executable_extensions; do
8417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8418 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8420 break 2
8422 done
8423 done
8424 IFS=$as_save_IFS
8428 DLLWRAP=$ac_cv_prog_DLLWRAP
8429 if test -n "$DLLWRAP"; then
8430 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8431 echo "${ECHO_T}$DLLWRAP" >&6; }
8432 else
8433 { echo "$as_me:$LINENO: result: no" >&5
8434 echo "${ECHO_T}no" >&6; }
8439 if test -z "$ac_cv_prog_DLLWRAP"; then
8440 ac_ct_DLLWRAP=$DLLWRAP
8441 # Extract the first word of "dllwrap", so it can be a program name with args.
8442 set dummy dllwrap; ac_word=$2
8443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8445 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8446 echo $ECHO_N "(cached) $ECHO_C" >&6
8447 else
8448 if test -n "$ac_ct_DLLWRAP"; then
8449 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8450 else
8451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8452 for as_dir in $PATH
8454 IFS=$as_save_IFS
8455 test -z "$as_dir" && as_dir=.
8456 for ac_exec_ext in '' $ac_executable_extensions; do
8457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8458 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8459 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8460 break 2
8462 done
8463 done
8464 IFS=$as_save_IFS
8468 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8469 if test -n "$ac_ct_DLLWRAP"; then
8470 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8471 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8472 else
8473 { echo "$as_me:$LINENO: result: no" >&5
8474 echo "${ECHO_T}no" >&6; }
8477 if test "x$ac_ct_DLLWRAP" = x; then
8478 DLLWRAP="false"
8479 else
8480 case $cross_compiling:$ac_tool_warned in
8481 yes:)
8482 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8483 whose name does not start with the host triplet. If you think this
8484 configuration is useful to you, please write to autoconf@gnu.org." >&5
8485 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8486 whose name does not start with the host triplet. If you think this
8487 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8488 ac_tool_warned=yes ;;
8489 esac
8490 DLLWRAP=$ac_ct_DLLWRAP
8492 else
8493 DLLWRAP="$ac_cv_prog_DLLWRAP"
8496 if test -n "$ac_tool_prefix"; then
8497 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8498 set dummy ${ac_tool_prefix}ar; ac_word=$2
8499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8501 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8502 echo $ECHO_N "(cached) $ECHO_C" >&6
8503 else
8504 if test -n "$MINGWAR"; then
8505 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8506 else
8507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8508 for as_dir in $PATH
8510 IFS=$as_save_IFS
8511 test -z "$as_dir" && as_dir=.
8512 for ac_exec_ext in '' $ac_executable_extensions; do
8513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8514 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8516 break 2
8518 done
8519 done
8520 IFS=$as_save_IFS
8524 MINGWAR=$ac_cv_prog_MINGWAR
8525 if test -n "$MINGWAR"; then
8526 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8527 echo "${ECHO_T}$MINGWAR" >&6; }
8528 else
8529 { echo "$as_me:$LINENO: result: no" >&5
8530 echo "${ECHO_T}no" >&6; }
8535 if test -z "$ac_cv_prog_MINGWAR"; then
8536 ac_ct_MINGWAR=$MINGWAR
8537 # Extract the first word of "ar", so it can be a program name with args.
8538 set dummy ar; ac_word=$2
8539 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8541 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8542 echo $ECHO_N "(cached) $ECHO_C" >&6
8543 else
8544 if test -n "$ac_ct_MINGWAR"; then
8545 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8546 else
8547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8548 for as_dir in $PATH
8550 IFS=$as_save_IFS
8551 test -z "$as_dir" && as_dir=.
8552 for ac_exec_ext in '' $ac_executable_extensions; do
8553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8554 ac_cv_prog_ac_ct_MINGWAR="ar"
8555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8556 break 2
8558 done
8559 done
8560 IFS=$as_save_IFS
8564 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8565 if test -n "$ac_ct_MINGWAR"; then
8566 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8567 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8568 else
8569 { echo "$as_me:$LINENO: result: no" >&5
8570 echo "${ECHO_T}no" >&6; }
8573 if test "x$ac_ct_MINGWAR" = x; then
8574 MINGWAR="false"
8575 else
8576 case $cross_compiling:$ac_tool_warned in
8577 yes:)
8578 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8579 whose name does not start with the host triplet. If you think this
8580 configuration is useful to you, please write to autoconf@gnu.org." >&5
8581 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8582 whose name does not start with the host triplet. If you think this
8583 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8584 ac_tool_warned=yes ;;
8585 esac
8586 MINGWAR=$ac_ct_MINGWAR
8588 else
8589 MINGWAR="$ac_cv_prog_MINGWAR"
8592 if test "$DLLWRAP" = "false"; then
8593 LIBEXT="a"
8594 else
8595 LIBEXT="dll"
8597 IMPLIBEXT="a"
8598 WIN16_FILES=""
8599 WIN16_INSTALL=""
8600 enable_iphlpapi=${enable_iphlpapi:-no}
8601 enable_kernel32=${enable_kernel32:-no}
8602 enable_msvcrt=${enable_msvcrt:-no}
8603 enable_ntdll=${enable_ntdll:-no}
8604 enable_ws2_32=${enable_ws2_32:-no}
8605 enable_loader=${enable_loader:-no}
8606 enable_server=${enable_server:-no}
8608 darwin*|macosx*)
8609 DLLEXT=".so"
8610 LIBEXT="dylib"
8611 DLLFLAGS="$DLLFLAGS -fPIC"
8612 LDDLLFLAGS="-bundle -multiply_defined suppress"
8613 LIBWINE_LDFLAGS="-multiply_defined suppress"
8614 LDSHARED="\$(CC) -dynamiclib"
8615 STRIP="$STRIP -x"
8616 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8617 SECURITYLIB="-framework Security -framework CoreFoundation"
8619 COREFOUNDATIONLIB="-framework CoreFoundation"
8621 IOKITLIB="-framework IOKit -framework CoreFoundation"
8623 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8625 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8626 then
8627 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8630 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8631 then
8632 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8635 case $host_cpu in
8636 *powerpc*)
8637 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8638 esac
8639 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8640 then
8641 CARBONLIB="-framework Carbon"
8643 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8647 DLLFLAGS="$DLLFLAGS -fPIC"
8648 DLLEXT=".so"
8649 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8650 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8651 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8652 echo $ECHO_N "(cached) $ECHO_C" >&6
8653 else
8654 ac_wine_try_cflags_saved=$CFLAGS
8655 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8656 cat >conftest.$ac_ext <<_ACEOF
8657 void myfunc() {}
8658 _ACEOF
8659 rm -f conftest.$ac_objext conftest$ac_exeext
8660 if { (ac_try="$ac_link"
8661 case "(($ac_try" in
8662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8663 *) ac_try_echo=$ac_try;;
8664 esac
8665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8666 (eval "$ac_link") 2>conftest.er1
8667 ac_status=$?
8668 grep -v '^ *+' conftest.er1 >conftest.err
8669 rm -f conftest.er1
8670 cat conftest.err >&5
8671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8672 (exit $ac_status); } && {
8673 test -z "$ac_c_werror_flag" ||
8674 test ! -s conftest.err
8675 } && test -s conftest$ac_exeext &&
8676 $as_test_x conftest$ac_exeext; then
8677 ac_cv_c_dll_gnuelf="yes"
8678 else
8679 echo "$as_me: failed program was:" >&5
8680 sed 's/^/| /' conftest.$ac_ext >&5
8682 ac_cv_c_dll_gnuelf="no"
8685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8686 conftest$ac_exeext conftest.$ac_ext
8687 CFLAGS=$ac_wine_try_cflags_saved
8689 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8690 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8691 if test "$ac_cv_c_dll_gnuelf" = "yes"
8692 then
8693 LDSHARED="\$(CC) -shared"
8694 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8695 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8696 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8697 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8698 echo $ECHO_N "(cached) $ECHO_C" >&6
8699 else
8700 ac_wine_try_cflags_saved=$CFLAGS
8701 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8702 cat >conftest.$ac_ext <<_ACEOF
8703 /* confdefs.h. */
8704 _ACEOF
8705 cat confdefs.h >>conftest.$ac_ext
8706 cat >>conftest.$ac_ext <<_ACEOF
8707 /* end confdefs.h. */
8710 main ()
8714 return 0;
8716 _ACEOF
8717 rm -f conftest.$ac_objext conftest$ac_exeext
8718 if { (ac_try="$ac_link"
8719 case "(($ac_try" in
8720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8721 *) ac_try_echo=$ac_try;;
8722 esac
8723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8724 (eval "$ac_link") 2>conftest.er1
8725 ac_status=$?
8726 grep -v '^ *+' conftest.er1 >conftest.err
8727 rm -f conftest.er1
8728 cat conftest.err >&5
8729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8730 (exit $ac_status); } && {
8731 test -z "$ac_c_werror_flag" ||
8732 test ! -s conftest.err
8733 } && test -s conftest$ac_exeext &&
8734 $as_test_x conftest$ac_exeext; then
8735 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8736 else
8737 echo "$as_me: failed program was:" >&5
8738 sed 's/^/| /' conftest.$ac_ext >&5
8740 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8744 conftest$ac_exeext conftest.$ac_ext
8745 CFLAGS=$ac_wine_try_cflags_saved
8747 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8748 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8749 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8750 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8751 else
8752 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8753 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8754 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8755 echo $ECHO_N "(cached) $ECHO_C" >&6
8756 else
8757 ac_wine_try_cflags_saved=$CFLAGS
8758 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8759 cat >conftest.$ac_ext <<_ACEOF
8760 /* confdefs.h. */
8761 _ACEOF
8762 cat confdefs.h >>conftest.$ac_ext
8763 cat >>conftest.$ac_ext <<_ACEOF
8764 /* end confdefs.h. */
8767 main ()
8771 return 0;
8773 _ACEOF
8774 rm -f conftest.$ac_objext conftest$ac_exeext
8775 if { (ac_try="$ac_link"
8776 case "(($ac_try" in
8777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8778 *) ac_try_echo=$ac_try;;
8779 esac
8780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8781 (eval "$ac_link") 2>conftest.er1
8782 ac_status=$?
8783 grep -v '^ *+' conftest.er1 >conftest.err
8784 rm -f conftest.er1
8785 cat conftest.err >&5
8786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8787 (exit $ac_status); } && {
8788 test -z "$ac_c_werror_flag" ||
8789 test ! -s conftest.err
8790 } && test -s conftest$ac_exeext &&
8791 $as_test_x conftest$ac_exeext; then
8792 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8793 else
8794 echo "$as_me: failed program was:" >&5
8795 sed 's/^/| /' conftest.$ac_ext >&5
8797 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8800 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8801 conftest$ac_exeext conftest.$ac_ext
8802 CFLAGS=$ac_wine_try_cflags_saved
8804 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8805 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8806 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8807 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8813 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8814 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8815 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8816 echo $ECHO_N "(cached) $ECHO_C" >&6
8817 else
8818 ac_wine_try_cflags_saved=$CFLAGS
8819 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8820 cat >conftest.$ac_ext <<_ACEOF
8821 /* confdefs.h. */
8822 _ACEOF
8823 cat confdefs.h >>conftest.$ac_ext
8824 cat >>conftest.$ac_ext <<_ACEOF
8825 /* end confdefs.h. */
8828 main ()
8832 return 0;
8834 _ACEOF
8835 rm -f conftest.$ac_objext conftest$ac_exeext
8836 if { (ac_try="$ac_link"
8837 case "(($ac_try" in
8838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8839 *) ac_try_echo=$ac_try;;
8840 esac
8841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8842 (eval "$ac_link") 2>conftest.er1
8843 ac_status=$?
8844 grep -v '^ *+' conftest.er1 >conftest.err
8845 rm -f conftest.er1
8846 cat conftest.err >&5
8847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8848 (exit $ac_status); } && {
8849 test -z "$ac_c_werror_flag" ||
8850 test ! -s conftest.err
8851 } && test -s conftest$ac_exeext &&
8852 $as_test_x conftest$ac_exeext; then
8853 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8854 else
8855 echo "$as_me: failed program was:" >&5
8856 sed 's/^/| /' conftest.$ac_ext >&5
8858 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8862 conftest$ac_exeext conftest.$ac_ext
8863 CFLAGS=$ac_wine_try_cflags_saved
8865 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8866 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8867 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8868 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8872 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8873 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8874 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8875 echo $ECHO_N "(cached) $ECHO_C" >&6
8876 else
8877 ac_wine_try_cflags_saved=$CFLAGS
8878 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8879 cat >conftest.$ac_ext <<_ACEOF
8880 /* confdefs.h. */
8881 _ACEOF
8882 cat confdefs.h >>conftest.$ac_ext
8883 cat >>conftest.$ac_ext <<_ACEOF
8884 /* end confdefs.h. */
8887 main ()
8891 return 0;
8893 _ACEOF
8894 rm -f conftest.$ac_objext conftest$ac_exeext
8895 if { (ac_try="$ac_link"
8896 case "(($ac_try" in
8897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8898 *) ac_try_echo=$ac_try;;
8899 esac
8900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8901 (eval "$ac_link") 2>conftest.er1
8902 ac_status=$?
8903 grep -v '^ *+' conftest.er1 >conftest.err
8904 rm -f conftest.er1
8905 cat conftest.err >&5
8906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8907 (exit $ac_status); } && {
8908 test -z "$ac_c_werror_flag" ||
8909 test ! -s conftest.err
8910 } && test -s conftest$ac_exeext &&
8911 $as_test_x conftest$ac_exeext; then
8912 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8913 else
8914 echo "$as_me: failed program was:" >&5
8915 sed 's/^/| /' conftest.$ac_ext >&5
8917 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8921 conftest$ac_exeext conftest.$ac_ext
8922 CFLAGS=$ac_wine_try_cflags_saved
8924 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8925 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8926 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8927 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8931 echo '{ global: *; };' >conftest.map
8932 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8933 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8934 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8935 echo $ECHO_N "(cached) $ECHO_C" >&6
8936 else
8937 ac_wine_try_cflags_saved=$CFLAGS
8938 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8939 cat >conftest.$ac_ext <<_ACEOF
8940 /* confdefs.h. */
8941 _ACEOF
8942 cat confdefs.h >>conftest.$ac_ext
8943 cat >>conftest.$ac_ext <<_ACEOF
8944 /* end confdefs.h. */
8947 main ()
8951 return 0;
8953 _ACEOF
8954 rm -f conftest.$ac_objext conftest$ac_exeext
8955 if { (ac_try="$ac_link"
8956 case "(($ac_try" in
8957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8958 *) ac_try_echo=$ac_try;;
8959 esac
8960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8961 (eval "$ac_link") 2>conftest.er1
8962 ac_status=$?
8963 grep -v '^ *+' conftest.er1 >conftest.err
8964 rm -f conftest.er1
8965 cat conftest.err >&5
8966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8967 (exit $ac_status); } && {
8968 test -z "$ac_c_werror_flag" ||
8969 test ! -s conftest.err
8970 } && test -s conftest$ac_exeext &&
8971 $as_test_x conftest$ac_exeext; then
8972 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8973 else
8974 echo "$as_me: failed program was:" >&5
8975 sed 's/^/| /' conftest.$ac_ext >&5
8977 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8981 conftest$ac_exeext conftest.$ac_ext
8982 CFLAGS=$ac_wine_try_cflags_saved
8984 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8985 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8986 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8987 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8990 rm -f conftest.map
8992 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8993 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8994 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8995 echo $ECHO_N "(cached) $ECHO_C" >&6
8996 else
8997 ac_wine_try_cflags_saved=$CFLAGS
8998 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8999 cat >conftest.$ac_ext <<_ACEOF
9000 /* confdefs.h. */
9001 _ACEOF
9002 cat confdefs.h >>conftest.$ac_ext
9003 cat >>conftest.$ac_ext <<_ACEOF
9004 /* end confdefs.h. */
9007 main ()
9011 return 0;
9013 _ACEOF
9014 rm -f conftest.$ac_objext conftest$ac_exeext
9015 if { (ac_try="$ac_link"
9016 case "(($ac_try" in
9017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9018 *) ac_try_echo=$ac_try;;
9019 esac
9020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9021 (eval "$ac_link") 2>conftest.er1
9022 ac_status=$?
9023 grep -v '^ *+' conftest.er1 >conftest.err
9024 rm -f conftest.er1
9025 cat conftest.err >&5
9026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9027 (exit $ac_status); } && {
9028 test -z "$ac_c_werror_flag" ||
9029 test ! -s conftest.err
9030 } && test -s conftest$ac_exeext &&
9031 $as_test_x conftest$ac_exeext; then
9032 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9033 else
9034 echo "$as_me: failed program was:" >&5
9035 sed 's/^/| /' conftest.$ac_ext >&5
9037 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9041 conftest$ac_exeext conftest.$ac_ext
9042 CFLAGS=$ac_wine_try_cflags_saved
9044 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9045 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9046 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9047 LDEXECFLAGS="-Wl,--export-dynamic"
9052 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9053 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9054 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9055 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9056 echo $ECHO_N "(cached) $ECHO_C" >&6
9057 else
9058 ac_wine_try_cflags_saved=$CFLAGS
9059 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9060 cat >conftest.$ac_ext <<_ACEOF
9061 /* confdefs.h. */
9062 _ACEOF
9063 cat confdefs.h >>conftest.$ac_ext
9064 cat >>conftest.$ac_ext <<_ACEOF
9065 /* end confdefs.h. */
9068 main ()
9072 return 0;
9074 _ACEOF
9075 rm -f conftest.$ac_objext conftest$ac_exeext
9076 if { (ac_try="$ac_link"
9077 case "(($ac_try" in
9078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9079 *) ac_try_echo=$ac_try;;
9080 esac
9081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9082 (eval "$ac_link") 2>conftest.er1
9083 ac_status=$?
9084 grep -v '^ *+' conftest.er1 >conftest.err
9085 rm -f conftest.er1
9086 cat conftest.err >&5
9087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9088 (exit $ac_status); } && {
9089 test -z "$ac_c_werror_flag" ||
9090 test ! -s conftest.err
9091 } && test -s conftest$ac_exeext &&
9092 $as_test_x conftest$ac_exeext; then
9093 eval "$as_ac_var=yes"
9094 else
9095 echo "$as_me: failed program was:" >&5
9096 sed 's/^/| /' conftest.$ac_ext >&5
9098 eval "$as_ac_var=no"
9101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9102 conftest$ac_exeext conftest.$ac_ext
9103 CFLAGS=$ac_wine_try_cflags_saved
9105 ac_res=`eval echo '${'$as_ac_var'}'`
9106 { echo "$as_me:$LINENO: result: $ac_res" >&5
9107 echo "${ECHO_T}$ac_res" >&6; }
9108 if test `eval echo '${'$as_ac_var'}'` = yes; then
9109 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9110 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9111 else
9112 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9113 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9114 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9115 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9116 echo $ECHO_N "(cached) $ECHO_C" >&6
9117 else
9118 ac_wine_try_cflags_saved=$CFLAGS
9119 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9120 cat >conftest.$ac_ext <<_ACEOF
9121 /* confdefs.h. */
9122 _ACEOF
9123 cat confdefs.h >>conftest.$ac_ext
9124 cat >>conftest.$ac_ext <<_ACEOF
9125 /* end confdefs.h. */
9128 main ()
9132 return 0;
9134 _ACEOF
9135 rm -f conftest.$ac_objext conftest$ac_exeext
9136 if { (ac_try="$ac_link"
9137 case "(($ac_try" in
9138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9139 *) ac_try_echo=$ac_try;;
9140 esac
9141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9142 (eval "$ac_link") 2>conftest.er1
9143 ac_status=$?
9144 grep -v '^ *+' conftest.er1 >conftest.err
9145 rm -f conftest.er1
9146 cat conftest.err >&5
9147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9148 (exit $ac_status); } && {
9149 test -z "$ac_c_werror_flag" ||
9150 test ! -s conftest.err
9151 } && test -s conftest$ac_exeext &&
9152 $as_test_x conftest$ac_exeext; then
9153 eval "$as_ac_var=yes"
9154 else
9155 echo "$as_me: failed program was:" >&5
9156 sed 's/^/| /' conftest.$ac_ext >&5
9158 eval "$as_ac_var=no"
9161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9162 conftest$ac_exeext conftest.$ac_ext
9163 CFLAGS=$ac_wine_try_cflags_saved
9165 ac_res=`eval echo '${'$as_ac_var'}'`
9166 { echo "$as_me:$LINENO: result: $ac_res" >&5
9167 echo "${ECHO_T}$ac_res" >&6; }
9168 if test `eval echo '${'$as_ac_var'}'` = yes; then
9169 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9170 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9176 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9177 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9178 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9179 echo $ECHO_N "(cached) $ECHO_C" >&6
9180 else
9181 ac_wine_try_cflags_saved=$CFLAGS
9182 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9183 cat >conftest.$ac_ext <<_ACEOF
9184 /* confdefs.h. */
9185 _ACEOF
9186 cat confdefs.h >>conftest.$ac_ext
9187 cat >>conftest.$ac_ext <<_ACEOF
9188 /* end confdefs.h. */
9191 main ()
9195 return 0;
9197 _ACEOF
9198 rm -f conftest.$ac_objext conftest$ac_exeext
9199 if { (ac_try="$ac_link"
9200 case "(($ac_try" in
9201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9202 *) ac_try_echo=$ac_try;;
9203 esac
9204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9205 (eval "$ac_link") 2>conftest.er1
9206 ac_status=$?
9207 grep -v '^ *+' conftest.er1 >conftest.err
9208 rm -f conftest.er1
9209 cat conftest.err >&5
9210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9211 (exit $ac_status); } && {
9212 test -z "$ac_c_werror_flag" ||
9213 test ! -s conftest.err
9214 } && test -s conftest$ac_exeext &&
9215 $as_test_x conftest$ac_exeext; then
9216 ac_cv_cflags__Wl___enable_new_dtags=yes
9217 else
9218 echo "$as_me: failed program was:" >&5
9219 sed 's/^/| /' conftest.$ac_ext >&5
9221 ac_cv_cflags__Wl___enable_new_dtags=no
9224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9225 conftest$ac_exeext conftest.$ac_ext
9226 CFLAGS=$ac_wine_try_cflags_saved
9228 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9229 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9230 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9231 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9235 case $host_cpu in
9236 *i[3456789]86* | x86_64)
9237 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9238 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9239 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9240 echo $ECHO_N "(cached) $ECHO_C" >&6
9241 else
9242 ac_wine_try_cflags_saved=$CFLAGS
9243 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9244 cat >conftest.$ac_ext <<_ACEOF
9245 /* confdefs.h. */
9246 _ACEOF
9247 cat confdefs.h >>conftest.$ac_ext
9248 cat >>conftest.$ac_ext <<_ACEOF
9249 /* end confdefs.h. */
9252 main ()
9256 return 0;
9258 _ACEOF
9259 rm -f conftest.$ac_objext conftest$ac_exeext
9260 if { (ac_try="$ac_link"
9261 case "(($ac_try" in
9262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9263 *) ac_try_echo=$ac_try;;
9264 esac
9265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9266 (eval "$ac_link") 2>conftest.er1
9267 ac_status=$?
9268 grep -v '^ *+' conftest.er1 >conftest.err
9269 rm -f conftest.er1
9270 cat conftest.err >&5
9271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9272 (exit $ac_status); } && {
9273 test -z "$ac_c_werror_flag" ||
9274 test ! -s conftest.err
9275 } && test -s conftest$ac_exeext &&
9276 $as_test_x conftest$ac_exeext; then
9277 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9278 else
9279 echo "$as_me: failed program was:" >&5
9280 sed 's/^/| /' conftest.$ac_ext >&5
9282 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9286 conftest$ac_exeext conftest.$ac_ext
9287 CFLAGS=$ac_wine_try_cflags_saved
9289 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9290 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9291 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9292 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9296 esac
9298 else
9299 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9300 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9301 if test "${ac_cv_c_dll_unixware+set}" = set; then
9302 echo $ECHO_N "(cached) $ECHO_C" >&6
9303 else
9304 ac_wine_try_cflags_saved=$CFLAGS
9305 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9306 cat >conftest.$ac_ext <<_ACEOF
9307 void myfunc() {}
9308 _ACEOF
9309 rm -f conftest.$ac_objext conftest$ac_exeext
9310 if { (ac_try="$ac_link"
9311 case "(($ac_try" in
9312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9313 *) ac_try_echo=$ac_try;;
9314 esac
9315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9316 (eval "$ac_link") 2>conftest.er1
9317 ac_status=$?
9318 grep -v '^ *+' conftest.er1 >conftest.err
9319 rm -f conftest.er1
9320 cat conftest.err >&5
9321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9322 (exit $ac_status); } && {
9323 test -z "$ac_c_werror_flag" ||
9324 test ! -s conftest.err
9325 } && test -s conftest$ac_exeext &&
9326 $as_test_x conftest$ac_exeext; then
9327 ac_cv_c_dll_unixware="yes"
9328 else
9329 echo "$as_me: failed program was:" >&5
9330 sed 's/^/| /' conftest.$ac_ext >&5
9332 ac_cv_c_dll_unixware="no"
9335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9336 conftest$ac_exeext conftest.$ac_ext
9337 CFLAGS=$ac_wine_try_cflags_saved
9339 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9340 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9341 if test "$ac_cv_c_dll_unixware" = "yes"
9342 then
9343 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9344 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9346 else
9347 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9348 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9349 if test "${ac_cv_c_dll_hpux+set}" = set; then
9350 echo $ECHO_N "(cached) $ECHO_C" >&6
9351 else
9352 ac_wine_try_cflags_saved=$CFLAGS
9353 CFLAGS="$CFLAGS -shared"
9354 cat >conftest.$ac_ext <<_ACEOF
9355 void myfunc() {}
9356 _ACEOF
9357 rm -f conftest.$ac_objext conftest$ac_exeext
9358 if { (ac_try="$ac_link"
9359 case "(($ac_try" in
9360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9361 *) ac_try_echo=$ac_try;;
9362 esac
9363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9364 (eval "$ac_link") 2>conftest.er1
9365 ac_status=$?
9366 grep -v '^ *+' conftest.er1 >conftest.err
9367 rm -f conftest.er1
9368 cat conftest.err >&5
9369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9370 (exit $ac_status); } && {
9371 test -z "$ac_c_werror_flag" ||
9372 test ! -s conftest.err
9373 } && test -s conftest$ac_exeext &&
9374 $as_test_x conftest$ac_exeext; then
9375 ac_cv_c_dll_hpux="yes"
9376 else
9377 echo "$as_me: failed program was:" >&5
9378 sed 's/^/| /' conftest.$ac_ext >&5
9380 ac_cv_c_dll_hpux="no"
9383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9384 conftest$ac_exeext conftest.$ac_ext
9385 CFLAGS=$ac_wine_try_cflags_saved
9387 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9388 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9389 if test "$ac_cv_c_dll_hpux" = "yes"
9390 then
9391 LIBEXT="sl"
9392 DLLEXT=".sl"
9393 LDDLLFLAGS="-shared -fPIC"
9394 LDSHARED="\$(CC) -shared"
9399 CROSSTEST=""
9401 if test "$cross_compiling" = "no"
9402 then
9403 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9405 # Extract the first word of "$ac_prog", so it can be a program name with args.
9406 set dummy $ac_prog; ac_word=$2
9407 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9408 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9409 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9410 echo $ECHO_N "(cached) $ECHO_C" >&6
9411 else
9412 if test -n "$CROSSCC"; then
9413 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9414 else
9415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9416 for as_dir in $PATH
9418 IFS=$as_save_IFS
9419 test -z "$as_dir" && as_dir=.
9420 for ac_exec_ext in '' $ac_executable_extensions; do
9421 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9422 ac_cv_prog_CROSSCC="$ac_prog"
9423 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9424 break 2
9426 done
9427 done
9428 IFS=$as_save_IFS
9432 CROSSCC=$ac_cv_prog_CROSSCC
9433 if test -n "$CROSSCC"; then
9434 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9435 echo "${ECHO_T}$CROSSCC" >&6; }
9436 else
9437 { echo "$as_me:$LINENO: result: no" >&5
9438 echo "${ECHO_T}no" >&6; }
9442 test -n "$CROSSCC" && break
9443 done
9444 test -n "$CROSSCC" || CROSSCC="false"
9446 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9448 # Extract the first word of "$ac_prog", so it can be a program name with args.
9449 set dummy $ac_prog; ac_word=$2
9450 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9451 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9452 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9453 echo $ECHO_N "(cached) $ECHO_C" >&6
9454 else
9455 if test -n "$DLLTOOL"; then
9456 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9457 else
9458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9459 for as_dir in $PATH
9461 IFS=$as_save_IFS
9462 test -z "$as_dir" && as_dir=.
9463 for ac_exec_ext in '' $ac_executable_extensions; do
9464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9465 ac_cv_prog_DLLTOOL="$ac_prog"
9466 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9467 break 2
9469 done
9470 done
9471 IFS=$as_save_IFS
9475 DLLTOOL=$ac_cv_prog_DLLTOOL
9476 if test -n "$DLLTOOL"; then
9477 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9478 echo "${ECHO_T}$DLLTOOL" >&6; }
9479 else
9480 { echo "$as_me:$LINENO: result: no" >&5
9481 echo "${ECHO_T}no" >&6; }
9485 test -n "$DLLTOOL" && break
9486 done
9487 test -n "$DLLTOOL" || DLLTOOL="false"
9489 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9491 # Extract the first word of "$ac_prog", so it can be a program name with args.
9492 set dummy $ac_prog; ac_word=$2
9493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9495 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9496 echo $ECHO_N "(cached) $ECHO_C" >&6
9497 else
9498 if test -n "$CROSSWINDRES"; then
9499 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9500 else
9501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9502 for as_dir in $PATH
9504 IFS=$as_save_IFS
9505 test -z "$as_dir" && as_dir=.
9506 for ac_exec_ext in '' $ac_executable_extensions; do
9507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9508 ac_cv_prog_CROSSWINDRES="$ac_prog"
9509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9510 break 2
9512 done
9513 done
9514 IFS=$as_save_IFS
9518 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9519 if test -n "$CROSSWINDRES"; then
9520 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9521 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9522 else
9523 { echo "$as_me:$LINENO: result: no" >&5
9524 echo "${ECHO_T}no" >&6; }
9528 test -n "$CROSSWINDRES" && break
9529 done
9530 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9532 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9534 # Extract the first word of "$ac_prog", so it can be a program name with args.
9535 set dummy $ac_prog; ac_word=$2
9536 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9537 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9538 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9539 echo $ECHO_N "(cached) $ECHO_C" >&6
9540 else
9541 if test -n "$MINGWAR"; then
9542 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9543 else
9544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9545 for as_dir in $PATH
9547 IFS=$as_save_IFS
9548 test -z "$as_dir" && as_dir=.
9549 for ac_exec_ext in '' $ac_executable_extensions; do
9550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9551 ac_cv_prog_MINGWAR="$ac_prog"
9552 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9553 break 2
9555 done
9556 done
9557 IFS=$as_save_IFS
9561 MINGWAR=$ac_cv_prog_MINGWAR
9562 if test -n "$MINGWAR"; then
9563 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9564 echo "${ECHO_T}$MINGWAR" >&6; }
9565 else
9566 { echo "$as_me:$LINENO: result: no" >&5
9567 echo "${ECHO_T}no" >&6; }
9571 test -n "$MINGWAR" && break
9572 done
9573 test -n "$MINGWAR" || MINGWAR="false"
9575 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9578 esac
9580 enable_winequartz_drv=${enable_winequartz_drv:-no}
9582 if test "$LIBEXT" = "a"; then
9583 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9584 It is currently not possible to build Wine without shared library
9585 (.so) support to allow transparent switch between .so and .dll files.
9586 If you are using Linux, you will need a newer binutils.
9587 " >&5
9588 echo "$as_me: error: could not find a way to build shared libraries.
9589 It is currently not possible to build Wine without shared library
9590 (.so) support to allow transparent switch between .so and .dll files.
9591 If you are using Linux, you will need a newer binutils.
9592 " >&2;}
9593 { (exit 1); exit 1; }; }
9597 if test "$have_x" = "yes"
9598 then
9599 XLIB="-lXext -lX11"
9600 ac_save_CPPFLAGS="$CPPFLAGS"
9601 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9603 { echo "$as_me:$LINENO: checking for -lX11" >&5
9604 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9605 if test "${ac_cv_lib_soname_X11+set}" = set; then
9606 echo $ECHO_N "(cached) $ECHO_C" >&6
9607 else
9608 ac_check_soname_save_LIBS=$LIBS
9609 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9610 cat >conftest.$ac_ext <<_ACEOF
9611 /* confdefs.h. */
9612 _ACEOF
9613 cat confdefs.h >>conftest.$ac_ext
9614 cat >>conftest.$ac_ext <<_ACEOF
9615 /* end confdefs.h. */
9617 /* Override any GCC internal prototype to avoid an error.
9618 Use char because int might match the return type of a GCC
9619 builtin and then its argument prototype would still apply. */
9620 #ifdef __cplusplus
9621 extern "C"
9622 #endif
9623 char XCreateWindow ();
9625 main ()
9627 return XCreateWindow ();
9629 return 0;
9631 _ACEOF
9632 rm -f conftest.$ac_objext conftest$ac_exeext
9633 if { (ac_try="$ac_link"
9634 case "(($ac_try" in
9635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9636 *) ac_try_echo=$ac_try;;
9637 esac
9638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9639 (eval "$ac_link") 2>conftest.er1
9640 ac_status=$?
9641 grep -v '^ *+' conftest.er1 >conftest.err
9642 rm -f conftest.er1
9643 cat conftest.err >&5
9644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9645 (exit $ac_status); } && {
9646 test -z "$ac_c_werror_flag" ||
9647 test ! -s conftest.err
9648 } && test -s conftest$ac_exeext &&
9649 $as_test_x conftest$ac_exeext; then
9650 case "$LIBEXT" in
9651 dll) ;;
9652 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'` ;;
9653 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9654 esac
9655 else
9656 echo "$as_me: failed program was:" >&5
9657 sed 's/^/| /' conftest.$ac_ext >&5
9662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9663 conftest$ac_exeext conftest.$ac_ext
9664 LIBS=$ac_check_soname_save_LIBS
9666 if test "x$ac_cv_lib_soname_X11" = "x"; then
9667 { echo "$as_me:$LINENO: result: not found" >&5
9668 echo "${ECHO_T}not found" >&6; }
9670 else
9671 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9672 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9674 cat >>confdefs.h <<_ACEOF
9675 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9676 _ACEOF
9681 { echo "$as_me:$LINENO: checking for -lXext" >&5
9682 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9683 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9684 echo $ECHO_N "(cached) $ECHO_C" >&6
9685 else
9686 ac_check_soname_save_LIBS=$LIBS
9687 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9688 cat >conftest.$ac_ext <<_ACEOF
9689 /* confdefs.h. */
9690 _ACEOF
9691 cat confdefs.h >>conftest.$ac_ext
9692 cat >>conftest.$ac_ext <<_ACEOF
9693 /* end confdefs.h. */
9695 /* Override any GCC internal prototype to avoid an error.
9696 Use char because int might match the return type of a GCC
9697 builtin and then its argument prototype would still apply. */
9698 #ifdef __cplusplus
9699 extern "C"
9700 #endif
9701 char XextCreateExtension ();
9703 main ()
9705 return XextCreateExtension ();
9707 return 0;
9709 _ACEOF
9710 rm -f conftest.$ac_objext conftest$ac_exeext
9711 if { (ac_try="$ac_link"
9712 case "(($ac_try" in
9713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9714 *) ac_try_echo=$ac_try;;
9715 esac
9716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9717 (eval "$ac_link") 2>conftest.er1
9718 ac_status=$?
9719 grep -v '^ *+' conftest.er1 >conftest.err
9720 rm -f conftest.er1
9721 cat conftest.err >&5
9722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9723 (exit $ac_status); } && {
9724 test -z "$ac_c_werror_flag" ||
9725 test ! -s conftest.err
9726 } && test -s conftest$ac_exeext &&
9727 $as_test_x conftest$ac_exeext; then
9728 case "$LIBEXT" in
9729 dll) ;;
9730 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'` ;;
9731 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9732 esac
9733 else
9734 echo "$as_me: failed program was:" >&5
9735 sed 's/^/| /' conftest.$ac_ext >&5
9740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9741 conftest$ac_exeext conftest.$ac_ext
9742 LIBS=$ac_check_soname_save_LIBS
9744 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9745 { echo "$as_me:$LINENO: result: not found" >&5
9746 echo "${ECHO_T}not found" >&6; }
9748 else
9749 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9750 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9752 cat >>confdefs.h <<_ACEOF
9753 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9754 _ACEOF
9772 for ac_header in X11/Xlib.h \
9773 X11/XKBlib.h \
9774 X11/Xutil.h \
9775 X11/Xcursor/Xcursor.h \
9776 X11/extensions/shape.h \
9777 X11/extensions/XInput.h \
9778 X11/extensions/XShm.h \
9779 X11/extensions/Xcomposite.h \
9780 X11/extensions/Xinerama.h \
9781 X11/extensions/Xrandr.h \
9782 X11/extensions/Xrender.h \
9783 X11/extensions/xf86vmode.h
9785 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9786 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9787 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9788 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9789 echo $ECHO_N "(cached) $ECHO_C" >&6
9790 else
9791 cat >conftest.$ac_ext <<_ACEOF
9792 /* confdefs.h. */
9793 _ACEOF
9794 cat confdefs.h >>conftest.$ac_ext
9795 cat >>conftest.$ac_ext <<_ACEOF
9796 /* end confdefs.h. */
9797 #ifdef HAVE_X11_XLIB_H
9798 # include <X11/Xlib.h>
9799 #endif
9800 #ifdef HAVE_X11_XUTIL_H
9801 # include <X11/Xutil.h>
9802 #endif
9804 #include <$ac_header>
9805 _ACEOF
9806 rm -f conftest.$ac_objext
9807 if { (ac_try="$ac_compile"
9808 case "(($ac_try" in
9809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9810 *) ac_try_echo=$ac_try;;
9811 esac
9812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9813 (eval "$ac_compile") 2>conftest.er1
9814 ac_status=$?
9815 grep -v '^ *+' conftest.er1 >conftest.err
9816 rm -f conftest.er1
9817 cat conftest.err >&5
9818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9819 (exit $ac_status); } && {
9820 test -z "$ac_c_werror_flag" ||
9821 test ! -s conftest.err
9822 } && test -s conftest.$ac_objext; then
9823 eval "$as_ac_Header=yes"
9824 else
9825 echo "$as_me: failed program was:" >&5
9826 sed 's/^/| /' conftest.$ac_ext >&5
9828 eval "$as_ac_Header=no"
9831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9833 ac_res=`eval echo '${'$as_ac_Header'}'`
9834 { echo "$as_me:$LINENO: result: $ac_res" >&5
9835 echo "${ECHO_T}$ac_res" >&6; }
9836 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9837 cat >>confdefs.h <<_ACEOF
9838 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9839 _ACEOF
9843 done
9846 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9847 then
9848 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9849 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9850 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9851 echo $ECHO_N "(cached) $ECHO_C" >&6
9852 else
9853 ac_check_lib_save_LIBS=$LIBS
9854 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9855 cat >conftest.$ac_ext <<_ACEOF
9856 /* confdefs.h. */
9857 _ACEOF
9858 cat confdefs.h >>conftest.$ac_ext
9859 cat >>conftest.$ac_ext <<_ACEOF
9860 /* end confdefs.h. */
9862 /* Override any GCC internal prototype to avoid an error.
9863 Use char because int might match the return type of a GCC
9864 builtin and then its argument prototype would still apply. */
9865 #ifdef __cplusplus
9866 extern "C"
9867 #endif
9868 char XkbQueryExtension ();
9870 main ()
9872 return XkbQueryExtension ();
9874 return 0;
9876 _ACEOF
9877 rm -f conftest.$ac_objext conftest$ac_exeext
9878 if { (ac_try="$ac_link"
9879 case "(($ac_try" in
9880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9881 *) ac_try_echo=$ac_try;;
9882 esac
9883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9884 (eval "$ac_link") 2>conftest.er1
9885 ac_status=$?
9886 grep -v '^ *+' conftest.er1 >conftest.err
9887 rm -f conftest.er1
9888 cat conftest.err >&5
9889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9890 (exit $ac_status); } && {
9891 test -z "$ac_c_werror_flag" ||
9892 test ! -s conftest.err
9893 } && test -s conftest$ac_exeext &&
9894 $as_test_x conftest$ac_exeext; then
9895 ac_cv_lib_X11_XkbQueryExtension=yes
9896 else
9897 echo "$as_me: failed program was:" >&5
9898 sed 's/^/| /' conftest.$ac_ext >&5
9900 ac_cv_lib_X11_XkbQueryExtension=no
9903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9904 conftest$ac_exeext conftest.$ac_ext
9905 LIBS=$ac_check_lib_save_LIBS
9907 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9908 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9909 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9911 cat >>confdefs.h <<\_ACEOF
9912 #define HAVE_XKB 1
9913 _ACEOF
9919 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9920 then
9921 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9922 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9923 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9924 echo $ECHO_N "(cached) $ECHO_C" >&6
9925 else
9926 ac_check_soname_save_LIBS=$LIBS
9927 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9928 cat >conftest.$ac_ext <<_ACEOF
9929 /* confdefs.h. */
9930 _ACEOF
9931 cat confdefs.h >>conftest.$ac_ext
9932 cat >>conftest.$ac_ext <<_ACEOF
9933 /* end confdefs.h. */
9935 /* Override any GCC internal prototype to avoid an error.
9936 Use char because int might match the return type of a GCC
9937 builtin and then its argument prototype would still apply. */
9938 #ifdef __cplusplus
9939 extern "C"
9940 #endif
9941 char XcursorImageLoadCursor ();
9943 main ()
9945 return XcursorImageLoadCursor ();
9947 return 0;
9949 _ACEOF
9950 rm -f conftest.$ac_objext conftest$ac_exeext
9951 if { (ac_try="$ac_link"
9952 case "(($ac_try" in
9953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9954 *) ac_try_echo=$ac_try;;
9955 esac
9956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9957 (eval "$ac_link") 2>conftest.er1
9958 ac_status=$?
9959 grep -v '^ *+' conftest.er1 >conftest.err
9960 rm -f conftest.er1
9961 cat conftest.err >&5
9962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9963 (exit $ac_status); } && {
9964 test -z "$ac_c_werror_flag" ||
9965 test ! -s conftest.err
9966 } && test -s conftest$ac_exeext &&
9967 $as_test_x conftest$ac_exeext; then
9968 case "$LIBEXT" in
9969 dll) ;;
9970 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'` ;;
9971 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9972 esac
9973 else
9974 echo "$as_me: failed program was:" >&5
9975 sed 's/^/| /' conftest.$ac_ext >&5
9980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9981 conftest$ac_exeext conftest.$ac_ext
9982 LIBS=$ac_check_soname_save_LIBS
9984 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9985 { echo "$as_me:$LINENO: result: not found" >&5
9986 echo "${ECHO_T}not found" >&6; }
9988 else
9989 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9990 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9992 cat >>confdefs.h <<_ACEOF
9993 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9994 _ACEOF
10000 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10001 case "x$with_xcursor" in
10002 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
10003 xno) ;;
10004 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
10005 This is an error since --with-xcursor was requested." >&5
10006 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10007 This is an error since --with-xcursor was requested." >&2;}
10008 { (exit 1); exit 1; }; } ;;
10009 esac
10013 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10014 then
10015 { echo "$as_me:$LINENO: checking for -lXi" >&5
10016 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10017 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10018 echo $ECHO_N "(cached) $ECHO_C" >&6
10019 else
10020 ac_check_soname_save_LIBS=$LIBS
10021 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10022 cat >conftest.$ac_ext <<_ACEOF
10023 /* confdefs.h. */
10024 _ACEOF
10025 cat confdefs.h >>conftest.$ac_ext
10026 cat >>conftest.$ac_ext <<_ACEOF
10027 /* end confdefs.h. */
10029 /* Override any GCC internal prototype to avoid an error.
10030 Use char because int might match the return type of a GCC
10031 builtin and then its argument prototype would still apply. */
10032 #ifdef __cplusplus
10033 extern "C"
10034 #endif
10035 char XOpenDevice ();
10037 main ()
10039 return XOpenDevice ();
10041 return 0;
10043 _ACEOF
10044 rm -f conftest.$ac_objext conftest$ac_exeext
10045 if { (ac_try="$ac_link"
10046 case "(($ac_try" in
10047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10048 *) ac_try_echo=$ac_try;;
10049 esac
10050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10051 (eval "$ac_link") 2>conftest.er1
10052 ac_status=$?
10053 grep -v '^ *+' conftest.er1 >conftest.err
10054 rm -f conftest.er1
10055 cat conftest.err >&5
10056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10057 (exit $ac_status); } && {
10058 test -z "$ac_c_werror_flag" ||
10059 test ! -s conftest.err
10060 } && test -s conftest$ac_exeext &&
10061 $as_test_x conftest$ac_exeext; then
10062 case "$LIBEXT" in
10063 dll) ;;
10064 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'` ;;
10065 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10066 esac
10067 else
10068 echo "$as_me: failed program was:" >&5
10069 sed 's/^/| /' conftest.$ac_ext >&5
10074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10075 conftest$ac_exeext conftest.$ac_ext
10076 LIBS=$ac_check_soname_save_LIBS
10078 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10079 { echo "$as_me:$LINENO: result: not found" >&5
10080 echo "${ECHO_T}not found" >&6; }
10082 else
10083 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10084 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10086 cat >>confdefs.h <<_ACEOF
10087 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10088 _ACEOF
10094 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10095 case "x$with_xinput" in
10096 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10097 xno) ;;
10098 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10099 This is an error since --with-xinput was requested." >&5
10100 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10101 This is an error since --with-xinput was requested." >&2;}
10102 { (exit 1); exit 1; }; } ;;
10103 esac
10107 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10108 then
10109 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10110 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10111 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10112 echo $ECHO_N "(cached) $ECHO_C" >&6
10113 else
10114 ac_check_lib_save_LIBS=$LIBS
10115 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10116 cat >conftest.$ac_ext <<_ACEOF
10117 /* confdefs.h. */
10118 _ACEOF
10119 cat confdefs.h >>conftest.$ac_ext
10120 cat >>conftest.$ac_ext <<_ACEOF
10121 /* end confdefs.h. */
10123 /* Override any GCC internal prototype to avoid an error.
10124 Use char because int might match the return type of a GCC
10125 builtin and then its argument prototype would still apply. */
10126 #ifdef __cplusplus
10127 extern "C"
10128 #endif
10129 char XShmQueryExtension ();
10131 main ()
10133 return XShmQueryExtension ();
10135 return 0;
10137 _ACEOF
10138 rm -f conftest.$ac_objext conftest$ac_exeext
10139 if { (ac_try="$ac_link"
10140 case "(($ac_try" in
10141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10142 *) ac_try_echo=$ac_try;;
10143 esac
10144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10145 (eval "$ac_link") 2>conftest.er1
10146 ac_status=$?
10147 grep -v '^ *+' conftest.er1 >conftest.err
10148 rm -f conftest.er1
10149 cat conftest.err >&5
10150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10151 (exit $ac_status); } && {
10152 test -z "$ac_c_werror_flag" ||
10153 test ! -s conftest.err
10154 } && test -s conftest$ac_exeext &&
10155 $as_test_x conftest$ac_exeext; then
10156 ac_cv_lib_Xext_XShmQueryExtension=yes
10157 else
10158 echo "$as_me: failed program was:" >&5
10159 sed 's/^/| /' conftest.$ac_ext >&5
10161 ac_cv_lib_Xext_XShmQueryExtension=no
10164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10165 conftest$ac_exeext conftest.$ac_ext
10166 LIBS=$ac_check_lib_save_LIBS
10168 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10169 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10170 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10172 cat >>confdefs.h <<\_ACEOF
10173 #define HAVE_LIBXXSHM 1
10174 _ACEOF
10179 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10180 case "x$with_xshm" in
10181 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10182 xno) ;;
10183 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10184 This is an error since --with-xshm was requested." >&5
10185 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10186 This is an error since --with-xshm was requested." >&2;}
10187 { (exit 1); exit 1; }; } ;;
10188 esac
10192 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10193 then
10194 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10195 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10196 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10197 echo $ECHO_N "(cached) $ECHO_C" >&6
10198 else
10199 ac_check_lib_save_LIBS=$LIBS
10200 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10201 cat >conftest.$ac_ext <<_ACEOF
10202 /* confdefs.h. */
10203 _ACEOF
10204 cat confdefs.h >>conftest.$ac_ext
10205 cat >>conftest.$ac_ext <<_ACEOF
10206 /* end confdefs.h. */
10208 /* Override any GCC internal prototype to avoid an error.
10209 Use char because int might match the return type of a GCC
10210 builtin and then its argument prototype would still apply. */
10211 #ifdef __cplusplus
10212 extern "C"
10213 #endif
10214 char XShapeQueryExtension ();
10216 main ()
10218 return XShapeQueryExtension ();
10220 return 0;
10222 _ACEOF
10223 rm -f conftest.$ac_objext conftest$ac_exeext
10224 if { (ac_try="$ac_link"
10225 case "(($ac_try" in
10226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10227 *) ac_try_echo=$ac_try;;
10228 esac
10229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10230 (eval "$ac_link") 2>conftest.er1
10231 ac_status=$?
10232 grep -v '^ *+' conftest.er1 >conftest.err
10233 rm -f conftest.er1
10234 cat conftest.err >&5
10235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10236 (exit $ac_status); } && {
10237 test -z "$ac_c_werror_flag" ||
10238 test ! -s conftest.err
10239 } && test -s conftest$ac_exeext &&
10240 $as_test_x conftest$ac_exeext; then
10241 ac_cv_lib_Xext_XShapeQueryExtension=yes
10242 else
10243 echo "$as_me: failed program was:" >&5
10244 sed 's/^/| /' conftest.$ac_ext >&5
10246 ac_cv_lib_Xext_XShapeQueryExtension=no
10249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10250 conftest$ac_exeext conftest.$ac_ext
10251 LIBS=$ac_check_lib_save_LIBS
10253 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10254 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10255 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10257 cat >>confdefs.h <<\_ACEOF
10258 #define HAVE_LIBXSHAPE 1
10259 _ACEOF
10264 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10265 case "x$with_xshape" in
10266 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10267 xno) ;;
10268 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10269 This is an error since --with-xshape was requested." >&5
10270 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10271 This is an error since --with-xshape was requested." >&2;}
10272 { (exit 1); exit 1; }; } ;;
10273 esac
10277 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10278 then
10279 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10280 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10281 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10282 echo $ECHO_N "(cached) $ECHO_C" >&6
10283 else
10284 ac_check_soname_save_LIBS=$LIBS
10285 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10286 cat >conftest.$ac_ext <<_ACEOF
10287 /* confdefs.h. */
10288 _ACEOF
10289 cat confdefs.h >>conftest.$ac_ext
10290 cat >>conftest.$ac_ext <<_ACEOF
10291 /* end confdefs.h. */
10293 /* Override any GCC internal prototype to avoid an error.
10294 Use char because int might match the return type of a GCC
10295 builtin and then its argument prototype would still apply. */
10296 #ifdef __cplusplus
10297 extern "C"
10298 #endif
10299 char XF86VidModeQueryExtension ();
10301 main ()
10303 return XF86VidModeQueryExtension ();
10305 return 0;
10307 _ACEOF
10308 rm -f conftest.$ac_objext conftest$ac_exeext
10309 if { (ac_try="$ac_link"
10310 case "(($ac_try" in
10311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10312 *) ac_try_echo=$ac_try;;
10313 esac
10314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10315 (eval "$ac_link") 2>conftest.er1
10316 ac_status=$?
10317 grep -v '^ *+' conftest.er1 >conftest.err
10318 rm -f conftest.er1
10319 cat conftest.err >&5
10320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10321 (exit $ac_status); } && {
10322 test -z "$ac_c_werror_flag" ||
10323 test ! -s conftest.err
10324 } && test -s conftest$ac_exeext &&
10325 $as_test_x conftest$ac_exeext; then
10326 case "$LIBEXT" in
10327 dll) ;;
10328 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'` ;;
10329 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10330 esac
10331 else
10332 echo "$as_me: failed program was:" >&5
10333 sed 's/^/| /' conftest.$ac_ext >&5
10338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10339 conftest$ac_exeext conftest.$ac_ext
10340 LIBS=$ac_check_soname_save_LIBS
10342 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10343 { echo "$as_me:$LINENO: result: not found" >&5
10344 echo "${ECHO_T}not found" >&6; }
10346 else
10347 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10348 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10350 cat >>confdefs.h <<_ACEOF
10351 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10352 _ACEOF
10358 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10359 case "x$with_xxf86vm" in
10360 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10361 xno) ;;
10362 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10363 This is an error since --with-xxf86vm was requested." >&5
10364 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10365 This is an error since --with-xxf86vm was requested." >&2;}
10366 { (exit 1); exit 1; }; } ;;
10367 esac
10371 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"
10372 then
10373 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10374 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10375 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10376 echo $ECHO_N "(cached) $ECHO_C" >&6
10377 else
10378 ac_check_soname_save_LIBS=$LIBS
10379 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10380 cat >conftest.$ac_ext <<_ACEOF
10381 /* confdefs.h. */
10382 _ACEOF
10383 cat confdefs.h >>conftest.$ac_ext
10384 cat >>conftest.$ac_ext <<_ACEOF
10385 /* end confdefs.h. */
10387 /* Override any GCC internal prototype to avoid an error.
10388 Use char because int might match the return type of a GCC
10389 builtin and then its argument prototype would still apply. */
10390 #ifdef __cplusplus
10391 extern "C"
10392 #endif
10393 char XRenderQueryExtension ();
10395 main ()
10397 return XRenderQueryExtension ();
10399 return 0;
10401 _ACEOF
10402 rm -f conftest.$ac_objext conftest$ac_exeext
10403 if { (ac_try="$ac_link"
10404 case "(($ac_try" in
10405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10406 *) ac_try_echo=$ac_try;;
10407 esac
10408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10409 (eval "$ac_link") 2>conftest.er1
10410 ac_status=$?
10411 grep -v '^ *+' conftest.er1 >conftest.err
10412 rm -f conftest.er1
10413 cat conftest.err >&5
10414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10415 (exit $ac_status); } && {
10416 test -z "$ac_c_werror_flag" ||
10417 test ! -s conftest.err
10418 } && test -s conftest$ac_exeext &&
10419 $as_test_x conftest$ac_exeext; then
10420 case "$LIBEXT" in
10421 dll) ;;
10422 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'` ;;
10423 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10424 esac
10425 else
10426 echo "$as_me: failed program was:" >&5
10427 sed 's/^/| /' conftest.$ac_ext >&5
10432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10433 conftest$ac_exeext conftest.$ac_ext
10434 LIBS=$ac_check_soname_save_LIBS
10436 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10437 { echo "$as_me:$LINENO: result: not found" >&5
10438 echo "${ECHO_T}not found" >&6; }
10440 else
10441 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10442 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10444 cat >>confdefs.h <<_ACEOF
10445 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10446 _ACEOF
10448 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10449 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10450 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10451 echo $ECHO_N "(cached) $ECHO_C" >&6
10452 else
10453 ac_check_lib_save_LIBS=$LIBS
10454 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10455 cat >conftest.$ac_ext <<_ACEOF
10456 /* confdefs.h. */
10457 _ACEOF
10458 cat confdefs.h >>conftest.$ac_ext
10459 cat >>conftest.$ac_ext <<_ACEOF
10460 /* end confdefs.h. */
10462 /* Override any GCC internal prototype to avoid an error.
10463 Use char because int might match the return type of a GCC
10464 builtin and then its argument prototype would still apply. */
10465 #ifdef __cplusplus
10466 extern "C"
10467 #endif
10468 char XRenderSetPictureTransform ();
10470 main ()
10472 return XRenderSetPictureTransform ();
10474 return 0;
10476 _ACEOF
10477 rm -f conftest.$ac_objext conftest$ac_exeext
10478 if { (ac_try="$ac_link"
10479 case "(($ac_try" in
10480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10481 *) ac_try_echo=$ac_try;;
10482 esac
10483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10484 (eval "$ac_link") 2>conftest.er1
10485 ac_status=$?
10486 grep -v '^ *+' conftest.er1 >conftest.err
10487 rm -f conftest.er1
10488 cat conftest.err >&5
10489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10490 (exit $ac_status); } && {
10491 test -z "$ac_c_werror_flag" ||
10492 test ! -s conftest.err
10493 } && test -s conftest$ac_exeext &&
10494 $as_test_x conftest$ac_exeext; then
10495 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10496 else
10497 echo "$as_me: failed program was:" >&5
10498 sed 's/^/| /' conftest.$ac_ext >&5
10500 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10504 conftest$ac_exeext conftest.$ac_ext
10505 LIBS=$ac_check_lib_save_LIBS
10507 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10508 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10509 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10511 cat >>confdefs.h <<\_ACEOF
10512 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10513 _ACEOF
10521 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10522 case "x$with_xrender" in
10523 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10524 xno) ;;
10525 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10526 This is an error since --with-xrender was requested." >&5
10527 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10528 This is an error since --with-xrender was requested." >&2;}
10529 { (exit 1); exit 1; }; } ;;
10530 esac
10534 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10535 then
10536 cat >conftest.$ac_ext <<_ACEOF
10537 /* confdefs.h. */
10538 _ACEOF
10539 cat confdefs.h >>conftest.$ac_ext
10540 cat >>conftest.$ac_ext <<_ACEOF
10541 /* end confdefs.h. */
10542 #include <X11/Xlib.h>
10543 #include <X11/extensions/Xrandr.h>
10545 main ()
10547 static typeof(XRRSetScreenConfigAndRate) * func;
10549 return 0;
10551 _ACEOF
10552 rm -f conftest.$ac_objext
10553 if { (ac_try="$ac_compile"
10554 case "(($ac_try" in
10555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10556 *) ac_try_echo=$ac_try;;
10557 esac
10558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10559 (eval "$ac_compile") 2>conftest.er1
10560 ac_status=$?
10561 grep -v '^ *+' conftest.er1 >conftest.err
10562 rm -f conftest.er1
10563 cat conftest.err >&5
10564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10565 (exit $ac_status); } && {
10566 test -z "$ac_c_werror_flag" ||
10567 test ! -s conftest.err
10568 } && test -s conftest.$ac_objext; then
10569 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10570 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10571 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10572 echo $ECHO_N "(cached) $ECHO_C" >&6
10573 else
10574 ac_check_soname_save_LIBS=$LIBS
10575 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10576 cat >conftest.$ac_ext <<_ACEOF
10577 /* confdefs.h. */
10578 _ACEOF
10579 cat confdefs.h >>conftest.$ac_ext
10580 cat >>conftest.$ac_ext <<_ACEOF
10581 /* end confdefs.h. */
10583 /* Override any GCC internal prototype to avoid an error.
10584 Use char because int might match the return type of a GCC
10585 builtin and then its argument prototype would still apply. */
10586 #ifdef __cplusplus
10587 extern "C"
10588 #endif
10589 char XRRQueryExtension ();
10591 main ()
10593 return XRRQueryExtension ();
10595 return 0;
10597 _ACEOF
10598 rm -f conftest.$ac_objext conftest$ac_exeext
10599 if { (ac_try="$ac_link"
10600 case "(($ac_try" in
10601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10602 *) ac_try_echo=$ac_try;;
10603 esac
10604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10605 (eval "$ac_link") 2>conftest.er1
10606 ac_status=$?
10607 grep -v '^ *+' conftest.er1 >conftest.err
10608 rm -f conftest.er1
10609 cat conftest.err >&5
10610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10611 (exit $ac_status); } && {
10612 test -z "$ac_c_werror_flag" ||
10613 test ! -s conftest.err
10614 } && test -s conftest$ac_exeext &&
10615 $as_test_x conftest$ac_exeext; then
10616 case "$LIBEXT" in
10617 dll) ;;
10618 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'` ;;
10619 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10620 esac
10621 else
10622 echo "$as_me: failed program was:" >&5
10623 sed 's/^/| /' conftest.$ac_ext >&5
10628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10629 conftest$ac_exeext conftest.$ac_ext
10630 LIBS=$ac_check_soname_save_LIBS
10632 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10633 { echo "$as_me:$LINENO: result: not found" >&5
10634 echo "${ECHO_T}not found" >&6; }
10636 else
10637 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10638 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10640 cat >>confdefs.h <<_ACEOF
10641 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10642 _ACEOF
10647 else
10648 echo "$as_me: failed program was:" >&5
10649 sed 's/^/| /' conftest.$ac_ext >&5
10654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10656 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10657 case "x$with_xrandr" in
10658 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10659 xno) ;;
10660 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10661 This is an error since --with-xrandr was requested." >&5
10662 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10663 This is an error since --with-xrandr was requested." >&2;}
10664 { (exit 1); exit 1; }; } ;;
10665 esac
10669 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10670 then
10671 cat >conftest.$ac_ext <<_ACEOF
10672 /* confdefs.h. */
10673 _ACEOF
10674 cat confdefs.h >>conftest.$ac_ext
10675 cat >>conftest.$ac_ext <<_ACEOF
10676 /* end confdefs.h. */
10677 #include <X11/Xlib.h>
10678 #include <X11/extensions/Xinerama.h>
10680 main ()
10682 static typeof(XineramaQueryScreens) * func;
10684 return 0;
10686 _ACEOF
10687 rm -f conftest.$ac_objext
10688 if { (ac_try="$ac_compile"
10689 case "(($ac_try" in
10690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10691 *) ac_try_echo=$ac_try;;
10692 esac
10693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10694 (eval "$ac_compile") 2>conftest.er1
10695 ac_status=$?
10696 grep -v '^ *+' conftest.er1 >conftest.err
10697 rm -f conftest.er1
10698 cat conftest.err >&5
10699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10700 (exit $ac_status); } && {
10701 test -z "$ac_c_werror_flag" ||
10702 test ! -s conftest.err
10703 } && test -s conftest.$ac_objext; then
10704 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10705 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10706 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10707 echo $ECHO_N "(cached) $ECHO_C" >&6
10708 else
10709 ac_check_soname_save_LIBS=$LIBS
10710 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10711 cat >conftest.$ac_ext <<_ACEOF
10712 /* confdefs.h. */
10713 _ACEOF
10714 cat confdefs.h >>conftest.$ac_ext
10715 cat >>conftest.$ac_ext <<_ACEOF
10716 /* end confdefs.h. */
10718 /* Override any GCC internal prototype to avoid an error.
10719 Use char because int might match the return type of a GCC
10720 builtin and then its argument prototype would still apply. */
10721 #ifdef __cplusplus
10722 extern "C"
10723 #endif
10724 char XineramaQueryScreens ();
10726 main ()
10728 return XineramaQueryScreens ();
10730 return 0;
10732 _ACEOF
10733 rm -f conftest.$ac_objext conftest$ac_exeext
10734 if { (ac_try="$ac_link"
10735 case "(($ac_try" in
10736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10737 *) ac_try_echo=$ac_try;;
10738 esac
10739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10740 (eval "$ac_link") 2>conftest.er1
10741 ac_status=$?
10742 grep -v '^ *+' conftest.er1 >conftest.err
10743 rm -f conftest.er1
10744 cat conftest.err >&5
10745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10746 (exit $ac_status); } && {
10747 test -z "$ac_c_werror_flag" ||
10748 test ! -s conftest.err
10749 } && test -s conftest$ac_exeext &&
10750 $as_test_x conftest$ac_exeext; then
10751 case "$LIBEXT" in
10752 dll) ;;
10753 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'` ;;
10754 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10755 esac
10756 else
10757 echo "$as_me: failed program was:" >&5
10758 sed 's/^/| /' conftest.$ac_ext >&5
10763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10764 conftest$ac_exeext conftest.$ac_ext
10765 LIBS=$ac_check_soname_save_LIBS
10767 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10768 { echo "$as_me:$LINENO: result: not found" >&5
10769 echo "${ECHO_T}not found" >&6; }
10771 else
10772 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10773 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10775 cat >>confdefs.h <<_ACEOF
10776 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10777 _ACEOF
10782 else
10783 echo "$as_me: failed program was:" >&5
10784 sed 's/^/| /' conftest.$ac_ext >&5
10789 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10791 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10792 case "x$with_xinerama" in
10793 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10794 xno) ;;
10795 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10796 This is an error since --with-xinerama was requested." >&5
10797 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10798 This is an error since --with-xinerama was requested." >&2;}
10799 { (exit 1); exit 1; }; } ;;
10800 esac
10804 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10805 then
10806 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10807 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10808 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10809 echo $ECHO_N "(cached) $ECHO_C" >&6
10810 else
10811 ac_check_soname_save_LIBS=$LIBS
10812 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10813 cat >conftest.$ac_ext <<_ACEOF
10814 /* confdefs.h. */
10815 _ACEOF
10816 cat confdefs.h >>conftest.$ac_ext
10817 cat >>conftest.$ac_ext <<_ACEOF
10818 /* end confdefs.h. */
10820 /* Override any GCC internal prototype to avoid an error.
10821 Use char because int might match the return type of a GCC
10822 builtin and then its argument prototype would still apply. */
10823 #ifdef __cplusplus
10824 extern "C"
10825 #endif
10826 char XCompositeRedirectWindow ();
10828 main ()
10830 return XCompositeRedirectWindow ();
10832 return 0;
10834 _ACEOF
10835 rm -f conftest.$ac_objext conftest$ac_exeext
10836 if { (ac_try="$ac_link"
10837 case "(($ac_try" in
10838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10839 *) ac_try_echo=$ac_try;;
10840 esac
10841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10842 (eval "$ac_link") 2>conftest.er1
10843 ac_status=$?
10844 grep -v '^ *+' conftest.er1 >conftest.err
10845 rm -f conftest.er1
10846 cat conftest.err >&5
10847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10848 (exit $ac_status); } && {
10849 test -z "$ac_c_werror_flag" ||
10850 test ! -s conftest.err
10851 } && test -s conftest$ac_exeext &&
10852 $as_test_x conftest$ac_exeext; then
10853 case "$LIBEXT" in
10854 dll) ;;
10855 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'` ;;
10856 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10857 esac
10858 else
10859 echo "$as_me: failed program was:" >&5
10860 sed 's/^/| /' conftest.$ac_ext >&5
10865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10866 conftest$ac_exeext conftest.$ac_ext
10867 LIBS=$ac_check_soname_save_LIBS
10869 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10870 { echo "$as_me:$LINENO: result: not found" >&5
10871 echo "${ECHO_T}not found" >&6; }
10873 else
10874 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10875 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10877 cat >>confdefs.h <<_ACEOF
10878 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10879 _ACEOF
10885 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10886 case "x$with_xcomposite" in
10887 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10888 xno) ;;
10889 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10890 This is an error since --with-xcomposite was requested." >&5
10891 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10892 This is an error since --with-xcomposite was requested." >&2;}
10893 { (exit 1); exit 1; }; } ;;
10894 esac
10898 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10899 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10900 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10901 echo $ECHO_N "(cached) $ECHO_C" >&6
10902 else
10903 cat >conftest.$ac_ext <<_ACEOF
10904 /* confdefs.h. */
10905 _ACEOF
10906 cat confdefs.h >>conftest.$ac_ext
10907 cat >>conftest.$ac_ext <<_ACEOF
10908 /* end confdefs.h. */
10909 #ifdef HAVE_X11_XLIB_H
10910 #include <X11/Xlib.h>
10911 #endif
10914 main ()
10916 static XICCallback ac_aggr;
10917 if (ac_aggr.callback)
10918 return 0;
10920 return 0;
10922 _ACEOF
10923 rm -f conftest.$ac_objext
10924 if { (ac_try="$ac_compile"
10925 case "(($ac_try" in
10926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10927 *) ac_try_echo=$ac_try;;
10928 esac
10929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10930 (eval "$ac_compile") 2>conftest.er1
10931 ac_status=$?
10932 grep -v '^ *+' conftest.er1 >conftest.err
10933 rm -f conftest.er1
10934 cat conftest.err >&5
10935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10936 (exit $ac_status); } && {
10937 test -z "$ac_c_werror_flag" ||
10938 test ! -s conftest.err
10939 } && test -s conftest.$ac_objext; then
10940 ac_cv_member_XICCallback_callback=yes
10941 else
10942 echo "$as_me: failed program was:" >&5
10943 sed 's/^/| /' conftest.$ac_ext >&5
10945 cat >conftest.$ac_ext <<_ACEOF
10946 /* confdefs.h. */
10947 _ACEOF
10948 cat confdefs.h >>conftest.$ac_ext
10949 cat >>conftest.$ac_ext <<_ACEOF
10950 /* end confdefs.h. */
10951 #ifdef HAVE_X11_XLIB_H
10952 #include <X11/Xlib.h>
10953 #endif
10956 main ()
10958 static XICCallback ac_aggr;
10959 if (sizeof ac_aggr.callback)
10960 return 0;
10962 return 0;
10964 _ACEOF
10965 rm -f conftest.$ac_objext
10966 if { (ac_try="$ac_compile"
10967 case "(($ac_try" in
10968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10969 *) ac_try_echo=$ac_try;;
10970 esac
10971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10972 (eval "$ac_compile") 2>conftest.er1
10973 ac_status=$?
10974 grep -v '^ *+' conftest.er1 >conftest.err
10975 rm -f conftest.er1
10976 cat conftest.err >&5
10977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10978 (exit $ac_status); } && {
10979 test -z "$ac_c_werror_flag" ||
10980 test ! -s conftest.err
10981 } && test -s conftest.$ac_objext; then
10982 ac_cv_member_XICCallback_callback=yes
10983 else
10984 echo "$as_me: failed program was:" >&5
10985 sed 's/^/| /' conftest.$ac_ext >&5
10987 ac_cv_member_XICCallback_callback=no
10990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10995 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10996 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10997 if test $ac_cv_member_XICCallback_callback = yes; then
10999 cat >>confdefs.h <<_ACEOF
11000 #define HAVE_XICCALLBACK_CALLBACK 1
11001 _ACEOF
11008 opengl_msg=""
11009 if test "x$with_opengl" != "xno"
11010 then
11015 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11017 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11018 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11019 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11020 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11021 echo $ECHO_N "(cached) $ECHO_C" >&6
11022 else
11023 cat >conftest.$ac_ext <<_ACEOF
11024 /* confdefs.h. */
11025 _ACEOF
11026 cat confdefs.h >>conftest.$ac_ext
11027 cat >>conftest.$ac_ext <<_ACEOF
11028 /* end confdefs.h. */
11029 #ifdef HAVE_GL_GLX_H
11030 # include <GL/glx.h>
11031 #endif
11033 #include <$ac_header>
11034 _ACEOF
11035 rm -f conftest.$ac_objext
11036 if { (ac_try="$ac_compile"
11037 case "(($ac_try" in
11038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11039 *) ac_try_echo=$ac_try;;
11040 esac
11041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11042 (eval "$ac_compile") 2>conftest.er1
11043 ac_status=$?
11044 grep -v '^ *+' conftest.er1 >conftest.err
11045 rm -f conftest.er1
11046 cat conftest.err >&5
11047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11048 (exit $ac_status); } && {
11049 test -z "$ac_c_werror_flag" ||
11050 test ! -s conftest.err
11051 } && test -s conftest.$ac_objext; then
11052 eval "$as_ac_Header=yes"
11053 else
11054 echo "$as_me: failed program was:" >&5
11055 sed 's/^/| /' conftest.$ac_ext >&5
11057 eval "$as_ac_Header=no"
11060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11062 ac_res=`eval echo '${'$as_ac_Header'}'`
11063 { echo "$as_me:$LINENO: result: $ac_res" >&5
11064 echo "${ECHO_T}$ac_res" >&6; }
11065 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11066 cat >>confdefs.h <<_ACEOF
11067 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11068 _ACEOF
11072 done
11074 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11075 then
11076 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11077 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11078 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11079 echo $ECHO_N "(cached) $ECHO_C" >&6
11080 else
11081 cat >conftest.$ac_ext <<_ACEOF
11082 /* confdefs.h. */
11083 _ACEOF
11084 cat confdefs.h >>conftest.$ac_ext
11085 cat >>conftest.$ac_ext <<_ACEOF
11086 /* end confdefs.h. */
11087 #include <GL/gl.h>
11089 main ()
11091 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11093 return 0;
11095 _ACEOF
11096 rm -f conftest.$ac_objext
11097 if { (ac_try="$ac_compile"
11098 case "(($ac_try" in
11099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11100 *) ac_try_echo=$ac_try;;
11101 esac
11102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11103 (eval "$ac_compile") 2>conftest.er1
11104 ac_status=$?
11105 grep -v '^ *+' conftest.er1 >conftest.err
11106 rm -f conftest.er1
11107 cat conftest.err >&5
11108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11109 (exit $ac_status); } && {
11110 test -z "$ac_c_werror_flag" ||
11111 test ! -s conftest.err
11112 } && test -s conftest.$ac_objext; then
11113 wine_cv_opengl_header_version_OK="yes"
11114 else
11115 echo "$as_me: failed program was:" >&5
11116 sed 's/^/| /' conftest.$ac_ext >&5
11118 wine_cv_opengl_header_version_OK="no"
11121 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11123 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11124 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11126 if test "$wine_cv_opengl_header_version_OK" = "yes"
11127 then
11128 { echo "$as_me:$LINENO: checking for -lGL" >&5
11129 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11130 if test "${ac_cv_lib_soname_GL+set}" = set; then
11131 echo $ECHO_N "(cached) $ECHO_C" >&6
11132 else
11133 ac_check_soname_save_LIBS=$LIBS
11134 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11135 cat >conftest.$ac_ext <<_ACEOF
11136 /* confdefs.h. */
11137 _ACEOF
11138 cat confdefs.h >>conftest.$ac_ext
11139 cat >>conftest.$ac_ext <<_ACEOF
11140 /* end confdefs.h. */
11142 /* Override any GCC internal prototype to avoid an error.
11143 Use char because int might match the return type of a GCC
11144 builtin and then its argument prototype would still apply. */
11145 #ifdef __cplusplus
11146 extern "C"
11147 #endif
11148 char glXCreateContext ();
11150 main ()
11152 return glXCreateContext ();
11154 return 0;
11156 _ACEOF
11157 rm -f conftest.$ac_objext conftest$ac_exeext
11158 if { (ac_try="$ac_link"
11159 case "(($ac_try" in
11160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11161 *) ac_try_echo=$ac_try;;
11162 esac
11163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11164 (eval "$ac_link") 2>conftest.er1
11165 ac_status=$?
11166 grep -v '^ *+' conftest.er1 >conftest.err
11167 rm -f conftest.er1
11168 cat conftest.err >&5
11169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11170 (exit $ac_status); } && {
11171 test -z "$ac_c_werror_flag" ||
11172 test ! -s conftest.err
11173 } && test -s conftest$ac_exeext &&
11174 $as_test_x conftest$ac_exeext; then
11175 case "$LIBEXT" in
11176 dll) ;;
11177 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'` ;;
11178 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11179 esac
11180 else
11181 echo "$as_me: failed program was:" >&5
11182 sed 's/^/| /' conftest.$ac_ext >&5
11187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11188 conftest$ac_exeext conftest.$ac_ext
11189 LIBS=$ac_check_soname_save_LIBS
11191 if test "x$ac_cv_lib_soname_GL" = "x"; then
11192 { echo "$as_me:$LINENO: result: not found" >&5
11193 echo "${ECHO_T}not found" >&6; }
11194 { echo "$as_me:$LINENO: checking for -lGL" >&5
11195 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11196 if test "${ac_cv_lib_soname_GL+set}" = set; then
11197 echo $ECHO_N "(cached) $ECHO_C" >&6
11198 else
11199 ac_check_soname_save_LIBS=$LIBS
11200 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"
11201 cat >conftest.$ac_ext <<_ACEOF
11202 /* confdefs.h. */
11203 _ACEOF
11204 cat confdefs.h >>conftest.$ac_ext
11205 cat >>conftest.$ac_ext <<_ACEOF
11206 /* end confdefs.h. */
11208 /* Override any GCC internal prototype to avoid an error.
11209 Use char because int might match the return type of a GCC
11210 builtin and then its argument prototype would still apply. */
11211 #ifdef __cplusplus
11212 extern "C"
11213 #endif
11214 char glXCreateContext ();
11216 main ()
11218 return glXCreateContext ();
11220 return 0;
11222 _ACEOF
11223 rm -f conftest.$ac_objext conftest$ac_exeext
11224 if { (ac_try="$ac_link"
11225 case "(($ac_try" in
11226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11227 *) ac_try_echo=$ac_try;;
11228 esac
11229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11230 (eval "$ac_link") 2>conftest.er1
11231 ac_status=$?
11232 grep -v '^ *+' conftest.er1 >conftest.err
11233 rm -f conftest.er1
11234 cat conftest.err >&5
11235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11236 (exit $ac_status); } && {
11237 test -z "$ac_c_werror_flag" ||
11238 test ! -s conftest.err
11239 } && test -s conftest$ac_exeext &&
11240 $as_test_x conftest$ac_exeext; then
11241 case "$LIBEXT" in
11242 dll) ;;
11243 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'` ;;
11244 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11245 esac
11246 else
11247 echo "$as_me: failed program was:" >&5
11248 sed 's/^/| /' conftest.$ac_ext >&5
11253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11254 conftest$ac_exeext conftest.$ac_ext
11255 LIBS=$ac_check_soname_save_LIBS
11257 if test "x$ac_cv_lib_soname_GL" = "x"; then
11258 { echo "$as_me:$LINENO: result: not found" >&5
11259 echo "${ECHO_T}not found" >&6; }
11260 if test -f /usr/X11R6/lib/libGL.a
11261 then
11262 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11263 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11264 else
11265 opengl_msg="No OpenGL library found on this system."
11267 else
11268 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11269 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11271 cat >>confdefs.h <<_ACEOF
11272 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11273 _ACEOF
11275 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"
11277 cat >>confdefs.h <<\_ACEOF
11278 #define HAVE_OPENGL 1
11279 _ACEOF
11283 else
11284 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11285 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11287 cat >>confdefs.h <<_ACEOF
11288 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11289 _ACEOF
11291 OPENGL_LIBS="-lGL"
11293 cat >>confdefs.h <<\_ACEOF
11294 #define HAVE_OPENGL 1
11295 _ACEOF
11299 if test "$ac_cv_header_GL_glu_h" = "yes"
11300 then
11301 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11302 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11303 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11304 echo $ECHO_N "(cached) $ECHO_C" >&6
11305 else
11306 ac_check_soname_save_LIBS=$LIBS
11307 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11308 cat >conftest.$ac_ext <<_ACEOF
11309 /* confdefs.h. */
11310 _ACEOF
11311 cat confdefs.h >>conftest.$ac_ext
11312 cat >>conftest.$ac_ext <<_ACEOF
11313 /* end confdefs.h. */
11315 /* Override any GCC internal prototype to avoid an error.
11316 Use char because int might match the return type of a GCC
11317 builtin and then its argument prototype would still apply. */
11318 #ifdef __cplusplus
11319 extern "C"
11320 #endif
11321 char gluLookAt ();
11323 main ()
11325 return gluLookAt ();
11327 return 0;
11329 _ACEOF
11330 rm -f conftest.$ac_objext conftest$ac_exeext
11331 if { (ac_try="$ac_link"
11332 case "(($ac_try" in
11333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11334 *) ac_try_echo=$ac_try;;
11335 esac
11336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11337 (eval "$ac_link") 2>conftest.er1
11338 ac_status=$?
11339 grep -v '^ *+' conftest.er1 >conftest.err
11340 rm -f conftest.er1
11341 cat conftest.err >&5
11342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11343 (exit $ac_status); } && {
11344 test -z "$ac_c_werror_flag" ||
11345 test ! -s conftest.err
11346 } && test -s conftest$ac_exeext &&
11347 $as_test_x conftest$ac_exeext; then
11348 case "$LIBEXT" in
11349 dll) ;;
11350 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'` ;;
11351 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11352 esac
11353 else
11354 echo "$as_me: failed program was:" >&5
11355 sed 's/^/| /' conftest.$ac_ext >&5
11360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11361 conftest$ac_exeext conftest.$ac_ext
11362 LIBS=$ac_check_soname_save_LIBS
11364 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11365 { echo "$as_me:$LINENO: result: not found" >&5
11366 echo "${ECHO_T}not found" >&6; }
11368 else
11369 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11370 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11372 cat >>confdefs.h <<_ACEOF
11373 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11374 _ACEOF
11380 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11381 case "x$with_glu" in
11382 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11383 xno) ;;
11384 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11385 This is an error since --with-glu was requested." >&5
11386 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11387 This is an error since --with-glu was requested." >&2;}
11388 { (exit 1); exit 1; }; } ;;
11389 esac
11392 else
11393 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11395 else
11396 opengl_msg="OpenGL development headers not found."
11399 if test -n "$opengl_msg"; then
11400 case "x$with_opengl" in
11401 x) wine_warnings="$wine_warnings|$opengl_msg
11402 OpenGL and Direct3D won't be supported." ;;
11403 xno) ;;
11404 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11405 OpenGL and Direct3D won't be supported.
11406 This is an error since --with-opengl was requested." >&5
11407 echo "$as_me: error: $opengl_msg
11408 OpenGL and Direct3D won't be supported.
11409 This is an error since --with-opengl was requested." >&2;}
11410 { (exit 1); exit 1; }; } ;;
11411 esac
11415 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11416 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11418 NASLIBS=""
11421 for ac_header in audio/audiolib.h
11423 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11424 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11425 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11426 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11428 echo $ECHO_N "(cached) $ECHO_C" >&6
11430 ac_res=`eval echo '${'$as_ac_Header'}'`
11431 { echo "$as_me:$LINENO: result: $ac_res" >&5
11432 echo "${ECHO_T}$ac_res" >&6; }
11433 else
11434 # Is the header compilable?
11435 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11436 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11437 cat >conftest.$ac_ext <<_ACEOF
11438 /* confdefs.h. */
11439 _ACEOF
11440 cat confdefs.h >>conftest.$ac_ext
11441 cat >>conftest.$ac_ext <<_ACEOF
11442 /* end confdefs.h. */
11443 $ac_includes_default
11444 #include <$ac_header>
11445 _ACEOF
11446 rm -f conftest.$ac_objext
11447 if { (ac_try="$ac_compile"
11448 case "(($ac_try" in
11449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11450 *) ac_try_echo=$ac_try;;
11451 esac
11452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11453 (eval "$ac_compile") 2>conftest.er1
11454 ac_status=$?
11455 grep -v '^ *+' conftest.er1 >conftest.err
11456 rm -f conftest.er1
11457 cat conftest.err >&5
11458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11459 (exit $ac_status); } && {
11460 test -z "$ac_c_werror_flag" ||
11461 test ! -s conftest.err
11462 } && test -s conftest.$ac_objext; then
11463 ac_header_compiler=yes
11464 else
11465 echo "$as_me: failed program was:" >&5
11466 sed 's/^/| /' conftest.$ac_ext >&5
11468 ac_header_compiler=no
11471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11472 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11473 echo "${ECHO_T}$ac_header_compiler" >&6; }
11475 # Is the header present?
11476 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11477 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11478 cat >conftest.$ac_ext <<_ACEOF
11479 /* confdefs.h. */
11480 _ACEOF
11481 cat confdefs.h >>conftest.$ac_ext
11482 cat >>conftest.$ac_ext <<_ACEOF
11483 /* end confdefs.h. */
11484 #include <$ac_header>
11485 _ACEOF
11486 if { (ac_try="$ac_cpp conftest.$ac_ext"
11487 case "(($ac_try" in
11488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11489 *) ac_try_echo=$ac_try;;
11490 esac
11491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11492 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11493 ac_status=$?
11494 grep -v '^ *+' conftest.er1 >conftest.err
11495 rm -f conftest.er1
11496 cat conftest.err >&5
11497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11498 (exit $ac_status); } >/dev/null && {
11499 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11500 test ! -s conftest.err
11501 }; then
11502 ac_header_preproc=yes
11503 else
11504 echo "$as_me: failed program was:" >&5
11505 sed 's/^/| /' conftest.$ac_ext >&5
11507 ac_header_preproc=no
11510 rm -f conftest.err conftest.$ac_ext
11511 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11512 echo "${ECHO_T}$ac_header_preproc" >&6; }
11514 # So? What about this header?
11515 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11516 yes:no: )
11517 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11518 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11519 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11520 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11521 ac_header_preproc=yes
11523 no:yes:* )
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11525 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11527 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11528 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11529 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11530 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11531 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11532 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11533 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11534 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11535 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11536 ( cat <<\_ASBOX
11537 ## ------------------------------------ ##
11538 ## Report this to wine-devel@winehq.org ##
11539 ## ------------------------------------ ##
11540 _ASBOX
11541 ) | sed "s/^/$as_me: WARNING: /" >&2
11543 esac
11544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11546 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11547 echo $ECHO_N "(cached) $ECHO_C" >&6
11548 else
11549 eval "$as_ac_Header=\$ac_header_preproc"
11551 ac_res=`eval echo '${'$as_ac_Header'}'`
11552 { echo "$as_me:$LINENO: result: $ac_res" >&5
11553 echo "${ECHO_T}$ac_res" >&6; }
11556 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11557 cat >>confdefs.h <<_ACEOF
11558 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11559 _ACEOF
11561 for ac_header in audio/soundlib.h
11563 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11564 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11565 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11566 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11567 echo $ECHO_N "(cached) $ECHO_C" >&6
11568 else
11569 cat >conftest.$ac_ext <<_ACEOF
11570 /* confdefs.h. */
11571 _ACEOF
11572 cat confdefs.h >>conftest.$ac_ext
11573 cat >>conftest.$ac_ext <<_ACEOF
11574 /* end confdefs.h. */
11575 #include <audio/audiolib.h>
11577 #include <$ac_header>
11578 _ACEOF
11579 rm -f conftest.$ac_objext
11580 if { (ac_try="$ac_compile"
11581 case "(($ac_try" in
11582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11583 *) ac_try_echo=$ac_try;;
11584 esac
11585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11586 (eval "$ac_compile") 2>conftest.er1
11587 ac_status=$?
11588 grep -v '^ *+' conftest.er1 >conftest.err
11589 rm -f conftest.er1
11590 cat conftest.err >&5
11591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11592 (exit $ac_status); } && {
11593 test -z "$ac_c_werror_flag" ||
11594 test ! -s conftest.err
11595 } && test -s conftest.$ac_objext; then
11596 eval "$as_ac_Header=yes"
11597 else
11598 echo "$as_me: failed program was:" >&5
11599 sed 's/^/| /' conftest.$ac_ext >&5
11601 eval "$as_ac_Header=no"
11604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11606 ac_res=`eval echo '${'$as_ac_Header'}'`
11607 { echo "$as_me:$LINENO: result: $ac_res" >&5
11608 echo "${ECHO_T}$ac_res" >&6; }
11609 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11610 cat >>confdefs.h <<_ACEOF
11611 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11612 _ACEOF
11616 done
11618 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11619 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11620 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11621 echo $ECHO_N "(cached) $ECHO_C" >&6
11622 else
11623 ac_check_lib_save_LIBS=$LIBS
11624 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11625 cat >conftest.$ac_ext <<_ACEOF
11626 /* confdefs.h. */
11627 _ACEOF
11628 cat confdefs.h >>conftest.$ac_ext
11629 cat >>conftest.$ac_ext <<_ACEOF
11630 /* end confdefs.h. */
11632 /* Override any GCC internal prototype to avoid an error.
11633 Use char because int might match the return type of a GCC
11634 builtin and then its argument prototype would still apply. */
11635 #ifdef __cplusplus
11636 extern "C"
11637 #endif
11638 char AuCreateFlow ();
11640 main ()
11642 return AuCreateFlow ();
11644 return 0;
11646 _ACEOF
11647 rm -f conftest.$ac_objext conftest$ac_exeext
11648 if { (ac_try="$ac_link"
11649 case "(($ac_try" in
11650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11651 *) ac_try_echo=$ac_try;;
11652 esac
11653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11654 (eval "$ac_link") 2>conftest.er1
11655 ac_status=$?
11656 grep -v '^ *+' conftest.er1 >conftest.err
11657 rm -f conftest.er1
11658 cat conftest.err >&5
11659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11660 (exit $ac_status); } && {
11661 test -z "$ac_c_werror_flag" ||
11662 test ! -s conftest.err
11663 } && test -s conftest$ac_exeext &&
11664 $as_test_x conftest$ac_exeext; then
11665 ac_cv_lib_audio_AuCreateFlow=yes
11666 else
11667 echo "$as_me: failed program was:" >&5
11668 sed 's/^/| /' conftest.$ac_ext >&5
11670 ac_cv_lib_audio_AuCreateFlow=no
11673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11674 conftest$ac_exeext conftest.$ac_ext
11675 LIBS=$ac_check_lib_save_LIBS
11677 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11678 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11679 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11681 cat >>confdefs.h <<\_ACEOF
11682 #define HAVE_NAS 1
11683 _ACEOF
11685 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11686 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11687 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11688 echo $ECHO_N "(cached) $ECHO_C" >&6
11689 else
11690 ac_check_lib_save_LIBS=$LIBS
11691 LIBS="-lXau $X_LIBS $LIBS"
11692 cat >conftest.$ac_ext <<_ACEOF
11693 /* confdefs.h. */
11694 _ACEOF
11695 cat confdefs.h >>conftest.$ac_ext
11696 cat >>conftest.$ac_ext <<_ACEOF
11697 /* end confdefs.h. */
11699 /* Override any GCC internal prototype to avoid an error.
11700 Use char because int might match the return type of a GCC
11701 builtin and then its argument prototype would still apply. */
11702 #ifdef __cplusplus
11703 extern "C"
11704 #endif
11705 char XauGetBestAuthByAddr ();
11707 main ()
11709 return XauGetBestAuthByAddr ();
11711 return 0;
11713 _ACEOF
11714 rm -f conftest.$ac_objext conftest$ac_exeext
11715 if { (ac_try="$ac_link"
11716 case "(($ac_try" in
11717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11718 *) ac_try_echo=$ac_try;;
11719 esac
11720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11721 (eval "$ac_link") 2>conftest.er1
11722 ac_status=$?
11723 grep -v '^ *+' conftest.er1 >conftest.err
11724 rm -f conftest.er1
11725 cat conftest.err >&5
11726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11727 (exit $ac_status); } && {
11728 test -z "$ac_c_werror_flag" ||
11729 test ! -s conftest.err
11730 } && test -s conftest$ac_exeext &&
11731 $as_test_x conftest$ac_exeext; then
11732 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11733 else
11734 echo "$as_me: failed program was:" >&5
11735 sed 's/^/| /' conftest.$ac_ext >&5
11737 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11741 conftest$ac_exeext conftest.$ac_ext
11742 LIBS=$ac_check_lib_save_LIBS
11744 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11745 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11746 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11747 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11748 else
11749 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11757 done
11760 CPPFLAGS="$ac_save_CPPFLAGS"
11761 else
11762 XLIB=""
11763 X_CFLAGS=""
11764 X_LIBS=""
11765 enable_winex11_drv=${enable_winex11_drv:-no}
11766 enable_opengl32=${enable_opengl32:-no}
11767 enable_glu32=${enable_glu32:-no}
11769 if test "x$XLIB" = "x"; then
11770 case "x$with_x" in
11771 xno) ;;
11772 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11773 without X support, which probably isn't what you want. You will need to install
11774 development packages of Xlib/Xfree86 at the very least.
11775 Use the --without-x option if you really want this." >&5
11776 echo "$as_me: error: X development files not found. Wine will be built
11777 without X support, which probably isn't what you want. You will need to install
11778 development packages of Xlib/Xfree86 at the very least.
11779 Use the --without-x option if you really want this." >&2;}
11780 { (exit 1); exit 1; }; } ;;
11781 esac
11786 XML2LIBS=""
11788 XML2INCL=""
11790 XSLTLIBS=""
11792 XSLTINCL=""
11794 if test "x$with_xml" != "xno"
11795 then
11796 ac_save_CPPFLAGS="$CPPFLAGS"
11797 if test "$PKG_CONFIG" != "false"
11798 then
11799 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11800 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11801 else
11802 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11803 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11805 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11807 for ac_header in libxml/parser.h
11809 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11810 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11811 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11812 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11813 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11814 echo $ECHO_N "(cached) $ECHO_C" >&6
11816 ac_res=`eval echo '${'$as_ac_Header'}'`
11817 { echo "$as_me:$LINENO: result: $ac_res" >&5
11818 echo "${ECHO_T}$ac_res" >&6; }
11819 else
11820 # Is the header compilable?
11821 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11822 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11823 cat >conftest.$ac_ext <<_ACEOF
11824 /* confdefs.h. */
11825 _ACEOF
11826 cat confdefs.h >>conftest.$ac_ext
11827 cat >>conftest.$ac_ext <<_ACEOF
11828 /* end confdefs.h. */
11829 $ac_includes_default
11830 #include <$ac_header>
11831 _ACEOF
11832 rm -f conftest.$ac_objext
11833 if { (ac_try="$ac_compile"
11834 case "(($ac_try" in
11835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11836 *) ac_try_echo=$ac_try;;
11837 esac
11838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11839 (eval "$ac_compile") 2>conftest.er1
11840 ac_status=$?
11841 grep -v '^ *+' conftest.er1 >conftest.err
11842 rm -f conftest.er1
11843 cat conftest.err >&5
11844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11845 (exit $ac_status); } && {
11846 test -z "$ac_c_werror_flag" ||
11847 test ! -s conftest.err
11848 } && test -s conftest.$ac_objext; then
11849 ac_header_compiler=yes
11850 else
11851 echo "$as_me: failed program was:" >&5
11852 sed 's/^/| /' conftest.$ac_ext >&5
11854 ac_header_compiler=no
11857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11858 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11859 echo "${ECHO_T}$ac_header_compiler" >&6; }
11861 # Is the header present?
11862 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11863 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11864 cat >conftest.$ac_ext <<_ACEOF
11865 /* confdefs.h. */
11866 _ACEOF
11867 cat confdefs.h >>conftest.$ac_ext
11868 cat >>conftest.$ac_ext <<_ACEOF
11869 /* end confdefs.h. */
11870 #include <$ac_header>
11871 _ACEOF
11872 if { (ac_try="$ac_cpp conftest.$ac_ext"
11873 case "(($ac_try" in
11874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11875 *) ac_try_echo=$ac_try;;
11876 esac
11877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11878 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11879 ac_status=$?
11880 grep -v '^ *+' conftest.er1 >conftest.err
11881 rm -f conftest.er1
11882 cat conftest.err >&5
11883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11884 (exit $ac_status); } >/dev/null && {
11885 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11886 test ! -s conftest.err
11887 }; then
11888 ac_header_preproc=yes
11889 else
11890 echo "$as_me: failed program was:" >&5
11891 sed 's/^/| /' conftest.$ac_ext >&5
11893 ac_header_preproc=no
11896 rm -f conftest.err conftest.$ac_ext
11897 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11898 echo "${ECHO_T}$ac_header_preproc" >&6; }
11900 # So? What about this header?
11901 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11902 yes:no: )
11903 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11904 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11905 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11906 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11907 ac_header_preproc=yes
11909 no:yes:* )
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11911 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11913 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11914 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11915 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11916 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11917 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11918 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11919 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11920 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11921 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11922 ( cat <<\_ASBOX
11923 ## ------------------------------------ ##
11924 ## Report this to wine-devel@winehq.org ##
11925 ## ------------------------------------ ##
11926 _ASBOX
11927 ) | sed "s/^/$as_me: WARNING: /" >&2
11929 esac
11930 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11931 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11932 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11933 echo $ECHO_N "(cached) $ECHO_C" >&6
11934 else
11935 eval "$as_ac_Header=\$ac_header_preproc"
11937 ac_res=`eval echo '${'$as_ac_Header'}'`
11938 { echo "$as_me:$LINENO: result: $ac_res" >&5
11939 echo "${ECHO_T}$ac_res" >&6; }
11942 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11943 cat >>confdefs.h <<_ACEOF
11944 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11945 _ACEOF
11946 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11947 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11948 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11949 echo $ECHO_N "(cached) $ECHO_C" >&6
11950 else
11951 ac_check_lib_save_LIBS=$LIBS
11952 LIBS="-lxml2 $ac_xml_libs $LIBS"
11953 cat >conftest.$ac_ext <<_ACEOF
11954 /* confdefs.h. */
11955 _ACEOF
11956 cat confdefs.h >>conftest.$ac_ext
11957 cat >>conftest.$ac_ext <<_ACEOF
11958 /* end confdefs.h. */
11960 /* Override any GCC internal prototype to avoid an error.
11961 Use char because int might match the return type of a GCC
11962 builtin and then its argument prototype would still apply. */
11963 #ifdef __cplusplus
11964 extern "C"
11965 #endif
11966 char xmlParseMemory ();
11968 main ()
11970 return xmlParseMemory ();
11972 return 0;
11974 _ACEOF
11975 rm -f conftest.$ac_objext conftest$ac_exeext
11976 if { (ac_try="$ac_link"
11977 case "(($ac_try" in
11978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11979 *) ac_try_echo=$ac_try;;
11980 esac
11981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11982 (eval "$ac_link") 2>conftest.er1
11983 ac_status=$?
11984 grep -v '^ *+' conftest.er1 >conftest.err
11985 rm -f conftest.er1
11986 cat conftest.err >&5
11987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11988 (exit $ac_status); } && {
11989 test -z "$ac_c_werror_flag" ||
11990 test ! -s conftest.err
11991 } && test -s conftest$ac_exeext &&
11992 $as_test_x conftest$ac_exeext; then
11993 ac_cv_lib_xml2_xmlParseMemory=yes
11994 else
11995 echo "$as_me: failed program was:" >&5
11996 sed 's/^/| /' conftest.$ac_ext >&5
11998 ac_cv_lib_xml2_xmlParseMemory=no
12001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12002 conftest$ac_exeext conftest.$ac_ext
12003 LIBS=$ac_check_lib_save_LIBS
12005 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12006 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12007 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12009 cat >>confdefs.h <<\_ACEOF
12010 #define HAVE_LIBXML2 1
12011 _ACEOF
12013 XML2LIBS="$ac_xml_libs"
12014 XML2INCL="$ac_xml_cflags"
12017 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12018 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12019 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12020 echo $ECHO_N "(cached) $ECHO_C" >&6
12021 else
12022 ac_check_lib_save_LIBS=$LIBS
12023 LIBS="-lxml2 $ac_xml_libs $LIBS"
12024 cat >conftest.$ac_ext <<_ACEOF
12025 /* confdefs.h. */
12026 _ACEOF
12027 cat confdefs.h >>conftest.$ac_ext
12028 cat >>conftest.$ac_ext <<_ACEOF
12029 /* end confdefs.h. */
12031 /* Override any GCC internal prototype to avoid an error.
12032 Use char because int might match the return type of a GCC
12033 builtin and then its argument prototype would still apply. */
12034 #ifdef __cplusplus
12035 extern "C"
12036 #endif
12037 char xmlReadMemory ();
12039 main ()
12041 return xmlReadMemory ();
12043 return 0;
12045 _ACEOF
12046 rm -f conftest.$ac_objext conftest$ac_exeext
12047 if { (ac_try="$ac_link"
12048 case "(($ac_try" in
12049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12050 *) ac_try_echo=$ac_try;;
12051 esac
12052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12053 (eval "$ac_link") 2>conftest.er1
12054 ac_status=$?
12055 grep -v '^ *+' conftest.er1 >conftest.err
12056 rm -f conftest.er1
12057 cat conftest.err >&5
12058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12059 (exit $ac_status); } && {
12060 test -z "$ac_c_werror_flag" ||
12061 test ! -s conftest.err
12062 } && test -s conftest$ac_exeext &&
12063 $as_test_x conftest$ac_exeext; then
12064 ac_cv_lib_xml2_xmlReadMemory=yes
12065 else
12066 echo "$as_me: failed program was:" >&5
12067 sed 's/^/| /' conftest.$ac_ext >&5
12069 ac_cv_lib_xml2_xmlReadMemory=no
12072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12073 conftest$ac_exeext conftest.$ac_ext
12074 LIBS=$ac_check_lib_save_LIBS
12076 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12077 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12078 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12080 cat >>confdefs.h <<\_ACEOF
12081 #define HAVE_XMLREADMEMORY 1
12082 _ACEOF
12086 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12087 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12088 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12089 echo $ECHO_N "(cached) $ECHO_C" >&6
12090 else
12091 ac_check_lib_save_LIBS=$LIBS
12092 LIBS="-lxml2 $ac_xml_libs $LIBS"
12093 cat >conftest.$ac_ext <<_ACEOF
12094 /* confdefs.h. */
12095 _ACEOF
12096 cat confdefs.h >>conftest.$ac_ext
12097 cat >>conftest.$ac_ext <<_ACEOF
12098 /* end confdefs.h. */
12100 /* Override any GCC internal prototype to avoid an error.
12101 Use char because int might match the return type of a GCC
12102 builtin and then its argument prototype would still apply. */
12103 #ifdef __cplusplus
12104 extern "C"
12105 #endif
12106 char xmlNewDocPI ();
12108 main ()
12110 return xmlNewDocPI ();
12112 return 0;
12114 _ACEOF
12115 rm -f conftest.$ac_objext conftest$ac_exeext
12116 if { (ac_try="$ac_link"
12117 case "(($ac_try" in
12118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12119 *) ac_try_echo=$ac_try;;
12120 esac
12121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12122 (eval "$ac_link") 2>conftest.er1
12123 ac_status=$?
12124 grep -v '^ *+' conftest.er1 >conftest.err
12125 rm -f conftest.er1
12126 cat conftest.err >&5
12127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12128 (exit $ac_status); } && {
12129 test -z "$ac_c_werror_flag" ||
12130 test ! -s conftest.err
12131 } && test -s conftest$ac_exeext &&
12132 $as_test_x conftest$ac_exeext; then
12133 ac_cv_lib_xml2_xmlNewDocPI=yes
12134 else
12135 echo "$as_me: failed program was:" >&5
12136 sed 's/^/| /' conftest.$ac_ext >&5
12138 ac_cv_lib_xml2_xmlNewDocPI=no
12141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12142 conftest$ac_exeext conftest.$ac_ext
12143 LIBS=$ac_check_lib_save_LIBS
12145 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12146 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12147 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12149 cat >>confdefs.h <<\_ACEOF
12150 #define HAVE_XMLNEWDOCPI 1
12151 _ACEOF
12158 done
12160 CPPFLAGS="$ac_save_CPPFLAGS"
12162 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12163 case "x$with_xml" in
12164 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12165 xno) ;;
12166 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12167 This is an error since --with-xml was requested." >&5
12168 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12169 This is an error since --with-xml was requested." >&2;}
12170 { (exit 1); exit 1; }; } ;;
12171 esac
12175 if test "x$with_xslt" != "xno"
12176 then
12177 if test "$PKG_CONFIG" != "false"
12178 then
12179 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12180 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12181 else
12182 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12183 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12185 ac_save_CPPFLAGS="$CPPFLAGS"
12186 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12189 for ac_header in libxslt/pattern.h libxslt/transform.h
12191 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12192 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12193 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12194 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12195 echo $ECHO_N "(cached) $ECHO_C" >&6
12196 else
12197 cat >conftest.$ac_ext <<_ACEOF
12198 /* confdefs.h. */
12199 _ACEOF
12200 cat confdefs.h >>conftest.$ac_ext
12201 cat >>conftest.$ac_ext <<_ACEOF
12202 /* end confdefs.h. */
12203 #ifdef HAVE_LIBXSLT_PATTERN_H
12204 # include <libxslt/pattern.h>
12205 #endif
12207 #include <$ac_header>
12208 _ACEOF
12209 rm -f conftest.$ac_objext
12210 if { (ac_try="$ac_compile"
12211 case "(($ac_try" in
12212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12213 *) ac_try_echo=$ac_try;;
12214 esac
12215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12216 (eval "$ac_compile") 2>conftest.er1
12217 ac_status=$?
12218 grep -v '^ *+' conftest.er1 >conftest.err
12219 rm -f conftest.er1
12220 cat conftest.err >&5
12221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12222 (exit $ac_status); } && {
12223 test -z "$ac_c_werror_flag" ||
12224 test ! -s conftest.err
12225 } && test -s conftest.$ac_objext; then
12226 eval "$as_ac_Header=yes"
12227 else
12228 echo "$as_me: failed program was:" >&5
12229 sed 's/^/| /' conftest.$ac_ext >&5
12231 eval "$as_ac_Header=no"
12234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12236 ac_res=`eval echo '${'$as_ac_Header'}'`
12237 { echo "$as_me:$LINENO: result: $ac_res" >&5
12238 echo "${ECHO_T}$ac_res" >&6; }
12239 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12240 cat >>confdefs.h <<_ACEOF
12241 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12242 _ACEOF
12246 done
12248 CPPFLAGS="$ac_save_CPPFLAGS"
12249 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12250 then
12251 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12252 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12253 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12254 echo $ECHO_N "(cached) $ECHO_C" >&6
12255 else
12256 ac_check_lib_save_LIBS=$LIBS
12257 LIBS="-lxslt $ac_xslt_libs $LIBS"
12258 cat >conftest.$ac_ext <<_ACEOF
12259 /* confdefs.h. */
12260 _ACEOF
12261 cat confdefs.h >>conftest.$ac_ext
12262 cat >>conftest.$ac_ext <<_ACEOF
12263 /* end confdefs.h. */
12265 /* Override any GCC internal prototype to avoid an error.
12266 Use char because int might match the return type of a GCC
12267 builtin and then its argument prototype would still apply. */
12268 #ifdef __cplusplus
12269 extern "C"
12270 #endif
12271 char xsltCompilePattern ();
12273 main ()
12275 return xsltCompilePattern ();
12277 return 0;
12279 _ACEOF
12280 rm -f conftest.$ac_objext conftest$ac_exeext
12281 if { (ac_try="$ac_link"
12282 case "(($ac_try" in
12283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12284 *) ac_try_echo=$ac_try;;
12285 esac
12286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12287 (eval "$ac_link") 2>conftest.er1
12288 ac_status=$?
12289 grep -v '^ *+' conftest.er1 >conftest.err
12290 rm -f conftest.er1
12291 cat conftest.err >&5
12292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12293 (exit $ac_status); } && {
12294 test -z "$ac_c_werror_flag" ||
12295 test ! -s conftest.err
12296 } && test -s conftest$ac_exeext &&
12297 $as_test_x conftest$ac_exeext; then
12298 ac_cv_lib_xslt_xsltCompilePattern=yes
12299 else
12300 echo "$as_me: failed program was:" >&5
12301 sed 's/^/| /' conftest.$ac_ext >&5
12303 ac_cv_lib_xslt_xsltCompilePattern=no
12306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12307 conftest$ac_exeext conftest.$ac_ext
12308 LIBS=$ac_check_lib_save_LIBS
12310 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12311 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12312 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12314 cat >>confdefs.h <<\_ACEOF
12315 #define HAVE_LIBXSLT 1
12316 _ACEOF
12318 XSLTLIBS="$ac_xslt_libs"
12319 XSLTINCL="$ac_xslt_cflags"
12320 ac_save_LIBS="$LIBS"
12321 LIBS="$LIBS $ac_xslt_libs"
12323 for ac_func in xsltInit
12325 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12326 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12327 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12328 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12329 echo $ECHO_N "(cached) $ECHO_C" >&6
12330 else
12331 cat >conftest.$ac_ext <<_ACEOF
12332 /* confdefs.h. */
12333 _ACEOF
12334 cat confdefs.h >>conftest.$ac_ext
12335 cat >>conftest.$ac_ext <<_ACEOF
12336 /* end confdefs.h. */
12337 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12338 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12339 #define $ac_func innocuous_$ac_func
12341 /* System header to define __stub macros and hopefully few prototypes,
12342 which can conflict with char $ac_func (); below.
12343 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12344 <limits.h> exists even on freestanding compilers. */
12346 #ifdef __STDC__
12347 # include <limits.h>
12348 #else
12349 # include <assert.h>
12350 #endif
12352 #undef $ac_func
12354 /* Override any GCC internal prototype to avoid an error.
12355 Use char because int might match the return type of a GCC
12356 builtin and then its argument prototype would still apply. */
12357 #ifdef __cplusplus
12358 extern "C"
12359 #endif
12360 char $ac_func ();
12361 /* The GNU C library defines this for functions which it implements
12362 to always fail with ENOSYS. Some functions are actually named
12363 something starting with __ and the normal name is an alias. */
12364 #if defined __stub_$ac_func || defined __stub___$ac_func
12365 choke me
12366 #endif
12369 main ()
12371 return $ac_func ();
12373 return 0;
12375 _ACEOF
12376 rm -f conftest.$ac_objext conftest$ac_exeext
12377 if { (ac_try="$ac_link"
12378 case "(($ac_try" in
12379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12380 *) ac_try_echo=$ac_try;;
12381 esac
12382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12383 (eval "$ac_link") 2>conftest.er1
12384 ac_status=$?
12385 grep -v '^ *+' conftest.er1 >conftest.err
12386 rm -f conftest.er1
12387 cat conftest.err >&5
12388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12389 (exit $ac_status); } && {
12390 test -z "$ac_c_werror_flag" ||
12391 test ! -s conftest.err
12392 } && test -s conftest$ac_exeext &&
12393 $as_test_x conftest$ac_exeext; then
12394 eval "$as_ac_var=yes"
12395 else
12396 echo "$as_me: failed program was:" >&5
12397 sed 's/^/| /' conftest.$ac_ext >&5
12399 eval "$as_ac_var=no"
12402 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12403 conftest$ac_exeext conftest.$ac_ext
12405 ac_res=`eval echo '${'$as_ac_var'}'`
12406 { echo "$as_me:$LINENO: result: $ac_res" >&5
12407 echo "${ECHO_T}$ac_res" >&6; }
12408 if test `eval echo '${'$as_ac_var'}'` = yes; then
12409 cat >>confdefs.h <<_ACEOF
12410 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12411 _ACEOF
12414 done
12416 LIBS="$ac_save_LIBS"
12421 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12422 case "x$with_xslt" in
12423 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12424 xno) ;;
12425 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12426 This is an error since --with-xslt was requested." >&5
12427 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12428 This is an error since --with-xslt was requested." >&2;}
12429 { (exit 1); exit 1; }; } ;;
12430 esac
12434 HALINCL=""
12436 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12437 then
12438 ac_save_CPPFLAGS="$CPPFLAGS"
12439 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12440 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12441 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12444 for ac_header in dbus/dbus.h hal/libhal.h
12446 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12447 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12448 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12449 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12450 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12451 echo $ECHO_N "(cached) $ECHO_C" >&6
12453 ac_res=`eval echo '${'$as_ac_Header'}'`
12454 { echo "$as_me:$LINENO: result: $ac_res" >&5
12455 echo "${ECHO_T}$ac_res" >&6; }
12456 else
12457 # Is the header compilable?
12458 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12459 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12460 cat >conftest.$ac_ext <<_ACEOF
12461 /* confdefs.h. */
12462 _ACEOF
12463 cat confdefs.h >>conftest.$ac_ext
12464 cat >>conftest.$ac_ext <<_ACEOF
12465 /* end confdefs.h. */
12466 $ac_includes_default
12467 #include <$ac_header>
12468 _ACEOF
12469 rm -f conftest.$ac_objext
12470 if { (ac_try="$ac_compile"
12471 case "(($ac_try" in
12472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12473 *) ac_try_echo=$ac_try;;
12474 esac
12475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12476 (eval "$ac_compile") 2>conftest.er1
12477 ac_status=$?
12478 grep -v '^ *+' conftest.er1 >conftest.err
12479 rm -f conftest.er1
12480 cat conftest.err >&5
12481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12482 (exit $ac_status); } && {
12483 test -z "$ac_c_werror_flag" ||
12484 test ! -s conftest.err
12485 } && test -s conftest.$ac_objext; then
12486 ac_header_compiler=yes
12487 else
12488 echo "$as_me: failed program was:" >&5
12489 sed 's/^/| /' conftest.$ac_ext >&5
12491 ac_header_compiler=no
12494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12495 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12496 echo "${ECHO_T}$ac_header_compiler" >&6; }
12498 # Is the header present?
12499 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12500 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12501 cat >conftest.$ac_ext <<_ACEOF
12502 /* confdefs.h. */
12503 _ACEOF
12504 cat confdefs.h >>conftest.$ac_ext
12505 cat >>conftest.$ac_ext <<_ACEOF
12506 /* end confdefs.h. */
12507 #include <$ac_header>
12508 _ACEOF
12509 if { (ac_try="$ac_cpp conftest.$ac_ext"
12510 case "(($ac_try" in
12511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12512 *) ac_try_echo=$ac_try;;
12513 esac
12514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12515 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12516 ac_status=$?
12517 grep -v '^ *+' conftest.er1 >conftest.err
12518 rm -f conftest.er1
12519 cat conftest.err >&5
12520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12521 (exit $ac_status); } >/dev/null && {
12522 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12523 test ! -s conftest.err
12524 }; then
12525 ac_header_preproc=yes
12526 else
12527 echo "$as_me: failed program was:" >&5
12528 sed 's/^/| /' conftest.$ac_ext >&5
12530 ac_header_preproc=no
12533 rm -f conftest.err conftest.$ac_ext
12534 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12535 echo "${ECHO_T}$ac_header_preproc" >&6; }
12537 # So? What about this header?
12538 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12539 yes:no: )
12540 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12541 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12543 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12544 ac_header_preproc=yes
12546 no:yes:* )
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12548 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12550 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12551 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12552 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12553 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12554 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12555 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12556 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12557 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12558 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12559 ( cat <<\_ASBOX
12560 ## ------------------------------------ ##
12561 ## Report this to wine-devel@winehq.org ##
12562 ## ------------------------------------ ##
12563 _ASBOX
12564 ) | sed "s/^/$as_me: WARNING: /" >&2
12566 esac
12567 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12568 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12569 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12570 echo $ECHO_N "(cached) $ECHO_C" >&6
12571 else
12572 eval "$as_ac_Header=\$ac_header_preproc"
12574 ac_res=`eval echo '${'$as_ac_Header'}'`
12575 { echo "$as_me:$LINENO: result: $ac_res" >&5
12576 echo "${ECHO_T}$ac_res" >&6; }
12579 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12580 cat >>confdefs.h <<_ACEOF
12581 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12582 _ACEOF
12586 done
12588 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12589 then
12590 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12591 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12592 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12593 echo $ECHO_N "(cached) $ECHO_C" >&6
12594 else
12595 ac_check_lib_save_LIBS=$LIBS
12596 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12597 cat >conftest.$ac_ext <<_ACEOF
12598 /* confdefs.h. */
12599 _ACEOF
12600 cat confdefs.h >>conftest.$ac_ext
12601 cat >>conftest.$ac_ext <<_ACEOF
12602 /* end confdefs.h. */
12604 /* Override any GCC internal prototype to avoid an error.
12605 Use char because int might match the return type of a GCC
12606 builtin and then its argument prototype would still apply. */
12607 #ifdef __cplusplus
12608 extern "C"
12609 #endif
12610 char dbus_connection_close ();
12612 main ()
12614 return dbus_connection_close ();
12616 return 0;
12618 _ACEOF
12619 rm -f conftest.$ac_objext conftest$ac_exeext
12620 if { (ac_try="$ac_link"
12621 case "(($ac_try" in
12622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12623 *) ac_try_echo=$ac_try;;
12624 esac
12625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12626 (eval "$ac_link") 2>conftest.er1
12627 ac_status=$?
12628 grep -v '^ *+' conftest.er1 >conftest.err
12629 rm -f conftest.er1
12630 cat conftest.err >&5
12631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12632 (exit $ac_status); } && {
12633 test -z "$ac_c_werror_flag" ||
12634 test ! -s conftest.err
12635 } && test -s conftest$ac_exeext &&
12636 $as_test_x conftest$ac_exeext; then
12637 ac_cv_lib_dbus_1_dbus_connection_close=yes
12638 else
12639 echo "$as_me: failed program was:" >&5
12640 sed 's/^/| /' conftest.$ac_ext >&5
12642 ac_cv_lib_dbus_1_dbus_connection_close=no
12645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12646 conftest$ac_exeext conftest.$ac_ext
12647 LIBS=$ac_check_lib_save_LIBS
12649 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12650 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12651 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12652 { echo "$as_me:$LINENO: checking for -lhal" >&5
12653 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12654 if test "${ac_cv_lib_soname_hal+set}" = set; then
12655 echo $ECHO_N "(cached) $ECHO_C" >&6
12656 else
12657 ac_check_soname_save_LIBS=$LIBS
12658 LIBS="-lhal $ac_hal_libs $LIBS"
12659 cat >conftest.$ac_ext <<_ACEOF
12660 /* confdefs.h. */
12661 _ACEOF
12662 cat confdefs.h >>conftest.$ac_ext
12663 cat >>conftest.$ac_ext <<_ACEOF
12664 /* end confdefs.h. */
12666 /* Override any GCC internal prototype to avoid an error.
12667 Use char because int might match the return type of a GCC
12668 builtin and then its argument prototype would still apply. */
12669 #ifdef __cplusplus
12670 extern "C"
12671 #endif
12672 char libhal_ctx_new ();
12674 main ()
12676 return libhal_ctx_new ();
12678 return 0;
12680 _ACEOF
12681 rm -f conftest.$ac_objext conftest$ac_exeext
12682 if { (ac_try="$ac_link"
12683 case "(($ac_try" in
12684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12685 *) ac_try_echo=$ac_try;;
12686 esac
12687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12688 (eval "$ac_link") 2>conftest.er1
12689 ac_status=$?
12690 grep -v '^ *+' conftest.er1 >conftest.err
12691 rm -f conftest.er1
12692 cat conftest.err >&5
12693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12694 (exit $ac_status); } && {
12695 test -z "$ac_c_werror_flag" ||
12696 test ! -s conftest.err
12697 } && test -s conftest$ac_exeext &&
12698 $as_test_x conftest$ac_exeext; then
12699 case "$LIBEXT" in
12700 dll) ;;
12701 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'` ;;
12702 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12703 esac
12704 else
12705 echo "$as_me: failed program was:" >&5
12706 sed 's/^/| /' conftest.$ac_ext >&5
12711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12712 conftest$ac_exeext conftest.$ac_ext
12713 LIBS=$ac_check_soname_save_LIBS
12715 if test "x$ac_cv_lib_soname_hal" = "x"; then
12716 { echo "$as_me:$LINENO: result: not found" >&5
12717 echo "${ECHO_T}not found" >&6; }
12719 else
12720 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12721 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12723 cat >>confdefs.h <<_ACEOF
12724 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12725 _ACEOF
12727 HALINCL="$ac_hal_cflags"
12733 CPPFLAGS="$ac_save_CPPFLAGS"
12735 if test "x$ac_cv_lib_soname_hal" = "x"; then
12736 case "x$with_hal" in
12737 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12738 xno) ;;
12739 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12740 This is an error since --with-hal was requested." >&5
12741 echo "$as_me: error: libhal development files not found, no dynamic device support.
12742 This is an error since --with-hal was requested." >&2;}
12743 { (exit 1); exit 1; }; } ;;
12744 esac
12748 CURSESLIBS=""
12749 if test "$ac_cv_header_ncurses_h" = "yes"
12750 then
12751 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12752 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12753 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12754 echo $ECHO_N "(cached) $ECHO_C" >&6
12755 else
12756 ac_check_soname_save_LIBS=$LIBS
12757 LIBS="-lncurses $LIBS"
12758 cat >conftest.$ac_ext <<_ACEOF
12759 /* confdefs.h. */
12760 _ACEOF
12761 cat confdefs.h >>conftest.$ac_ext
12762 cat >>conftest.$ac_ext <<_ACEOF
12763 /* end confdefs.h. */
12765 /* Override any GCC internal prototype to avoid an error.
12766 Use char because int might match the return type of a GCC
12767 builtin and then its argument prototype would still apply. */
12768 #ifdef __cplusplus
12769 extern "C"
12770 #endif
12771 char waddch ();
12773 main ()
12775 return waddch ();
12777 return 0;
12779 _ACEOF
12780 rm -f conftest.$ac_objext conftest$ac_exeext
12781 if { (ac_try="$ac_link"
12782 case "(($ac_try" in
12783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12784 *) ac_try_echo=$ac_try;;
12785 esac
12786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12787 (eval "$ac_link") 2>conftest.er1
12788 ac_status=$?
12789 grep -v '^ *+' conftest.er1 >conftest.err
12790 rm -f conftest.er1
12791 cat conftest.err >&5
12792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12793 (exit $ac_status); } && {
12794 test -z "$ac_c_werror_flag" ||
12795 test ! -s conftest.err
12796 } && test -s conftest$ac_exeext &&
12797 $as_test_x conftest$ac_exeext; then
12798 case "$LIBEXT" in
12799 dll) ;;
12800 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'` ;;
12801 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12802 esac
12803 else
12804 echo "$as_me: failed program was:" >&5
12805 sed 's/^/| /' conftest.$ac_ext >&5
12810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12811 conftest$ac_exeext conftest.$ac_ext
12812 LIBS=$ac_check_soname_save_LIBS
12814 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12815 { echo "$as_me:$LINENO: result: not found" >&5
12816 echo "${ECHO_T}not found" >&6; }
12818 else
12819 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12820 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12822 cat >>confdefs.h <<_ACEOF
12823 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12824 _ACEOF
12826 CURSESLIBS="-lncurses"
12829 elif test "$ac_cv_header_curses_h" = "yes"
12830 then
12831 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12832 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12833 if test "${ac_cv_lib_soname_curses+set}" = set; then
12834 echo $ECHO_N "(cached) $ECHO_C" >&6
12835 else
12836 ac_check_soname_save_LIBS=$LIBS
12837 LIBS="-lcurses $LIBS"
12838 cat >conftest.$ac_ext <<_ACEOF
12839 /* confdefs.h. */
12840 _ACEOF
12841 cat confdefs.h >>conftest.$ac_ext
12842 cat >>conftest.$ac_ext <<_ACEOF
12843 /* end confdefs.h. */
12845 /* Override any GCC internal prototype to avoid an error.
12846 Use char because int might match the return type of a GCC
12847 builtin and then its argument prototype would still apply. */
12848 #ifdef __cplusplus
12849 extern "C"
12850 #endif
12851 char waddch ();
12853 main ()
12855 return waddch ();
12857 return 0;
12859 _ACEOF
12860 rm -f conftest.$ac_objext conftest$ac_exeext
12861 if { (ac_try="$ac_link"
12862 case "(($ac_try" in
12863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12864 *) ac_try_echo=$ac_try;;
12865 esac
12866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12867 (eval "$ac_link") 2>conftest.er1
12868 ac_status=$?
12869 grep -v '^ *+' conftest.er1 >conftest.err
12870 rm -f conftest.er1
12871 cat conftest.err >&5
12872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12873 (exit $ac_status); } && {
12874 test -z "$ac_c_werror_flag" ||
12875 test ! -s conftest.err
12876 } && test -s conftest$ac_exeext &&
12877 $as_test_x conftest$ac_exeext; then
12878 case "$LIBEXT" in
12879 dll) ;;
12880 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'` ;;
12881 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12882 esac
12883 else
12884 echo "$as_me: failed program was:" >&5
12885 sed 's/^/| /' conftest.$ac_ext >&5
12890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12891 conftest$ac_exeext conftest.$ac_ext
12892 LIBS=$ac_check_soname_save_LIBS
12894 if test "x$ac_cv_lib_soname_curses" = "x"; then
12895 { echo "$as_me:$LINENO: result: not found" >&5
12896 echo "${ECHO_T}not found" >&6; }
12898 else
12899 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12900 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12902 cat >>confdefs.h <<_ACEOF
12903 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12904 _ACEOF
12906 CURSESLIBS="-lcurses"
12910 ac_save_LIBS="$LIBS"
12911 LIBS="$LIBS $CURSESLIBS"
12913 for ac_func in mousemask
12915 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12916 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12917 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12918 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12919 echo $ECHO_N "(cached) $ECHO_C" >&6
12920 else
12921 cat >conftest.$ac_ext <<_ACEOF
12922 /* confdefs.h. */
12923 _ACEOF
12924 cat confdefs.h >>conftest.$ac_ext
12925 cat >>conftest.$ac_ext <<_ACEOF
12926 /* end confdefs.h. */
12927 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12928 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12929 #define $ac_func innocuous_$ac_func
12931 /* System header to define __stub macros and hopefully few prototypes,
12932 which can conflict with char $ac_func (); below.
12933 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12934 <limits.h> exists even on freestanding compilers. */
12936 #ifdef __STDC__
12937 # include <limits.h>
12938 #else
12939 # include <assert.h>
12940 #endif
12942 #undef $ac_func
12944 /* Override any GCC internal prototype to avoid an error.
12945 Use char because int might match the return type of a GCC
12946 builtin and then its argument prototype would still apply. */
12947 #ifdef __cplusplus
12948 extern "C"
12949 #endif
12950 char $ac_func ();
12951 /* The GNU C library defines this for functions which it implements
12952 to always fail with ENOSYS. Some functions are actually named
12953 something starting with __ and the normal name is an alias. */
12954 #if defined __stub_$ac_func || defined __stub___$ac_func
12955 choke me
12956 #endif
12959 main ()
12961 return $ac_func ();
12963 return 0;
12965 _ACEOF
12966 rm -f conftest.$ac_objext conftest$ac_exeext
12967 if { (ac_try="$ac_link"
12968 case "(($ac_try" in
12969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12970 *) ac_try_echo=$ac_try;;
12971 esac
12972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12973 (eval "$ac_link") 2>conftest.er1
12974 ac_status=$?
12975 grep -v '^ *+' conftest.er1 >conftest.err
12976 rm -f conftest.er1
12977 cat conftest.err >&5
12978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12979 (exit $ac_status); } && {
12980 test -z "$ac_c_werror_flag" ||
12981 test ! -s conftest.err
12982 } && test -s conftest$ac_exeext &&
12983 $as_test_x conftest$ac_exeext; then
12984 eval "$as_ac_var=yes"
12985 else
12986 echo "$as_me: failed program was:" >&5
12987 sed 's/^/| /' conftest.$ac_ext >&5
12989 eval "$as_ac_var=no"
12992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12993 conftest$ac_exeext conftest.$ac_ext
12995 ac_res=`eval echo '${'$as_ac_var'}'`
12996 { echo "$as_me:$LINENO: result: $ac_res" >&5
12997 echo "${ECHO_T}$ac_res" >&6; }
12998 if test `eval echo '${'$as_ac_var'}'` = yes; then
12999 cat >>confdefs.h <<_ACEOF
13000 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13001 _ACEOF
13004 done
13006 LIBS="$ac_save_LIBS"
13007 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13008 case "x$with_curses" in
13009 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13010 xno) ;;
13011 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13012 This is an error since --with-curses was requested." >&5
13013 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13014 This is an error since --with-curses was requested." >&2;}
13015 { (exit 1); exit 1; }; } ;;
13016 esac
13020 # Extract the first word of "sane-config", so it can be a program name with args.
13021 set dummy sane-config; ac_word=$2
13022 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13023 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13024 if test "${ac_cv_prog_sane_devel+set}" = set; then
13025 echo $ECHO_N "(cached) $ECHO_C" >&6
13026 else
13027 if test -n "$sane_devel"; then
13028 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13029 else
13030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13031 for as_dir in $PATH
13033 IFS=$as_save_IFS
13034 test -z "$as_dir" && as_dir=.
13035 for ac_exec_ext in '' $ac_executable_extensions; do
13036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13037 ac_cv_prog_sane_devel="sane-config"
13038 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13039 break 2
13041 done
13042 done
13043 IFS=$as_save_IFS
13045 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13048 sane_devel=$ac_cv_prog_sane_devel
13049 if test -n "$sane_devel"; then
13050 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13051 echo "${ECHO_T}$sane_devel" >&6; }
13052 else
13053 { echo "$as_me:$LINENO: result: no" >&5
13054 echo "${ECHO_T}no" >&6; }
13058 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13059 then
13060 ac_sane_incl="`$sane_devel --cflags`"
13061 ac_sane_libs="`$sane_devel --ldflags`"
13062 ac_save_CPPFLAGS="$CPPFLAGS"
13063 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13064 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13065 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13066 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13067 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13068 echo $ECHO_N "(cached) $ECHO_C" >&6
13070 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13071 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13072 else
13073 # Is the header compilable?
13074 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13075 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13076 cat >conftest.$ac_ext <<_ACEOF
13077 /* confdefs.h. */
13078 _ACEOF
13079 cat confdefs.h >>conftest.$ac_ext
13080 cat >>conftest.$ac_ext <<_ACEOF
13081 /* end confdefs.h. */
13082 $ac_includes_default
13083 #include <sane/sane.h>
13084 _ACEOF
13085 rm -f conftest.$ac_objext
13086 if { (ac_try="$ac_compile"
13087 case "(($ac_try" in
13088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13089 *) ac_try_echo=$ac_try;;
13090 esac
13091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13092 (eval "$ac_compile") 2>conftest.er1
13093 ac_status=$?
13094 grep -v '^ *+' conftest.er1 >conftest.err
13095 rm -f conftest.er1
13096 cat conftest.err >&5
13097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13098 (exit $ac_status); } && {
13099 test -z "$ac_c_werror_flag" ||
13100 test ! -s conftest.err
13101 } && test -s conftest.$ac_objext; then
13102 ac_header_compiler=yes
13103 else
13104 echo "$as_me: failed program was:" >&5
13105 sed 's/^/| /' conftest.$ac_ext >&5
13107 ac_header_compiler=no
13110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13111 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13112 echo "${ECHO_T}$ac_header_compiler" >&6; }
13114 # Is the header present?
13115 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13116 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13117 cat >conftest.$ac_ext <<_ACEOF
13118 /* confdefs.h. */
13119 _ACEOF
13120 cat confdefs.h >>conftest.$ac_ext
13121 cat >>conftest.$ac_ext <<_ACEOF
13122 /* end confdefs.h. */
13123 #include <sane/sane.h>
13124 _ACEOF
13125 if { (ac_try="$ac_cpp conftest.$ac_ext"
13126 case "(($ac_try" in
13127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13128 *) ac_try_echo=$ac_try;;
13129 esac
13130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13131 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13132 ac_status=$?
13133 grep -v '^ *+' conftest.er1 >conftest.err
13134 rm -f conftest.er1
13135 cat conftest.err >&5
13136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13137 (exit $ac_status); } >/dev/null && {
13138 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13139 test ! -s conftest.err
13140 }; then
13141 ac_header_preproc=yes
13142 else
13143 echo "$as_me: failed program was:" >&5
13144 sed 's/^/| /' conftest.$ac_ext >&5
13146 ac_header_preproc=no
13149 rm -f conftest.err conftest.$ac_ext
13150 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13151 echo "${ECHO_T}$ac_header_preproc" >&6; }
13153 # So? What about this header?
13154 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13155 yes:no: )
13156 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13157 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13158 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13159 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13160 ac_header_preproc=yes
13162 no:yes:* )
13163 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13164 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13165 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13166 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13167 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13168 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13169 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13170 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13171 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13172 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13173 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13174 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13175 ( cat <<\_ASBOX
13176 ## ------------------------------------ ##
13177 ## Report this to wine-devel@winehq.org ##
13178 ## ------------------------------------ ##
13179 _ASBOX
13180 ) | sed "s/^/$as_me: WARNING: /" >&2
13182 esac
13183 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13184 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13185 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13186 echo $ECHO_N "(cached) $ECHO_C" >&6
13187 else
13188 ac_cv_header_sane_sane_h=$ac_header_preproc
13190 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13191 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13194 if test $ac_cv_header_sane_sane_h = yes; then
13195 { echo "$as_me:$LINENO: checking for -lsane" >&5
13196 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13197 if test "${ac_cv_lib_soname_sane+set}" = set; then
13198 echo $ECHO_N "(cached) $ECHO_C" >&6
13199 else
13200 ac_check_soname_save_LIBS=$LIBS
13201 LIBS="-lsane $ac_sane_libs $LIBS"
13202 cat >conftest.$ac_ext <<_ACEOF
13203 /* confdefs.h. */
13204 _ACEOF
13205 cat confdefs.h >>conftest.$ac_ext
13206 cat >>conftest.$ac_ext <<_ACEOF
13207 /* end confdefs.h. */
13209 /* Override any GCC internal prototype to avoid an error.
13210 Use char because int might match the return type of a GCC
13211 builtin and then its argument prototype would still apply. */
13212 #ifdef __cplusplus
13213 extern "C"
13214 #endif
13215 char sane_init ();
13217 main ()
13219 return sane_init ();
13221 return 0;
13223 _ACEOF
13224 rm -f conftest.$ac_objext conftest$ac_exeext
13225 if { (ac_try="$ac_link"
13226 case "(($ac_try" in
13227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13228 *) ac_try_echo=$ac_try;;
13229 esac
13230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13231 (eval "$ac_link") 2>conftest.er1
13232 ac_status=$?
13233 grep -v '^ *+' conftest.er1 >conftest.err
13234 rm -f conftest.er1
13235 cat conftest.err >&5
13236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13237 (exit $ac_status); } && {
13238 test -z "$ac_c_werror_flag" ||
13239 test ! -s conftest.err
13240 } && test -s conftest$ac_exeext &&
13241 $as_test_x conftest$ac_exeext; then
13242 case "$LIBEXT" in
13243 dll) ;;
13244 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'` ;;
13245 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13246 esac
13247 else
13248 echo "$as_me: failed program was:" >&5
13249 sed 's/^/| /' conftest.$ac_ext >&5
13254 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13255 conftest$ac_exeext conftest.$ac_ext
13256 LIBS=$ac_check_soname_save_LIBS
13258 if test "x$ac_cv_lib_soname_sane" = "x"; then
13259 { echo "$as_me:$LINENO: result: not found" >&5
13260 echo "${ECHO_T}not found" >&6; }
13262 else
13263 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13264 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13266 cat >>confdefs.h <<_ACEOF
13267 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13268 _ACEOF
13270 SANEINCL="$ac_sane_incl"
13277 CPPFLAGS="$ac_save_CPPFLAGS"
13279 if test "x$ac_cv_lib_soname_sane" = "x"; then
13280 case "x$with_sane" in
13281 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13282 xno) ;;
13283 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13284 This is an error since --with-sane was requested." >&5
13285 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13286 This is an error since --with-sane was requested." >&2;}
13287 { (exit 1); exit 1; }; } ;;
13288 esac
13292 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13293 set dummy gphoto2-config; ac_word=$2
13294 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13295 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13296 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13297 echo $ECHO_N "(cached) $ECHO_C" >&6
13298 else
13299 if test -n "$gphoto2_devel"; then
13300 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13301 else
13302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13303 for as_dir in $PATH
13305 IFS=$as_save_IFS
13306 test -z "$as_dir" && as_dir=.
13307 for ac_exec_ext in '' $ac_executable_extensions; do
13308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13309 ac_cv_prog_gphoto2_devel="gphoto2-config"
13310 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13311 break 2
13313 done
13314 done
13315 IFS=$as_save_IFS
13317 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13320 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13321 if test -n "$gphoto2_devel"; then
13322 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13323 echo "${ECHO_T}$gphoto2_devel" >&6; }
13324 else
13325 { echo "$as_me:$LINENO: result: no" >&5
13326 echo "${ECHO_T}no" >&6; }
13330 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13331 set dummy gphoto2-port-config; ac_word=$2
13332 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13333 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13334 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13335 echo $ECHO_N "(cached) $ECHO_C" >&6
13336 else
13337 if test -n "$gphoto2port_devel"; then
13338 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13339 else
13340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13341 for as_dir in $PATH
13343 IFS=$as_save_IFS
13344 test -z "$as_dir" && as_dir=.
13345 for ac_exec_ext in '' $ac_executable_extensions; do
13346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13347 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13349 break 2
13351 done
13352 done
13353 IFS=$as_save_IFS
13355 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13358 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13359 if test -n "$gphoto2port_devel"; then
13360 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13361 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13362 else
13363 { echo "$as_me:$LINENO: result: no" >&5
13364 echo "${ECHO_T}no" >&6; }
13368 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13369 then
13370 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13371 ac_gphoto2_libs=""
13372 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13374 case "$i" in
13375 -L/usr/lib|-L/usr/lib64) ;;
13376 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13377 esac
13378 done
13379 ac_save_CPPFLAGS="$CPPFLAGS"
13380 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13381 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13382 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13383 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13384 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13385 echo $ECHO_N "(cached) $ECHO_C" >&6
13387 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13388 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13389 else
13390 # Is the header compilable?
13391 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13392 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13393 cat >conftest.$ac_ext <<_ACEOF
13394 /* confdefs.h. */
13395 _ACEOF
13396 cat confdefs.h >>conftest.$ac_ext
13397 cat >>conftest.$ac_ext <<_ACEOF
13398 /* end confdefs.h. */
13399 $ac_includes_default
13400 #include <gphoto2-camera.h>
13401 _ACEOF
13402 rm -f conftest.$ac_objext
13403 if { (ac_try="$ac_compile"
13404 case "(($ac_try" in
13405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13406 *) ac_try_echo=$ac_try;;
13407 esac
13408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13409 (eval "$ac_compile") 2>conftest.er1
13410 ac_status=$?
13411 grep -v '^ *+' conftest.er1 >conftest.err
13412 rm -f conftest.er1
13413 cat conftest.err >&5
13414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13415 (exit $ac_status); } && {
13416 test -z "$ac_c_werror_flag" ||
13417 test ! -s conftest.err
13418 } && test -s conftest.$ac_objext; then
13419 ac_header_compiler=yes
13420 else
13421 echo "$as_me: failed program was:" >&5
13422 sed 's/^/| /' conftest.$ac_ext >&5
13424 ac_header_compiler=no
13427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13428 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13429 echo "${ECHO_T}$ac_header_compiler" >&6; }
13431 # Is the header present?
13432 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13433 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13434 cat >conftest.$ac_ext <<_ACEOF
13435 /* confdefs.h. */
13436 _ACEOF
13437 cat confdefs.h >>conftest.$ac_ext
13438 cat >>conftest.$ac_ext <<_ACEOF
13439 /* end confdefs.h. */
13440 #include <gphoto2-camera.h>
13441 _ACEOF
13442 if { (ac_try="$ac_cpp conftest.$ac_ext"
13443 case "(($ac_try" in
13444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13445 *) ac_try_echo=$ac_try;;
13446 esac
13447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13448 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13449 ac_status=$?
13450 grep -v '^ *+' conftest.er1 >conftest.err
13451 rm -f conftest.er1
13452 cat conftest.err >&5
13453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13454 (exit $ac_status); } >/dev/null && {
13455 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13456 test ! -s conftest.err
13457 }; then
13458 ac_header_preproc=yes
13459 else
13460 echo "$as_me: failed program was:" >&5
13461 sed 's/^/| /' conftest.$ac_ext >&5
13463 ac_header_preproc=no
13466 rm -f conftest.err conftest.$ac_ext
13467 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13468 echo "${ECHO_T}$ac_header_preproc" >&6; }
13470 # So? What about this header?
13471 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13472 yes:no: )
13473 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13474 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13475 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13476 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13477 ac_header_preproc=yes
13479 no:yes:* )
13480 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13481 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13482 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13483 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13484 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13485 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13486 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13487 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13488 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13489 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13490 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13491 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13492 ( cat <<\_ASBOX
13493 ## ------------------------------------ ##
13494 ## Report this to wine-devel@winehq.org ##
13495 ## ------------------------------------ ##
13496 _ASBOX
13497 ) | sed "s/^/$as_me: WARNING: /" >&2
13499 esac
13500 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13501 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13502 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13503 echo $ECHO_N "(cached) $ECHO_C" >&6
13504 else
13505 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13507 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13508 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13511 if test $ac_cv_header_gphoto2_camera_h = yes; then
13512 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13513 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13514 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13515 echo $ECHO_N "(cached) $ECHO_C" >&6
13516 else
13517 ac_check_lib_save_LIBS=$LIBS
13518 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13519 cat >conftest.$ac_ext <<_ACEOF
13520 /* confdefs.h. */
13521 _ACEOF
13522 cat confdefs.h >>conftest.$ac_ext
13523 cat >>conftest.$ac_ext <<_ACEOF
13524 /* end confdefs.h. */
13526 /* Override any GCC internal prototype to avoid an error.
13527 Use char because int might match the return type of a GCC
13528 builtin and then its argument prototype would still apply. */
13529 #ifdef __cplusplus
13530 extern "C"
13531 #endif
13532 char gp_camera_new ();
13534 main ()
13536 return gp_camera_new ();
13538 return 0;
13540 _ACEOF
13541 rm -f conftest.$ac_objext conftest$ac_exeext
13542 if { (ac_try="$ac_link"
13543 case "(($ac_try" in
13544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13545 *) ac_try_echo=$ac_try;;
13546 esac
13547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13548 (eval "$ac_link") 2>conftest.er1
13549 ac_status=$?
13550 grep -v '^ *+' conftest.er1 >conftest.err
13551 rm -f conftest.er1
13552 cat conftest.err >&5
13553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13554 (exit $ac_status); } && {
13555 test -z "$ac_c_werror_flag" ||
13556 test ! -s conftest.err
13557 } && test -s conftest$ac_exeext &&
13558 $as_test_x conftest$ac_exeext; then
13559 ac_cv_lib_gphoto2_gp_camera_new=yes
13560 else
13561 echo "$as_me: failed program was:" >&5
13562 sed 's/^/| /' conftest.$ac_ext >&5
13564 ac_cv_lib_gphoto2_gp_camera_new=no
13567 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13568 conftest$ac_exeext conftest.$ac_ext
13569 LIBS=$ac_check_lib_save_LIBS
13571 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13572 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13573 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13575 cat >>confdefs.h <<\_ACEOF
13576 #define HAVE_GPHOTO2 1
13577 _ACEOF
13579 GPHOTO2LIBS="$ac_gphoto2_libs"
13581 GPHOTO2INCL="$ac_gphoto2_incl"
13588 CPPFLAGS="$ac_save_CPPFLAGS"
13590 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13591 case "x$with_gphoto" in
13592 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13593 xno) ;;
13594 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13595 This is an error since --with-gphoto was requested." >&5
13596 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13597 This is an error since --with-gphoto was requested." >&2;}
13598 { (exit 1); exit 1; }; } ;;
13599 esac
13604 RESOLVLIBS=""
13606 if test "$ac_cv_header_resolv_h" = "yes"
13607 then
13608 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13609 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13610 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13611 echo $ECHO_N "(cached) $ECHO_C" >&6
13612 else
13613 ac_check_lib_save_LIBS=$LIBS
13614 LIBS="-lresolv $LIBS"
13615 cat >conftest.$ac_ext <<_ACEOF
13616 /* confdefs.h. */
13617 _ACEOF
13618 cat confdefs.h >>conftest.$ac_ext
13619 cat >>conftest.$ac_ext <<_ACEOF
13620 /* end confdefs.h. */
13622 /* Override any GCC internal prototype to avoid an error.
13623 Use char because int might match the return type of a GCC
13624 builtin and then its argument prototype would still apply. */
13625 #ifdef __cplusplus
13626 extern "C"
13627 #endif
13628 char res_query ();
13630 main ()
13632 return res_query ();
13634 return 0;
13636 _ACEOF
13637 rm -f conftest.$ac_objext conftest$ac_exeext
13638 if { (ac_try="$ac_link"
13639 case "(($ac_try" in
13640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13641 *) ac_try_echo=$ac_try;;
13642 esac
13643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13644 (eval "$ac_link") 2>conftest.er1
13645 ac_status=$?
13646 grep -v '^ *+' conftest.er1 >conftest.err
13647 rm -f conftest.er1
13648 cat conftest.err >&5
13649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13650 (exit $ac_status); } && {
13651 test -z "$ac_c_werror_flag" ||
13652 test ! -s conftest.err
13653 } && test -s conftest$ac_exeext &&
13654 $as_test_x conftest$ac_exeext; then
13655 ac_cv_lib_resolv_res_query=yes
13656 else
13657 echo "$as_me: failed program was:" >&5
13658 sed 's/^/| /' conftest.$ac_ext >&5
13660 ac_cv_lib_resolv_res_query=no
13663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13664 conftest$ac_exeext conftest.$ac_ext
13665 LIBS=$ac_check_lib_save_LIBS
13667 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13668 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13669 if test $ac_cv_lib_resolv_res_query = yes; then
13671 cat >>confdefs.h <<\_ACEOF
13672 #define HAVE_RESOLV 1
13673 _ACEOF
13675 RESOLVLIBS="-lresolv"
13680 LCMSLIBS=""
13682 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13683 then
13684 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13685 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13686 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13687 echo $ECHO_N "(cached) $ECHO_C" >&6
13688 else
13689 ac_check_lib_save_LIBS=$LIBS
13690 LIBS="-llcms $LIBS"
13691 cat >conftest.$ac_ext <<_ACEOF
13692 /* confdefs.h. */
13693 _ACEOF
13694 cat confdefs.h >>conftest.$ac_ext
13695 cat >>conftest.$ac_ext <<_ACEOF
13696 /* end confdefs.h. */
13698 /* Override any GCC internal prototype to avoid an error.
13699 Use char because int might match the return type of a GCC
13700 builtin and then its argument prototype would still apply. */
13701 #ifdef __cplusplus
13702 extern "C"
13703 #endif
13704 char cmsOpenProfileFromFile ();
13706 main ()
13708 return cmsOpenProfileFromFile ();
13710 return 0;
13712 _ACEOF
13713 rm -f conftest.$ac_objext conftest$ac_exeext
13714 if { (ac_try="$ac_link"
13715 case "(($ac_try" in
13716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13717 *) ac_try_echo=$ac_try;;
13718 esac
13719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13720 (eval "$ac_link") 2>conftest.er1
13721 ac_status=$?
13722 grep -v '^ *+' conftest.er1 >conftest.err
13723 rm -f conftest.er1
13724 cat conftest.err >&5
13725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13726 (exit $ac_status); } && {
13727 test -z "$ac_c_werror_flag" ||
13728 test ! -s conftest.err
13729 } && test -s conftest$ac_exeext &&
13730 $as_test_x conftest$ac_exeext; then
13731 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13732 else
13733 echo "$as_me: failed program was:" >&5
13734 sed 's/^/| /' conftest.$ac_ext >&5
13736 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13740 conftest$ac_exeext conftest.$ac_ext
13741 LIBS=$ac_check_lib_save_LIBS
13743 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13744 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13745 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13747 cat >>confdefs.h <<\_ACEOF
13748 #define HAVE_LCMS 1
13749 _ACEOF
13751 LCMSLIBS="-llcms"
13755 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13756 case "x$with_cms" in
13757 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13758 xno) ;;
13759 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13760 This is an error since --with-cms was requested." >&5
13761 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13762 This is an error since --with-cms was requested." >&2;}
13763 { (exit 1); exit 1; }; } ;;
13764 esac
13768 for ac_prog in freetype-config freetype2-config
13770 # Extract the first word of "$ac_prog", so it can be a program name with args.
13771 set dummy $ac_prog; ac_word=$2
13772 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13773 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13774 if test "${ac_cv_prog_ft_devel+set}" = set; then
13775 echo $ECHO_N "(cached) $ECHO_C" >&6
13776 else
13777 if test -n "$ft_devel"; then
13778 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13779 else
13780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13781 for as_dir in $PATH
13783 IFS=$as_save_IFS
13784 test -z "$as_dir" && as_dir=.
13785 for ac_exec_ext in '' $ac_executable_extensions; do
13786 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13787 ac_cv_prog_ft_devel="$ac_prog"
13788 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13789 break 2
13791 done
13792 done
13793 IFS=$as_save_IFS
13797 ft_devel=$ac_cv_prog_ft_devel
13798 if test -n "$ft_devel"; then
13799 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13800 echo "${ECHO_T}$ft_devel" >&6; }
13801 else
13802 { echo "$as_me:$LINENO: result: no" >&5
13803 echo "${ECHO_T}no" >&6; }
13807 test -n "$ft_devel" && break
13808 done
13809 test -n "$ft_devel" || ft_devel="false"
13811 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13812 then
13813 ac_freetype_libs=`$ft_devel --libs`
13814 ac_freetype_incl=`$ft_devel --cflags`
13815 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13816 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13817 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13818 echo $ECHO_N "(cached) $ECHO_C" >&6
13819 else
13820 ac_check_soname_save_LIBS=$LIBS
13821 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13822 cat >conftest.$ac_ext <<_ACEOF
13823 /* confdefs.h. */
13824 _ACEOF
13825 cat confdefs.h >>conftest.$ac_ext
13826 cat >>conftest.$ac_ext <<_ACEOF
13827 /* end confdefs.h. */
13829 /* Override any GCC internal prototype to avoid an error.
13830 Use char because int might match the return type of a GCC
13831 builtin and then its argument prototype would still apply. */
13832 #ifdef __cplusplus
13833 extern "C"
13834 #endif
13835 char FT_Init_FreeType ();
13837 main ()
13839 return FT_Init_FreeType ();
13841 return 0;
13843 _ACEOF
13844 rm -f conftest.$ac_objext conftest$ac_exeext
13845 if { (ac_try="$ac_link"
13846 case "(($ac_try" in
13847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13848 *) ac_try_echo=$ac_try;;
13849 esac
13850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13851 (eval "$ac_link") 2>conftest.er1
13852 ac_status=$?
13853 grep -v '^ *+' conftest.er1 >conftest.err
13854 rm -f conftest.er1
13855 cat conftest.err >&5
13856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13857 (exit $ac_status); } && {
13858 test -z "$ac_c_werror_flag" ||
13859 test ! -s conftest.err
13860 } && test -s conftest$ac_exeext &&
13861 $as_test_x conftest$ac_exeext; then
13862 case "$LIBEXT" in
13863 dll) ;;
13864 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'` ;;
13865 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13866 esac
13867 else
13868 echo "$as_me: failed program was:" >&5
13869 sed 's/^/| /' conftest.$ac_ext >&5
13874 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13875 conftest$ac_exeext conftest.$ac_ext
13876 LIBS=$ac_check_soname_save_LIBS
13878 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13879 { echo "$as_me:$LINENO: result: not found" >&5
13880 echo "${ECHO_T}not found" >&6; }
13881 ft_lib=no
13882 else
13883 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13884 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13886 cat >>confdefs.h <<_ACEOF
13887 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13888 _ACEOF
13890 ft_lib=yes
13893 if test "$ft_lib" = "yes"
13894 then
13895 ac_save_CPPFLAGS="$CPPFLAGS"
13896 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13909 for ac_header in ft2build.h \
13910 freetype/freetype.h \
13911 freetype/ftglyph.h \
13912 freetype/fttypes.h \
13913 freetype/tttables.h \
13914 freetype/ftnames.h \
13915 freetype/ftsnames.h \
13916 freetype/ttnameid.h \
13917 freetype/ftoutln.h \
13918 freetype/ftwinfnt.h \
13919 freetype/ftmodapi.h \
13920 freetype/internal/sfnt.h
13922 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13923 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13924 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13925 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13926 echo $ECHO_N "(cached) $ECHO_C" >&6
13927 else
13928 cat >conftest.$ac_ext <<_ACEOF
13929 /* confdefs.h. */
13930 _ACEOF
13931 cat confdefs.h >>conftest.$ac_ext
13932 cat >>conftest.$ac_ext <<_ACEOF
13933 /* end confdefs.h. */
13934 #ifdef HAVE_FT2BUILD_H
13935 # include <ft2build.h>
13936 #endif
13938 #include <$ac_header>
13939 _ACEOF
13940 rm -f conftest.$ac_objext
13941 if { (ac_try="$ac_compile"
13942 case "(($ac_try" in
13943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13944 *) ac_try_echo=$ac_try;;
13945 esac
13946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13947 (eval "$ac_compile") 2>conftest.er1
13948 ac_status=$?
13949 grep -v '^ *+' conftest.er1 >conftest.err
13950 rm -f conftest.er1
13951 cat conftest.err >&5
13952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13953 (exit $ac_status); } && {
13954 test -z "$ac_c_werror_flag" ||
13955 test ! -s conftest.err
13956 } && test -s conftest.$ac_objext; then
13957 eval "$as_ac_Header=yes"
13958 else
13959 echo "$as_me: failed program was:" >&5
13960 sed 's/^/| /' conftest.$ac_ext >&5
13962 eval "$as_ac_Header=no"
13965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13967 ac_res=`eval echo '${'$as_ac_Header'}'`
13968 { echo "$as_me:$LINENO: result: $ac_res" >&5
13969 echo "${ECHO_T}$ac_res" >&6; }
13970 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13971 cat >>confdefs.h <<_ACEOF
13972 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13973 _ACEOF
13977 done
13979 cat >conftest.$ac_ext <<_ACEOF
13980 /* confdefs.h. */
13981 _ACEOF
13982 cat confdefs.h >>conftest.$ac_ext
13983 cat >>conftest.$ac_ext <<_ACEOF
13984 /* end confdefs.h. */
13985 #include <ft2build.h>
13986 #include <freetype/fttrigon.h>
13987 _ACEOF
13988 if { (ac_try="$ac_cpp conftest.$ac_ext"
13989 case "(($ac_try" in
13990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13991 *) ac_try_echo=$ac_try;;
13992 esac
13993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13994 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13995 ac_status=$?
13996 grep -v '^ *+' conftest.er1 >conftest.err
13997 rm -f conftest.er1
13998 cat conftest.err >&5
13999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14000 (exit $ac_status); } >/dev/null && {
14001 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14002 test ! -s conftest.err
14003 }; then
14005 cat >>confdefs.h <<\_ACEOF
14006 #define HAVE_FREETYPE_FTTRIGON_H 1
14007 _ACEOF
14009 wine_cv_fttrigon=yes
14010 else
14011 echo "$as_me: failed program was:" >&5
14012 sed 's/^/| /' conftest.$ac_ext >&5
14014 wine_cv_fttrigon=no
14017 rm -f conftest.err conftest.$ac_ext
14018 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14019 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14020 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14021 echo $ECHO_N "(cached) $ECHO_C" >&6
14022 else
14023 cat >conftest.$ac_ext <<_ACEOF
14024 /* confdefs.h. */
14025 _ACEOF
14026 cat confdefs.h >>conftest.$ac_ext
14027 cat >>conftest.$ac_ext <<_ACEOF
14028 /* end confdefs.h. */
14029 #include <freetype/ftmodapi.h>
14031 typedef FT_TrueTypeEngineType ac__type_new_;
14033 main ()
14035 if ((ac__type_new_ *) 0)
14036 return 0;
14037 if (sizeof (ac__type_new_))
14038 return 0;
14040 return 0;
14042 _ACEOF
14043 rm -f conftest.$ac_objext
14044 if { (ac_try="$ac_compile"
14045 case "(($ac_try" in
14046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14047 *) ac_try_echo=$ac_try;;
14048 esac
14049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14050 (eval "$ac_compile") 2>conftest.er1
14051 ac_status=$?
14052 grep -v '^ *+' conftest.er1 >conftest.err
14053 rm -f conftest.er1
14054 cat conftest.err >&5
14055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14056 (exit $ac_status); } && {
14057 test -z "$ac_c_werror_flag" ||
14058 test ! -s conftest.err
14059 } && test -s conftest.$ac_objext; then
14060 ac_cv_type_FT_TrueTypeEngineType=yes
14061 else
14062 echo "$as_me: failed program was:" >&5
14063 sed 's/^/| /' conftest.$ac_ext >&5
14065 ac_cv_type_FT_TrueTypeEngineType=no
14068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14070 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14071 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14072 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14074 cat >>confdefs.h <<_ACEOF
14075 #define HAVE_FT_TRUETYPEENGINETYPE 1
14076 _ACEOF
14081 ac_save_CFLAGS="$CFLAGS"
14082 CFLAGS="$CFLAGS $ac_freetype_libs"
14084 for ac_func in FT_Load_Sfnt_Table
14086 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14087 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14088 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14089 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14090 echo $ECHO_N "(cached) $ECHO_C" >&6
14091 else
14092 cat >conftest.$ac_ext <<_ACEOF
14093 /* confdefs.h. */
14094 _ACEOF
14095 cat confdefs.h >>conftest.$ac_ext
14096 cat >>conftest.$ac_ext <<_ACEOF
14097 /* end confdefs.h. */
14098 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14099 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14100 #define $ac_func innocuous_$ac_func
14102 /* System header to define __stub macros and hopefully few prototypes,
14103 which can conflict with char $ac_func (); below.
14104 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14105 <limits.h> exists even on freestanding compilers. */
14107 #ifdef __STDC__
14108 # include <limits.h>
14109 #else
14110 # include <assert.h>
14111 #endif
14113 #undef $ac_func
14115 /* Override any GCC internal prototype to avoid an error.
14116 Use char because int might match the return type of a GCC
14117 builtin and then its argument prototype would still apply. */
14118 #ifdef __cplusplus
14119 extern "C"
14120 #endif
14121 char $ac_func ();
14122 /* The GNU C library defines this for functions which it implements
14123 to always fail with ENOSYS. Some functions are actually named
14124 something starting with __ and the normal name is an alias. */
14125 #if defined __stub_$ac_func || defined __stub___$ac_func
14126 choke me
14127 #endif
14130 main ()
14132 return $ac_func ();
14134 return 0;
14136 _ACEOF
14137 rm -f conftest.$ac_objext conftest$ac_exeext
14138 if { (ac_try="$ac_link"
14139 case "(($ac_try" in
14140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14141 *) ac_try_echo=$ac_try;;
14142 esac
14143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14144 (eval "$ac_link") 2>conftest.er1
14145 ac_status=$?
14146 grep -v '^ *+' conftest.er1 >conftest.err
14147 rm -f conftest.er1
14148 cat conftest.err >&5
14149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14150 (exit $ac_status); } && {
14151 test -z "$ac_c_werror_flag" ||
14152 test ! -s conftest.err
14153 } && test -s conftest$ac_exeext &&
14154 $as_test_x conftest$ac_exeext; then
14155 eval "$as_ac_var=yes"
14156 else
14157 echo "$as_me: failed program was:" >&5
14158 sed 's/^/| /' conftest.$ac_ext >&5
14160 eval "$as_ac_var=no"
14163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14164 conftest$ac_exeext conftest.$ac_ext
14166 ac_res=`eval echo '${'$as_ac_var'}'`
14167 { echo "$as_me:$LINENO: result: $ac_res" >&5
14168 echo "${ECHO_T}$ac_res" >&6; }
14169 if test `eval echo '${'$as_ac_var'}'` = yes; then
14170 cat >>confdefs.h <<_ACEOF
14171 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14172 _ACEOF
14175 done
14177 CFLAGS="$ac_save_CFLAGS"
14178 CPPFLAGS="$ac_save_CPPFLAGS"
14179 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14180 then
14182 cat >>confdefs.h <<\_ACEOF
14183 #define HAVE_FREETYPE 1
14184 _ACEOF
14186 FREETYPELIBS="$ac_freetype_libs"
14188 FREETYPEINCL="$ac_freetype_incl"
14193 if test "x$FREETYPELIBS" = "x"; then
14194 case "x$with_freetype" in
14195 xno) ;;
14196 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14197 Fonts will not be built. Dialog text may be invisible or unaligned.
14198 Use the --without-freetype option if you really want this." >&5
14199 echo "$as_me: error: FreeType development files not found.
14200 Fonts will not be built. Dialog text may be invisible or unaligned.
14201 Use the --without-freetype option if you really want this." >&2;}
14202 { (exit 1); exit 1; }; } ;;
14203 esac
14206 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14208 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14209 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14210 if test "${ac_cv_c_ppdev+set}" = set; then
14211 echo $ECHO_N "(cached) $ECHO_C" >&6
14212 else
14213 cat >conftest.$ac_ext <<_ACEOF
14214 /* confdefs.h. */
14215 _ACEOF
14216 cat confdefs.h >>conftest.$ac_ext
14217 cat >>conftest.$ac_ext <<_ACEOF
14218 /* end confdefs.h. */
14219 #include <linux/ppdev.h>
14221 main ()
14223 ioctl (1,PPCLAIM,0)
14225 return 0;
14227 _ACEOF
14228 rm -f conftest.$ac_objext
14229 if { (ac_try="$ac_compile"
14230 case "(($ac_try" in
14231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14232 *) ac_try_echo=$ac_try;;
14233 esac
14234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14235 (eval "$ac_compile") 2>conftest.er1
14236 ac_status=$?
14237 grep -v '^ *+' conftest.er1 >conftest.err
14238 rm -f conftest.er1
14239 cat conftest.err >&5
14240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14241 (exit $ac_status); } && {
14242 test -z "$ac_c_werror_flag" ||
14243 test ! -s conftest.err
14244 } && test -s conftest.$ac_objext; then
14245 ac_cv_c_ppdev="yes"
14246 else
14247 echo "$as_me: failed program was:" >&5
14248 sed 's/^/| /' conftest.$ac_ext >&5
14250 ac_cv_c_ppdev="no"
14253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14255 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14256 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14257 if test "$ac_cv_c_ppdev" = "yes"
14258 then
14260 cat >>confdefs.h <<\_ACEOF
14261 #define HAVE_PPDEV 1
14262 _ACEOF
14266 { echo "$as_me:$LINENO: checking for va_copy" >&5
14267 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14268 if test "${ac_cv_c_va_copy+set}" = set; then
14269 echo $ECHO_N "(cached) $ECHO_C" >&6
14270 else
14271 cat >conftest.$ac_ext <<_ACEOF
14272 /* confdefs.h. */
14273 _ACEOF
14274 cat confdefs.h >>conftest.$ac_ext
14275 cat >>conftest.$ac_ext <<_ACEOF
14276 /* end confdefs.h. */
14277 #include <stdarg.h>
14279 main ()
14281 va_list ap1, ap2; va_copy(ap1,ap2);
14283 return 0;
14285 _ACEOF
14286 rm -f conftest.$ac_objext conftest$ac_exeext
14287 if { (ac_try="$ac_link"
14288 case "(($ac_try" in
14289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14290 *) ac_try_echo=$ac_try;;
14291 esac
14292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14293 (eval "$ac_link") 2>conftest.er1
14294 ac_status=$?
14295 grep -v '^ *+' conftest.er1 >conftest.err
14296 rm -f conftest.er1
14297 cat conftest.err >&5
14298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14299 (exit $ac_status); } && {
14300 test -z "$ac_c_werror_flag" ||
14301 test ! -s conftest.err
14302 } && test -s conftest$ac_exeext &&
14303 $as_test_x conftest$ac_exeext; then
14304 ac_cv_c_va_copy="yes"
14305 else
14306 echo "$as_me: failed program was:" >&5
14307 sed 's/^/| /' conftest.$ac_ext >&5
14309 ac_cv_c_va_copy="no"
14312 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14313 conftest$ac_exeext conftest.$ac_ext
14316 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14317 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14318 if test "$ac_cv_c_va_copy" = "yes"
14319 then
14321 cat >>confdefs.h <<\_ACEOF
14322 #define HAVE_VA_COPY 1
14323 _ACEOF
14326 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14327 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14328 if test "${ac_cv_c___va_copy+set}" = set; then
14329 echo $ECHO_N "(cached) $ECHO_C" >&6
14330 else
14331 cat >conftest.$ac_ext <<_ACEOF
14332 /* confdefs.h. */
14333 _ACEOF
14334 cat confdefs.h >>conftest.$ac_ext
14335 cat >>conftest.$ac_ext <<_ACEOF
14336 /* end confdefs.h. */
14337 #include <stdarg.h>
14339 main ()
14341 va_list ap1, ap2; __va_copy(ap1,ap2);
14343 return 0;
14345 _ACEOF
14346 rm -f conftest.$ac_objext conftest$ac_exeext
14347 if { (ac_try="$ac_link"
14348 case "(($ac_try" in
14349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14350 *) ac_try_echo=$ac_try;;
14351 esac
14352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14353 (eval "$ac_link") 2>conftest.er1
14354 ac_status=$?
14355 grep -v '^ *+' conftest.er1 >conftest.err
14356 rm -f conftest.er1
14357 cat conftest.err >&5
14358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14359 (exit $ac_status); } && {
14360 test -z "$ac_c_werror_flag" ||
14361 test ! -s conftest.err
14362 } && test -s conftest$ac_exeext &&
14363 $as_test_x conftest$ac_exeext; then
14364 ac_cv_c___va_copy="yes"
14365 else
14366 echo "$as_me: failed program was:" >&5
14367 sed 's/^/| /' conftest.$ac_ext >&5
14369 ac_cv_c___va_copy="no"
14372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14373 conftest$ac_exeext conftest.$ac_ext
14376 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14377 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14378 if test "$ac_cv_c___va_copy" = "yes"
14379 then
14381 cat >>confdefs.h <<\_ACEOF
14382 #define HAVE___VA_COPY 1
14383 _ACEOF
14387 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14388 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14389 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14390 echo $ECHO_N "(cached) $ECHO_C" >&6
14391 else
14392 cat >conftest.$ac_ext <<_ACEOF
14393 /* confdefs.h. */
14394 _ACEOF
14395 cat confdefs.h >>conftest.$ac_ext
14396 cat >>conftest.$ac_ext <<_ACEOF
14397 /* end confdefs.h. */
14398 #define _GNU_SOURCE
14399 #include <pthread.h>
14401 typedef pthread_rwlock_t ac__type_new_;
14403 main ()
14405 if ((ac__type_new_ *) 0)
14406 return 0;
14407 if (sizeof (ac__type_new_))
14408 return 0;
14410 return 0;
14412 _ACEOF
14413 rm -f conftest.$ac_objext
14414 if { (ac_try="$ac_compile"
14415 case "(($ac_try" in
14416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14417 *) ac_try_echo=$ac_try;;
14418 esac
14419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14420 (eval "$ac_compile") 2>conftest.er1
14421 ac_status=$?
14422 grep -v '^ *+' conftest.er1 >conftest.err
14423 rm -f conftest.er1
14424 cat conftest.err >&5
14425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14426 (exit $ac_status); } && {
14427 test -z "$ac_c_werror_flag" ||
14428 test ! -s conftest.err
14429 } && test -s conftest.$ac_objext; then
14430 ac_cv_type_pthread_rwlock_t=yes
14431 else
14432 echo "$as_me: failed program was:" >&5
14433 sed 's/^/| /' conftest.$ac_ext >&5
14435 ac_cv_type_pthread_rwlock_t=no
14438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14440 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14441 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14442 if test $ac_cv_type_pthread_rwlock_t = yes; then
14444 cat >>confdefs.h <<_ACEOF
14445 #define HAVE_PTHREAD_RWLOCK_T 1
14446 _ACEOF
14450 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14451 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14452 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14453 echo $ECHO_N "(cached) $ECHO_C" >&6
14454 else
14455 cat >conftest.$ac_ext <<_ACEOF
14456 /* confdefs.h. */
14457 _ACEOF
14458 cat confdefs.h >>conftest.$ac_ext
14459 cat >>conftest.$ac_ext <<_ACEOF
14460 /* end confdefs.h. */
14461 #define _GNU_SOURCE
14462 #include <pthread.h>
14464 typedef pthread_rwlockattr_t ac__type_new_;
14466 main ()
14468 if ((ac__type_new_ *) 0)
14469 return 0;
14470 if (sizeof (ac__type_new_))
14471 return 0;
14473 return 0;
14475 _ACEOF
14476 rm -f conftest.$ac_objext
14477 if { (ac_try="$ac_compile"
14478 case "(($ac_try" in
14479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14480 *) ac_try_echo=$ac_try;;
14481 esac
14482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14483 (eval "$ac_compile") 2>conftest.er1
14484 ac_status=$?
14485 grep -v '^ *+' conftest.er1 >conftest.err
14486 rm -f conftest.er1
14487 cat conftest.err >&5
14488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14489 (exit $ac_status); } && {
14490 test -z "$ac_c_werror_flag" ||
14491 test ! -s conftest.err
14492 } && test -s conftest.$ac_objext; then
14493 ac_cv_type_pthread_rwlockattr_t=yes
14494 else
14495 echo "$as_me: failed program was:" >&5
14496 sed 's/^/| /' conftest.$ac_ext >&5
14498 ac_cv_type_pthread_rwlockattr_t=no
14501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14503 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14504 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14505 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14507 cat >>confdefs.h <<_ACEOF
14508 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14509 _ACEOF
14515 ac_wine_check_funcs_save_LIBS="$LIBS"
14516 LIBS="$LIBS $LIBPTHREAD"
14521 for ac_func in \
14522 pthread_attr_get_np \
14523 pthread_getattr_np \
14524 pthread_get_stackaddr_np \
14525 pthread_get_stacksize_np
14527 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14528 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14529 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14530 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14531 echo $ECHO_N "(cached) $ECHO_C" >&6
14532 else
14533 cat >conftest.$ac_ext <<_ACEOF
14534 /* confdefs.h. */
14535 _ACEOF
14536 cat confdefs.h >>conftest.$ac_ext
14537 cat >>conftest.$ac_ext <<_ACEOF
14538 /* end confdefs.h. */
14539 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14540 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14541 #define $ac_func innocuous_$ac_func
14543 /* System header to define __stub macros and hopefully few prototypes,
14544 which can conflict with char $ac_func (); below.
14545 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14546 <limits.h> exists even on freestanding compilers. */
14548 #ifdef __STDC__
14549 # include <limits.h>
14550 #else
14551 # include <assert.h>
14552 #endif
14554 #undef $ac_func
14556 /* Override any GCC internal prototype to avoid an error.
14557 Use char because int might match the return type of a GCC
14558 builtin and then its argument prototype would still apply. */
14559 #ifdef __cplusplus
14560 extern "C"
14561 #endif
14562 char $ac_func ();
14563 /* The GNU C library defines this for functions which it implements
14564 to always fail with ENOSYS. Some functions are actually named
14565 something starting with __ and the normal name is an alias. */
14566 #if defined __stub_$ac_func || defined __stub___$ac_func
14567 choke me
14568 #endif
14571 main ()
14573 return $ac_func ();
14575 return 0;
14577 _ACEOF
14578 rm -f conftest.$ac_objext conftest$ac_exeext
14579 if { (ac_try="$ac_link"
14580 case "(($ac_try" in
14581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14582 *) ac_try_echo=$ac_try;;
14583 esac
14584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14585 (eval "$ac_link") 2>conftest.er1
14586 ac_status=$?
14587 grep -v '^ *+' conftest.er1 >conftest.err
14588 rm -f conftest.er1
14589 cat conftest.err >&5
14590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14591 (exit $ac_status); } && {
14592 test -z "$ac_c_werror_flag" ||
14593 test ! -s conftest.err
14594 } && test -s conftest$ac_exeext &&
14595 $as_test_x conftest$ac_exeext; then
14596 eval "$as_ac_var=yes"
14597 else
14598 echo "$as_me: failed program was:" >&5
14599 sed 's/^/| /' conftest.$ac_ext >&5
14601 eval "$as_ac_var=no"
14604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14605 conftest$ac_exeext conftest.$ac_ext
14607 ac_res=`eval echo '${'$as_ac_var'}'`
14608 { echo "$as_me:$LINENO: result: $ac_res" >&5
14609 echo "${ECHO_T}$ac_res" >&6; }
14610 if test `eval echo '${'$as_ac_var'}'` = yes; then
14611 cat >>confdefs.h <<_ACEOF
14612 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14613 _ACEOF
14616 done
14618 LIBS="$ac_wine_check_funcs_save_LIBS"
14620 # Extract the first word of "esd-config", so it can be a program name with args.
14621 set dummy esd-config; ac_word=$2
14622 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14623 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14624 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14625 echo $ECHO_N "(cached) $ECHO_C" >&6
14626 else
14627 case $ESDCONFIG in
14628 [\\/]* | ?:[\\/]*)
14629 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14633 for as_dir in $PATH
14635 IFS=$as_save_IFS
14636 test -z "$as_dir" && as_dir=.
14637 for ac_exec_ext in '' $ac_executable_extensions; do
14638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14639 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14640 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14641 break 2
14643 done
14644 done
14645 IFS=$as_save_IFS
14648 esac
14650 ESDCONFIG=$ac_cv_path_ESDCONFIG
14651 if test -n "$ESDCONFIG"; then
14652 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14653 echo "${ECHO_T}$ESDCONFIG" >&6; }
14654 else
14655 { echo "$as_me:$LINENO: result: no" >&5
14656 echo "${ECHO_T}no" >&6; }
14660 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14661 then
14662 ac_esd_incl=""
14663 for i in `$ESDCONFIG --cflags`
14665 case "$i" in
14666 -I*) ac_esd_incl="$ac_esd_incl $i";;
14667 esac
14668 done
14669 ac_esd_libs=`$ESDCONFIG --libs`
14670 save_CFLAGS="$CFLAGS"
14671 CFLAGS="$CFLAGS $ac_esd_incl"
14672 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14673 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14674 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14675 echo $ECHO_N "(cached) $ECHO_C" >&6
14676 else
14677 ac_check_lib_save_LIBS=$LIBS
14678 LIBS="-lesd $ac_esd_libs $LIBS"
14679 cat >conftest.$ac_ext <<_ACEOF
14680 /* confdefs.h. */
14681 _ACEOF
14682 cat confdefs.h >>conftest.$ac_ext
14683 cat >>conftest.$ac_ext <<_ACEOF
14684 /* end confdefs.h. */
14686 /* Override any GCC internal prototype to avoid an error.
14687 Use char because int might match the return type of a GCC
14688 builtin and then its argument prototype would still apply. */
14689 #ifdef __cplusplus
14690 extern "C"
14691 #endif
14692 char esd_open_sound ();
14694 main ()
14696 return esd_open_sound ();
14698 return 0;
14700 _ACEOF
14701 rm -f conftest.$ac_objext conftest$ac_exeext
14702 if { (ac_try="$ac_link"
14703 case "(($ac_try" in
14704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14705 *) ac_try_echo=$ac_try;;
14706 esac
14707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14708 (eval "$ac_link") 2>conftest.er1
14709 ac_status=$?
14710 grep -v '^ *+' conftest.er1 >conftest.err
14711 rm -f conftest.er1
14712 cat conftest.err >&5
14713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14714 (exit $ac_status); } && {
14715 test -z "$ac_c_werror_flag" ||
14716 test ! -s conftest.err
14717 } && test -s conftest$ac_exeext &&
14718 $as_test_x conftest$ac_exeext; then
14719 ac_cv_lib_esd_esd_open_sound=yes
14720 else
14721 echo "$as_me: failed program was:" >&5
14722 sed 's/^/| /' conftest.$ac_ext >&5
14724 ac_cv_lib_esd_esd_open_sound=no
14727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14728 conftest$ac_exeext conftest.$ac_ext
14729 LIBS=$ac_check_lib_save_LIBS
14731 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14732 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14733 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14734 ESDINCL="$ac_esd_incl"
14736 ESDLIBS="$ac_esd_libs"
14739 cat >>confdefs.h <<\_ACEOF
14740 #define HAVE_ESD 1
14741 _ACEOF
14745 CFLAGS="$save_CFLAGS"
14748 ALSALIBS=""
14750 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14751 then
14752 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14753 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14754 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14755 echo $ECHO_N "(cached) $ECHO_C" >&6
14756 else
14757 ac_check_lib_save_LIBS=$LIBS
14758 LIBS="-lasound $LIBS"
14759 cat >conftest.$ac_ext <<_ACEOF
14760 /* confdefs.h. */
14761 _ACEOF
14762 cat confdefs.h >>conftest.$ac_ext
14763 cat >>conftest.$ac_ext <<_ACEOF
14764 /* end confdefs.h. */
14766 /* Override any GCC internal prototype to avoid an error.
14767 Use char because int might match the return type of a GCC
14768 builtin and then its argument prototype would still apply. */
14769 #ifdef __cplusplus
14770 extern "C"
14771 #endif
14772 char snd_pcm_hw_params_get_access ();
14774 main ()
14776 return snd_pcm_hw_params_get_access ();
14778 return 0;
14780 _ACEOF
14781 rm -f conftest.$ac_objext conftest$ac_exeext
14782 if { (ac_try="$ac_link"
14783 case "(($ac_try" in
14784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14785 *) ac_try_echo=$ac_try;;
14786 esac
14787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14788 (eval "$ac_link") 2>conftest.er1
14789 ac_status=$?
14790 grep -v '^ *+' conftest.er1 >conftest.err
14791 rm -f conftest.er1
14792 cat conftest.err >&5
14793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14794 (exit $ac_status); } && {
14795 test -z "$ac_c_werror_flag" ||
14796 test ! -s conftest.err
14797 } && test -s conftest$ac_exeext &&
14798 $as_test_x conftest$ac_exeext; then
14799 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14800 else
14801 echo "$as_me: failed program was:" >&5
14802 sed 's/^/| /' conftest.$ac_ext >&5
14804 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14807 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14808 conftest$ac_exeext conftest.$ac_ext
14809 LIBS=$ac_check_lib_save_LIBS
14811 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14812 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14813 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14814 cat >conftest.$ac_ext <<_ACEOF
14815 /* confdefs.h. */
14816 _ACEOF
14817 cat confdefs.h >>conftest.$ac_ext
14818 cat >>conftest.$ac_ext <<_ACEOF
14819 /* end confdefs.h. */
14820 #ifdef HAVE_ALSA_ASOUNDLIB_H
14821 #include <alsa/asoundlib.h>
14822 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14823 #include <sys/asoundlib.h>
14824 #endif
14826 main ()
14828 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14830 return 0;
14832 _ACEOF
14833 rm -f conftest.$ac_objext
14834 if { (ac_try="$ac_compile"
14835 case "(($ac_try" in
14836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14837 *) ac_try_echo=$ac_try;;
14838 esac
14839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14840 (eval "$ac_compile") 2>conftest.er1
14841 ac_status=$?
14842 grep -v '^ *+' conftest.er1 >conftest.err
14843 rm -f conftest.er1
14844 cat conftest.err >&5
14845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14846 (exit $ac_status); } && {
14847 test -z "$ac_c_werror_flag" ||
14848 test ! -s conftest.err
14849 } && test -s conftest.$ac_objext; then
14851 cat >>confdefs.h <<\_ACEOF
14852 #define HAVE_ALSA 1
14853 _ACEOF
14855 ALSALIBS="-lasound"
14856 else
14857 echo "$as_me: failed program was:" >&5
14858 sed 's/^/| /' conftest.$ac_ext >&5
14863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14868 AUDIOIOLIBS=""
14870 if test "$ac_cv_header_libaudioio_h" = "yes"
14871 then
14872 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14873 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14874 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14875 echo $ECHO_N "(cached) $ECHO_C" >&6
14876 else
14877 ac_check_lib_save_LIBS=$LIBS
14878 LIBS="-laudioio $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 AudioIOGetVersion ();
14894 main ()
14896 return AudioIOGetVersion ();
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_audioio_AudioIOGetVersion=yes
14920 else
14921 echo "$as_me: failed program was:" >&5
14922 sed 's/^/| /' conftest.$ac_ext >&5
14924 ac_cv_lib_audioio_AudioIOGetVersion=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_audioio_AudioIOGetVersion" >&5
14932 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14933 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14934 AUDIOIOLIBS="-laudioio"
14936 cat >>confdefs.h <<\_ACEOF
14937 #define HAVE_LIBAUDIOIO 1
14938 _ACEOF
14945 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14946 then
14947 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14948 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14949 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14950 echo $ECHO_N "(cached) $ECHO_C" >&6
14951 else
14952 ac_check_soname_save_LIBS=$LIBS
14953 LIBS="-lcapi20 $LIBS"
14954 cat >conftest.$ac_ext <<_ACEOF
14955 /* confdefs.h. */
14956 _ACEOF
14957 cat confdefs.h >>conftest.$ac_ext
14958 cat >>conftest.$ac_ext <<_ACEOF
14959 /* end confdefs.h. */
14961 /* Override any GCC internal prototype to avoid an error.
14962 Use char because int might match the return type of a GCC
14963 builtin and then its argument prototype would still apply. */
14964 #ifdef __cplusplus
14965 extern "C"
14966 #endif
14967 char capi20_register ();
14969 main ()
14971 return capi20_register ();
14973 return 0;
14975 _ACEOF
14976 rm -f conftest.$ac_objext conftest$ac_exeext
14977 if { (ac_try="$ac_link"
14978 case "(($ac_try" in
14979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14980 *) ac_try_echo=$ac_try;;
14981 esac
14982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14983 (eval "$ac_link") 2>conftest.er1
14984 ac_status=$?
14985 grep -v '^ *+' conftest.er1 >conftest.err
14986 rm -f conftest.er1
14987 cat conftest.err >&5
14988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14989 (exit $ac_status); } && {
14990 test -z "$ac_c_werror_flag" ||
14991 test ! -s conftest.err
14992 } && test -s conftest$ac_exeext &&
14993 $as_test_x conftest$ac_exeext; then
14994 case "$LIBEXT" in
14995 dll) ;;
14996 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'` ;;
14997 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14998 esac
14999 else
15000 echo "$as_me: failed program was:" >&5
15001 sed 's/^/| /' conftest.$ac_ext >&5
15006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15007 conftest$ac_exeext conftest.$ac_ext
15008 LIBS=$ac_check_soname_save_LIBS
15010 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15011 { echo "$as_me:$LINENO: result: not found" >&5
15012 echo "${ECHO_T}not found" >&6; }
15014 else
15015 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15016 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15018 cat >>confdefs.h <<_ACEOF
15019 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15020 _ACEOF
15026 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15027 case "x$with_capi" in
15028 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15029 xno) ;;
15030 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15031 This is an error since --with-capi was requested." >&5
15032 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15033 This is an error since --with-capi was requested." >&2;}
15034 { (exit 1); exit 1; }; } ;;
15035 esac
15039 CUPSINCL=""
15041 if test "x$with_cups" != "xno"
15042 then
15043 ac_save_CPPFLAGS="$CPPFLAGS"
15044 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15045 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15046 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15048 for ac_header in cups/cups.h
15050 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15051 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15052 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15053 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15054 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15055 echo $ECHO_N "(cached) $ECHO_C" >&6
15057 ac_res=`eval echo '${'$as_ac_Header'}'`
15058 { echo "$as_me:$LINENO: result: $ac_res" >&5
15059 echo "${ECHO_T}$ac_res" >&6; }
15060 else
15061 # Is the header compilable?
15062 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15063 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15064 cat >conftest.$ac_ext <<_ACEOF
15065 /* confdefs.h. */
15066 _ACEOF
15067 cat confdefs.h >>conftest.$ac_ext
15068 cat >>conftest.$ac_ext <<_ACEOF
15069 /* end confdefs.h. */
15070 $ac_includes_default
15071 #include <$ac_header>
15072 _ACEOF
15073 rm -f conftest.$ac_objext
15074 if { (ac_try="$ac_compile"
15075 case "(($ac_try" in
15076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15077 *) ac_try_echo=$ac_try;;
15078 esac
15079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15080 (eval "$ac_compile") 2>conftest.er1
15081 ac_status=$?
15082 grep -v '^ *+' conftest.er1 >conftest.err
15083 rm -f conftest.er1
15084 cat conftest.err >&5
15085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15086 (exit $ac_status); } && {
15087 test -z "$ac_c_werror_flag" ||
15088 test ! -s conftest.err
15089 } && test -s conftest.$ac_objext; then
15090 ac_header_compiler=yes
15091 else
15092 echo "$as_me: failed program was:" >&5
15093 sed 's/^/| /' conftest.$ac_ext >&5
15095 ac_header_compiler=no
15098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15099 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15100 echo "${ECHO_T}$ac_header_compiler" >&6; }
15102 # Is the header present?
15103 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15104 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15105 cat >conftest.$ac_ext <<_ACEOF
15106 /* confdefs.h. */
15107 _ACEOF
15108 cat confdefs.h >>conftest.$ac_ext
15109 cat >>conftest.$ac_ext <<_ACEOF
15110 /* end confdefs.h. */
15111 #include <$ac_header>
15112 _ACEOF
15113 if { (ac_try="$ac_cpp conftest.$ac_ext"
15114 case "(($ac_try" in
15115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15116 *) ac_try_echo=$ac_try;;
15117 esac
15118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15119 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15120 ac_status=$?
15121 grep -v '^ *+' conftest.er1 >conftest.err
15122 rm -f conftest.er1
15123 cat conftest.err >&5
15124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15125 (exit $ac_status); } >/dev/null && {
15126 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15127 test ! -s conftest.err
15128 }; then
15129 ac_header_preproc=yes
15130 else
15131 echo "$as_me: failed program was:" >&5
15132 sed 's/^/| /' conftest.$ac_ext >&5
15134 ac_header_preproc=no
15137 rm -f conftest.err conftest.$ac_ext
15138 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15139 echo "${ECHO_T}$ac_header_preproc" >&6; }
15141 # So? What about this header?
15142 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15143 yes:no: )
15144 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15145 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15146 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15147 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15148 ac_header_preproc=yes
15150 no:yes:* )
15151 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15152 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15153 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15154 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15155 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15156 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15157 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15158 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15159 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15160 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15161 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15162 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15163 ( cat <<\_ASBOX
15164 ## ------------------------------------ ##
15165 ## Report this to wine-devel@winehq.org ##
15166 ## ------------------------------------ ##
15167 _ASBOX
15168 ) | sed "s/^/$as_me: WARNING: /" >&2
15170 esac
15171 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15172 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15173 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15174 echo $ECHO_N "(cached) $ECHO_C" >&6
15175 else
15176 eval "$as_ac_Header=\$ac_header_preproc"
15178 ac_res=`eval echo '${'$as_ac_Header'}'`
15179 { echo "$as_me:$LINENO: result: $ac_res" >&5
15180 echo "${ECHO_T}$ac_res" >&6; }
15183 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15184 cat >>confdefs.h <<_ACEOF
15185 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15186 _ACEOF
15187 { echo "$as_me:$LINENO: checking for -lcups" >&5
15188 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15189 if test "${ac_cv_lib_soname_cups+set}" = set; then
15190 echo $ECHO_N "(cached) $ECHO_C" >&6
15191 else
15192 ac_check_soname_save_LIBS=$LIBS
15193 LIBS="-lcups $ac_cups_libs $LIBS"
15194 cat >conftest.$ac_ext <<_ACEOF
15195 /* confdefs.h. */
15196 _ACEOF
15197 cat confdefs.h >>conftest.$ac_ext
15198 cat >>conftest.$ac_ext <<_ACEOF
15199 /* end confdefs.h. */
15201 /* Override any GCC internal prototype to avoid an error.
15202 Use char because int might match the return type of a GCC
15203 builtin and then its argument prototype would still apply. */
15204 #ifdef __cplusplus
15205 extern "C"
15206 #endif
15207 char cupsGetDefault ();
15209 main ()
15211 return cupsGetDefault ();
15213 return 0;
15215 _ACEOF
15216 rm -f conftest.$ac_objext conftest$ac_exeext
15217 if { (ac_try="$ac_link"
15218 case "(($ac_try" in
15219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15220 *) ac_try_echo=$ac_try;;
15221 esac
15222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15223 (eval "$ac_link") 2>conftest.er1
15224 ac_status=$?
15225 grep -v '^ *+' conftest.er1 >conftest.err
15226 rm -f conftest.er1
15227 cat conftest.err >&5
15228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15229 (exit $ac_status); } && {
15230 test -z "$ac_c_werror_flag" ||
15231 test ! -s conftest.err
15232 } && test -s conftest$ac_exeext &&
15233 $as_test_x conftest$ac_exeext; then
15234 case "$LIBEXT" in
15235 dll) ;;
15236 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'` ;;
15237 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15238 esac
15239 else
15240 echo "$as_me: failed program was:" >&5
15241 sed 's/^/| /' conftest.$ac_ext >&5
15246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15247 conftest$ac_exeext conftest.$ac_ext
15248 LIBS=$ac_check_soname_save_LIBS
15250 if test "x$ac_cv_lib_soname_cups" = "x"; then
15251 { echo "$as_me:$LINENO: result: not found" >&5
15252 echo "${ECHO_T}not found" >&6; }
15254 else
15255 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15256 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15258 cat >>confdefs.h <<_ACEOF
15259 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15260 _ACEOF
15262 CUPSINCL="$ac_cups_cflags"
15267 done
15269 CPPFLAGS="$ac_save_CPPFLAGS"
15271 if test "x$ac_cv_lib_soname_cups" = "x"; then
15272 case "x$with_cups" in
15273 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15274 xno) ;;
15275 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15276 This is an error since --with-cups was requested." >&5
15277 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15278 This is an error since --with-cups was requested." >&2;}
15279 { (exit 1); exit 1; }; } ;;
15280 esac
15284 if test "$ac_cv_header_jack_jack_h" = "yes"
15285 then
15286 { echo "$as_me:$LINENO: checking for -ljack" >&5
15287 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15288 if test "${ac_cv_lib_soname_jack+set}" = set; then
15289 echo $ECHO_N "(cached) $ECHO_C" >&6
15290 else
15291 ac_check_soname_save_LIBS=$LIBS
15292 LIBS="-ljack $LIBS"
15293 cat >conftest.$ac_ext <<_ACEOF
15294 /* confdefs.h. */
15295 _ACEOF
15296 cat confdefs.h >>conftest.$ac_ext
15297 cat >>conftest.$ac_ext <<_ACEOF
15298 /* end confdefs.h. */
15300 /* Override any GCC internal prototype to avoid an error.
15301 Use char because int might match the return type of a GCC
15302 builtin and then its argument prototype would still apply. */
15303 #ifdef __cplusplus
15304 extern "C"
15305 #endif
15306 char jack_client_new ();
15308 main ()
15310 return jack_client_new ();
15312 return 0;
15314 _ACEOF
15315 rm -f conftest.$ac_objext conftest$ac_exeext
15316 if { (ac_try="$ac_link"
15317 case "(($ac_try" in
15318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15319 *) ac_try_echo=$ac_try;;
15320 esac
15321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15322 (eval "$ac_link") 2>conftest.er1
15323 ac_status=$?
15324 grep -v '^ *+' conftest.er1 >conftest.err
15325 rm -f conftest.er1
15326 cat conftest.err >&5
15327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15328 (exit $ac_status); } && {
15329 test -z "$ac_c_werror_flag" ||
15330 test ! -s conftest.err
15331 } && test -s conftest$ac_exeext &&
15332 $as_test_x conftest$ac_exeext; then
15333 case "$LIBEXT" in
15334 dll) ;;
15335 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'` ;;
15336 *) 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'` ;;
15337 esac
15338 else
15339 echo "$as_me: failed program was:" >&5
15340 sed 's/^/| /' conftest.$ac_ext >&5
15345 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15346 conftest$ac_exeext conftest.$ac_ext
15347 LIBS=$ac_check_soname_save_LIBS
15349 if test "x$ac_cv_lib_soname_jack" = "x"; then
15350 { echo "$as_me:$LINENO: result: not found" >&5
15351 echo "${ECHO_T}not found" >&6; }
15353 else
15354 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15355 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15357 cat >>confdefs.h <<_ACEOF
15358 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15359 _ACEOF
15366 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15367 then
15368 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15369 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15370 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15371 echo $ECHO_N "(cached) $ECHO_C" >&6
15372 else
15373 ac_check_soname_save_LIBS=$LIBS
15374 LIBS="-lfontconfig $LIBS"
15375 cat >conftest.$ac_ext <<_ACEOF
15376 /* confdefs.h. */
15377 _ACEOF
15378 cat confdefs.h >>conftest.$ac_ext
15379 cat >>conftest.$ac_ext <<_ACEOF
15380 /* end confdefs.h. */
15382 /* Override any GCC internal prototype to avoid an error.
15383 Use char because int might match the return type of a GCC
15384 builtin and then its argument prototype would still apply. */
15385 #ifdef __cplusplus
15386 extern "C"
15387 #endif
15388 char FcInit ();
15390 main ()
15392 return FcInit ();
15394 return 0;
15396 _ACEOF
15397 rm -f conftest.$ac_objext conftest$ac_exeext
15398 if { (ac_try="$ac_link"
15399 case "(($ac_try" in
15400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15401 *) ac_try_echo=$ac_try;;
15402 esac
15403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15404 (eval "$ac_link") 2>conftest.er1
15405 ac_status=$?
15406 grep -v '^ *+' conftest.er1 >conftest.err
15407 rm -f conftest.er1
15408 cat conftest.err >&5
15409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15410 (exit $ac_status); } && {
15411 test -z "$ac_c_werror_flag" ||
15412 test ! -s conftest.err
15413 } && test -s conftest$ac_exeext &&
15414 $as_test_x conftest$ac_exeext; then
15415 case "$LIBEXT" in
15416 dll) ;;
15417 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'` ;;
15418 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15419 esac
15420 else
15421 echo "$as_me: failed program was:" >&5
15422 sed 's/^/| /' conftest.$ac_ext >&5
15427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15428 conftest$ac_exeext conftest.$ac_ext
15429 LIBS=$ac_check_soname_save_LIBS
15431 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15432 { echo "$as_me:$LINENO: result: not found" >&5
15433 echo "${ECHO_T}not found" >&6; }
15435 else
15436 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15437 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15439 cat >>confdefs.h <<_ACEOF
15440 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15441 _ACEOF
15446 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15447 then
15448 ac_save_CPPFLAGS="$CPPFLAGS"
15449 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15450 $as_unset ac_cv_header_fontconfig_fontconfig_h
15452 for ac_header in fontconfig/fontconfig.h
15454 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15455 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15456 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15457 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15458 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15459 echo $ECHO_N "(cached) $ECHO_C" >&6
15461 ac_res=`eval echo '${'$as_ac_Header'}'`
15462 { echo "$as_me:$LINENO: result: $ac_res" >&5
15463 echo "${ECHO_T}$ac_res" >&6; }
15464 else
15465 # Is the header compilable?
15466 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15467 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15468 cat >conftest.$ac_ext <<_ACEOF
15469 /* confdefs.h. */
15470 _ACEOF
15471 cat confdefs.h >>conftest.$ac_ext
15472 cat >>conftest.$ac_ext <<_ACEOF
15473 /* end confdefs.h. */
15474 $ac_includes_default
15475 #include <$ac_header>
15476 _ACEOF
15477 rm -f conftest.$ac_objext
15478 if { (ac_try="$ac_compile"
15479 case "(($ac_try" in
15480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15481 *) ac_try_echo=$ac_try;;
15482 esac
15483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15484 (eval "$ac_compile") 2>conftest.er1
15485 ac_status=$?
15486 grep -v '^ *+' conftest.er1 >conftest.err
15487 rm -f conftest.er1
15488 cat conftest.err >&5
15489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15490 (exit $ac_status); } && {
15491 test -z "$ac_c_werror_flag" ||
15492 test ! -s conftest.err
15493 } && test -s conftest.$ac_objext; then
15494 ac_header_compiler=yes
15495 else
15496 echo "$as_me: failed program was:" >&5
15497 sed 's/^/| /' conftest.$ac_ext >&5
15499 ac_header_compiler=no
15502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15503 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15504 echo "${ECHO_T}$ac_header_compiler" >&6; }
15506 # Is the header present?
15507 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15508 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15509 cat >conftest.$ac_ext <<_ACEOF
15510 /* confdefs.h. */
15511 _ACEOF
15512 cat confdefs.h >>conftest.$ac_ext
15513 cat >>conftest.$ac_ext <<_ACEOF
15514 /* end confdefs.h. */
15515 #include <$ac_header>
15516 _ACEOF
15517 if { (ac_try="$ac_cpp conftest.$ac_ext"
15518 case "(($ac_try" in
15519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15520 *) ac_try_echo=$ac_try;;
15521 esac
15522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15523 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15524 ac_status=$?
15525 grep -v '^ *+' conftest.er1 >conftest.err
15526 rm -f conftest.er1
15527 cat conftest.err >&5
15528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15529 (exit $ac_status); } >/dev/null && {
15530 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15531 test ! -s conftest.err
15532 }; then
15533 ac_header_preproc=yes
15534 else
15535 echo "$as_me: failed program was:" >&5
15536 sed 's/^/| /' conftest.$ac_ext >&5
15538 ac_header_preproc=no
15541 rm -f conftest.err conftest.$ac_ext
15542 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15543 echo "${ECHO_T}$ac_header_preproc" >&6; }
15545 # So? What about this header?
15546 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15547 yes:no: )
15548 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15549 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15550 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15551 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15552 ac_header_preproc=yes
15554 no:yes:* )
15555 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15556 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15557 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15558 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15559 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15560 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15561 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15562 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15563 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15564 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15565 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15566 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15567 ( cat <<\_ASBOX
15568 ## ------------------------------------ ##
15569 ## Report this to wine-devel@winehq.org ##
15570 ## ------------------------------------ ##
15571 _ASBOX
15572 ) | sed "s/^/$as_me: WARNING: /" >&2
15574 esac
15575 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15576 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15577 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15578 echo $ECHO_N "(cached) $ECHO_C" >&6
15579 else
15580 eval "$as_ac_Header=\$ac_header_preproc"
15582 ac_res=`eval echo '${'$as_ac_Header'}'`
15583 { echo "$as_me:$LINENO: result: $ac_res" >&5
15584 echo "${ECHO_T}$ac_res" >&6; }
15587 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15588 cat >>confdefs.h <<_ACEOF
15589 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15590 _ACEOF
15594 done
15596 CPPFLAGS="$ac_save_CPPFLAGS"
15597 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15598 then
15599 FONTCONFIGINCL="$X_CFLAGS"
15601 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15602 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15603 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15604 echo $ECHO_N "(cached) $ECHO_C" >&6
15605 else
15606 ac_check_soname_save_LIBS=$LIBS
15607 LIBS="-lfontconfig $X_LIBS $LIBS"
15608 cat >conftest.$ac_ext <<_ACEOF
15609 /* confdefs.h. */
15610 _ACEOF
15611 cat confdefs.h >>conftest.$ac_ext
15612 cat >>conftest.$ac_ext <<_ACEOF
15613 /* end confdefs.h. */
15615 /* Override any GCC internal prototype to avoid an error.
15616 Use char because int might match the return type of a GCC
15617 builtin and then its argument prototype would still apply. */
15618 #ifdef __cplusplus
15619 extern "C"
15620 #endif
15621 char FcInit ();
15623 main ()
15625 return FcInit ();
15627 return 0;
15629 _ACEOF
15630 rm -f conftest.$ac_objext conftest$ac_exeext
15631 if { (ac_try="$ac_link"
15632 case "(($ac_try" in
15633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15634 *) ac_try_echo=$ac_try;;
15635 esac
15636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15637 (eval "$ac_link") 2>conftest.er1
15638 ac_status=$?
15639 grep -v '^ *+' conftest.er1 >conftest.err
15640 rm -f conftest.er1
15641 cat conftest.err >&5
15642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15643 (exit $ac_status); } && {
15644 test -z "$ac_c_werror_flag" ||
15645 test ! -s conftest.err
15646 } && test -s conftest$ac_exeext &&
15647 $as_test_x conftest$ac_exeext; then
15648 case "$LIBEXT" in
15649 dll) ;;
15650 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'` ;;
15651 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15652 esac
15653 else
15654 echo "$as_me: failed program was:" >&5
15655 sed 's/^/| /' conftest.$ac_ext >&5
15660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15661 conftest$ac_exeext conftest.$ac_ext
15662 LIBS=$ac_check_soname_save_LIBS
15664 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15665 { echo "$as_me:$LINENO: result: not found" >&5
15666 echo "${ECHO_T}not found" >&6; }
15668 else
15669 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15670 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15672 cat >>confdefs.h <<_ACEOF
15673 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15674 _ACEOF
15681 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15682 case "x$with_fontconfig" in
15683 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15684 xno) ;;
15685 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15686 This is an error since --with-fontconfig was requested." >&5
15687 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15688 This is an error since --with-fontconfig was requested." >&2;}
15689 { (exit 1); exit 1; }; } ;;
15690 esac
15694 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15695 then
15696 { echo "$as_me:$LINENO: checking for -lssl" >&5
15697 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15698 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15699 echo $ECHO_N "(cached) $ECHO_C" >&6
15700 else
15701 ac_check_soname_save_LIBS=$LIBS
15702 LIBS="-lssl $LIBS"
15703 cat >conftest.$ac_ext <<_ACEOF
15704 /* confdefs.h. */
15705 _ACEOF
15706 cat confdefs.h >>conftest.$ac_ext
15707 cat >>conftest.$ac_ext <<_ACEOF
15708 /* end confdefs.h. */
15710 /* Override any GCC internal prototype to avoid an error.
15711 Use char because int might match the return type of a GCC
15712 builtin and then its argument prototype would still apply. */
15713 #ifdef __cplusplus
15714 extern "C"
15715 #endif
15716 char SSL_library_init ();
15718 main ()
15720 return SSL_library_init ();
15722 return 0;
15724 _ACEOF
15725 rm -f conftest.$ac_objext conftest$ac_exeext
15726 if { (ac_try="$ac_link"
15727 case "(($ac_try" in
15728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15729 *) ac_try_echo=$ac_try;;
15730 esac
15731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15732 (eval "$ac_link") 2>conftest.er1
15733 ac_status=$?
15734 grep -v '^ *+' conftest.er1 >conftest.err
15735 rm -f conftest.er1
15736 cat conftest.err >&5
15737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15738 (exit $ac_status); } && {
15739 test -z "$ac_c_werror_flag" ||
15740 test ! -s conftest.err
15741 } && test -s conftest$ac_exeext &&
15742 $as_test_x conftest$ac_exeext; then
15743 case "$LIBEXT" in
15744 dll) ;;
15745 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'` ;;
15746 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15747 esac
15748 else
15749 echo "$as_me: failed program was:" >&5
15750 sed 's/^/| /' conftest.$ac_ext >&5
15755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15756 conftest$ac_exeext conftest.$ac_ext
15757 LIBS=$ac_check_soname_save_LIBS
15759 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15760 { echo "$as_me:$LINENO: result: not found" >&5
15761 echo "${ECHO_T}not found" >&6; }
15763 else
15764 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15765 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15767 cat >>confdefs.h <<_ACEOF
15768 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15769 _ACEOF
15774 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15775 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15776 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15777 echo $ECHO_N "(cached) $ECHO_C" >&6
15778 else
15779 ac_check_soname_save_LIBS=$LIBS
15780 LIBS="-lcrypto $LIBS"
15781 cat >conftest.$ac_ext <<_ACEOF
15782 /* confdefs.h. */
15783 _ACEOF
15784 cat confdefs.h >>conftest.$ac_ext
15785 cat >>conftest.$ac_ext <<_ACEOF
15786 /* end confdefs.h. */
15788 /* Override any GCC internal prototype to avoid an error.
15789 Use char because int might match the return type of a GCC
15790 builtin and then its argument prototype would still apply. */
15791 #ifdef __cplusplus
15792 extern "C"
15793 #endif
15794 char BIO_new_socket ();
15796 main ()
15798 return BIO_new_socket ();
15800 return 0;
15802 _ACEOF
15803 rm -f conftest.$ac_objext conftest$ac_exeext
15804 if { (ac_try="$ac_link"
15805 case "(($ac_try" in
15806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15807 *) ac_try_echo=$ac_try;;
15808 esac
15809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15810 (eval "$ac_link") 2>conftest.er1
15811 ac_status=$?
15812 grep -v '^ *+' conftest.er1 >conftest.err
15813 rm -f conftest.er1
15814 cat conftest.err >&5
15815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15816 (exit $ac_status); } && {
15817 test -z "$ac_c_werror_flag" ||
15818 test ! -s conftest.err
15819 } && test -s conftest$ac_exeext &&
15820 $as_test_x conftest$ac_exeext; then
15821 case "$LIBEXT" in
15822 dll) ;;
15823 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'` ;;
15824 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15825 esac
15826 else
15827 echo "$as_me: failed program was:" >&5
15828 sed 's/^/| /' conftest.$ac_ext >&5
15833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15834 conftest$ac_exeext conftest.$ac_ext
15835 LIBS=$ac_check_soname_save_LIBS
15837 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15838 { echo "$as_me:$LINENO: result: not found" >&5
15839 echo "${ECHO_T}not found" >&6; }
15841 else
15842 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15843 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15845 cat >>confdefs.h <<_ACEOF
15846 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15847 _ACEOF
15853 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15854 case "x$with_openssl" in
15855 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15856 xno) ;;
15857 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15858 This is an error since --with-openssl was requested." >&5
15859 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15860 This is an error since --with-openssl was requested." >&2;}
15861 { (exit 1); exit 1; }; } ;;
15862 esac
15866 if test "$ac_cv_header_jpeglib_h" = "yes"
15867 then
15868 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15869 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15870 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15871 echo $ECHO_N "(cached) $ECHO_C" >&6
15872 else
15873 ac_check_soname_save_LIBS=$LIBS
15874 LIBS="-ljpeg $LIBS"
15875 cat >conftest.$ac_ext <<_ACEOF
15876 /* confdefs.h. */
15877 _ACEOF
15878 cat confdefs.h >>conftest.$ac_ext
15879 cat >>conftest.$ac_ext <<_ACEOF
15880 /* end confdefs.h. */
15882 /* Override any GCC internal prototype to avoid an error.
15883 Use char because int might match the return type of a GCC
15884 builtin and then its argument prototype would still apply. */
15885 #ifdef __cplusplus
15886 extern "C"
15887 #endif
15888 char jpeg_start_decompress ();
15890 main ()
15892 return jpeg_start_decompress ();
15894 return 0;
15896 _ACEOF
15897 rm -f conftest.$ac_objext conftest$ac_exeext
15898 if { (ac_try="$ac_link"
15899 case "(($ac_try" in
15900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15901 *) ac_try_echo=$ac_try;;
15902 esac
15903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15904 (eval "$ac_link") 2>conftest.er1
15905 ac_status=$?
15906 grep -v '^ *+' conftest.er1 >conftest.err
15907 rm -f conftest.er1
15908 cat conftest.err >&5
15909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15910 (exit $ac_status); } && {
15911 test -z "$ac_c_werror_flag" ||
15912 test ! -s conftest.err
15913 } && test -s conftest$ac_exeext &&
15914 $as_test_x conftest$ac_exeext; then
15915 case "$LIBEXT" in
15916 dll) ;;
15917 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'` ;;
15918 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15919 esac
15920 else
15921 echo "$as_me: failed program was:" >&5
15922 sed 's/^/| /' conftest.$ac_ext >&5
15927 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15928 conftest$ac_exeext conftest.$ac_ext
15929 LIBS=$ac_check_soname_save_LIBS
15931 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15932 { echo "$as_me:$LINENO: result: not found" >&5
15933 echo "${ECHO_T}not found" >&6; }
15935 else
15936 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15937 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15939 cat >>confdefs.h <<_ACEOF
15940 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15941 _ACEOF
15947 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15948 case "x$with_jpeg" in
15949 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15950 xno) ;;
15951 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15952 This is an error since --with-jpeg was requested." >&5
15953 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15954 This is an error since --with-jpeg was requested." >&2;}
15955 { (exit 1); exit 1; }; } ;;
15956 esac
15960 if test "$ac_cv_header_png_h" = "yes"
15961 then
15962 { echo "$as_me:$LINENO: checking for -lpng" >&5
15963 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15964 if test "${ac_cv_lib_soname_png+set}" = set; then
15965 echo $ECHO_N "(cached) $ECHO_C" >&6
15966 else
15967 ac_check_soname_save_LIBS=$LIBS
15968 LIBS="-lpng -lm $LIBS"
15969 cat >conftest.$ac_ext <<_ACEOF
15970 /* confdefs.h. */
15971 _ACEOF
15972 cat confdefs.h >>conftest.$ac_ext
15973 cat >>conftest.$ac_ext <<_ACEOF
15974 /* end confdefs.h. */
15976 /* Override any GCC internal prototype to avoid an error.
15977 Use char because int might match the return type of a GCC
15978 builtin and then its argument prototype would still apply. */
15979 #ifdef __cplusplus
15980 extern "C"
15981 #endif
15982 char png_create_read_struct ();
15984 main ()
15986 return png_create_read_struct ();
15988 return 0;
15990 _ACEOF
15991 rm -f conftest.$ac_objext conftest$ac_exeext
15992 if { (ac_try="$ac_link"
15993 case "(($ac_try" in
15994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15995 *) ac_try_echo=$ac_try;;
15996 esac
15997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15998 (eval "$ac_link") 2>conftest.er1
15999 ac_status=$?
16000 grep -v '^ *+' conftest.er1 >conftest.err
16001 rm -f conftest.er1
16002 cat conftest.err >&5
16003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16004 (exit $ac_status); } && {
16005 test -z "$ac_c_werror_flag" ||
16006 test ! -s conftest.err
16007 } && test -s conftest$ac_exeext &&
16008 $as_test_x conftest$ac_exeext; then
16009 case "$LIBEXT" in
16010 dll) ;;
16011 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'` ;;
16012 *) 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'` ;;
16013 esac
16014 else
16015 echo "$as_me: failed program was:" >&5
16016 sed 's/^/| /' conftest.$ac_ext >&5
16021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16022 conftest$ac_exeext conftest.$ac_ext
16023 LIBS=$ac_check_soname_save_LIBS
16025 if test "x$ac_cv_lib_soname_png" = "x"; then
16026 { echo "$as_me:$LINENO: result: not found" >&5
16027 echo "${ECHO_T}not found" >&6; }
16029 else
16030 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16031 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16033 cat >>confdefs.h <<_ACEOF
16034 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16035 _ACEOF
16041 if test "x$ac_cv_lib_soname_png" = "x"; then
16042 case "x$with_png" in
16043 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16044 xno) ;;
16045 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16046 This is an error since --with-png was requested." >&5
16047 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16048 This is an error since --with-png was requested." >&2;}
16049 { (exit 1); exit 1; }; } ;;
16050 esac
16054 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16055 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16056 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16057 echo $ECHO_N "(cached) $ECHO_C" >&6
16058 else
16059 ac_check_soname_save_LIBS=$LIBS
16060 LIBS="-lodbc $LIBS"
16061 cat >conftest.$ac_ext <<_ACEOF
16062 /* confdefs.h. */
16063 _ACEOF
16064 cat confdefs.h >>conftest.$ac_ext
16065 cat >>conftest.$ac_ext <<_ACEOF
16066 /* end confdefs.h. */
16068 /* Override any GCC internal prototype to avoid an error.
16069 Use char because int might match the return type of a GCC
16070 builtin and then its argument prototype would still apply. */
16071 #ifdef __cplusplus
16072 extern "C"
16073 #endif
16074 char SQLConnect ();
16076 main ()
16078 return SQLConnect ();
16080 return 0;
16082 _ACEOF
16083 rm -f conftest.$ac_objext conftest$ac_exeext
16084 if { (ac_try="$ac_link"
16085 case "(($ac_try" in
16086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16087 *) ac_try_echo=$ac_try;;
16088 esac
16089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16090 (eval "$ac_link") 2>conftest.er1
16091 ac_status=$?
16092 grep -v '^ *+' conftest.er1 >conftest.err
16093 rm -f conftest.er1
16094 cat conftest.err >&5
16095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16096 (exit $ac_status); } && {
16097 test -z "$ac_c_werror_flag" ||
16098 test ! -s conftest.err
16099 } && test -s conftest$ac_exeext &&
16100 $as_test_x conftest$ac_exeext; then
16101 case "$LIBEXT" in
16102 dll) ;;
16103 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'` ;;
16104 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16105 esac
16106 else
16107 echo "$as_me: failed program was:" >&5
16108 sed 's/^/| /' conftest.$ac_ext >&5
16113 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16114 conftest$ac_exeext conftest.$ac_ext
16115 LIBS=$ac_check_soname_save_LIBS
16117 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16118 { echo "$as_me:$LINENO: result: not found" >&5
16119 echo "${ECHO_T}not found" >&6; }
16120 cat >>confdefs.h <<_ACEOF
16121 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16122 _ACEOF
16124 else
16125 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16126 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16128 cat >>confdefs.h <<_ACEOF
16129 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16130 _ACEOF
16136 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16137 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16138 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16139 "$ac_cv_header_soundcard_h" != "yes" -a \
16140 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16141 then
16142 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16146 EXTRACFLAGS=""
16148 if test "x${GCC}" = "xyes"
16149 then
16150 EXTRACFLAGS="-Wall -pipe"
16152 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16153 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16154 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16155 echo $ECHO_N "(cached) $ECHO_C" >&6
16156 else
16157 if test "$cross_compiling" = yes; then
16158 ac_cv_c_gcc_strength_bug="yes"
16159 else
16160 cat >conftest.$ac_ext <<_ACEOF
16161 /* confdefs.h. */
16162 _ACEOF
16163 cat confdefs.h >>conftest.$ac_ext
16164 cat >>conftest.$ac_ext <<_ACEOF
16165 /* end confdefs.h. */
16166 int L[4] = {0,1,2,3};
16168 main ()
16170 static int Array[3];
16171 unsigned int B = 3;
16172 int i;
16173 for(i=0; i<B; i++) Array[i] = i - 3;
16174 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16175 L[i] = 4;
16176 exit( Array[1] != -2 || L[2] != 3)
16178 return 0;
16180 _ACEOF
16181 rm -f conftest$ac_exeext
16182 if { (ac_try="$ac_link"
16183 case "(($ac_try" in
16184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16185 *) ac_try_echo=$ac_try;;
16186 esac
16187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16188 (eval "$ac_link") 2>&5
16189 ac_status=$?
16190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16191 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16192 { (case "(($ac_try" in
16193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16194 *) ac_try_echo=$ac_try;;
16195 esac
16196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16197 (eval "$ac_try") 2>&5
16198 ac_status=$?
16199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16200 (exit $ac_status); }; }; then
16201 ac_cv_c_gcc_strength_bug="no"
16202 else
16203 echo "$as_me: program exited with status $ac_status" >&5
16204 echo "$as_me: failed program was:" >&5
16205 sed 's/^/| /' conftest.$ac_ext >&5
16207 ( exit $ac_status )
16208 ac_cv_c_gcc_strength_bug="yes"
16210 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16215 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16216 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16217 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16218 then
16219 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16223 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16224 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16225 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16226 echo $ECHO_N "(cached) $ECHO_C" >&6
16227 else
16228 ac_wine_try_cflags_saved=$CFLAGS
16229 CFLAGS="$CFLAGS -fshort-wchar"
16230 cat >conftest.$ac_ext <<_ACEOF
16231 /* confdefs.h. */
16232 _ACEOF
16233 cat confdefs.h >>conftest.$ac_ext
16234 cat >>conftest.$ac_ext <<_ACEOF
16235 /* end confdefs.h. */
16238 main ()
16242 return 0;
16244 _ACEOF
16245 rm -f conftest.$ac_objext conftest$ac_exeext
16246 if { (ac_try="$ac_link"
16247 case "(($ac_try" in
16248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16249 *) ac_try_echo=$ac_try;;
16250 esac
16251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16252 (eval "$ac_link") 2>conftest.er1
16253 ac_status=$?
16254 grep -v '^ *+' conftest.er1 >conftest.err
16255 rm -f conftest.er1
16256 cat conftest.err >&5
16257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16258 (exit $ac_status); } && {
16259 test -z "$ac_c_werror_flag" ||
16260 test ! -s conftest.err
16261 } && test -s conftest$ac_exeext &&
16262 $as_test_x conftest$ac_exeext; then
16263 ac_cv_cflags__fshort_wchar=yes
16264 else
16265 echo "$as_me: failed program was:" >&5
16266 sed 's/^/| /' conftest.$ac_ext >&5
16268 ac_cv_cflags__fshort_wchar=no
16271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16272 conftest$ac_exeext conftest.$ac_ext
16273 CFLAGS=$ac_wine_try_cflags_saved
16275 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16276 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16277 if test $ac_cv_cflags__fshort_wchar = yes; then
16279 cat >>confdefs.h <<\_ACEOF
16280 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16281 _ACEOF
16285 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16286 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16287 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16288 echo $ECHO_N "(cached) $ECHO_C" >&6
16289 else
16290 ac_wine_try_cflags_saved=$CFLAGS
16291 CFLAGS="$CFLAGS -fno-strict-aliasing"
16292 cat >conftest.$ac_ext <<_ACEOF
16293 /* confdefs.h. */
16294 _ACEOF
16295 cat confdefs.h >>conftest.$ac_ext
16296 cat >>conftest.$ac_ext <<_ACEOF
16297 /* end confdefs.h. */
16300 main ()
16304 return 0;
16306 _ACEOF
16307 rm -f conftest.$ac_objext conftest$ac_exeext
16308 if { (ac_try="$ac_link"
16309 case "(($ac_try" in
16310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16311 *) ac_try_echo=$ac_try;;
16312 esac
16313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16314 (eval "$ac_link") 2>conftest.er1
16315 ac_status=$?
16316 grep -v '^ *+' conftest.er1 >conftest.err
16317 rm -f conftest.er1
16318 cat conftest.err >&5
16319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16320 (exit $ac_status); } && {
16321 test -z "$ac_c_werror_flag" ||
16322 test ! -s conftest.err
16323 } && test -s conftest$ac_exeext &&
16324 $as_test_x conftest$ac_exeext; then
16325 ac_cv_cflags__fno_strict_aliasing=yes
16326 else
16327 echo "$as_me: failed program was:" >&5
16328 sed 's/^/| /' conftest.$ac_ext >&5
16330 ac_cv_cflags__fno_strict_aliasing=no
16333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16334 conftest$ac_exeext conftest.$ac_ext
16335 CFLAGS=$ac_wine_try_cflags_saved
16337 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16338 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16339 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16340 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16343 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16344 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16345 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16346 echo $ECHO_N "(cached) $ECHO_C" >&6
16347 else
16348 ac_wine_try_cflags_saved=$CFLAGS
16349 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
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__Wdeclaration_after_statement=yes
16384 else
16385 echo "$as_me: failed program was:" >&5
16386 sed 's/^/| /' conftest.$ac_ext >&5
16388 ac_cv_cflags__Wdeclaration_after_statement=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__Wdeclaration_after_statement" >&5
16396 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16397 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16398 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16401 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16402 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16403 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16404 echo $ECHO_N "(cached) $ECHO_C" >&6
16405 else
16406 ac_wine_try_cflags_saved=$CFLAGS
16407 CFLAGS="$CFLAGS -Wwrite-strings"
16408 cat >conftest.$ac_ext <<_ACEOF
16409 /* confdefs.h. */
16410 _ACEOF
16411 cat confdefs.h >>conftest.$ac_ext
16412 cat >>conftest.$ac_ext <<_ACEOF
16413 /* end confdefs.h. */
16416 main ()
16420 return 0;
16422 _ACEOF
16423 rm -f conftest.$ac_objext conftest$ac_exeext
16424 if { (ac_try="$ac_link"
16425 case "(($ac_try" in
16426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16427 *) ac_try_echo=$ac_try;;
16428 esac
16429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16430 (eval "$ac_link") 2>conftest.er1
16431 ac_status=$?
16432 grep -v '^ *+' conftest.er1 >conftest.err
16433 rm -f conftest.er1
16434 cat conftest.err >&5
16435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16436 (exit $ac_status); } && {
16437 test -z "$ac_c_werror_flag" ||
16438 test ! -s conftest.err
16439 } && test -s conftest$ac_exeext &&
16440 $as_test_x conftest$ac_exeext; then
16441 ac_cv_cflags__Wwrite_strings=yes
16442 else
16443 echo "$as_me: failed program was:" >&5
16444 sed 's/^/| /' conftest.$ac_ext >&5
16446 ac_cv_cflags__Wwrite_strings=no
16449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16450 conftest$ac_exeext conftest.$ac_ext
16451 CFLAGS=$ac_wine_try_cflags_saved
16453 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16454 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16455 if test $ac_cv_cflags__Wwrite_strings = yes; then
16456 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16459 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16460 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16461 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16462 echo $ECHO_N "(cached) $ECHO_C" >&6
16463 else
16464 ac_wine_try_cflags_saved=$CFLAGS
16465 CFLAGS="$CFLAGS -Wtype-limits"
16466 cat >conftest.$ac_ext <<_ACEOF
16467 /* confdefs.h. */
16468 _ACEOF
16469 cat confdefs.h >>conftest.$ac_ext
16470 cat >>conftest.$ac_ext <<_ACEOF
16471 /* end confdefs.h. */
16474 main ()
16478 return 0;
16480 _ACEOF
16481 rm -f conftest.$ac_objext conftest$ac_exeext
16482 if { (ac_try="$ac_link"
16483 case "(($ac_try" in
16484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16485 *) ac_try_echo=$ac_try;;
16486 esac
16487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16488 (eval "$ac_link") 2>conftest.er1
16489 ac_status=$?
16490 grep -v '^ *+' conftest.er1 >conftest.err
16491 rm -f conftest.er1
16492 cat conftest.err >&5
16493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16494 (exit $ac_status); } && {
16495 test -z "$ac_c_werror_flag" ||
16496 test ! -s conftest.err
16497 } && test -s conftest$ac_exeext &&
16498 $as_test_x conftest$ac_exeext; then
16499 ac_cv_cflags__Wtype_limits=yes
16500 else
16501 echo "$as_me: failed program was:" >&5
16502 sed 's/^/| /' conftest.$ac_ext >&5
16504 ac_cv_cflags__Wtype_limits=no
16507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16508 conftest$ac_exeext conftest.$ac_ext
16509 CFLAGS=$ac_wine_try_cflags_saved
16511 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16512 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16513 if test $ac_cv_cflags__Wtype_limits = yes; then
16514 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16518 saved_CFLAGS="$CFLAGS"
16519 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16520 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16521 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16522 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16523 echo $ECHO_N "(cached) $ECHO_C" >&6
16524 else
16525 cat >conftest.$ac_ext <<_ACEOF
16526 /* confdefs.h. */
16527 _ACEOF
16528 cat confdefs.h >>conftest.$ac_ext
16529 cat >>conftest.$ac_ext <<_ACEOF
16530 /* end confdefs.h. */
16531 #include <string.h>
16533 main ()
16537 return 0;
16539 _ACEOF
16540 rm -f conftest.$ac_objext
16541 if { (ac_try="$ac_compile"
16542 case "(($ac_try" in
16543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16544 *) ac_try_echo=$ac_try;;
16545 esac
16546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16547 (eval "$ac_compile") 2>conftest.er1
16548 ac_status=$?
16549 grep -v '^ *+' conftest.er1 >conftest.err
16550 rm -f conftest.er1
16551 cat conftest.err >&5
16552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16553 (exit $ac_status); } && {
16554 test -z "$ac_c_werror_flag" ||
16555 test ! -s conftest.err
16556 } && test -s conftest.$ac_objext; then
16557 ac_cv_c_string_h_warnings=no
16558 else
16559 echo "$as_me: failed program was:" >&5
16560 sed 's/^/| /' conftest.$ac_ext >&5
16562 ac_cv_c_string_h_warnings=yes
16565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16567 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16568 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16569 CFLAGS="$saved_CFLAGS"
16570 if test "$ac_cv_c_string_h_warnings" = "no"
16571 then
16572 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16575 BUILTINFLAG=""
16577 saved_CFLAGS="$CFLAGS"
16578 CFLAGS="$CFLAGS -Werror"
16579 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16580 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16581 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16582 echo $ECHO_N "(cached) $ECHO_C" >&6
16583 else
16584 cat >conftest.$ac_ext <<_ACEOF
16585 /* confdefs.h. */
16586 _ACEOF
16587 cat confdefs.h >>conftest.$ac_ext
16588 cat >>conftest.$ac_ext <<_ACEOF
16589 /* end confdefs.h. */
16592 main ()
16594 int iswlower(unsigned short);
16596 return 0;
16598 _ACEOF
16599 rm -f conftest.$ac_objext
16600 if { (ac_try="$ac_compile"
16601 case "(($ac_try" in
16602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16603 *) ac_try_echo=$ac_try;;
16604 esac
16605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16606 (eval "$ac_compile") 2>conftest.er1
16607 ac_status=$?
16608 grep -v '^ *+' conftest.er1 >conftest.err
16609 rm -f conftest.er1
16610 cat conftest.err >&5
16611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16612 (exit $ac_status); } && {
16613 test -z "$ac_c_werror_flag" ||
16614 test ! -s conftest.err
16615 } && test -s conftest.$ac_objext; then
16616 ac_cv_c_builtin_wchar_ctype=no
16617 else
16618 echo "$as_me: failed program was:" >&5
16619 sed 's/^/| /' conftest.$ac_ext >&5
16621 ac_cv_c_builtin_wchar_ctype=yes
16624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16626 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16627 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16628 CFLAGS="$saved_CFLAGS"
16629 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16630 then
16631 BUILTINFLAG="-fno-builtin"
16636 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16637 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16638 if test "${ac_cv_asm_func_def+set}" = set; then
16639 echo $ECHO_N "(cached) $ECHO_C" >&6
16640 else
16641 cat >conftest.$ac_ext <<_ACEOF
16642 /* confdefs.h. */
16643 _ACEOF
16644 cat confdefs.h >>conftest.$ac_ext
16645 cat >>conftest.$ac_ext <<_ACEOF
16646 /* end confdefs.h. */
16649 main ()
16651 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16653 return 0;
16655 _ACEOF
16656 rm -f conftest.$ac_objext conftest$ac_exeext
16657 if { (ac_try="$ac_link"
16658 case "(($ac_try" in
16659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16660 *) ac_try_echo=$ac_try;;
16661 esac
16662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16663 (eval "$ac_link") 2>conftest.er1
16664 ac_status=$?
16665 grep -v '^ *+' conftest.er1 >conftest.err
16666 rm -f conftest.er1
16667 cat conftest.err >&5
16668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16669 (exit $ac_status); } && {
16670 test -z "$ac_c_werror_flag" ||
16671 test ! -s conftest.err
16672 } && test -s conftest$ac_exeext &&
16673 $as_test_x conftest$ac_exeext; then
16674 ac_cv_asm_func_def=".def"
16675 else
16676 echo "$as_me: failed program was:" >&5
16677 sed 's/^/| /' conftest.$ac_ext >&5
16679 cat >conftest.$ac_ext <<_ACEOF
16680 /* confdefs.h. */
16681 _ACEOF
16682 cat confdefs.h >>conftest.$ac_ext
16683 cat >>conftest.$ac_ext <<_ACEOF
16684 /* end confdefs.h. */
16687 main ()
16689 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16691 return 0;
16693 _ACEOF
16694 rm -f conftest.$ac_objext conftest$ac_exeext
16695 if { (ac_try="$ac_link"
16696 case "(($ac_try" in
16697 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16698 *) ac_try_echo=$ac_try;;
16699 esac
16700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16701 (eval "$ac_link") 2>conftest.er1
16702 ac_status=$?
16703 grep -v '^ *+' conftest.er1 >conftest.err
16704 rm -f conftest.er1
16705 cat conftest.err >&5
16706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16707 (exit $ac_status); } && {
16708 test -z "$ac_c_werror_flag" ||
16709 test ! -s conftest.err
16710 } && test -s conftest$ac_exeext &&
16711 $as_test_x conftest$ac_exeext; then
16712 ac_cv_asm_func_def=".type @function"
16713 else
16714 echo "$as_me: failed program was:" >&5
16715 sed 's/^/| /' conftest.$ac_ext >&5
16717 cat >conftest.$ac_ext <<_ACEOF
16718 /* confdefs.h. */
16719 _ACEOF
16720 cat confdefs.h >>conftest.$ac_ext
16721 cat >>conftest.$ac_ext <<_ACEOF
16722 /* end confdefs.h. */
16725 main ()
16727 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16729 return 0;
16731 _ACEOF
16732 rm -f conftest.$ac_objext conftest$ac_exeext
16733 if { (ac_try="$ac_link"
16734 case "(($ac_try" in
16735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16736 *) ac_try_echo=$ac_try;;
16737 esac
16738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16739 (eval "$ac_link") 2>conftest.er1
16740 ac_status=$?
16741 grep -v '^ *+' conftest.er1 >conftest.err
16742 rm -f conftest.er1
16743 cat conftest.err >&5
16744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16745 (exit $ac_status); } && {
16746 test -z "$ac_c_werror_flag" ||
16747 test ! -s conftest.err
16748 } && test -s conftest$ac_exeext &&
16749 $as_test_x conftest$ac_exeext; then
16750 ac_cv_asm_func_def=".type 2"
16751 else
16752 echo "$as_me: failed program was:" >&5
16753 sed 's/^/| /' conftest.$ac_ext >&5
16755 ac_cv_asm_func_def="unknown"
16758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16759 conftest$ac_exeext conftest.$ac_ext
16762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16763 conftest$ac_exeext conftest.$ac_ext
16766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16767 conftest$ac_exeext conftest.$ac_ext
16769 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16770 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16774 case "$ac_cv_asm_func_def" in
16775 ".def")
16776 cat >>confdefs.h <<\_ACEOF
16777 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16778 _ACEOF
16780 ".type @function")
16781 cat >>confdefs.h <<\_ACEOF
16782 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16783 _ACEOF
16785 ".type 2")
16786 cat >>confdefs.h <<\_ACEOF
16787 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16788 _ACEOF
16791 cat >>confdefs.h <<\_ACEOF
16792 #define __ASM_FUNC(name) ""
16793 _ACEOF
16795 esac
16798 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16799 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16800 if test "${ac_cv_c_extern_prefix+set}" = set; then
16801 echo $ECHO_N "(cached) $ECHO_C" >&6
16802 else
16803 cat >conftest.$ac_ext <<_ACEOF
16804 /* confdefs.h. */
16805 _ACEOF
16806 cat confdefs.h >>conftest.$ac_ext
16807 cat >>conftest.$ac_ext <<_ACEOF
16808 /* end confdefs.h. */
16809 extern int ac_test;
16811 main ()
16813 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16815 return 0;
16817 _ACEOF
16818 rm -f conftest.$ac_objext conftest$ac_exeext
16819 if { (ac_try="$ac_link"
16820 case "(($ac_try" in
16821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16822 *) ac_try_echo=$ac_try;;
16823 esac
16824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16825 (eval "$ac_link") 2>conftest.er1
16826 ac_status=$?
16827 grep -v '^ *+' conftest.er1 >conftest.err
16828 rm -f conftest.er1
16829 cat conftest.err >&5
16830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16831 (exit $ac_status); } && {
16832 test -z "$ac_c_werror_flag" ||
16833 test ! -s conftest.err
16834 } && test -s conftest$ac_exeext &&
16835 $as_test_x conftest$ac_exeext; then
16836 ac_cv_c_extern_prefix="yes"
16837 else
16838 echo "$as_me: failed program was:" >&5
16839 sed 's/^/| /' conftest.$ac_ext >&5
16841 ac_cv_c_extern_prefix="no"
16844 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16845 conftest$ac_exeext conftest.$ac_ext
16847 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16848 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16852 if test "$ac_cv_c_extern_prefix" = "yes"
16853 then
16854 cat >>confdefs.h <<\_ACEOF
16855 #define __ASM_NAME(name) "_" name
16856 _ACEOF
16858 else
16859 cat >>confdefs.h <<\_ACEOF
16860 #define __ASM_NAME(name) name
16861 _ACEOF
16866 LDPATH=""
16868 case $build_os in
16869 cygwin*|mingw32*)
16870 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16872 darwin*|macosx*)
16874 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16875 then
16876 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16880 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16882 esac
16884 case $host_os in
16885 mingw32*)
16886 CRTLIBS="-lmsvcrt"
16888 SOCKETLIBS="-lws2_32"
16891 esac
16893 MAIN_BINARY="wine-pthread"
16894 case $host_cpu in
16895 *i[3456789]86*)
16896 case $host_os in
16897 linux* | k*bsd*-gnu)
16898 MAIN_BINARY="wine-glibc"
16900 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16902 freebsd*)
16903 MAIN_BINARY="wine-freebsd"
16905 EXTRA_BINARIES="wine-pthread"
16907 esac
16909 esac
16981 for ac_func in \
16982 _pclose \
16983 _popen \
16984 _snprintf \
16985 _spawnvp \
16986 _strdup \
16987 _stricmp \
16988 _strnicmp \
16989 _strtoi64 \
16990 _strtoui64 \
16991 _vsnprintf \
16992 asctime_r \
16993 chsize \
16994 clone \
16995 dlopen \
16996 epoll_create \
16997 ffs \
16998 finite \
16999 fork \
17000 fpclass \
17001 fstatfs \
17002 fstatvfs \
17003 ftruncate \
17004 futimes \
17005 futimesat \
17006 getdirentries \
17007 getopt_long \
17008 getpagesize \
17009 getpwuid \
17010 gettid \
17011 gettimeofday \
17012 getuid \
17013 inet_pton \
17014 kqueue \
17015 lstat \
17016 memmove \
17017 mmap \
17018 pclose \
17019 poll \
17020 popen \
17021 prctl \
17022 pread \
17023 pwrite \
17024 readlink \
17025 rfork \
17026 sched_yield \
17027 select \
17028 setproctitle \
17029 setrlimit \
17030 settimeofday \
17031 sigaltstack \
17032 sigprocmask \
17033 snprintf \
17034 spawnvp \
17035 statfs \
17036 statvfs \
17037 strcasecmp \
17038 strdup \
17039 strerror \
17040 strncasecmp \
17041 strtold \
17042 strtoll \
17043 strtoull \
17044 tcgetattr \
17045 thr_kill2 \
17046 timegm \
17047 usleep \
17048 vsnprintf \
17049 wait4 \
17050 waitpid \
17053 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17054 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17055 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17056 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17057 echo $ECHO_N "(cached) $ECHO_C" >&6
17058 else
17059 cat >conftest.$ac_ext <<_ACEOF
17060 /* confdefs.h. */
17061 _ACEOF
17062 cat confdefs.h >>conftest.$ac_ext
17063 cat >>conftest.$ac_ext <<_ACEOF
17064 /* end confdefs.h. */
17065 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17066 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17067 #define $ac_func innocuous_$ac_func
17069 /* System header to define __stub macros and hopefully few prototypes,
17070 which can conflict with char $ac_func (); below.
17071 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17072 <limits.h> exists even on freestanding compilers. */
17074 #ifdef __STDC__
17075 # include <limits.h>
17076 #else
17077 # include <assert.h>
17078 #endif
17080 #undef $ac_func
17082 /* Override any GCC internal prototype to avoid an error.
17083 Use char because int might match the return type of a GCC
17084 builtin and then its argument prototype would still apply. */
17085 #ifdef __cplusplus
17086 extern "C"
17087 #endif
17088 char $ac_func ();
17089 /* The GNU C library defines this for functions which it implements
17090 to always fail with ENOSYS. Some functions are actually named
17091 something starting with __ and the normal name is an alias. */
17092 #if defined __stub_$ac_func || defined __stub___$ac_func
17093 choke me
17094 #endif
17097 main ()
17099 return $ac_func ();
17101 return 0;
17103 _ACEOF
17104 rm -f conftest.$ac_objext conftest$ac_exeext
17105 if { (ac_try="$ac_link"
17106 case "(($ac_try" in
17107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17108 *) ac_try_echo=$ac_try;;
17109 esac
17110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17111 (eval "$ac_link") 2>conftest.er1
17112 ac_status=$?
17113 grep -v '^ *+' conftest.er1 >conftest.err
17114 rm -f conftest.er1
17115 cat conftest.err >&5
17116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17117 (exit $ac_status); } && {
17118 test -z "$ac_c_werror_flag" ||
17119 test ! -s conftest.err
17120 } && test -s conftest$ac_exeext &&
17121 $as_test_x conftest$ac_exeext; then
17122 eval "$as_ac_var=yes"
17123 else
17124 echo "$as_me: failed program was:" >&5
17125 sed 's/^/| /' conftest.$ac_ext >&5
17127 eval "$as_ac_var=no"
17130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17131 conftest$ac_exeext conftest.$ac_ext
17133 ac_res=`eval echo '${'$as_ac_var'}'`
17134 { echo "$as_me:$LINENO: result: $ac_res" >&5
17135 echo "${ECHO_T}$ac_res" >&6; }
17136 if test `eval echo '${'$as_ac_var'}'` = yes; then
17137 cat >>confdefs.h <<_ACEOF
17138 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17139 _ACEOF
17142 done
17145 if test "$ac_cv_func_dlopen" = no
17146 then
17147 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17148 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17149 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17150 echo $ECHO_N "(cached) $ECHO_C" >&6
17151 else
17152 ac_check_lib_save_LIBS=$LIBS
17153 LIBS="-ldl $LIBS"
17154 cat >conftest.$ac_ext <<_ACEOF
17155 /* confdefs.h. */
17156 _ACEOF
17157 cat confdefs.h >>conftest.$ac_ext
17158 cat >>conftest.$ac_ext <<_ACEOF
17159 /* end confdefs.h. */
17161 /* Override any GCC internal prototype to avoid an error.
17162 Use char because int might match the return type of a GCC
17163 builtin and then its argument prototype would still apply. */
17164 #ifdef __cplusplus
17165 extern "C"
17166 #endif
17167 char dlopen ();
17169 main ()
17171 return dlopen ();
17173 return 0;
17175 _ACEOF
17176 rm -f conftest.$ac_objext conftest$ac_exeext
17177 if { (ac_try="$ac_link"
17178 case "(($ac_try" in
17179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17180 *) ac_try_echo=$ac_try;;
17181 esac
17182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17183 (eval "$ac_link") 2>conftest.er1
17184 ac_status=$?
17185 grep -v '^ *+' conftest.er1 >conftest.err
17186 rm -f conftest.er1
17187 cat conftest.err >&5
17188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17189 (exit $ac_status); } && {
17190 test -z "$ac_c_werror_flag" ||
17191 test ! -s conftest.err
17192 } && test -s conftest$ac_exeext &&
17193 $as_test_x conftest$ac_exeext; then
17194 ac_cv_lib_dl_dlopen=yes
17195 else
17196 echo "$as_me: failed program was:" >&5
17197 sed 's/^/| /' conftest.$ac_ext >&5
17199 ac_cv_lib_dl_dlopen=no
17202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17203 conftest$ac_exeext conftest.$ac_ext
17204 LIBS=$ac_check_lib_save_LIBS
17206 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17207 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17208 if test $ac_cv_lib_dl_dlopen = yes; then
17209 cat >>confdefs.h <<\_ACEOF
17210 #define HAVE_DLOPEN 1
17211 _ACEOF
17212 LIBDL="-ldl"
17217 ac_wine_check_funcs_save_LIBS="$LIBS"
17218 LIBS="$LIBS $LIBDL"
17220 for ac_func in dladdr
17222 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17223 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17224 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17225 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17226 echo $ECHO_N "(cached) $ECHO_C" >&6
17227 else
17228 cat >conftest.$ac_ext <<_ACEOF
17229 /* confdefs.h. */
17230 _ACEOF
17231 cat confdefs.h >>conftest.$ac_ext
17232 cat >>conftest.$ac_ext <<_ACEOF
17233 /* end confdefs.h. */
17234 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17235 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17236 #define $ac_func innocuous_$ac_func
17238 /* System header to define __stub macros and hopefully few prototypes,
17239 which can conflict with char $ac_func (); below.
17240 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17241 <limits.h> exists even on freestanding compilers. */
17243 #ifdef __STDC__
17244 # include <limits.h>
17245 #else
17246 # include <assert.h>
17247 #endif
17249 #undef $ac_func
17251 /* Override any GCC internal prototype to avoid an error.
17252 Use char because int might match the return type of a GCC
17253 builtin and then its argument prototype would still apply. */
17254 #ifdef __cplusplus
17255 extern "C"
17256 #endif
17257 char $ac_func ();
17258 /* The GNU C library defines this for functions which it implements
17259 to always fail with ENOSYS. Some functions are actually named
17260 something starting with __ and the normal name is an alias. */
17261 #if defined __stub_$ac_func || defined __stub___$ac_func
17262 choke me
17263 #endif
17266 main ()
17268 return $ac_func ();
17270 return 0;
17272 _ACEOF
17273 rm -f conftest.$ac_objext conftest$ac_exeext
17274 if { (ac_try="$ac_link"
17275 case "(($ac_try" in
17276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17277 *) ac_try_echo=$ac_try;;
17278 esac
17279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17280 (eval "$ac_link") 2>conftest.er1
17281 ac_status=$?
17282 grep -v '^ *+' conftest.er1 >conftest.err
17283 rm -f conftest.er1
17284 cat conftest.err >&5
17285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17286 (exit $ac_status); } && {
17287 test -z "$ac_c_werror_flag" ||
17288 test ! -s conftest.err
17289 } && test -s conftest$ac_exeext &&
17290 $as_test_x conftest$ac_exeext; then
17291 eval "$as_ac_var=yes"
17292 else
17293 echo "$as_me: failed program was:" >&5
17294 sed 's/^/| /' conftest.$ac_ext >&5
17296 eval "$as_ac_var=no"
17299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17300 conftest$ac_exeext conftest.$ac_ext
17302 ac_res=`eval echo '${'$as_ac_var'}'`
17303 { echo "$as_me:$LINENO: result: $ac_res" >&5
17304 echo "${ECHO_T}$ac_res" >&6; }
17305 if test `eval echo '${'$as_ac_var'}'` = yes; then
17306 cat >>confdefs.h <<_ACEOF
17307 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17308 _ACEOF
17311 done
17313 LIBS="$ac_wine_check_funcs_save_LIBS"
17315 if test "$ac_cv_func_poll" = no
17316 then
17317 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17318 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17319 if test "${ac_cv_lib_poll_poll+set}" = set; then
17320 echo $ECHO_N "(cached) $ECHO_C" >&6
17321 else
17322 ac_check_lib_save_LIBS=$LIBS
17323 LIBS="-lpoll $LIBS"
17324 cat >conftest.$ac_ext <<_ACEOF
17325 /* confdefs.h. */
17326 _ACEOF
17327 cat confdefs.h >>conftest.$ac_ext
17328 cat >>conftest.$ac_ext <<_ACEOF
17329 /* end confdefs.h. */
17331 /* Override any GCC internal prototype to avoid an error.
17332 Use char because int might match the return type of a GCC
17333 builtin and then its argument prototype would still apply. */
17334 #ifdef __cplusplus
17335 extern "C"
17336 #endif
17337 char poll ();
17339 main ()
17341 return poll ();
17343 return 0;
17345 _ACEOF
17346 rm -f conftest.$ac_objext conftest$ac_exeext
17347 if { (ac_try="$ac_link"
17348 case "(($ac_try" in
17349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17350 *) ac_try_echo=$ac_try;;
17351 esac
17352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17353 (eval "$ac_link") 2>conftest.er1
17354 ac_status=$?
17355 grep -v '^ *+' conftest.er1 >conftest.err
17356 rm -f conftest.er1
17357 cat conftest.err >&5
17358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17359 (exit $ac_status); } && {
17360 test -z "$ac_c_werror_flag" ||
17361 test ! -s conftest.err
17362 } && test -s conftest$ac_exeext &&
17363 $as_test_x conftest$ac_exeext; then
17364 ac_cv_lib_poll_poll=yes
17365 else
17366 echo "$as_me: failed program was:" >&5
17367 sed 's/^/| /' conftest.$ac_ext >&5
17369 ac_cv_lib_poll_poll=no
17372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17373 conftest$ac_exeext conftest.$ac_ext
17374 LIBS=$ac_check_lib_save_LIBS
17376 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17377 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17378 if test $ac_cv_lib_poll_poll = yes; then
17379 cat >>confdefs.h <<\_ACEOF
17380 #define HAVE_POLL 1
17381 _ACEOF
17382 LIBPOLL="-lpoll"
17388 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17389 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17390 if test "${ac_cv_search_gethostbyname+set}" = set; then
17391 echo $ECHO_N "(cached) $ECHO_C" >&6
17392 else
17393 ac_func_search_save_LIBS=$LIBS
17394 cat >conftest.$ac_ext <<_ACEOF
17395 /* confdefs.h. */
17396 _ACEOF
17397 cat confdefs.h >>conftest.$ac_ext
17398 cat >>conftest.$ac_ext <<_ACEOF
17399 /* end confdefs.h. */
17401 /* Override any GCC internal prototype to avoid an error.
17402 Use char because int might match the return type of a GCC
17403 builtin and then its argument prototype would still apply. */
17404 #ifdef __cplusplus
17405 extern "C"
17406 #endif
17407 char gethostbyname ();
17409 main ()
17411 return gethostbyname ();
17413 return 0;
17415 _ACEOF
17416 for ac_lib in '' nsl; do
17417 if test -z "$ac_lib"; then
17418 ac_res="none required"
17419 else
17420 ac_res=-l$ac_lib
17421 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17423 rm -f conftest.$ac_objext conftest$ac_exeext
17424 if { (ac_try="$ac_link"
17425 case "(($ac_try" in
17426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17427 *) ac_try_echo=$ac_try;;
17428 esac
17429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17430 (eval "$ac_link") 2>conftest.er1
17431 ac_status=$?
17432 grep -v '^ *+' conftest.er1 >conftest.err
17433 rm -f conftest.er1
17434 cat conftest.err >&5
17435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17436 (exit $ac_status); } && {
17437 test -z "$ac_c_werror_flag" ||
17438 test ! -s conftest.err
17439 } && test -s conftest$ac_exeext &&
17440 $as_test_x conftest$ac_exeext; then
17441 ac_cv_search_gethostbyname=$ac_res
17442 else
17443 echo "$as_me: failed program was:" >&5
17444 sed 's/^/| /' conftest.$ac_ext >&5
17449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17450 conftest$ac_exeext
17451 if test "${ac_cv_search_gethostbyname+set}" = set; then
17452 break
17454 done
17455 if test "${ac_cv_search_gethostbyname+set}" = set; then
17457 else
17458 ac_cv_search_gethostbyname=no
17460 rm conftest.$ac_ext
17461 LIBS=$ac_func_search_save_LIBS
17463 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17464 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17465 ac_res=$ac_cv_search_gethostbyname
17466 if test "$ac_res" != no; then
17467 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17472 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17473 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17474 if test "${ac_cv_search_connect+set}" = set; then
17475 echo $ECHO_N "(cached) $ECHO_C" >&6
17476 else
17477 ac_func_search_save_LIBS=$LIBS
17478 cat >conftest.$ac_ext <<_ACEOF
17479 /* confdefs.h. */
17480 _ACEOF
17481 cat confdefs.h >>conftest.$ac_ext
17482 cat >>conftest.$ac_ext <<_ACEOF
17483 /* end confdefs.h. */
17485 /* Override any GCC internal prototype to avoid an error.
17486 Use char because int might match the return type of a GCC
17487 builtin and then its argument prototype would still apply. */
17488 #ifdef __cplusplus
17489 extern "C"
17490 #endif
17491 char connect ();
17493 main ()
17495 return connect ();
17497 return 0;
17499 _ACEOF
17500 for ac_lib in '' socket; do
17501 if test -z "$ac_lib"; then
17502 ac_res="none required"
17503 else
17504 ac_res=-l$ac_lib
17505 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17507 rm -f conftest.$ac_objext conftest$ac_exeext
17508 if { (ac_try="$ac_link"
17509 case "(($ac_try" in
17510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17511 *) ac_try_echo=$ac_try;;
17512 esac
17513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17514 (eval "$ac_link") 2>conftest.er1
17515 ac_status=$?
17516 grep -v '^ *+' conftest.er1 >conftest.err
17517 rm -f conftest.er1
17518 cat conftest.err >&5
17519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17520 (exit $ac_status); } && {
17521 test -z "$ac_c_werror_flag" ||
17522 test ! -s conftest.err
17523 } && test -s conftest$ac_exeext &&
17524 $as_test_x conftest$ac_exeext; then
17525 ac_cv_search_connect=$ac_res
17526 else
17527 echo "$as_me: failed program was:" >&5
17528 sed 's/^/| /' conftest.$ac_ext >&5
17533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17534 conftest$ac_exeext
17535 if test "${ac_cv_search_connect+set}" = set; then
17536 break
17538 done
17539 if test "${ac_cv_search_connect+set}" = set; then
17541 else
17542 ac_cv_search_connect=no
17544 rm conftest.$ac_ext
17545 LIBS=$ac_func_search_save_LIBS
17547 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17548 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17549 ac_res=$ac_cv_search_connect
17550 if test "$ac_res" != no; then
17551 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17556 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17557 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17558 if test "${ac_cv_search_inet_aton+set}" = set; then
17559 echo $ECHO_N "(cached) $ECHO_C" >&6
17560 else
17561 ac_func_search_save_LIBS=$LIBS
17562 cat >conftest.$ac_ext <<_ACEOF
17563 /* confdefs.h. */
17564 _ACEOF
17565 cat confdefs.h >>conftest.$ac_ext
17566 cat >>conftest.$ac_ext <<_ACEOF
17567 /* end confdefs.h. */
17569 /* Override any GCC internal prototype to avoid an error.
17570 Use char because int might match the return type of a GCC
17571 builtin and then its argument prototype would still apply. */
17572 #ifdef __cplusplus
17573 extern "C"
17574 #endif
17575 char inet_aton ();
17577 main ()
17579 return inet_aton ();
17581 return 0;
17583 _ACEOF
17584 for ac_lib in '' resolv; do
17585 if test -z "$ac_lib"; then
17586 ac_res="none required"
17587 else
17588 ac_res=-l$ac_lib
17589 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17591 rm -f conftest.$ac_objext conftest$ac_exeext
17592 if { (ac_try="$ac_link"
17593 case "(($ac_try" in
17594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17595 *) ac_try_echo=$ac_try;;
17596 esac
17597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17598 (eval "$ac_link") 2>conftest.er1
17599 ac_status=$?
17600 grep -v '^ *+' conftest.er1 >conftest.err
17601 rm -f conftest.er1
17602 cat conftest.err >&5
17603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17604 (exit $ac_status); } && {
17605 test -z "$ac_c_werror_flag" ||
17606 test ! -s conftest.err
17607 } && test -s conftest$ac_exeext &&
17608 $as_test_x conftest$ac_exeext; then
17609 ac_cv_search_inet_aton=$ac_res
17610 else
17611 echo "$as_me: failed program was:" >&5
17612 sed 's/^/| /' conftest.$ac_ext >&5
17617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17618 conftest$ac_exeext
17619 if test "${ac_cv_search_inet_aton+set}" = set; then
17620 break
17622 done
17623 if test "${ac_cv_search_inet_aton+set}" = set; then
17625 else
17626 ac_cv_search_inet_aton=no
17628 rm conftest.$ac_ext
17629 LIBS=$ac_func_search_save_LIBS
17631 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17632 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17633 ac_res=$ac_cv_search_inet_aton
17634 if test "$ac_res" != no; then
17635 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17648 for ac_func in \
17649 getaddrinfo \
17650 getnameinfo \
17651 getnetbyname \
17652 getprotobyname \
17653 getprotobynumber \
17654 getservbyport \
17655 inet_network \
17656 sendmsg \
17659 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17660 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17661 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17662 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17663 echo $ECHO_N "(cached) $ECHO_C" >&6
17664 else
17665 cat >conftest.$ac_ext <<_ACEOF
17666 /* confdefs.h. */
17667 _ACEOF
17668 cat confdefs.h >>conftest.$ac_ext
17669 cat >>conftest.$ac_ext <<_ACEOF
17670 /* end confdefs.h. */
17671 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17672 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17673 #define $ac_func innocuous_$ac_func
17675 /* System header to define __stub macros and hopefully few prototypes,
17676 which can conflict with char $ac_func (); below.
17677 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17678 <limits.h> exists even on freestanding compilers. */
17680 #ifdef __STDC__
17681 # include <limits.h>
17682 #else
17683 # include <assert.h>
17684 #endif
17686 #undef $ac_func
17688 /* Override any GCC internal prototype to avoid an error.
17689 Use char because int might match the return type of a GCC
17690 builtin and then its argument prototype would still apply. */
17691 #ifdef __cplusplus
17692 extern "C"
17693 #endif
17694 char $ac_func ();
17695 /* The GNU C library defines this for functions which it implements
17696 to always fail with ENOSYS. Some functions are actually named
17697 something starting with __ and the normal name is an alias. */
17698 #if defined __stub_$ac_func || defined __stub___$ac_func
17699 choke me
17700 #endif
17703 main ()
17705 return $ac_func ();
17707 return 0;
17709 _ACEOF
17710 rm -f conftest.$ac_objext conftest$ac_exeext
17711 if { (ac_try="$ac_link"
17712 case "(($ac_try" in
17713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17714 *) ac_try_echo=$ac_try;;
17715 esac
17716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17717 (eval "$ac_link") 2>conftest.er1
17718 ac_status=$?
17719 grep -v '^ *+' conftest.er1 >conftest.err
17720 rm -f conftest.er1
17721 cat conftest.err >&5
17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); } && {
17724 test -z "$ac_c_werror_flag" ||
17725 test ! -s conftest.err
17726 } && test -s conftest$ac_exeext &&
17727 $as_test_x conftest$ac_exeext; then
17728 eval "$as_ac_var=yes"
17729 else
17730 echo "$as_me: failed program was:" >&5
17731 sed 's/^/| /' conftest.$ac_ext >&5
17733 eval "$as_ac_var=no"
17736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17737 conftest$ac_exeext conftest.$ac_ext
17739 ac_res=`eval echo '${'$as_ac_var'}'`
17740 { echo "$as_me:$LINENO: result: $ac_res" >&5
17741 echo "${ECHO_T}$ac_res" >&6; }
17742 if test `eval echo '${'$as_ac_var'}'` = yes; then
17743 cat >>confdefs.h <<_ACEOF
17744 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17745 _ACEOF
17748 done
17751 LDAPLIBS=""
17753 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17754 then
17755 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17756 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17757 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17758 echo $ECHO_N "(cached) $ECHO_C" >&6
17759 else
17760 cat >conftest.$ac_ext <<_ACEOF
17761 /* confdefs.h. */
17762 _ACEOF
17763 cat confdefs.h >>conftest.$ac_ext
17764 cat >>conftest.$ac_ext <<_ACEOF
17765 /* end confdefs.h. */
17766 #include <ldap.h>
17768 typedef LDAPSortKey ac__type_new_;
17770 main ()
17772 if ((ac__type_new_ *) 0)
17773 return 0;
17774 if (sizeof (ac__type_new_))
17775 return 0;
17777 return 0;
17779 _ACEOF
17780 rm -f conftest.$ac_objext
17781 if { (ac_try="$ac_compile"
17782 case "(($ac_try" in
17783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17784 *) ac_try_echo=$ac_try;;
17785 esac
17786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17787 (eval "$ac_compile") 2>conftest.er1
17788 ac_status=$?
17789 grep -v '^ *+' conftest.er1 >conftest.err
17790 rm -f conftest.er1
17791 cat conftest.err >&5
17792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17793 (exit $ac_status); } && {
17794 test -z "$ac_c_werror_flag" ||
17795 test ! -s conftest.err
17796 } && test -s conftest.$ac_objext; then
17797 ac_cv_type_LDAPSortKey=yes
17798 else
17799 echo "$as_me: failed program was:" >&5
17800 sed 's/^/| /' conftest.$ac_ext >&5
17802 ac_cv_type_LDAPSortKey=no
17805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17807 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17808 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17809 if test $ac_cv_type_LDAPSortKey = yes; then
17810 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17811 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17812 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17813 echo $ECHO_N "(cached) $ECHO_C" >&6
17814 else
17815 ac_check_lib_save_LIBS=$LIBS
17816 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17817 cat >conftest.$ac_ext <<_ACEOF
17818 /* confdefs.h. */
17819 _ACEOF
17820 cat confdefs.h >>conftest.$ac_ext
17821 cat >>conftest.$ac_ext <<_ACEOF
17822 /* end confdefs.h. */
17824 /* Override any GCC internal prototype to avoid an error.
17825 Use char because int might match the return type of a GCC
17826 builtin and then its argument prototype would still apply. */
17827 #ifdef __cplusplus
17828 extern "C"
17829 #endif
17830 char ldap_initialize ();
17832 main ()
17834 return ldap_initialize ();
17836 return 0;
17838 _ACEOF
17839 rm -f conftest.$ac_objext conftest$ac_exeext
17840 if { (ac_try="$ac_link"
17841 case "(($ac_try" in
17842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17843 *) ac_try_echo=$ac_try;;
17844 esac
17845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17846 (eval "$ac_link") 2>conftest.er1
17847 ac_status=$?
17848 grep -v '^ *+' conftest.er1 >conftest.err
17849 rm -f conftest.er1
17850 cat conftest.err >&5
17851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17852 (exit $ac_status); } && {
17853 test -z "$ac_c_werror_flag" ||
17854 test ! -s conftest.err
17855 } && test -s conftest$ac_exeext &&
17856 $as_test_x conftest$ac_exeext; then
17857 ac_cv_lib_ldap_r_ldap_initialize=yes
17858 else
17859 echo "$as_me: failed program was:" >&5
17860 sed 's/^/| /' conftest.$ac_ext >&5
17862 ac_cv_lib_ldap_r_ldap_initialize=no
17865 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17866 conftest$ac_exeext conftest.$ac_ext
17867 LIBS=$ac_check_lib_save_LIBS
17869 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17870 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17871 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17872 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17873 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17874 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17875 echo $ECHO_N "(cached) $ECHO_C" >&6
17876 else
17877 ac_check_lib_save_LIBS=$LIBS
17878 LIBS="-llber $LIBPTHREAD $LIBS"
17879 cat >conftest.$ac_ext <<_ACEOF
17880 /* confdefs.h. */
17881 _ACEOF
17882 cat confdefs.h >>conftest.$ac_ext
17883 cat >>conftest.$ac_ext <<_ACEOF
17884 /* end confdefs.h. */
17886 /* Override any GCC internal prototype to avoid an error.
17887 Use char because int might match the return type of a GCC
17888 builtin and then its argument prototype would still apply. */
17889 #ifdef __cplusplus
17890 extern "C"
17891 #endif
17892 char ber_init ();
17894 main ()
17896 return ber_init ();
17898 return 0;
17900 _ACEOF
17901 rm -f conftest.$ac_objext conftest$ac_exeext
17902 if { (ac_try="$ac_link"
17903 case "(($ac_try" in
17904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17905 *) ac_try_echo=$ac_try;;
17906 esac
17907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17908 (eval "$ac_link") 2>conftest.er1
17909 ac_status=$?
17910 grep -v '^ *+' conftest.er1 >conftest.err
17911 rm -f conftest.er1
17912 cat conftest.err >&5
17913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17914 (exit $ac_status); } && {
17915 test -z "$ac_c_werror_flag" ||
17916 test ! -s conftest.err
17917 } && test -s conftest$ac_exeext &&
17918 $as_test_x conftest$ac_exeext; then
17919 ac_cv_lib_lber_ber_init=yes
17920 else
17921 echo "$as_me: failed program was:" >&5
17922 sed 's/^/| /' conftest.$ac_ext >&5
17924 ac_cv_lib_lber_ber_init=no
17927 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17928 conftest$ac_exeext conftest.$ac_ext
17929 LIBS=$ac_check_lib_save_LIBS
17931 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17932 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17933 if test $ac_cv_lib_lber_ber_init = yes; then
17935 cat >>confdefs.h <<\_ACEOF
17936 #define HAVE_LDAP 1
17937 _ACEOF
17939 LDAPLIBS="-lldap_r -llber"
17946 ac_wine_check_funcs_save_LIBS="$LIBS"
17947 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17956 for ac_func in \
17957 ldap_count_references \
17958 ldap_first_reference \
17959 ldap_next_reference \
17960 ldap_parse_reference \
17961 ldap_parse_sort_control \
17962 ldap_parse_sortresponse_control \
17963 ldap_parse_vlv_control \
17964 ldap_parse_vlvresponse_control
17966 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17967 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17968 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17969 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17970 echo $ECHO_N "(cached) $ECHO_C" >&6
17971 else
17972 cat >conftest.$ac_ext <<_ACEOF
17973 /* confdefs.h. */
17974 _ACEOF
17975 cat confdefs.h >>conftest.$ac_ext
17976 cat >>conftest.$ac_ext <<_ACEOF
17977 /* end confdefs.h. */
17978 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17979 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17980 #define $ac_func innocuous_$ac_func
17982 /* System header to define __stub macros and hopefully few prototypes,
17983 which can conflict with char $ac_func (); below.
17984 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17985 <limits.h> exists even on freestanding compilers. */
17987 #ifdef __STDC__
17988 # include <limits.h>
17989 #else
17990 # include <assert.h>
17991 #endif
17993 #undef $ac_func
17995 /* Override any GCC internal prototype to avoid an error.
17996 Use char because int might match the return type of a GCC
17997 builtin and then its argument prototype would still apply. */
17998 #ifdef __cplusplus
17999 extern "C"
18000 #endif
18001 char $ac_func ();
18002 /* The GNU C library defines this for functions which it implements
18003 to always fail with ENOSYS. Some functions are actually named
18004 something starting with __ and the normal name is an alias. */
18005 #if defined __stub_$ac_func || defined __stub___$ac_func
18006 choke me
18007 #endif
18010 main ()
18012 return $ac_func ();
18014 return 0;
18016 _ACEOF
18017 rm -f conftest.$ac_objext conftest$ac_exeext
18018 if { (ac_try="$ac_link"
18019 case "(($ac_try" in
18020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18021 *) ac_try_echo=$ac_try;;
18022 esac
18023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18024 (eval "$ac_link") 2>conftest.er1
18025 ac_status=$?
18026 grep -v '^ *+' conftest.er1 >conftest.err
18027 rm -f conftest.er1
18028 cat conftest.err >&5
18029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18030 (exit $ac_status); } && {
18031 test -z "$ac_c_werror_flag" ||
18032 test ! -s conftest.err
18033 } && test -s conftest$ac_exeext &&
18034 $as_test_x conftest$ac_exeext; then
18035 eval "$as_ac_var=yes"
18036 else
18037 echo "$as_me: failed program was:" >&5
18038 sed 's/^/| /' conftest.$ac_ext >&5
18040 eval "$as_ac_var=no"
18043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18044 conftest$ac_exeext conftest.$ac_ext
18046 ac_res=`eval echo '${'$as_ac_var'}'`
18047 { echo "$as_me:$LINENO: result: $ac_res" >&5
18048 echo "${ECHO_T}$ac_res" >&6; }
18049 if test `eval echo '${'$as_ac_var'}'` = yes; then
18050 cat >>confdefs.h <<_ACEOF
18051 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18052 _ACEOF
18055 done
18057 LIBS="$ac_wine_check_funcs_save_LIBS"
18059 if test "x$LDAPLIBS" = "x"; then
18060 case "x$with_ldap" in
18061 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18062 xno) ;;
18063 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18064 This is an error since --with-ldap was requested." >&5
18065 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18066 This is an error since --with-ldap was requested." >&2;}
18067 { (exit 1); exit 1; }; } ;;
18068 esac
18073 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18074 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18075 if test "${ac_cv_c_const+set}" = set; then
18076 echo $ECHO_N "(cached) $ECHO_C" >&6
18077 else
18078 cat >conftest.$ac_ext <<_ACEOF
18079 /* confdefs.h. */
18080 _ACEOF
18081 cat confdefs.h >>conftest.$ac_ext
18082 cat >>conftest.$ac_ext <<_ACEOF
18083 /* end confdefs.h. */
18086 main ()
18088 /* FIXME: Include the comments suggested by Paul. */
18089 #ifndef __cplusplus
18090 /* Ultrix mips cc rejects this. */
18091 typedef int charset[2];
18092 const charset cs;
18093 /* SunOS 4.1.1 cc rejects this. */
18094 char const *const *pcpcc;
18095 char **ppc;
18096 /* NEC SVR4.0.2 mips cc rejects this. */
18097 struct point {int x, y;};
18098 static struct point const zero = {0,0};
18099 /* AIX XL C 1.02.0.0 rejects this.
18100 It does not let you subtract one const X* pointer from another in
18101 an arm of an if-expression whose if-part is not a constant
18102 expression */
18103 const char *g = "string";
18104 pcpcc = &g + (g ? g-g : 0);
18105 /* HPUX 7.0 cc rejects these. */
18106 ++pcpcc;
18107 ppc = (char**) pcpcc;
18108 pcpcc = (char const *const *) ppc;
18109 { /* SCO 3.2v4 cc rejects this. */
18110 char *t;
18111 char const *s = 0 ? (char *) 0 : (char const *) 0;
18113 *t++ = 0;
18114 if (s) return 0;
18116 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18117 int x[] = {25, 17};
18118 const int *foo = &x[0];
18119 ++foo;
18121 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18122 typedef const int *iptr;
18123 iptr p = 0;
18124 ++p;
18126 { /* AIX XL C 1.02.0.0 rejects this saying
18127 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18128 struct s { int j; const int *ap[3]; };
18129 struct s *b; b->j = 5;
18131 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18132 const int foo = 10;
18133 if (!foo) return 0;
18135 return !cs[0] && !zero.x;
18136 #endif
18139 return 0;
18141 _ACEOF
18142 rm -f conftest.$ac_objext
18143 if { (ac_try="$ac_compile"
18144 case "(($ac_try" in
18145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18146 *) ac_try_echo=$ac_try;;
18147 esac
18148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18149 (eval "$ac_compile") 2>conftest.er1
18150 ac_status=$?
18151 grep -v '^ *+' conftest.er1 >conftest.err
18152 rm -f conftest.er1
18153 cat conftest.err >&5
18154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18155 (exit $ac_status); } && {
18156 test -z "$ac_c_werror_flag" ||
18157 test ! -s conftest.err
18158 } && test -s conftest.$ac_objext; then
18159 ac_cv_c_const=yes
18160 else
18161 echo "$as_me: failed program was:" >&5
18162 sed 's/^/| /' conftest.$ac_ext >&5
18164 ac_cv_c_const=no
18167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18169 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18170 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18171 if test $ac_cv_c_const = no; then
18173 cat >>confdefs.h <<\_ACEOF
18174 #define const
18175 _ACEOF
18179 { echo "$as_me:$LINENO: checking for inline" >&5
18180 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18181 if test "${ac_cv_c_inline+set}" = set; then
18182 echo $ECHO_N "(cached) $ECHO_C" >&6
18183 else
18184 ac_cv_c_inline=no
18185 for ac_kw in inline __inline__ __inline; do
18186 cat >conftest.$ac_ext <<_ACEOF
18187 /* confdefs.h. */
18188 _ACEOF
18189 cat confdefs.h >>conftest.$ac_ext
18190 cat >>conftest.$ac_ext <<_ACEOF
18191 /* end confdefs.h. */
18192 #ifndef __cplusplus
18193 typedef int foo_t;
18194 static $ac_kw foo_t static_foo () {return 0; }
18195 $ac_kw foo_t foo () {return 0; }
18196 #endif
18198 _ACEOF
18199 rm -f conftest.$ac_objext
18200 if { (ac_try="$ac_compile"
18201 case "(($ac_try" in
18202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18203 *) ac_try_echo=$ac_try;;
18204 esac
18205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18206 (eval "$ac_compile") 2>conftest.er1
18207 ac_status=$?
18208 grep -v '^ *+' conftest.er1 >conftest.err
18209 rm -f conftest.er1
18210 cat conftest.err >&5
18211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18212 (exit $ac_status); } && {
18213 test -z "$ac_c_werror_flag" ||
18214 test ! -s conftest.err
18215 } && test -s conftest.$ac_objext; then
18216 ac_cv_c_inline=$ac_kw
18217 else
18218 echo "$as_me: failed program was:" >&5
18219 sed 's/^/| /' conftest.$ac_ext >&5
18224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18225 test "$ac_cv_c_inline" != no && break
18226 done
18229 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18230 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18233 case $ac_cv_c_inline in
18234 inline | yes) ;;
18236 case $ac_cv_c_inline in
18237 no) ac_val=;;
18238 *) ac_val=$ac_cv_c_inline;;
18239 esac
18240 cat >>confdefs.h <<_ACEOF
18241 #ifndef __cplusplus
18242 #define inline $ac_val
18243 #endif
18244 _ACEOF
18246 esac
18248 { echo "$as_me:$LINENO: checking for mode_t" >&5
18249 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18250 if test "${ac_cv_type_mode_t+set}" = set; then
18251 echo $ECHO_N "(cached) $ECHO_C" >&6
18252 else
18253 cat >conftest.$ac_ext <<_ACEOF
18254 /* confdefs.h. */
18255 _ACEOF
18256 cat confdefs.h >>conftest.$ac_ext
18257 cat >>conftest.$ac_ext <<_ACEOF
18258 /* end confdefs.h. */
18259 $ac_includes_default
18260 typedef mode_t ac__type_new_;
18262 main ()
18264 if ((ac__type_new_ *) 0)
18265 return 0;
18266 if (sizeof (ac__type_new_))
18267 return 0;
18269 return 0;
18271 _ACEOF
18272 rm -f conftest.$ac_objext
18273 if { (ac_try="$ac_compile"
18274 case "(($ac_try" in
18275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18276 *) ac_try_echo=$ac_try;;
18277 esac
18278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18279 (eval "$ac_compile") 2>conftest.er1
18280 ac_status=$?
18281 grep -v '^ *+' conftest.er1 >conftest.err
18282 rm -f conftest.er1
18283 cat conftest.err >&5
18284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18285 (exit $ac_status); } && {
18286 test -z "$ac_c_werror_flag" ||
18287 test ! -s conftest.err
18288 } && test -s conftest.$ac_objext; then
18289 ac_cv_type_mode_t=yes
18290 else
18291 echo "$as_me: failed program was:" >&5
18292 sed 's/^/| /' conftest.$ac_ext >&5
18294 ac_cv_type_mode_t=no
18297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18299 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18300 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18301 if test $ac_cv_type_mode_t = yes; then
18303 cat >>confdefs.h <<_ACEOF
18304 #define HAVE_MODE_T 1
18305 _ACEOF
18309 { echo "$as_me:$LINENO: checking for off_t" >&5
18310 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18311 if test "${ac_cv_type_off_t+set}" = set; then
18312 echo $ECHO_N "(cached) $ECHO_C" >&6
18313 else
18314 cat >conftest.$ac_ext <<_ACEOF
18315 /* confdefs.h. */
18316 _ACEOF
18317 cat confdefs.h >>conftest.$ac_ext
18318 cat >>conftest.$ac_ext <<_ACEOF
18319 /* end confdefs.h. */
18320 $ac_includes_default
18321 typedef off_t ac__type_new_;
18323 main ()
18325 if ((ac__type_new_ *) 0)
18326 return 0;
18327 if (sizeof (ac__type_new_))
18328 return 0;
18330 return 0;
18332 _ACEOF
18333 rm -f conftest.$ac_objext
18334 if { (ac_try="$ac_compile"
18335 case "(($ac_try" in
18336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18337 *) ac_try_echo=$ac_try;;
18338 esac
18339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18340 (eval "$ac_compile") 2>conftest.er1
18341 ac_status=$?
18342 grep -v '^ *+' conftest.er1 >conftest.err
18343 rm -f conftest.er1
18344 cat conftest.err >&5
18345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18346 (exit $ac_status); } && {
18347 test -z "$ac_c_werror_flag" ||
18348 test ! -s conftest.err
18349 } && test -s conftest.$ac_objext; then
18350 ac_cv_type_off_t=yes
18351 else
18352 echo "$as_me: failed program was:" >&5
18353 sed 's/^/| /' conftest.$ac_ext >&5
18355 ac_cv_type_off_t=no
18358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18360 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18361 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18362 if test $ac_cv_type_off_t = yes; then
18364 cat >>confdefs.h <<_ACEOF
18365 #define HAVE_OFF_T 1
18366 _ACEOF
18370 { echo "$as_me:$LINENO: checking for pid_t" >&5
18371 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18372 if test "${ac_cv_type_pid_t+set}" = set; then
18373 echo $ECHO_N "(cached) $ECHO_C" >&6
18374 else
18375 cat >conftest.$ac_ext <<_ACEOF
18376 /* confdefs.h. */
18377 _ACEOF
18378 cat confdefs.h >>conftest.$ac_ext
18379 cat >>conftest.$ac_ext <<_ACEOF
18380 /* end confdefs.h. */
18381 $ac_includes_default
18382 typedef pid_t ac__type_new_;
18384 main ()
18386 if ((ac__type_new_ *) 0)
18387 return 0;
18388 if (sizeof (ac__type_new_))
18389 return 0;
18391 return 0;
18393 _ACEOF
18394 rm -f conftest.$ac_objext
18395 if { (ac_try="$ac_compile"
18396 case "(($ac_try" in
18397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18398 *) ac_try_echo=$ac_try;;
18399 esac
18400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18401 (eval "$ac_compile") 2>conftest.er1
18402 ac_status=$?
18403 grep -v '^ *+' conftest.er1 >conftest.err
18404 rm -f conftest.er1
18405 cat conftest.err >&5
18406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18407 (exit $ac_status); } && {
18408 test -z "$ac_c_werror_flag" ||
18409 test ! -s conftest.err
18410 } && test -s conftest.$ac_objext; then
18411 ac_cv_type_pid_t=yes
18412 else
18413 echo "$as_me: failed program was:" >&5
18414 sed 's/^/| /' conftest.$ac_ext >&5
18416 ac_cv_type_pid_t=no
18419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18421 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18422 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18423 if test $ac_cv_type_pid_t = yes; then
18425 cat >>confdefs.h <<_ACEOF
18426 #define HAVE_PID_T 1
18427 _ACEOF
18431 { echo "$as_me:$LINENO: checking for size_t" >&5
18432 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18433 if test "${ac_cv_type_size_t+set}" = set; then
18434 echo $ECHO_N "(cached) $ECHO_C" >&6
18435 else
18436 cat >conftest.$ac_ext <<_ACEOF
18437 /* confdefs.h. */
18438 _ACEOF
18439 cat confdefs.h >>conftest.$ac_ext
18440 cat >>conftest.$ac_ext <<_ACEOF
18441 /* end confdefs.h. */
18442 $ac_includes_default
18443 typedef size_t ac__type_new_;
18445 main ()
18447 if ((ac__type_new_ *) 0)
18448 return 0;
18449 if (sizeof (ac__type_new_))
18450 return 0;
18452 return 0;
18454 _ACEOF
18455 rm -f conftest.$ac_objext
18456 if { (ac_try="$ac_compile"
18457 case "(($ac_try" in
18458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18459 *) ac_try_echo=$ac_try;;
18460 esac
18461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18462 (eval "$ac_compile") 2>conftest.er1
18463 ac_status=$?
18464 grep -v '^ *+' conftest.er1 >conftest.err
18465 rm -f conftest.er1
18466 cat conftest.err >&5
18467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18468 (exit $ac_status); } && {
18469 test -z "$ac_c_werror_flag" ||
18470 test ! -s conftest.err
18471 } && test -s conftest.$ac_objext; then
18472 ac_cv_type_size_t=yes
18473 else
18474 echo "$as_me: failed program was:" >&5
18475 sed 's/^/| /' conftest.$ac_ext >&5
18477 ac_cv_type_size_t=no
18480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18482 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18483 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18484 if test $ac_cv_type_size_t = yes; then
18486 cat >>confdefs.h <<_ACEOF
18487 #define HAVE_SIZE_T 1
18488 _ACEOF
18492 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18493 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18494 if test "${ac_cv_type_ssize_t+set}" = set; then
18495 echo $ECHO_N "(cached) $ECHO_C" >&6
18496 else
18497 cat >conftest.$ac_ext <<_ACEOF
18498 /* confdefs.h. */
18499 _ACEOF
18500 cat confdefs.h >>conftest.$ac_ext
18501 cat >>conftest.$ac_ext <<_ACEOF
18502 /* end confdefs.h. */
18503 $ac_includes_default
18504 typedef ssize_t ac__type_new_;
18506 main ()
18508 if ((ac__type_new_ *) 0)
18509 return 0;
18510 if (sizeof (ac__type_new_))
18511 return 0;
18513 return 0;
18515 _ACEOF
18516 rm -f conftest.$ac_objext
18517 if { (ac_try="$ac_compile"
18518 case "(($ac_try" in
18519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18520 *) ac_try_echo=$ac_try;;
18521 esac
18522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18523 (eval "$ac_compile") 2>conftest.er1
18524 ac_status=$?
18525 grep -v '^ *+' conftest.er1 >conftest.err
18526 rm -f conftest.er1
18527 cat conftest.err >&5
18528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18529 (exit $ac_status); } && {
18530 test -z "$ac_c_werror_flag" ||
18531 test ! -s conftest.err
18532 } && test -s conftest.$ac_objext; then
18533 ac_cv_type_ssize_t=yes
18534 else
18535 echo "$as_me: failed program was:" >&5
18536 sed 's/^/| /' conftest.$ac_ext >&5
18538 ac_cv_type_ssize_t=no
18541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18543 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18544 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18545 if test $ac_cv_type_ssize_t = yes; then
18547 cat >>confdefs.h <<_ACEOF
18548 #define HAVE_SSIZE_T 1
18549 _ACEOF
18553 { echo "$as_me:$LINENO: checking for long long" >&5
18554 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18555 if test "${ac_cv_type_long_long+set}" = set; then
18556 echo $ECHO_N "(cached) $ECHO_C" >&6
18557 else
18558 cat >conftest.$ac_ext <<_ACEOF
18559 /* confdefs.h. */
18560 _ACEOF
18561 cat confdefs.h >>conftest.$ac_ext
18562 cat >>conftest.$ac_ext <<_ACEOF
18563 /* end confdefs.h. */
18564 $ac_includes_default
18565 typedef long long ac__type_new_;
18567 main ()
18569 if ((ac__type_new_ *) 0)
18570 return 0;
18571 if (sizeof (ac__type_new_))
18572 return 0;
18574 return 0;
18576 _ACEOF
18577 rm -f conftest.$ac_objext
18578 if { (ac_try="$ac_compile"
18579 case "(($ac_try" in
18580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18581 *) ac_try_echo=$ac_try;;
18582 esac
18583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18584 (eval "$ac_compile") 2>conftest.er1
18585 ac_status=$?
18586 grep -v '^ *+' conftest.er1 >conftest.err
18587 rm -f conftest.er1
18588 cat conftest.err >&5
18589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18590 (exit $ac_status); } && {
18591 test -z "$ac_c_werror_flag" ||
18592 test ! -s conftest.err
18593 } && test -s conftest.$ac_objext; then
18594 ac_cv_type_long_long=yes
18595 else
18596 echo "$as_me: failed program was:" >&5
18597 sed 's/^/| /' conftest.$ac_ext >&5
18599 ac_cv_type_long_long=no
18602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18604 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18605 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18606 if test $ac_cv_type_long_long = yes; then
18608 cat >>confdefs.h <<_ACEOF
18609 #define HAVE_LONG_LONG 1
18610 _ACEOF
18614 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18615 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18616 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18617 echo $ECHO_N "(cached) $ECHO_C" >&6
18618 else
18619 cat >conftest.$ac_ext <<_ACEOF
18620 /* confdefs.h. */
18621 _ACEOF
18622 cat confdefs.h >>conftest.$ac_ext
18623 cat >>conftest.$ac_ext <<_ACEOF
18624 /* end confdefs.h. */
18625 $ac_includes_default
18626 typedef fsblkcnt_t ac__type_new_;
18628 main ()
18630 if ((ac__type_new_ *) 0)
18631 return 0;
18632 if (sizeof (ac__type_new_))
18633 return 0;
18635 return 0;
18637 _ACEOF
18638 rm -f conftest.$ac_objext
18639 if { (ac_try="$ac_compile"
18640 case "(($ac_try" in
18641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18642 *) ac_try_echo=$ac_try;;
18643 esac
18644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18645 (eval "$ac_compile") 2>conftest.er1
18646 ac_status=$?
18647 grep -v '^ *+' conftest.er1 >conftest.err
18648 rm -f conftest.er1
18649 cat conftest.err >&5
18650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18651 (exit $ac_status); } && {
18652 test -z "$ac_c_werror_flag" ||
18653 test ! -s conftest.err
18654 } && test -s conftest.$ac_objext; then
18655 ac_cv_type_fsblkcnt_t=yes
18656 else
18657 echo "$as_me: failed program was:" >&5
18658 sed 's/^/| /' conftest.$ac_ext >&5
18660 ac_cv_type_fsblkcnt_t=no
18663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18665 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18666 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18667 if test $ac_cv_type_fsblkcnt_t = yes; then
18669 cat >>confdefs.h <<_ACEOF
18670 #define HAVE_FSBLKCNT_T 1
18671 _ACEOF
18675 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18676 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18677 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18678 echo $ECHO_N "(cached) $ECHO_C" >&6
18679 else
18680 cat >conftest.$ac_ext <<_ACEOF
18681 /* confdefs.h. */
18682 _ACEOF
18683 cat confdefs.h >>conftest.$ac_ext
18684 cat >>conftest.$ac_ext <<_ACEOF
18685 /* end confdefs.h. */
18686 $ac_includes_default
18687 typedef fsfilcnt_t ac__type_new_;
18689 main ()
18691 if ((ac__type_new_ *) 0)
18692 return 0;
18693 if (sizeof (ac__type_new_))
18694 return 0;
18696 return 0;
18698 _ACEOF
18699 rm -f conftest.$ac_objext
18700 if { (ac_try="$ac_compile"
18701 case "(($ac_try" in
18702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18703 *) ac_try_echo=$ac_try;;
18704 esac
18705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18706 (eval "$ac_compile") 2>conftest.er1
18707 ac_status=$?
18708 grep -v '^ *+' conftest.er1 >conftest.err
18709 rm -f conftest.er1
18710 cat conftest.err >&5
18711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18712 (exit $ac_status); } && {
18713 test -z "$ac_c_werror_flag" ||
18714 test ! -s conftest.err
18715 } && test -s conftest.$ac_objext; then
18716 ac_cv_type_fsfilcnt_t=yes
18717 else
18718 echo "$as_me: failed program was:" >&5
18719 sed 's/^/| /' conftest.$ac_ext >&5
18721 ac_cv_type_fsfilcnt_t=no
18724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18726 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18727 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18728 if test $ac_cv_type_fsfilcnt_t = yes; then
18730 cat >>confdefs.h <<_ACEOF
18731 #define HAVE_FSFILCNT_T 1
18732 _ACEOF
18737 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18738 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18739 if test "${ac_cv_type_sigset_t+set}" = set; then
18740 echo $ECHO_N "(cached) $ECHO_C" >&6
18741 else
18742 cat >conftest.$ac_ext <<_ACEOF
18743 /* confdefs.h. */
18744 _ACEOF
18745 cat confdefs.h >>conftest.$ac_ext
18746 cat >>conftest.$ac_ext <<_ACEOF
18747 /* end confdefs.h. */
18748 #include <signal.h>
18750 typedef sigset_t ac__type_new_;
18752 main ()
18754 if ((ac__type_new_ *) 0)
18755 return 0;
18756 if (sizeof (ac__type_new_))
18757 return 0;
18759 return 0;
18761 _ACEOF
18762 rm -f conftest.$ac_objext
18763 if { (ac_try="$ac_compile"
18764 case "(($ac_try" in
18765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18766 *) ac_try_echo=$ac_try;;
18767 esac
18768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18769 (eval "$ac_compile") 2>conftest.er1
18770 ac_status=$?
18771 grep -v '^ *+' conftest.er1 >conftest.err
18772 rm -f conftest.er1
18773 cat conftest.err >&5
18774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18775 (exit $ac_status); } && {
18776 test -z "$ac_c_werror_flag" ||
18777 test ! -s conftest.err
18778 } && test -s conftest.$ac_objext; then
18779 ac_cv_type_sigset_t=yes
18780 else
18781 echo "$as_me: failed program was:" >&5
18782 sed 's/^/| /' conftest.$ac_ext >&5
18784 ac_cv_type_sigset_t=no
18787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18789 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18790 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18791 if test $ac_cv_type_sigset_t = yes; then
18793 cat >>confdefs.h <<_ACEOF
18794 #define HAVE_SIGSET_T 1
18795 _ACEOF
18800 { echo "$as_me:$LINENO: checking for request_sense" >&5
18801 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18802 if test "${ac_cv_type_request_sense+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 #include <linux/cdrom.h>
18813 typedef request_sense ac__type_new_;
18815 main ()
18817 if ((ac__type_new_ *) 0)
18818 return 0;
18819 if (sizeof (ac__type_new_))
18820 return 0;
18822 return 0;
18824 _ACEOF
18825 rm -f conftest.$ac_objext
18826 if { (ac_try="$ac_compile"
18827 case "(($ac_try" in
18828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18829 *) ac_try_echo=$ac_try;;
18830 esac
18831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18832 (eval "$ac_compile") 2>conftest.er1
18833 ac_status=$?
18834 grep -v '^ *+' conftest.er1 >conftest.err
18835 rm -f conftest.er1
18836 cat conftest.err >&5
18837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18838 (exit $ac_status); } && {
18839 test -z "$ac_c_werror_flag" ||
18840 test ! -s conftest.err
18841 } && test -s conftest.$ac_objext; then
18842 ac_cv_type_request_sense=yes
18843 else
18844 echo "$as_me: failed program was:" >&5
18845 sed 's/^/| /' conftest.$ac_ext >&5
18847 ac_cv_type_request_sense=no
18850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18852 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18853 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18854 if test $ac_cv_type_request_sense = yes; then
18856 cat >>confdefs.h <<_ACEOF
18857 #define HAVE_REQUEST_SENSE 1
18858 _ACEOF
18864 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18865 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18866 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18867 echo $ECHO_N "(cached) $ECHO_C" >&6
18868 else
18869 cat >conftest.$ac_ext <<_ACEOF
18870 /* confdefs.h. */
18871 _ACEOF
18872 cat confdefs.h >>conftest.$ac_ext
18873 cat >>conftest.$ac_ext <<_ACEOF
18874 /* end confdefs.h. */
18875 #ifdef HAVE_LINUX_INPUT_H
18876 #include <linux/input.h>
18877 #endif
18880 main ()
18882 static struct ff_effect ac_aggr;
18883 if (ac_aggr.direction)
18884 return 0;
18886 return 0;
18888 _ACEOF
18889 rm -f conftest.$ac_objext
18890 if { (ac_try="$ac_compile"
18891 case "(($ac_try" in
18892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18893 *) ac_try_echo=$ac_try;;
18894 esac
18895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18896 (eval "$ac_compile") 2>conftest.er1
18897 ac_status=$?
18898 grep -v '^ *+' conftest.er1 >conftest.err
18899 rm -f conftest.er1
18900 cat conftest.err >&5
18901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18902 (exit $ac_status); } && {
18903 test -z "$ac_c_werror_flag" ||
18904 test ! -s conftest.err
18905 } && test -s conftest.$ac_objext; then
18906 ac_cv_member_struct_ff_effect_direction=yes
18907 else
18908 echo "$as_me: failed program was:" >&5
18909 sed 's/^/| /' conftest.$ac_ext >&5
18911 cat >conftest.$ac_ext <<_ACEOF
18912 /* confdefs.h. */
18913 _ACEOF
18914 cat confdefs.h >>conftest.$ac_ext
18915 cat >>conftest.$ac_ext <<_ACEOF
18916 /* end confdefs.h. */
18917 #ifdef HAVE_LINUX_INPUT_H
18918 #include <linux/input.h>
18919 #endif
18922 main ()
18924 static struct ff_effect ac_aggr;
18925 if (sizeof ac_aggr.direction)
18926 return 0;
18928 return 0;
18930 _ACEOF
18931 rm -f conftest.$ac_objext
18932 if { (ac_try="$ac_compile"
18933 case "(($ac_try" in
18934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18935 *) ac_try_echo=$ac_try;;
18936 esac
18937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18938 (eval "$ac_compile") 2>conftest.er1
18939 ac_status=$?
18940 grep -v '^ *+' conftest.er1 >conftest.err
18941 rm -f conftest.er1
18942 cat conftest.err >&5
18943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18944 (exit $ac_status); } && {
18945 test -z "$ac_c_werror_flag" ||
18946 test ! -s conftest.err
18947 } && test -s conftest.$ac_objext; then
18948 ac_cv_member_struct_ff_effect_direction=yes
18949 else
18950 echo "$as_me: failed program was:" >&5
18951 sed 's/^/| /' conftest.$ac_ext >&5
18953 ac_cv_member_struct_ff_effect_direction=no
18956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18961 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18962 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18963 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18965 cat >>confdefs.h <<_ACEOF
18966 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18967 _ACEOF
18973 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18974 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18975 if test "${wine_cv_have_sigaddset+set}" = set; then
18976 echo $ECHO_N "(cached) $ECHO_C" >&6
18977 else
18978 cat >conftest.$ac_ext <<_ACEOF
18979 /* confdefs.h. */
18980 _ACEOF
18981 cat confdefs.h >>conftest.$ac_ext
18982 cat >>conftest.$ac_ext <<_ACEOF
18983 /* end confdefs.h. */
18984 #include <signal.h>
18986 main ()
18988 sigset_t set; sigaddset(&set,SIGTERM);
18990 return 0;
18992 _ACEOF
18993 rm -f conftest.$ac_objext conftest$ac_exeext
18994 if { (ac_try="$ac_link"
18995 case "(($ac_try" in
18996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18997 *) ac_try_echo=$ac_try;;
18998 esac
18999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19000 (eval "$ac_link") 2>conftest.er1
19001 ac_status=$?
19002 grep -v '^ *+' conftest.er1 >conftest.err
19003 rm -f conftest.er1
19004 cat conftest.err >&5
19005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19006 (exit $ac_status); } && {
19007 test -z "$ac_c_werror_flag" ||
19008 test ! -s conftest.err
19009 } && test -s conftest$ac_exeext &&
19010 $as_test_x conftest$ac_exeext; then
19011 wine_cv_have_sigaddset=yes
19012 else
19013 echo "$as_me: failed program was:" >&5
19014 sed 's/^/| /' conftest.$ac_ext >&5
19016 wine_cv_have_sigaddset=no
19019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19020 conftest$ac_exeext conftest.$ac_ext
19022 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19023 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19024 if test "$wine_cv_have_sigaddset" = "yes"
19025 then
19027 cat >>confdefs.h <<\_ACEOF
19028 #define HAVE_SIGADDSET 1
19029 _ACEOF
19034 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19035 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19036 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19037 echo $ECHO_N "(cached) $ECHO_C" >&6
19038 else
19039 cat >conftest.$ac_ext <<_ACEOF
19040 /* confdefs.h. */
19041 _ACEOF
19042 cat confdefs.h >>conftest.$ac_ext
19043 cat >>conftest.$ac_ext <<_ACEOF
19044 /* end confdefs.h. */
19045 #include <netdb.h>
19047 main ()
19050 char *name=0;
19051 struct hostent he;
19052 struct hostent *result;
19053 char *buf=0;
19054 int bufsize=0;
19055 int res,errnr;
19056 char *addr=0;
19057 int addrlen=0;
19058 int addrtype=0;
19059 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19060 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19063 return 0;
19065 _ACEOF
19066 rm -f conftest.$ac_objext conftest$ac_exeext
19067 if { (ac_try="$ac_link"
19068 case "(($ac_try" in
19069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19070 *) ac_try_echo=$ac_try;;
19071 esac
19072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19073 (eval "$ac_link") 2>conftest.er1
19074 ac_status=$?
19075 grep -v '^ *+' conftest.er1 >conftest.err
19076 rm -f conftest.er1
19077 cat conftest.err >&5
19078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19079 (exit $ac_status); } && {
19080 test -z "$ac_c_werror_flag" ||
19081 test ! -s conftest.err
19082 } && test -s conftest$ac_exeext &&
19083 $as_test_x conftest$ac_exeext; then
19084 wine_cv_linux_gethostbyname_r_6=yes
19085 else
19086 echo "$as_me: failed program was:" >&5
19087 sed 's/^/| /' conftest.$ac_ext >&5
19089 wine_cv_linux_gethostbyname_r_6=no
19093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19094 conftest$ac_exeext conftest.$ac_ext
19097 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19098 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19099 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19100 then
19102 cat >>confdefs.h <<\_ACEOF
19103 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19104 _ACEOF
19108 if test "$ac_cv_header_linux_joystick_h" = "yes"
19109 then
19110 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19111 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19112 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19113 echo $ECHO_N "(cached) $ECHO_C" >&6
19114 else
19115 cat >conftest.$ac_ext <<_ACEOF
19116 /* confdefs.h. */
19117 _ACEOF
19118 cat confdefs.h >>conftest.$ac_ext
19119 cat >>conftest.$ac_ext <<_ACEOF
19120 /* end confdefs.h. */
19122 #include <sys/ioctl.h>
19123 #include <sys/types.h>
19124 #include <linux/joystick.h>
19126 struct js_event blub;
19127 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19128 #error "no 2.2 header"
19129 #endif
19132 main ()
19134 /*empty*/
19136 return 0;
19138 _ACEOF
19139 rm -f conftest.$ac_objext
19140 if { (ac_try="$ac_compile"
19141 case "(($ac_try" in
19142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19143 *) ac_try_echo=$ac_try;;
19144 esac
19145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19146 (eval "$ac_compile") 2>conftest.er1
19147 ac_status=$?
19148 grep -v '^ *+' conftest.er1 >conftest.err
19149 rm -f conftest.er1
19150 cat conftest.err >&5
19151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19152 (exit $ac_status); } && {
19153 test -z "$ac_c_werror_flag" ||
19154 test ! -s conftest.err
19155 } && test -s conftest.$ac_objext; then
19156 wine_cv_linux_joystick_22_api=yes
19157 else
19158 echo "$as_me: failed program was:" >&5
19159 sed 's/^/| /' conftest.$ac_ext >&5
19161 wine_cv_linux_joystick_22_api=no
19164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19167 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19168 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19169 if test "$wine_cv_linux_joystick_22_api" = "yes"
19170 then
19172 cat >>confdefs.h <<\_ACEOF
19173 #define HAVE_LINUX_22_JOYSTICK_API 1
19174 _ACEOF
19180 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19181 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19182 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19183 echo $ECHO_N "(cached) $ECHO_C" >&6
19184 else
19185 cat >conftest.$ac_ext <<_ACEOF
19186 /* confdefs.h. */
19187 _ACEOF
19188 cat confdefs.h >>conftest.$ac_ext
19189 cat >>conftest.$ac_ext <<_ACEOF
19190 /* end confdefs.h. */
19191 #include <sys/types.h>
19192 #ifdef HAVE_SYS_PARAM_H
19193 # include <sys/param.h>
19194 #endif
19195 #ifdef HAVE_SYS_MOUNT_H
19196 # include <sys/mount.h>
19197 #endif
19198 #ifdef HAVE_SYS_VFS_H
19199 # include <sys/vfs.h>
19200 #endif
19201 #ifdef HAVE_SYS_STATFS_H
19202 # include <sys/statfs.h>
19203 #endif
19206 main ()
19208 static struct statfs ac_aggr;
19209 if (ac_aggr.f_bfree)
19210 return 0;
19212 return 0;
19214 _ACEOF
19215 rm -f conftest.$ac_objext
19216 if { (ac_try="$ac_compile"
19217 case "(($ac_try" in
19218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19219 *) ac_try_echo=$ac_try;;
19220 esac
19221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19222 (eval "$ac_compile") 2>conftest.er1
19223 ac_status=$?
19224 grep -v '^ *+' conftest.er1 >conftest.err
19225 rm -f conftest.er1
19226 cat conftest.err >&5
19227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19228 (exit $ac_status); } && {
19229 test -z "$ac_c_werror_flag" ||
19230 test ! -s conftest.err
19231 } && test -s conftest.$ac_objext; then
19232 ac_cv_member_struct_statfs_f_bfree=yes
19233 else
19234 echo "$as_me: failed program was:" >&5
19235 sed 's/^/| /' conftest.$ac_ext >&5
19237 cat >conftest.$ac_ext <<_ACEOF
19238 /* confdefs.h. */
19239 _ACEOF
19240 cat confdefs.h >>conftest.$ac_ext
19241 cat >>conftest.$ac_ext <<_ACEOF
19242 /* end confdefs.h. */
19243 #include <sys/types.h>
19244 #ifdef HAVE_SYS_PARAM_H
19245 # include <sys/param.h>
19246 #endif
19247 #ifdef HAVE_SYS_MOUNT_H
19248 # include <sys/mount.h>
19249 #endif
19250 #ifdef HAVE_SYS_VFS_H
19251 # include <sys/vfs.h>
19252 #endif
19253 #ifdef HAVE_SYS_STATFS_H
19254 # include <sys/statfs.h>
19255 #endif
19258 main ()
19260 static struct statfs ac_aggr;
19261 if (sizeof ac_aggr.f_bfree)
19262 return 0;
19264 return 0;
19266 _ACEOF
19267 rm -f conftest.$ac_objext
19268 if { (ac_try="$ac_compile"
19269 case "(($ac_try" in
19270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19271 *) ac_try_echo=$ac_try;;
19272 esac
19273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19274 (eval "$ac_compile") 2>conftest.er1
19275 ac_status=$?
19276 grep -v '^ *+' conftest.er1 >conftest.err
19277 rm -f conftest.er1
19278 cat conftest.err >&5
19279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19280 (exit $ac_status); } && {
19281 test -z "$ac_c_werror_flag" ||
19282 test ! -s conftest.err
19283 } && test -s conftest.$ac_objext; then
19284 ac_cv_member_struct_statfs_f_bfree=yes
19285 else
19286 echo "$as_me: failed program was:" >&5
19287 sed 's/^/| /' conftest.$ac_ext >&5
19289 ac_cv_member_struct_statfs_f_bfree=no
19292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19297 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19298 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19299 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19301 cat >>confdefs.h <<_ACEOF
19302 #define HAVE_STRUCT_STATFS_F_BFREE 1
19303 _ACEOF
19307 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19308 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19309 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19310 echo $ECHO_N "(cached) $ECHO_C" >&6
19311 else
19312 cat >conftest.$ac_ext <<_ACEOF
19313 /* confdefs.h. */
19314 _ACEOF
19315 cat confdefs.h >>conftest.$ac_ext
19316 cat >>conftest.$ac_ext <<_ACEOF
19317 /* end confdefs.h. */
19318 #include <sys/types.h>
19319 #ifdef HAVE_SYS_PARAM_H
19320 # include <sys/param.h>
19321 #endif
19322 #ifdef HAVE_SYS_MOUNT_H
19323 # include <sys/mount.h>
19324 #endif
19325 #ifdef HAVE_SYS_VFS_H
19326 # include <sys/vfs.h>
19327 #endif
19328 #ifdef HAVE_SYS_STATFS_H
19329 # include <sys/statfs.h>
19330 #endif
19333 main ()
19335 static struct statfs ac_aggr;
19336 if (ac_aggr.f_bavail)
19337 return 0;
19339 return 0;
19341 _ACEOF
19342 rm -f conftest.$ac_objext
19343 if { (ac_try="$ac_compile"
19344 case "(($ac_try" in
19345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19346 *) ac_try_echo=$ac_try;;
19347 esac
19348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19349 (eval "$ac_compile") 2>conftest.er1
19350 ac_status=$?
19351 grep -v '^ *+' conftest.er1 >conftest.err
19352 rm -f conftest.er1
19353 cat conftest.err >&5
19354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19355 (exit $ac_status); } && {
19356 test -z "$ac_c_werror_flag" ||
19357 test ! -s conftest.err
19358 } && test -s conftest.$ac_objext; then
19359 ac_cv_member_struct_statfs_f_bavail=yes
19360 else
19361 echo "$as_me: failed program was:" >&5
19362 sed 's/^/| /' conftest.$ac_ext >&5
19364 cat >conftest.$ac_ext <<_ACEOF
19365 /* confdefs.h. */
19366 _ACEOF
19367 cat confdefs.h >>conftest.$ac_ext
19368 cat >>conftest.$ac_ext <<_ACEOF
19369 /* end confdefs.h. */
19370 #include <sys/types.h>
19371 #ifdef HAVE_SYS_PARAM_H
19372 # include <sys/param.h>
19373 #endif
19374 #ifdef HAVE_SYS_MOUNT_H
19375 # include <sys/mount.h>
19376 #endif
19377 #ifdef HAVE_SYS_VFS_H
19378 # include <sys/vfs.h>
19379 #endif
19380 #ifdef HAVE_SYS_STATFS_H
19381 # include <sys/statfs.h>
19382 #endif
19385 main ()
19387 static struct statfs ac_aggr;
19388 if (sizeof ac_aggr.f_bavail)
19389 return 0;
19391 return 0;
19393 _ACEOF
19394 rm -f conftest.$ac_objext
19395 if { (ac_try="$ac_compile"
19396 case "(($ac_try" in
19397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19398 *) ac_try_echo=$ac_try;;
19399 esac
19400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19401 (eval "$ac_compile") 2>conftest.er1
19402 ac_status=$?
19403 grep -v '^ *+' conftest.er1 >conftest.err
19404 rm -f conftest.er1
19405 cat conftest.err >&5
19406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19407 (exit $ac_status); } && {
19408 test -z "$ac_c_werror_flag" ||
19409 test ! -s conftest.err
19410 } && test -s conftest.$ac_objext; then
19411 ac_cv_member_struct_statfs_f_bavail=yes
19412 else
19413 echo "$as_me: failed program was:" >&5
19414 sed 's/^/| /' conftest.$ac_ext >&5
19416 ac_cv_member_struct_statfs_f_bavail=no
19419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19424 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19425 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19426 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19428 cat >>confdefs.h <<_ACEOF
19429 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19430 _ACEOF
19434 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19435 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19436 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19437 echo $ECHO_N "(cached) $ECHO_C" >&6
19438 else
19439 cat >conftest.$ac_ext <<_ACEOF
19440 /* confdefs.h. */
19441 _ACEOF
19442 cat confdefs.h >>conftest.$ac_ext
19443 cat >>conftest.$ac_ext <<_ACEOF
19444 /* end confdefs.h. */
19445 #include <sys/types.h>
19446 #ifdef HAVE_SYS_PARAM_H
19447 # include <sys/param.h>
19448 #endif
19449 #ifdef HAVE_SYS_MOUNT_H
19450 # include <sys/mount.h>
19451 #endif
19452 #ifdef HAVE_SYS_VFS_H
19453 # include <sys/vfs.h>
19454 #endif
19455 #ifdef HAVE_SYS_STATFS_H
19456 # include <sys/statfs.h>
19457 #endif
19460 main ()
19462 static struct statfs ac_aggr;
19463 if (ac_aggr.f_frsize)
19464 return 0;
19466 return 0;
19468 _ACEOF
19469 rm -f conftest.$ac_objext
19470 if { (ac_try="$ac_compile"
19471 case "(($ac_try" in
19472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19473 *) ac_try_echo=$ac_try;;
19474 esac
19475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19476 (eval "$ac_compile") 2>conftest.er1
19477 ac_status=$?
19478 grep -v '^ *+' conftest.er1 >conftest.err
19479 rm -f conftest.er1
19480 cat conftest.err >&5
19481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19482 (exit $ac_status); } && {
19483 test -z "$ac_c_werror_flag" ||
19484 test ! -s conftest.err
19485 } && test -s conftest.$ac_objext; then
19486 ac_cv_member_struct_statfs_f_frsize=yes
19487 else
19488 echo "$as_me: failed program was:" >&5
19489 sed 's/^/| /' conftest.$ac_ext >&5
19491 cat >conftest.$ac_ext <<_ACEOF
19492 /* confdefs.h. */
19493 _ACEOF
19494 cat confdefs.h >>conftest.$ac_ext
19495 cat >>conftest.$ac_ext <<_ACEOF
19496 /* end confdefs.h. */
19497 #include <sys/types.h>
19498 #ifdef HAVE_SYS_PARAM_H
19499 # include <sys/param.h>
19500 #endif
19501 #ifdef HAVE_SYS_MOUNT_H
19502 # include <sys/mount.h>
19503 #endif
19504 #ifdef HAVE_SYS_VFS_H
19505 # include <sys/vfs.h>
19506 #endif
19507 #ifdef HAVE_SYS_STATFS_H
19508 # include <sys/statfs.h>
19509 #endif
19512 main ()
19514 static struct statfs ac_aggr;
19515 if (sizeof ac_aggr.f_frsize)
19516 return 0;
19518 return 0;
19520 _ACEOF
19521 rm -f conftest.$ac_objext
19522 if { (ac_try="$ac_compile"
19523 case "(($ac_try" in
19524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19525 *) ac_try_echo=$ac_try;;
19526 esac
19527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19528 (eval "$ac_compile") 2>conftest.er1
19529 ac_status=$?
19530 grep -v '^ *+' conftest.er1 >conftest.err
19531 rm -f conftest.er1
19532 cat conftest.err >&5
19533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19534 (exit $ac_status); } && {
19535 test -z "$ac_c_werror_flag" ||
19536 test ! -s conftest.err
19537 } && test -s conftest.$ac_objext; then
19538 ac_cv_member_struct_statfs_f_frsize=yes
19539 else
19540 echo "$as_me: failed program was:" >&5
19541 sed 's/^/| /' conftest.$ac_ext >&5
19543 ac_cv_member_struct_statfs_f_frsize=no
19546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19551 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19552 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19553 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19555 cat >>confdefs.h <<_ACEOF
19556 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19557 _ACEOF
19561 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19562 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19563 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19564 echo $ECHO_N "(cached) $ECHO_C" >&6
19565 else
19566 cat >conftest.$ac_ext <<_ACEOF
19567 /* confdefs.h. */
19568 _ACEOF
19569 cat confdefs.h >>conftest.$ac_ext
19570 cat >>conftest.$ac_ext <<_ACEOF
19571 /* end confdefs.h. */
19572 #include <sys/types.h>
19573 #ifdef HAVE_SYS_PARAM_H
19574 # include <sys/param.h>
19575 #endif
19576 #ifdef HAVE_SYS_MOUNT_H
19577 # include <sys/mount.h>
19578 #endif
19579 #ifdef HAVE_SYS_VFS_H
19580 # include <sys/vfs.h>
19581 #endif
19582 #ifdef HAVE_SYS_STATFS_H
19583 # include <sys/statfs.h>
19584 #endif
19587 main ()
19589 static struct statfs ac_aggr;
19590 if (ac_aggr.f_ffree)
19591 return 0;
19593 return 0;
19595 _ACEOF
19596 rm -f conftest.$ac_objext
19597 if { (ac_try="$ac_compile"
19598 case "(($ac_try" in
19599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19600 *) ac_try_echo=$ac_try;;
19601 esac
19602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19603 (eval "$ac_compile") 2>conftest.er1
19604 ac_status=$?
19605 grep -v '^ *+' conftest.er1 >conftest.err
19606 rm -f conftest.er1
19607 cat conftest.err >&5
19608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19609 (exit $ac_status); } && {
19610 test -z "$ac_c_werror_flag" ||
19611 test ! -s conftest.err
19612 } && test -s conftest.$ac_objext; then
19613 ac_cv_member_struct_statfs_f_ffree=yes
19614 else
19615 echo "$as_me: failed program was:" >&5
19616 sed 's/^/| /' conftest.$ac_ext >&5
19618 cat >conftest.$ac_ext <<_ACEOF
19619 /* confdefs.h. */
19620 _ACEOF
19621 cat confdefs.h >>conftest.$ac_ext
19622 cat >>conftest.$ac_ext <<_ACEOF
19623 /* end confdefs.h. */
19624 #include <sys/types.h>
19625 #ifdef HAVE_SYS_PARAM_H
19626 # include <sys/param.h>
19627 #endif
19628 #ifdef HAVE_SYS_MOUNT_H
19629 # include <sys/mount.h>
19630 #endif
19631 #ifdef HAVE_SYS_VFS_H
19632 # include <sys/vfs.h>
19633 #endif
19634 #ifdef HAVE_SYS_STATFS_H
19635 # include <sys/statfs.h>
19636 #endif
19639 main ()
19641 static struct statfs ac_aggr;
19642 if (sizeof ac_aggr.f_ffree)
19643 return 0;
19645 return 0;
19647 _ACEOF
19648 rm -f conftest.$ac_objext
19649 if { (ac_try="$ac_compile"
19650 case "(($ac_try" in
19651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19652 *) ac_try_echo=$ac_try;;
19653 esac
19654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19655 (eval "$ac_compile") 2>conftest.er1
19656 ac_status=$?
19657 grep -v '^ *+' conftest.er1 >conftest.err
19658 rm -f conftest.er1
19659 cat conftest.err >&5
19660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19661 (exit $ac_status); } && {
19662 test -z "$ac_c_werror_flag" ||
19663 test ! -s conftest.err
19664 } && test -s conftest.$ac_objext; then
19665 ac_cv_member_struct_statfs_f_ffree=yes
19666 else
19667 echo "$as_me: failed program was:" >&5
19668 sed 's/^/| /' conftest.$ac_ext >&5
19670 ac_cv_member_struct_statfs_f_ffree=no
19673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19678 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19679 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19680 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19682 cat >>confdefs.h <<_ACEOF
19683 #define HAVE_STRUCT_STATFS_F_FFREE 1
19684 _ACEOF
19688 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19689 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19690 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19691 echo $ECHO_N "(cached) $ECHO_C" >&6
19692 else
19693 cat >conftest.$ac_ext <<_ACEOF
19694 /* confdefs.h. */
19695 _ACEOF
19696 cat confdefs.h >>conftest.$ac_ext
19697 cat >>conftest.$ac_ext <<_ACEOF
19698 /* end confdefs.h. */
19699 #include <sys/types.h>
19700 #ifdef HAVE_SYS_PARAM_H
19701 # include <sys/param.h>
19702 #endif
19703 #ifdef HAVE_SYS_MOUNT_H
19704 # include <sys/mount.h>
19705 #endif
19706 #ifdef HAVE_SYS_VFS_H
19707 # include <sys/vfs.h>
19708 #endif
19709 #ifdef HAVE_SYS_STATFS_H
19710 # include <sys/statfs.h>
19711 #endif
19714 main ()
19716 static struct statfs ac_aggr;
19717 if (ac_aggr.f_favail)
19718 return 0;
19720 return 0;
19722 _ACEOF
19723 rm -f conftest.$ac_objext
19724 if { (ac_try="$ac_compile"
19725 case "(($ac_try" in
19726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19727 *) ac_try_echo=$ac_try;;
19728 esac
19729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19730 (eval "$ac_compile") 2>conftest.er1
19731 ac_status=$?
19732 grep -v '^ *+' conftest.er1 >conftest.err
19733 rm -f conftest.er1
19734 cat conftest.err >&5
19735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19736 (exit $ac_status); } && {
19737 test -z "$ac_c_werror_flag" ||
19738 test ! -s conftest.err
19739 } && test -s conftest.$ac_objext; then
19740 ac_cv_member_struct_statfs_f_favail=yes
19741 else
19742 echo "$as_me: failed program was:" >&5
19743 sed 's/^/| /' conftest.$ac_ext >&5
19745 cat >conftest.$ac_ext <<_ACEOF
19746 /* confdefs.h. */
19747 _ACEOF
19748 cat confdefs.h >>conftest.$ac_ext
19749 cat >>conftest.$ac_ext <<_ACEOF
19750 /* end confdefs.h. */
19751 #include <sys/types.h>
19752 #ifdef HAVE_SYS_PARAM_H
19753 # include <sys/param.h>
19754 #endif
19755 #ifdef HAVE_SYS_MOUNT_H
19756 # include <sys/mount.h>
19757 #endif
19758 #ifdef HAVE_SYS_VFS_H
19759 # include <sys/vfs.h>
19760 #endif
19761 #ifdef HAVE_SYS_STATFS_H
19762 # include <sys/statfs.h>
19763 #endif
19766 main ()
19768 static struct statfs ac_aggr;
19769 if (sizeof ac_aggr.f_favail)
19770 return 0;
19772 return 0;
19774 _ACEOF
19775 rm -f conftest.$ac_objext
19776 if { (ac_try="$ac_compile"
19777 case "(($ac_try" in
19778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19779 *) ac_try_echo=$ac_try;;
19780 esac
19781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19782 (eval "$ac_compile") 2>conftest.er1
19783 ac_status=$?
19784 grep -v '^ *+' conftest.er1 >conftest.err
19785 rm -f conftest.er1
19786 cat conftest.err >&5
19787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19788 (exit $ac_status); } && {
19789 test -z "$ac_c_werror_flag" ||
19790 test ! -s conftest.err
19791 } && test -s conftest.$ac_objext; then
19792 ac_cv_member_struct_statfs_f_favail=yes
19793 else
19794 echo "$as_me: failed program was:" >&5
19795 sed 's/^/| /' conftest.$ac_ext >&5
19797 ac_cv_member_struct_statfs_f_favail=no
19800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19805 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19806 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19807 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19809 cat >>confdefs.h <<_ACEOF
19810 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19811 _ACEOF
19815 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19816 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19817 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19818 echo $ECHO_N "(cached) $ECHO_C" >&6
19819 else
19820 cat >conftest.$ac_ext <<_ACEOF
19821 /* confdefs.h. */
19822 _ACEOF
19823 cat confdefs.h >>conftest.$ac_ext
19824 cat >>conftest.$ac_ext <<_ACEOF
19825 /* end confdefs.h. */
19826 #include <sys/types.h>
19827 #ifdef HAVE_SYS_PARAM_H
19828 # include <sys/param.h>
19829 #endif
19830 #ifdef HAVE_SYS_MOUNT_H
19831 # include <sys/mount.h>
19832 #endif
19833 #ifdef HAVE_SYS_VFS_H
19834 # include <sys/vfs.h>
19835 #endif
19836 #ifdef HAVE_SYS_STATFS_H
19837 # include <sys/statfs.h>
19838 #endif
19841 main ()
19843 static struct statfs ac_aggr;
19844 if (ac_aggr.f_namelen)
19845 return 0;
19847 return 0;
19849 _ACEOF
19850 rm -f conftest.$ac_objext
19851 if { (ac_try="$ac_compile"
19852 case "(($ac_try" in
19853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19854 *) ac_try_echo=$ac_try;;
19855 esac
19856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19857 (eval "$ac_compile") 2>conftest.er1
19858 ac_status=$?
19859 grep -v '^ *+' conftest.er1 >conftest.err
19860 rm -f conftest.er1
19861 cat conftest.err >&5
19862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19863 (exit $ac_status); } && {
19864 test -z "$ac_c_werror_flag" ||
19865 test ! -s conftest.err
19866 } && test -s conftest.$ac_objext; then
19867 ac_cv_member_struct_statfs_f_namelen=yes
19868 else
19869 echo "$as_me: failed program was:" >&5
19870 sed 's/^/| /' conftest.$ac_ext >&5
19872 cat >conftest.$ac_ext <<_ACEOF
19873 /* confdefs.h. */
19874 _ACEOF
19875 cat confdefs.h >>conftest.$ac_ext
19876 cat >>conftest.$ac_ext <<_ACEOF
19877 /* end confdefs.h. */
19878 #include <sys/types.h>
19879 #ifdef HAVE_SYS_PARAM_H
19880 # include <sys/param.h>
19881 #endif
19882 #ifdef HAVE_SYS_MOUNT_H
19883 # include <sys/mount.h>
19884 #endif
19885 #ifdef HAVE_SYS_VFS_H
19886 # include <sys/vfs.h>
19887 #endif
19888 #ifdef HAVE_SYS_STATFS_H
19889 # include <sys/statfs.h>
19890 #endif
19893 main ()
19895 static struct statfs ac_aggr;
19896 if (sizeof ac_aggr.f_namelen)
19897 return 0;
19899 return 0;
19901 _ACEOF
19902 rm -f conftest.$ac_objext
19903 if { (ac_try="$ac_compile"
19904 case "(($ac_try" in
19905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19906 *) ac_try_echo=$ac_try;;
19907 esac
19908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19909 (eval "$ac_compile") 2>conftest.er1
19910 ac_status=$?
19911 grep -v '^ *+' conftest.er1 >conftest.err
19912 rm -f conftest.er1
19913 cat conftest.err >&5
19914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19915 (exit $ac_status); } && {
19916 test -z "$ac_c_werror_flag" ||
19917 test ! -s conftest.err
19918 } && test -s conftest.$ac_objext; then
19919 ac_cv_member_struct_statfs_f_namelen=yes
19920 else
19921 echo "$as_me: failed program was:" >&5
19922 sed 's/^/| /' conftest.$ac_ext >&5
19924 ac_cv_member_struct_statfs_f_namelen=no
19927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19932 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19933 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19934 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19936 cat >>confdefs.h <<_ACEOF
19937 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19938 _ACEOF
19944 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19945 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19946 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19947 echo $ECHO_N "(cached) $ECHO_C" >&6
19948 else
19949 cat >conftest.$ac_ext <<_ACEOF
19950 /* confdefs.h. */
19951 _ACEOF
19952 cat confdefs.h >>conftest.$ac_ext
19953 cat >>conftest.$ac_ext <<_ACEOF
19954 /* end confdefs.h. */
19955 #ifdef HAVE_SYS_STATVFS_H
19956 #include <sys/statvfs.h>
19957 #endif
19960 main ()
19962 static struct statvfs ac_aggr;
19963 if (ac_aggr.f_blocks)
19964 return 0;
19966 return 0;
19968 _ACEOF
19969 rm -f conftest.$ac_objext
19970 if { (ac_try="$ac_compile"
19971 case "(($ac_try" in
19972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19973 *) ac_try_echo=$ac_try;;
19974 esac
19975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19976 (eval "$ac_compile") 2>conftest.er1
19977 ac_status=$?
19978 grep -v '^ *+' conftest.er1 >conftest.err
19979 rm -f conftest.er1
19980 cat conftest.err >&5
19981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19982 (exit $ac_status); } && {
19983 test -z "$ac_c_werror_flag" ||
19984 test ! -s conftest.err
19985 } && test -s conftest.$ac_objext; then
19986 ac_cv_member_struct_statvfs_f_blocks=yes
19987 else
19988 echo "$as_me: failed program was:" >&5
19989 sed 's/^/| /' conftest.$ac_ext >&5
19991 cat >conftest.$ac_ext <<_ACEOF
19992 /* confdefs.h. */
19993 _ACEOF
19994 cat confdefs.h >>conftest.$ac_ext
19995 cat >>conftest.$ac_ext <<_ACEOF
19996 /* end confdefs.h. */
19997 #ifdef HAVE_SYS_STATVFS_H
19998 #include <sys/statvfs.h>
19999 #endif
20002 main ()
20004 static struct statvfs ac_aggr;
20005 if (sizeof ac_aggr.f_blocks)
20006 return 0;
20008 return 0;
20010 _ACEOF
20011 rm -f conftest.$ac_objext
20012 if { (ac_try="$ac_compile"
20013 case "(($ac_try" in
20014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20015 *) ac_try_echo=$ac_try;;
20016 esac
20017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20018 (eval "$ac_compile") 2>conftest.er1
20019 ac_status=$?
20020 grep -v '^ *+' conftest.er1 >conftest.err
20021 rm -f conftest.er1
20022 cat conftest.err >&5
20023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20024 (exit $ac_status); } && {
20025 test -z "$ac_c_werror_flag" ||
20026 test ! -s conftest.err
20027 } && test -s conftest.$ac_objext; then
20028 ac_cv_member_struct_statvfs_f_blocks=yes
20029 else
20030 echo "$as_me: failed program was:" >&5
20031 sed 's/^/| /' conftest.$ac_ext >&5
20033 ac_cv_member_struct_statvfs_f_blocks=no
20036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20041 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20042 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20043 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20045 cat >>confdefs.h <<_ACEOF
20046 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20047 _ACEOF
20053 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20054 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20055 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20056 echo $ECHO_N "(cached) $ECHO_C" >&6
20057 else
20058 cat >conftest.$ac_ext <<_ACEOF
20059 /* confdefs.h. */
20060 _ACEOF
20061 cat confdefs.h >>conftest.$ac_ext
20062 cat >>conftest.$ac_ext <<_ACEOF
20063 /* end confdefs.h. */
20064 #include <sys/types.h>
20065 #ifdef HAVE_SYS_SOCKET_H
20066 # include <sys/socket.h>
20067 #endif
20068 #ifdef HAVE_SYS_UN_H
20069 # include <sys/un.h>
20070 #endif
20073 main ()
20075 static struct msghdr ac_aggr;
20076 if (ac_aggr.msg_accrights)
20077 return 0;
20079 return 0;
20081 _ACEOF
20082 rm -f conftest.$ac_objext
20083 if { (ac_try="$ac_compile"
20084 case "(($ac_try" in
20085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20086 *) ac_try_echo=$ac_try;;
20087 esac
20088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20089 (eval "$ac_compile") 2>conftest.er1
20090 ac_status=$?
20091 grep -v '^ *+' conftest.er1 >conftest.err
20092 rm -f conftest.er1
20093 cat conftest.err >&5
20094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20095 (exit $ac_status); } && {
20096 test -z "$ac_c_werror_flag" ||
20097 test ! -s conftest.err
20098 } && test -s conftest.$ac_objext; then
20099 ac_cv_member_struct_msghdr_msg_accrights=yes
20100 else
20101 echo "$as_me: failed program was:" >&5
20102 sed 's/^/| /' conftest.$ac_ext >&5
20104 cat >conftest.$ac_ext <<_ACEOF
20105 /* confdefs.h. */
20106 _ACEOF
20107 cat confdefs.h >>conftest.$ac_ext
20108 cat >>conftest.$ac_ext <<_ACEOF
20109 /* end confdefs.h. */
20110 #include <sys/types.h>
20111 #ifdef HAVE_SYS_SOCKET_H
20112 # include <sys/socket.h>
20113 #endif
20114 #ifdef HAVE_SYS_UN_H
20115 # include <sys/un.h>
20116 #endif
20119 main ()
20121 static struct msghdr ac_aggr;
20122 if (sizeof ac_aggr.msg_accrights)
20123 return 0;
20125 return 0;
20127 _ACEOF
20128 rm -f conftest.$ac_objext
20129 if { (ac_try="$ac_compile"
20130 case "(($ac_try" in
20131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20132 *) ac_try_echo=$ac_try;;
20133 esac
20134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20135 (eval "$ac_compile") 2>conftest.er1
20136 ac_status=$?
20137 grep -v '^ *+' conftest.er1 >conftest.err
20138 rm -f conftest.er1
20139 cat conftest.err >&5
20140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20141 (exit $ac_status); } && {
20142 test -z "$ac_c_werror_flag" ||
20143 test ! -s conftest.err
20144 } && test -s conftest.$ac_objext; then
20145 ac_cv_member_struct_msghdr_msg_accrights=yes
20146 else
20147 echo "$as_me: failed program was:" >&5
20148 sed 's/^/| /' conftest.$ac_ext >&5
20150 ac_cv_member_struct_msghdr_msg_accrights=no
20153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20156 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20158 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20159 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20160 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20162 cat >>confdefs.h <<_ACEOF
20163 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20164 _ACEOF
20168 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20169 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20170 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20171 echo $ECHO_N "(cached) $ECHO_C" >&6
20172 else
20173 cat >conftest.$ac_ext <<_ACEOF
20174 /* confdefs.h. */
20175 _ACEOF
20176 cat confdefs.h >>conftest.$ac_ext
20177 cat >>conftest.$ac_ext <<_ACEOF
20178 /* end confdefs.h. */
20179 #include <sys/types.h>
20180 #ifdef HAVE_SYS_SOCKET_H
20181 # include <sys/socket.h>
20182 #endif
20183 #ifdef HAVE_SYS_UN_H
20184 # include <sys/un.h>
20185 #endif
20188 main ()
20190 static struct sockaddr ac_aggr;
20191 if (ac_aggr.sa_len)
20192 return 0;
20194 return 0;
20196 _ACEOF
20197 rm -f conftest.$ac_objext
20198 if { (ac_try="$ac_compile"
20199 case "(($ac_try" in
20200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20201 *) ac_try_echo=$ac_try;;
20202 esac
20203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20204 (eval "$ac_compile") 2>conftest.er1
20205 ac_status=$?
20206 grep -v '^ *+' conftest.er1 >conftest.err
20207 rm -f conftest.er1
20208 cat conftest.err >&5
20209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20210 (exit $ac_status); } && {
20211 test -z "$ac_c_werror_flag" ||
20212 test ! -s conftest.err
20213 } && test -s conftest.$ac_objext; then
20214 ac_cv_member_struct_sockaddr_sa_len=yes
20215 else
20216 echo "$as_me: failed program was:" >&5
20217 sed 's/^/| /' conftest.$ac_ext >&5
20219 cat >conftest.$ac_ext <<_ACEOF
20220 /* confdefs.h. */
20221 _ACEOF
20222 cat confdefs.h >>conftest.$ac_ext
20223 cat >>conftest.$ac_ext <<_ACEOF
20224 /* end confdefs.h. */
20225 #include <sys/types.h>
20226 #ifdef HAVE_SYS_SOCKET_H
20227 # include <sys/socket.h>
20228 #endif
20229 #ifdef HAVE_SYS_UN_H
20230 # include <sys/un.h>
20231 #endif
20234 main ()
20236 static struct sockaddr ac_aggr;
20237 if (sizeof ac_aggr.sa_len)
20238 return 0;
20240 return 0;
20242 _ACEOF
20243 rm -f conftest.$ac_objext
20244 if { (ac_try="$ac_compile"
20245 case "(($ac_try" in
20246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20247 *) ac_try_echo=$ac_try;;
20248 esac
20249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20250 (eval "$ac_compile") 2>conftest.er1
20251 ac_status=$?
20252 grep -v '^ *+' conftest.er1 >conftest.err
20253 rm -f conftest.er1
20254 cat conftest.err >&5
20255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20256 (exit $ac_status); } && {
20257 test -z "$ac_c_werror_flag" ||
20258 test ! -s conftest.err
20259 } && test -s conftest.$ac_objext; then
20260 ac_cv_member_struct_sockaddr_sa_len=yes
20261 else
20262 echo "$as_me: failed program was:" >&5
20263 sed 's/^/| /' conftest.$ac_ext >&5
20265 ac_cv_member_struct_sockaddr_sa_len=no
20268 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20273 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20274 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20275 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20277 cat >>confdefs.h <<_ACEOF
20278 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20279 _ACEOF
20283 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20284 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20285 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20286 echo $ECHO_N "(cached) $ECHO_C" >&6
20287 else
20288 cat >conftest.$ac_ext <<_ACEOF
20289 /* confdefs.h. */
20290 _ACEOF
20291 cat confdefs.h >>conftest.$ac_ext
20292 cat >>conftest.$ac_ext <<_ACEOF
20293 /* end confdefs.h. */
20294 #include <sys/types.h>
20295 #ifdef HAVE_SYS_SOCKET_H
20296 # include <sys/socket.h>
20297 #endif
20298 #ifdef HAVE_SYS_UN_H
20299 # include <sys/un.h>
20300 #endif
20303 main ()
20305 static struct sockaddr_un ac_aggr;
20306 if (ac_aggr.sun_len)
20307 return 0;
20309 return 0;
20311 _ACEOF
20312 rm -f conftest.$ac_objext
20313 if { (ac_try="$ac_compile"
20314 case "(($ac_try" in
20315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20316 *) ac_try_echo=$ac_try;;
20317 esac
20318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20319 (eval "$ac_compile") 2>conftest.er1
20320 ac_status=$?
20321 grep -v '^ *+' conftest.er1 >conftest.err
20322 rm -f conftest.er1
20323 cat conftest.err >&5
20324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20325 (exit $ac_status); } && {
20326 test -z "$ac_c_werror_flag" ||
20327 test ! -s conftest.err
20328 } && test -s conftest.$ac_objext; then
20329 ac_cv_member_struct_sockaddr_un_sun_len=yes
20330 else
20331 echo "$as_me: failed program was:" >&5
20332 sed 's/^/| /' conftest.$ac_ext >&5
20334 cat >conftest.$ac_ext <<_ACEOF
20335 /* confdefs.h. */
20336 _ACEOF
20337 cat confdefs.h >>conftest.$ac_ext
20338 cat >>conftest.$ac_ext <<_ACEOF
20339 /* end confdefs.h. */
20340 #include <sys/types.h>
20341 #ifdef HAVE_SYS_SOCKET_H
20342 # include <sys/socket.h>
20343 #endif
20344 #ifdef HAVE_SYS_UN_H
20345 # include <sys/un.h>
20346 #endif
20349 main ()
20351 static struct sockaddr_un ac_aggr;
20352 if (sizeof ac_aggr.sun_len)
20353 return 0;
20355 return 0;
20357 _ACEOF
20358 rm -f conftest.$ac_objext
20359 if { (ac_try="$ac_compile"
20360 case "(($ac_try" in
20361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20362 *) ac_try_echo=$ac_try;;
20363 esac
20364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20365 (eval "$ac_compile") 2>conftest.er1
20366 ac_status=$?
20367 grep -v '^ *+' conftest.er1 >conftest.err
20368 rm -f conftest.er1
20369 cat conftest.err >&5
20370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20371 (exit $ac_status); } && {
20372 test -z "$ac_c_werror_flag" ||
20373 test ! -s conftest.err
20374 } && test -s conftest.$ac_objext; then
20375 ac_cv_member_struct_sockaddr_un_sun_len=yes
20376 else
20377 echo "$as_me: failed program was:" >&5
20378 sed 's/^/| /' conftest.$ac_ext >&5
20380 ac_cv_member_struct_sockaddr_un_sun_len=no
20383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20388 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20389 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20390 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20392 cat >>confdefs.h <<_ACEOF
20393 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20394 _ACEOF
20400 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20401 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20402 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20403 echo $ECHO_N "(cached) $ECHO_C" >&6
20404 else
20405 cat >conftest.$ac_ext <<_ACEOF
20406 /* confdefs.h. */
20407 _ACEOF
20408 cat confdefs.h >>conftest.$ac_ext
20409 cat >>conftest.$ac_ext <<_ACEOF
20410 /* end confdefs.h. */
20411 #include <sys/types.h>
20412 #ifdef HAVE_SCSI_SG_H
20413 #include <scsi/sg.h>
20414 #endif
20417 main ()
20419 static scsireq_t ac_aggr;
20420 if (ac_aggr.cmd)
20421 return 0;
20423 return 0;
20425 _ACEOF
20426 rm -f conftest.$ac_objext
20427 if { (ac_try="$ac_compile"
20428 case "(($ac_try" in
20429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20430 *) ac_try_echo=$ac_try;;
20431 esac
20432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20433 (eval "$ac_compile") 2>conftest.er1
20434 ac_status=$?
20435 grep -v '^ *+' conftest.er1 >conftest.err
20436 rm -f conftest.er1
20437 cat conftest.err >&5
20438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20439 (exit $ac_status); } && {
20440 test -z "$ac_c_werror_flag" ||
20441 test ! -s conftest.err
20442 } && test -s conftest.$ac_objext; then
20443 ac_cv_member_scsireq_t_cmd=yes
20444 else
20445 echo "$as_me: failed program was:" >&5
20446 sed 's/^/| /' conftest.$ac_ext >&5
20448 cat >conftest.$ac_ext <<_ACEOF
20449 /* confdefs.h. */
20450 _ACEOF
20451 cat confdefs.h >>conftest.$ac_ext
20452 cat >>conftest.$ac_ext <<_ACEOF
20453 /* end confdefs.h. */
20454 #include <sys/types.h>
20455 #ifdef HAVE_SCSI_SG_H
20456 #include <scsi/sg.h>
20457 #endif
20460 main ()
20462 static scsireq_t ac_aggr;
20463 if (sizeof ac_aggr.cmd)
20464 return 0;
20466 return 0;
20468 _ACEOF
20469 rm -f conftest.$ac_objext
20470 if { (ac_try="$ac_compile"
20471 case "(($ac_try" in
20472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20473 *) ac_try_echo=$ac_try;;
20474 esac
20475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20476 (eval "$ac_compile") 2>conftest.er1
20477 ac_status=$?
20478 grep -v '^ *+' conftest.er1 >conftest.err
20479 rm -f conftest.er1
20480 cat conftest.err >&5
20481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20482 (exit $ac_status); } && {
20483 test -z "$ac_c_werror_flag" ||
20484 test ! -s conftest.err
20485 } && test -s conftest.$ac_objext; then
20486 ac_cv_member_scsireq_t_cmd=yes
20487 else
20488 echo "$as_me: failed program was:" >&5
20489 sed 's/^/| /' conftest.$ac_ext >&5
20491 ac_cv_member_scsireq_t_cmd=no
20494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20499 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20500 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20501 if test $ac_cv_member_scsireq_t_cmd = yes; then
20503 cat >>confdefs.h <<_ACEOF
20504 #define HAVE_SCSIREQ_T_CMD 1
20505 _ACEOF
20509 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20510 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20511 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20512 echo $ECHO_N "(cached) $ECHO_C" >&6
20513 else
20514 cat >conftest.$ac_ext <<_ACEOF
20515 /* confdefs.h. */
20516 _ACEOF
20517 cat confdefs.h >>conftest.$ac_ext
20518 cat >>conftest.$ac_ext <<_ACEOF
20519 /* end confdefs.h. */
20520 #include <sys/types.h>
20521 #ifdef HAVE_SCSI_SG_H
20522 #include <scsi/sg.h>
20523 #endif
20526 main ()
20528 static sg_io_hdr_t ac_aggr;
20529 if (ac_aggr.interface_id)
20530 return 0;
20532 return 0;
20534 _ACEOF
20535 rm -f conftest.$ac_objext
20536 if { (ac_try="$ac_compile"
20537 case "(($ac_try" in
20538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20539 *) ac_try_echo=$ac_try;;
20540 esac
20541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20542 (eval "$ac_compile") 2>conftest.er1
20543 ac_status=$?
20544 grep -v '^ *+' conftest.er1 >conftest.err
20545 rm -f conftest.er1
20546 cat conftest.err >&5
20547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20548 (exit $ac_status); } && {
20549 test -z "$ac_c_werror_flag" ||
20550 test ! -s conftest.err
20551 } && test -s conftest.$ac_objext; then
20552 ac_cv_member_sg_io_hdr_t_interface_id=yes
20553 else
20554 echo "$as_me: failed program was:" >&5
20555 sed 's/^/| /' conftest.$ac_ext >&5
20557 cat >conftest.$ac_ext <<_ACEOF
20558 /* confdefs.h. */
20559 _ACEOF
20560 cat confdefs.h >>conftest.$ac_ext
20561 cat >>conftest.$ac_ext <<_ACEOF
20562 /* end confdefs.h. */
20563 #include <sys/types.h>
20564 #ifdef HAVE_SCSI_SG_H
20565 #include <scsi/sg.h>
20566 #endif
20569 main ()
20571 static sg_io_hdr_t ac_aggr;
20572 if (sizeof ac_aggr.interface_id)
20573 return 0;
20575 return 0;
20577 _ACEOF
20578 rm -f conftest.$ac_objext
20579 if { (ac_try="$ac_compile"
20580 case "(($ac_try" in
20581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20582 *) ac_try_echo=$ac_try;;
20583 esac
20584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20585 (eval "$ac_compile") 2>conftest.er1
20586 ac_status=$?
20587 grep -v '^ *+' conftest.er1 >conftest.err
20588 rm -f conftest.er1
20589 cat conftest.err >&5
20590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20591 (exit $ac_status); } && {
20592 test -z "$ac_c_werror_flag" ||
20593 test ! -s conftest.err
20594 } && test -s conftest.$ac_objext; then
20595 ac_cv_member_sg_io_hdr_t_interface_id=yes
20596 else
20597 echo "$as_me: failed program was:" >&5
20598 sed 's/^/| /' conftest.$ac_ext >&5
20600 ac_cv_member_sg_io_hdr_t_interface_id=no
20603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20608 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20609 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20610 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20612 cat >>confdefs.h <<_ACEOF
20613 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20614 _ACEOF
20620 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20621 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20622 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20623 echo $ECHO_N "(cached) $ECHO_C" >&6
20624 else
20625 cat >conftest.$ac_ext <<_ACEOF
20626 /* confdefs.h. */
20627 _ACEOF
20628 cat confdefs.h >>conftest.$ac_ext
20629 cat >>conftest.$ac_ext <<_ACEOF
20630 /* end confdefs.h. */
20631 #include <signal.h>
20634 main ()
20636 static siginfo_t ac_aggr;
20637 if (ac_aggr.si_fd)
20638 return 0;
20640 return 0;
20642 _ACEOF
20643 rm -f conftest.$ac_objext
20644 if { (ac_try="$ac_compile"
20645 case "(($ac_try" in
20646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20647 *) ac_try_echo=$ac_try;;
20648 esac
20649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20650 (eval "$ac_compile") 2>conftest.er1
20651 ac_status=$?
20652 grep -v '^ *+' conftest.er1 >conftest.err
20653 rm -f conftest.er1
20654 cat conftest.err >&5
20655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20656 (exit $ac_status); } && {
20657 test -z "$ac_c_werror_flag" ||
20658 test ! -s conftest.err
20659 } && test -s conftest.$ac_objext; then
20660 ac_cv_member_siginfo_t_si_fd=yes
20661 else
20662 echo "$as_me: failed program was:" >&5
20663 sed 's/^/| /' conftest.$ac_ext >&5
20665 cat >conftest.$ac_ext <<_ACEOF
20666 /* confdefs.h. */
20667 _ACEOF
20668 cat confdefs.h >>conftest.$ac_ext
20669 cat >>conftest.$ac_ext <<_ACEOF
20670 /* end confdefs.h. */
20671 #include <signal.h>
20674 main ()
20676 static siginfo_t ac_aggr;
20677 if (sizeof ac_aggr.si_fd)
20678 return 0;
20680 return 0;
20682 _ACEOF
20683 rm -f conftest.$ac_objext
20684 if { (ac_try="$ac_compile"
20685 case "(($ac_try" in
20686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20687 *) ac_try_echo=$ac_try;;
20688 esac
20689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20690 (eval "$ac_compile") 2>conftest.er1
20691 ac_status=$?
20692 grep -v '^ *+' conftest.er1 >conftest.err
20693 rm -f conftest.er1
20694 cat conftest.err >&5
20695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20696 (exit $ac_status); } && {
20697 test -z "$ac_c_werror_flag" ||
20698 test ! -s conftest.err
20699 } && test -s conftest.$ac_objext; then
20700 ac_cv_member_siginfo_t_si_fd=yes
20701 else
20702 echo "$as_me: failed program was:" >&5
20703 sed 's/^/| /' conftest.$ac_ext >&5
20705 ac_cv_member_siginfo_t_si_fd=no
20708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20713 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20714 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20715 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20717 cat >>confdefs.h <<_ACEOF
20718 #define HAVE_SIGINFO_T_SI_FD 1
20719 _ACEOF
20725 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20726 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20727 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20728 echo $ECHO_N "(cached) $ECHO_C" >&6
20729 else
20730 cat >conftest.$ac_ext <<_ACEOF
20731 /* confdefs.h. */
20732 _ACEOF
20733 cat confdefs.h >>conftest.$ac_ext
20734 cat >>conftest.$ac_ext <<_ACEOF
20735 /* end confdefs.h. */
20736 #include <sys/types.h>
20737 #ifdef HAVE_SYS_MTIO_H
20738 #include <sys/mtio.h>
20739 #endif
20742 main ()
20744 static struct mtget ac_aggr;
20745 if (ac_aggr.mt_blksiz)
20746 return 0;
20748 return 0;
20750 _ACEOF
20751 rm -f conftest.$ac_objext
20752 if { (ac_try="$ac_compile"
20753 case "(($ac_try" in
20754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20755 *) ac_try_echo=$ac_try;;
20756 esac
20757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20758 (eval "$ac_compile") 2>conftest.er1
20759 ac_status=$?
20760 grep -v '^ *+' conftest.er1 >conftest.err
20761 rm -f conftest.er1
20762 cat conftest.err >&5
20763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20764 (exit $ac_status); } && {
20765 test -z "$ac_c_werror_flag" ||
20766 test ! -s conftest.err
20767 } && test -s conftest.$ac_objext; then
20768 ac_cv_member_struct_mtget_mt_blksiz=yes
20769 else
20770 echo "$as_me: failed program was:" >&5
20771 sed 's/^/| /' conftest.$ac_ext >&5
20773 cat >conftest.$ac_ext <<_ACEOF
20774 /* confdefs.h. */
20775 _ACEOF
20776 cat confdefs.h >>conftest.$ac_ext
20777 cat >>conftest.$ac_ext <<_ACEOF
20778 /* end confdefs.h. */
20779 #include <sys/types.h>
20780 #ifdef HAVE_SYS_MTIO_H
20781 #include <sys/mtio.h>
20782 #endif
20785 main ()
20787 static struct mtget ac_aggr;
20788 if (sizeof ac_aggr.mt_blksiz)
20789 return 0;
20791 return 0;
20793 _ACEOF
20794 rm -f conftest.$ac_objext
20795 if { (ac_try="$ac_compile"
20796 case "(($ac_try" in
20797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20798 *) ac_try_echo=$ac_try;;
20799 esac
20800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20801 (eval "$ac_compile") 2>conftest.er1
20802 ac_status=$?
20803 grep -v '^ *+' conftest.er1 >conftest.err
20804 rm -f conftest.er1
20805 cat conftest.err >&5
20806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20807 (exit $ac_status); } && {
20808 test -z "$ac_c_werror_flag" ||
20809 test ! -s conftest.err
20810 } && test -s conftest.$ac_objext; then
20811 ac_cv_member_struct_mtget_mt_blksiz=yes
20812 else
20813 echo "$as_me: failed program was:" >&5
20814 sed 's/^/| /' conftest.$ac_ext >&5
20816 ac_cv_member_struct_mtget_mt_blksiz=no
20819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20824 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20825 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20826 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20828 cat >>confdefs.h <<_ACEOF
20829 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20830 _ACEOF
20834 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20835 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20836 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20837 echo $ECHO_N "(cached) $ECHO_C" >&6
20838 else
20839 cat >conftest.$ac_ext <<_ACEOF
20840 /* confdefs.h. */
20841 _ACEOF
20842 cat confdefs.h >>conftest.$ac_ext
20843 cat >>conftest.$ac_ext <<_ACEOF
20844 /* end confdefs.h. */
20845 #include <sys/types.h>
20846 #ifdef HAVE_SYS_MTIO_H
20847 #include <sys/mtio.h>
20848 #endif
20851 main ()
20853 static struct mtget ac_aggr;
20854 if (ac_aggr.mt_gstat)
20855 return 0;
20857 return 0;
20859 _ACEOF
20860 rm -f conftest.$ac_objext
20861 if { (ac_try="$ac_compile"
20862 case "(($ac_try" in
20863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20864 *) ac_try_echo=$ac_try;;
20865 esac
20866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20867 (eval "$ac_compile") 2>conftest.er1
20868 ac_status=$?
20869 grep -v '^ *+' conftest.er1 >conftest.err
20870 rm -f conftest.er1
20871 cat conftest.err >&5
20872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20873 (exit $ac_status); } && {
20874 test -z "$ac_c_werror_flag" ||
20875 test ! -s conftest.err
20876 } && test -s conftest.$ac_objext; then
20877 ac_cv_member_struct_mtget_mt_gstat=yes
20878 else
20879 echo "$as_me: failed program was:" >&5
20880 sed 's/^/| /' conftest.$ac_ext >&5
20882 cat >conftest.$ac_ext <<_ACEOF
20883 /* confdefs.h. */
20884 _ACEOF
20885 cat confdefs.h >>conftest.$ac_ext
20886 cat >>conftest.$ac_ext <<_ACEOF
20887 /* end confdefs.h. */
20888 #include <sys/types.h>
20889 #ifdef HAVE_SYS_MTIO_H
20890 #include <sys/mtio.h>
20891 #endif
20894 main ()
20896 static struct mtget ac_aggr;
20897 if (sizeof ac_aggr.mt_gstat)
20898 return 0;
20900 return 0;
20902 _ACEOF
20903 rm -f conftest.$ac_objext
20904 if { (ac_try="$ac_compile"
20905 case "(($ac_try" in
20906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20907 *) ac_try_echo=$ac_try;;
20908 esac
20909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20910 (eval "$ac_compile") 2>conftest.er1
20911 ac_status=$?
20912 grep -v '^ *+' conftest.er1 >conftest.err
20913 rm -f conftest.er1
20914 cat conftest.err >&5
20915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20916 (exit $ac_status); } && {
20917 test -z "$ac_c_werror_flag" ||
20918 test ! -s conftest.err
20919 } && test -s conftest.$ac_objext; then
20920 ac_cv_member_struct_mtget_mt_gstat=yes
20921 else
20922 echo "$as_me: failed program was:" >&5
20923 sed 's/^/| /' conftest.$ac_ext >&5
20925 ac_cv_member_struct_mtget_mt_gstat=no
20928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20933 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20934 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20935 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20937 cat >>confdefs.h <<_ACEOF
20938 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20939 _ACEOF
20943 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20944 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20945 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20946 echo $ECHO_N "(cached) $ECHO_C" >&6
20947 else
20948 cat >conftest.$ac_ext <<_ACEOF
20949 /* confdefs.h. */
20950 _ACEOF
20951 cat confdefs.h >>conftest.$ac_ext
20952 cat >>conftest.$ac_ext <<_ACEOF
20953 /* end confdefs.h. */
20954 #include <sys/types.h>
20955 #ifdef HAVE_SYS_MTIO_H
20956 #include <sys/mtio.h>
20957 #endif
20960 main ()
20962 static struct mtget ac_aggr;
20963 if (ac_aggr.mt_blkno)
20964 return 0;
20966 return 0;
20968 _ACEOF
20969 rm -f conftest.$ac_objext
20970 if { (ac_try="$ac_compile"
20971 case "(($ac_try" in
20972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20973 *) ac_try_echo=$ac_try;;
20974 esac
20975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20976 (eval "$ac_compile") 2>conftest.er1
20977 ac_status=$?
20978 grep -v '^ *+' conftest.er1 >conftest.err
20979 rm -f conftest.er1
20980 cat conftest.err >&5
20981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20982 (exit $ac_status); } && {
20983 test -z "$ac_c_werror_flag" ||
20984 test ! -s conftest.err
20985 } && test -s conftest.$ac_objext; then
20986 ac_cv_member_struct_mtget_mt_blkno=yes
20987 else
20988 echo "$as_me: failed program was:" >&5
20989 sed 's/^/| /' conftest.$ac_ext >&5
20991 cat >conftest.$ac_ext <<_ACEOF
20992 /* confdefs.h. */
20993 _ACEOF
20994 cat confdefs.h >>conftest.$ac_ext
20995 cat >>conftest.$ac_ext <<_ACEOF
20996 /* end confdefs.h. */
20997 #include <sys/types.h>
20998 #ifdef HAVE_SYS_MTIO_H
20999 #include <sys/mtio.h>
21000 #endif
21003 main ()
21005 static struct mtget ac_aggr;
21006 if (sizeof ac_aggr.mt_blkno)
21007 return 0;
21009 return 0;
21011 _ACEOF
21012 rm -f conftest.$ac_objext
21013 if { (ac_try="$ac_compile"
21014 case "(($ac_try" in
21015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21016 *) ac_try_echo=$ac_try;;
21017 esac
21018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21019 (eval "$ac_compile") 2>conftest.er1
21020 ac_status=$?
21021 grep -v '^ *+' conftest.er1 >conftest.err
21022 rm -f conftest.er1
21023 cat conftest.err >&5
21024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21025 (exit $ac_status); } && {
21026 test -z "$ac_c_werror_flag" ||
21027 test ! -s conftest.err
21028 } && test -s conftest.$ac_objext; then
21029 ac_cv_member_struct_mtget_mt_blkno=yes
21030 else
21031 echo "$as_me: failed program was:" >&5
21032 sed 's/^/| /' conftest.$ac_ext >&5
21034 ac_cv_member_struct_mtget_mt_blkno=no
21037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21042 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21043 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21044 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21046 cat >>confdefs.h <<_ACEOF
21047 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21048 _ACEOF
21054 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21055 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21056 if test "${ac_cv_member_struct_option_name+set}" = set; then
21057 echo $ECHO_N "(cached) $ECHO_C" >&6
21058 else
21059 cat >conftest.$ac_ext <<_ACEOF
21060 /* confdefs.h. */
21061 _ACEOF
21062 cat confdefs.h >>conftest.$ac_ext
21063 cat >>conftest.$ac_ext <<_ACEOF
21064 /* end confdefs.h. */
21065 #ifdef HAVE_GETOPT_H
21066 #include <getopt.h>
21067 #endif
21070 main ()
21072 static struct option ac_aggr;
21073 if (ac_aggr.name)
21074 return 0;
21076 return 0;
21078 _ACEOF
21079 rm -f conftest.$ac_objext
21080 if { (ac_try="$ac_compile"
21081 case "(($ac_try" in
21082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21083 *) ac_try_echo=$ac_try;;
21084 esac
21085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21086 (eval "$ac_compile") 2>conftest.er1
21087 ac_status=$?
21088 grep -v '^ *+' conftest.er1 >conftest.err
21089 rm -f conftest.er1
21090 cat conftest.err >&5
21091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21092 (exit $ac_status); } && {
21093 test -z "$ac_c_werror_flag" ||
21094 test ! -s conftest.err
21095 } && test -s conftest.$ac_objext; then
21096 ac_cv_member_struct_option_name=yes
21097 else
21098 echo "$as_me: failed program was:" >&5
21099 sed 's/^/| /' conftest.$ac_ext >&5
21101 cat >conftest.$ac_ext <<_ACEOF
21102 /* confdefs.h. */
21103 _ACEOF
21104 cat confdefs.h >>conftest.$ac_ext
21105 cat >>conftest.$ac_ext <<_ACEOF
21106 /* end confdefs.h. */
21107 #ifdef HAVE_GETOPT_H
21108 #include <getopt.h>
21109 #endif
21112 main ()
21114 static struct option ac_aggr;
21115 if (sizeof ac_aggr.name)
21116 return 0;
21118 return 0;
21120 _ACEOF
21121 rm -f conftest.$ac_objext
21122 if { (ac_try="$ac_compile"
21123 case "(($ac_try" in
21124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21125 *) ac_try_echo=$ac_try;;
21126 esac
21127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21128 (eval "$ac_compile") 2>conftest.er1
21129 ac_status=$?
21130 grep -v '^ *+' conftest.er1 >conftest.err
21131 rm -f conftest.er1
21132 cat conftest.err >&5
21133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21134 (exit $ac_status); } && {
21135 test -z "$ac_c_werror_flag" ||
21136 test ! -s conftest.err
21137 } && test -s conftest.$ac_objext; then
21138 ac_cv_member_struct_option_name=yes
21139 else
21140 echo "$as_me: failed program was:" >&5
21141 sed 's/^/| /' conftest.$ac_ext >&5
21143 ac_cv_member_struct_option_name=no
21146 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21151 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21152 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21153 if test $ac_cv_member_struct_option_name = yes; then
21155 cat >>confdefs.h <<_ACEOF
21156 #define HAVE_STRUCT_OPTION_NAME 1
21157 _ACEOF
21163 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21164 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21165 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21166 echo $ECHO_N "(cached) $ECHO_C" >&6
21167 else
21168 cat >conftest.$ac_ext <<_ACEOF
21169 /* confdefs.h. */
21170 _ACEOF
21171 cat confdefs.h >>conftest.$ac_ext
21172 cat >>conftest.$ac_ext <<_ACEOF
21173 /* end confdefs.h. */
21174 $ac_includes_default
21176 main ()
21178 static struct stat ac_aggr;
21179 if (ac_aggr.st_blocks)
21180 return 0;
21182 return 0;
21184 _ACEOF
21185 rm -f conftest.$ac_objext
21186 if { (ac_try="$ac_compile"
21187 case "(($ac_try" in
21188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21189 *) ac_try_echo=$ac_try;;
21190 esac
21191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21192 (eval "$ac_compile") 2>conftest.er1
21193 ac_status=$?
21194 grep -v '^ *+' conftest.er1 >conftest.err
21195 rm -f conftest.er1
21196 cat conftest.err >&5
21197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21198 (exit $ac_status); } && {
21199 test -z "$ac_c_werror_flag" ||
21200 test ! -s conftest.err
21201 } && test -s conftest.$ac_objext; then
21202 ac_cv_member_struct_stat_st_blocks=yes
21203 else
21204 echo "$as_me: failed program was:" >&5
21205 sed 's/^/| /' conftest.$ac_ext >&5
21207 cat >conftest.$ac_ext <<_ACEOF
21208 /* confdefs.h. */
21209 _ACEOF
21210 cat confdefs.h >>conftest.$ac_ext
21211 cat >>conftest.$ac_ext <<_ACEOF
21212 /* end confdefs.h. */
21213 $ac_includes_default
21215 main ()
21217 static struct stat ac_aggr;
21218 if (sizeof ac_aggr.st_blocks)
21219 return 0;
21221 return 0;
21223 _ACEOF
21224 rm -f conftest.$ac_objext
21225 if { (ac_try="$ac_compile"
21226 case "(($ac_try" in
21227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21228 *) ac_try_echo=$ac_try;;
21229 esac
21230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21231 (eval "$ac_compile") 2>conftest.er1
21232 ac_status=$?
21233 grep -v '^ *+' conftest.er1 >conftest.err
21234 rm -f conftest.er1
21235 cat conftest.err >&5
21236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21237 (exit $ac_status); } && {
21238 test -z "$ac_c_werror_flag" ||
21239 test ! -s conftest.err
21240 } && test -s conftest.$ac_objext; then
21241 ac_cv_member_struct_stat_st_blocks=yes
21242 else
21243 echo "$as_me: failed program was:" >&5
21244 sed 's/^/| /' conftest.$ac_ext >&5
21246 ac_cv_member_struct_stat_st_blocks=no
21249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21254 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21255 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21256 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21258 cat >>confdefs.h <<_ACEOF
21259 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21260 _ACEOF
21264 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21265 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21266 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21267 echo $ECHO_N "(cached) $ECHO_C" >&6
21268 else
21269 cat >conftest.$ac_ext <<_ACEOF
21270 /* confdefs.h. */
21271 _ACEOF
21272 cat confdefs.h >>conftest.$ac_ext
21273 cat >>conftest.$ac_ext <<_ACEOF
21274 /* end confdefs.h. */
21275 $ac_includes_default
21277 main ()
21279 static struct stat ac_aggr;
21280 if (ac_aggr.st_mtim)
21281 return 0;
21283 return 0;
21285 _ACEOF
21286 rm -f conftest.$ac_objext
21287 if { (ac_try="$ac_compile"
21288 case "(($ac_try" in
21289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21290 *) ac_try_echo=$ac_try;;
21291 esac
21292 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21293 (eval "$ac_compile") 2>conftest.er1
21294 ac_status=$?
21295 grep -v '^ *+' conftest.er1 >conftest.err
21296 rm -f conftest.er1
21297 cat conftest.err >&5
21298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21299 (exit $ac_status); } && {
21300 test -z "$ac_c_werror_flag" ||
21301 test ! -s conftest.err
21302 } && test -s conftest.$ac_objext; then
21303 ac_cv_member_struct_stat_st_mtim=yes
21304 else
21305 echo "$as_me: failed program was:" >&5
21306 sed 's/^/| /' conftest.$ac_ext >&5
21308 cat >conftest.$ac_ext <<_ACEOF
21309 /* confdefs.h. */
21310 _ACEOF
21311 cat confdefs.h >>conftest.$ac_ext
21312 cat >>conftest.$ac_ext <<_ACEOF
21313 /* end confdefs.h. */
21314 $ac_includes_default
21316 main ()
21318 static struct stat ac_aggr;
21319 if (sizeof ac_aggr.st_mtim)
21320 return 0;
21322 return 0;
21324 _ACEOF
21325 rm -f conftest.$ac_objext
21326 if { (ac_try="$ac_compile"
21327 case "(($ac_try" in
21328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21329 *) ac_try_echo=$ac_try;;
21330 esac
21331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21332 (eval "$ac_compile") 2>conftest.er1
21333 ac_status=$?
21334 grep -v '^ *+' conftest.er1 >conftest.err
21335 rm -f conftest.er1
21336 cat conftest.err >&5
21337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21338 (exit $ac_status); } && {
21339 test -z "$ac_c_werror_flag" ||
21340 test ! -s conftest.err
21341 } && test -s conftest.$ac_objext; then
21342 ac_cv_member_struct_stat_st_mtim=yes
21343 else
21344 echo "$as_me: failed program was:" >&5
21345 sed 's/^/| /' conftest.$ac_ext >&5
21347 ac_cv_member_struct_stat_st_mtim=no
21350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21355 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21356 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21357 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21359 cat >>confdefs.h <<_ACEOF
21360 #define HAVE_STRUCT_STAT_ST_MTIM 1
21361 _ACEOF
21365 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21366 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21367 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21368 echo $ECHO_N "(cached) $ECHO_C" >&6
21369 else
21370 cat >conftest.$ac_ext <<_ACEOF
21371 /* confdefs.h. */
21372 _ACEOF
21373 cat confdefs.h >>conftest.$ac_ext
21374 cat >>conftest.$ac_ext <<_ACEOF
21375 /* end confdefs.h. */
21376 $ac_includes_default
21378 main ()
21380 static struct stat ac_aggr;
21381 if (ac_aggr.st_ctim)
21382 return 0;
21384 return 0;
21386 _ACEOF
21387 rm -f conftest.$ac_objext
21388 if { (ac_try="$ac_compile"
21389 case "(($ac_try" in
21390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21391 *) ac_try_echo=$ac_try;;
21392 esac
21393 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21394 (eval "$ac_compile") 2>conftest.er1
21395 ac_status=$?
21396 grep -v '^ *+' conftest.er1 >conftest.err
21397 rm -f conftest.er1
21398 cat conftest.err >&5
21399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21400 (exit $ac_status); } && {
21401 test -z "$ac_c_werror_flag" ||
21402 test ! -s conftest.err
21403 } && test -s conftest.$ac_objext; then
21404 ac_cv_member_struct_stat_st_ctim=yes
21405 else
21406 echo "$as_me: failed program was:" >&5
21407 sed 's/^/| /' conftest.$ac_ext >&5
21409 cat >conftest.$ac_ext <<_ACEOF
21410 /* confdefs.h. */
21411 _ACEOF
21412 cat confdefs.h >>conftest.$ac_ext
21413 cat >>conftest.$ac_ext <<_ACEOF
21414 /* end confdefs.h. */
21415 $ac_includes_default
21417 main ()
21419 static struct stat ac_aggr;
21420 if (sizeof ac_aggr.st_ctim)
21421 return 0;
21423 return 0;
21425 _ACEOF
21426 rm -f conftest.$ac_objext
21427 if { (ac_try="$ac_compile"
21428 case "(($ac_try" in
21429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21430 *) ac_try_echo=$ac_try;;
21431 esac
21432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21433 (eval "$ac_compile") 2>conftest.er1
21434 ac_status=$?
21435 grep -v '^ *+' conftest.er1 >conftest.err
21436 rm -f conftest.er1
21437 cat conftest.err >&5
21438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21439 (exit $ac_status); } && {
21440 test -z "$ac_c_werror_flag" ||
21441 test ! -s conftest.err
21442 } && test -s conftest.$ac_objext; then
21443 ac_cv_member_struct_stat_st_ctim=yes
21444 else
21445 echo "$as_me: failed program was:" >&5
21446 sed 's/^/| /' conftest.$ac_ext >&5
21448 ac_cv_member_struct_stat_st_ctim=no
21451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21456 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21457 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21458 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21460 cat >>confdefs.h <<_ACEOF
21461 #define HAVE_STRUCT_STAT_ST_CTIM 1
21462 _ACEOF
21466 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21467 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21468 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21469 echo $ECHO_N "(cached) $ECHO_C" >&6
21470 else
21471 cat >conftest.$ac_ext <<_ACEOF
21472 /* confdefs.h. */
21473 _ACEOF
21474 cat confdefs.h >>conftest.$ac_ext
21475 cat >>conftest.$ac_ext <<_ACEOF
21476 /* end confdefs.h. */
21477 $ac_includes_default
21479 main ()
21481 static struct stat ac_aggr;
21482 if (ac_aggr.st_atim)
21483 return 0;
21485 return 0;
21487 _ACEOF
21488 rm -f conftest.$ac_objext
21489 if { (ac_try="$ac_compile"
21490 case "(($ac_try" in
21491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21492 *) ac_try_echo=$ac_try;;
21493 esac
21494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21495 (eval "$ac_compile") 2>conftest.er1
21496 ac_status=$?
21497 grep -v '^ *+' conftest.er1 >conftest.err
21498 rm -f conftest.er1
21499 cat conftest.err >&5
21500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21501 (exit $ac_status); } && {
21502 test -z "$ac_c_werror_flag" ||
21503 test ! -s conftest.err
21504 } && test -s conftest.$ac_objext; then
21505 ac_cv_member_struct_stat_st_atim=yes
21506 else
21507 echo "$as_me: failed program was:" >&5
21508 sed 's/^/| /' conftest.$ac_ext >&5
21510 cat >conftest.$ac_ext <<_ACEOF
21511 /* confdefs.h. */
21512 _ACEOF
21513 cat confdefs.h >>conftest.$ac_ext
21514 cat >>conftest.$ac_ext <<_ACEOF
21515 /* end confdefs.h. */
21516 $ac_includes_default
21518 main ()
21520 static struct stat ac_aggr;
21521 if (sizeof ac_aggr.st_atim)
21522 return 0;
21524 return 0;
21526 _ACEOF
21527 rm -f conftest.$ac_objext
21528 if { (ac_try="$ac_compile"
21529 case "(($ac_try" in
21530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21531 *) ac_try_echo=$ac_try;;
21532 esac
21533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21534 (eval "$ac_compile") 2>conftest.er1
21535 ac_status=$?
21536 grep -v '^ *+' conftest.er1 >conftest.err
21537 rm -f conftest.er1
21538 cat conftest.err >&5
21539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21540 (exit $ac_status); } && {
21541 test -z "$ac_c_werror_flag" ||
21542 test ! -s conftest.err
21543 } && test -s conftest.$ac_objext; then
21544 ac_cv_member_struct_stat_st_atim=yes
21545 else
21546 echo "$as_me: failed program was:" >&5
21547 sed 's/^/| /' conftest.$ac_ext >&5
21549 ac_cv_member_struct_stat_st_atim=no
21552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21557 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21558 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21559 if test $ac_cv_member_struct_stat_st_atim = yes; then
21561 cat >>confdefs.h <<_ACEOF
21562 #define HAVE_STRUCT_STAT_ST_ATIM 1
21563 _ACEOF
21569 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21570 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21571 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21572 echo $ECHO_N "(cached) $ECHO_C" >&6
21573 else
21574 cat >conftest.$ac_ext <<_ACEOF
21575 /* confdefs.h. */
21576 _ACEOF
21577 cat confdefs.h >>conftest.$ac_ext
21578 cat >>conftest.$ac_ext <<_ACEOF
21579 /* end confdefs.h. */
21580 #ifdef HAVE_SYS_TYPES_H
21581 #include <sys/types.h>
21582 #endif
21583 #ifdef HAVE_NETINET_IN_H
21584 #include <netinet/in.h>
21585 #endif
21588 main ()
21590 static struct sockaddr_in6 ac_aggr;
21591 if (ac_aggr.sin6_scope_id)
21592 return 0;
21594 return 0;
21596 _ACEOF
21597 rm -f conftest.$ac_objext
21598 if { (ac_try="$ac_compile"
21599 case "(($ac_try" in
21600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21601 *) ac_try_echo=$ac_try;;
21602 esac
21603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21604 (eval "$ac_compile") 2>conftest.er1
21605 ac_status=$?
21606 grep -v '^ *+' conftest.er1 >conftest.err
21607 rm -f conftest.er1
21608 cat conftest.err >&5
21609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21610 (exit $ac_status); } && {
21611 test -z "$ac_c_werror_flag" ||
21612 test ! -s conftest.err
21613 } && test -s conftest.$ac_objext; then
21614 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21615 else
21616 echo "$as_me: failed program was:" >&5
21617 sed 's/^/| /' conftest.$ac_ext >&5
21619 cat >conftest.$ac_ext <<_ACEOF
21620 /* confdefs.h. */
21621 _ACEOF
21622 cat confdefs.h >>conftest.$ac_ext
21623 cat >>conftest.$ac_ext <<_ACEOF
21624 /* end confdefs.h. */
21625 #ifdef HAVE_SYS_TYPES_H
21626 #include <sys/types.h>
21627 #endif
21628 #ifdef HAVE_NETINET_IN_H
21629 #include <netinet/in.h>
21630 #endif
21633 main ()
21635 static struct sockaddr_in6 ac_aggr;
21636 if (sizeof ac_aggr.sin6_scope_id)
21637 return 0;
21639 return 0;
21641 _ACEOF
21642 rm -f conftest.$ac_objext
21643 if { (ac_try="$ac_compile"
21644 case "(($ac_try" in
21645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21646 *) ac_try_echo=$ac_try;;
21647 esac
21648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21649 (eval "$ac_compile") 2>conftest.er1
21650 ac_status=$?
21651 grep -v '^ *+' conftest.er1 >conftest.err
21652 rm -f conftest.er1
21653 cat conftest.err >&5
21654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21655 (exit $ac_status); } && {
21656 test -z "$ac_c_werror_flag" ||
21657 test ! -s conftest.err
21658 } && test -s conftest.$ac_objext; then
21659 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21660 else
21661 echo "$as_me: failed program was:" >&5
21662 sed 's/^/| /' conftest.$ac_ext >&5
21664 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21672 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21673 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21674 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21676 cat >>confdefs.h <<_ACEOF
21677 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21678 _ACEOF
21684 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21685 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21686 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21687 echo $ECHO_N "(cached) $ECHO_C" >&6
21688 else
21689 cat >conftest.$ac_ext <<_ACEOF
21690 /* confdefs.h. */
21691 _ACEOF
21692 cat confdefs.h >>conftest.$ac_ext
21693 cat >>conftest.$ac_ext <<_ACEOF
21694 /* end confdefs.h. */
21695 #ifdef HAVE_SYS_TYPES_H
21696 #include <sys/types.h>
21697 #endif
21698 #ifdef HAVE_NETINET_IN_H
21699 # include <netinet/in.h>
21700 #endif
21701 #ifdef HAVE_ARPA_NAMESER_H
21702 # include <arpa/nameser.h>
21703 #endif
21706 main ()
21708 static ns_msg ac_aggr;
21709 if (ac_aggr._msg_ptr)
21710 return 0;
21712 return 0;
21714 _ACEOF
21715 rm -f conftest.$ac_objext
21716 if { (ac_try="$ac_compile"
21717 case "(($ac_try" in
21718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21719 *) ac_try_echo=$ac_try;;
21720 esac
21721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21722 (eval "$ac_compile") 2>conftest.er1
21723 ac_status=$?
21724 grep -v '^ *+' conftest.er1 >conftest.err
21725 rm -f conftest.er1
21726 cat conftest.err >&5
21727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21728 (exit $ac_status); } && {
21729 test -z "$ac_c_werror_flag" ||
21730 test ! -s conftest.err
21731 } && test -s conftest.$ac_objext; then
21732 ac_cv_member_ns_msg__msg_ptr=yes
21733 else
21734 echo "$as_me: failed program was:" >&5
21735 sed 's/^/| /' conftest.$ac_ext >&5
21737 cat >conftest.$ac_ext <<_ACEOF
21738 /* confdefs.h. */
21739 _ACEOF
21740 cat confdefs.h >>conftest.$ac_ext
21741 cat >>conftest.$ac_ext <<_ACEOF
21742 /* end confdefs.h. */
21743 #ifdef HAVE_SYS_TYPES_H
21744 #include <sys/types.h>
21745 #endif
21746 #ifdef HAVE_NETINET_IN_H
21747 # include <netinet/in.h>
21748 #endif
21749 #ifdef HAVE_ARPA_NAMESER_H
21750 # include <arpa/nameser.h>
21751 #endif
21754 main ()
21756 static ns_msg ac_aggr;
21757 if (sizeof ac_aggr._msg_ptr)
21758 return 0;
21760 return 0;
21762 _ACEOF
21763 rm -f conftest.$ac_objext
21764 if { (ac_try="$ac_compile"
21765 case "(($ac_try" in
21766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21767 *) ac_try_echo=$ac_try;;
21768 esac
21769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21770 (eval "$ac_compile") 2>conftest.er1
21771 ac_status=$?
21772 grep -v '^ *+' conftest.er1 >conftest.err
21773 rm -f conftest.er1
21774 cat conftest.err >&5
21775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21776 (exit $ac_status); } && {
21777 test -z "$ac_c_werror_flag" ||
21778 test ! -s conftest.err
21779 } && test -s conftest.$ac_objext; then
21780 ac_cv_member_ns_msg__msg_ptr=yes
21781 else
21782 echo "$as_me: failed program was:" >&5
21783 sed 's/^/| /' conftest.$ac_ext >&5
21785 ac_cv_member_ns_msg__msg_ptr=no
21788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21793 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21794 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21795 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21797 cat >>confdefs.h <<_ACEOF
21798 #define HAVE_NS_MSG__MSG_PTR 1
21799 _ACEOF
21805 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21806 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21807 if test "${ac_cv_have_timezone+set}" = set; then
21808 echo $ECHO_N "(cached) $ECHO_C" >&6
21809 else
21810 cat >conftest.$ac_ext <<_ACEOF
21811 /* confdefs.h. */
21812 _ACEOF
21813 cat confdefs.h >>conftest.$ac_ext
21814 cat >>conftest.$ac_ext <<_ACEOF
21815 /* end confdefs.h. */
21816 #include <time.h>
21818 main ()
21820 timezone = 1
21822 return 0;
21824 _ACEOF
21825 rm -f conftest.$ac_objext conftest$ac_exeext
21826 if { (ac_try="$ac_link"
21827 case "(($ac_try" in
21828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21829 *) ac_try_echo=$ac_try;;
21830 esac
21831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21832 (eval "$ac_link") 2>conftest.er1
21833 ac_status=$?
21834 grep -v '^ *+' conftest.er1 >conftest.err
21835 rm -f conftest.er1
21836 cat conftest.err >&5
21837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21838 (exit $ac_status); } && {
21839 test -z "$ac_c_werror_flag" ||
21840 test ! -s conftest.err
21841 } && test -s conftest$ac_exeext &&
21842 $as_test_x conftest$ac_exeext; then
21843 ac_cv_have_timezone="yes"
21844 else
21845 echo "$as_me: failed program was:" >&5
21846 sed 's/^/| /' conftest.$ac_ext >&5
21848 ac_cv_have_timezone="no"
21851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21852 conftest$ac_exeext conftest.$ac_ext
21854 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21855 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21856 if test "$ac_cv_have_timezone" = "yes"
21857 then
21859 cat >>confdefs.h <<\_ACEOF
21860 #define HAVE_TIMEZONE 1
21861 _ACEOF
21864 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21865 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21866 if test "${ac_cv_have_daylight+set}" = set; then
21867 echo $ECHO_N "(cached) $ECHO_C" >&6
21868 else
21869 cat >conftest.$ac_ext <<_ACEOF
21870 /* confdefs.h. */
21871 _ACEOF
21872 cat confdefs.h >>conftest.$ac_ext
21873 cat >>conftest.$ac_ext <<_ACEOF
21874 /* end confdefs.h. */
21875 #include <time.h>
21877 main ()
21879 daylight = 1
21881 return 0;
21883 _ACEOF
21884 rm -f conftest.$ac_objext conftest$ac_exeext
21885 if { (ac_try="$ac_link"
21886 case "(($ac_try" in
21887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21888 *) ac_try_echo=$ac_try;;
21889 esac
21890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21891 (eval "$ac_link") 2>conftest.er1
21892 ac_status=$?
21893 grep -v '^ *+' conftest.er1 >conftest.err
21894 rm -f conftest.er1
21895 cat conftest.err >&5
21896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21897 (exit $ac_status); } && {
21898 test -z "$ac_c_werror_flag" ||
21899 test ! -s conftest.err
21900 } && test -s conftest$ac_exeext &&
21901 $as_test_x conftest$ac_exeext; then
21902 ac_cv_have_daylight="yes"
21903 else
21904 echo "$as_me: failed program was:" >&5
21905 sed 's/^/| /' conftest.$ac_ext >&5
21907 ac_cv_have_daylight="no"
21910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21911 conftest$ac_exeext conftest.$ac_ext
21913 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21914 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21915 if test "$ac_cv_have_daylight" = "yes"
21916 then
21918 cat >>confdefs.h <<\_ACEOF
21919 #define HAVE_DAYLIGHT 1
21920 _ACEOF
21924 { echo "$as_me:$LINENO: checking for isinf" >&5
21925 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21926 if test "${ac_cv_have_isinf+set}" = set; then
21927 echo $ECHO_N "(cached) $ECHO_C" >&6
21928 else
21929 cat >conftest.$ac_ext <<_ACEOF
21930 /* confdefs.h. */
21931 _ACEOF
21932 cat confdefs.h >>conftest.$ac_ext
21933 cat >>conftest.$ac_ext <<_ACEOF
21934 /* end confdefs.h. */
21935 #include <math.h>
21937 main ()
21939 float f = 0.0; int i=isinf(f)
21941 return 0;
21943 _ACEOF
21944 rm -f conftest.$ac_objext conftest$ac_exeext
21945 if { (ac_try="$ac_link"
21946 case "(($ac_try" in
21947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21948 *) ac_try_echo=$ac_try;;
21949 esac
21950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21951 (eval "$ac_link") 2>conftest.er1
21952 ac_status=$?
21953 grep -v '^ *+' conftest.er1 >conftest.err
21954 rm -f conftest.er1
21955 cat conftest.err >&5
21956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21957 (exit $ac_status); } && {
21958 test -z "$ac_c_werror_flag" ||
21959 test ! -s conftest.err
21960 } && test -s conftest$ac_exeext &&
21961 $as_test_x conftest$ac_exeext; then
21962 ac_cv_have_isinf="yes"
21963 else
21964 echo "$as_me: failed program was:" >&5
21965 sed 's/^/| /' conftest.$ac_ext >&5
21967 ac_cv_have_isinf="no"
21970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21971 conftest$ac_exeext conftest.$ac_ext
21973 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21974 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21975 if test "$ac_cv_have_isinf" = "yes"
21976 then
21978 cat >>confdefs.h <<\_ACEOF
21979 #define HAVE_ISINF 1
21980 _ACEOF
21985 case $host_cpu in
21986 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21987 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21988 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21989 echo $ECHO_N "(cached) $ECHO_C" >&6
21990 else
21991 cat >conftest.$ac_ext <<_ACEOF
21992 /* confdefs.h. */
21993 _ACEOF
21994 cat confdefs.h >>conftest.$ac_ext
21995 cat >>conftest.$ac_ext <<_ACEOF
21996 /* end confdefs.h. */
21997 #ifndef __i386__
21999 #endif
22000 _ACEOF
22001 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22002 $EGREP "yes" >/dev/null 2>&1; then
22003 ac_cv_cpp_def___i386__=yes
22004 else
22005 ac_cv_cpp_def___i386__=no
22007 rm -f conftest*
22010 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22011 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22012 if test $ac_cv_cpp_def___i386__ = yes; then
22013 CFLAGS="$CFLAGS -D__i386__"
22014 LINTFLAGS="$LINTFLAGS -D__i386__"
22017 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22018 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22019 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22020 echo $ECHO_N "(cached) $ECHO_C" >&6
22021 else
22022 cat >conftest.$ac_ext <<_ACEOF
22023 /* confdefs.h. */
22024 _ACEOF
22025 cat confdefs.h >>conftest.$ac_ext
22026 cat >>conftest.$ac_ext <<_ACEOF
22027 /* end confdefs.h. */
22028 #ifndef __x86_64__
22030 #endif
22031 _ACEOF
22032 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22033 $EGREP "yes" >/dev/null 2>&1; then
22034 ac_cv_cpp_def___x86_64__=yes
22035 else
22036 ac_cv_cpp_def___x86_64__=no
22038 rm -f conftest*
22041 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22042 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22043 if test $ac_cv_cpp_def___x86_64__ = yes; then
22044 CFLAGS="$CFLAGS -D__x86_64__"
22045 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22048 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22049 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22050 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22051 echo $ECHO_N "(cached) $ECHO_C" >&6
22052 else
22053 cat >conftest.$ac_ext <<_ACEOF
22054 /* confdefs.h. */
22055 _ACEOF
22056 cat confdefs.h >>conftest.$ac_ext
22057 cat >>conftest.$ac_ext <<_ACEOF
22058 /* end confdefs.h. */
22059 #ifndef __ALPHA__
22061 #endif
22062 _ACEOF
22063 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22064 $EGREP "yes" >/dev/null 2>&1; then
22065 ac_cv_cpp_def___ALPHA__=yes
22066 else
22067 ac_cv_cpp_def___ALPHA__=no
22069 rm -f conftest*
22072 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22073 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22074 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22075 CFLAGS="$CFLAGS -D__ALPHA__"
22076 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22079 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22080 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22081 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22082 echo $ECHO_N "(cached) $ECHO_C" >&6
22083 else
22084 cat >conftest.$ac_ext <<_ACEOF
22085 /* confdefs.h. */
22086 _ACEOF
22087 cat confdefs.h >>conftest.$ac_ext
22088 cat >>conftest.$ac_ext <<_ACEOF
22089 /* end confdefs.h. */
22090 #ifndef __sparc__
22092 #endif
22093 _ACEOF
22094 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22095 $EGREP "yes" >/dev/null 2>&1; then
22096 ac_cv_cpp_def___sparc__=yes
22097 else
22098 ac_cv_cpp_def___sparc__=no
22100 rm -f conftest*
22103 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22104 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22105 if test $ac_cv_cpp_def___sparc__ = yes; then
22106 CFLAGS="$CFLAGS -D__sparc__"
22107 LINTFLAGS="$LINTFLAGS -D__sparc__"
22110 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22111 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22112 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22113 echo $ECHO_N "(cached) $ECHO_C" >&6
22114 else
22115 cat >conftest.$ac_ext <<_ACEOF
22116 /* confdefs.h. */
22117 _ACEOF
22118 cat confdefs.h >>conftest.$ac_ext
22119 cat >>conftest.$ac_ext <<_ACEOF
22120 /* end confdefs.h. */
22121 #ifndef __powerpc__
22123 #endif
22124 _ACEOF
22125 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22126 $EGREP "yes" >/dev/null 2>&1; then
22127 ac_cv_cpp_def___powerpc__=yes
22128 else
22129 ac_cv_cpp_def___powerpc__=no
22131 rm -f conftest*
22134 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22135 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22136 if test $ac_cv_cpp_def___powerpc__ = yes; then
22137 CFLAGS="$CFLAGS -D__powerpc__"
22138 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22141 esac
22143 case $host_vendor in
22144 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22145 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22146 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22147 echo $ECHO_N "(cached) $ECHO_C" >&6
22148 else
22149 cat >conftest.$ac_ext <<_ACEOF
22150 /* confdefs.h. */
22151 _ACEOF
22152 cat confdefs.h >>conftest.$ac_ext
22153 cat >>conftest.$ac_ext <<_ACEOF
22154 /* end confdefs.h. */
22155 #ifndef __sun__
22157 #endif
22158 _ACEOF
22159 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22160 $EGREP "yes" >/dev/null 2>&1; then
22161 ac_cv_cpp_def___sun__=yes
22162 else
22163 ac_cv_cpp_def___sun__=no
22165 rm -f conftest*
22168 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22169 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22170 if test $ac_cv_cpp_def___sun__ = yes; then
22171 CFLAGS="$CFLAGS -D__sun__"
22172 LINTFLAGS="$LINTFLAGS -D__sun__"
22175 esac
22178 DEPENDENCIES="### Dependencies:
22180 .INIT: Makefile
22181 .BEGIN: Makefile
22182 Makefile: dummy
22183 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22185 \$(OBJS): \$(IDL_GEN_HEADERS)
22186 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22187 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22188 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22189 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22192 ALL_MAKERULES=""
22194 ALL_MAKEFILES=""
22196 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22199 ALL_TOP_DIRS=""
22201 ALL_DLL_DIRS=""
22203 ALL_IMPLIB_DIRS=""
22205 ALL_TEST_DIRS=""
22207 ALL_PROGRAM_DIRS=""
22209 ALL_PROGRAM_INSTALL_DIRS=""
22211 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22217 ac_config_commands="$ac_config_commands include/stamp-h"
22220 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22222 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22224 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22226 ac_config_commands="$ac_config_commands dlls/user32/resources"
22228 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22230 ac_config_commands="$ac_config_commands include/wine"
22233 ALL_MAKERULES="$ALL_MAKERULES \\
22234 Make.rules"
22235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22236 Make.rules: Make.rules.in"
22237 MAKE_RULES=Make.rules
22238 ac_config_files="$ac_config_files Make.rules"
22240 ALL_MAKERULES="$ALL_MAKERULES \\
22241 dlls/Makedll.rules"
22242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22243 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22244 MAKE_DLL_RULES=dlls/Makedll.rules
22245 ac_config_files="$ac_config_files dlls/Makedll.rules"
22247 ALL_MAKERULES="$ALL_MAKERULES \\
22248 dlls/Makeimplib.rules"
22249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22250 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22251 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22252 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22254 ALL_MAKERULES="$ALL_MAKERULES \\
22255 dlls/Maketest.rules"
22256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22257 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22258 MAKE_TEST_RULES=dlls/Maketest.rules
22259 ac_config_files="$ac_config_files dlls/Maketest.rules"
22261 ALL_MAKERULES="$ALL_MAKERULES \\
22262 programs/Makeprog.rules"
22263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22264 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22265 MAKE_PROG_RULES=programs/Makeprog.rules
22266 ac_config_files="$ac_config_files programs/Makeprog.rules"
22271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22272 Makefile: Makefile.in Make.rules"
22273 ac_config_files="$ac_config_files Makefile"
22275 ALL_MAKEFILES="$ALL_MAKEFILES \\
22276 dlls/Makefile"
22277 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22278 dlls"
22279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22280 dlls/Makefile: dlls/Makefile.in Make.rules"
22281 ac_config_files="$ac_config_files dlls/Makefile"
22283 ALL_MAKEFILES="$ALL_MAKEFILES \\
22284 dlls/acledit/Makefile"
22285 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22286 acledit"
22287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22288 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22289 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22291 ALL_MAKEFILES="$ALL_MAKEFILES \\
22292 dlls/activeds/Makefile"
22293 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22294 activeds"
22295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22296 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22297 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22299 ALL_MAKEFILES="$ALL_MAKEFILES \\
22300 dlls/actxprxy/Makefile"
22301 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22302 actxprxy"
22303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22304 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22305 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22307 ALL_MAKEFILES="$ALL_MAKEFILES \\
22308 dlls/adsiid/Makefile"
22309 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22310 adsiid"
22311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22312 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22313 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22315 ALL_MAKEFILES="$ALL_MAKEFILES \\
22316 dlls/advapi32/Makefile"
22317 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22318 advapi32"
22319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22320 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22321 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22323 ALL_MAKEFILES="$ALL_MAKEFILES \\
22324 dlls/advapi32/tests/Makefile"
22325 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22326 advapi32/tests"
22327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22328 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22329 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22331 ALL_MAKEFILES="$ALL_MAKEFILES \\
22332 dlls/advpack/Makefile"
22333 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22334 advpack"
22335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22336 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22337 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22339 ALL_MAKEFILES="$ALL_MAKEFILES \\
22340 dlls/advpack/tests/Makefile"
22341 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22342 advpack/tests"
22343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22344 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22345 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22347 ALL_MAKEFILES="$ALL_MAKEFILES \\
22348 dlls/amstream/Makefile"
22349 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22350 amstream"
22351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22352 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22353 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22355 ALL_MAKEFILES="$ALL_MAKEFILES \\
22356 dlls/appwiz.cpl/Makefile"
22357 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22358 appwiz.cpl"
22359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22360 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22361 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22363 ALL_MAKEFILES="$ALL_MAKEFILES \\
22364 dlls/atl/Makefile"
22365 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22366 atl"
22367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22368 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22369 ac_config_files="$ac_config_files dlls/atl/Makefile"
22371 ALL_MAKEFILES="$ALL_MAKEFILES \\
22372 dlls/avicap32/Makefile"
22373 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22374 avicap32"
22375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22376 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22377 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22379 ALL_MAKEFILES="$ALL_MAKEFILES \\
22380 dlls/avifil32/Makefile"
22381 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22382 avifil32"
22383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22384 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22385 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22387 ALL_MAKEFILES="$ALL_MAKEFILES \\
22388 dlls/browseui/Makefile"
22389 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22390 browseui"
22391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22392 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22393 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22395 ALL_MAKEFILES="$ALL_MAKEFILES \\
22396 dlls/browseui/tests/Makefile"
22397 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22398 browseui/tests"
22399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22400 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22401 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22403 ALL_MAKEFILES="$ALL_MAKEFILES \\
22404 dlls/cabinet/Makefile"
22405 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22406 cabinet"
22407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22408 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22409 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22411 ALL_MAKEFILES="$ALL_MAKEFILES \\
22412 dlls/cabinet/tests/Makefile"
22413 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22414 cabinet/tests"
22415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22416 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22417 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22419 ALL_MAKEFILES="$ALL_MAKEFILES \\
22420 dlls/capi2032/Makefile"
22421 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22422 capi2032"
22423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22424 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22425 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22427 ALL_MAKEFILES="$ALL_MAKEFILES \\
22428 dlls/cards/Makefile"
22429 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22430 cards"
22431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22432 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22433 ac_config_files="$ac_config_files dlls/cards/Makefile"
22435 ALL_MAKEFILES="$ALL_MAKEFILES \\
22436 dlls/cfgmgr32/Makefile"
22437 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22438 cfgmgr32"
22439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22440 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22441 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22443 ALL_MAKEFILES="$ALL_MAKEFILES \\
22444 dlls/clusapi/Makefile"
22445 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22446 clusapi"
22447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22448 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22449 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22451 ALL_MAKEFILES="$ALL_MAKEFILES \\
22452 dlls/comcat/Makefile"
22453 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22454 comcat"
22455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22456 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22457 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22459 ALL_MAKEFILES="$ALL_MAKEFILES \\
22460 dlls/comcat/tests/Makefile"
22461 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22462 comcat/tests"
22463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22464 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22465 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22467 ALL_MAKEFILES="$ALL_MAKEFILES \\
22468 dlls/comctl32/Makefile"
22469 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22470 comctl32"
22471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22472 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22473 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22475 ALL_MAKEFILES="$ALL_MAKEFILES \\
22476 dlls/comctl32/tests/Makefile"
22477 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22478 comctl32/tests"
22479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22480 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22481 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22483 ALL_MAKEFILES="$ALL_MAKEFILES \\
22484 dlls/comdlg32/Makefile"
22485 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22486 comdlg32"
22487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22488 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22489 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22491 ALL_MAKEFILES="$ALL_MAKEFILES \\
22492 dlls/comdlg32/tests/Makefile"
22493 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22494 comdlg32/tests"
22495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22496 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22497 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22499 ALL_MAKEFILES="$ALL_MAKEFILES \\
22500 dlls/compstui/Makefile"
22501 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22502 compstui"
22503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22504 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22505 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22507 ALL_MAKEFILES="$ALL_MAKEFILES \\
22508 dlls/credui/Makefile"
22509 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22510 credui"
22511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22512 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22513 ac_config_files="$ac_config_files dlls/credui/Makefile"
22515 ALL_MAKEFILES="$ALL_MAKEFILES \\
22516 dlls/credui/tests/Makefile"
22517 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22518 credui/tests"
22519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22520 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22521 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22523 ALL_MAKEFILES="$ALL_MAKEFILES \\
22524 dlls/crtdll/Makefile"
22525 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22526 crtdll"
22527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22528 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22529 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22531 ALL_MAKEFILES="$ALL_MAKEFILES \\
22532 dlls/crypt32/Makefile"
22533 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22534 crypt32"
22535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22536 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22537 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22539 ALL_MAKEFILES="$ALL_MAKEFILES \\
22540 dlls/crypt32/tests/Makefile"
22541 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22542 crypt32/tests"
22543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22544 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22545 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22547 ALL_MAKEFILES="$ALL_MAKEFILES \\
22548 dlls/cryptdlg/Makefile"
22549 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22550 cryptdlg"
22551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22552 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22553 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22555 ALL_MAKEFILES="$ALL_MAKEFILES \\
22556 dlls/cryptdll/Makefile"
22557 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22558 cryptdll"
22559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22560 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22561 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22563 ALL_MAKEFILES="$ALL_MAKEFILES \\
22564 dlls/cryptnet/Makefile"
22565 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22566 cryptnet"
22567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22568 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22569 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22571 ALL_MAKEFILES="$ALL_MAKEFILES \\
22572 dlls/cryptnet/tests/Makefile"
22573 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22574 cryptnet/tests"
22575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22576 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22577 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22579 ALL_MAKEFILES="$ALL_MAKEFILES \\
22580 dlls/cryptui/Makefile"
22581 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22582 cryptui"
22583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22584 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22585 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22587 ALL_MAKEFILES="$ALL_MAKEFILES \\
22588 dlls/ctapi32/Makefile"
22589 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22590 ctapi32"
22591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22592 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22593 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22595 ALL_MAKEFILES="$ALL_MAKEFILES \\
22596 dlls/ctl3d32/Makefile"
22597 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22598 ctl3d32"
22599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22600 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22601 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22603 ALL_MAKEFILES="$ALL_MAKEFILES \\
22604 dlls/d3d10/Makefile"
22605 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22606 d3d10"
22607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22608 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22609 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22611 ALL_MAKEFILES="$ALL_MAKEFILES \\
22612 dlls/d3d8/Makefile"
22613 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22614 d3d8"
22615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22616 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22617 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22619 ALL_MAKEFILES="$ALL_MAKEFILES \\
22620 dlls/d3d8/tests/Makefile"
22621 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22622 d3d8/tests"
22623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22624 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22625 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22627 ALL_MAKEFILES="$ALL_MAKEFILES \\
22628 dlls/d3d9/Makefile"
22629 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22630 d3d9"
22631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22632 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22633 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22635 ALL_MAKEFILES="$ALL_MAKEFILES \\
22636 dlls/d3d9/tests/Makefile"
22637 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22638 d3d9/tests"
22639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22640 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22641 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22643 ALL_MAKEFILES="$ALL_MAKEFILES \\
22644 dlls/d3dim/Makefile"
22645 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22646 d3dim"
22647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22648 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22649 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22651 ALL_MAKEFILES="$ALL_MAKEFILES \\
22652 dlls/d3drm/Makefile"
22653 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22654 d3drm"
22655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22656 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22657 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22659 ALL_MAKEFILES="$ALL_MAKEFILES \\
22660 dlls/d3drm/tests/Makefile"
22661 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22662 d3drm/tests"
22663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22664 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22665 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22667 ALL_MAKEFILES="$ALL_MAKEFILES \\
22668 dlls/d3dx8/Makefile"
22669 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22670 d3dx8"
22671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22672 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22673 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22675 ALL_MAKEFILES="$ALL_MAKEFILES \\
22676 dlls/d3dx8/tests/Makefile"
22677 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22678 d3dx8/tests"
22679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22680 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22681 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22683 ALL_MAKEFILES="$ALL_MAKEFILES \\
22684 dlls/d3dx9_24/Makefile"
22685 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22686 d3dx9_24"
22687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22688 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22689 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22691 ALL_MAKEFILES="$ALL_MAKEFILES \\
22692 dlls/d3dx9_25/Makefile"
22693 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22694 d3dx9_25"
22695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22696 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22697 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22699 ALL_MAKEFILES="$ALL_MAKEFILES \\
22700 dlls/d3dx9_26/Makefile"
22701 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22702 d3dx9_26"
22703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22704 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22705 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22707 ALL_MAKEFILES="$ALL_MAKEFILES \\
22708 dlls/d3dx9_27/Makefile"
22709 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22710 d3dx9_27"
22711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22712 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22713 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22715 ALL_MAKEFILES="$ALL_MAKEFILES \\
22716 dlls/d3dx9_28/Makefile"
22717 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22718 d3dx9_28"
22719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22720 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22721 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22723 ALL_MAKEFILES="$ALL_MAKEFILES \\
22724 dlls/d3dx9_29/Makefile"
22725 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22726 d3dx9_29"
22727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22728 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22729 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22731 ALL_MAKEFILES="$ALL_MAKEFILES \\
22732 dlls/d3dx9_30/Makefile"
22733 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22734 d3dx9_30"
22735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22736 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22737 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22739 ALL_MAKEFILES="$ALL_MAKEFILES \\
22740 dlls/d3dx9_31/Makefile"
22741 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22742 d3dx9_31"
22743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22744 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22745 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22747 ALL_MAKEFILES="$ALL_MAKEFILES \\
22748 dlls/d3dx9_32/Makefile"
22749 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22750 d3dx9_32"
22751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22752 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22753 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22755 ALL_MAKEFILES="$ALL_MAKEFILES \\
22756 dlls/d3dx9_33/Makefile"
22757 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22758 d3dx9_33"
22759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22760 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22761 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22763 ALL_MAKEFILES="$ALL_MAKEFILES \\
22764 dlls/d3dx9_34/Makefile"
22765 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22766 d3dx9_34"
22767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22768 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22769 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22771 ALL_MAKEFILES="$ALL_MAKEFILES \\
22772 dlls/d3dx9_35/Makefile"
22773 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22774 d3dx9_35"
22775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22776 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22777 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22779 ALL_MAKEFILES="$ALL_MAKEFILES \\
22780 dlls/d3dx9_36/Makefile"
22781 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22782 d3dx9_36"
22783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22784 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22785 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22787 ALL_MAKEFILES="$ALL_MAKEFILES \\
22788 dlls/d3dx9_36/tests/Makefile"
22789 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22790 d3dx9_36/tests"
22791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22792 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22793 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22795 ALL_MAKEFILES="$ALL_MAKEFILES \\
22796 dlls/d3dx9_37/Makefile"
22797 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22798 d3dx9_37"
22799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22800 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22801 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22803 ALL_MAKEFILES="$ALL_MAKEFILES \\
22804 dlls/d3dxof/Makefile"
22805 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22806 d3dxof"
22807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22808 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22809 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22811 ALL_MAKEFILES="$ALL_MAKEFILES \\
22812 dlls/d3dxof/tests/Makefile"
22813 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22814 d3dxof/tests"
22815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22816 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22817 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22819 ALL_MAKEFILES="$ALL_MAKEFILES \\
22820 dlls/dbghelp/Makefile"
22821 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22822 dbghelp"
22823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22824 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22825 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22827 ALL_MAKEFILES="$ALL_MAKEFILES \\
22828 dlls/dciman32/Makefile"
22829 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22830 dciman32"
22831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22832 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22833 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22835 ALL_MAKEFILES="$ALL_MAKEFILES \\
22836 dlls/ddraw/Makefile"
22837 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22838 ddraw"
22839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22840 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22841 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22843 ALL_MAKEFILES="$ALL_MAKEFILES \\
22844 dlls/ddraw/tests/Makefile"
22845 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22846 ddraw/tests"
22847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22848 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22849 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22851 ALL_MAKEFILES="$ALL_MAKEFILES \\
22852 dlls/ddrawex/Makefile"
22853 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22854 ddrawex"
22855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22856 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22857 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22859 ALL_MAKEFILES="$ALL_MAKEFILES \\
22860 dlls/devenum/Makefile"
22861 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22862 devenum"
22863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22864 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22865 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22867 ALL_MAKEFILES="$ALL_MAKEFILES \\
22868 dlls/dinput/Makefile"
22869 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22870 dinput"
22871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22872 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22873 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22875 ALL_MAKEFILES="$ALL_MAKEFILES \\
22876 dlls/dinput/tests/Makefile"
22877 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22878 dinput/tests"
22879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22880 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22881 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22883 ALL_MAKEFILES="$ALL_MAKEFILES \\
22884 dlls/dinput8/Makefile"
22885 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22886 dinput8"
22887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22888 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22889 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22891 ALL_MAKEFILES="$ALL_MAKEFILES \\
22892 dlls/dmband/Makefile"
22893 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22894 dmband"
22895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22896 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22897 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22899 ALL_MAKEFILES="$ALL_MAKEFILES \\
22900 dlls/dmcompos/Makefile"
22901 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22902 dmcompos"
22903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22904 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22905 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22907 ALL_MAKEFILES="$ALL_MAKEFILES \\
22908 dlls/dmime/Makefile"
22909 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22910 dmime"
22911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22912 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22913 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22915 ALL_MAKEFILES="$ALL_MAKEFILES \\
22916 dlls/dmloader/Makefile"
22917 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22918 dmloader"
22919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22920 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22921 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22923 ALL_MAKEFILES="$ALL_MAKEFILES \\
22924 dlls/dmscript/Makefile"
22925 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22926 dmscript"
22927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22928 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22929 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22931 ALL_MAKEFILES="$ALL_MAKEFILES \\
22932 dlls/dmstyle/Makefile"
22933 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22934 dmstyle"
22935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22936 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22937 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22939 ALL_MAKEFILES="$ALL_MAKEFILES \\
22940 dlls/dmsynth/Makefile"
22941 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22942 dmsynth"
22943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22944 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22945 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22947 ALL_MAKEFILES="$ALL_MAKEFILES \\
22948 dlls/dmusic/Makefile"
22949 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22950 dmusic"
22951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22952 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22953 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22955 ALL_MAKEFILES="$ALL_MAKEFILES \\
22956 dlls/dmusic32/Makefile"
22957 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22958 dmusic32"
22959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22960 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22961 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22963 ALL_MAKEFILES="$ALL_MAKEFILES \\
22964 dlls/dnsapi/Makefile"
22965 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22966 dnsapi"
22967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22968 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22969 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22971 ALL_MAKEFILES="$ALL_MAKEFILES \\
22972 dlls/dnsapi/tests/Makefile"
22973 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22974 dnsapi/tests"
22975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22976 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22977 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22979 ALL_MAKEFILES="$ALL_MAKEFILES \\
22980 dlls/dplay/Makefile"
22981 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22982 dplay"
22983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22984 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22985 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22987 ALL_MAKEFILES="$ALL_MAKEFILES \\
22988 dlls/dplayx/Makefile"
22989 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22990 dplayx"
22991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22992 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22993 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22995 ALL_MAKEFILES="$ALL_MAKEFILES \\
22996 dlls/dplayx/tests/Makefile"
22997 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22998 dplayx/tests"
22999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23000 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23001 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23003 ALL_MAKEFILES="$ALL_MAKEFILES \\
23004 dlls/dpnaddr/Makefile"
23005 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23006 dpnaddr"
23007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23008 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23009 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23011 ALL_MAKEFILES="$ALL_MAKEFILES \\
23012 dlls/dpnet/Makefile"
23013 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23014 dpnet"
23015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23016 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23017 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23019 ALL_MAKEFILES="$ALL_MAKEFILES \\
23020 dlls/dpnhpast/Makefile"
23021 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23022 dpnhpast"
23023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23024 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23025 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23027 ALL_MAKEFILES="$ALL_MAKEFILES \\
23028 dlls/dpnlobby/Makefile"
23029 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23030 dpnlobby"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23033 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23035 ALL_MAKEFILES="$ALL_MAKEFILES \\
23036 dlls/dpwsockx/Makefile"
23037 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23038 dpwsockx"
23039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23040 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23041 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23043 ALL_MAKEFILES="$ALL_MAKEFILES \\
23044 dlls/dsound/Makefile"
23045 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23046 dsound"
23047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23048 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23049 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23051 ALL_MAKEFILES="$ALL_MAKEFILES \\
23052 dlls/dsound/tests/Makefile"
23053 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23054 dsound/tests"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23057 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23059 ALL_MAKEFILES="$ALL_MAKEFILES \\
23060 dlls/dssenh/Makefile"
23061 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23062 dssenh"
23063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23064 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23065 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23067 ALL_MAKEFILES="$ALL_MAKEFILES \\
23068 dlls/dswave/Makefile"
23069 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23070 dswave"
23071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23072 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23073 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23075 ALL_MAKEFILES="$ALL_MAKEFILES \\
23076 dlls/dwmapi/Makefile"
23077 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23078 dwmapi"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23081 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084 dlls/dxdiagn/Makefile"
23085 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23086 dxdiagn"
23087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23088 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23089 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23091 ALL_MAKEFILES="$ALL_MAKEFILES \\
23092 dlls/dxerr8/Makefile"
23093 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23094 dxerr8"
23095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23096 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23097 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23099 ALL_MAKEFILES="$ALL_MAKEFILES \\
23100 dlls/dxerr9/Makefile"
23101 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23102 dxerr9"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23105 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108 dlls/dxguid/Makefile"
23109 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23110 dxguid"
23111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23112 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23113 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23115 ALL_MAKEFILES="$ALL_MAKEFILES \\
23116 dlls/faultrep/Makefile"
23117 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23118 faultrep"
23119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23120 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23121 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23123 ALL_MAKEFILES="$ALL_MAKEFILES \\
23124 dlls/fusion/Makefile"
23125 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23126 fusion"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23129 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132 dlls/fusion/tests/Makefile"
23133 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23134 fusion/tests"
23135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23136 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23137 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23139 ALL_MAKEFILES="$ALL_MAKEFILES \\
23140 dlls/gdi32/Makefile"
23141 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23142 gdi32"
23143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23144 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23145 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23147 ALL_MAKEFILES="$ALL_MAKEFILES \\
23148 dlls/gdi32/tests/Makefile"
23149 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23150 gdi32/tests"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23153 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156 dlls/gdiplus/Makefile"
23157 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23158 gdiplus"
23159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23160 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23161 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23163 ALL_MAKEFILES="$ALL_MAKEFILES \\
23164 dlls/gdiplus/tests/Makefile"
23165 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23166 gdiplus/tests"
23167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23168 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23169 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23171 ALL_MAKEFILES="$ALL_MAKEFILES \\
23172 dlls/glu32/Makefile"
23173 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23174 glu32"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23177 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180 dlls/gphoto2.ds/Makefile"
23181 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23182 gphoto2.ds"
23183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23184 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23185 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23187 ALL_MAKEFILES="$ALL_MAKEFILES \\
23188 dlls/gpkcsp/Makefile"
23189 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23190 gpkcsp"
23191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23192 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23193 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23195 ALL_MAKEFILES="$ALL_MAKEFILES \\
23196 dlls/hal/Makefile"
23197 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23198 hal"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23201 ac_config_files="$ac_config_files dlls/hal/Makefile"
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204 dlls/hhctrl.ocx/Makefile"
23205 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23206 hhctrl.ocx"
23207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23208 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23209 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23211 ALL_MAKEFILES="$ALL_MAKEFILES \\
23212 dlls/hid/Makefile"
23213 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23214 hid"
23215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23216 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23217 ac_config_files="$ac_config_files dlls/hid/Makefile"
23219 ALL_MAKEFILES="$ALL_MAKEFILES \\
23220 dlls/hlink/Makefile"
23221 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23222 hlink"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23225 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228 dlls/hlink/tests/Makefile"
23229 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23230 hlink/tests"
23231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23232 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23233 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23235 ALL_MAKEFILES="$ALL_MAKEFILES \\
23236 dlls/hnetcfg/Makefile"
23237 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23238 hnetcfg"
23239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23240 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23241 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23243 ALL_MAKEFILES="$ALL_MAKEFILES \\
23244 dlls/iccvid/Makefile"
23245 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23246 iccvid"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23249 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252 dlls/icmp/Makefile"
23253 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23254 icmp"
23255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23256 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23257 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23259 ALL_MAKEFILES="$ALL_MAKEFILES \\
23260 dlls/ifsmgr.vxd/Makefile"
23261 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23262 ifsmgr.vxd"
23263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23264 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23265 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23267 ALL_MAKEFILES="$ALL_MAKEFILES \\
23268 dlls/imaadp32.acm/Makefile"
23269 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23270 imaadp32.acm"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23273 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276 dlls/imagehlp/Makefile"
23277 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23278 imagehlp"
23279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23280 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23281 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23283 ALL_MAKEFILES="$ALL_MAKEFILES \\
23284 dlls/imm32/Makefile"
23285 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23286 imm32"
23287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23288 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23289 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23291 ALL_MAKEFILES="$ALL_MAKEFILES \\
23292 dlls/imm32/tests/Makefile"
23293 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23294 imm32/tests"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23297 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300 dlls/inetcomm/Makefile"
23301 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23302 inetcomm"
23303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23304 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23305 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23307 ALL_MAKEFILES="$ALL_MAKEFILES \\
23308 dlls/inetcomm/tests/Makefile"
23309 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23310 inetcomm/tests"
23311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23312 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23313 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23315 ALL_MAKEFILES="$ALL_MAKEFILES \\
23316 dlls/inetmib1/Makefile"
23317 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23318 inetmib1"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23321 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324 dlls/inetmib1/tests/Makefile"
23325 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23326 inetmib1/tests"
23327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23328 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23329 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23331 ALL_MAKEFILES="$ALL_MAKEFILES \\
23332 dlls/infosoft/Makefile"
23333 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23334 infosoft"
23335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23336 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23337 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23339 ALL_MAKEFILES="$ALL_MAKEFILES \\
23340 dlls/infosoft/tests/Makefile"
23341 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23342 infosoft/tests"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23345 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348 dlls/initpki/Makefile"
23349 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23350 initpki"
23351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23352 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23353 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23355 ALL_MAKEFILES="$ALL_MAKEFILES \\
23356 dlls/inkobj/Makefile"
23357 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23358 inkobj"
23359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23360 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23361 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23363 ALL_MAKEFILES="$ALL_MAKEFILES \\
23364 dlls/inseng/Makefile"
23365 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23366 inseng"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23369 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372 dlls/iphlpapi/Makefile"
23373 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23374 iphlpapi"
23375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23376 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23377 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23379 ALL_MAKEFILES="$ALL_MAKEFILES \\
23380 dlls/iphlpapi/tests/Makefile"
23381 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23382 iphlpapi/tests"
23383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23384 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23385 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23387 ALL_MAKEFILES="$ALL_MAKEFILES \\
23388 dlls/itircl/Makefile"
23389 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23390 itircl"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23393 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396 dlls/itss/Makefile"
23397 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23398 itss"
23399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23400 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23401 ac_config_files="$ac_config_files dlls/itss/Makefile"
23403 ALL_MAKEFILES="$ALL_MAKEFILES \\
23404 dlls/itss/tests/Makefile"
23405 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23406 itss/tests"
23407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23408 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23409 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23411 ALL_MAKEFILES="$ALL_MAKEFILES \\
23412 dlls/jscript/Makefile"
23413 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23414 jscript"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23417 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420 dlls/jscript/tests/Makefile"
23421 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23422 jscript/tests"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23425 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23427 ALL_MAKEFILES="$ALL_MAKEFILES \\
23428 dlls/kernel32/Makefile"
23429 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23430 kernel32"
23431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23432 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23433 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23435 ALL_MAKEFILES="$ALL_MAKEFILES \\
23436 dlls/kernel32/tests/Makefile"
23437 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23438 kernel32/tests"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23441 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444 dlls/localspl/Makefile"
23445 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23446 localspl"
23447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23448 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23449 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23451 ALL_MAKEFILES="$ALL_MAKEFILES \\
23452 dlls/localspl/tests/Makefile"
23453 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23454 localspl/tests"
23455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23456 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23457 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23459 ALL_MAKEFILES="$ALL_MAKEFILES \\
23460 dlls/localui/Makefile"
23461 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23462 localui"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23465 ac_config_files="$ac_config_files dlls/localui/Makefile"
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468 dlls/localui/tests/Makefile"
23469 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23470 localui/tests"
23471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23472 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23473 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23475 ALL_MAKEFILES="$ALL_MAKEFILES \\
23476 dlls/lz32/Makefile"
23477 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23478 lz32"
23479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23480 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23481 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23483 ALL_MAKEFILES="$ALL_MAKEFILES \\
23484 dlls/lz32/tests/Makefile"
23485 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23486 lz32/tests"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23489 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492 dlls/mapi32/Makefile"
23493 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23494 mapi32"
23495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23496 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23497 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23499 ALL_MAKEFILES="$ALL_MAKEFILES \\
23500 dlls/mapi32/tests/Makefile"
23501 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23502 mapi32/tests"
23503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23504 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23505 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23507 ALL_MAKEFILES="$ALL_MAKEFILES \\
23508 dlls/mciavi32/Makefile"
23509 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23510 mciavi32"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23513 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516 dlls/mcicda/Makefile"
23517 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23518 mcicda"
23519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23520 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23521 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23523 ALL_MAKEFILES="$ALL_MAKEFILES \\
23524 dlls/mciseq/Makefile"
23525 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23526 mciseq"
23527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23528 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23529 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23531 ALL_MAKEFILES="$ALL_MAKEFILES \\
23532 dlls/mciwave/Makefile"
23533 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23534 mciwave"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23537 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540 dlls/midimap/Makefile"
23541 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23542 midimap"
23543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23544 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23545 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23547 ALL_MAKEFILES="$ALL_MAKEFILES \\
23548 dlls/mlang/Makefile"
23549 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23550 mlang"
23551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23552 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23553 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23555 ALL_MAKEFILES="$ALL_MAKEFILES \\
23556 dlls/mlang/tests/Makefile"
23557 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23558 mlang/tests"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23561 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564 dlls/mmdevldr.vxd/Makefile"
23565 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23566 mmdevldr.vxd"
23567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23568 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23569 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23571 ALL_MAKEFILES="$ALL_MAKEFILES \\
23572 dlls/monodebg.vxd/Makefile"
23573 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23574 monodebg.vxd"
23575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23576 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23577 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23579 ALL_MAKEFILES="$ALL_MAKEFILES \\
23580 dlls/mountmgr.sys/Makefile"
23581 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23582 mountmgr.sys"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23585 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588 dlls/mpr/Makefile"
23589 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23590 mpr"
23591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23592 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23593 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23595 ALL_MAKEFILES="$ALL_MAKEFILES \\
23596 dlls/mprapi/Makefile"
23597 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23598 mprapi"
23599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23600 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23601 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23603 ALL_MAKEFILES="$ALL_MAKEFILES \\
23604 dlls/msacm32.drv/Makefile"
23605 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23606 msacm32.drv"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23609 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612 dlls/msacm32/Makefile"
23613 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23614 msacm32"
23615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23616 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23617 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23619 ALL_MAKEFILES="$ALL_MAKEFILES \\
23620 dlls/msacm32/tests/Makefile"
23621 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23622 msacm32/tests"
23623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23624 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23625 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23627 ALL_MAKEFILES="$ALL_MAKEFILES \\
23628 dlls/msadp32.acm/Makefile"
23629 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23630 msadp32.acm"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23633 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636 dlls/mscat32/Makefile"
23637 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23638 mscat32"
23639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23640 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23641 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23643 ALL_MAKEFILES="$ALL_MAKEFILES \\
23644 dlls/mscms/Makefile"
23645 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23646 mscms"
23647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23648 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23649 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23651 ALL_MAKEFILES="$ALL_MAKEFILES \\
23652 dlls/mscms/tests/Makefile"
23653 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23654 mscms/tests"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23657 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660 dlls/mscoree/Makefile"
23661 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23662 mscoree"
23663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23664 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23665 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23667 ALL_MAKEFILES="$ALL_MAKEFILES \\
23668 dlls/msdmo/Makefile"
23669 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23670 msdmo"
23671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23672 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23673 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23675 ALL_MAKEFILES="$ALL_MAKEFILES \\
23676 dlls/msftedit/Makefile"
23677 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23678 msftedit"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23681 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684 dlls/msg711.acm/Makefile"
23685 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23686 msg711.acm"
23687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23688 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23689 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23691 ALL_MAKEFILES="$ALL_MAKEFILES \\
23692 dlls/mshtml.tlb/Makefile"
23693 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23694 mshtml.tlb"
23695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23696 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23697 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23699 ALL_MAKEFILES="$ALL_MAKEFILES \\
23700 dlls/mshtml/Makefile"
23701 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23702 mshtml"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23705 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708 dlls/mshtml/tests/Makefile"
23709 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23710 mshtml/tests"
23711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23712 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23713 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23715 ALL_MAKEFILES="$ALL_MAKEFILES \\
23716 dlls/msi/Makefile"
23717 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23718 msi"
23719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23720 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23721 ac_config_files="$ac_config_files dlls/msi/Makefile"
23723 ALL_MAKEFILES="$ALL_MAKEFILES \\
23724 dlls/msi/tests/Makefile"
23725 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23726 msi/tests"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23729 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732 dlls/msimg32/Makefile"
23733 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23734 msimg32"
23735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23736 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23737 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23739 ALL_MAKEFILES="$ALL_MAKEFILES \\
23740 dlls/msimtf/Makefile"
23741 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23742 msimtf"
23743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23744 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23745 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23747 ALL_MAKEFILES="$ALL_MAKEFILES \\
23748 dlls/msisip/Makefile"
23749 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23750 msisip"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23753 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756 dlls/msisys.ocx/Makefile"
23757 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23758 msisys.ocx"
23759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23760 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23761 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23763 ALL_MAKEFILES="$ALL_MAKEFILES \\
23764 dlls/msnet32/Makefile"
23765 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23766 msnet32"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23769 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23771 ALL_MAKEFILES="$ALL_MAKEFILES \\
23772 dlls/msrle32/Makefile"
23773 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23774 msrle32"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23777 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780 dlls/mssip32/Makefile"
23781 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23782 mssip32"
23783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23784 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23785 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23787 ALL_MAKEFILES="$ALL_MAKEFILES \\
23788 dlls/mstask/Makefile"
23789 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23790 mstask"
23791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23792 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23793 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23795 ALL_MAKEFILES="$ALL_MAKEFILES \\
23796 dlls/mstask/tests/Makefile"
23797 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23798 mstask/tests"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23801 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804 dlls/msvcirt/Makefile"
23805 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23806 msvcirt"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23809 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23811 ALL_MAKEFILES="$ALL_MAKEFILES \\
23812 dlls/msvcr71/Makefile"
23813 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23814 msvcr71"
23815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23816 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23817 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23819 ALL_MAKEFILES="$ALL_MAKEFILES \\
23820 dlls/msvcrt/Makefile"
23821 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23822 msvcrt"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23825 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828 dlls/msvcrt/tests/Makefile"
23829 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23830 msvcrt/tests"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23833 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23835 ALL_MAKEFILES="$ALL_MAKEFILES \\
23836 dlls/msvcrt20/Makefile"
23837 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23838 msvcrt20"
23839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23840 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23841 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23843 ALL_MAKEFILES="$ALL_MAKEFILES \\
23844 dlls/msvcrt40/Makefile"
23845 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23846 msvcrt40"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23849 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852 dlls/msvcrtd/Makefile"
23853 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23854 msvcrtd"
23855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23856 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23857 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23859 ALL_MAKEFILES="$ALL_MAKEFILES \\
23860 dlls/msvcrtd/tests/Makefile"
23861 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23862 msvcrtd/tests"
23863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23864 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23865 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23867 ALL_MAKEFILES="$ALL_MAKEFILES \\
23868 dlls/msvfw32/Makefile"
23869 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23870 msvfw32"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876 dlls/msvidc32/Makefile"
23877 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23878 msvidc32"
23879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23880 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23881 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23883 ALL_MAKEFILES="$ALL_MAKEFILES \\
23884 dlls/mswsock/Makefile"
23885 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23886 mswsock"
23887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23888 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23889 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23891 ALL_MAKEFILES="$ALL_MAKEFILES \\
23892 dlls/msxml3/Makefile"
23893 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23894 msxml3"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23897 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900 dlls/msxml3/tests/Makefile"
23901 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23902 msxml3/tests"
23903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23904 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23905 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23907 ALL_MAKEFILES="$ALL_MAKEFILES \\
23908 dlls/nddeapi/Makefile"
23909 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23910 nddeapi"
23911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23912 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23913 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23915 ALL_MAKEFILES="$ALL_MAKEFILES \\
23916 dlls/netapi32/Makefile"
23917 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23918 netapi32"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23921 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924 dlls/netapi32/tests/Makefile"
23925 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23926 netapi32/tests"
23927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23928 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23929 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23931 ALL_MAKEFILES="$ALL_MAKEFILES \\
23932 dlls/newdev/Makefile"
23933 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23934 newdev"
23935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23936 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23937 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23939 ALL_MAKEFILES="$ALL_MAKEFILES \\
23940 dlls/ntdll/Makefile"
23941 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23942 ntdll"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23945 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948 dlls/ntdll/tests/Makefile"
23949 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23950 ntdll/tests"
23951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23952 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23953 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23955 ALL_MAKEFILES="$ALL_MAKEFILES \\
23956 dlls/ntdsapi/Makefile"
23957 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23958 ntdsapi"
23959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23960 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23961 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23963 ALL_MAKEFILES="$ALL_MAKEFILES \\
23964 dlls/ntdsapi/tests/Makefile"
23965 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23966 ntdsapi/tests"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23969 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972 dlls/ntoskrnl.exe/Makefile"
23973 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23974 ntoskrnl.exe"
23975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23976 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23977 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23979 ALL_MAKEFILES="$ALL_MAKEFILES \\
23980 dlls/ntprint/Makefile"
23981 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23982 ntprint"
23983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23984 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23985 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23987 ALL_MAKEFILES="$ALL_MAKEFILES \\
23988 dlls/ntprint/tests/Makefile"
23989 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23990 ntprint/tests"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23993 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996 dlls/objsel/Makefile"
23997 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23998 objsel"
23999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24000 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24001 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24003 ALL_MAKEFILES="$ALL_MAKEFILES \\
24004 dlls/odbc32/Makefile"
24005 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24006 odbc32"
24007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24008 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24009 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24011 ALL_MAKEFILES="$ALL_MAKEFILES \\
24012 dlls/odbccp32/Makefile"
24013 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24014 odbccp32"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24017 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020 dlls/odbccp32/tests/Makefile"
24021 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24022 odbccp32/tests"
24023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24024 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24025 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24027 ALL_MAKEFILES="$ALL_MAKEFILES \\
24028 dlls/ole32/Makefile"
24029 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24030 ole32"
24031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24032 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24033 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24035 ALL_MAKEFILES="$ALL_MAKEFILES \\
24036 dlls/ole32/tests/Makefile"
24037 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24038 ole32/tests"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24041 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044 dlls/oleacc/Makefile"
24045 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24046 oleacc"
24047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24048 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24049 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24051 ALL_MAKEFILES="$ALL_MAKEFILES \\
24052 dlls/oleaut32/Makefile"
24053 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24054 oleaut32"
24055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24056 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24057 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24059 ALL_MAKEFILES="$ALL_MAKEFILES \\
24060 dlls/oleaut32/tests/Makefile"
24061 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24062 oleaut32/tests"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24065 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068 dlls/olecli32/Makefile"
24069 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24070 olecli32"
24071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24072 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24073 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24075 ALL_MAKEFILES="$ALL_MAKEFILES \\
24076 dlls/oledlg/Makefile"
24077 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24078 oledlg"
24079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24080 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24081 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24083 ALL_MAKEFILES="$ALL_MAKEFILES \\
24084 dlls/olepro32/Makefile"
24085 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24086 olepro32"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092 dlls/olesvr32/Makefile"
24093 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24094 olesvr32"
24095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24096 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24097 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24099 ALL_MAKEFILES="$ALL_MAKEFILES \\
24100 dlls/olethk32/Makefile"
24101 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24102 olethk32"
24103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24104 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24105 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24107 ALL_MAKEFILES="$ALL_MAKEFILES \\
24108 dlls/opengl32/Makefile"
24109 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24110 opengl32"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116 dlls/opengl32/tests/Makefile"
24117 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24118 opengl32/tests"
24119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24120 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24121 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24123 ALL_MAKEFILES="$ALL_MAKEFILES \\
24124 dlls/pdh/Makefile"
24125 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24126 pdh"
24127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24128 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24129 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24131 ALL_MAKEFILES="$ALL_MAKEFILES \\
24132 dlls/pdh/tests/Makefile"
24133 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24134 pdh/tests"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24137 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140 dlls/powrprof/Makefile"
24141 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24142 powrprof"
24143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24144 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24145 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24147 ALL_MAKEFILES="$ALL_MAKEFILES \\
24148 dlls/printui/Makefile"
24149 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24150 printui"
24151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24152 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24153 ac_config_files="$ac_config_files dlls/printui/Makefile"
24155 ALL_MAKEFILES="$ALL_MAKEFILES \\
24156 dlls/propsys/Makefile"
24157 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24158 propsys"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24161 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164 dlls/psapi/Makefile"
24165 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24166 psapi"
24167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24168 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24169 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24171 ALL_MAKEFILES="$ALL_MAKEFILES \\
24172 dlls/psapi/tests/Makefile"
24173 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24174 psapi/tests"
24175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24176 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24177 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24179 ALL_MAKEFILES="$ALL_MAKEFILES \\
24180 dlls/pstorec/Makefile"
24181 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24182 pstorec"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/qcap/Makefile"
24189 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24190 qcap"
24191 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24192 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24193 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24195 ALL_MAKEFILES="$ALL_MAKEFILES \\
24196 dlls/qedit/Makefile"
24197 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24198 qedit"
24199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24200 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24201 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24203 ALL_MAKEFILES="$ALL_MAKEFILES \\
24204 dlls/qedit/tests/Makefile"
24205 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24206 qedit/tests"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24209 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/qmgr/Makefile"
24213 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24214 qmgr"
24215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24216 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24217 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24219 ALL_MAKEFILES="$ALL_MAKEFILES \\
24220 dlls/qmgr/tests/Makefile"
24221 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24222 qmgr/tests"
24223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24224 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24225 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24227 ALL_MAKEFILES="$ALL_MAKEFILES \\
24228 dlls/qmgrprxy/Makefile"
24229 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24230 qmgrprxy"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24233 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/quartz/Makefile"
24237 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24238 quartz"
24239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24240 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24241 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24243 ALL_MAKEFILES="$ALL_MAKEFILES \\
24244 dlls/quartz/tests/Makefile"
24245 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24246 quartz/tests"
24247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24248 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24249 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24251 ALL_MAKEFILES="$ALL_MAKEFILES \\
24252 dlls/query/Makefile"
24253 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24254 query"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24257 ac_config_files="$ac_config_files dlls/query/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/rasapi32/Makefile"
24261 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24262 rasapi32"
24263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24264 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24265 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24267 ALL_MAKEFILES="$ALL_MAKEFILES \\
24268 dlls/rasapi32/tests/Makefile"
24269 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24270 rasapi32/tests"
24271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24272 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24273 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24275 ALL_MAKEFILES="$ALL_MAKEFILES \\
24276 dlls/resutils/Makefile"
24277 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24278 resutils"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24281 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/riched20/Makefile"
24285 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24286 riched20"
24287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24288 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24289 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24291 ALL_MAKEFILES="$ALL_MAKEFILES \\
24292 dlls/riched20/tests/Makefile"
24293 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24294 riched20/tests"
24295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24296 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24297 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24299 ALL_MAKEFILES="$ALL_MAKEFILES \\
24300 dlls/riched32/Makefile"
24301 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24302 riched32"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24305 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/riched32/tests/Makefile"
24309 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24310 riched32/tests"
24311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24312 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24313 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24315 ALL_MAKEFILES="$ALL_MAKEFILES \\
24316 dlls/rpcrt4/Makefile"
24317 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24318 rpcrt4"
24319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24320 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24321 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24323 ALL_MAKEFILES="$ALL_MAKEFILES \\
24324 dlls/rpcrt4/tests/Makefile"
24325 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24326 rpcrt4/tests"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24329 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/rsabase/Makefile"
24333 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24334 rsabase"
24335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24336 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24337 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24339 ALL_MAKEFILES="$ALL_MAKEFILES \\
24340 dlls/rsaenh/Makefile"
24341 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24342 rsaenh"
24343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24344 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24345 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24347 ALL_MAKEFILES="$ALL_MAKEFILES \\
24348 dlls/rsaenh/tests/Makefile"
24349 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24350 rsaenh/tests"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24353 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/sane.ds/Makefile"
24357 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24358 sane.ds"
24359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24360 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24361 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24363 ALL_MAKEFILES="$ALL_MAKEFILES \\
24364 dlls/sccbase/Makefile"
24365 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24366 sccbase"
24367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24368 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24369 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24371 ALL_MAKEFILES="$ALL_MAKEFILES \\
24372 dlls/schannel/Makefile"
24373 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24374 schannel"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 dlls/schannel/tests/Makefile"
24381 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24382 schannel/tests"
24383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24384 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24385 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24387 ALL_MAKEFILES="$ALL_MAKEFILES \\
24388 dlls/secur32/Makefile"
24389 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24390 secur32"
24391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24392 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24393 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24395 ALL_MAKEFILES="$ALL_MAKEFILES \\
24396 dlls/secur32/tests/Makefile"
24397 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24398 secur32/tests"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24401 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 dlls/security/Makefile"
24405 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24406 security"
24407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24408 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24409 ac_config_files="$ac_config_files dlls/security/Makefile"
24411 ALL_MAKEFILES="$ALL_MAKEFILES \\
24412 dlls/sensapi/Makefile"
24413 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24414 sensapi"
24415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24416 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24417 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24419 ALL_MAKEFILES="$ALL_MAKEFILES \\
24420 dlls/serialui/Makefile"
24421 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24422 serialui"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24425 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 dlls/serialui/tests/Makefile"
24429 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24430 serialui/tests"
24431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24432 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24433 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24435 ALL_MAKEFILES="$ALL_MAKEFILES \\
24436 dlls/setupapi/Makefile"
24437 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24438 setupapi"
24439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24440 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24441 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24443 ALL_MAKEFILES="$ALL_MAKEFILES \\
24444 dlls/setupapi/tests/Makefile"
24445 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24446 setupapi/tests"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24449 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 dlls/sfc/Makefile"
24453 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24454 sfc"
24455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24456 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24457 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24459 ALL_MAKEFILES="$ALL_MAKEFILES \\
24460 dlls/sfc_os/Makefile"
24461 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24462 sfc_os"
24463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24464 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24465 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24467 ALL_MAKEFILES="$ALL_MAKEFILES \\
24468 dlls/shdoclc/Makefile"
24469 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24470 shdoclc"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24473 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 dlls/shdocvw/Makefile"
24477 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24478 shdocvw"
24479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24480 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24481 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24483 ALL_MAKEFILES="$ALL_MAKEFILES \\
24484 dlls/shdocvw/tests/Makefile"
24485 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24486 shdocvw/tests"
24487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24488 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24489 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24491 ALL_MAKEFILES="$ALL_MAKEFILES \\
24492 dlls/shell32/Makefile"
24493 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24494 shell32"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24497 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 dlls/shell32/tests/Makefile"
24501 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24502 shell32/tests"
24503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24504 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24505 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24507 ALL_MAKEFILES="$ALL_MAKEFILES \\
24508 dlls/shfolder/Makefile"
24509 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24510 shfolder"
24511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24512 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24513 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24515 ALL_MAKEFILES="$ALL_MAKEFILES \\
24516 dlls/shlwapi/Makefile"
24517 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24518 shlwapi"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24521 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 dlls/shlwapi/tests/Makefile"
24525 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24526 shlwapi/tests"
24527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24528 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24529 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24531 ALL_MAKEFILES="$ALL_MAKEFILES \\
24532 dlls/slbcsp/Makefile"
24533 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24534 slbcsp"
24535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24536 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24537 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24539 ALL_MAKEFILES="$ALL_MAKEFILES \\
24540 dlls/slc/Makefile"
24541 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24542 slc"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24545 ac_config_files="$ac_config_files dlls/slc/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 dlls/snmpapi/Makefile"
24549 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24550 snmpapi"
24551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24552 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24553 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24555 ALL_MAKEFILES="$ALL_MAKEFILES \\
24556 dlls/snmpapi/tests/Makefile"
24557 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24558 snmpapi/tests"
24559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24560 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24561 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24563 ALL_MAKEFILES="$ALL_MAKEFILES \\
24564 dlls/softpub/Makefile"
24565 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24566 softpub"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24569 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 dlls/spoolss/Makefile"
24573 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24574 spoolss"
24575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24576 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24577 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24579 ALL_MAKEFILES="$ALL_MAKEFILES \\
24580 dlls/spoolss/tests/Makefile"
24581 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24582 spoolss/tests"
24583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24584 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24585 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24587 ALL_MAKEFILES="$ALL_MAKEFILES \\
24588 dlls/stdole2.tlb/Makefile"
24589 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24590 stdole2.tlb"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24593 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 dlls/stdole32.tlb/Makefile"
24597 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24598 stdole32.tlb"
24599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24600 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24601 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24603 ALL_MAKEFILES="$ALL_MAKEFILES \\
24604 dlls/sti/Makefile"
24605 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24606 sti"
24607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24608 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24609 ac_config_files="$ac_config_files dlls/sti/Makefile"
24611 ALL_MAKEFILES="$ALL_MAKEFILES \\
24612 dlls/strmiids/Makefile"
24613 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24614 strmiids"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24617 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 dlls/svrapi/Makefile"
24621 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24622 svrapi"
24623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24624 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24625 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24627 ALL_MAKEFILES="$ALL_MAKEFILES \\
24628 dlls/sxs/Makefile"
24629 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24630 sxs"
24631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24632 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24633 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24635 ALL_MAKEFILES="$ALL_MAKEFILES \\
24636 dlls/tapi32/Makefile"
24637 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24638 tapi32"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24641 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 dlls/twain_32/Makefile"
24645 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24646 twain_32"
24647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24648 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24649 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24651 ALL_MAKEFILES="$ALL_MAKEFILES \\
24652 dlls/unicows/Makefile"
24653 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24654 unicows"
24655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24656 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24657 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24659 ALL_MAKEFILES="$ALL_MAKEFILES \\
24660 dlls/url/Makefile"
24661 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24662 url"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24665 ac_config_files="$ac_config_files dlls/url/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 dlls/urlmon/Makefile"
24669 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24670 urlmon"
24671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24672 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24673 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24675 ALL_MAKEFILES="$ALL_MAKEFILES \\
24676 dlls/urlmon/tests/Makefile"
24677 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24678 urlmon/tests"
24679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24680 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24681 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24683 ALL_MAKEFILES="$ALL_MAKEFILES \\
24684 dlls/user32/Makefile"
24685 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24686 user32"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24689 ac_config_files="$ac_config_files dlls/user32/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 dlls/user32/tests/Makefile"
24693 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24694 user32/tests"
24695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24696 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24697 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24699 ALL_MAKEFILES="$ALL_MAKEFILES \\
24700 dlls/userenv/Makefile"
24701 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24702 userenv"
24703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24704 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24705 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24707 ALL_MAKEFILES="$ALL_MAKEFILES \\
24708 dlls/userenv/tests/Makefile"
24709 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24710 userenv/tests"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24713 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 dlls/usp10/Makefile"
24717 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24718 usp10"
24719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24720 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24721 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24723 ALL_MAKEFILES="$ALL_MAKEFILES \\
24724 dlls/usp10/tests/Makefile"
24725 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24726 usp10/tests"
24727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24728 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24729 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24731 ALL_MAKEFILES="$ALL_MAKEFILES \\
24732 dlls/uuid/Makefile"
24733 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24734 uuid"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24737 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 dlls/uxtheme/Makefile"
24741 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24742 uxtheme"
24743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24744 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24745 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24747 ALL_MAKEFILES="$ALL_MAKEFILES \\
24748 dlls/uxtheme/tests/Makefile"
24749 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24750 uxtheme/tests"
24751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24752 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24753 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24755 ALL_MAKEFILES="$ALL_MAKEFILES \\
24756 dlls/vdhcp.vxd/Makefile"
24757 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24758 vdhcp.vxd"
24759 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24760 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24761 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24763 ALL_MAKEFILES="$ALL_MAKEFILES \\
24764 dlls/vdmdbg/Makefile"
24765 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24766 vdmdbg"
24767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24768 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24769 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24771 ALL_MAKEFILES="$ALL_MAKEFILES \\
24772 dlls/version/Makefile"
24773 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24774 version"
24775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24776 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24777 ac_config_files="$ac_config_files dlls/version/Makefile"
24779 ALL_MAKEFILES="$ALL_MAKEFILES \\
24780 dlls/version/tests/Makefile"
24781 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24782 version/tests"
24783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24784 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24785 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24787 ALL_MAKEFILES="$ALL_MAKEFILES \\
24788 dlls/vmm.vxd/Makefile"
24789 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24790 vmm.vxd"
24791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24792 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24793 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24795 ALL_MAKEFILES="$ALL_MAKEFILES \\
24796 dlls/vnbt.vxd/Makefile"
24797 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24798 vnbt.vxd"
24799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24800 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24801 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24803 ALL_MAKEFILES="$ALL_MAKEFILES \\
24804 dlls/vnetbios.vxd/Makefile"
24805 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24806 vnetbios.vxd"
24807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24808 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24809 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24811 ALL_MAKEFILES="$ALL_MAKEFILES \\
24812 dlls/vtdapi.vxd/Makefile"
24813 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24814 vtdapi.vxd"
24815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24816 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24817 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24819 ALL_MAKEFILES="$ALL_MAKEFILES \\
24820 dlls/vwin32.vxd/Makefile"
24821 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24822 vwin32.vxd"
24823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24824 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24825 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24827 ALL_MAKEFILES="$ALL_MAKEFILES \\
24828 dlls/w32skrnl/Makefile"
24829 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24830 w32skrnl"
24831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24832 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24833 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24835 ALL_MAKEFILES="$ALL_MAKEFILES \\
24836 dlls/winealsa.drv/Makefile"
24837 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24838 winealsa.drv"
24839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24840 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24841 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24843 ALL_MAKEFILES="$ALL_MAKEFILES \\
24844 dlls/wineaudioio.drv/Makefile"
24845 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24846 wineaudioio.drv"
24847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24848 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24849 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24851 ALL_MAKEFILES="$ALL_MAKEFILES \\
24852 dlls/winecoreaudio.drv/Makefile"
24853 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24854 winecoreaudio.drv"
24855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24856 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24857 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24859 ALL_MAKEFILES="$ALL_MAKEFILES \\
24860 dlls/winecrt0/Makefile"
24861 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24862 winecrt0"
24863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24864 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24865 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24867 ALL_MAKEFILES="$ALL_MAKEFILES \\
24868 dlls/wined3d/Makefile"
24869 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24870 wined3d"
24871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24872 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24873 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24875 ALL_MAKEFILES="$ALL_MAKEFILES \\
24876 dlls/winedos/Makefile"
24877 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24878 winedos"
24879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24880 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24881 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24883 ALL_MAKEFILES="$ALL_MAKEFILES \\
24884 dlls/wineesd.drv/Makefile"
24885 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24886 wineesd.drv"
24887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24888 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24889 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24891 ALL_MAKEFILES="$ALL_MAKEFILES \\
24892 dlls/winejack.drv/Makefile"
24893 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24894 winejack.drv"
24895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24896 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24897 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24899 ALL_MAKEFILES="$ALL_MAKEFILES \\
24900 dlls/winejoystick.drv/Makefile"
24901 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24902 winejoystick.drv"
24903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24904 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24905 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24907 ALL_MAKEFILES="$ALL_MAKEFILES \\
24908 dlls/winemp3.acm/Makefile"
24909 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24910 winemp3.acm"
24911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24912 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24913 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24915 ALL_MAKEFILES="$ALL_MAKEFILES \\
24916 dlls/winenas.drv/Makefile"
24917 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24918 winenas.drv"
24919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24920 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24921 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24923 ALL_MAKEFILES="$ALL_MAKEFILES \\
24924 dlls/wineoss.drv/Makefile"
24925 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24926 wineoss.drv"
24927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24928 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24929 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24931 ALL_MAKEFILES="$ALL_MAKEFILES \\
24932 dlls/wineps.drv/Makefile"
24933 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24934 wineps.drv"
24935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24936 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24937 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24939 ALL_MAKEFILES="$ALL_MAKEFILES \\
24940 dlls/winequartz.drv/Makefile"
24941 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24942 winequartz.drv"
24943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24944 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24945 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24947 ALL_MAKEFILES="$ALL_MAKEFILES \\
24948 dlls/winex11.drv/Makefile"
24949 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24950 winex11.drv"
24951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24952 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24953 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24955 ALL_MAKEFILES="$ALL_MAKEFILES \\
24956 dlls/wing32/Makefile"
24957 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24958 wing32"
24959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24960 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24961 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24963 ALL_MAKEFILES="$ALL_MAKEFILES \\
24964 dlls/winhttp/Makefile"
24965 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24966 winhttp"
24967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24968 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24969 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24971 ALL_MAKEFILES="$ALL_MAKEFILES \\
24972 dlls/winhttp/tests/Makefile"
24973 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24974 winhttp/tests"
24975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24976 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24977 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24979 ALL_MAKEFILES="$ALL_MAKEFILES \\
24980 dlls/wininet/Makefile"
24981 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24982 wininet"
24983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24984 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24985 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24987 ALL_MAKEFILES="$ALL_MAKEFILES \\
24988 dlls/wininet/tests/Makefile"
24989 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24990 wininet/tests"
24991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24992 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24993 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24995 ALL_MAKEFILES="$ALL_MAKEFILES \\
24996 dlls/winmm/Makefile"
24997 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24998 winmm"
24999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25000 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25001 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25003 ALL_MAKEFILES="$ALL_MAKEFILES \\
25004 dlls/winmm/tests/Makefile"
25005 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25006 winmm/tests"
25007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25008 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25009 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25011 ALL_MAKEFILES="$ALL_MAKEFILES \\
25012 dlls/winnls32/Makefile"
25013 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25014 winnls32"
25015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25016 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25017 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25019 ALL_MAKEFILES="$ALL_MAKEFILES \\
25020 dlls/winscard/Makefile"
25021 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25022 winscard"
25023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25024 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25025 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25027 ALL_MAKEFILES="$ALL_MAKEFILES \\
25028 dlls/winspool.drv/Makefile"
25029 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25030 winspool.drv"
25031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25032 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25033 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25035 ALL_MAKEFILES="$ALL_MAKEFILES \\
25036 dlls/winspool.drv/tests/Makefile"
25037 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25038 winspool.drv/tests"
25039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25040 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25041 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25043 ALL_MAKEFILES="$ALL_MAKEFILES \\
25044 dlls/wintab32/Makefile"
25045 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25046 wintab32"
25047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25048 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25049 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25051 ALL_MAKEFILES="$ALL_MAKEFILES \\
25052 dlls/wintrust/Makefile"
25053 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25054 wintrust"
25055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25056 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25057 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25059 ALL_MAKEFILES="$ALL_MAKEFILES \\
25060 dlls/wintrust/tests/Makefile"
25061 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25062 wintrust/tests"
25063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25064 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25065 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25067 ALL_MAKEFILES="$ALL_MAKEFILES \\
25068 dlls/wldap32/Makefile"
25069 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25070 wldap32"
25071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25072 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25073 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25075 ALL_MAKEFILES="$ALL_MAKEFILES \\
25076 dlls/wmi/Makefile"
25077 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25078 wmi"
25079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25080 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25081 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25083 ALL_MAKEFILES="$ALL_MAKEFILES \\
25084 dlls/wnaspi32/Makefile"
25085 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25086 wnaspi32"
25087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25088 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25089 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25091 ALL_MAKEFILES="$ALL_MAKEFILES \\
25092 dlls/wow32/Makefile"
25093 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25094 wow32"
25095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25096 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25097 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25099 ALL_MAKEFILES="$ALL_MAKEFILES \\
25100 dlls/ws2_32/Makefile"
25101 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25102 ws2_32"
25103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25104 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25105 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25107 ALL_MAKEFILES="$ALL_MAKEFILES \\
25108 dlls/ws2_32/tests/Makefile"
25109 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25110 ws2_32/tests"
25111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25112 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25113 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25115 ALL_MAKEFILES="$ALL_MAKEFILES \\
25116 dlls/wsock32/Makefile"
25117 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25118 wsock32"
25119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25120 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25121 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25123 ALL_MAKEFILES="$ALL_MAKEFILES \\
25124 dlls/wtsapi32/Makefile"
25125 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25126 wtsapi32"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25129 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 documentation/Makefile"
25133 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25134 documentation"
25135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25136 documentation/Makefile: documentation/Makefile.in Make.rules"
25137 ac_config_files="$ac_config_files documentation/Makefile"
25139 ALL_MAKEFILES="$ALL_MAKEFILES \\
25140 fonts/Makefile"
25141 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25142 fonts"
25143 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25144 fonts/Makefile: fonts/Makefile.in Make.rules"
25145 ac_config_files="$ac_config_files fonts/Makefile"
25147 ALL_MAKEFILES="$ALL_MAKEFILES \\
25148 include/Makefile"
25149 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25150 include"
25151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25152 include/Makefile: include/Makefile.in Make.rules"
25153 ac_config_files="$ac_config_files include/Makefile"
25155 ALL_MAKEFILES="$ALL_MAKEFILES \\
25156 libs/Makefile"
25157 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25158 libs"
25159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25160 libs/Makefile: libs/Makefile.in Make.rules"
25161 ac_config_files="$ac_config_files libs/Makefile"
25163 ALL_MAKEFILES="$ALL_MAKEFILES \\
25164 libs/port/Makefile"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25168 ac_config_files="$ac_config_files libs/port/Makefile"
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171 libs/wine/Makefile"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25175 ac_config_files="$ac_config_files libs/wine/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 libs/wpp/Makefile"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25182 ac_config_files="$ac_config_files libs/wpp/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 loader/Makefile"
25186 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25187 loader"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 loader/Makefile: loader/Makefile.in Make.rules"
25190 ac_config_files="$ac_config_files loader/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 programs/Makefile"
25194 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25195 programs"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 programs/Makefile: programs/Makefile.in Make.rules"
25198 ac_config_files="$ac_config_files programs/Makefile"
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201 programs/clock/Makefile"
25202 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25203 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25204 clock"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25207 ac_config_files="$ac_config_files programs/clock/Makefile"
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210 programs/cmd/Makefile"
25211 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25212 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25213 cmd"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25216 ac_config_files="$ac_config_files programs/cmd/Makefile"
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219 programs/cmdlgtst/Makefile"
25220 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25221 cmdlgtst"
25222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25223 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25224 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25226 ALL_MAKEFILES="$ALL_MAKEFILES \\
25227 programs/control/Makefile"
25228 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25229 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25230 control"
25231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25232 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25233 ac_config_files="$ac_config_files programs/control/Makefile"
25235 ALL_MAKEFILES="$ALL_MAKEFILES \\
25236 programs/eject/Makefile"
25237 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25238 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25239 eject"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25242 ac_config_files="$ac_config_files programs/eject/Makefile"
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245 programs/expand/Makefile"
25246 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25247 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25248 expand"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25251 ac_config_files="$ac_config_files programs/expand/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 programs/explorer/Makefile"
25255 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25256 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25257 explorer"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25260 ac_config_files="$ac_config_files programs/explorer/Makefile"
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263 programs/hh/Makefile"
25264 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25265 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25269 ac_config_files="$ac_config_files programs/hh/Makefile"
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272 programs/icinfo/Makefile"
25273 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25274 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25275 icinfo"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25278 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281 programs/iexplore/Makefile"
25282 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25283 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25284 iexplore"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25287 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290 programs/msiexec/Makefile"
25291 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25292 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25293 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25294 msiexec"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25297 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 programs/net/Makefile"
25301 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25302 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25303 net"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25306 ac_config_files="$ac_config_files programs/net/Makefile"
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309 programs/notepad/Makefile"
25310 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25311 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25312 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25313 notepad"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25316 ac_config_files="$ac_config_files programs/notepad/Makefile"
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319 programs/oleview/Makefile"
25320 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25321 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25322 oleview"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25325 ac_config_files="$ac_config_files programs/oleview/Makefile"
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328 programs/progman/Makefile"
25329 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25330 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25331 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25332 progman"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25335 ac_config_files="$ac_config_files programs/progman/Makefile"
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338 programs/reg/Makefile"
25339 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25340 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25341 reg"
25342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25343 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25344 ac_config_files="$ac_config_files programs/reg/Makefile"
25346 ALL_MAKEFILES="$ALL_MAKEFILES \\
25347 programs/regedit/Makefile"
25348 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25349 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25350 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25351 regedit"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25354 ac_config_files="$ac_config_files programs/regedit/Makefile"
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357 programs/regsvr32/Makefile"
25358 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25359 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25360 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25361 regsvr32"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25364 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367 programs/rpcss/Makefile"
25368 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25369 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25370 rpcss"
25371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25372 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25373 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25375 ALL_MAKEFILES="$ALL_MAKEFILES \\
25376 programs/rundll32/Makefile"
25377 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25378 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25379 rundll32"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25382 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385 programs/secedit/Makefile"
25386 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25387 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25388 secedit"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25391 ac_config_files="$ac_config_files programs/secedit/Makefile"
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394 programs/services/Makefile"
25395 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25396 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25397 services"
25398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25399 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25400 ac_config_files="$ac_config_files programs/services/Makefile"
25402 ALL_MAKEFILES="$ALL_MAKEFILES \\
25403 programs/spoolsv/Makefile"
25404 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25405 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25406 spoolsv"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25409 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 programs/start/Makefile"
25413 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25414 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25415 start"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25418 ac_config_files="$ac_config_files programs/start/Makefile"
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421 programs/svchost/Makefile"
25422 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25423 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25424 svchost"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25427 ac_config_files="$ac_config_files programs/svchost/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 programs/taskmgr/Makefile"
25431 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25432 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25433 taskmgr"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25436 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439 programs/uninstaller/Makefile"
25440 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25441 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25442 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25443 uninstaller"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25446 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449 programs/view/Makefile"
25450 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25451 view"
25452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25453 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25454 ac_config_files="$ac_config_files programs/view/Makefile"
25456 ALL_MAKEFILES="$ALL_MAKEFILES \\
25457 programs/wineboot/Makefile"
25458 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25459 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25460 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25461 wineboot"
25462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25463 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25464 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25466 ALL_MAKEFILES="$ALL_MAKEFILES \\
25467 programs/winebrowser/Makefile"
25468 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25469 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25470 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25471 winebrowser"
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25474 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477 programs/winecfg/Makefile"
25478 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25479 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25480 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25481 winecfg"
25482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25483 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25484 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25486 ALL_MAKEFILES="$ALL_MAKEFILES \\
25487 programs/wineconsole/Makefile"
25488 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25489 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25490 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25491 wineconsole"
25492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25493 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25494 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25496 ALL_MAKEFILES="$ALL_MAKEFILES \\
25497 programs/winedbg/Makefile"
25498 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25499 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25500 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25501 winedbg"
25502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25503 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25504 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25506 ALL_MAKEFILES="$ALL_MAKEFILES \\
25507 programs/winedevice/Makefile"
25508 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25509 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25510 winedevice"
25511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25512 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25513 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25515 ALL_MAKEFILES="$ALL_MAKEFILES \\
25516 programs/winefile/Makefile"
25517 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25518 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25519 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25520 winefile"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25523 ac_config_files="$ac_config_files programs/winefile/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 programs/winemenubuilder/Makefile"
25527 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25528 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25529 winemenubuilder"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25532 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535 programs/winemine/Makefile"
25536 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25537 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25538 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25539 winemine"
25540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25541 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25542 ac_config_files="$ac_config_files programs/winemine/Makefile"
25544 ALL_MAKEFILES="$ALL_MAKEFILES \\
25545 programs/winepath/Makefile"
25546 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25547 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25548 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25549 winepath"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25552 ac_config_files="$ac_config_files programs/winepath/Makefile"
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555 programs/winetest/Makefile"
25556 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25557 winetest"
25558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25559 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25560 ac_config_files="$ac_config_files programs/winetest/Makefile"
25562 ALL_MAKEFILES="$ALL_MAKEFILES \\
25563 programs/winevdm/Makefile"
25564 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25565 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25566 winevdm"
25567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25568 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25569 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25571 ALL_MAKEFILES="$ALL_MAKEFILES \\
25572 programs/winhlp32/Makefile"
25573 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25574 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25575 winhlp32"
25576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25577 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25578 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25580 ALL_MAKEFILES="$ALL_MAKEFILES \\
25581 programs/winver/Makefile"
25582 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25583 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25584 winver"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25587 ac_config_files="$ac_config_files programs/winver/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 programs/wordpad/Makefile"
25591 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25592 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25593 wordpad"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25596 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599 programs/write/Makefile"
25600 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25601 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25602 write"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25605 ac_config_files="$ac_config_files programs/write/Makefile"
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608 programs/xcopy/Makefile"
25609 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25610 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25611 xcopy"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25614 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 server/Makefile"
25618 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25619 server"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 server/Makefile: server/Makefile.in Make.rules"
25622 ac_config_files="$ac_config_files server/Makefile"
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625 tools/Makefile"
25626 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25627 tools"
25628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25629 tools/Makefile: tools/Makefile.in Make.rules"
25630 ac_config_files="$ac_config_files tools/Makefile"
25632 ALL_MAKEFILES="$ALL_MAKEFILES \\
25633 tools/widl/Makefile"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25637 ac_config_files="$ac_config_files tools/widl/Makefile"
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640 tools/winebuild/Makefile"
25642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25643 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25644 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25646 ALL_MAKEFILES="$ALL_MAKEFILES \\
25647 tools/winedump/Makefile"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25651 ac_config_files="$ac_config_files tools/winedump/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 tools/winegcc/Makefile"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25658 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 tools/wmc/Makefile"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25665 ac_config_files="$ac_config_files tools/wmc/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 tools/wrc/Makefile"
25670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25671 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25672 ac_config_files="$ac_config_files tools/wrc/Makefile"
25675 if test "x$enable_tests" == "xno"
25676 then
25677 ALL_TEST_DIRS=""
25682 ALL_WINETEST_DEPENDS="# Test binaries"
25684 for dir in $ALL_TEST_DIRS
25686 if test "$dir" != "\\"
25687 then
25688 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25689 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25690 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25691 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25693 done
25695 cat >confcache <<\_ACEOF
25696 # This file is a shell script that caches the results of configure
25697 # tests run on this system so they can be shared between configure
25698 # scripts and configure runs, see configure's option --config-cache.
25699 # It is not useful on other systems. If it contains results you don't
25700 # want to keep, you may remove or edit it.
25702 # config.status only pays attention to the cache file if you give it
25703 # the --recheck option to rerun configure.
25705 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25706 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25707 # following values.
25709 _ACEOF
25711 # The following way of writing the cache mishandles newlines in values,
25712 # but we know of no workaround that is simple, portable, and efficient.
25713 # So, we kill variables containing newlines.
25714 # Ultrix sh set writes to stderr and can't be redirected directly,
25715 # and sets the high bit in the cache file unless we assign to the vars.
25717 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25718 eval ac_val=\$$ac_var
25719 case $ac_val in #(
25720 *${as_nl}*)
25721 case $ac_var in #(
25722 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25723 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25724 esac
25725 case $ac_var in #(
25726 _ | IFS | as_nl) ;; #(
25727 *) $as_unset $ac_var ;;
25728 esac ;;
25729 esac
25730 done
25732 (set) 2>&1 |
25733 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25734 *${as_nl}ac_space=\ *)
25735 # `set' does not quote correctly, so add quotes (double-quote
25736 # substitution turns \\\\ into \\, and sed turns \\ into \).
25737 sed -n \
25738 "s/'/'\\\\''/g;
25739 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25740 ;; #(
25742 # `set' quotes correctly as required by POSIX, so do not add quotes.
25743 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25745 esac |
25746 sort
25748 sed '
25749 /^ac_cv_env_/b end
25750 t clear
25751 :clear
25752 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25753 t end
25754 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25755 :end' >>confcache
25756 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25757 if test -w "$cache_file"; then
25758 test "x$cache_file" != "x/dev/null" &&
25759 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25760 echo "$as_me: updating cache $cache_file" >&6;}
25761 cat confcache >$cache_file
25762 else
25763 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25764 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25767 rm -f confcache
25769 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25770 # Let make expand exec_prefix.
25771 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25773 DEFS=-DHAVE_CONFIG_H
25775 ac_libobjs=
25776 ac_ltlibobjs=
25777 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25778 # 1. Remove the extension, and $U if already installed.
25779 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25780 ac_i=`echo "$ac_i" | sed "$ac_script"`
25781 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25782 # will be set to the directory where LIBOBJS objects are built.
25783 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25784 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25785 done
25786 LIBOBJS=$ac_libobjs
25788 LTLIBOBJS=$ac_ltlibobjs
25792 : ${CONFIG_STATUS=./config.status}
25793 ac_clean_files_save=$ac_clean_files
25794 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25795 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25796 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25797 cat >$CONFIG_STATUS <<_ACEOF
25798 #! $SHELL
25799 # Generated by $as_me.
25800 # Run this file to recreate the current configuration.
25801 # Compiler output produced by configure, useful for debugging
25802 # configure, is in config.log if it exists.
25804 debug=false
25805 ac_cs_recheck=false
25806 ac_cs_silent=false
25807 SHELL=\${CONFIG_SHELL-$SHELL}
25808 _ACEOF
25810 cat >>$CONFIG_STATUS <<\_ACEOF
25811 ## --------------------- ##
25812 ## M4sh Initialization. ##
25813 ## --------------------- ##
25815 # Be more Bourne compatible
25816 DUALCASE=1; export DUALCASE # for MKS sh
25817 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25818 emulate sh
25819 NULLCMD=:
25820 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25821 # is contrary to our usage. Disable this feature.
25822 alias -g '${1+"$@"}'='"$@"'
25823 setopt NO_GLOB_SUBST
25824 else
25825 case `(set -o) 2>/dev/null` in
25826 *posix*) set -o posix ;;
25827 esac
25834 # PATH needs CR
25835 # Avoid depending upon Character Ranges.
25836 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25837 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25838 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25839 as_cr_digits='0123456789'
25840 as_cr_alnum=$as_cr_Letters$as_cr_digits
25842 # The user is always right.
25843 if test "${PATH_SEPARATOR+set}" != set; then
25844 echo "#! /bin/sh" >conf$$.sh
25845 echo "exit 0" >>conf$$.sh
25846 chmod +x conf$$.sh
25847 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25848 PATH_SEPARATOR=';'
25849 else
25850 PATH_SEPARATOR=:
25852 rm -f conf$$.sh
25855 # Support unset when possible.
25856 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25857 as_unset=unset
25858 else
25859 as_unset=false
25863 # IFS
25864 # We need space, tab and new line, in precisely that order. Quoting is
25865 # there to prevent editors from complaining about space-tab.
25866 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25867 # splitting by setting IFS to empty value.)
25868 as_nl='
25870 IFS=" "" $as_nl"
25872 # Find who we are. Look in the path if we contain no directory separator.
25873 case $0 in
25874 *[\\/]* ) as_myself=$0 ;;
25875 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25876 for as_dir in $PATH
25878 IFS=$as_save_IFS
25879 test -z "$as_dir" && as_dir=.
25880 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25881 done
25882 IFS=$as_save_IFS
25885 esac
25886 # We did not find ourselves, most probably we were run as `sh COMMAND'
25887 # in which case we are not to be found in the path.
25888 if test "x$as_myself" = x; then
25889 as_myself=$0
25891 if test ! -f "$as_myself"; then
25892 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25893 { (exit 1); exit 1; }
25896 # Work around bugs in pre-3.0 UWIN ksh.
25897 for as_var in ENV MAIL MAILPATH
25898 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25899 done
25900 PS1='$ '
25901 PS2='> '
25902 PS4='+ '
25904 # NLS nuisances.
25905 for as_var in \
25906 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25907 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25908 LC_TELEPHONE LC_TIME
25910 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25911 eval $as_var=C; export $as_var
25912 else
25913 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25915 done
25917 # Required to use basename.
25918 if expr a : '\(a\)' >/dev/null 2>&1 &&
25919 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25920 as_expr=expr
25921 else
25922 as_expr=false
25925 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25926 as_basename=basename
25927 else
25928 as_basename=false
25932 # Name of the executable.
25933 as_me=`$as_basename -- "$0" ||
25934 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25935 X"$0" : 'X\(//\)$' \| \
25936 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25937 echo X/"$0" |
25938 sed '/^.*\/\([^/][^/]*\)\/*$/{
25939 s//\1/
25942 /^X\/\(\/\/\)$/{
25943 s//\1/
25946 /^X\/\(\/\).*/{
25947 s//\1/
25950 s/.*/./; q'`
25952 # CDPATH.
25953 $as_unset CDPATH
25957 as_lineno_1=$LINENO
25958 as_lineno_2=$LINENO
25959 test "x$as_lineno_1" != "x$as_lineno_2" &&
25960 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25962 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25963 # uniformly replaced by the line number. The first 'sed' inserts a
25964 # line-number line after each line using $LINENO; the second 'sed'
25965 # does the real work. The second script uses 'N' to pair each
25966 # line-number line with the line containing $LINENO, and appends
25967 # trailing '-' during substitution so that $LINENO is not a special
25968 # case at line end.
25969 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25970 # scripts with optimization help from Paolo Bonzini. Blame Lee
25971 # E. McMahon (1931-1989) for sed's syntax. :-)
25972 sed -n '
25974 /[$]LINENO/=
25975 ' <$as_myself |
25976 sed '
25977 s/[$]LINENO.*/&-/
25978 t lineno
25980 :lineno
25982 :loop
25983 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25984 t loop
25985 s/-\n.*//
25986 ' >$as_me.lineno &&
25987 chmod +x "$as_me.lineno" ||
25988 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25989 { (exit 1); exit 1; }; }
25991 # Don't try to exec as it changes $[0], causing all sort of problems
25992 # (the dirname of $[0] is not the place where we might find the
25993 # original and so on. Autoconf is especially sensitive to this).
25994 . "./$as_me.lineno"
25995 # Exit status is that of the last command.
25996 exit
26000 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26001 as_dirname=dirname
26002 else
26003 as_dirname=false
26006 ECHO_C= ECHO_N= ECHO_T=
26007 case `echo -n x` in
26008 -n*)
26009 case `echo 'x\c'` in
26010 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26011 *) ECHO_C='\c';;
26012 esac;;
26014 ECHO_N='-n';;
26015 esac
26017 if expr a : '\(a\)' >/dev/null 2>&1 &&
26018 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26019 as_expr=expr
26020 else
26021 as_expr=false
26024 rm -f conf$$ conf$$.exe conf$$.file
26025 if test -d conf$$.dir; then
26026 rm -f conf$$.dir/conf$$.file
26027 else
26028 rm -f conf$$.dir
26029 mkdir conf$$.dir
26031 echo >conf$$.file
26032 if ln -s conf$$.file conf$$ 2>/dev/null; then
26033 as_ln_s='ln -s'
26034 # ... but there are two gotchas:
26035 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26036 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26037 # In both cases, we have to default to `cp -p'.
26038 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26039 as_ln_s='cp -p'
26040 elif ln conf$$.file conf$$ 2>/dev/null; then
26041 as_ln_s=ln
26042 else
26043 as_ln_s='cp -p'
26045 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26046 rmdir conf$$.dir 2>/dev/null
26048 if mkdir -p . 2>/dev/null; then
26049 as_mkdir_p=:
26050 else
26051 test -d ./-p && rmdir ./-p
26052 as_mkdir_p=false
26055 if test -x / >/dev/null 2>&1; then
26056 as_test_x='test -x'
26057 else
26058 if ls -dL / >/dev/null 2>&1; then
26059 as_ls_L_option=L
26060 else
26061 as_ls_L_option=
26063 as_test_x='
26064 eval sh -c '\''
26065 if test -d "$1"; then
26066 test -d "$1/.";
26067 else
26068 case $1 in
26069 -*)set "./$1";;
26070 esac;
26071 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26072 ???[sx]*):;;*)false;;esac;fi
26073 '\'' sh
26076 as_executable_p=$as_test_x
26078 # Sed expression to map a string onto a valid CPP name.
26079 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26081 # Sed expression to map a string onto a valid variable name.
26082 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26085 exec 6>&1
26087 # Save the log message, to keep $[0] and so on meaningful, and to
26088 # report actual input values of CONFIG_FILES etc. instead of their
26089 # values after options handling.
26090 ac_log="
26091 This file was extended by Wine $as_me 1.1.4, which was
26092 generated by GNU Autoconf 2.61. Invocation command line was
26094 CONFIG_FILES = $CONFIG_FILES
26095 CONFIG_HEADERS = $CONFIG_HEADERS
26096 CONFIG_LINKS = $CONFIG_LINKS
26097 CONFIG_COMMANDS = $CONFIG_COMMANDS
26098 $ $0 $@
26100 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26103 _ACEOF
26105 cat >>$CONFIG_STATUS <<_ACEOF
26106 # Files that config.status was made for.
26107 config_files="$ac_config_files"
26108 config_headers="$ac_config_headers"
26109 config_commands="$ac_config_commands"
26111 _ACEOF
26113 cat >>$CONFIG_STATUS <<\_ACEOF
26114 ac_cs_usage="\
26115 \`$as_me' instantiates files from templates according to the
26116 current configuration.
26118 Usage: $0 [OPTIONS] [FILE]...
26120 -h, --help print this help, then exit
26121 -V, --version print version number and configuration settings, then exit
26122 -q, --quiet do not print progress messages
26123 -d, --debug don't remove temporary files
26124 --recheck update $as_me by reconfiguring in the same conditions
26125 --file=FILE[:TEMPLATE]
26126 instantiate the configuration file FILE
26127 --header=FILE[:TEMPLATE]
26128 instantiate the configuration header FILE
26130 Configuration files:
26131 $config_files
26133 Configuration headers:
26134 $config_headers
26136 Configuration commands:
26137 $config_commands
26139 Report bugs to <bug-autoconf@gnu.org>."
26141 _ACEOF
26142 cat >>$CONFIG_STATUS <<_ACEOF
26143 ac_cs_version="\\
26144 Wine config.status 1.1.4
26145 configured by $0, generated by GNU Autoconf 2.61,
26146 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26148 Copyright (C) 2006 Free Software Foundation, Inc.
26149 This config.status script is free software; the Free Software Foundation
26150 gives unlimited permission to copy, distribute and modify it."
26152 ac_pwd='$ac_pwd'
26153 srcdir='$srcdir'
26154 INSTALL='$INSTALL'
26155 _ACEOF
26157 cat >>$CONFIG_STATUS <<\_ACEOF
26158 # If no file are specified by the user, then we need to provide default
26159 # value. By we need to know if files were specified by the user.
26160 ac_need_defaults=:
26161 while test $# != 0
26163 case $1 in
26164 --*=*)
26165 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26166 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26167 ac_shift=:
26170 ac_option=$1
26171 ac_optarg=$2
26172 ac_shift=shift
26174 esac
26176 case $ac_option in
26177 # Handling of the options.
26178 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26179 ac_cs_recheck=: ;;
26180 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26181 echo "$ac_cs_version"; exit ;;
26182 --debug | --debu | --deb | --de | --d | -d )
26183 debug=: ;;
26184 --file | --fil | --fi | --f )
26185 $ac_shift
26186 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26187 ac_need_defaults=false;;
26188 --header | --heade | --head | --hea )
26189 $ac_shift
26190 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26191 ac_need_defaults=false;;
26192 --he | --h)
26193 # Conflict between --help and --header
26194 { echo "$as_me: error: ambiguous option: $1
26195 Try \`$0 --help' for more information." >&2
26196 { (exit 1); exit 1; }; };;
26197 --help | --hel | -h )
26198 echo "$ac_cs_usage"; exit ;;
26199 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26200 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26201 ac_cs_silent=: ;;
26203 # This is an error.
26204 -*) { echo "$as_me: error: unrecognized option: $1
26205 Try \`$0 --help' for more information." >&2
26206 { (exit 1); exit 1; }; } ;;
26208 *) ac_config_targets="$ac_config_targets $1"
26209 ac_need_defaults=false ;;
26211 esac
26212 shift
26213 done
26215 ac_configure_extra_args=
26217 if $ac_cs_silent; then
26218 exec 6>/dev/null
26219 ac_configure_extra_args="$ac_configure_extra_args --silent"
26222 _ACEOF
26223 cat >>$CONFIG_STATUS <<_ACEOF
26224 if \$ac_cs_recheck; then
26225 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26226 CONFIG_SHELL=$SHELL
26227 export CONFIG_SHELL
26228 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26231 _ACEOF
26232 cat >>$CONFIG_STATUS <<\_ACEOF
26233 exec 5>>config.log
26235 echo
26236 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26237 ## Running $as_me. ##
26238 _ASBOX
26239 echo "$ac_log"
26240 } >&5
26242 _ACEOF
26243 cat >>$CONFIG_STATUS <<_ACEOF
26244 _ACEOF
26246 cat >>$CONFIG_STATUS <<\_ACEOF
26248 # Handling of arguments.
26249 for ac_config_target in $ac_config_targets
26251 case $ac_config_target in
26252 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26253 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26254 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26255 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26256 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26257 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26258 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26259 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26260 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26261 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26262 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26263 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26264 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26265 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26266 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26267 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26268 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26269 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26270 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26271 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26272 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26273 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26274 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26275 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26276 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26277 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26278 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26279 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26280 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26281 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26282 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26283 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26284 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26285 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26286 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26287 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26288 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26289 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26290 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26291 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26292 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26293 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26294 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26295 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26296 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26297 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26298 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26299 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26300 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26301 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26302 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26303 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26304 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26305 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26306 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26307 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26308 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26309 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26310 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26311 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26312 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26313 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26314 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26315 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26316 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26317 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26318 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26319 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26320 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26321 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26322 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26323 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26324 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26325 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26326 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26327 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26328 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26329 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26330 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26331 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26332 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26333 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26334 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26335 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26336 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26337 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26338 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26339 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26340 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26341 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26342 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26343 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26344 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26345 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26346 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26347 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26348 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26349 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26350 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26351 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26352 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26353 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26354 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26355 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26356 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26357 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26358 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26359 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26360 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26361 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26362 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26363 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26364 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26365 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26366 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26367 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26368 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26369 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26370 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26371 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26372 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26373 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26374 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26375 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26376 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26377 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26378 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26379 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26380 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26381 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26382 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26383 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26384 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26385 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26386 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26387 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26388 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26389 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26390 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26391 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26392 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26393 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26394 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26395 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26396 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26397 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26398 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26399 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26400 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26401 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26402 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26403 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26404 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26405 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26406 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26407 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26408 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26409 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26410 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26411 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26412 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26413 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26414 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26415 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26416 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26417 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26418 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26419 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26420 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26421 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26422 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26423 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26424 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26425 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26426 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26427 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26428 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26429 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26430 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26431 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26432 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26433 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26434 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26435 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26436 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26437 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26438 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26439 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26440 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26441 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26442 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26443 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26444 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26445 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26446 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26447 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26448 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26449 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26450 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26451 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26452 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26453 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26454 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26455 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26456 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26457 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26458 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26459 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26460 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26461 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26462 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26463 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26464 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26465 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26466 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26467 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26468 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26469 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26470 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26471 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26472 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26473 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26474 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26475 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26476 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26477 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26478 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26479 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26480 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26481 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26482 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26483 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26484 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26485 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26486 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26487 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26488 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26489 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26490 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26491 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26492 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26493 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26494 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26495 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26496 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26497 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26498 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26499 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26500 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26501 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26502 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26503 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26504 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26505 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26506 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26507 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26508 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26509 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26510 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26511 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26512 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26513 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26514 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26515 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26516 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26517 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26518 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26519 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26520 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26521 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26522 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26523 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26524 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26525 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26526 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26527 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26528 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26529 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26530 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26531 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26532 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26533 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26534 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26535 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26536 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26537 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26538 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26539 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26540 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26541 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26542 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26543 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26544 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26545 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26546 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26547 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26548 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26549 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26550 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26551 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26552 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26553 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26554 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26555 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26556 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26557 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26558 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26559 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26560 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26561 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26562 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26563 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26564 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26565 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26566 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26567 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26568 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26569 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26570 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26571 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26572 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26573 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26574 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26575 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26576 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26577 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26578 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26579 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26580 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26581 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26582 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26583 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26584 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26585 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26586 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26587 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26588 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26589 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26590 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26591 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26592 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26593 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26594 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26595 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26596 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26597 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26598 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26599 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26600 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26601 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26602 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26603 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26604 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26605 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26606 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26607 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26608 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26609 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26610 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26611 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26612 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26613 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26614 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26615 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26616 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26617 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26618 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26619 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26620 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26621 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26622 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26623 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26624 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26625 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26626 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26627 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26628 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26629 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26630 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26631 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26632 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26633 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26634 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26635 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26636 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26637 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26638 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26639 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26640 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26641 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26642 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26643 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26644 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26645 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26646 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26647 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26648 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26649 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26650 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26651 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26652 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26653 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26654 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26655 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26656 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26657 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26658 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26659 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26660 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26661 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26662 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26663 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26664 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26665 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26666 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26667 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26668 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26669 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26670 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26671 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26672 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26673 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26674 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26675 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26676 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26677 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26678 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26679 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26680 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26681 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26682 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26683 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26684 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26686 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26687 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26688 { (exit 1); exit 1; }; };;
26689 esac
26690 done
26693 # If the user did not use the arguments to specify the items to instantiate,
26694 # then the envvar interface is used. Set only those that are not.
26695 # We use the long form for the default assignment because of an extremely
26696 # bizarre bug on SunOS 4.1.3.
26697 if $ac_need_defaults; then
26698 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26699 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26700 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26703 # Have a temporary directory for convenience. Make it in the build tree
26704 # simply because there is no reason against having it here, and in addition,
26705 # creating and moving files from /tmp can sometimes cause problems.
26706 # Hook for its removal unless debugging.
26707 # Note that there is a small window in which the directory will not be cleaned:
26708 # after its creation but before its name has been assigned to `$tmp'.
26709 $debug ||
26711 tmp=
26712 trap 'exit_status=$?
26713 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26715 trap '{ (exit 1); exit 1; }' 1 2 13 15
26717 # Create a (secure) tmp directory for tmp files.
26720 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26721 test -n "$tmp" && test -d "$tmp"
26722 } ||
26724 tmp=./conf$$-$RANDOM
26725 (umask 077 && mkdir "$tmp")
26726 } ||
26728 echo "$me: cannot create a temporary directory in ." >&2
26729 { (exit 1); exit 1; }
26733 # Set up the sed scripts for CONFIG_FILES section.
26736 # No need to generate the scripts if there are no CONFIG_FILES.
26737 # This happens for instance when ./config.status config.h
26738 if test -n "$CONFIG_FILES"; then
26740 _ACEOF
26742 # Create sed commands to just substitute file output variables.
26744 # Remaining file output variables are in a fragment that also has non-file
26745 # output varibles.
26749 ac_delim='%!_!# '
26750 for ac_last_try in false false false false false :; do
26751 cat >conf$$subs.sed <<_ACEOF
26752 SHELL!$SHELL$ac_delim
26753 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26754 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26755 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26756 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26757 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26758 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26759 exec_prefix!$exec_prefix$ac_delim
26760 prefix!$prefix$ac_delim
26761 program_transform_name!$program_transform_name$ac_delim
26762 bindir!$bindir$ac_delim
26763 sbindir!$sbindir$ac_delim
26764 libexecdir!$libexecdir$ac_delim
26765 datarootdir!$datarootdir$ac_delim
26766 datadir!$datadir$ac_delim
26767 sysconfdir!$sysconfdir$ac_delim
26768 sharedstatedir!$sharedstatedir$ac_delim
26769 localstatedir!$localstatedir$ac_delim
26770 includedir!$includedir$ac_delim
26771 oldincludedir!$oldincludedir$ac_delim
26772 docdir!$docdir$ac_delim
26773 infodir!$infodir$ac_delim
26774 htmldir!$htmldir$ac_delim
26775 dvidir!$dvidir$ac_delim
26776 pdfdir!$pdfdir$ac_delim
26777 psdir!$psdir$ac_delim
26778 libdir!$libdir$ac_delim
26779 localedir!$localedir$ac_delim
26780 mandir!$mandir$ac_delim
26781 DEFS!$DEFS$ac_delim
26782 ECHO_C!$ECHO_C$ac_delim
26783 ECHO_N!$ECHO_N$ac_delim
26784 ECHO_T!$ECHO_T$ac_delim
26785 LIBS!$LIBS$ac_delim
26786 build_alias!$build_alias$ac_delim
26787 host_alias!$host_alias$ac_delim
26788 target_alias!$target_alias$ac_delim
26789 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26790 build!$build$ac_delim
26791 build_cpu!$build_cpu$ac_delim
26792 build_vendor!$build_vendor$ac_delim
26793 build_os!$build_os$ac_delim
26794 host!$host$ac_delim
26795 host_cpu!$host_cpu$ac_delim
26796 host_vendor!$host_vendor$ac_delim
26797 host_os!$host_os$ac_delim
26798 WIN16_FILES!$WIN16_FILES$ac_delim
26799 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26800 WINETEST!$WINETEST$ac_delim
26801 SET_MAKE!$SET_MAKE$ac_delim
26802 CC!$CC$ac_delim
26803 CFLAGS!$CFLAGS$ac_delim
26804 LDFLAGS!$LDFLAGS$ac_delim
26805 CPPFLAGS!$CPPFLAGS$ac_delim
26806 ac_ct_CC!$ac_ct_CC$ac_delim
26807 EXEEXT!$EXEEXT$ac_delim
26808 OBJEXT!$OBJEXT$ac_delim
26809 CXX!$CXX$ac_delim
26810 CXXFLAGS!$CXXFLAGS$ac_delim
26811 ac_ct_CXX!$ac_ct_CXX$ac_delim
26812 CPPBIN!$CPPBIN$ac_delim
26813 TOOLSDIR!$TOOLSDIR$ac_delim
26814 XMKMF!$XMKMF$ac_delim
26815 CPP!$CPP$ac_delim
26816 X_CFLAGS!$X_CFLAGS$ac_delim
26817 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26818 X_LIBS!$X_LIBS$ac_delim
26819 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26820 FLEX!$FLEX$ac_delim
26821 BISON!$BISON$ac_delim
26822 AS!$AS$ac_delim
26823 ac_ct_AS!$ac_ct_AS$ac_delim
26824 LD!$LD$ac_delim
26825 ac_ct_LD!$ac_ct_LD$ac_delim
26826 NM!$NM$ac_delim
26827 ac_ct_NM!$ac_ct_NM$ac_delim
26828 AR!$AR$ac_delim
26829 ac_ct_AR!$ac_ct_AR$ac_delim
26830 ARFLAGS!$ARFLAGS$ac_delim
26831 RANLIB!$RANLIB$ac_delim
26832 STRIP!$STRIP$ac_delim
26833 WINDRES!$WINDRES$ac_delim
26834 _ACEOF
26836 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26837 break
26838 elif $ac_last_try; then
26839 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26840 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26841 { (exit 1); exit 1; }; }
26842 else
26843 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26845 done
26847 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26848 if test -n "$ac_eof"; then
26849 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26850 ac_eof=`expr $ac_eof + 1`
26853 cat >>$CONFIG_STATUS <<_ACEOF
26854 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26855 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26856 /^[ ]*@MAKE_RULES@[ ]*$/{
26857 r $MAKE_RULES
26860 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26861 r $MAKE_DLL_RULES
26864 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26865 r $MAKE_IMPLIB_RULES
26868 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26869 r $MAKE_TEST_RULES
26872 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26873 r $MAKE_PROG_RULES
26876 _ACEOF
26877 sed '
26878 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26879 s/^/s,@/; s/!/@,|#_!!_#|/
26882 s/'"$ac_delim"'$/,g/; t
26883 s/$/\\/; p
26884 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26885 ' >>$CONFIG_STATUS <conf$$subs.sed
26886 rm -f conf$$subs.sed
26887 cat >>$CONFIG_STATUS <<_ACEOF
26888 CEOF$ac_eof
26889 _ACEOF
26892 ac_delim='%!_!# '
26893 for ac_last_try in false false false false false :; do
26894 cat >conf$$subs.sed <<_ACEOF
26895 LN_S!$LN_S$ac_delim
26896 LN!$LN$ac_delim
26897 GREP!$GREP$ac_delim
26898 EGREP!$EGREP$ac_delim
26899 LDCONFIG!$LDCONFIG$ac_delim
26900 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26901 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26902 INSTALL_DATA!$INSTALL_DATA$ac_delim
26903 LINT!$LINT$ac_delim
26904 LINTFLAGS!$LINTFLAGS$ac_delim
26905 FONTFORGE!$FONTFORGE$ac_delim
26906 PKG_CONFIG!$PKG_CONFIG$ac_delim
26907 RSVG!$RSVG$ac_delim
26908 ICOTOOL!$ICOTOOL$ac_delim
26909 PRELINK!$PRELINK$ac_delim
26910 LIBPTHREAD!$LIBPTHREAD$ac_delim
26911 XLIB!$XLIB$ac_delim
26912 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26913 DLLEXT!$DLLEXT$ac_delim
26914 DLLFLAGS!$DLLFLAGS$ac_delim
26915 LDSHARED!$LDSHARED$ac_delim
26916 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26917 LIBEXT!$LIBEXT$ac_delim
26918 IMPLIBEXT!$IMPLIBEXT$ac_delim
26919 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26920 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26921 LDD!$LDD$ac_delim
26922 DLLTOOL!$DLLTOOL$ac_delim
26923 DLLWRAP!$DLLWRAP$ac_delim
26924 MINGWAR!$MINGWAR$ac_delim
26925 SECURITYLIB!$SECURITYLIB$ac_delim
26926 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26927 IOKITLIB!$IOKITLIB$ac_delim
26928 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26929 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26930 COREAUDIO!$COREAUDIO$ac_delim
26931 CARBONLIB!$CARBONLIB$ac_delim
26932 CROSSTEST!$CROSSTEST$ac_delim
26933 CROSSCC!$CROSSCC$ac_delim
26934 CROSSWINDRES!$CROSSWINDRES$ac_delim
26935 NASLIBS!$NASLIBS$ac_delim
26936 XML2LIBS!$XML2LIBS$ac_delim
26937 XML2INCL!$XML2INCL$ac_delim
26938 XSLTLIBS!$XSLTLIBS$ac_delim
26939 XSLTINCL!$XSLTINCL$ac_delim
26940 HALINCL!$HALINCL$ac_delim
26941 sane_devel!$sane_devel$ac_delim
26942 SANEINCL!$SANEINCL$ac_delim
26943 gphoto2_devel!$gphoto2_devel$ac_delim
26944 gphoto2port_devel!$gphoto2port_devel$ac_delim
26945 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26946 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26947 RESOLVLIBS!$RESOLVLIBS$ac_delim
26948 LCMSLIBS!$LCMSLIBS$ac_delim
26949 ft_devel!$ft_devel$ac_delim
26950 FREETYPELIBS!$FREETYPELIBS$ac_delim
26951 FREETYPEINCL!$FREETYPEINCL$ac_delim
26952 ESDCONFIG!$ESDCONFIG$ac_delim
26953 ESDINCL!$ESDINCL$ac_delim
26954 ESDLIBS!$ESDLIBS$ac_delim
26955 ALSALIBS!$ALSALIBS$ac_delim
26956 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26957 CUPSINCL!$CUPSINCL$ac_delim
26958 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26959 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26960 BUILTINFLAG!$BUILTINFLAG$ac_delim
26961 LDPATH!$LDPATH$ac_delim
26962 CRTLIBS!$CRTLIBS$ac_delim
26963 SOCKETLIBS!$SOCKETLIBS$ac_delim
26964 MAIN_BINARY!$MAIN_BINARY$ac_delim
26965 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26966 LIBDL!$LIBDL$ac_delim
26967 LIBPOLL!$LIBPOLL$ac_delim
26968 LDAPLIBS!$LDAPLIBS$ac_delim
26969 DEPENDENCIES!$DEPENDENCIES$ac_delim
26970 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26971 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26972 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26973 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
26974 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26975 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26976 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26977 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
26978 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
26979 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
26980 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
26981 LIBOBJS!$LIBOBJS$ac_delim
26982 LTLIBOBJS!$LTLIBOBJS$ac_delim
26983 _ACEOF
26985 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
26986 break
26987 elif $ac_last_try; then
26988 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26989 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26990 { (exit 1); exit 1; }; }
26991 else
26992 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26994 done
26996 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26997 if test -n "$ac_eof"; then
26998 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26999 ac_eof=`expr $ac_eof + 1`
27002 cat >>$CONFIG_STATUS <<_ACEOF
27003 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27004 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27005 _ACEOF
27006 sed '
27007 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27008 s/^/s,@/; s/!/@,|#_!!_#|/
27011 s/'"$ac_delim"'$/,g/; t
27012 s/$/\\/; p
27013 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27014 ' >>$CONFIG_STATUS <conf$$subs.sed
27015 rm -f conf$$subs.sed
27016 cat >>$CONFIG_STATUS <<_ACEOF
27017 :end
27018 s/|#_!!_#|//g
27019 CEOF$ac_eof
27020 _ACEOF
27023 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27024 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27025 # trailing colons and then remove the whole line if VPATH becomes empty
27026 # (actually we leave an empty line to preserve line numbers).
27027 if test "x$srcdir" = x.; then
27028 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27029 s/:*\$(srcdir):*/:/
27030 s/:*\${srcdir}:*/:/
27031 s/:*@srcdir@:*/:/
27032 s/^\([^=]*=[ ]*\):*/\1/
27033 s/:*$//
27034 s/^[^=]*=[ ]*$//
27038 cat >>$CONFIG_STATUS <<\_ACEOF
27039 fi # test -n "$CONFIG_FILES"
27042 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27044 case $ac_tag in
27045 :[FHLC]) ac_mode=$ac_tag; continue;;
27046 esac
27047 case $ac_mode$ac_tag in
27048 :[FHL]*:*);;
27049 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27050 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27051 { (exit 1); exit 1; }; };;
27052 :[FH]-) ac_tag=-:-;;
27053 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27054 esac
27055 ac_save_IFS=$IFS
27056 IFS=:
27057 set x $ac_tag
27058 IFS=$ac_save_IFS
27059 shift
27060 ac_file=$1
27061 shift
27063 case $ac_mode in
27064 :L) ac_source=$1;;
27065 :[FH])
27066 ac_file_inputs=
27067 for ac_f
27069 case $ac_f in
27070 -) ac_f="$tmp/stdin";;
27071 *) # Look for the file first in the build tree, then in the source tree
27072 # (if the path is not absolute). The absolute path cannot be DOS-style,
27073 # because $ac_f cannot contain `:'.
27074 test -f "$ac_f" ||
27075 case $ac_f in
27076 [\\/$]*) false;;
27077 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27078 esac ||
27079 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27080 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27081 { (exit 1); exit 1; }; };;
27082 esac
27083 ac_file_inputs="$ac_file_inputs $ac_f"
27084 done
27086 # Let's still pretend it is `configure' which instantiates (i.e., don't
27087 # use $as_me), people would be surprised to read:
27088 # /* config.h. Generated by config.status. */
27089 configure_input="Generated from "`IFS=:
27090 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27091 if test x"$ac_file" != x-; then
27092 configure_input="$ac_file. $configure_input"
27093 { echo "$as_me:$LINENO: creating $ac_file" >&5
27094 echo "$as_me: creating $ac_file" >&6;}
27097 case $ac_tag in
27098 *:-:* | *:-) cat >"$tmp/stdin";;
27099 esac
27101 esac
27103 ac_dir=`$as_dirname -- "$ac_file" ||
27104 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27105 X"$ac_file" : 'X\(//\)[^/]' \| \
27106 X"$ac_file" : 'X\(//\)$' \| \
27107 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27108 echo X"$ac_file" |
27109 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27110 s//\1/
27113 /^X\(\/\/\)[^/].*/{
27114 s//\1/
27117 /^X\(\/\/\)$/{
27118 s//\1/
27121 /^X\(\/\).*/{
27122 s//\1/
27125 s/.*/./; q'`
27126 { as_dir="$ac_dir"
27127 case $as_dir in #(
27128 -*) as_dir=./$as_dir;;
27129 esac
27130 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27131 as_dirs=
27132 while :; do
27133 case $as_dir in #(
27134 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27135 *) as_qdir=$as_dir;;
27136 esac
27137 as_dirs="'$as_qdir' $as_dirs"
27138 as_dir=`$as_dirname -- "$as_dir" ||
27139 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27140 X"$as_dir" : 'X\(//\)[^/]' \| \
27141 X"$as_dir" : 'X\(//\)$' \| \
27142 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27143 echo X"$as_dir" |
27144 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27145 s//\1/
27148 /^X\(\/\/\)[^/].*/{
27149 s//\1/
27152 /^X\(\/\/\)$/{
27153 s//\1/
27156 /^X\(\/\).*/{
27157 s//\1/
27160 s/.*/./; q'`
27161 test -d "$as_dir" && break
27162 done
27163 test -z "$as_dirs" || eval "mkdir $as_dirs"
27164 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27165 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27166 { (exit 1); exit 1; }; }; }
27167 ac_builddir=.
27169 case "$ac_dir" in
27170 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27172 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27173 # A ".." for each directory in $ac_dir_suffix.
27174 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27175 case $ac_top_builddir_sub in
27176 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27177 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27178 esac ;;
27179 esac
27180 ac_abs_top_builddir=$ac_pwd
27181 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27182 # for backward compatibility:
27183 ac_top_builddir=$ac_top_build_prefix
27185 case $srcdir in
27186 .) # We are building in place.
27187 ac_srcdir=.
27188 ac_top_srcdir=$ac_top_builddir_sub
27189 ac_abs_top_srcdir=$ac_pwd ;;
27190 [\\/]* | ?:[\\/]* ) # Absolute name.
27191 ac_srcdir=$srcdir$ac_dir_suffix;
27192 ac_top_srcdir=$srcdir
27193 ac_abs_top_srcdir=$srcdir ;;
27194 *) # Relative name.
27195 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27196 ac_top_srcdir=$ac_top_build_prefix$srcdir
27197 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27198 esac
27199 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27202 case $ac_mode in
27205 # CONFIG_FILE
27208 case $INSTALL in
27209 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27210 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27211 esac
27212 _ACEOF
27214 cat >>$CONFIG_STATUS <<\_ACEOF
27215 # If the template does not know about datarootdir, expand it.
27216 # FIXME: This hack should be removed a few years after 2.60.
27217 ac_datarootdir_hack=; ac_datarootdir_seen=
27219 case `sed -n '/datarootdir/ {
27223 /@datadir@/p
27224 /@docdir@/p
27225 /@infodir@/p
27226 /@localedir@/p
27227 /@mandir@/p
27228 ' $ac_file_inputs` in
27229 *datarootdir*) ac_datarootdir_seen=yes;;
27230 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27231 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27232 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27233 _ACEOF
27234 cat >>$CONFIG_STATUS <<_ACEOF
27235 ac_datarootdir_hack='
27236 s&@datadir@&$datadir&g
27237 s&@docdir@&$docdir&g
27238 s&@infodir@&$infodir&g
27239 s&@localedir@&$localedir&g
27240 s&@mandir@&$mandir&g
27241 s&\\\${datarootdir}&$datarootdir&g' ;;
27242 esac
27243 _ACEOF
27245 # Neutralize VPATH when `$srcdir' = `.'.
27246 # Shell code in configure.ac might set extrasub.
27247 # FIXME: do we really want to maintain this feature?
27248 cat >>$CONFIG_STATUS <<_ACEOF
27249 sed "$ac_vpsub
27250 $extrasub
27251 _ACEOF
27252 cat >>$CONFIG_STATUS <<\_ACEOF
27254 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27255 s&@configure_input@&$configure_input&;t t
27256 s&@top_builddir@&$ac_top_builddir_sub&;t t
27257 s&@srcdir@&$ac_srcdir&;t t
27258 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27259 s&@top_srcdir@&$ac_top_srcdir&;t t
27260 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27261 s&@builddir@&$ac_builddir&;t t
27262 s&@abs_builddir@&$ac_abs_builddir&;t t
27263 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27264 s&@INSTALL@&$ac_INSTALL&;t t
27265 $ac_datarootdir_hack
27266 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27268 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27269 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27270 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27271 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27272 which seems to be undefined. Please make sure it is defined." >&5
27273 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27274 which seems to be undefined. Please make sure it is defined." >&2;}
27276 rm -f "$tmp/stdin"
27277 case $ac_file in
27278 -) cat "$tmp/out"; rm -f "$tmp/out";;
27279 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27280 esac
27284 # CONFIG_HEADER
27286 _ACEOF
27288 # Transform confdefs.h into a sed script `conftest.defines', that
27289 # substitutes the proper values into config.h.in to produce config.h.
27290 rm -f conftest.defines conftest.tail
27291 # First, append a space to every undef/define line, to ease matching.
27292 echo 's/$/ /' >conftest.defines
27293 # Then, protect against being on the right side of a sed subst, or in
27294 # an unquoted here document, in config.status. If some macros were
27295 # called several times there might be several #defines for the same
27296 # symbol, which is useless. But do not sort them, since the last
27297 # AC_DEFINE must be honored.
27298 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27299 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27300 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27301 # PARAMS is the parameter list in the macro definition--in most cases, it's
27302 # just an empty string.
27303 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27304 ac_dB='\\)[ (].*,\\1define\\2'
27305 ac_dC=' '
27306 ac_dD=' ,'
27308 uniq confdefs.h |
27309 sed -n '
27310 t rset
27311 :rset
27312 s/^[ ]*#[ ]*define[ ][ ]*//
27313 t ok
27316 s/[\\&,]/\\&/g
27317 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27318 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27319 ' >>conftest.defines
27321 # Remove the space that was appended to ease matching.
27322 # Then replace #undef with comments. This is necessary, for
27323 # example, in the case of _POSIX_SOURCE, which is predefined and required
27324 # on some systems where configure will not decide to define it.
27325 # (The regexp can be short, since the line contains either #define or #undef.)
27326 echo 's/ $//
27327 s,^[ #]*u.*,/* & */,' >>conftest.defines
27329 # Break up conftest.defines:
27330 ac_max_sed_lines=50
27332 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27333 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27334 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27335 # et cetera.
27336 ac_in='$ac_file_inputs'
27337 ac_out='"$tmp/out1"'
27338 ac_nxt='"$tmp/out2"'
27340 while :
27342 # Write a here document:
27343 cat >>$CONFIG_STATUS <<_ACEOF
27344 # First, check the format of the line:
27345 cat >"\$tmp/defines.sed" <<\\CEOF
27346 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27347 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27349 :def
27350 _ACEOF
27351 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27352 echo 'CEOF
27353 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27354 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27355 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27356 grep . conftest.tail >/dev/null || break
27357 rm -f conftest.defines
27358 mv conftest.tail conftest.defines
27359 done
27360 rm -f conftest.defines conftest.tail
27362 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27363 cat >>$CONFIG_STATUS <<\_ACEOF
27364 if test x"$ac_file" != x-; then
27365 echo "/* $configure_input */" >"$tmp/config.h"
27366 cat "$ac_result" >>"$tmp/config.h"
27367 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27368 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27369 echo "$as_me: $ac_file is unchanged" >&6;}
27370 else
27371 rm -f $ac_file
27372 mv "$tmp/config.h" $ac_file
27374 else
27375 echo "/* $configure_input */"
27376 cat "$ac_result"
27378 rm -f "$tmp/out12"
27381 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27382 echo "$as_me: executing $ac_file commands" >&6;}
27384 esac
27387 case $ac_file$ac_mode in
27388 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27389 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27390 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27391 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27392 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27393 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27394 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27395 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27396 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27397 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27398 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27399 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27400 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27402 esac
27403 done # for ac_tag
27406 { (exit 0); exit 0; }
27407 _ACEOF
27408 chmod +x $CONFIG_STATUS
27409 ac_clean_files=$ac_clean_files_save
27412 # configure is writing to config.log, and then calls config.status.
27413 # config.status does its own redirection, appending to config.log.
27414 # Unfortunately, on DOS this fails, as config.log is still kept open
27415 # by configure, so config.status won't be able to write to it; its
27416 # output is simply discarded. So we exec the FD to /dev/null,
27417 # effectively closing config.log, so it can be properly (re)opened and
27418 # appended to by config.status. When coming back to configure, we
27419 # need to make the FD available again.
27420 if test "$no_create" != yes; then
27421 ac_cs_success=:
27422 ac_config_status_args=
27423 test "$silent" = yes &&
27424 ac_config_status_args="$ac_config_status_args --quiet"
27425 exec 5>/dev/null
27426 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27427 exec 5>>config.log
27428 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27429 # would make configure fail if this is the last instruction.
27430 $ac_cs_success || { (exit 1); exit 1; }
27434 if test "$no_create" = "yes"
27435 then
27436 exit 0
27439 ac_save_IFS="$IFS"
27440 IFS="|"
27441 if test "x$wine_notices != "x; then
27442 echo >&6
27443 for msg in $wine_notices; do
27444 if test -n "$msg"; then
27445 { echo "$as_me:$LINENO: $msg" >&5
27446 echo "$as_me: $msg" >&6;}
27448 done
27450 for msg in $wine_warnings; do
27451 if test -n "$msg"; then
27452 echo >&2
27453 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27454 echo "$as_me: WARNING: $msg" >&2;}
27456 done
27457 IFS="$ac_save_IFS"
27459 echo "
27460 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27461 " >&6