push 318e99e1b2b1f5d01543466128b17608c2956aa1
[wine/hacks.git] / configure
blob41264290526044c6e4edcc3fa216dcc7a1cea2c2
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.13.
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.13'
578 PACKAGE_STRING='Wine 1.1.13'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 SET_MAKE
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
673 CXXFLAGS
674 ac_ct_CXX
675 CPPBIN
676 TARGETFLAGS
677 WIN16_FILES
678 WIN16_INSTALL
679 TOOLSDIR
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSCC
738 CROSSWINDRES
739 CROSSTEST
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 PULSELIBS
761 ALSALIBS
762 AUDIOIOLIBS
763 CUPSINCL
764 FONTCONFIGINCL
765 EXTRACFLAGS
766 BUILTINFLAG
767 LDPATH
768 CRTLIBS
769 SOCKETLIBS
770 MAIN_BINARY
771 EXTRA_BINARIES
772 LIBDL
773 LIBPOLL
774 LDAPLIBS
775 DEPENDENCIES
776 ALL_MAKERULES
777 ALL_MAKEFILES
778 ALL_MAKEFILE_DEPENDS
779 ALL_TOP_DIRS
780 ALL_DLL_DIRS
781 ALL_IMPLIB_DIRS
782 ALL_TEST_DIRS
783 ALL_PROGRAM_DIRS
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
786 ALL_WINETEST_DEPENDS
787 LIBOBJS
788 LTLIBOBJS'
789 ac_subst_files='MAKE_RULES
790 MAKE_DLL_RULES
791 MAKE_IMPLIB_RULES
792 MAKE_TEST_RULES
793 MAKE_PROG_RULES'
794 ac_precious_vars='build_alias
795 host_alias
796 target_alias
798 CFLAGS
799 LDFLAGS
800 LIBS
801 CPPFLAGS
803 CXXFLAGS
805 XMKMF
806 CPP'
809 # Initialize some variables set by options.
810 ac_init_help=
811 ac_init_version=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
814 cache_file=/dev/null
815 exec_prefix=NONE
816 no_create=
817 no_recursion=
818 prefix=NONE
819 program_prefix=NONE
820 program_suffix=NONE
821 program_transform_name=s,x,x,
822 silent=
823 site=
824 srcdir=
825 verbose=
826 x_includes=NONE
827 x_libraries=NONE
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir='${exec_prefix}/bin'
836 sbindir='${exec_prefix}/sbin'
837 libexecdir='${exec_prefix}/libexec'
838 datarootdir='${prefix}/share'
839 datadir='${datarootdir}'
840 sysconfdir='${prefix}/etc'
841 sharedstatedir='${prefix}/com'
842 localstatedir='${prefix}/var'
843 includedir='${prefix}/include'
844 oldincludedir='/usr/include'
845 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir='${datarootdir}/info'
847 htmldir='${docdir}'
848 dvidir='${docdir}'
849 pdfdir='${docdir}'
850 psdir='${docdir}'
851 libdir='${exec_prefix}/lib'
852 localedir='${datarootdir}/locale'
853 mandir='${datarootdir}/man'
855 ac_prev=
856 ac_dashdash=
857 for ac_option
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\$ac_option
862 ac_prev=
863 continue
866 case $ac_option in
867 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *) ac_optarg=yes ;;
869 esac
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
875 ac_dashdash=yes ;;
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
894 --config-cache | -C)
895 cache_file=config.cache ;;
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
909 -disable-* | --disable-*)
910 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_$ac_feature=no ;;
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
928 -enable-* | --enable-*)
929 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_$ac_feature=\$ac_optarg ;;
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
944 exec_prefix=$ac_optarg ;;
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
957 -host | --host | --hos | --ho)
958 ac_prev=host_alias ;;
959 -host=* | --host=* | --hos=* | --ho=*)
960 host_alias=$ac_optarg ;;
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
973 includedir=$ac_optarg ;;
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
978 infodir=$ac_optarg ;;
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
983 libdir=$ac_optarg ;;
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
990 libexecdir=$ac_optarg ;;
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
997 -localstatedir | --localstatedir | --localstatedi | --localstated \
998 | --localstate | --localstat | --localsta | --localst | --locals)
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1002 localstatedir=$ac_optarg ;;
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1007 mandir=$ac_optarg ;;
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1014 | --no-cr | --no-c | -n)
1015 no_create=yes ;;
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1028 oldincludedir=$ac_optarg ;;
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1033 prefix=$ac_optarg ;;
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1040 program_prefix=$ac_optarg ;;
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1047 program_suffix=$ac_optarg ;;
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
1064 program_transform_name=$ac_optarg ;;
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
1084 sbindir=$ac_optarg ;;
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
1095 sharedstatedir=$ac_optarg ;;
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
1100 site=$ac_optarg ;;
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1105 srcdir=$ac_optarg ;;
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1112 sysconfdir=$ac_optarg ;;
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
1115 ac_prev=target_alias ;;
1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1117 target_alias=$ac_optarg ;;
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
1125 -with-* | --with-*)
1126 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_$ac_package=\$ac_optarg ;;
1134 -without-* | --without-*)
1135 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_$ac_package=no ;;
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1152 x_includes=$ac_optarg ;;
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1159 x_libraries=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 esac
1184 done
1186 if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val=\$$ac_var
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1205 done
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1210 build=$build_alias
1211 host=$host_alias
1212 target=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1225 ac_tool_prefix=
1226 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1228 test "$silent" = yes && exec 6>/dev/null
1231 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di=`ls -di .` &&
1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 echo X"$0" |
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1252 s//\1/
1255 /^X\(\/\/\)[^/].*/{
1256 s//\1/
1259 /^X\(\/\/\)$/{
1260 s//\1/
1263 /^X\(\/\).*/{
1264 s//\1/
1267 s/.*/./; q'`
1268 srcdir=$ac_confdir
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1270 srcdir=..
1272 else
1273 ac_srcdir_defaulted=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1284 pwd)`
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 srcdir=.
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1292 case $srcdir in
1293 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 esac
1295 for ac_var in $ac_precious_vars; do
1296 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_${ac_var}_value=\$${ac_var}
1298 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1300 done
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1308 cat <<_ACEOF
1309 \`configure' configures Wine 1.1.13 to adapt to many kinds of systems.
1311 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1314 VAR=VALUE. See below for descriptions of some of the useful variables.
1316 Defaults for the options are specified in brackets.
1318 Configuration:
1319 -h, --help display this help and exit
1320 --help=short display options specific to this package
1321 --help=recursive display the short help of all the included packages
1322 -V, --version display version information and exit
1323 -q, --quiet, --silent do not print \`checking...' messages
1324 --cache-file=FILE cache test results in FILE [disabled]
1325 -C, --config-cache alias for \`--cache-file=config.cache'
1326 -n, --no-create do not create output files
1327 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329 Installation directories:
1330 --prefix=PREFIX install architecture-independent files in PREFIX
1331 [$ac_default_prefix]
1332 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 [PREFIX]
1335 By default, \`make install' will install all the files in
1336 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1337 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1338 for instance \`--prefix=\$HOME'.
1340 For better control, use the options below.
1342 Fine tuning of the installation directories:
1343 --bindir=DIR user executables [EPREFIX/bin]
1344 --sbindir=DIR system admin executables [EPREFIX/sbin]
1345 --libexecdir=DIR program executables [EPREFIX/libexec]
1346 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1349 --libdir=DIR object code libraries [EPREFIX/lib]
1350 --includedir=DIR C header files [PREFIX/include]
1351 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1352 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1353 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1354 --infodir=DIR info documentation [DATAROOTDIR/info]
1355 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1356 --mandir=DIR man documentation [DATAROOTDIR/man]
1357 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1358 --htmldir=DIR html documentation [DOCDIR]
1359 --dvidir=DIR dvi documentation [DOCDIR]
1360 --pdfdir=DIR pdf documentation [DOCDIR]
1361 --psdir=DIR ps documentation [DOCDIR]
1362 _ACEOF
1364 cat <<\_ACEOF
1366 X features:
1367 --x-includes=DIR X include files are in DIR
1368 --x-libraries=DIR X library files are in DIR
1370 System types:
1371 --build=BUILD configure for building on BUILD [guessed]
1372 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1373 _ACEOF
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive ) echo "Configuration of Wine 1.1.13:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1392 Optional Packages:
1393 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1394 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1395 --without-alsa do not use the Alsa sound support
1396 --without-audioio do not use the AudioIO sound support
1397 --without-capi do not use CAPI (ISDN support)
1398 --without-cms do not use CMS (color management support)
1399 --without-coreaudio do not use the CoreAudio sound support
1400 --without-cups do not use CUPS
1401 --without-curses do not use (n)curses
1402 --without-esd do not use the EsounD sound support
1403 --without-fontconfig do not use fontconfig
1404 --without-freetype do not use the FreeType library
1405 --without-gphoto do not use gphoto (Digital Camera support)
1406 --without-glu do not use the GLU library
1407 --without-gnutls do not use GnuTLS (schannel support)
1408 --without-hal do not use HAL (dynamic device support)
1409 --without-jack do not use the Jack sound support
1410 --without-jpeg do not use JPEG
1411 --without-ldap do not use LDAP
1412 --without-nas do not use the NAS sound support
1413 --without-opengl do not use OpenGL
1414 --without-openssl do not use OpenSSL
1415 --without-oss do not use the OSS sound support
1416 --without-png do not use PNG
1417 --without-pulse do not use PulseAudio sound support
1418 --without-sane do not use SANE (scanner support)
1419 --without-xcomposite do not use the Xcomposite extension
1420 --without-xcursor do not use the Xcursor extension
1421 --without-xinerama do not use Xinerama (multi-monitor support)
1422 --without-xinput do not use the Xinput extension
1423 --without-xml do not use XML
1424 --without-xrandr do not use Xrandr (resolution changes)
1425 --without-xrender do not use the Xrender extension
1426 --without-xshape do not use the Xshape extension
1427 --without-xshm do not use XShm (shared memory extension)
1428 --without-xslt do not use XSLT
1429 --without-xxf86vm do not use XFree video mode extension
1430 --with-wine-tools=DIR use Wine tools from directory DIR
1431 --with-x use the X Window System
1433 Some influential environment variables:
1434 CC C compiler command
1435 CFLAGS C compiler flags
1436 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1437 nonstandard directory <lib dir>
1438 LIBS libraries to pass to the linker, e.g. -l<library>
1439 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1440 you have headers in a nonstandard directory <include dir>
1441 CXX C++ compiler command
1442 CXXFLAGS C++ compiler flags
1443 XMKMF Path to xmkmf, Makefile generator for X Window System
1444 CPP C preprocessor
1446 Use these variables to override the choices made by `configure' or to help
1447 it to find libraries and programs with nonstandard names/locations.
1449 Report bugs to <wine-devel@winehq.org>.
1450 _ACEOF
1451 ac_status=$?
1454 if test "$ac_init_help" = "recursive"; then
1455 # If there are subdirs, report their specific --help.
1456 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1457 test -d "$ac_dir" || continue
1458 ac_builddir=.
1460 case "$ac_dir" in
1461 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1463 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1464 # A ".." for each directory in $ac_dir_suffix.
1465 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1466 case $ac_top_builddir_sub in
1467 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1468 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1469 esac ;;
1470 esac
1471 ac_abs_top_builddir=$ac_pwd
1472 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1473 # for backward compatibility:
1474 ac_top_builddir=$ac_top_build_prefix
1476 case $srcdir in
1477 .) # We are building in place.
1478 ac_srcdir=.
1479 ac_top_srcdir=$ac_top_builddir_sub
1480 ac_abs_top_srcdir=$ac_pwd ;;
1481 [\\/]* | ?:[\\/]* ) # Absolute name.
1482 ac_srcdir=$srcdir$ac_dir_suffix;
1483 ac_top_srcdir=$srcdir
1484 ac_abs_top_srcdir=$srcdir ;;
1485 *) # Relative name.
1486 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1487 ac_top_srcdir=$ac_top_build_prefix$srcdir
1488 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1489 esac
1490 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1492 cd "$ac_dir" || { ac_status=$?; continue; }
1493 # Check for guested configure.
1494 if test -f "$ac_srcdir/configure.gnu"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1497 elif test -f "$ac_srcdir/configure"; then
1498 echo &&
1499 $SHELL "$ac_srcdir/configure" --help=recursive
1500 else
1501 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1502 fi || ac_status=$?
1503 cd "$ac_pwd" || { ac_status=$?; break; }
1504 done
1507 test -n "$ac_init_help" && exit $ac_status
1508 if $ac_init_version; then
1509 cat <<\_ACEOF
1510 Wine configure 1.1.13
1511 generated by GNU Autoconf 2.61
1513 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1514 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1515 This configure script is free software; the Free Software Foundation
1516 gives unlimited permission to copy, distribute and modify it.
1517 _ACEOF
1518 exit
1520 cat >config.log <<_ACEOF
1521 This file contains any messages produced by compilers while
1522 running configure, to aid debugging if configure makes a mistake.
1524 It was created by Wine $as_me 1.1.13, which was
1525 generated by GNU Autoconf 2.61. Invocation command line was
1527 $ $0 $@
1529 _ACEOF
1530 exec 5>>config.log
1532 cat <<_ASUNAME
1533 ## --------- ##
1534 ## Platform. ##
1535 ## --------- ##
1537 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1538 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1539 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1540 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1541 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1543 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1544 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1546 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1547 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1548 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1549 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1550 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1551 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1552 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1554 _ASUNAME
1556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1557 for as_dir in $PATH
1559 IFS=$as_save_IFS
1560 test -z "$as_dir" && as_dir=.
1561 echo "PATH: $as_dir"
1562 done
1563 IFS=$as_save_IFS
1565 } >&5
1567 cat >&5 <<_ACEOF
1570 ## ----------- ##
1571 ## Core tests. ##
1572 ## ----------- ##
1574 _ACEOF
1577 # Keep a trace of the command line.
1578 # Strip out --no-create and --no-recursion so they do not pile up.
1579 # Strip out --silent because we don't want to record it for future runs.
1580 # Also quote any args containing shell meta-characters.
1581 # Make two passes to allow for proper duplicate-argument suppression.
1582 ac_configure_args=
1583 ac_configure_args0=
1584 ac_configure_args1=
1585 ac_must_keep_next=false
1586 for ac_pass in 1 2
1588 for ac_arg
1590 case $ac_arg in
1591 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1592 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1593 | -silent | --silent | --silen | --sile | --sil)
1594 continue ;;
1595 *\'*)
1596 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1597 esac
1598 case $ac_pass in
1599 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1601 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1602 if test $ac_must_keep_next = true; then
1603 ac_must_keep_next=false # Got value, back to normal.
1604 else
1605 case $ac_arg in
1606 *=* | --config-cache | -C | -disable-* | --disable-* \
1607 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1608 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1609 | -with-* | --with-* | -without-* | --without-* | --x)
1610 case "$ac_configure_args0 " in
1611 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1612 esac
1614 -* ) ac_must_keep_next=true ;;
1615 esac
1617 ac_configure_args="$ac_configure_args '$ac_arg'"
1619 esac
1620 done
1621 done
1622 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1623 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1625 # When interrupted or exit'd, cleanup temporary files, and complete
1626 # config.log. We remove comments because anyway the quotes in there
1627 # would cause problems or look ugly.
1628 # WARNING: Use '\'' to represent an apostrophe within the trap.
1629 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1630 trap 'exit_status=$?
1631 # Save into config.log some information that might help in debugging.
1633 echo
1635 cat <<\_ASBOX
1636 ## ---------------- ##
1637 ## Cache variables. ##
1638 ## ---------------- ##
1639 _ASBOX
1640 echo
1641 # The following way of writing the cache mishandles newlines in values,
1643 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1644 eval ac_val=\$$ac_var
1645 case $ac_val in #(
1646 *${as_nl}*)
1647 case $ac_var in #(
1648 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1649 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1650 esac
1651 case $ac_var in #(
1652 _ | IFS | as_nl) ;; #(
1653 *) $as_unset $ac_var ;;
1654 esac ;;
1655 esac
1656 done
1657 (set) 2>&1 |
1658 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1659 *${as_nl}ac_space=\ *)
1660 sed -n \
1661 "s/'\''/'\''\\\\'\'''\''/g;
1662 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1663 ;; #(
1665 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1667 esac |
1668 sort
1670 echo
1672 cat <<\_ASBOX
1673 ## ----------------- ##
1674 ## Output variables. ##
1675 ## ----------------- ##
1676 _ASBOX
1677 echo
1678 for ac_var in $ac_subst_vars
1680 eval ac_val=\$$ac_var
1681 case $ac_val in
1682 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1683 esac
1684 echo "$ac_var='\''$ac_val'\''"
1685 done | sort
1686 echo
1688 if test -n "$ac_subst_files"; then
1689 cat <<\_ASBOX
1690 ## ------------------- ##
1691 ## File substitutions. ##
1692 ## ------------------- ##
1693 _ASBOX
1694 echo
1695 for ac_var in $ac_subst_files
1697 eval ac_val=\$$ac_var
1698 case $ac_val in
1699 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1700 esac
1701 echo "$ac_var='\''$ac_val'\''"
1702 done | sort
1703 echo
1706 if test -s confdefs.h; then
1707 cat <<\_ASBOX
1708 ## ----------- ##
1709 ## confdefs.h. ##
1710 ## ----------- ##
1711 _ASBOX
1712 echo
1713 cat confdefs.h
1714 echo
1716 test "$ac_signal" != 0 &&
1717 echo "$as_me: caught signal $ac_signal"
1718 echo "$as_me: exit $exit_status"
1719 } >&5
1720 rm -f core *.core core.conftest.* &&
1721 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1722 exit $exit_status
1724 for ac_signal in 1 2 13 15; do
1725 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1726 done
1727 ac_signal=0
1729 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1730 rm -f -r conftest* confdefs.h
1732 # Predefined preprocessor variables.
1734 cat >>confdefs.h <<_ACEOF
1735 #define PACKAGE_NAME "$PACKAGE_NAME"
1736 _ACEOF
1739 cat >>confdefs.h <<_ACEOF
1740 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1741 _ACEOF
1744 cat >>confdefs.h <<_ACEOF
1745 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1746 _ACEOF
1749 cat >>confdefs.h <<_ACEOF
1750 #define PACKAGE_STRING "$PACKAGE_STRING"
1751 _ACEOF
1754 cat >>confdefs.h <<_ACEOF
1755 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1756 _ACEOF
1759 # Let the site file select an alternate cache file if it wants to.
1760 # Prefer explicitly selected file to automatically selected ones.
1761 if test -n "$CONFIG_SITE"; then
1762 set x "$CONFIG_SITE"
1763 elif test "x$prefix" != xNONE; then
1764 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1765 else
1766 set x "$ac_default_prefix/share/config.site" \
1767 "$ac_default_prefix/etc/config.site"
1769 shift
1770 for ac_site_file
1772 if test -r "$ac_site_file"; then
1773 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1774 echo "$as_me: loading site script $ac_site_file" >&6;}
1775 sed 's/^/| /' "$ac_site_file" >&5
1776 . "$ac_site_file"
1778 done
1780 if test -r "$cache_file"; then
1781 # Some versions of bash will fail to source /dev/null (special
1782 # files actually), so we avoid doing that.
1783 if test -f "$cache_file"; then
1784 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1785 echo "$as_me: loading cache $cache_file" >&6;}
1786 case $cache_file in
1787 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1788 *) . "./$cache_file";;
1789 esac
1791 else
1792 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1793 echo "$as_me: creating cache $cache_file" >&6;}
1794 >$cache_file
1797 # Check that the precious variables saved in the cache have kept the same
1798 # value.
1799 ac_cache_corrupted=false
1800 for ac_var in $ac_precious_vars; do
1801 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1802 eval ac_new_set=\$ac_env_${ac_var}_set
1803 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1804 eval ac_new_val=\$ac_env_${ac_var}_value
1805 case $ac_old_set,$ac_new_set in
1806 set,)
1807 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1808 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1809 ac_cache_corrupted=: ;;
1810 ,set)
1811 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1812 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1813 ac_cache_corrupted=: ;;
1814 ,);;
1816 if test "x$ac_old_val" != "x$ac_new_val"; then
1817 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1818 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1819 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1820 echo "$as_me: former value: $ac_old_val" >&2;}
1821 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1822 echo "$as_me: current value: $ac_new_val" >&2;}
1823 ac_cache_corrupted=:
1824 fi;;
1825 esac
1826 # Pass precious variables to config.status.
1827 if test "$ac_new_set" = set; then
1828 case $ac_new_val in
1829 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1830 *) ac_arg=$ac_var=$ac_new_val ;;
1831 esac
1832 case " $ac_configure_args " in
1833 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1834 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1835 esac
1837 done
1838 if $ac_cache_corrupted; then
1839 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1840 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1841 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1842 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1843 { (exit 1); exit 1; }; }
1870 ac_ext=c
1871 ac_cpp='$CPP $CPPFLAGS'
1872 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1873 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1874 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1878 ac_config_headers="$ac_config_headers include/config.h"
1880 ac_aux_dir=
1881 for ac_dir in tools "$srcdir"/tools; do
1882 if test -f "$ac_dir/install-sh"; then
1883 ac_aux_dir=$ac_dir
1884 ac_install_sh="$ac_aux_dir/install-sh -c"
1885 break
1886 elif test -f "$ac_dir/install.sh"; then
1887 ac_aux_dir=$ac_dir
1888 ac_install_sh="$ac_aux_dir/install.sh -c"
1889 break
1890 elif test -f "$ac_dir/shtool"; then
1891 ac_aux_dir=$ac_dir
1892 ac_install_sh="$ac_aux_dir/shtool install -c"
1893 break
1895 done
1896 if test -z "$ac_aux_dir"; then
1897 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1898 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1899 { (exit 1); exit 1; }; }
1902 # These three variables are undocumented and unsupported,
1903 # and are intended to be withdrawn in a future Autoconf release.
1904 # They can cause serious problems if a builder's source tree is in a directory
1905 # whose full name contains unusual characters.
1906 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1907 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1908 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1913 # Check whether --enable-win16 was given.
1914 if test "${enable_win16+set}" = set; then
1915 enableval=$enable_win16;
1918 # Check whether --enable-win64 was given.
1919 if test "${enable_win64+set}" = set; then
1920 enableval=$enable_win64;
1923 # Check whether --enable-tests was given.
1924 if test "${enable_tests+set}" = set; then
1925 enableval=$enable_tests;
1928 # Check whether --enable-maintainer-mode was given.
1929 if test "${enable_maintainer_mode+set}" = set; then
1930 enableval=$enable_maintainer_mode;
1931 else
1932 MAINTAINER_MODE=\#
1938 # Check whether --with-alsa was given.
1939 if test "${with_alsa+set}" = set; then
1940 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1944 # Check whether --with-audioio was given.
1945 if test "${with_audioio+set}" = set; then
1946 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1950 # Check whether --with-capi was given.
1951 if test "${with_capi+set}" = set; then
1952 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1956 # Check whether --with-cms was given.
1957 if test "${with_cms+set}" = set; then
1958 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1962 # Check whether --with-coreaudio was given.
1963 if test "${with_coreaudio+set}" = set; then
1964 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1968 # Check whether --with-cups was given.
1969 if test "${with_cups+set}" = set; then
1970 withval=$with_cups;
1974 # Check whether --with-curses was given.
1975 if test "${with_curses+set}" = set; then
1976 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1980 # Check whether --with-esd was given.
1981 if test "${with_esd+set}" = set; then
1982 withval=$with_esd;
1986 # Check whether --with-fontconfig was given.
1987 if test "${with_fontconfig+set}" = set; then
1988 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1992 # Check whether --with-freetype was given.
1993 if test "${with_freetype+set}" = set; then
1994 withval=$with_freetype;
1998 # Check whether --with-gphoto was given.
1999 if test "${with_gphoto+set}" = set; then
2000 withval=$with_gphoto;
2004 # Check whether --with-glu was given.
2005 if test "${with_glu+set}" = set; then
2006 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2010 # Check whether --with-gnutls was given.
2011 if test "${with_gnutls+set}" = set; then
2012 withval=$with_gnutls;
2016 # Check whether --with-hal was given.
2017 if test "${with_hal+set}" = set; then
2018 withval=$with_hal;
2022 # Check whether --with-jack was given.
2023 if test "${with_jack+set}" = set; then
2024 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2028 # Check whether --with-jpeg was given.
2029 if test "${with_jpeg+set}" = set; then
2030 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2034 # Check whether --with-ldap was given.
2035 if test "${with_ldap+set}" = set; then
2036 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2040 # Check whether --with-nas was given.
2041 if test "${with_nas+set}" = set; then
2042 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2046 # Check whether --with-opengl was given.
2047 if test "${with_opengl+set}" = set; then
2048 withval=$with_opengl;
2052 # Check whether --with-openssl was given.
2053 if test "${with_openssl+set}" = set; then
2054 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2058 # Check whether --with-oss was given.
2059 if test "${with_oss+set}" = set; then
2060 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2064 # Check whether --with-png was given.
2065 if test "${with_png+set}" = set; then
2066 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2070 # Check whether --with-pulse was given.
2071 if test "${with_pulse+set}" = set; then
2072 withval=$with_pulse;
2076 # Check whether --with-sane was given.
2077 if test "${with_sane+set}" = set; then
2078 withval=$with_sane;
2082 # Check whether --with-xcomposite was given.
2083 if test "${with_xcomposite+set}" = set; then
2084 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2088 # Check whether --with-xcursor was given.
2089 if test "${with_xcursor+set}" = set; then
2090 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2094 # Check whether --with-xinerama was given.
2095 if test "${with_xinerama+set}" = set; then
2096 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2100 # Check whether --with-xinput was given.
2101 if test "${with_xinput+set}" = set; then
2102 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2106 # Check whether --with-xml was given.
2107 if test "${with_xml+set}" = set; then
2108 withval=$with_xml;
2112 # Check whether --with-xrandr was given.
2113 if test "${with_xrandr+set}" = set; then
2114 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2118 # Check whether --with-xrender was given.
2119 if test "${with_xrender+set}" = set; then
2120 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2124 # Check whether --with-xshape was given.
2125 if test "${with_xshape+set}" = set; then
2126 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2130 # Check whether --with-xshm was given.
2131 if test "${with_xshm+set}" = set; then
2132 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2136 # Check whether --with-xslt was given.
2137 if test "${with_xslt+set}" = set; then
2138 withval=$with_xslt;
2142 # Check whether --with-xxf86vm was given.
2143 if test "${with_xxf86vm+set}" = set; then
2144 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2149 # Check whether --with-wine-tools was given.
2150 if test "${with_wine_tools+set}" = set; then
2151 withval=$with_wine_tools;
2155 # Make sure we can run config.sub.
2156 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2157 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2158 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2159 { (exit 1); exit 1; }; }
2161 { echo "$as_me:$LINENO: checking build system type" >&5
2162 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2163 if test "${ac_cv_build+set}" = set; then
2164 echo $ECHO_N "(cached) $ECHO_C" >&6
2165 else
2166 ac_build_alias=$build_alias
2167 test "x$ac_build_alias" = x &&
2168 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2169 test "x$ac_build_alias" = x &&
2170 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2171 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2172 { (exit 1); exit 1; }; }
2173 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2174 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2175 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2176 { (exit 1); exit 1; }; }
2179 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2180 echo "${ECHO_T}$ac_cv_build" >&6; }
2181 case $ac_cv_build in
2182 *-*-*) ;;
2183 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2184 echo "$as_me: error: invalid value of canonical build" >&2;}
2185 { (exit 1); exit 1; }; };;
2186 esac
2187 build=$ac_cv_build
2188 ac_save_IFS=$IFS; IFS='-'
2189 set x $ac_cv_build
2190 shift
2191 build_cpu=$1
2192 build_vendor=$2
2193 shift; shift
2194 # Remember, the first character of IFS is used to create $*,
2195 # except with old shells:
2196 build_os=$*
2197 IFS=$ac_save_IFS
2198 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2201 { echo "$as_me:$LINENO: checking host system type" >&5
2202 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2203 if test "${ac_cv_host+set}" = set; then
2204 echo $ECHO_N "(cached) $ECHO_C" >&6
2205 else
2206 if test "x$host_alias" = x; then
2207 ac_cv_host=$ac_cv_build
2208 else
2209 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2210 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2211 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2212 { (exit 1); exit 1; }; }
2216 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2217 echo "${ECHO_T}$ac_cv_host" >&6; }
2218 case $ac_cv_host in
2219 *-*-*) ;;
2220 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2221 echo "$as_me: error: invalid value of canonical host" >&2;}
2222 { (exit 1); exit 1; }; };;
2223 esac
2224 host=$ac_cv_host
2225 ac_save_IFS=$IFS; IFS='-'
2226 set x $ac_cv_host
2227 shift
2228 host_cpu=$1
2229 host_vendor=$2
2230 shift; shift
2231 # Remember, the first character of IFS is used to create $*,
2232 # except with old shells:
2233 host_os=$*
2234 IFS=$ac_save_IFS
2235 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2239 case "$srcdir" in
2240 .) ;;
2241 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2242 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2243 You need to run 'make distclean' in the source tree first." >&5
2244 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2245 You need to run 'make distclean' in the source tree first." >&2;}
2246 { (exit 1); exit 1; }; }
2247 fi ;;
2248 esac
2251 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2252 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2253 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2254 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2255 echo $ECHO_N "(cached) $ECHO_C" >&6
2256 else
2257 cat >conftest.make <<\_ACEOF
2258 SHELL = /bin/sh
2259 all:
2260 @echo '@@@%%%=$(MAKE)=@@@%%%'
2261 _ACEOF
2262 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2263 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2264 *@@@%%%=?*=@@@%%%*)
2265 eval ac_cv_prog_make_${ac_make}_set=yes;;
2267 eval ac_cv_prog_make_${ac_make}_set=no;;
2268 esac
2269 rm -f conftest.make
2271 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2272 { echo "$as_me:$LINENO: result: yes" >&5
2273 echo "${ECHO_T}yes" >&6; }
2274 SET_MAKE=
2275 else
2276 { echo "$as_me:$LINENO: result: no" >&5
2277 echo "${ECHO_T}no" >&6; }
2278 SET_MAKE="MAKE=${MAKE-make}"
2281 ac_ext=c
2282 ac_cpp='$CPP $CPPFLAGS'
2283 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2284 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2285 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2286 if test -n "$ac_tool_prefix"; then
2287 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2288 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2289 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2290 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2291 if test "${ac_cv_prog_CC+set}" = set; then
2292 echo $ECHO_N "(cached) $ECHO_C" >&6
2293 else
2294 if test -n "$CC"; then
2295 ac_cv_prog_CC="$CC" # Let the user override the test.
2296 else
2297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2298 for as_dir in $PATH
2300 IFS=$as_save_IFS
2301 test -z "$as_dir" && as_dir=.
2302 for ac_exec_ext in '' $ac_executable_extensions; do
2303 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2304 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2305 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2306 break 2
2308 done
2309 done
2310 IFS=$as_save_IFS
2314 CC=$ac_cv_prog_CC
2315 if test -n "$CC"; then
2316 { echo "$as_me:$LINENO: result: $CC" >&5
2317 echo "${ECHO_T}$CC" >&6; }
2318 else
2319 { echo "$as_me:$LINENO: result: no" >&5
2320 echo "${ECHO_T}no" >&6; }
2325 if test -z "$ac_cv_prog_CC"; then
2326 ac_ct_CC=$CC
2327 # Extract the first word of "gcc", so it can be a program name with args.
2328 set dummy gcc; ac_word=$2
2329 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2330 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2331 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2332 echo $ECHO_N "(cached) $ECHO_C" >&6
2333 else
2334 if test -n "$ac_ct_CC"; then
2335 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2336 else
2337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2338 for as_dir in $PATH
2340 IFS=$as_save_IFS
2341 test -z "$as_dir" && as_dir=.
2342 for ac_exec_ext in '' $ac_executable_extensions; do
2343 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2344 ac_cv_prog_ac_ct_CC="gcc"
2345 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2346 break 2
2348 done
2349 done
2350 IFS=$as_save_IFS
2354 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2355 if test -n "$ac_ct_CC"; then
2356 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2357 echo "${ECHO_T}$ac_ct_CC" >&6; }
2358 else
2359 { echo "$as_me:$LINENO: result: no" >&5
2360 echo "${ECHO_T}no" >&6; }
2363 if test "x$ac_ct_CC" = x; then
2364 CC=""
2365 else
2366 case $cross_compiling:$ac_tool_warned in
2367 yes:)
2368 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2369 whose name does not start with the host triplet. If you think this
2370 configuration is useful to you, please write to autoconf@gnu.org." >&5
2371 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2372 whose name does not start with the host triplet. If you think this
2373 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2374 ac_tool_warned=yes ;;
2375 esac
2376 CC=$ac_ct_CC
2378 else
2379 CC="$ac_cv_prog_CC"
2382 if test -z "$CC"; then
2383 if test -n "$ac_tool_prefix"; then
2384 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2385 set dummy ${ac_tool_prefix}cc; ac_word=$2
2386 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2387 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2388 if test "${ac_cv_prog_CC+set}" = set; then
2389 echo $ECHO_N "(cached) $ECHO_C" >&6
2390 else
2391 if test -n "$CC"; then
2392 ac_cv_prog_CC="$CC" # Let the user override the test.
2393 else
2394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2395 for as_dir in $PATH
2397 IFS=$as_save_IFS
2398 test -z "$as_dir" && as_dir=.
2399 for ac_exec_ext in '' $ac_executable_extensions; do
2400 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2401 ac_cv_prog_CC="${ac_tool_prefix}cc"
2402 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2403 break 2
2405 done
2406 done
2407 IFS=$as_save_IFS
2411 CC=$ac_cv_prog_CC
2412 if test -n "$CC"; then
2413 { echo "$as_me:$LINENO: result: $CC" >&5
2414 echo "${ECHO_T}$CC" >&6; }
2415 else
2416 { echo "$as_me:$LINENO: result: no" >&5
2417 echo "${ECHO_T}no" >&6; }
2423 if test -z "$CC"; then
2424 # Extract the first word of "cc", so it can be a program name with args.
2425 set dummy cc; ac_word=$2
2426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2428 if test "${ac_cv_prog_CC+set}" = set; then
2429 echo $ECHO_N "(cached) $ECHO_C" >&6
2430 else
2431 if test -n "$CC"; then
2432 ac_cv_prog_CC="$CC" # Let the user override the test.
2433 else
2434 ac_prog_rejected=no
2435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2436 for as_dir in $PATH
2438 IFS=$as_save_IFS
2439 test -z "$as_dir" && as_dir=.
2440 for ac_exec_ext in '' $ac_executable_extensions; do
2441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2442 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2443 ac_prog_rejected=yes
2444 continue
2446 ac_cv_prog_CC="cc"
2447 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2448 break 2
2450 done
2451 done
2452 IFS=$as_save_IFS
2454 if test $ac_prog_rejected = yes; then
2455 # We found a bogon in the path, so make sure we never use it.
2456 set dummy $ac_cv_prog_CC
2457 shift
2458 if test $# != 0; then
2459 # We chose a different compiler from the bogus one.
2460 # However, it has the same basename, so the bogon will be chosen
2461 # first if we set CC to just the basename; use the full file name.
2462 shift
2463 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2468 CC=$ac_cv_prog_CC
2469 if test -n "$CC"; then
2470 { echo "$as_me:$LINENO: result: $CC" >&5
2471 echo "${ECHO_T}$CC" >&6; }
2472 else
2473 { echo "$as_me:$LINENO: result: no" >&5
2474 echo "${ECHO_T}no" >&6; }
2479 if test -z "$CC"; then
2480 if test -n "$ac_tool_prefix"; then
2481 for ac_prog in cl.exe
2483 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2484 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2485 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2487 if test "${ac_cv_prog_CC+set}" = set; then
2488 echo $ECHO_N "(cached) $ECHO_C" >&6
2489 else
2490 if test -n "$CC"; then
2491 ac_cv_prog_CC="$CC" # Let the user override the test.
2492 else
2493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2494 for as_dir in $PATH
2496 IFS=$as_save_IFS
2497 test -z "$as_dir" && as_dir=.
2498 for ac_exec_ext in '' $ac_executable_extensions; do
2499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2500 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2502 break 2
2504 done
2505 done
2506 IFS=$as_save_IFS
2510 CC=$ac_cv_prog_CC
2511 if test -n "$CC"; then
2512 { echo "$as_me:$LINENO: result: $CC" >&5
2513 echo "${ECHO_T}$CC" >&6; }
2514 else
2515 { echo "$as_me:$LINENO: result: no" >&5
2516 echo "${ECHO_T}no" >&6; }
2520 test -n "$CC" && break
2521 done
2523 if test -z "$CC"; then
2524 ac_ct_CC=$CC
2525 for ac_prog in cl.exe
2527 # Extract the first word of "$ac_prog", so it can be a program name with args.
2528 set dummy $ac_prog; ac_word=$2
2529 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2530 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2531 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2532 echo $ECHO_N "(cached) $ECHO_C" >&6
2533 else
2534 if test -n "$ac_ct_CC"; then
2535 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2536 else
2537 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2538 for as_dir in $PATH
2540 IFS=$as_save_IFS
2541 test -z "$as_dir" && as_dir=.
2542 for ac_exec_ext in '' $ac_executable_extensions; do
2543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2544 ac_cv_prog_ac_ct_CC="$ac_prog"
2545 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2546 break 2
2548 done
2549 done
2550 IFS=$as_save_IFS
2554 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2555 if test -n "$ac_ct_CC"; then
2556 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2557 echo "${ECHO_T}$ac_ct_CC" >&6; }
2558 else
2559 { echo "$as_me:$LINENO: result: no" >&5
2560 echo "${ECHO_T}no" >&6; }
2564 test -n "$ac_ct_CC" && break
2565 done
2567 if test "x$ac_ct_CC" = x; then
2568 CC=""
2569 else
2570 case $cross_compiling:$ac_tool_warned in
2571 yes:)
2572 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2573 whose name does not start with the host triplet. If you think this
2574 configuration is useful to you, please write to autoconf@gnu.org." >&5
2575 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2576 whose name does not start with the host triplet. If you think this
2577 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2578 ac_tool_warned=yes ;;
2579 esac
2580 CC=$ac_ct_CC
2587 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2588 See \`config.log' for more details." >&5
2589 echo "$as_me: error: no acceptable C compiler found in \$PATH
2590 See \`config.log' for more details." >&2;}
2591 { (exit 1); exit 1; }; }
2593 # Provide some information about the compiler.
2594 echo "$as_me:$LINENO: checking for C compiler version" >&5
2595 ac_compiler=`set X $ac_compile; echo $2`
2596 { (ac_try="$ac_compiler --version >&5"
2597 case "(($ac_try" in
2598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2599 *) ac_try_echo=$ac_try;;
2600 esac
2601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2602 (eval "$ac_compiler --version >&5") 2>&5
2603 ac_status=$?
2604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2605 (exit $ac_status); }
2606 { (ac_try="$ac_compiler -v >&5"
2607 case "(($ac_try" in
2608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2609 *) ac_try_echo=$ac_try;;
2610 esac
2611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2612 (eval "$ac_compiler -v >&5") 2>&5
2613 ac_status=$?
2614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2615 (exit $ac_status); }
2616 { (ac_try="$ac_compiler -V >&5"
2617 case "(($ac_try" in
2618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2619 *) ac_try_echo=$ac_try;;
2620 esac
2621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2622 (eval "$ac_compiler -V >&5") 2>&5
2623 ac_status=$?
2624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2625 (exit $ac_status); }
2627 cat >conftest.$ac_ext <<_ACEOF
2628 /* confdefs.h. */
2629 _ACEOF
2630 cat confdefs.h >>conftest.$ac_ext
2631 cat >>conftest.$ac_ext <<_ACEOF
2632 /* end confdefs.h. */
2635 main ()
2639 return 0;
2641 _ACEOF
2642 ac_clean_files_save=$ac_clean_files
2643 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2644 # Try to create an executable without -o first, disregard a.out.
2645 # It will help us diagnose broken compilers, and finding out an intuition
2646 # of exeext.
2647 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2648 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2649 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2651 # List of possible output files, starting from the most likely.
2652 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2653 # only as a last resort. b.out is created by i960 compilers.
2654 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2656 # The IRIX 6 linker writes into existing files which may not be
2657 # executable, retaining their permissions. Remove them first so a
2658 # subsequent execution test works.
2659 ac_rmfiles=
2660 for ac_file in $ac_files
2662 case $ac_file in
2663 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2664 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2665 esac
2666 done
2667 rm -f $ac_rmfiles
2669 if { (ac_try="$ac_link_default"
2670 case "(($ac_try" in
2671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2672 *) ac_try_echo=$ac_try;;
2673 esac
2674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2675 (eval "$ac_link_default") 2>&5
2676 ac_status=$?
2677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2678 (exit $ac_status); }; then
2679 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2680 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2681 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2682 # so that the user can short-circuit this test for compilers unknown to
2683 # Autoconf.
2684 for ac_file in $ac_files ''
2686 test -f "$ac_file" || continue
2687 case $ac_file in
2688 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2690 [ab].out )
2691 # We found the default executable, but exeext='' is most
2692 # certainly right.
2693 break;;
2694 *.* )
2695 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2696 then :; else
2697 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2699 # We set ac_cv_exeext here because the later test for it is not
2700 # safe: cross compilers may not add the suffix if given an `-o'
2701 # argument, so we may need to know it at that point already.
2702 # Even if this section looks crufty: it has the advantage of
2703 # actually working.
2704 break;;
2706 break;;
2707 esac
2708 done
2709 test "$ac_cv_exeext" = no && ac_cv_exeext=
2711 else
2712 ac_file=''
2715 { echo "$as_me:$LINENO: result: $ac_file" >&5
2716 echo "${ECHO_T}$ac_file" >&6; }
2717 if test -z "$ac_file"; then
2718 echo "$as_me: failed program was:" >&5
2719 sed 's/^/| /' conftest.$ac_ext >&5
2721 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2722 See \`config.log' for more details." >&5
2723 echo "$as_me: error: C compiler cannot create executables
2724 See \`config.log' for more details." >&2;}
2725 { (exit 77); exit 77; }; }
2728 ac_exeext=$ac_cv_exeext
2730 # Check that the compiler produces executables we can run. If not, either
2731 # the compiler is broken, or we cross compile.
2732 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2733 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2734 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2735 # If not cross compiling, check that we can run a simple program.
2736 if test "$cross_compiling" != yes; then
2737 if { ac_try='./$ac_file'
2738 { (case "(($ac_try" in
2739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2740 *) ac_try_echo=$ac_try;;
2741 esac
2742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2743 (eval "$ac_try") 2>&5
2744 ac_status=$?
2745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); }; }; then
2747 cross_compiling=no
2748 else
2749 if test "$cross_compiling" = maybe; then
2750 cross_compiling=yes
2751 else
2752 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2753 If you meant to cross compile, use \`--host'.
2754 See \`config.log' for more details." >&5
2755 echo "$as_me: error: cannot run C compiled programs.
2756 If you meant to cross compile, use \`--host'.
2757 See \`config.log' for more details." >&2;}
2758 { (exit 1); exit 1; }; }
2762 { echo "$as_me:$LINENO: result: yes" >&5
2763 echo "${ECHO_T}yes" >&6; }
2765 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2766 ac_clean_files=$ac_clean_files_save
2767 # Check that the compiler produces executables we can run. If not, either
2768 # the compiler is broken, or we cross compile.
2769 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2770 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2771 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2772 echo "${ECHO_T}$cross_compiling" >&6; }
2774 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2775 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2776 if { (ac_try="$ac_link"
2777 case "(($ac_try" in
2778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2779 *) ac_try_echo=$ac_try;;
2780 esac
2781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2782 (eval "$ac_link") 2>&5
2783 ac_status=$?
2784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2785 (exit $ac_status); }; then
2786 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2787 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2788 # work properly (i.e., refer to `conftest.exe'), while it won't with
2789 # `rm'.
2790 for ac_file in conftest.exe conftest conftest.*; do
2791 test -f "$ac_file" || continue
2792 case $ac_file in
2793 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2794 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2795 break;;
2796 * ) break;;
2797 esac
2798 done
2799 else
2800 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2801 See \`config.log' for more details." >&5
2802 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2803 See \`config.log' for more details." >&2;}
2804 { (exit 1); exit 1; }; }
2807 rm -f conftest$ac_cv_exeext
2808 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2809 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2811 rm -f conftest.$ac_ext
2812 EXEEXT=$ac_cv_exeext
2813 ac_exeext=$EXEEXT
2814 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2815 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2816 if test "${ac_cv_objext+set}" = set; then
2817 echo $ECHO_N "(cached) $ECHO_C" >&6
2818 else
2819 cat >conftest.$ac_ext <<_ACEOF
2820 /* confdefs.h. */
2821 _ACEOF
2822 cat confdefs.h >>conftest.$ac_ext
2823 cat >>conftest.$ac_ext <<_ACEOF
2824 /* end confdefs.h. */
2827 main ()
2831 return 0;
2833 _ACEOF
2834 rm -f conftest.o conftest.obj
2835 if { (ac_try="$ac_compile"
2836 case "(($ac_try" in
2837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2838 *) ac_try_echo=$ac_try;;
2839 esac
2840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2841 (eval "$ac_compile") 2>&5
2842 ac_status=$?
2843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2844 (exit $ac_status); }; then
2845 for ac_file in conftest.o conftest.obj conftest.*; do
2846 test -f "$ac_file" || continue;
2847 case $ac_file in
2848 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2849 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2850 break;;
2851 esac
2852 done
2853 else
2854 echo "$as_me: failed program was:" >&5
2855 sed 's/^/| /' conftest.$ac_ext >&5
2857 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2858 See \`config.log' for more details." >&5
2859 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2860 See \`config.log' for more details." >&2;}
2861 { (exit 1); exit 1; }; }
2864 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2866 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2867 echo "${ECHO_T}$ac_cv_objext" >&6; }
2868 OBJEXT=$ac_cv_objext
2869 ac_objext=$OBJEXT
2870 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2871 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2872 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2873 echo $ECHO_N "(cached) $ECHO_C" >&6
2874 else
2875 cat >conftest.$ac_ext <<_ACEOF
2876 /* confdefs.h. */
2877 _ACEOF
2878 cat confdefs.h >>conftest.$ac_ext
2879 cat >>conftest.$ac_ext <<_ACEOF
2880 /* end confdefs.h. */
2883 main ()
2885 #ifndef __GNUC__
2886 choke me
2887 #endif
2890 return 0;
2892 _ACEOF
2893 rm -f conftest.$ac_objext
2894 if { (ac_try="$ac_compile"
2895 case "(($ac_try" in
2896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2897 *) ac_try_echo=$ac_try;;
2898 esac
2899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2900 (eval "$ac_compile") 2>conftest.er1
2901 ac_status=$?
2902 grep -v '^ *+' conftest.er1 >conftest.err
2903 rm -f conftest.er1
2904 cat conftest.err >&5
2905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2906 (exit $ac_status); } && {
2907 test -z "$ac_c_werror_flag" ||
2908 test ! -s conftest.err
2909 } && test -s conftest.$ac_objext; then
2910 ac_compiler_gnu=yes
2911 else
2912 echo "$as_me: failed program was:" >&5
2913 sed 's/^/| /' conftest.$ac_ext >&5
2915 ac_compiler_gnu=no
2918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2919 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2922 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2923 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2924 GCC=`test $ac_compiler_gnu = yes && echo yes`
2925 ac_test_CFLAGS=${CFLAGS+set}
2926 ac_save_CFLAGS=$CFLAGS
2927 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2928 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2929 if test "${ac_cv_prog_cc_g+set}" = set; then
2930 echo $ECHO_N "(cached) $ECHO_C" >&6
2931 else
2932 ac_save_c_werror_flag=$ac_c_werror_flag
2933 ac_c_werror_flag=yes
2934 ac_cv_prog_cc_g=no
2935 CFLAGS="-g"
2936 cat >conftest.$ac_ext <<_ACEOF
2937 /* confdefs.h. */
2938 _ACEOF
2939 cat confdefs.h >>conftest.$ac_ext
2940 cat >>conftest.$ac_ext <<_ACEOF
2941 /* end confdefs.h. */
2944 main ()
2948 return 0;
2950 _ACEOF
2951 rm -f conftest.$ac_objext
2952 if { (ac_try="$ac_compile"
2953 case "(($ac_try" in
2954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2955 *) ac_try_echo=$ac_try;;
2956 esac
2957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2958 (eval "$ac_compile") 2>conftest.er1
2959 ac_status=$?
2960 grep -v '^ *+' conftest.er1 >conftest.err
2961 rm -f conftest.er1
2962 cat conftest.err >&5
2963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2964 (exit $ac_status); } && {
2965 test -z "$ac_c_werror_flag" ||
2966 test ! -s conftest.err
2967 } && test -s conftest.$ac_objext; then
2968 ac_cv_prog_cc_g=yes
2969 else
2970 echo "$as_me: failed program was:" >&5
2971 sed 's/^/| /' conftest.$ac_ext >&5
2973 CFLAGS=""
2974 cat >conftest.$ac_ext <<_ACEOF
2975 /* confdefs.h. */
2976 _ACEOF
2977 cat confdefs.h >>conftest.$ac_ext
2978 cat >>conftest.$ac_ext <<_ACEOF
2979 /* end confdefs.h. */
2982 main ()
2986 return 0;
2988 _ACEOF
2989 rm -f conftest.$ac_objext
2990 if { (ac_try="$ac_compile"
2991 case "(($ac_try" in
2992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2993 *) ac_try_echo=$ac_try;;
2994 esac
2995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2996 (eval "$ac_compile") 2>conftest.er1
2997 ac_status=$?
2998 grep -v '^ *+' conftest.er1 >conftest.err
2999 rm -f conftest.er1
3000 cat conftest.err >&5
3001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3002 (exit $ac_status); } && {
3003 test -z "$ac_c_werror_flag" ||
3004 test ! -s conftest.err
3005 } && test -s conftest.$ac_objext; then
3007 else
3008 echo "$as_me: failed program was:" >&5
3009 sed 's/^/| /' conftest.$ac_ext >&5
3011 ac_c_werror_flag=$ac_save_c_werror_flag
3012 CFLAGS="-g"
3013 cat >conftest.$ac_ext <<_ACEOF
3014 /* confdefs.h. */
3015 _ACEOF
3016 cat confdefs.h >>conftest.$ac_ext
3017 cat >>conftest.$ac_ext <<_ACEOF
3018 /* end confdefs.h. */
3021 main ()
3025 return 0;
3027 _ACEOF
3028 rm -f conftest.$ac_objext
3029 if { (ac_try="$ac_compile"
3030 case "(($ac_try" in
3031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3032 *) ac_try_echo=$ac_try;;
3033 esac
3034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3035 (eval "$ac_compile") 2>conftest.er1
3036 ac_status=$?
3037 grep -v '^ *+' conftest.er1 >conftest.err
3038 rm -f conftest.er1
3039 cat conftest.err >&5
3040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3041 (exit $ac_status); } && {
3042 test -z "$ac_c_werror_flag" ||
3043 test ! -s conftest.err
3044 } && test -s conftest.$ac_objext; then
3045 ac_cv_prog_cc_g=yes
3046 else
3047 echo "$as_me: failed program was:" >&5
3048 sed 's/^/| /' conftest.$ac_ext >&5
3053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3060 ac_c_werror_flag=$ac_save_c_werror_flag
3062 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3063 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3064 if test "$ac_test_CFLAGS" = set; then
3065 CFLAGS=$ac_save_CFLAGS
3066 elif test $ac_cv_prog_cc_g = yes; then
3067 if test "$GCC" = yes; then
3068 CFLAGS="-g -O2"
3069 else
3070 CFLAGS="-g"
3072 else
3073 if test "$GCC" = yes; then
3074 CFLAGS="-O2"
3075 else
3076 CFLAGS=
3079 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3080 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3081 if test "${ac_cv_prog_cc_c89+set}" = set; then
3082 echo $ECHO_N "(cached) $ECHO_C" >&6
3083 else
3084 ac_cv_prog_cc_c89=no
3085 ac_save_CC=$CC
3086 cat >conftest.$ac_ext <<_ACEOF
3087 /* confdefs.h. */
3088 _ACEOF
3089 cat confdefs.h >>conftest.$ac_ext
3090 cat >>conftest.$ac_ext <<_ACEOF
3091 /* end confdefs.h. */
3092 #include <stdarg.h>
3093 #include <stdio.h>
3094 #include <sys/types.h>
3095 #include <sys/stat.h>
3096 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3097 struct buf { int x; };
3098 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3099 static char *e (p, i)
3100 char **p;
3101 int i;
3103 return p[i];
3105 static char *f (char * (*g) (char **, int), char **p, ...)
3107 char *s;
3108 va_list v;
3109 va_start (v,p);
3110 s = g (p, va_arg (v,int));
3111 va_end (v);
3112 return s;
3115 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3116 function prototypes and stuff, but not '\xHH' hex character constants.
3117 These don't provoke an error unfortunately, instead are silently treated
3118 as 'x'. The following induces an error, until -std is added to get
3119 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3120 array size at least. It's necessary to write '\x00'==0 to get something
3121 that's true only with -std. */
3122 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3124 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3125 inside strings and character constants. */
3126 #define FOO(x) 'x'
3127 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3129 int test (int i, double x);
3130 struct s1 {int (*f) (int a);};
3131 struct s2 {int (*f) (double a);};
3132 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3133 int argc;
3134 char **argv;
3136 main ()
3138 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3140 return 0;
3142 _ACEOF
3143 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3144 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3146 CC="$ac_save_CC $ac_arg"
3147 rm -f conftest.$ac_objext
3148 if { (ac_try="$ac_compile"
3149 case "(($ac_try" in
3150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3151 *) ac_try_echo=$ac_try;;
3152 esac
3153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3154 (eval "$ac_compile") 2>conftest.er1
3155 ac_status=$?
3156 grep -v '^ *+' conftest.er1 >conftest.err
3157 rm -f conftest.er1
3158 cat conftest.err >&5
3159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3160 (exit $ac_status); } && {
3161 test -z "$ac_c_werror_flag" ||
3162 test ! -s conftest.err
3163 } && test -s conftest.$ac_objext; then
3164 ac_cv_prog_cc_c89=$ac_arg
3165 else
3166 echo "$as_me: failed program was:" >&5
3167 sed 's/^/| /' conftest.$ac_ext >&5
3172 rm -f core conftest.err conftest.$ac_objext
3173 test "x$ac_cv_prog_cc_c89" != "xno" && break
3174 done
3175 rm -f conftest.$ac_ext
3176 CC=$ac_save_CC
3179 # AC_CACHE_VAL
3180 case "x$ac_cv_prog_cc_c89" in
3182 { echo "$as_me:$LINENO: result: none needed" >&5
3183 echo "${ECHO_T}none needed" >&6; } ;;
3184 xno)
3185 { echo "$as_me:$LINENO: result: unsupported" >&5
3186 echo "${ECHO_T}unsupported" >&6; } ;;
3188 CC="$CC $ac_cv_prog_cc_c89"
3189 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3190 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3191 esac
3194 ac_ext=c
3195 ac_cpp='$CPP $CPPFLAGS'
3196 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3197 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3198 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3200 ac_ext=cpp
3201 ac_cpp='$CXXCPP $CPPFLAGS'
3202 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3203 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3204 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3205 if test -z "$CXX"; then
3206 if test -n "$CCC"; then
3207 CXX=$CCC
3208 else
3209 if test -n "$ac_tool_prefix"; then
3210 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3212 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3213 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3214 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3215 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3216 if test "${ac_cv_prog_CXX+set}" = set; then
3217 echo $ECHO_N "(cached) $ECHO_C" >&6
3218 else
3219 if test -n "$CXX"; then
3220 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3221 else
3222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3223 for as_dir in $PATH
3225 IFS=$as_save_IFS
3226 test -z "$as_dir" && as_dir=.
3227 for ac_exec_ext in '' $ac_executable_extensions; do
3228 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3229 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3230 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3231 break 2
3233 done
3234 done
3235 IFS=$as_save_IFS
3239 CXX=$ac_cv_prog_CXX
3240 if test -n "$CXX"; then
3241 { echo "$as_me:$LINENO: result: $CXX" >&5
3242 echo "${ECHO_T}$CXX" >&6; }
3243 else
3244 { echo "$as_me:$LINENO: result: no" >&5
3245 echo "${ECHO_T}no" >&6; }
3249 test -n "$CXX" && break
3250 done
3252 if test -z "$CXX"; then
3253 ac_ct_CXX=$CXX
3254 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3256 # Extract the first word of "$ac_prog", so it can be a program name with args.
3257 set dummy $ac_prog; ac_word=$2
3258 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3260 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3261 echo $ECHO_N "(cached) $ECHO_C" >&6
3262 else
3263 if test -n "$ac_ct_CXX"; then
3264 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3265 else
3266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3267 for as_dir in $PATH
3269 IFS=$as_save_IFS
3270 test -z "$as_dir" && as_dir=.
3271 for ac_exec_ext in '' $ac_executable_extensions; do
3272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3273 ac_cv_prog_ac_ct_CXX="$ac_prog"
3274 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3275 break 2
3277 done
3278 done
3279 IFS=$as_save_IFS
3283 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3284 if test -n "$ac_ct_CXX"; then
3285 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3286 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3287 else
3288 { echo "$as_me:$LINENO: result: no" >&5
3289 echo "${ECHO_T}no" >&6; }
3293 test -n "$ac_ct_CXX" && break
3294 done
3296 if test "x$ac_ct_CXX" = x; then
3297 CXX="g++"
3298 else
3299 case $cross_compiling:$ac_tool_warned in
3300 yes:)
3301 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3302 whose name does not start with the host triplet. If you think this
3303 configuration is useful to you, please write to autoconf@gnu.org." >&5
3304 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3305 whose name does not start with the host triplet. If you think this
3306 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3307 ac_tool_warned=yes ;;
3308 esac
3309 CXX=$ac_ct_CXX
3315 # Provide some information about the compiler.
3316 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3317 ac_compiler=`set X $ac_compile; echo $2`
3318 { (ac_try="$ac_compiler --version >&5"
3319 case "(($ac_try" in
3320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3321 *) ac_try_echo=$ac_try;;
3322 esac
3323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3324 (eval "$ac_compiler --version >&5") 2>&5
3325 ac_status=$?
3326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3327 (exit $ac_status); }
3328 { (ac_try="$ac_compiler -v >&5"
3329 case "(($ac_try" in
3330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3331 *) ac_try_echo=$ac_try;;
3332 esac
3333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3334 (eval "$ac_compiler -v >&5") 2>&5
3335 ac_status=$?
3336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3337 (exit $ac_status); }
3338 { (ac_try="$ac_compiler -V >&5"
3339 case "(($ac_try" in
3340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3341 *) ac_try_echo=$ac_try;;
3342 esac
3343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3344 (eval "$ac_compiler -V >&5") 2>&5
3345 ac_status=$?
3346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3347 (exit $ac_status); }
3349 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3350 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3351 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3352 echo $ECHO_N "(cached) $ECHO_C" >&6
3353 else
3354 cat >conftest.$ac_ext <<_ACEOF
3355 /* confdefs.h. */
3356 _ACEOF
3357 cat confdefs.h >>conftest.$ac_ext
3358 cat >>conftest.$ac_ext <<_ACEOF
3359 /* end confdefs.h. */
3362 main ()
3364 #ifndef __GNUC__
3365 choke me
3366 #endif
3369 return 0;
3371 _ACEOF
3372 rm -f conftest.$ac_objext
3373 if { (ac_try="$ac_compile"
3374 case "(($ac_try" in
3375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3376 *) ac_try_echo=$ac_try;;
3377 esac
3378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3379 (eval "$ac_compile") 2>conftest.er1
3380 ac_status=$?
3381 grep -v '^ *+' conftest.er1 >conftest.err
3382 rm -f conftest.er1
3383 cat conftest.err >&5
3384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3385 (exit $ac_status); } && {
3386 test -z "$ac_cxx_werror_flag" ||
3387 test ! -s conftest.err
3388 } && test -s conftest.$ac_objext; then
3389 ac_compiler_gnu=yes
3390 else
3391 echo "$as_me: failed program was:" >&5
3392 sed 's/^/| /' conftest.$ac_ext >&5
3394 ac_compiler_gnu=no
3397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3398 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3401 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3402 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3403 GXX=`test $ac_compiler_gnu = yes && echo yes`
3404 ac_test_CXXFLAGS=${CXXFLAGS+set}
3405 ac_save_CXXFLAGS=$CXXFLAGS
3406 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3407 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3408 if test "${ac_cv_prog_cxx_g+set}" = set; then
3409 echo $ECHO_N "(cached) $ECHO_C" >&6
3410 else
3411 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3412 ac_cxx_werror_flag=yes
3413 ac_cv_prog_cxx_g=no
3414 CXXFLAGS="-g"
3415 cat >conftest.$ac_ext <<_ACEOF
3416 /* confdefs.h. */
3417 _ACEOF
3418 cat confdefs.h >>conftest.$ac_ext
3419 cat >>conftest.$ac_ext <<_ACEOF
3420 /* end confdefs.h. */
3423 main ()
3427 return 0;
3429 _ACEOF
3430 rm -f conftest.$ac_objext
3431 if { (ac_try="$ac_compile"
3432 case "(($ac_try" in
3433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3434 *) ac_try_echo=$ac_try;;
3435 esac
3436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3437 (eval "$ac_compile") 2>conftest.er1
3438 ac_status=$?
3439 grep -v '^ *+' conftest.er1 >conftest.err
3440 rm -f conftest.er1
3441 cat conftest.err >&5
3442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3443 (exit $ac_status); } && {
3444 test -z "$ac_cxx_werror_flag" ||
3445 test ! -s conftest.err
3446 } && test -s conftest.$ac_objext; then
3447 ac_cv_prog_cxx_g=yes
3448 else
3449 echo "$as_me: failed program was:" >&5
3450 sed 's/^/| /' conftest.$ac_ext >&5
3452 CXXFLAGS=""
3453 cat >conftest.$ac_ext <<_ACEOF
3454 /* confdefs.h. */
3455 _ACEOF
3456 cat confdefs.h >>conftest.$ac_ext
3457 cat >>conftest.$ac_ext <<_ACEOF
3458 /* end confdefs.h. */
3461 main ()
3465 return 0;
3467 _ACEOF
3468 rm -f conftest.$ac_objext
3469 if { (ac_try="$ac_compile"
3470 case "(($ac_try" in
3471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3472 *) ac_try_echo=$ac_try;;
3473 esac
3474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3475 (eval "$ac_compile") 2>conftest.er1
3476 ac_status=$?
3477 grep -v '^ *+' conftest.er1 >conftest.err
3478 rm -f conftest.er1
3479 cat conftest.err >&5
3480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3481 (exit $ac_status); } && {
3482 test -z "$ac_cxx_werror_flag" ||
3483 test ! -s conftest.err
3484 } && test -s conftest.$ac_objext; then
3486 else
3487 echo "$as_me: failed program was:" >&5
3488 sed 's/^/| /' conftest.$ac_ext >&5
3490 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3491 CXXFLAGS="-g"
3492 cat >conftest.$ac_ext <<_ACEOF
3493 /* confdefs.h. */
3494 _ACEOF
3495 cat confdefs.h >>conftest.$ac_ext
3496 cat >>conftest.$ac_ext <<_ACEOF
3497 /* end confdefs.h. */
3500 main ()
3504 return 0;
3506 _ACEOF
3507 rm -f conftest.$ac_objext
3508 if { (ac_try="$ac_compile"
3509 case "(($ac_try" in
3510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3511 *) ac_try_echo=$ac_try;;
3512 esac
3513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3514 (eval "$ac_compile") 2>conftest.er1
3515 ac_status=$?
3516 grep -v '^ *+' conftest.er1 >conftest.err
3517 rm -f conftest.er1
3518 cat conftest.err >&5
3519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3520 (exit $ac_status); } && {
3521 test -z "$ac_cxx_werror_flag" ||
3522 test ! -s conftest.err
3523 } && test -s conftest.$ac_objext; then
3524 ac_cv_prog_cxx_g=yes
3525 else
3526 echo "$as_me: failed program was:" >&5
3527 sed 's/^/| /' conftest.$ac_ext >&5
3532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3541 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3542 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3543 if test "$ac_test_CXXFLAGS" = set; then
3544 CXXFLAGS=$ac_save_CXXFLAGS
3545 elif test $ac_cv_prog_cxx_g = yes; then
3546 if test "$GXX" = yes; then
3547 CXXFLAGS="-g -O2"
3548 else
3549 CXXFLAGS="-g"
3551 else
3552 if test "$GXX" = yes; then
3553 CXXFLAGS="-O2"
3554 else
3555 CXXFLAGS=
3558 ac_ext=c
3559 ac_cpp='$CPP $CPPFLAGS'
3560 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3561 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3562 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3564 if test -n "$ac_tool_prefix"; then
3565 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3566 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3569 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3570 echo $ECHO_N "(cached) $ECHO_C" >&6
3571 else
3572 if test -n "$CPPBIN"; then
3573 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3574 else
3575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3576 for as_dir in $PATH
3578 IFS=$as_save_IFS
3579 test -z "$as_dir" && as_dir=.
3580 for ac_exec_ext in '' $ac_executable_extensions; do
3581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3582 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3584 break 2
3586 done
3587 done
3588 IFS=$as_save_IFS
3592 CPPBIN=$ac_cv_prog_CPPBIN
3593 if test -n "$CPPBIN"; then
3594 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3595 echo "${ECHO_T}$CPPBIN" >&6; }
3596 else
3597 { echo "$as_me:$LINENO: result: no" >&5
3598 echo "${ECHO_T}no" >&6; }
3603 if test -z "$ac_cv_prog_CPPBIN"; then
3604 ac_ct_CPPBIN=$CPPBIN
3605 # Extract the first word of "cpp", so it can be a program name with args.
3606 set dummy cpp; ac_word=$2
3607 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3608 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3609 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3610 echo $ECHO_N "(cached) $ECHO_C" >&6
3611 else
3612 if test -n "$ac_ct_CPPBIN"; then
3613 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3614 else
3615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3616 for as_dir in $PATH
3618 IFS=$as_save_IFS
3619 test -z "$as_dir" && as_dir=.
3620 for ac_exec_ext in '' $ac_executable_extensions; do
3621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3622 ac_cv_prog_ac_ct_CPPBIN="cpp"
3623 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3624 break 2
3626 done
3627 done
3628 IFS=$as_save_IFS
3632 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3633 if test -n "$ac_ct_CPPBIN"; then
3634 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3635 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3636 else
3637 { echo "$as_me:$LINENO: result: no" >&5
3638 echo "${ECHO_T}no" >&6; }
3641 if test "x$ac_ct_CPPBIN" = x; then
3642 CPPBIN="cpp"
3643 else
3644 case $cross_compiling:$ac_tool_warned in
3645 yes:)
3646 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3647 whose name does not start with the host triplet. If you think this
3648 configuration is useful to you, please write to autoconf@gnu.org." >&5
3649 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3650 whose name does not start with the host triplet. If you think this
3651 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3652 ac_tool_warned=yes ;;
3653 esac
3654 CPPBIN=$ac_ct_CPPBIN
3656 else
3657 CPPBIN="$ac_cv_prog_CPPBIN"
3661 case $host in
3662 x86_64*)
3663 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3664 then
3665 CC="$CC -m32"
3666 CXX="$CXX -m32"
3667 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3668 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3670 cat >conftest.$ac_ext <<_ACEOF
3671 /* confdefs.h. */
3672 _ACEOF
3673 cat confdefs.h >>conftest.$ac_ext
3674 cat >>conftest.$ac_ext <<_ACEOF
3675 /* end confdefs.h. */
3678 main ()
3682 return 0;
3684 _ACEOF
3685 rm -f conftest.$ac_objext conftest$ac_exeext
3686 if { (ac_try="$ac_link"
3687 case "(($ac_try" in
3688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3689 *) ac_try_echo=$ac_try;;
3690 esac
3691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3692 (eval "$ac_link") 2>conftest.er1
3693 ac_status=$?
3694 grep -v '^ *+' conftest.er1 >conftest.err
3695 rm -f conftest.er1
3696 cat conftest.err >&5
3697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3698 (exit $ac_status); } && {
3699 test -z "$ac_c_werror_flag" ||
3700 test ! -s conftest.err
3701 } && test -s conftest$ac_exeext &&
3702 $as_test_x conftest$ac_exeext; then
3703 { echo "$as_me:$LINENO: result: yes" >&5
3704 echo "${ECHO_T}yes" >&6; }
3705 else
3706 echo "$as_me: failed program was:" >&5
3707 sed 's/^/| /' conftest.$ac_ext >&5
3709 { echo "$as_me:$LINENO: result: no" >&5
3710 echo "${ECHO_T}no" >&6; }
3711 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3712 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3713 { (exit 1); exit 1; }; }
3716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3717 conftest$ac_exeext conftest.$ac_ext
3718 LD="${LD:-ld} -m elf_i386"
3719 AS="${AS:-as} --32"
3720 host_cpu="i386"
3721 notice_platform="32-bit "
3722 TARGETFLAGS="-m32"
3724 else
3725 TARGETFLAGS="-m64"
3729 esac
3731 case $host_cpu in
3732 *i[3456789]86*)
3733 enable_win16=${enable_win16:-yes}
3736 enable_win16=${enable_win16:-no}
3737 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3738 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3739 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3740 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3741 enable_vmm_vxd=${enable_vmm_vxd:-no}
3742 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3743 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3744 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3745 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3746 enable_w32skrnl=${enable_w32skrnl:-no}
3747 enable_winedos=${enable_winedos:-no}
3748 enable_winevdm=${enable_winevdm:-no}
3750 esac
3752 WIN16_FILES="\$(WIN16_FILES)"
3754 WIN16_INSTALL="\$(WIN16_INSTALL)"
3756 if test "x$enable_win16" != "xyes"
3757 then
3758 WIN16_FILES=""
3759 WIN16_INSTALL=""
3762 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3763 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3764 if test "${wine_cv_toolsdir+set}" = set; then
3765 echo $ECHO_N "(cached) $ECHO_C" >&6
3766 else
3767 if test -z "$with_wine_tools"; then
3768 if test "$cross_compiling" = "yes"; then
3769 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3770 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3771 { (exit 1); exit 1; }; }
3772 else
3773 wine_cv_toolsdir="\$(TOPOBJDIR)"
3775 elif test -d "$with_wine_tools/tools/winebuild"; then
3776 case $with_wine_tools in
3777 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3778 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3779 esac
3780 else
3781 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3782 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3783 { (exit 1); exit 1; }; }
3786 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3787 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3788 TOOLSDIR=$wine_cv_toolsdir
3790 if test "$cross_compiling" = "yes"
3791 then
3792 TARGETFLAGS="-b $host_alias"
3796 ac_ext=c
3797 ac_cpp='$CPP $CPPFLAGS'
3798 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3799 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3800 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3801 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3802 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3803 # On Suns, sometimes $CPP names a directory.
3804 if test -n "$CPP" && test -d "$CPP"; then
3805 CPP=
3807 if test -z "$CPP"; then
3808 if test "${ac_cv_prog_CPP+set}" = set; then
3809 echo $ECHO_N "(cached) $ECHO_C" >&6
3810 else
3811 # Double quotes because CPP needs to be expanded
3812 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3814 ac_preproc_ok=false
3815 for ac_c_preproc_warn_flag in '' yes
3817 # Use a header file that comes with gcc, so configuring glibc
3818 # with a fresh cross-compiler works.
3819 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3820 # <limits.h> exists even on freestanding compilers.
3821 # On the NeXT, cc -E runs the code through the compiler's parser,
3822 # not just through cpp. "Syntax error" is here to catch this case.
3823 cat >conftest.$ac_ext <<_ACEOF
3824 /* confdefs.h. */
3825 _ACEOF
3826 cat confdefs.h >>conftest.$ac_ext
3827 cat >>conftest.$ac_ext <<_ACEOF
3828 /* end confdefs.h. */
3829 #ifdef __STDC__
3830 # include <limits.h>
3831 #else
3832 # include <assert.h>
3833 #endif
3834 Syntax error
3835 _ACEOF
3836 if { (ac_try="$ac_cpp conftest.$ac_ext"
3837 case "(($ac_try" in
3838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3839 *) ac_try_echo=$ac_try;;
3840 esac
3841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3842 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3843 ac_status=$?
3844 grep -v '^ *+' conftest.er1 >conftest.err
3845 rm -f conftest.er1
3846 cat conftest.err >&5
3847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3848 (exit $ac_status); } >/dev/null && {
3849 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3850 test ! -s conftest.err
3851 }; then
3853 else
3854 echo "$as_me: failed program was:" >&5
3855 sed 's/^/| /' conftest.$ac_ext >&5
3857 # Broken: fails on valid input.
3858 continue
3861 rm -f conftest.err conftest.$ac_ext
3863 # OK, works on sane cases. Now check whether nonexistent headers
3864 # can be detected and how.
3865 cat >conftest.$ac_ext <<_ACEOF
3866 /* confdefs.h. */
3867 _ACEOF
3868 cat confdefs.h >>conftest.$ac_ext
3869 cat >>conftest.$ac_ext <<_ACEOF
3870 /* end confdefs.h. */
3871 #include <ac_nonexistent.h>
3872 _ACEOF
3873 if { (ac_try="$ac_cpp conftest.$ac_ext"
3874 case "(($ac_try" in
3875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3876 *) ac_try_echo=$ac_try;;
3877 esac
3878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3879 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3880 ac_status=$?
3881 grep -v '^ *+' conftest.er1 >conftest.err
3882 rm -f conftest.er1
3883 cat conftest.err >&5
3884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3885 (exit $ac_status); } >/dev/null && {
3886 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3887 test ! -s conftest.err
3888 }; then
3889 # Broken: success on invalid input.
3890 continue
3891 else
3892 echo "$as_me: failed program was:" >&5
3893 sed 's/^/| /' conftest.$ac_ext >&5
3895 # Passes both tests.
3896 ac_preproc_ok=:
3897 break
3900 rm -f conftest.err conftest.$ac_ext
3902 done
3903 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3904 rm -f conftest.err conftest.$ac_ext
3905 if $ac_preproc_ok; then
3906 break
3909 done
3910 ac_cv_prog_CPP=$CPP
3913 CPP=$ac_cv_prog_CPP
3914 else
3915 ac_cv_prog_CPP=$CPP
3917 { echo "$as_me:$LINENO: result: $CPP" >&5
3918 echo "${ECHO_T}$CPP" >&6; }
3919 ac_preproc_ok=false
3920 for ac_c_preproc_warn_flag in '' yes
3922 # Use a header file that comes with gcc, so configuring glibc
3923 # with a fresh cross-compiler works.
3924 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3925 # <limits.h> exists even on freestanding compilers.
3926 # On the NeXT, cc -E runs the code through the compiler's parser,
3927 # not just through cpp. "Syntax error" is here to catch this case.
3928 cat >conftest.$ac_ext <<_ACEOF
3929 /* confdefs.h. */
3930 _ACEOF
3931 cat confdefs.h >>conftest.$ac_ext
3932 cat >>conftest.$ac_ext <<_ACEOF
3933 /* end confdefs.h. */
3934 #ifdef __STDC__
3935 # include <limits.h>
3936 #else
3937 # include <assert.h>
3938 #endif
3939 Syntax error
3940 _ACEOF
3941 if { (ac_try="$ac_cpp conftest.$ac_ext"
3942 case "(($ac_try" in
3943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3944 *) ac_try_echo=$ac_try;;
3945 esac
3946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3947 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3948 ac_status=$?
3949 grep -v '^ *+' conftest.er1 >conftest.err
3950 rm -f conftest.er1
3951 cat conftest.err >&5
3952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3953 (exit $ac_status); } >/dev/null && {
3954 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3955 test ! -s conftest.err
3956 }; then
3958 else
3959 echo "$as_me: failed program was:" >&5
3960 sed 's/^/| /' conftest.$ac_ext >&5
3962 # Broken: fails on valid input.
3963 continue
3966 rm -f conftest.err conftest.$ac_ext
3968 # OK, works on sane cases. Now check whether nonexistent headers
3969 # can be detected and how.
3970 cat >conftest.$ac_ext <<_ACEOF
3971 /* confdefs.h. */
3972 _ACEOF
3973 cat confdefs.h >>conftest.$ac_ext
3974 cat >>conftest.$ac_ext <<_ACEOF
3975 /* end confdefs.h. */
3976 #include <ac_nonexistent.h>
3977 _ACEOF
3978 if { (ac_try="$ac_cpp conftest.$ac_ext"
3979 case "(($ac_try" in
3980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3981 *) ac_try_echo=$ac_try;;
3982 esac
3983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3984 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3985 ac_status=$?
3986 grep -v '^ *+' conftest.er1 >conftest.err
3987 rm -f conftest.er1
3988 cat conftest.err >&5
3989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3990 (exit $ac_status); } >/dev/null && {
3991 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3992 test ! -s conftest.err
3993 }; then
3994 # Broken: success on invalid input.
3995 continue
3996 else
3997 echo "$as_me: failed program was:" >&5
3998 sed 's/^/| /' conftest.$ac_ext >&5
4000 # Passes both tests.
4001 ac_preproc_ok=:
4002 break
4005 rm -f conftest.err conftest.$ac_ext
4007 done
4008 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4009 rm -f conftest.err conftest.$ac_ext
4010 if $ac_preproc_ok; then
4012 else
4013 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4014 See \`config.log' for more details." >&5
4015 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4016 See \`config.log' for more details." >&2;}
4017 { (exit 1); exit 1; }; }
4020 ac_ext=c
4021 ac_cpp='$CPP $CPPFLAGS'
4022 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4023 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4024 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4027 { echo "$as_me:$LINENO: checking for X" >&5
4028 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
4031 # Check whether --with-x was given.
4032 if test "${with_x+set}" = set; then
4033 withval=$with_x;
4036 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4037 if test "x$with_x" = xno; then
4038 # The user explicitly disabled X.
4039 have_x=disabled
4040 else
4041 case $x_includes,$x_libraries in #(
4042 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
4043 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
4044 { (exit 1); exit 1; }; };; #(
4045 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4046 echo $ECHO_N "(cached) $ECHO_C" >&6
4047 else
4048 # One or both of the vars are not set, and there is no cached value.
4049 ac_x_includes=no ac_x_libraries=no
4050 rm -f -r conftest.dir
4051 if mkdir conftest.dir; then
4052 cd conftest.dir
4053 cat >Imakefile <<'_ACEOF'
4054 incroot:
4055 @echo incroot='${INCROOT}'
4056 usrlibdir:
4057 @echo usrlibdir='${USRLIBDIR}'
4058 libdir:
4059 @echo libdir='${LIBDIR}'
4060 _ACEOF
4061 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4062 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4063 for ac_var in incroot usrlibdir libdir; do
4064 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4065 done
4066 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4067 for ac_extension in a so sl; do
4068 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4069 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4070 ac_im_usrlibdir=$ac_im_libdir; break
4072 done
4073 # Screen out bogus values from the imake configuration. They are
4074 # bogus both because they are the default anyway, and because
4075 # using them would break gcc on systems where it needs fixed includes.
4076 case $ac_im_incroot in
4077 /usr/include) ac_x_includes= ;;
4078 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4079 esac
4080 case $ac_im_usrlibdir in
4081 /usr/lib | /lib) ;;
4082 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4083 esac
4085 cd ..
4086 rm -f -r conftest.dir
4089 # Standard set of common directories for X headers.
4090 # Check X11 before X11Rn because it is often a symlink to the current release.
4091 ac_x_header_dirs='
4092 /usr/X11/include
4093 /usr/X11R6/include
4094 /usr/X11R5/include
4095 /usr/X11R4/include
4097 /usr/include/X11
4098 /usr/include/X11R6
4099 /usr/include/X11R5
4100 /usr/include/X11R4
4102 /usr/local/X11/include
4103 /usr/local/X11R6/include
4104 /usr/local/X11R5/include
4105 /usr/local/X11R4/include
4107 /usr/local/include/X11
4108 /usr/local/include/X11R6
4109 /usr/local/include/X11R5
4110 /usr/local/include/X11R4
4112 /usr/X386/include
4113 /usr/x386/include
4114 /usr/XFree86/include/X11
4116 /usr/include
4117 /usr/local/include
4118 /usr/unsupported/include
4119 /usr/athena/include
4120 /usr/local/x11r5/include
4121 /usr/lpp/Xamples/include
4123 /usr/openwin/include
4124 /usr/openwin/share/include'
4126 if test "$ac_x_includes" = no; then
4127 # Guess where to find include files, by looking for Xlib.h.
4128 # First, try using that file with no special directory specified.
4129 cat >conftest.$ac_ext <<_ACEOF
4130 /* confdefs.h. */
4131 _ACEOF
4132 cat confdefs.h >>conftest.$ac_ext
4133 cat >>conftest.$ac_ext <<_ACEOF
4134 /* end confdefs.h. */
4135 #include <X11/Xlib.h>
4136 _ACEOF
4137 if { (ac_try="$ac_cpp conftest.$ac_ext"
4138 case "(($ac_try" in
4139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4140 *) ac_try_echo=$ac_try;;
4141 esac
4142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4143 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4144 ac_status=$?
4145 grep -v '^ *+' conftest.er1 >conftest.err
4146 rm -f conftest.er1
4147 cat conftest.err >&5
4148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4149 (exit $ac_status); } >/dev/null && {
4150 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4151 test ! -s conftest.err
4152 }; then
4153 # We can compile using X headers with no special include directory.
4154 ac_x_includes=
4155 else
4156 echo "$as_me: failed program was:" >&5
4157 sed 's/^/| /' conftest.$ac_ext >&5
4159 for ac_dir in $ac_x_header_dirs; do
4160 if test -r "$ac_dir/X11/Xlib.h"; then
4161 ac_x_includes=$ac_dir
4162 break
4164 done
4167 rm -f conftest.err conftest.$ac_ext
4168 fi # $ac_x_includes = no
4170 if test "$ac_x_libraries" = no; then
4171 # Check for the libraries.
4172 # See if we find them without any special options.
4173 # Don't add to $LIBS permanently.
4174 ac_save_LIBS=$LIBS
4175 LIBS="-lX11 $LIBS"
4176 cat >conftest.$ac_ext <<_ACEOF
4177 /* confdefs.h. */
4178 _ACEOF
4179 cat confdefs.h >>conftest.$ac_ext
4180 cat >>conftest.$ac_ext <<_ACEOF
4181 /* end confdefs.h. */
4182 #include <X11/Xlib.h>
4184 main ()
4186 XrmInitialize ()
4188 return 0;
4190 _ACEOF
4191 rm -f conftest.$ac_objext conftest$ac_exeext
4192 if { (ac_try="$ac_link"
4193 case "(($ac_try" in
4194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4195 *) ac_try_echo=$ac_try;;
4196 esac
4197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4198 (eval "$ac_link") 2>conftest.er1
4199 ac_status=$?
4200 grep -v '^ *+' conftest.er1 >conftest.err
4201 rm -f conftest.er1
4202 cat conftest.err >&5
4203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4204 (exit $ac_status); } && {
4205 test -z "$ac_c_werror_flag" ||
4206 test ! -s conftest.err
4207 } && test -s conftest$ac_exeext &&
4208 $as_test_x conftest$ac_exeext; then
4209 LIBS=$ac_save_LIBS
4210 # We can link X programs with no special library path.
4211 ac_x_libraries=
4212 else
4213 echo "$as_me: failed program was:" >&5
4214 sed 's/^/| /' conftest.$ac_ext >&5
4216 LIBS=$ac_save_LIBS
4217 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4219 # Don't even attempt the hair of trying to link an X program!
4220 for ac_extension in a so sl; do
4221 if test -r "$ac_dir/libX11.$ac_extension"; then
4222 ac_x_libraries=$ac_dir
4223 break 2
4225 done
4226 done
4229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4230 conftest$ac_exeext conftest.$ac_ext
4231 fi # $ac_x_libraries = no
4233 case $ac_x_includes,$ac_x_libraries in #(
4234 no,* | *,no | *\'*)
4235 # Didn't find X, or a directory has "'" in its name.
4236 ac_cv_have_x="have_x=no";; #(
4238 # Record where we found X for the cache.
4239 ac_cv_have_x="have_x=yes\
4240 ac_x_includes='$ac_x_includes'\
4241 ac_x_libraries='$ac_x_libraries'"
4242 esac
4244 ;; #(
4245 *) have_x=yes;;
4246 esac
4247 eval "$ac_cv_have_x"
4248 fi # $with_x != no
4250 if test "$have_x" != yes; then
4251 { echo "$as_me:$LINENO: result: $have_x" >&5
4252 echo "${ECHO_T}$have_x" >&6; }
4253 no_x=yes
4254 else
4255 # If each of the values was on the command line, it overrides each guess.
4256 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4257 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4258 # Update the cache value to reflect the command line values.
4259 ac_cv_have_x="have_x=yes\
4260 ac_x_includes='$x_includes'\
4261 ac_x_libraries='$x_libraries'"
4262 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4263 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4266 if test "$no_x" = yes; then
4267 # Not all programs may use this symbol, but it does not hurt to define it.
4269 cat >>confdefs.h <<\_ACEOF
4270 #define X_DISPLAY_MISSING 1
4271 _ACEOF
4273 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4274 else
4275 if test -n "$x_includes"; then
4276 X_CFLAGS="$X_CFLAGS -I$x_includes"
4279 # It would also be nice to do this for all -L options, not just this one.
4280 if test -n "$x_libraries"; then
4281 X_LIBS="$X_LIBS -L$x_libraries"
4282 # For Solaris; some versions of Sun CC require a space after -R and
4283 # others require no space. Words are not sufficient . . . .
4284 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4285 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4286 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4287 ac_xsave_c_werror_flag=$ac_c_werror_flag
4288 ac_c_werror_flag=yes
4289 cat >conftest.$ac_ext <<_ACEOF
4290 /* confdefs.h. */
4291 _ACEOF
4292 cat confdefs.h >>conftest.$ac_ext
4293 cat >>conftest.$ac_ext <<_ACEOF
4294 /* end confdefs.h. */
4297 main ()
4301 return 0;
4303 _ACEOF
4304 rm -f conftest.$ac_objext conftest$ac_exeext
4305 if { (ac_try="$ac_link"
4306 case "(($ac_try" in
4307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4308 *) ac_try_echo=$ac_try;;
4309 esac
4310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4311 (eval "$ac_link") 2>conftest.er1
4312 ac_status=$?
4313 grep -v '^ *+' conftest.er1 >conftest.err
4314 rm -f conftest.er1
4315 cat conftest.err >&5
4316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4317 (exit $ac_status); } && {
4318 test -z "$ac_c_werror_flag" ||
4319 test ! -s conftest.err
4320 } && test -s conftest$ac_exeext &&
4321 $as_test_x conftest$ac_exeext; then
4322 { echo "$as_me:$LINENO: result: no" >&5
4323 echo "${ECHO_T}no" >&6; }
4324 X_LIBS="$X_LIBS -R$x_libraries"
4325 else
4326 echo "$as_me: failed program was:" >&5
4327 sed 's/^/| /' conftest.$ac_ext >&5
4329 LIBS="$ac_xsave_LIBS -R $x_libraries"
4330 cat >conftest.$ac_ext <<_ACEOF
4331 /* confdefs.h. */
4332 _ACEOF
4333 cat confdefs.h >>conftest.$ac_ext
4334 cat >>conftest.$ac_ext <<_ACEOF
4335 /* end confdefs.h. */
4338 main ()
4342 return 0;
4344 _ACEOF
4345 rm -f conftest.$ac_objext conftest$ac_exeext
4346 if { (ac_try="$ac_link"
4347 case "(($ac_try" in
4348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4349 *) ac_try_echo=$ac_try;;
4350 esac
4351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4352 (eval "$ac_link") 2>conftest.er1
4353 ac_status=$?
4354 grep -v '^ *+' conftest.er1 >conftest.err
4355 rm -f conftest.er1
4356 cat conftest.err >&5
4357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4358 (exit $ac_status); } && {
4359 test -z "$ac_c_werror_flag" ||
4360 test ! -s conftest.err
4361 } && test -s conftest$ac_exeext &&
4362 $as_test_x conftest$ac_exeext; then
4363 { echo "$as_me:$LINENO: result: yes" >&5
4364 echo "${ECHO_T}yes" >&6; }
4365 X_LIBS="$X_LIBS -R $x_libraries"
4366 else
4367 echo "$as_me: failed program was:" >&5
4368 sed 's/^/| /' conftest.$ac_ext >&5
4370 { echo "$as_me:$LINENO: result: neither works" >&5
4371 echo "${ECHO_T}neither works" >&6; }
4374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4375 conftest$ac_exeext conftest.$ac_ext
4378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4379 conftest$ac_exeext conftest.$ac_ext
4380 ac_c_werror_flag=$ac_xsave_c_werror_flag
4381 LIBS=$ac_xsave_LIBS
4384 # Check for system-dependent libraries X programs must link with.
4385 # Do this before checking for the system-independent R6 libraries
4386 # (-lICE), since we may need -lsocket or whatever for X linking.
4388 if test "$ISC" = yes; then
4389 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4390 else
4391 # Martyn Johnson says this is needed for Ultrix, if the X
4392 # libraries were built with DECnet support. And Karl Berry says
4393 # the Alpha needs dnet_stub (dnet does not exist).
4394 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4395 cat >conftest.$ac_ext <<_ACEOF
4396 /* confdefs.h. */
4397 _ACEOF
4398 cat confdefs.h >>conftest.$ac_ext
4399 cat >>conftest.$ac_ext <<_ACEOF
4400 /* end confdefs.h. */
4402 /* Override any GCC internal prototype to avoid an error.
4403 Use char because int might match the return type of a GCC
4404 builtin and then its argument prototype would still apply. */
4405 #ifdef __cplusplus
4406 extern "C"
4407 #endif
4408 char XOpenDisplay ();
4410 main ()
4412 return XOpenDisplay ();
4414 return 0;
4416 _ACEOF
4417 rm -f conftest.$ac_objext conftest$ac_exeext
4418 if { (ac_try="$ac_link"
4419 case "(($ac_try" in
4420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4421 *) ac_try_echo=$ac_try;;
4422 esac
4423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4424 (eval "$ac_link") 2>conftest.er1
4425 ac_status=$?
4426 grep -v '^ *+' conftest.er1 >conftest.err
4427 rm -f conftest.er1
4428 cat conftest.err >&5
4429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4430 (exit $ac_status); } && {
4431 test -z "$ac_c_werror_flag" ||
4432 test ! -s conftest.err
4433 } && test -s conftest$ac_exeext &&
4434 $as_test_x conftest$ac_exeext; then
4436 else
4437 echo "$as_me: failed program was:" >&5
4438 sed 's/^/| /' conftest.$ac_ext >&5
4440 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4441 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4442 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4443 echo $ECHO_N "(cached) $ECHO_C" >&6
4444 else
4445 ac_check_lib_save_LIBS=$LIBS
4446 LIBS="-ldnet $LIBS"
4447 cat >conftest.$ac_ext <<_ACEOF
4448 /* confdefs.h. */
4449 _ACEOF
4450 cat confdefs.h >>conftest.$ac_ext
4451 cat >>conftest.$ac_ext <<_ACEOF
4452 /* end confdefs.h. */
4454 /* Override any GCC internal prototype to avoid an error.
4455 Use char because int might match the return type of a GCC
4456 builtin and then its argument prototype would still apply. */
4457 #ifdef __cplusplus
4458 extern "C"
4459 #endif
4460 char dnet_ntoa ();
4462 main ()
4464 return dnet_ntoa ();
4466 return 0;
4468 _ACEOF
4469 rm -f conftest.$ac_objext conftest$ac_exeext
4470 if { (ac_try="$ac_link"
4471 case "(($ac_try" in
4472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4473 *) ac_try_echo=$ac_try;;
4474 esac
4475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4476 (eval "$ac_link") 2>conftest.er1
4477 ac_status=$?
4478 grep -v '^ *+' conftest.er1 >conftest.err
4479 rm -f conftest.er1
4480 cat conftest.err >&5
4481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4482 (exit $ac_status); } && {
4483 test -z "$ac_c_werror_flag" ||
4484 test ! -s conftest.err
4485 } && test -s conftest$ac_exeext &&
4486 $as_test_x conftest$ac_exeext; then
4487 ac_cv_lib_dnet_dnet_ntoa=yes
4488 else
4489 echo "$as_me: failed program was:" >&5
4490 sed 's/^/| /' conftest.$ac_ext >&5
4492 ac_cv_lib_dnet_dnet_ntoa=no
4495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4496 conftest$ac_exeext conftest.$ac_ext
4497 LIBS=$ac_check_lib_save_LIBS
4499 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4500 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4501 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4502 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4505 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4506 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4507 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4508 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4509 echo $ECHO_N "(cached) $ECHO_C" >&6
4510 else
4511 ac_check_lib_save_LIBS=$LIBS
4512 LIBS="-ldnet_stub $LIBS"
4513 cat >conftest.$ac_ext <<_ACEOF
4514 /* confdefs.h. */
4515 _ACEOF
4516 cat confdefs.h >>conftest.$ac_ext
4517 cat >>conftest.$ac_ext <<_ACEOF
4518 /* end confdefs.h. */
4520 /* Override any GCC internal prototype to avoid an error.
4521 Use char because int might match the return type of a GCC
4522 builtin and then its argument prototype would still apply. */
4523 #ifdef __cplusplus
4524 extern "C"
4525 #endif
4526 char dnet_ntoa ();
4528 main ()
4530 return dnet_ntoa ();
4532 return 0;
4534 _ACEOF
4535 rm -f conftest.$ac_objext conftest$ac_exeext
4536 if { (ac_try="$ac_link"
4537 case "(($ac_try" in
4538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4539 *) ac_try_echo=$ac_try;;
4540 esac
4541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4542 (eval "$ac_link") 2>conftest.er1
4543 ac_status=$?
4544 grep -v '^ *+' conftest.er1 >conftest.err
4545 rm -f conftest.er1
4546 cat conftest.err >&5
4547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4548 (exit $ac_status); } && {
4549 test -z "$ac_c_werror_flag" ||
4550 test ! -s conftest.err
4551 } && test -s conftest$ac_exeext &&
4552 $as_test_x conftest$ac_exeext; then
4553 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4554 else
4555 echo "$as_me: failed program was:" >&5
4556 sed 's/^/| /' conftest.$ac_ext >&5
4558 ac_cv_lib_dnet_stub_dnet_ntoa=no
4561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4562 conftest$ac_exeext conftest.$ac_ext
4563 LIBS=$ac_check_lib_save_LIBS
4565 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4566 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4567 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4568 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4575 conftest$ac_exeext conftest.$ac_ext
4576 LIBS="$ac_xsave_LIBS"
4578 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4579 # to get the SysV transport functions.
4580 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4581 # needs -lnsl.
4582 # The nsl library prevents programs from opening the X display
4583 # on Irix 5.2, according to T.E. Dickey.
4584 # The functions gethostbyname, getservbyname, and inet_addr are
4585 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4586 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4587 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4588 if test "${ac_cv_func_gethostbyname+set}" = set; then
4589 echo $ECHO_N "(cached) $ECHO_C" >&6
4590 else
4591 cat >conftest.$ac_ext <<_ACEOF
4592 /* confdefs.h. */
4593 _ACEOF
4594 cat confdefs.h >>conftest.$ac_ext
4595 cat >>conftest.$ac_ext <<_ACEOF
4596 /* end confdefs.h. */
4597 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4598 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4599 #define gethostbyname innocuous_gethostbyname
4601 /* System header to define __stub macros and hopefully few prototypes,
4602 which can conflict with char gethostbyname (); below.
4603 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4604 <limits.h> exists even on freestanding compilers. */
4606 #ifdef __STDC__
4607 # include <limits.h>
4608 #else
4609 # include <assert.h>
4610 #endif
4612 #undef gethostbyname
4614 /* Override any GCC internal prototype to avoid an error.
4615 Use char because int might match the return type of a GCC
4616 builtin and then its argument prototype would still apply. */
4617 #ifdef __cplusplus
4618 extern "C"
4619 #endif
4620 char gethostbyname ();
4621 /* The GNU C library defines this for functions which it implements
4622 to always fail with ENOSYS. Some functions are actually named
4623 something starting with __ and the normal name is an alias. */
4624 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4625 choke me
4626 #endif
4629 main ()
4631 return gethostbyname ();
4633 return 0;
4635 _ACEOF
4636 rm -f conftest.$ac_objext conftest$ac_exeext
4637 if { (ac_try="$ac_link"
4638 case "(($ac_try" in
4639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4640 *) ac_try_echo=$ac_try;;
4641 esac
4642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4643 (eval "$ac_link") 2>conftest.er1
4644 ac_status=$?
4645 grep -v '^ *+' conftest.er1 >conftest.err
4646 rm -f conftest.er1
4647 cat conftest.err >&5
4648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4649 (exit $ac_status); } && {
4650 test -z "$ac_c_werror_flag" ||
4651 test ! -s conftest.err
4652 } && test -s conftest$ac_exeext &&
4653 $as_test_x conftest$ac_exeext; then
4654 ac_cv_func_gethostbyname=yes
4655 else
4656 echo "$as_me: failed program was:" >&5
4657 sed 's/^/| /' conftest.$ac_ext >&5
4659 ac_cv_func_gethostbyname=no
4662 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4663 conftest$ac_exeext conftest.$ac_ext
4665 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4666 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4668 if test $ac_cv_func_gethostbyname = no; then
4669 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4670 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4671 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4672 echo $ECHO_N "(cached) $ECHO_C" >&6
4673 else
4674 ac_check_lib_save_LIBS=$LIBS
4675 LIBS="-lnsl $LIBS"
4676 cat >conftest.$ac_ext <<_ACEOF
4677 /* confdefs.h. */
4678 _ACEOF
4679 cat confdefs.h >>conftest.$ac_ext
4680 cat >>conftest.$ac_ext <<_ACEOF
4681 /* end confdefs.h. */
4683 /* Override any GCC internal prototype to avoid an error.
4684 Use char because int might match the return type of a GCC
4685 builtin and then its argument prototype would still apply. */
4686 #ifdef __cplusplus
4687 extern "C"
4688 #endif
4689 char gethostbyname ();
4691 main ()
4693 return gethostbyname ();
4695 return 0;
4697 _ACEOF
4698 rm -f conftest.$ac_objext conftest$ac_exeext
4699 if { (ac_try="$ac_link"
4700 case "(($ac_try" in
4701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4702 *) ac_try_echo=$ac_try;;
4703 esac
4704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4705 (eval "$ac_link") 2>conftest.er1
4706 ac_status=$?
4707 grep -v '^ *+' conftest.er1 >conftest.err
4708 rm -f conftest.er1
4709 cat conftest.err >&5
4710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4711 (exit $ac_status); } && {
4712 test -z "$ac_c_werror_flag" ||
4713 test ! -s conftest.err
4714 } && test -s conftest$ac_exeext &&
4715 $as_test_x conftest$ac_exeext; then
4716 ac_cv_lib_nsl_gethostbyname=yes
4717 else
4718 echo "$as_me: failed program was:" >&5
4719 sed 's/^/| /' conftest.$ac_ext >&5
4721 ac_cv_lib_nsl_gethostbyname=no
4724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4725 conftest$ac_exeext conftest.$ac_ext
4726 LIBS=$ac_check_lib_save_LIBS
4728 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4729 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4730 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4731 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4734 if test $ac_cv_lib_nsl_gethostbyname = no; then
4735 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4736 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4737 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4738 echo $ECHO_N "(cached) $ECHO_C" >&6
4739 else
4740 ac_check_lib_save_LIBS=$LIBS
4741 LIBS="-lbsd $LIBS"
4742 cat >conftest.$ac_ext <<_ACEOF
4743 /* confdefs.h. */
4744 _ACEOF
4745 cat confdefs.h >>conftest.$ac_ext
4746 cat >>conftest.$ac_ext <<_ACEOF
4747 /* end confdefs.h. */
4749 /* Override any GCC internal prototype to avoid an error.
4750 Use char because int might match the return type of a GCC
4751 builtin and then its argument prototype would still apply. */
4752 #ifdef __cplusplus
4753 extern "C"
4754 #endif
4755 char gethostbyname ();
4757 main ()
4759 return gethostbyname ();
4761 return 0;
4763 _ACEOF
4764 rm -f conftest.$ac_objext conftest$ac_exeext
4765 if { (ac_try="$ac_link"
4766 case "(($ac_try" in
4767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4768 *) ac_try_echo=$ac_try;;
4769 esac
4770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4771 (eval "$ac_link") 2>conftest.er1
4772 ac_status=$?
4773 grep -v '^ *+' conftest.er1 >conftest.err
4774 rm -f conftest.er1
4775 cat conftest.err >&5
4776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4777 (exit $ac_status); } && {
4778 test -z "$ac_c_werror_flag" ||
4779 test ! -s conftest.err
4780 } && test -s conftest$ac_exeext &&
4781 $as_test_x conftest$ac_exeext; then
4782 ac_cv_lib_bsd_gethostbyname=yes
4783 else
4784 echo "$as_me: failed program was:" >&5
4785 sed 's/^/| /' conftest.$ac_ext >&5
4787 ac_cv_lib_bsd_gethostbyname=no
4790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4791 conftest$ac_exeext conftest.$ac_ext
4792 LIBS=$ac_check_lib_save_LIBS
4794 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4795 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4796 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4797 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4803 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4804 # socket/setsockopt and other routines are undefined under SCO ODT
4805 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4806 # on later versions), says Simon Leinen: it contains gethostby*
4807 # variants that don't use the name server (or something). -lsocket
4808 # must be given before -lnsl if both are needed. We assume that
4809 # if connect needs -lnsl, so does gethostbyname.
4810 { echo "$as_me:$LINENO: checking for connect" >&5
4811 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4812 if test "${ac_cv_func_connect+set}" = set; then
4813 echo $ECHO_N "(cached) $ECHO_C" >&6
4814 else
4815 cat >conftest.$ac_ext <<_ACEOF
4816 /* confdefs.h. */
4817 _ACEOF
4818 cat confdefs.h >>conftest.$ac_ext
4819 cat >>conftest.$ac_ext <<_ACEOF
4820 /* end confdefs.h. */
4821 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4822 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4823 #define connect innocuous_connect
4825 /* System header to define __stub macros and hopefully few prototypes,
4826 which can conflict with char connect (); below.
4827 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4828 <limits.h> exists even on freestanding compilers. */
4830 #ifdef __STDC__
4831 # include <limits.h>
4832 #else
4833 # include <assert.h>
4834 #endif
4836 #undef connect
4838 /* Override any GCC internal prototype to avoid an error.
4839 Use char because int might match the return type of a GCC
4840 builtin and then its argument prototype would still apply. */
4841 #ifdef __cplusplus
4842 extern "C"
4843 #endif
4844 char connect ();
4845 /* The GNU C library defines this for functions which it implements
4846 to always fail with ENOSYS. Some functions are actually named
4847 something starting with __ and the normal name is an alias. */
4848 #if defined __stub_connect || defined __stub___connect
4849 choke me
4850 #endif
4853 main ()
4855 return connect ();
4857 return 0;
4859 _ACEOF
4860 rm -f conftest.$ac_objext conftest$ac_exeext
4861 if { (ac_try="$ac_link"
4862 case "(($ac_try" in
4863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4864 *) ac_try_echo=$ac_try;;
4865 esac
4866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4867 (eval "$ac_link") 2>conftest.er1
4868 ac_status=$?
4869 grep -v '^ *+' conftest.er1 >conftest.err
4870 rm -f conftest.er1
4871 cat conftest.err >&5
4872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4873 (exit $ac_status); } && {
4874 test -z "$ac_c_werror_flag" ||
4875 test ! -s conftest.err
4876 } && test -s conftest$ac_exeext &&
4877 $as_test_x conftest$ac_exeext; then
4878 ac_cv_func_connect=yes
4879 else
4880 echo "$as_me: failed program was:" >&5
4881 sed 's/^/| /' conftest.$ac_ext >&5
4883 ac_cv_func_connect=no
4886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4887 conftest$ac_exeext conftest.$ac_ext
4889 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4890 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4892 if test $ac_cv_func_connect = no; then
4893 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4894 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4895 if test "${ac_cv_lib_socket_connect+set}" = set; then
4896 echo $ECHO_N "(cached) $ECHO_C" >&6
4897 else
4898 ac_check_lib_save_LIBS=$LIBS
4899 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4900 cat >conftest.$ac_ext <<_ACEOF
4901 /* confdefs.h. */
4902 _ACEOF
4903 cat confdefs.h >>conftest.$ac_ext
4904 cat >>conftest.$ac_ext <<_ACEOF
4905 /* end confdefs.h. */
4907 /* Override any GCC internal prototype to avoid an error.
4908 Use char because int might match the return type of a GCC
4909 builtin and then its argument prototype would still apply. */
4910 #ifdef __cplusplus
4911 extern "C"
4912 #endif
4913 char connect ();
4915 main ()
4917 return connect ();
4919 return 0;
4921 _ACEOF
4922 rm -f conftest.$ac_objext conftest$ac_exeext
4923 if { (ac_try="$ac_link"
4924 case "(($ac_try" in
4925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4926 *) ac_try_echo=$ac_try;;
4927 esac
4928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4929 (eval "$ac_link") 2>conftest.er1
4930 ac_status=$?
4931 grep -v '^ *+' conftest.er1 >conftest.err
4932 rm -f conftest.er1
4933 cat conftest.err >&5
4934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4935 (exit $ac_status); } && {
4936 test -z "$ac_c_werror_flag" ||
4937 test ! -s conftest.err
4938 } && test -s conftest$ac_exeext &&
4939 $as_test_x conftest$ac_exeext; then
4940 ac_cv_lib_socket_connect=yes
4941 else
4942 echo "$as_me: failed program was:" >&5
4943 sed 's/^/| /' conftest.$ac_ext >&5
4945 ac_cv_lib_socket_connect=no
4948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4949 conftest$ac_exeext conftest.$ac_ext
4950 LIBS=$ac_check_lib_save_LIBS
4952 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4953 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4954 if test $ac_cv_lib_socket_connect = yes; then
4955 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4960 # Guillermo Gomez says -lposix is necessary on A/UX.
4961 { echo "$as_me:$LINENO: checking for remove" >&5
4962 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4963 if test "${ac_cv_func_remove+set}" = set; then
4964 echo $ECHO_N "(cached) $ECHO_C" >&6
4965 else
4966 cat >conftest.$ac_ext <<_ACEOF
4967 /* confdefs.h. */
4968 _ACEOF
4969 cat confdefs.h >>conftest.$ac_ext
4970 cat >>conftest.$ac_ext <<_ACEOF
4971 /* end confdefs.h. */
4972 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4973 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4974 #define remove innocuous_remove
4976 /* System header to define __stub macros and hopefully few prototypes,
4977 which can conflict with char remove (); below.
4978 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4979 <limits.h> exists even on freestanding compilers. */
4981 #ifdef __STDC__
4982 # include <limits.h>
4983 #else
4984 # include <assert.h>
4985 #endif
4987 #undef remove
4989 /* Override any GCC internal prototype to avoid an error.
4990 Use char because int might match the return type of a GCC
4991 builtin and then its argument prototype would still apply. */
4992 #ifdef __cplusplus
4993 extern "C"
4994 #endif
4995 char remove ();
4996 /* The GNU C library defines this for functions which it implements
4997 to always fail with ENOSYS. Some functions are actually named
4998 something starting with __ and the normal name is an alias. */
4999 #if defined __stub_remove || defined __stub___remove
5000 choke me
5001 #endif
5004 main ()
5006 return remove ();
5008 return 0;
5010 _ACEOF
5011 rm -f conftest.$ac_objext conftest$ac_exeext
5012 if { (ac_try="$ac_link"
5013 case "(($ac_try" in
5014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5015 *) ac_try_echo=$ac_try;;
5016 esac
5017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5018 (eval "$ac_link") 2>conftest.er1
5019 ac_status=$?
5020 grep -v '^ *+' conftest.er1 >conftest.err
5021 rm -f conftest.er1
5022 cat conftest.err >&5
5023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5024 (exit $ac_status); } && {
5025 test -z "$ac_c_werror_flag" ||
5026 test ! -s conftest.err
5027 } && test -s conftest$ac_exeext &&
5028 $as_test_x conftest$ac_exeext; then
5029 ac_cv_func_remove=yes
5030 else
5031 echo "$as_me: failed program was:" >&5
5032 sed 's/^/| /' conftest.$ac_ext >&5
5034 ac_cv_func_remove=no
5037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5038 conftest$ac_exeext conftest.$ac_ext
5040 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5041 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
5043 if test $ac_cv_func_remove = no; then
5044 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5045 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
5046 if test "${ac_cv_lib_posix_remove+set}" = set; then
5047 echo $ECHO_N "(cached) $ECHO_C" >&6
5048 else
5049 ac_check_lib_save_LIBS=$LIBS
5050 LIBS="-lposix $LIBS"
5051 cat >conftest.$ac_ext <<_ACEOF
5052 /* confdefs.h. */
5053 _ACEOF
5054 cat confdefs.h >>conftest.$ac_ext
5055 cat >>conftest.$ac_ext <<_ACEOF
5056 /* end confdefs.h. */
5058 /* Override any GCC internal prototype to avoid an error.
5059 Use char because int might match the return type of a GCC
5060 builtin and then its argument prototype would still apply. */
5061 #ifdef __cplusplus
5062 extern "C"
5063 #endif
5064 char remove ();
5066 main ()
5068 return remove ();
5070 return 0;
5072 _ACEOF
5073 rm -f conftest.$ac_objext conftest$ac_exeext
5074 if { (ac_try="$ac_link"
5075 case "(($ac_try" in
5076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5077 *) ac_try_echo=$ac_try;;
5078 esac
5079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5080 (eval "$ac_link") 2>conftest.er1
5081 ac_status=$?
5082 grep -v '^ *+' conftest.er1 >conftest.err
5083 rm -f conftest.er1
5084 cat conftest.err >&5
5085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5086 (exit $ac_status); } && {
5087 test -z "$ac_c_werror_flag" ||
5088 test ! -s conftest.err
5089 } && test -s conftest$ac_exeext &&
5090 $as_test_x conftest$ac_exeext; then
5091 ac_cv_lib_posix_remove=yes
5092 else
5093 echo "$as_me: failed program was:" >&5
5094 sed 's/^/| /' conftest.$ac_ext >&5
5096 ac_cv_lib_posix_remove=no
5099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5100 conftest$ac_exeext conftest.$ac_ext
5101 LIBS=$ac_check_lib_save_LIBS
5103 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5104 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5105 if test $ac_cv_lib_posix_remove = yes; then
5106 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5111 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5112 { echo "$as_me:$LINENO: checking for shmat" >&5
5113 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5114 if test "${ac_cv_func_shmat+set}" = set; then
5115 echo $ECHO_N "(cached) $ECHO_C" >&6
5116 else
5117 cat >conftest.$ac_ext <<_ACEOF
5118 /* confdefs.h. */
5119 _ACEOF
5120 cat confdefs.h >>conftest.$ac_ext
5121 cat >>conftest.$ac_ext <<_ACEOF
5122 /* end confdefs.h. */
5123 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5124 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5125 #define shmat innocuous_shmat
5127 /* System header to define __stub macros and hopefully few prototypes,
5128 which can conflict with char shmat (); below.
5129 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5130 <limits.h> exists even on freestanding compilers. */
5132 #ifdef __STDC__
5133 # include <limits.h>
5134 #else
5135 # include <assert.h>
5136 #endif
5138 #undef shmat
5140 /* Override any GCC internal prototype to avoid an error.
5141 Use char because int might match the return type of a GCC
5142 builtin and then its argument prototype would still apply. */
5143 #ifdef __cplusplus
5144 extern "C"
5145 #endif
5146 char shmat ();
5147 /* The GNU C library defines this for functions which it implements
5148 to always fail with ENOSYS. Some functions are actually named
5149 something starting with __ and the normal name is an alias. */
5150 #if defined __stub_shmat || defined __stub___shmat
5151 choke me
5152 #endif
5155 main ()
5157 return shmat ();
5159 return 0;
5161 _ACEOF
5162 rm -f conftest.$ac_objext conftest$ac_exeext
5163 if { (ac_try="$ac_link"
5164 case "(($ac_try" in
5165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5166 *) ac_try_echo=$ac_try;;
5167 esac
5168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5169 (eval "$ac_link") 2>conftest.er1
5170 ac_status=$?
5171 grep -v '^ *+' conftest.er1 >conftest.err
5172 rm -f conftest.er1
5173 cat conftest.err >&5
5174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5175 (exit $ac_status); } && {
5176 test -z "$ac_c_werror_flag" ||
5177 test ! -s conftest.err
5178 } && test -s conftest$ac_exeext &&
5179 $as_test_x conftest$ac_exeext; then
5180 ac_cv_func_shmat=yes
5181 else
5182 echo "$as_me: failed program was:" >&5
5183 sed 's/^/| /' conftest.$ac_ext >&5
5185 ac_cv_func_shmat=no
5188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5189 conftest$ac_exeext conftest.$ac_ext
5191 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5192 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5194 if test $ac_cv_func_shmat = no; then
5195 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5196 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5197 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5198 echo $ECHO_N "(cached) $ECHO_C" >&6
5199 else
5200 ac_check_lib_save_LIBS=$LIBS
5201 LIBS="-lipc $LIBS"
5202 cat >conftest.$ac_ext <<_ACEOF
5203 /* confdefs.h. */
5204 _ACEOF
5205 cat confdefs.h >>conftest.$ac_ext
5206 cat >>conftest.$ac_ext <<_ACEOF
5207 /* end confdefs.h. */
5209 /* Override any GCC internal prototype to avoid an error.
5210 Use char because int might match the return type of a GCC
5211 builtin and then its argument prototype would still apply. */
5212 #ifdef __cplusplus
5213 extern "C"
5214 #endif
5215 char shmat ();
5217 main ()
5219 return shmat ();
5221 return 0;
5223 _ACEOF
5224 rm -f conftest.$ac_objext conftest$ac_exeext
5225 if { (ac_try="$ac_link"
5226 case "(($ac_try" in
5227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5228 *) ac_try_echo=$ac_try;;
5229 esac
5230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5231 (eval "$ac_link") 2>conftest.er1
5232 ac_status=$?
5233 grep -v '^ *+' conftest.er1 >conftest.err
5234 rm -f conftest.er1
5235 cat conftest.err >&5
5236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5237 (exit $ac_status); } && {
5238 test -z "$ac_c_werror_flag" ||
5239 test ! -s conftest.err
5240 } && test -s conftest$ac_exeext &&
5241 $as_test_x conftest$ac_exeext; then
5242 ac_cv_lib_ipc_shmat=yes
5243 else
5244 echo "$as_me: failed program was:" >&5
5245 sed 's/^/| /' conftest.$ac_ext >&5
5247 ac_cv_lib_ipc_shmat=no
5250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5251 conftest$ac_exeext conftest.$ac_ext
5252 LIBS=$ac_check_lib_save_LIBS
5254 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5255 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5256 if test $ac_cv_lib_ipc_shmat = yes; then
5257 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5263 # Check for libraries that X11R6 Xt/Xaw programs need.
5264 ac_save_LDFLAGS=$LDFLAGS
5265 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5266 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5267 # check for ICE first), but we must link in the order -lSM -lICE or
5268 # we get undefined symbols. So assume we have SM if we have ICE.
5269 # These have to be linked with before -lX11, unlike the other
5270 # libraries we check for below, so use a different variable.
5271 # John Interrante, Karl Berry
5272 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5273 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5274 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5275 echo $ECHO_N "(cached) $ECHO_C" >&6
5276 else
5277 ac_check_lib_save_LIBS=$LIBS
5278 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5279 cat >conftest.$ac_ext <<_ACEOF
5280 /* confdefs.h. */
5281 _ACEOF
5282 cat confdefs.h >>conftest.$ac_ext
5283 cat >>conftest.$ac_ext <<_ACEOF
5284 /* end confdefs.h. */
5286 /* Override any GCC internal prototype to avoid an error.
5287 Use char because int might match the return type of a GCC
5288 builtin and then its argument prototype would still apply. */
5289 #ifdef __cplusplus
5290 extern "C"
5291 #endif
5292 char IceConnectionNumber ();
5294 main ()
5296 return IceConnectionNumber ();
5298 return 0;
5300 _ACEOF
5301 rm -f conftest.$ac_objext conftest$ac_exeext
5302 if { (ac_try="$ac_link"
5303 case "(($ac_try" in
5304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5305 *) ac_try_echo=$ac_try;;
5306 esac
5307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5308 (eval "$ac_link") 2>conftest.er1
5309 ac_status=$?
5310 grep -v '^ *+' conftest.er1 >conftest.err
5311 rm -f conftest.er1
5312 cat conftest.err >&5
5313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5314 (exit $ac_status); } && {
5315 test -z "$ac_c_werror_flag" ||
5316 test ! -s conftest.err
5317 } && test -s conftest$ac_exeext &&
5318 $as_test_x conftest$ac_exeext; then
5319 ac_cv_lib_ICE_IceConnectionNumber=yes
5320 else
5321 echo "$as_me: failed program was:" >&5
5322 sed 's/^/| /' conftest.$ac_ext >&5
5324 ac_cv_lib_ICE_IceConnectionNumber=no
5327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5328 conftest$ac_exeext conftest.$ac_ext
5329 LIBS=$ac_check_lib_save_LIBS
5331 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5332 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5333 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5334 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5337 LDFLAGS=$ac_save_LDFLAGS
5342 for ac_prog in flex
5344 # Extract the first word of "$ac_prog", so it can be a program name with args.
5345 set dummy $ac_prog; ac_word=$2
5346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5348 if test "${ac_cv_prog_FLEX+set}" = set; then
5349 echo $ECHO_N "(cached) $ECHO_C" >&6
5350 else
5351 if test -n "$FLEX"; then
5352 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5353 else
5354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5355 for as_dir in $PATH
5357 IFS=$as_save_IFS
5358 test -z "$as_dir" && as_dir=.
5359 for ac_exec_ext in '' $ac_executable_extensions; do
5360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5361 ac_cv_prog_FLEX="$ac_prog"
5362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5363 break 2
5365 done
5366 done
5367 IFS=$as_save_IFS
5371 FLEX=$ac_cv_prog_FLEX
5372 if test -n "$FLEX"; then
5373 { echo "$as_me:$LINENO: result: $FLEX" >&5
5374 echo "${ECHO_T}$FLEX" >&6; }
5375 else
5376 { echo "$as_me:$LINENO: result: no" >&5
5377 echo "${ECHO_T}no" >&6; }
5381 test -n "$FLEX" && break
5382 done
5383 test -n "$FLEX" || FLEX="none"
5385 if test "$FLEX" = "none"
5386 then
5387 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5388 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5389 { (exit 1); exit 1; }; }
5392 for ac_prog in bison
5394 # Extract the first word of "$ac_prog", so it can be a program name with args.
5395 set dummy $ac_prog; ac_word=$2
5396 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5397 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5398 if test "${ac_cv_prog_BISON+set}" = set; then
5399 echo $ECHO_N "(cached) $ECHO_C" >&6
5400 else
5401 if test -n "$BISON"; then
5402 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5403 else
5404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5405 for as_dir in $PATH
5407 IFS=$as_save_IFS
5408 test -z "$as_dir" && as_dir=.
5409 for ac_exec_ext in '' $ac_executable_extensions; do
5410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5411 ac_cv_prog_BISON="$ac_prog"
5412 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5413 break 2
5415 done
5416 done
5417 IFS=$as_save_IFS
5421 BISON=$ac_cv_prog_BISON
5422 if test -n "$BISON"; then
5423 { echo "$as_me:$LINENO: result: $BISON" >&5
5424 echo "${ECHO_T}$BISON" >&6; }
5425 else
5426 { echo "$as_me:$LINENO: result: no" >&5
5427 echo "${ECHO_T}no" >&6; }
5431 test -n "$BISON" && break
5432 done
5433 test -n "$BISON" || BISON="none"
5435 if test "$BISON" = "none"
5436 then
5437 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5438 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5439 { (exit 1); exit 1; }; }
5442 if test -n "$ac_tool_prefix"; then
5443 for ac_prog in gas as
5445 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5446 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5447 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5448 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5449 if test "${ac_cv_prog_AS+set}" = set; then
5450 echo $ECHO_N "(cached) $ECHO_C" >&6
5451 else
5452 if test -n "$AS"; then
5453 ac_cv_prog_AS="$AS" # Let the user override the test.
5454 else
5455 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5456 for as_dir in $PATH
5458 IFS=$as_save_IFS
5459 test -z "$as_dir" && as_dir=.
5460 for ac_exec_ext in '' $ac_executable_extensions; do
5461 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5462 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5463 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5464 break 2
5466 done
5467 done
5468 IFS=$as_save_IFS
5472 AS=$ac_cv_prog_AS
5473 if test -n "$AS"; then
5474 { echo "$as_me:$LINENO: result: $AS" >&5
5475 echo "${ECHO_T}$AS" >&6; }
5476 else
5477 { echo "$as_me:$LINENO: result: no" >&5
5478 echo "${ECHO_T}no" >&6; }
5482 test -n "$AS" && break
5483 done
5485 if test -z "$AS"; then
5486 ac_ct_AS=$AS
5487 for ac_prog in gas as
5489 # Extract the first word of "$ac_prog", so it can be a program name with args.
5490 set dummy $ac_prog; ac_word=$2
5491 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5492 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5493 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5494 echo $ECHO_N "(cached) $ECHO_C" >&6
5495 else
5496 if test -n "$ac_ct_AS"; then
5497 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5498 else
5499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5500 for as_dir in $PATH
5502 IFS=$as_save_IFS
5503 test -z "$as_dir" && as_dir=.
5504 for ac_exec_ext in '' $ac_executable_extensions; do
5505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5506 ac_cv_prog_ac_ct_AS="$ac_prog"
5507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5508 break 2
5510 done
5511 done
5512 IFS=$as_save_IFS
5516 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5517 if test -n "$ac_ct_AS"; then
5518 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5519 echo "${ECHO_T}$ac_ct_AS" >&6; }
5520 else
5521 { echo "$as_me:$LINENO: result: no" >&5
5522 echo "${ECHO_T}no" >&6; }
5526 test -n "$ac_ct_AS" && break
5527 done
5529 if test "x$ac_ct_AS" = x; then
5530 AS="as"
5531 else
5532 case $cross_compiling:$ac_tool_warned in
5533 yes:)
5534 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5535 whose name does not start with the host triplet. If you think this
5536 configuration is useful to you, please write to autoconf@gnu.org." >&5
5537 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5538 whose name does not start with the host triplet. If you think this
5539 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5540 ac_tool_warned=yes ;;
5541 esac
5542 AS=$ac_ct_AS
5546 if test -n "$ac_tool_prefix"; then
5547 for ac_prog in ld gld
5549 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5550 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5551 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5552 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5553 if test "${ac_cv_prog_LD+set}" = set; then
5554 echo $ECHO_N "(cached) $ECHO_C" >&6
5555 else
5556 if test -n "$LD"; then
5557 ac_cv_prog_LD="$LD" # Let the user override the test.
5558 else
5559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5560 for as_dir in $PATH
5562 IFS=$as_save_IFS
5563 test -z "$as_dir" && as_dir=.
5564 for ac_exec_ext in '' $ac_executable_extensions; do
5565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5566 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5567 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5568 break 2
5570 done
5571 done
5572 IFS=$as_save_IFS
5576 LD=$ac_cv_prog_LD
5577 if test -n "$LD"; then
5578 { echo "$as_me:$LINENO: result: $LD" >&5
5579 echo "${ECHO_T}$LD" >&6; }
5580 else
5581 { echo "$as_me:$LINENO: result: no" >&5
5582 echo "${ECHO_T}no" >&6; }
5586 test -n "$LD" && break
5587 done
5589 if test -z "$LD"; then
5590 ac_ct_LD=$LD
5591 for ac_prog in ld gld
5593 # Extract the first word of "$ac_prog", so it can be a program name with args.
5594 set dummy $ac_prog; ac_word=$2
5595 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5597 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5598 echo $ECHO_N "(cached) $ECHO_C" >&6
5599 else
5600 if test -n "$ac_ct_LD"; then
5601 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5602 else
5603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5604 for as_dir in $PATH
5606 IFS=$as_save_IFS
5607 test -z "$as_dir" && as_dir=.
5608 for ac_exec_ext in '' $ac_executable_extensions; do
5609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5610 ac_cv_prog_ac_ct_LD="$ac_prog"
5611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5612 break 2
5614 done
5615 done
5616 IFS=$as_save_IFS
5620 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5621 if test -n "$ac_ct_LD"; then
5622 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5623 echo "${ECHO_T}$ac_ct_LD" >&6; }
5624 else
5625 { echo "$as_me:$LINENO: result: no" >&5
5626 echo "${ECHO_T}no" >&6; }
5630 test -n "$ac_ct_LD" && break
5631 done
5633 if test "x$ac_ct_LD" = x; then
5634 LD="ld"
5635 else
5636 case $cross_compiling:$ac_tool_warned in
5637 yes:)
5638 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5639 whose name does not start with the host triplet. If you think this
5640 configuration is useful to you, please write to autoconf@gnu.org." >&5
5641 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5642 whose name does not start with the host triplet. If you think this
5643 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5644 ac_tool_warned=yes ;;
5645 esac
5646 LD=$ac_ct_LD
5650 if test -n "$ac_tool_prefix"; then
5651 for ac_prog in nm gnm
5653 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5654 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5655 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5656 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5657 if test "${ac_cv_prog_NM+set}" = set; then
5658 echo $ECHO_N "(cached) $ECHO_C" >&6
5659 else
5660 if test -n "$NM"; then
5661 ac_cv_prog_NM="$NM" # Let the user override the test.
5662 else
5663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5664 for as_dir in $PATH
5666 IFS=$as_save_IFS
5667 test -z "$as_dir" && as_dir=.
5668 for ac_exec_ext in '' $ac_executable_extensions; do
5669 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5670 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5671 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5672 break 2
5674 done
5675 done
5676 IFS=$as_save_IFS
5680 NM=$ac_cv_prog_NM
5681 if test -n "$NM"; then
5682 { echo "$as_me:$LINENO: result: $NM" >&5
5683 echo "${ECHO_T}$NM" >&6; }
5684 else
5685 { echo "$as_me:$LINENO: result: no" >&5
5686 echo "${ECHO_T}no" >&6; }
5690 test -n "$NM" && break
5691 done
5693 if test -z "$NM"; then
5694 ac_ct_NM=$NM
5695 for ac_prog in nm gnm
5697 # Extract the first word of "$ac_prog", so it can be a program name with args.
5698 set dummy $ac_prog; ac_word=$2
5699 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5701 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5702 echo $ECHO_N "(cached) $ECHO_C" >&6
5703 else
5704 if test -n "$ac_ct_NM"; then
5705 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5706 else
5707 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5708 for as_dir in $PATH
5710 IFS=$as_save_IFS
5711 test -z "$as_dir" && as_dir=.
5712 for ac_exec_ext in '' $ac_executable_extensions; do
5713 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5714 ac_cv_prog_ac_ct_NM="$ac_prog"
5715 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5716 break 2
5718 done
5719 done
5720 IFS=$as_save_IFS
5724 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5725 if test -n "$ac_ct_NM"; then
5726 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5727 echo "${ECHO_T}$ac_ct_NM" >&6; }
5728 else
5729 { echo "$as_me:$LINENO: result: no" >&5
5730 echo "${ECHO_T}no" >&6; }
5734 test -n "$ac_ct_NM" && break
5735 done
5737 if test "x$ac_ct_NM" = x; then
5738 NM="nm"
5739 else
5740 case $cross_compiling:$ac_tool_warned in
5741 yes:)
5742 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5743 whose name does not start with the host triplet. If you think this
5744 configuration is useful to you, please write to autoconf@gnu.org." >&5
5745 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5746 whose name does not start with the host triplet. If you think this
5747 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5748 ac_tool_warned=yes ;;
5749 esac
5750 NM=$ac_ct_NM
5754 if test -n "$ac_tool_prefix"; then
5755 for ac_prog in ar gar
5757 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5758 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5759 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5760 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5761 if test "${ac_cv_prog_AR+set}" = set; then
5762 echo $ECHO_N "(cached) $ECHO_C" >&6
5763 else
5764 if test -n "$AR"; then
5765 ac_cv_prog_AR="$AR" # Let the user override the test.
5766 else
5767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5768 for as_dir in $PATH
5770 IFS=$as_save_IFS
5771 test -z "$as_dir" && as_dir=.
5772 for ac_exec_ext in '' $ac_executable_extensions; do
5773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5774 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5775 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5776 break 2
5778 done
5779 done
5780 IFS=$as_save_IFS
5784 AR=$ac_cv_prog_AR
5785 if test -n "$AR"; then
5786 { echo "$as_me:$LINENO: result: $AR" >&5
5787 echo "${ECHO_T}$AR" >&6; }
5788 else
5789 { echo "$as_me:$LINENO: result: no" >&5
5790 echo "${ECHO_T}no" >&6; }
5794 test -n "$AR" && break
5795 done
5797 if test -z "$AR"; then
5798 ac_ct_AR=$AR
5799 for ac_prog in ar gar
5801 # Extract the first word of "$ac_prog", so it can be a program name with args.
5802 set dummy $ac_prog; ac_word=$2
5803 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5804 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5805 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5806 echo $ECHO_N "(cached) $ECHO_C" >&6
5807 else
5808 if test -n "$ac_ct_AR"; then
5809 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5810 else
5811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5812 for as_dir in $PATH
5814 IFS=$as_save_IFS
5815 test -z "$as_dir" && as_dir=.
5816 for ac_exec_ext in '' $ac_executable_extensions; do
5817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5818 ac_cv_prog_ac_ct_AR="$ac_prog"
5819 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5820 break 2
5822 done
5823 done
5824 IFS=$as_save_IFS
5828 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5829 if test -n "$ac_ct_AR"; then
5830 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5831 echo "${ECHO_T}$ac_ct_AR" >&6; }
5832 else
5833 { echo "$as_me:$LINENO: result: no" >&5
5834 echo "${ECHO_T}no" >&6; }
5838 test -n "$ac_ct_AR" && break
5839 done
5841 if test "x$ac_ct_AR" = x; then
5842 AR="ar"
5843 else
5844 case $cross_compiling:$ac_tool_warned in
5845 yes:)
5846 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5847 whose name does not start with the host triplet. If you think this
5848 configuration is useful to you, please write to autoconf@gnu.org." >&5
5849 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5850 whose name does not start with the host triplet. If you think this
5851 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5852 ac_tool_warned=yes ;;
5853 esac
5854 AR=$ac_ct_AR
5858 ARFLAGS=rc
5860 if test -n "$ac_tool_prefix"; then
5861 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5862 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5863 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5865 if test "${ac_cv_prog_RANLIB+set}" = set; then
5866 echo $ECHO_N "(cached) $ECHO_C" >&6
5867 else
5868 if test -n "$RANLIB"; then
5869 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5870 else
5871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5872 for as_dir in $PATH
5874 IFS=$as_save_IFS
5875 test -z "$as_dir" && as_dir=.
5876 for ac_exec_ext in '' $ac_executable_extensions; do
5877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5878 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5879 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5880 break 2
5882 done
5883 done
5884 IFS=$as_save_IFS
5888 RANLIB=$ac_cv_prog_RANLIB
5889 if test -n "$RANLIB"; then
5890 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5891 echo "${ECHO_T}$RANLIB" >&6; }
5892 else
5893 { echo "$as_me:$LINENO: result: no" >&5
5894 echo "${ECHO_T}no" >&6; }
5899 if test -z "$ac_cv_prog_RANLIB"; then
5900 ac_ct_RANLIB=$RANLIB
5901 # Extract the first word of "ranlib", so it can be a program name with args.
5902 set dummy ranlib; ac_word=$2
5903 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5905 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5906 echo $ECHO_N "(cached) $ECHO_C" >&6
5907 else
5908 if test -n "$ac_ct_RANLIB"; then
5909 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5910 else
5911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912 for as_dir in $PATH
5914 IFS=$as_save_IFS
5915 test -z "$as_dir" && as_dir=.
5916 for ac_exec_ext in '' $ac_executable_extensions; do
5917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5918 ac_cv_prog_ac_ct_RANLIB="ranlib"
5919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5920 break 2
5922 done
5923 done
5924 IFS=$as_save_IFS
5928 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5929 if test -n "$ac_ct_RANLIB"; then
5930 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5931 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5932 else
5933 { echo "$as_me:$LINENO: result: no" >&5
5934 echo "${ECHO_T}no" >&6; }
5937 if test "x$ac_ct_RANLIB" = x; then
5938 RANLIB=":"
5939 else
5940 case $cross_compiling:$ac_tool_warned in
5941 yes:)
5942 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5943 whose name does not start with the host triplet. If you think this
5944 configuration is useful to you, please write to autoconf@gnu.org." >&5
5945 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5946 whose name does not start with the host triplet. If you think this
5947 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5948 ac_tool_warned=yes ;;
5949 esac
5950 RANLIB=$ac_ct_RANLIB
5952 else
5953 RANLIB="$ac_cv_prog_RANLIB"
5956 if test -n "$ac_tool_prefix"; then
5957 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5958 set dummy ${ac_tool_prefix}strip; ac_word=$2
5959 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5961 if test "${ac_cv_prog_STRIP+set}" = set; then
5962 echo $ECHO_N "(cached) $ECHO_C" >&6
5963 else
5964 if test -n "$STRIP"; then
5965 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5966 else
5967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968 for as_dir in $PATH
5970 IFS=$as_save_IFS
5971 test -z "$as_dir" && as_dir=.
5972 for ac_exec_ext in '' $ac_executable_extensions; do
5973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5974 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5975 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 break 2
5978 done
5979 done
5980 IFS=$as_save_IFS
5984 STRIP=$ac_cv_prog_STRIP
5985 if test -n "$STRIP"; then
5986 { echo "$as_me:$LINENO: result: $STRIP" >&5
5987 echo "${ECHO_T}$STRIP" >&6; }
5988 else
5989 { echo "$as_me:$LINENO: result: no" >&5
5990 echo "${ECHO_T}no" >&6; }
5995 if test -z "$ac_cv_prog_STRIP"; then
5996 ac_ct_STRIP=$STRIP
5997 # Extract the first word of "strip", so it can be a program name with args.
5998 set dummy strip; ac_word=$2
5999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6001 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6002 echo $ECHO_N "(cached) $ECHO_C" >&6
6003 else
6004 if test -n "$ac_ct_STRIP"; then
6005 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6006 else
6007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008 for as_dir in $PATH
6010 IFS=$as_save_IFS
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
6013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6014 ac_cv_prog_ac_ct_STRIP="strip"
6015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 break 2
6018 done
6019 done
6020 IFS=$as_save_IFS
6024 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6025 if test -n "$ac_ct_STRIP"; then
6026 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6027 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
6028 else
6029 { echo "$as_me:$LINENO: result: no" >&5
6030 echo "${ECHO_T}no" >&6; }
6033 if test "x$ac_ct_STRIP" = x; then
6034 STRIP="strip"
6035 else
6036 case $cross_compiling:$ac_tool_warned in
6037 yes:)
6038 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6039 whose name does not start with the host triplet. If you think this
6040 configuration is useful to you, please write to autoconf@gnu.org." >&5
6041 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6042 whose name does not start with the host triplet. If you think this
6043 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6044 ac_tool_warned=yes ;;
6045 esac
6046 STRIP=$ac_ct_STRIP
6048 else
6049 STRIP="$ac_cv_prog_STRIP"
6052 if test -n "$ac_tool_prefix"; then
6053 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6054 set dummy ${ac_tool_prefix}windres; ac_word=$2
6055 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6056 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6057 if test "${ac_cv_prog_WINDRES+set}" = set; then
6058 echo $ECHO_N "(cached) $ECHO_C" >&6
6059 else
6060 if test -n "$WINDRES"; then
6061 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6062 else
6063 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6064 for as_dir in $PATH
6066 IFS=$as_save_IFS
6067 test -z "$as_dir" && as_dir=.
6068 for ac_exec_ext in '' $ac_executable_extensions; do
6069 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6070 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6071 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6072 break 2
6074 done
6075 done
6076 IFS=$as_save_IFS
6080 WINDRES=$ac_cv_prog_WINDRES
6081 if test -n "$WINDRES"; then
6082 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6083 echo "${ECHO_T}$WINDRES" >&6; }
6084 else
6085 { echo "$as_me:$LINENO: result: no" >&5
6086 echo "${ECHO_T}no" >&6; }
6091 if test -z "$ac_cv_prog_WINDRES"; then
6092 ac_ct_WINDRES=$WINDRES
6093 # Extract the first word of "windres", so it can be a program name with args.
6094 set dummy windres; ac_word=$2
6095 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6096 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6097 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6098 echo $ECHO_N "(cached) $ECHO_C" >&6
6099 else
6100 if test -n "$ac_ct_WINDRES"; then
6101 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6102 else
6103 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6104 for as_dir in $PATH
6106 IFS=$as_save_IFS
6107 test -z "$as_dir" && as_dir=.
6108 for ac_exec_ext in '' $ac_executable_extensions; do
6109 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6110 ac_cv_prog_ac_ct_WINDRES="windres"
6111 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6112 break 2
6114 done
6115 done
6116 IFS=$as_save_IFS
6120 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6121 if test -n "$ac_ct_WINDRES"; then
6122 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6123 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6124 else
6125 { echo "$as_me:$LINENO: result: no" >&5
6126 echo "${ECHO_T}no" >&6; }
6129 if test "x$ac_ct_WINDRES" = x; then
6130 WINDRES="false"
6131 else
6132 case $cross_compiling:$ac_tool_warned in
6133 yes:)
6134 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6135 whose name does not start with the host triplet. If you think this
6136 configuration is useful to you, please write to autoconf@gnu.org." >&5
6137 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6138 whose name does not start with the host triplet. If you think this
6139 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6140 ac_tool_warned=yes ;;
6141 esac
6142 WINDRES=$ac_ct_WINDRES
6144 else
6145 WINDRES="$ac_cv_prog_WINDRES"
6148 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6149 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6150 LN_S=$as_ln_s
6151 if test "$LN_S" = "ln -s"; then
6152 { echo "$as_me:$LINENO: result: yes" >&5
6153 echo "${ECHO_T}yes" >&6; }
6154 else
6155 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6156 echo "${ECHO_T}no, using $LN_S" >&6; }
6159 { echo "$as_me:$LINENO: checking whether ln works" >&5
6160 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6161 rm -f conf$$ conf$$.file
6162 echo >conf$$.file
6163 if ln conf$$.file conf$$ 2>/dev/null; then
6164 LN=ln
6166 { echo "$as_me:$LINENO: result: yes" >&5
6167 echo "${ECHO_T}yes" >&6; }
6168 else
6169 LN="cp -p"
6171 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6172 echo "${ECHO_T}no, using $LN" >&6; }
6174 rm -f conf$$ conf$$.file
6175 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6176 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6177 if test "${ac_cv_path_GREP+set}" = set; then
6178 echo $ECHO_N "(cached) $ECHO_C" >&6
6179 else
6180 # Extract the first word of "grep ggrep" to use in msg output
6181 if test -z "$GREP"; then
6182 set dummy grep ggrep; ac_prog_name=$2
6183 if test "${ac_cv_path_GREP+set}" = set; then
6184 echo $ECHO_N "(cached) $ECHO_C" >&6
6185 else
6186 ac_path_GREP_found=false
6187 # Loop through the user's path and test for each of PROGNAME-LIST
6188 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6189 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6191 IFS=$as_save_IFS
6192 test -z "$as_dir" && as_dir=.
6193 for ac_prog in grep ggrep; do
6194 for ac_exec_ext in '' $ac_executable_extensions; do
6195 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6196 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6197 # Check for GNU ac_path_GREP and select it if it is found.
6198 # Check for GNU $ac_path_GREP
6199 case `"$ac_path_GREP" --version 2>&1` in
6200 *GNU*)
6201 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6203 ac_count=0
6204 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6205 while :
6207 cat "conftest.in" "conftest.in" >"conftest.tmp"
6208 mv "conftest.tmp" "conftest.in"
6209 cp "conftest.in" "conftest.nl"
6210 echo 'GREP' >> "conftest.nl"
6211 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6212 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6213 ac_count=`expr $ac_count + 1`
6214 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6215 # Best one so far, save it but keep looking for a better one
6216 ac_cv_path_GREP="$ac_path_GREP"
6217 ac_path_GREP_max=$ac_count
6219 # 10*(2^10) chars as input seems more than enough
6220 test $ac_count -gt 10 && break
6221 done
6222 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6223 esac
6226 $ac_path_GREP_found && break 3
6227 done
6228 done
6230 done
6231 IFS=$as_save_IFS
6236 GREP="$ac_cv_path_GREP"
6237 if test -z "$GREP"; then
6238 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6239 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6240 { (exit 1); exit 1; }; }
6243 else
6244 ac_cv_path_GREP=$GREP
6249 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6250 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6251 GREP="$ac_cv_path_GREP"
6254 { echo "$as_me:$LINENO: checking for egrep" >&5
6255 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6256 if test "${ac_cv_path_EGREP+set}" = set; then
6257 echo $ECHO_N "(cached) $ECHO_C" >&6
6258 else
6259 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6260 then ac_cv_path_EGREP="$GREP -E"
6261 else
6262 # Extract the first word of "egrep" to use in msg output
6263 if test -z "$EGREP"; then
6264 set dummy egrep; ac_prog_name=$2
6265 if test "${ac_cv_path_EGREP+set}" = set; then
6266 echo $ECHO_N "(cached) $ECHO_C" >&6
6267 else
6268 ac_path_EGREP_found=false
6269 # Loop through the user's path and test for each of PROGNAME-LIST
6270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6271 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6273 IFS=$as_save_IFS
6274 test -z "$as_dir" && as_dir=.
6275 for ac_prog in egrep; do
6276 for ac_exec_ext in '' $ac_executable_extensions; do
6277 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6278 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6279 # Check for GNU ac_path_EGREP and select it if it is found.
6280 # Check for GNU $ac_path_EGREP
6281 case `"$ac_path_EGREP" --version 2>&1` in
6282 *GNU*)
6283 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6285 ac_count=0
6286 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6287 while :
6289 cat "conftest.in" "conftest.in" >"conftest.tmp"
6290 mv "conftest.tmp" "conftest.in"
6291 cp "conftest.in" "conftest.nl"
6292 echo 'EGREP' >> "conftest.nl"
6293 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6294 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6295 ac_count=`expr $ac_count + 1`
6296 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6297 # Best one so far, save it but keep looking for a better one
6298 ac_cv_path_EGREP="$ac_path_EGREP"
6299 ac_path_EGREP_max=$ac_count
6301 # 10*(2^10) chars as input seems more than enough
6302 test $ac_count -gt 10 && break
6303 done
6304 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6305 esac
6308 $ac_path_EGREP_found && break 3
6309 done
6310 done
6312 done
6313 IFS=$as_save_IFS
6318 EGREP="$ac_cv_path_EGREP"
6319 if test -z "$EGREP"; then
6320 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6321 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6322 { (exit 1); exit 1; }; }
6325 else
6326 ac_cv_path_EGREP=$EGREP
6332 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6333 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6334 EGREP="$ac_cv_path_EGREP"
6337 # Extract the first word of "ldconfig", so it can be a program name with args.
6338 set dummy ldconfig; ac_word=$2
6339 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6340 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6341 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6342 echo $ECHO_N "(cached) $ECHO_C" >&6
6343 else
6344 case $LDCONFIG in
6345 [\\/]* | ?:[\\/]*)
6346 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6350 for as_dir in /sbin /usr/sbin $PATH
6352 IFS=$as_save_IFS
6353 test -z "$as_dir" && as_dir=.
6354 for ac_exec_ext in '' $ac_executable_extensions; do
6355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6356 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6357 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6358 break 2
6360 done
6361 done
6362 IFS=$as_save_IFS
6364 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6366 esac
6368 LDCONFIG=$ac_cv_path_LDCONFIG
6369 if test -n "$LDCONFIG"; then
6370 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6371 echo "${ECHO_T}$LDCONFIG" >&6; }
6372 else
6373 { echo "$as_me:$LINENO: result: no" >&5
6374 echo "${ECHO_T}no" >&6; }
6378 # Find a good install program. We prefer a C program (faster),
6379 # so one script is as good as another. But avoid the broken or
6380 # incompatible versions:
6381 # SysV /etc/install, /usr/sbin/install
6382 # SunOS /usr/etc/install
6383 # IRIX /sbin/install
6384 # AIX /bin/install
6385 # AmigaOS /C/install, which installs bootblocks on floppy discs
6386 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6387 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6388 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6389 # OS/2's system install, which has a completely different semantic
6390 # ./install, which can be erroneously created by make from ./install.sh.
6391 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6392 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6393 if test -z "$INSTALL"; then
6394 if test "${ac_cv_path_install+set}" = set; then
6395 echo $ECHO_N "(cached) $ECHO_C" >&6
6396 else
6397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6398 for as_dir in $PATH
6400 IFS=$as_save_IFS
6401 test -z "$as_dir" && as_dir=.
6402 # Account for people who put trailing slashes in PATH elements.
6403 case $as_dir/ in
6404 ./ | .// | /cC/* | \
6405 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6406 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6407 /usr/ucb/* ) ;;
6409 # OSF1 and SCO ODT 3.0 have their own names for install.
6410 # Don't use installbsd from OSF since it installs stuff as root
6411 # by default.
6412 for ac_prog in ginstall scoinst install; do
6413 for ac_exec_ext in '' $ac_executable_extensions; do
6414 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6415 if test $ac_prog = install &&
6416 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6417 # AIX install. It has an incompatible calling convention.
6419 elif test $ac_prog = install &&
6420 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6421 # program-specific install script used by HP pwplus--don't use.
6423 else
6424 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6425 break 3
6428 done
6429 done
6431 esac
6432 done
6433 IFS=$as_save_IFS
6437 if test "${ac_cv_path_install+set}" = set; then
6438 INSTALL=$ac_cv_path_install
6439 else
6440 # As a last resort, use the slow shell script. Don't cache a
6441 # value for INSTALL within a source directory, because that will
6442 # break other packages using the cache if that directory is
6443 # removed, or if the value is a relative name.
6444 INSTALL=$ac_install_sh
6447 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6448 echo "${ECHO_T}$INSTALL" >&6; }
6450 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6451 # It thinks the first close brace ends the variable substitution.
6452 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6454 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6456 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6458 case "$INSTALL" in
6459 [\\/$]* | ?:[\\/]* ) ;;
6460 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6461 esac
6463 for ac_prog in lclint lint
6465 # Extract the first word of "$ac_prog", so it can be a program name with args.
6466 set dummy $ac_prog; ac_word=$2
6467 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6469 if test "${ac_cv_prog_LINT+set}" = set; then
6470 echo $ECHO_N "(cached) $ECHO_C" >&6
6471 else
6472 if test -n "$LINT"; then
6473 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6474 else
6475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6476 for as_dir in $PATH
6478 IFS=$as_save_IFS
6479 test -z "$as_dir" && as_dir=.
6480 for ac_exec_ext in '' $ac_executable_extensions; do
6481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6482 ac_cv_prog_LINT="$ac_prog"
6483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6484 break 2
6486 done
6487 done
6488 IFS=$as_save_IFS
6492 LINT=$ac_cv_prog_LINT
6493 if test -n "$LINT"; then
6494 { echo "$as_me:$LINENO: result: $LINT" >&5
6495 echo "${ECHO_T}$LINT" >&6; }
6496 else
6497 { echo "$as_me:$LINENO: result: no" >&5
6498 echo "${ECHO_T}no" >&6; }
6502 test -n "$LINT" && break
6503 done
6505 if test "$LINT" = "lint"
6506 then
6507 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6512 for ac_prog in fontforge
6514 # Extract the first word of "$ac_prog", so it can be a program name with args.
6515 set dummy $ac_prog; ac_word=$2
6516 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6517 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6518 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6519 echo $ECHO_N "(cached) $ECHO_C" >&6
6520 else
6521 if test -n "$FONTFORGE"; then
6522 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6523 else
6524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6525 for as_dir in $PATH
6527 IFS=$as_save_IFS
6528 test -z "$as_dir" && as_dir=.
6529 for ac_exec_ext in '' $ac_executable_extensions; do
6530 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6531 ac_cv_prog_FONTFORGE="$ac_prog"
6532 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6533 break 2
6535 done
6536 done
6537 IFS=$as_save_IFS
6541 FONTFORGE=$ac_cv_prog_FONTFORGE
6542 if test -n "$FONTFORGE"; then
6543 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6544 echo "${ECHO_T}$FONTFORGE" >&6; }
6545 else
6546 { echo "$as_me:$LINENO: result: no" >&5
6547 echo "${ECHO_T}no" >&6; }
6551 test -n "$FONTFORGE" && break
6552 done
6553 test -n "$FONTFORGE" || FONTFORGE="false"
6555 for ac_prog in pkg-config
6557 # Extract the first word of "$ac_prog", so it can be a program name with args.
6558 set dummy $ac_prog; ac_word=$2
6559 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6561 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6562 echo $ECHO_N "(cached) $ECHO_C" >&6
6563 else
6564 if test -n "$PKG_CONFIG"; then
6565 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6566 else
6567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6568 for as_dir in $PATH
6570 IFS=$as_save_IFS
6571 test -z "$as_dir" && as_dir=.
6572 for ac_exec_ext in '' $ac_executable_extensions; do
6573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6574 ac_cv_prog_PKG_CONFIG="$ac_prog"
6575 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6576 break 2
6578 done
6579 done
6580 IFS=$as_save_IFS
6584 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6585 if test -n "$PKG_CONFIG"; then
6586 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6587 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6588 else
6589 { echo "$as_me:$LINENO: result: no" >&5
6590 echo "${ECHO_T}no" >&6; }
6594 test -n "$PKG_CONFIG" && break
6595 done
6596 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6598 for ac_prog in rsvg
6600 # Extract the first word of "$ac_prog", so it can be a program name with args.
6601 set dummy $ac_prog; ac_word=$2
6602 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6603 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6604 if test "${ac_cv_prog_RSVG+set}" = set; then
6605 echo $ECHO_N "(cached) $ECHO_C" >&6
6606 else
6607 if test -n "$RSVG"; then
6608 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6609 else
6610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6611 for as_dir in $PATH
6613 IFS=$as_save_IFS
6614 test -z "$as_dir" && as_dir=.
6615 for ac_exec_ext in '' $ac_executable_extensions; do
6616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6617 ac_cv_prog_RSVG="$ac_prog"
6618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6619 break 2
6621 done
6622 done
6623 IFS=$as_save_IFS
6627 RSVG=$ac_cv_prog_RSVG
6628 if test -n "$RSVG"; then
6629 { echo "$as_me:$LINENO: result: $RSVG" >&5
6630 echo "${ECHO_T}$RSVG" >&6; }
6631 else
6632 { echo "$as_me:$LINENO: result: no" >&5
6633 echo "${ECHO_T}no" >&6; }
6637 test -n "$RSVG" && break
6638 done
6639 test -n "$RSVG" || RSVG="false"
6641 for ac_prog in icotool
6643 # Extract the first word of "$ac_prog", so it can be a program name with args.
6644 set dummy $ac_prog; ac_word=$2
6645 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6646 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6647 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6648 echo $ECHO_N "(cached) $ECHO_C" >&6
6649 else
6650 if test -n "$ICOTOOL"; then
6651 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6652 else
6653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6654 for as_dir in $PATH
6656 IFS=$as_save_IFS
6657 test -z "$as_dir" && as_dir=.
6658 for ac_exec_ext in '' $ac_executable_extensions; do
6659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6660 ac_cv_prog_ICOTOOL="$ac_prog"
6661 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6662 break 2
6664 done
6665 done
6666 IFS=$as_save_IFS
6670 ICOTOOL=$ac_cv_prog_ICOTOOL
6671 if test -n "$ICOTOOL"; then
6672 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6673 echo "${ECHO_T}$ICOTOOL" >&6; }
6674 else
6675 { echo "$as_me:$LINENO: result: no" >&5
6676 echo "${ECHO_T}no" >&6; }
6680 test -n "$ICOTOOL" && break
6681 done
6682 test -n "$ICOTOOL" || ICOTOOL="false"
6685 if test "${enable_maintainer_mode+set}" = set
6686 then
6687 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6688 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6689 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6692 case $host_cpu in
6693 *i[3456789]86*)
6694 # Extract the first word of "prelink", so it can be a program name with args.
6695 set dummy prelink; ac_word=$2
6696 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6697 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6698 if test "${ac_cv_path_PRELINK+set}" = set; then
6699 echo $ECHO_N "(cached) $ECHO_C" >&6
6700 else
6701 case $PRELINK in
6702 [\\/]* | ?:[\\/]*)
6703 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6707 for as_dir in /sbin /usr/sbin $PATH
6709 IFS=$as_save_IFS
6710 test -z "$as_dir" && as_dir=.
6711 for ac_exec_ext in '' $ac_executable_extensions; do
6712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6713 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6714 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6715 break 2
6717 done
6718 done
6719 IFS=$as_save_IFS
6721 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6723 esac
6725 PRELINK=$ac_cv_path_PRELINK
6726 if test -n "$PRELINK"; then
6727 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6728 echo "${ECHO_T}$PRELINK" >&6; }
6729 else
6730 { echo "$as_me:$LINENO: result: no" >&5
6731 echo "${ECHO_T}no" >&6; }
6736 esac
6740 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6741 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6742 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6743 echo $ECHO_N "(cached) $ECHO_C" >&6
6744 else
6745 ac_check_lib_save_LIBS=$LIBS
6746 LIBS="-li386 $LIBS"
6747 cat >conftest.$ac_ext <<_ACEOF
6748 /* confdefs.h. */
6749 _ACEOF
6750 cat confdefs.h >>conftest.$ac_ext
6751 cat >>conftest.$ac_ext <<_ACEOF
6752 /* end confdefs.h. */
6754 /* Override any GCC internal prototype to avoid an error.
6755 Use char because int might match the return type of a GCC
6756 builtin and then its argument prototype would still apply. */
6757 #ifdef __cplusplus
6758 extern "C"
6759 #endif
6760 char i386_set_ldt ();
6762 main ()
6764 return i386_set_ldt ();
6766 return 0;
6768 _ACEOF
6769 rm -f conftest.$ac_objext conftest$ac_exeext
6770 if { (ac_try="$ac_link"
6771 case "(($ac_try" in
6772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6773 *) ac_try_echo=$ac_try;;
6774 esac
6775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6776 (eval "$ac_link") 2>conftest.er1
6777 ac_status=$?
6778 grep -v '^ *+' conftest.er1 >conftest.err
6779 rm -f conftest.er1
6780 cat conftest.err >&5
6781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6782 (exit $ac_status); } && {
6783 test -z "$ac_c_werror_flag" ||
6784 test ! -s conftest.err
6785 } && test -s conftest$ac_exeext &&
6786 $as_test_x conftest$ac_exeext; then
6787 ac_cv_lib_i386_i386_set_ldt=yes
6788 else
6789 echo "$as_me: failed program was:" >&5
6790 sed 's/^/| /' conftest.$ac_ext >&5
6792 ac_cv_lib_i386_i386_set_ldt=no
6795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6796 conftest$ac_exeext conftest.$ac_ext
6797 LIBS=$ac_check_lib_save_LIBS
6799 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6800 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6801 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6802 cat >>confdefs.h <<_ACEOF
6803 #define HAVE_LIBI386 1
6804 _ACEOF
6806 LIBS="-li386 $LIBS"
6811 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6812 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6813 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6814 echo $ECHO_N "(cached) $ECHO_C" >&6
6815 else
6816 ac_check_lib_save_LIBS=$LIBS
6817 LIBS="-lossaudio $LIBS"
6818 cat >conftest.$ac_ext <<_ACEOF
6819 /* confdefs.h. */
6820 _ACEOF
6821 cat confdefs.h >>conftest.$ac_ext
6822 cat >>conftest.$ac_ext <<_ACEOF
6823 /* end confdefs.h. */
6825 /* Override any GCC internal prototype to avoid an error.
6826 Use char because int might match the return type of a GCC
6827 builtin and then its argument prototype would still apply. */
6828 #ifdef __cplusplus
6829 extern "C"
6830 #endif
6831 char _oss_ioctl ();
6833 main ()
6835 return _oss_ioctl ();
6837 return 0;
6839 _ACEOF
6840 rm -f conftest.$ac_objext conftest$ac_exeext
6841 if { (ac_try="$ac_link"
6842 case "(($ac_try" in
6843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6844 *) ac_try_echo=$ac_try;;
6845 esac
6846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6847 (eval "$ac_link") 2>conftest.er1
6848 ac_status=$?
6849 grep -v '^ *+' conftest.er1 >conftest.err
6850 rm -f conftest.er1
6851 cat conftest.err >&5
6852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6853 (exit $ac_status); } && {
6854 test -z "$ac_c_werror_flag" ||
6855 test ! -s conftest.err
6856 } && test -s conftest$ac_exeext &&
6857 $as_test_x conftest$ac_exeext; then
6858 ac_cv_lib_ossaudio__oss_ioctl=yes
6859 else
6860 echo "$as_me: failed program was:" >&5
6861 sed 's/^/| /' conftest.$ac_ext >&5
6863 ac_cv_lib_ossaudio__oss_ioctl=no
6866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6867 conftest$ac_exeext conftest.$ac_ext
6868 LIBS=$ac_check_lib_save_LIBS
6870 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6871 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6872 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6873 cat >>confdefs.h <<_ACEOF
6874 #define HAVE_LIBOSSAUDIO 1
6875 _ACEOF
6877 LIBS="-lossaudio $LIBS"
6881 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6882 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6883 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6884 echo $ECHO_N "(cached) $ECHO_C" >&6
6885 else
6886 ac_check_lib_save_LIBS=$LIBS
6887 LIBS="-lpthread $LIBS"
6888 cat >conftest.$ac_ext <<_ACEOF
6889 /* confdefs.h. */
6890 _ACEOF
6891 cat confdefs.h >>conftest.$ac_ext
6892 cat >>conftest.$ac_ext <<_ACEOF
6893 /* end confdefs.h. */
6895 /* Override any GCC internal prototype to avoid an error.
6896 Use char because int might match the return type of a GCC
6897 builtin and then its argument prototype would still apply. */
6898 #ifdef __cplusplus
6899 extern "C"
6900 #endif
6901 char pthread_create ();
6903 main ()
6905 return pthread_create ();
6907 return 0;
6909 _ACEOF
6910 rm -f conftest.$ac_objext conftest$ac_exeext
6911 if { (ac_try="$ac_link"
6912 case "(($ac_try" in
6913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6914 *) ac_try_echo=$ac_try;;
6915 esac
6916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6917 (eval "$ac_link") 2>conftest.er1
6918 ac_status=$?
6919 grep -v '^ *+' conftest.er1 >conftest.err
6920 rm -f conftest.er1
6921 cat conftest.err >&5
6922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6923 (exit $ac_status); } && {
6924 test -z "$ac_c_werror_flag" ||
6925 test ! -s conftest.err
6926 } && test -s conftest$ac_exeext &&
6927 $as_test_x conftest$ac_exeext; then
6928 ac_cv_lib_pthread_pthread_create=yes
6929 else
6930 echo "$as_me: failed program was:" >&5
6931 sed 's/^/| /' conftest.$ac_ext >&5
6933 ac_cv_lib_pthread_pthread_create=no
6936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6937 conftest$ac_exeext conftest.$ac_ext
6938 LIBS=$ac_check_lib_save_LIBS
6940 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6941 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6942 if test $ac_cv_lib_pthread_pthread_create = yes; then
6943 LIBPTHREAD="-lpthread"
6948 XLIB=""
6950 OPENGL_LIBS=""
6954 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6955 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6956 if test "${ac_cv_header_stdc+set}" = set; then
6957 echo $ECHO_N "(cached) $ECHO_C" >&6
6958 else
6959 cat >conftest.$ac_ext <<_ACEOF
6960 /* confdefs.h. */
6961 _ACEOF
6962 cat confdefs.h >>conftest.$ac_ext
6963 cat >>conftest.$ac_ext <<_ACEOF
6964 /* end confdefs.h. */
6965 #include <stdlib.h>
6966 #include <stdarg.h>
6967 #include <string.h>
6968 #include <float.h>
6971 main ()
6975 return 0;
6977 _ACEOF
6978 rm -f conftest.$ac_objext
6979 if { (ac_try="$ac_compile"
6980 case "(($ac_try" in
6981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6982 *) ac_try_echo=$ac_try;;
6983 esac
6984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6985 (eval "$ac_compile") 2>conftest.er1
6986 ac_status=$?
6987 grep -v '^ *+' conftest.er1 >conftest.err
6988 rm -f conftest.er1
6989 cat conftest.err >&5
6990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6991 (exit $ac_status); } && {
6992 test -z "$ac_c_werror_flag" ||
6993 test ! -s conftest.err
6994 } && test -s conftest.$ac_objext; then
6995 ac_cv_header_stdc=yes
6996 else
6997 echo "$as_me: failed program was:" >&5
6998 sed 's/^/| /' conftest.$ac_ext >&5
7000 ac_cv_header_stdc=no
7003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7005 if test $ac_cv_header_stdc = yes; then
7006 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7007 cat >conftest.$ac_ext <<_ACEOF
7008 /* confdefs.h. */
7009 _ACEOF
7010 cat confdefs.h >>conftest.$ac_ext
7011 cat >>conftest.$ac_ext <<_ACEOF
7012 /* end confdefs.h. */
7013 #include <string.h>
7015 _ACEOF
7016 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7017 $EGREP "memchr" >/dev/null 2>&1; then
7019 else
7020 ac_cv_header_stdc=no
7022 rm -f conftest*
7026 if test $ac_cv_header_stdc = yes; then
7027 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7028 cat >conftest.$ac_ext <<_ACEOF
7029 /* confdefs.h. */
7030 _ACEOF
7031 cat confdefs.h >>conftest.$ac_ext
7032 cat >>conftest.$ac_ext <<_ACEOF
7033 /* end confdefs.h. */
7034 #include <stdlib.h>
7036 _ACEOF
7037 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7038 $EGREP "free" >/dev/null 2>&1; then
7040 else
7041 ac_cv_header_stdc=no
7043 rm -f conftest*
7047 if test $ac_cv_header_stdc = yes; then
7048 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7049 if test "$cross_compiling" = yes; then
7051 else
7052 cat >conftest.$ac_ext <<_ACEOF
7053 /* confdefs.h. */
7054 _ACEOF
7055 cat confdefs.h >>conftest.$ac_ext
7056 cat >>conftest.$ac_ext <<_ACEOF
7057 /* end confdefs.h. */
7058 #include <ctype.h>
7059 #include <stdlib.h>
7060 #if ((' ' & 0x0FF) == 0x020)
7061 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7062 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7063 #else
7064 # define ISLOWER(c) \
7065 (('a' <= (c) && (c) <= 'i') \
7066 || ('j' <= (c) && (c) <= 'r') \
7067 || ('s' <= (c) && (c) <= 'z'))
7068 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7069 #endif
7071 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7073 main ()
7075 int i;
7076 for (i = 0; i < 256; i++)
7077 if (XOR (islower (i), ISLOWER (i))
7078 || toupper (i) != TOUPPER (i))
7079 return 2;
7080 return 0;
7082 _ACEOF
7083 rm -f conftest$ac_exeext
7084 if { (ac_try="$ac_link"
7085 case "(($ac_try" in
7086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7087 *) ac_try_echo=$ac_try;;
7088 esac
7089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7090 (eval "$ac_link") 2>&5
7091 ac_status=$?
7092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7093 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7094 { (case "(($ac_try" in
7095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7096 *) ac_try_echo=$ac_try;;
7097 esac
7098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7099 (eval "$ac_try") 2>&5
7100 ac_status=$?
7101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7102 (exit $ac_status); }; }; then
7104 else
7105 echo "$as_me: program exited with status $ac_status" >&5
7106 echo "$as_me: failed program was:" >&5
7107 sed 's/^/| /' conftest.$ac_ext >&5
7109 ( exit $ac_status )
7110 ac_cv_header_stdc=no
7112 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7118 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7119 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7120 if test $ac_cv_header_stdc = yes; then
7122 cat >>confdefs.h <<\_ACEOF
7123 #define STDC_HEADERS 1
7124 _ACEOF
7128 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7138 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7139 inttypes.h stdint.h unistd.h
7141 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7142 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7143 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7144 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7145 echo $ECHO_N "(cached) $ECHO_C" >&6
7146 else
7147 cat >conftest.$ac_ext <<_ACEOF
7148 /* confdefs.h. */
7149 _ACEOF
7150 cat confdefs.h >>conftest.$ac_ext
7151 cat >>conftest.$ac_ext <<_ACEOF
7152 /* end confdefs.h. */
7153 $ac_includes_default
7155 #include <$ac_header>
7156 _ACEOF
7157 rm -f conftest.$ac_objext
7158 if { (ac_try="$ac_compile"
7159 case "(($ac_try" in
7160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7161 *) ac_try_echo=$ac_try;;
7162 esac
7163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7164 (eval "$ac_compile") 2>conftest.er1
7165 ac_status=$?
7166 grep -v '^ *+' conftest.er1 >conftest.err
7167 rm -f conftest.er1
7168 cat conftest.err >&5
7169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7170 (exit $ac_status); } && {
7171 test -z "$ac_c_werror_flag" ||
7172 test ! -s conftest.err
7173 } && test -s conftest.$ac_objext; then
7174 eval "$as_ac_Header=yes"
7175 else
7176 echo "$as_me: failed program was:" >&5
7177 sed 's/^/| /' conftest.$ac_ext >&5
7179 eval "$as_ac_Header=no"
7182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7184 ac_res=`eval echo '${'$as_ac_Header'}'`
7185 { echo "$as_me:$LINENO: result: $ac_res" >&5
7186 echo "${ECHO_T}$ac_res" >&6; }
7187 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7188 cat >>confdefs.h <<_ACEOF
7189 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7190 _ACEOF
7194 done
7313 for ac_header in \
7314 AudioUnit/AudioUnit.h \
7315 Carbon/Carbon.h \
7316 CoreAudio/CoreAudio.h \
7317 DiskArbitration/DiskArbitration.h \
7318 IOKit/IOKitLib.h \
7319 alias.h \
7320 alsa/asoundlib.h \
7321 arpa/inet.h \
7322 arpa/nameser.h \
7323 asm/types.h \
7324 capi20.h \
7325 curses.h \
7326 direct.h \
7327 dirent.h \
7328 dlfcn.h \
7329 elf.h \
7330 float.h \
7331 fontconfig/fontconfig.h \
7332 getopt.h \
7333 grp.h \
7334 ieeefp.h \
7335 io.h \
7336 jack/jack.h \
7337 jpeglib.h \
7338 lber.h \
7339 lcms.h \
7340 lcms/lcms.h \
7341 ldap.h \
7342 libaudioio.h \
7343 link.h \
7344 linux/cdrom.h \
7345 linux/compiler.h \
7346 linux/hdreg.h \
7347 linux/input.h \
7348 linux/ioctl.h \
7349 linux/joystick.h \
7350 linux/major.h \
7351 linux/param.h \
7352 linux/serial.h \
7353 linux/types.h \
7354 linux/ucdrom.h \
7355 mach/mach.h \
7356 mach/machine.h \
7357 machine/cpu.h \
7358 machine/limits.h \
7359 machine/soundcard.h \
7360 mntent.h \
7361 ncurses.h \
7362 netdb.h \
7363 netinet/in.h \
7364 netinet/in_systm.h \
7365 netinet/tcp.h \
7366 netinet/tcp_fsm.h \
7367 openssl/err.h \
7368 openssl/ssl.h \
7369 png.h \
7370 poll.h \
7371 process.h \
7372 pthread.h \
7373 pwd.h \
7374 regex.h \
7375 sched.h \
7376 scsi/scsi.h \
7377 scsi/scsi_ioctl.h \
7378 scsi/sg.h \
7379 soundcard.h \
7380 stdint.h \
7381 strings.h \
7382 sys/asoundlib.h \
7383 sys/cdio.h \
7384 sys/elf32.h \
7385 sys/epoll.h \
7386 sys/errno.h \
7387 sys/event.h \
7388 sys/exec_elf.h \
7389 sys/filio.h \
7390 sys/ioctl.h \
7391 sys/ipc.h \
7392 sys/limits.h \
7393 sys/link.h \
7394 sys/lwp.h \
7395 sys/mman.h \
7396 sys/modem.h \
7397 sys/msg.h \
7398 sys/mtio.h \
7399 sys/param.h \
7400 sys/poll.h \
7401 sys/prctl.h \
7402 sys/protosw.h \
7403 sys/ptrace.h \
7404 sys/reg.h \
7405 sys/resource.h \
7406 sys/scsiio.h \
7407 sys/shm.h \
7408 sys/signal.h \
7409 sys/socket.h \
7410 sys/socketvar.h \
7411 sys/sockio.h \
7412 sys/soundcard.h \
7413 sys/statvfs.h \
7414 sys/strtio.h \
7415 sys/syscall.h \
7416 sys/time.h \
7417 sys/timeout.h \
7418 sys/times.h \
7419 sys/uio.h \
7420 sys/un.h \
7421 sys/utsname.h \
7422 sys/vm86.h \
7423 sys/wait.h \
7424 syscall.h \
7425 termios.h \
7426 unistd.h \
7427 utime.h \
7428 valgrind/memcheck.h \
7429 valgrind/valgrind.h
7432 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7433 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7434 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7435 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7436 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7437 echo $ECHO_N "(cached) $ECHO_C" >&6
7439 ac_res=`eval echo '${'$as_ac_Header'}'`
7440 { echo "$as_me:$LINENO: result: $ac_res" >&5
7441 echo "${ECHO_T}$ac_res" >&6; }
7442 else
7443 # Is the header compilable?
7444 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7445 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7446 cat >conftest.$ac_ext <<_ACEOF
7447 /* confdefs.h. */
7448 _ACEOF
7449 cat confdefs.h >>conftest.$ac_ext
7450 cat >>conftest.$ac_ext <<_ACEOF
7451 /* end confdefs.h. */
7452 $ac_includes_default
7453 #include <$ac_header>
7454 _ACEOF
7455 rm -f conftest.$ac_objext
7456 if { (ac_try="$ac_compile"
7457 case "(($ac_try" in
7458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7459 *) ac_try_echo=$ac_try;;
7460 esac
7461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7462 (eval "$ac_compile") 2>conftest.er1
7463 ac_status=$?
7464 grep -v '^ *+' conftest.er1 >conftest.err
7465 rm -f conftest.er1
7466 cat conftest.err >&5
7467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7468 (exit $ac_status); } && {
7469 test -z "$ac_c_werror_flag" ||
7470 test ! -s conftest.err
7471 } && test -s conftest.$ac_objext; then
7472 ac_header_compiler=yes
7473 else
7474 echo "$as_me: failed program was:" >&5
7475 sed 's/^/| /' conftest.$ac_ext >&5
7477 ac_header_compiler=no
7480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7481 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7482 echo "${ECHO_T}$ac_header_compiler" >&6; }
7484 # Is the header present?
7485 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7486 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7487 cat >conftest.$ac_ext <<_ACEOF
7488 /* confdefs.h. */
7489 _ACEOF
7490 cat confdefs.h >>conftest.$ac_ext
7491 cat >>conftest.$ac_ext <<_ACEOF
7492 /* end confdefs.h. */
7493 #include <$ac_header>
7494 _ACEOF
7495 if { (ac_try="$ac_cpp conftest.$ac_ext"
7496 case "(($ac_try" in
7497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7498 *) ac_try_echo=$ac_try;;
7499 esac
7500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7501 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7502 ac_status=$?
7503 grep -v '^ *+' conftest.er1 >conftest.err
7504 rm -f conftest.er1
7505 cat conftest.err >&5
7506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7507 (exit $ac_status); } >/dev/null && {
7508 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7509 test ! -s conftest.err
7510 }; then
7511 ac_header_preproc=yes
7512 else
7513 echo "$as_me: failed program was:" >&5
7514 sed 's/^/| /' conftest.$ac_ext >&5
7516 ac_header_preproc=no
7519 rm -f conftest.err conftest.$ac_ext
7520 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7521 echo "${ECHO_T}$ac_header_preproc" >&6; }
7523 # So? What about this header?
7524 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7525 yes:no: )
7526 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7527 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7528 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7529 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7530 ac_header_preproc=yes
7532 no:yes:* )
7533 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7534 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7535 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7536 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7537 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7538 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7539 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7540 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7541 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7542 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7543 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7544 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7545 ( cat <<\_ASBOX
7546 ## ------------------------------------ ##
7547 ## Report this to wine-devel@winehq.org ##
7548 ## ------------------------------------ ##
7549 _ASBOX
7550 ) | sed "s/^/$as_me: WARNING: /" >&2
7552 esac
7553 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7555 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7556 echo $ECHO_N "(cached) $ECHO_C" >&6
7557 else
7558 eval "$as_ac_Header=\$ac_header_preproc"
7560 ac_res=`eval echo '${'$as_ac_Header'}'`
7561 { echo "$as_me:$LINENO: result: $ac_res" >&5
7562 echo "${ECHO_T}$ac_res" >&6; }
7565 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7566 cat >>confdefs.h <<_ACEOF
7567 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7568 _ACEOF
7572 done
7574 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7575 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7576 if test "${ac_cv_header_stat_broken+set}" = set; then
7577 echo $ECHO_N "(cached) $ECHO_C" >&6
7578 else
7579 cat >conftest.$ac_ext <<_ACEOF
7580 /* confdefs.h. */
7581 _ACEOF
7582 cat confdefs.h >>conftest.$ac_ext
7583 cat >>conftest.$ac_ext <<_ACEOF
7584 /* end confdefs.h. */
7585 #include <sys/types.h>
7586 #include <sys/stat.h>
7588 #if defined S_ISBLK && defined S_IFDIR
7589 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7590 #endif
7592 #if defined S_ISBLK && defined S_IFCHR
7593 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7594 #endif
7596 #if defined S_ISLNK && defined S_IFREG
7597 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7598 #endif
7600 #if defined S_ISSOCK && defined S_IFREG
7601 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7602 #endif
7604 _ACEOF
7605 rm -f conftest.$ac_objext
7606 if { (ac_try="$ac_compile"
7607 case "(($ac_try" in
7608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7609 *) ac_try_echo=$ac_try;;
7610 esac
7611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7612 (eval "$ac_compile") 2>conftest.er1
7613 ac_status=$?
7614 grep -v '^ *+' conftest.er1 >conftest.err
7615 rm -f conftest.er1
7616 cat conftest.err >&5
7617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7618 (exit $ac_status); } && {
7619 test -z "$ac_c_werror_flag" ||
7620 test ! -s conftest.err
7621 } && test -s conftest.$ac_objext; then
7622 ac_cv_header_stat_broken=no
7623 else
7624 echo "$as_me: failed program was:" >&5
7625 sed 's/^/| /' conftest.$ac_ext >&5
7627 ac_cv_header_stat_broken=yes
7630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7632 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7633 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7634 if test $ac_cv_header_stat_broken = yes; then
7636 cat >>confdefs.h <<\_ACEOF
7637 #define STAT_MACROS_BROKEN 1
7638 _ACEOF
7649 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7651 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7652 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7653 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7654 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7655 echo $ECHO_N "(cached) $ECHO_C" >&6
7656 else
7657 cat >conftest.$ac_ext <<_ACEOF
7658 /* confdefs.h. */
7659 _ACEOF
7660 cat confdefs.h >>conftest.$ac_ext
7661 cat >>conftest.$ac_ext <<_ACEOF
7662 /* end confdefs.h. */
7663 #include <sys/types.h>
7664 #ifdef HAVE_SYS_PARAM_H
7665 # include <sys/param.h>
7666 #endif
7668 #include <$ac_header>
7669 _ACEOF
7670 rm -f conftest.$ac_objext
7671 if { (ac_try="$ac_compile"
7672 case "(($ac_try" in
7673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7674 *) ac_try_echo=$ac_try;;
7675 esac
7676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7677 (eval "$ac_compile") 2>conftest.er1
7678 ac_status=$?
7679 grep -v '^ *+' conftest.er1 >conftest.err
7680 rm -f conftest.er1
7681 cat conftest.err >&5
7682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7683 (exit $ac_status); } && {
7684 test -z "$ac_c_werror_flag" ||
7685 test ! -s conftest.err
7686 } && test -s conftest.$ac_objext; then
7687 eval "$as_ac_Header=yes"
7688 else
7689 echo "$as_me: failed program was:" >&5
7690 sed 's/^/| /' conftest.$ac_ext >&5
7692 eval "$as_ac_Header=no"
7695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7697 ac_res=`eval echo '${'$as_ac_Header'}'`
7698 { echo "$as_me:$LINENO: result: $ac_res" >&5
7699 echo "${ECHO_T}$ac_res" >&6; }
7700 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7701 cat >>confdefs.h <<_ACEOF
7702 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7703 _ACEOF
7707 done
7723 for ac_header in \
7724 netinet/ip.h \
7725 net/if.h \
7726 net/if_arp.h \
7727 net/if_dl.h \
7728 net/if_types.h \
7729 net/route.h \
7730 netinet/if_ether.h \
7731 netinet/if_inarp.h \
7732 netinet/in_pcb.h \
7733 netinet/ip_icmp.h \
7734 netinet/ip_var.h \
7735 netinet/udp.h \
7736 netipx/ipx.h \
7739 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7740 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7741 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7742 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7743 echo $ECHO_N "(cached) $ECHO_C" >&6
7744 else
7745 cat >conftest.$ac_ext <<_ACEOF
7746 /* confdefs.h. */
7747 _ACEOF
7748 cat confdefs.h >>conftest.$ac_ext
7749 cat >>conftest.$ac_ext <<_ACEOF
7750 /* end confdefs.h. */
7751 #include <sys/types.h>
7752 #ifdef HAVE_SYS_SOCKET_H
7753 # include <sys/socket.h>
7754 #endif
7755 #ifdef HAVE_SYS_SOCKETVAR_H
7756 # include <sys/socketvar.h>
7757 #endif
7758 #ifdef HAVE_NETINET_IN_H
7759 # include <netinet/in.h>
7760 #endif
7761 #ifdef HAVE_NETINET_IP_H
7762 # include <netinet/ip.h>
7763 #endif
7765 #include <$ac_header>
7766 _ACEOF
7767 rm -f conftest.$ac_objext
7768 if { (ac_try="$ac_compile"
7769 case "(($ac_try" in
7770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7771 *) ac_try_echo=$ac_try;;
7772 esac
7773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7774 (eval "$ac_compile") 2>conftest.er1
7775 ac_status=$?
7776 grep -v '^ *+' conftest.er1 >conftest.err
7777 rm -f conftest.er1
7778 cat conftest.err >&5
7779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7780 (exit $ac_status); } && {
7781 test -z "$ac_c_werror_flag" ||
7782 test ! -s conftest.err
7783 } && test -s conftest.$ac_objext; then
7784 eval "$as_ac_Header=yes"
7785 else
7786 echo "$as_me: failed program was:" >&5
7787 sed 's/^/| /' conftest.$ac_ext >&5
7789 eval "$as_ac_Header=no"
7792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7794 ac_res=`eval echo '${'$as_ac_Header'}'`
7795 { echo "$as_me:$LINENO: result: $ac_res" >&5
7796 echo "${ECHO_T}$ac_res" >&6; }
7797 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7798 cat >>confdefs.h <<_ACEOF
7799 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7800 _ACEOF
7804 done
7811 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7813 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7814 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7815 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7816 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7817 echo $ECHO_N "(cached) $ECHO_C" >&6
7818 else
7819 cat >conftest.$ac_ext <<_ACEOF
7820 /* confdefs.h. */
7821 _ACEOF
7822 cat confdefs.h >>conftest.$ac_ext
7823 cat >>conftest.$ac_ext <<_ACEOF
7824 /* end confdefs.h. */
7825 #include <sys/types.h>
7826 #ifdef HAVE_ALIAS_H
7827 # include <alias.h>
7828 #endif
7829 #ifdef HAVE_SYS_SOCKET_H
7830 # include <sys/socket.h>
7831 #endif
7832 #ifdef HAVE_SYS_SOCKETVAR_H
7833 # include <sys/socketvar.h>
7834 #endif
7835 #ifdef HAVE_NETINET_IN_H
7836 # include <netinet/in.h>
7837 #endif
7838 #ifdef HAVE_NETINET_IP_H
7839 # include <netinet/ip.h>
7840 #endif
7841 #ifdef HAVE_NETINET_IP_VAR_H
7842 # include <netinet/ip_var.h>
7843 #endif
7844 #ifdef HAVE_NETINET_IP_ICMP_H
7845 # include <netinet/ip_icmp.h>
7846 #endif
7847 #ifdef HAVE_NETINET_UDP_H
7848 # include <netinet/udp.h>
7849 #endif
7850 #ifdef HAVE_NETINET_TCP_H
7851 # include <netinet/tcp.h>
7852 #endif
7854 #include <$ac_header>
7855 _ACEOF
7856 rm -f conftest.$ac_objext
7857 if { (ac_try="$ac_compile"
7858 case "(($ac_try" in
7859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7860 *) ac_try_echo=$ac_try;;
7861 esac
7862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7863 (eval "$ac_compile") 2>conftest.er1
7864 ac_status=$?
7865 grep -v '^ *+' conftest.er1 >conftest.err
7866 rm -f conftest.er1
7867 cat conftest.err >&5
7868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7869 (exit $ac_status); } && {
7870 test -z "$ac_c_werror_flag" ||
7871 test ! -s conftest.err
7872 } && test -s conftest.$ac_objext; then
7873 eval "$as_ac_Header=yes"
7874 else
7875 echo "$as_me: failed program was:" >&5
7876 sed 's/^/| /' conftest.$ac_ext >&5
7878 eval "$as_ac_Header=no"
7881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7883 ac_res=`eval echo '${'$as_ac_Header'}'`
7884 { echo "$as_me:$LINENO: result: $ac_res" >&5
7885 echo "${ECHO_T}$ac_res" >&6; }
7886 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7887 cat >>confdefs.h <<_ACEOF
7888 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7889 _ACEOF
7893 done
7897 for ac_header in linux/ipx.h
7899 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7900 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7901 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7902 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7903 echo $ECHO_N "(cached) $ECHO_C" >&6
7904 else
7905 cat >conftest.$ac_ext <<_ACEOF
7906 /* confdefs.h. */
7907 _ACEOF
7908 cat confdefs.h >>conftest.$ac_ext
7909 cat >>conftest.$ac_ext <<_ACEOF
7910 /* end confdefs.h. */
7911 #include <sys/types.h>
7912 #ifdef HAVE_ASM_TYPES_H
7913 # include <asm/types.h>
7914 #endif
7915 #ifdef HAVE_SYS_SOCKET_H
7916 # include <sys/socket.h>
7917 #endif
7918 #ifdef HAVE_LINUX_TYPES_H
7919 # include <linux/types.h>
7920 #endif
7922 #include <$ac_header>
7923 _ACEOF
7924 rm -f conftest.$ac_objext
7925 if { (ac_try="$ac_compile"
7926 case "(($ac_try" in
7927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7928 *) ac_try_echo=$ac_try;;
7929 esac
7930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7931 (eval "$ac_compile") 2>conftest.er1
7932 ac_status=$?
7933 grep -v '^ *+' conftest.er1 >conftest.err
7934 rm -f conftest.er1
7935 cat conftest.err >&5
7936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7937 (exit $ac_status); } && {
7938 test -z "$ac_c_werror_flag" ||
7939 test ! -s conftest.err
7940 } && test -s conftest.$ac_objext; then
7941 eval "$as_ac_Header=yes"
7942 else
7943 echo "$as_me: failed program was:" >&5
7944 sed 's/^/| /' conftest.$ac_ext >&5
7946 eval "$as_ac_Header=no"
7949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7951 ac_res=`eval echo '${'$as_ac_Header'}'`
7952 { echo "$as_me:$LINENO: result: $ac_res" >&5
7953 echo "${ECHO_T}$ac_res" >&6; }
7954 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7955 cat >>confdefs.h <<_ACEOF
7956 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7957 _ACEOF
7961 done
7965 for ac_header in resolv.h
7967 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7968 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7969 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7970 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7971 echo $ECHO_N "(cached) $ECHO_C" >&6
7972 else
7973 cat >conftest.$ac_ext <<_ACEOF
7974 /* confdefs.h. */
7975 _ACEOF
7976 cat confdefs.h >>conftest.$ac_ext
7977 cat >>conftest.$ac_ext <<_ACEOF
7978 /* end confdefs.h. */
7979 #include <sys/types.h>
7980 #ifdef HAVE_SYS_SOCKET_H
7981 # include <sys/socket.h>
7982 #endif
7983 #ifdef HAVE_NETINET_IN_H
7984 # include <netinet/in.h>
7985 #endif
7986 #ifdef HAVE_ARPA_NAMESER_H
7987 # include <arpa/nameser.h>
7988 #endif
7990 #include <$ac_header>
7991 _ACEOF
7992 rm -f conftest.$ac_objext
7993 if { (ac_try="$ac_compile"
7994 case "(($ac_try" in
7995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7996 *) ac_try_echo=$ac_try;;
7997 esac
7998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7999 (eval "$ac_compile") 2>conftest.er1
8000 ac_status=$?
8001 grep -v '^ *+' conftest.er1 >conftest.err
8002 rm -f conftest.er1
8003 cat conftest.err >&5
8004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8005 (exit $ac_status); } && {
8006 test -z "$ac_c_werror_flag" ||
8007 test ! -s conftest.err
8008 } && test -s conftest.$ac_objext; then
8009 eval "$as_ac_Header=yes"
8010 else
8011 echo "$as_me: failed program was:" >&5
8012 sed 's/^/| /' conftest.$ac_ext >&5
8014 eval "$as_ac_Header=no"
8017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8019 ac_res=`eval echo '${'$as_ac_Header'}'`
8020 { echo "$as_me:$LINENO: result: $ac_res" >&5
8021 echo "${ECHO_T}$ac_res" >&6; }
8022 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8023 cat >>confdefs.h <<_ACEOF
8024 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8025 _ACEOF
8029 done
8033 for ac_header in ucontext.h
8035 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8036 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8037 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8038 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8039 echo $ECHO_N "(cached) $ECHO_C" >&6
8040 else
8041 cat >conftest.$ac_ext <<_ACEOF
8042 /* confdefs.h. */
8043 _ACEOF
8044 cat confdefs.h >>conftest.$ac_ext
8045 cat >>conftest.$ac_ext <<_ACEOF
8046 /* end confdefs.h. */
8047 #include <signal.h>
8049 #include <$ac_header>
8050 _ACEOF
8051 rm -f conftest.$ac_objext
8052 if { (ac_try="$ac_compile"
8053 case "(($ac_try" in
8054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8055 *) ac_try_echo=$ac_try;;
8056 esac
8057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8058 (eval "$ac_compile") 2>conftest.er1
8059 ac_status=$?
8060 grep -v '^ *+' conftest.er1 >conftest.err
8061 rm -f conftest.er1
8062 cat conftest.err >&5
8063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8064 (exit $ac_status); } && {
8065 test -z "$ac_c_werror_flag" ||
8066 test ! -s conftest.err
8067 } && test -s conftest.$ac_objext; then
8068 eval "$as_ac_Header=yes"
8069 else
8070 echo "$as_me: failed program was:" >&5
8071 sed 's/^/| /' conftest.$ac_ext >&5
8073 eval "$as_ac_Header=no"
8076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8078 ac_res=`eval echo '${'$as_ac_Header'}'`
8079 { echo "$as_me:$LINENO: result: $ac_res" >&5
8080 echo "${ECHO_T}$ac_res" >&6; }
8081 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8082 cat >>confdefs.h <<_ACEOF
8083 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8084 _ACEOF
8088 done
8092 for ac_header in sys/thr.h
8094 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8095 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8096 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8097 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8098 echo $ECHO_N "(cached) $ECHO_C" >&6
8099 else
8100 cat >conftest.$ac_ext <<_ACEOF
8101 /* confdefs.h. */
8102 _ACEOF
8103 cat confdefs.h >>conftest.$ac_ext
8104 cat >>conftest.$ac_ext <<_ACEOF
8105 /* end confdefs.h. */
8106 #include <sys/types.h>
8107 #ifdef HAVE_UCONTEXT_H
8108 #include <ucontext.h>
8109 #endif
8111 #include <$ac_header>
8112 _ACEOF
8113 rm -f conftest.$ac_objext
8114 if { (ac_try="$ac_compile"
8115 case "(($ac_try" in
8116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8117 *) ac_try_echo=$ac_try;;
8118 esac
8119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8120 (eval "$ac_compile") 2>conftest.er1
8121 ac_status=$?
8122 grep -v '^ *+' conftest.er1 >conftest.err
8123 rm -f conftest.er1
8124 cat conftest.err >&5
8125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8126 (exit $ac_status); } && {
8127 test -z "$ac_c_werror_flag" ||
8128 test ! -s conftest.err
8129 } && test -s conftest.$ac_objext; then
8130 eval "$as_ac_Header=yes"
8131 else
8132 echo "$as_me: failed program was:" >&5
8133 sed 's/^/| /' conftest.$ac_ext >&5
8135 eval "$as_ac_Header=no"
8138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8140 ac_res=`eval echo '${'$as_ac_Header'}'`
8141 { echo "$as_me:$LINENO: result: $ac_res" >&5
8142 echo "${ECHO_T}$ac_res" >&6; }
8143 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8144 cat >>confdefs.h <<_ACEOF
8145 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8146 _ACEOF
8150 done
8154 for ac_header in pthread_np.h
8156 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8157 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8158 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8159 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8160 echo $ECHO_N "(cached) $ECHO_C" >&6
8161 else
8162 cat >conftest.$ac_ext <<_ACEOF
8163 /* confdefs.h. */
8164 _ACEOF
8165 cat confdefs.h >>conftest.$ac_ext
8166 cat >>conftest.$ac_ext <<_ACEOF
8167 /* end confdefs.h. */
8168 #ifdef HAVE_PTHREAD_H
8169 #include <pthread.h>
8170 #endif
8172 #include <$ac_header>
8173 _ACEOF
8174 rm -f conftest.$ac_objext
8175 if { (ac_try="$ac_compile"
8176 case "(($ac_try" in
8177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8178 *) ac_try_echo=$ac_try;;
8179 esac
8180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8181 (eval "$ac_compile") 2>conftest.er1
8182 ac_status=$?
8183 grep -v '^ *+' conftest.er1 >conftest.err
8184 rm -f conftest.er1
8185 cat conftest.err >&5
8186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8187 (exit $ac_status); } && {
8188 test -z "$ac_c_werror_flag" ||
8189 test ! -s conftest.err
8190 } && test -s conftest.$ac_objext; then
8191 eval "$as_ac_Header=yes"
8192 else
8193 echo "$as_me: failed program was:" >&5
8194 sed 's/^/| /' conftest.$ac_ext >&5
8196 eval "$as_ac_Header=no"
8199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8201 ac_res=`eval echo '${'$as_ac_Header'}'`
8202 { echo "$as_me:$LINENO: result: $ac_res" >&5
8203 echo "${ECHO_T}$ac_res" >&6; }
8204 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8205 cat >>confdefs.h <<_ACEOF
8206 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8207 _ACEOF
8211 done
8215 for ac_header in linux/videodev.h
8217 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8218 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8219 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8220 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8221 echo $ECHO_N "(cached) $ECHO_C" >&6
8222 else
8223 cat >conftest.$ac_ext <<_ACEOF
8224 /* confdefs.h. */
8225 _ACEOF
8226 cat confdefs.h >>conftest.$ac_ext
8227 cat >>conftest.$ac_ext <<_ACEOF
8228 /* end confdefs.h. */
8229 #ifdef HAVE_SYS_TIME_H
8230 #include <sys/time.h>
8231 #endif
8232 #include <sys/types.h>
8233 #ifdef HAVE_ASM_TYPES_H
8234 #include <asm/types.h>
8235 #endif
8237 #include <$ac_header>
8238 _ACEOF
8239 rm -f conftest.$ac_objext
8240 if { (ac_try="$ac_compile"
8241 case "(($ac_try" in
8242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8243 *) ac_try_echo=$ac_try;;
8244 esac
8245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8246 (eval "$ac_compile") 2>conftest.er1
8247 ac_status=$?
8248 grep -v '^ *+' conftest.er1 >conftest.err
8249 rm -f conftest.er1
8250 cat conftest.err >&5
8251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8252 (exit $ac_status); } && {
8253 test -z "$ac_c_werror_flag" ||
8254 test ! -s conftest.err
8255 } && test -s conftest.$ac_objext; then
8256 eval "$as_ac_Header=yes"
8257 else
8258 echo "$as_me: failed program was:" >&5
8259 sed 's/^/| /' conftest.$ac_ext >&5
8261 eval "$as_ac_Header=no"
8264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8266 ac_res=`eval echo '${'$as_ac_Header'}'`
8267 { echo "$as_me:$LINENO: result: $ac_res" >&5
8268 echo "${ECHO_T}$ac_res" >&6; }
8269 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8270 cat >>confdefs.h <<_ACEOF
8271 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8272 _ACEOF
8276 done
8280 for ac_header in linux/capi.h
8282 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8283 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8284 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8285 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8286 echo $ECHO_N "(cached) $ECHO_C" >&6
8287 else
8288 cat >conftest.$ac_ext <<_ACEOF
8289 /* confdefs.h. */
8290 _ACEOF
8291 cat confdefs.h >>conftest.$ac_ext
8292 cat >>conftest.$ac_ext <<_ACEOF
8293 /* end confdefs.h. */
8294 #define __user
8296 #include <$ac_header>
8297 _ACEOF
8298 rm -f conftest.$ac_objext
8299 if { (ac_try="$ac_compile"
8300 case "(($ac_try" in
8301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8302 *) ac_try_echo=$ac_try;;
8303 esac
8304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8305 (eval "$ac_compile") 2>conftest.er1
8306 ac_status=$?
8307 grep -v '^ *+' conftest.er1 >conftest.err
8308 rm -f conftest.er1
8309 cat conftest.err >&5
8310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8311 (exit $ac_status); } && {
8312 test -z "$ac_c_werror_flag" ||
8313 test ! -s conftest.err
8314 } && test -s conftest.$ac_objext; then
8315 eval "$as_ac_Header=yes"
8316 else
8317 echo "$as_me: failed program was:" >&5
8318 sed 's/^/| /' conftest.$ac_ext >&5
8320 eval "$as_ac_Header=no"
8323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8325 ac_res=`eval echo '${'$as_ac_Header'}'`
8326 { echo "$as_me:$LINENO: result: $ac_res" >&5
8327 echo "${ECHO_T}$ac_res" >&6; }
8328 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8329 cat >>confdefs.h <<_ACEOF
8330 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8331 _ACEOF
8335 done
8339 DLLEXT=""
8341 DLLFLAGS="-D_REENTRANT"
8343 LDSHARED=""
8345 LDDLLFLAGS=""
8347 LIBEXT="so"
8349 IMPLIBEXT="def"
8351 LDRPATH_INSTALL=""
8353 LDRPATH_LOCAL=""
8355 # Extract the first word of "ldd", so it can be a program name with args.
8356 set dummy ldd; ac_word=$2
8357 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8358 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8359 if test "${ac_cv_path_LDD+set}" = set; then
8360 echo $ECHO_N "(cached) $ECHO_C" >&6
8361 else
8362 case $LDD in
8363 [\\/]* | ?:[\\/]*)
8364 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8368 as_dummy="/sbin:/usr/sbin:$PATH"
8369 for as_dir in $as_dummy
8371 IFS=$as_save_IFS
8372 test -z "$as_dir" && as_dir=.
8373 for ac_exec_ext in '' $ac_executable_extensions; do
8374 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8375 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8376 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8377 break 2
8379 done
8380 done
8381 IFS=$as_save_IFS
8383 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8385 esac
8387 LDD=$ac_cv_path_LDD
8388 if test -n "$LDD"; then
8389 { echo "$as_me:$LINENO: result: $LDD" >&5
8390 echo "${ECHO_T}$LDD" >&6; }
8391 else
8392 { echo "$as_me:$LINENO: result: no" >&5
8393 echo "${ECHO_T}no" >&6; }
8398 case $host_os in
8399 cygwin*|mingw32*)
8400 if test -n "$ac_tool_prefix"; then
8401 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8402 set dummy ${ac_tool_prefix}dlltool; 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_DLLTOOL+set}" = set; then
8406 echo $ECHO_N "(cached) $ECHO_C" >&6
8407 else
8408 if test -n "$DLLTOOL"; then
8409 ac_cv_prog_DLLTOOL="$DLLTOOL" # 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_DLLTOOL="${ac_tool_prefix}dlltool"
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 DLLTOOL=$ac_cv_prog_DLLTOOL
8429 if test -n "$DLLTOOL"; then
8430 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8431 echo "${ECHO_T}$DLLTOOL" >&6; }
8432 else
8433 { echo "$as_me:$LINENO: result: no" >&5
8434 echo "${ECHO_T}no" >&6; }
8439 if test -z "$ac_cv_prog_DLLTOOL"; then
8440 ac_ct_DLLTOOL=$DLLTOOL
8441 # Extract the first word of "dlltool", so it can be a program name with args.
8442 set dummy dlltool; 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_DLLTOOL+set}" = set; then
8446 echo $ECHO_N "(cached) $ECHO_C" >&6
8447 else
8448 if test -n "$ac_ct_DLLTOOL"; then
8449 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # 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_DLLTOOL="dlltool"
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_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8469 if test -n "$ac_ct_DLLTOOL"; then
8470 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8471 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8472 else
8473 { echo "$as_me:$LINENO: result: no" >&5
8474 echo "${ECHO_T}no" >&6; }
8477 if test "x$ac_ct_DLLTOOL" = x; then
8478 DLLTOOL="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 DLLTOOL=$ac_ct_DLLTOOL
8492 else
8493 DLLTOOL="$ac_cv_prog_DLLTOOL"
8496 if test -n "$ac_tool_prefix"; then
8497 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8498 set dummy ${ac_tool_prefix}dllwrap; 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_DLLWRAP+set}" = set; then
8502 echo $ECHO_N "(cached) $ECHO_C" >&6
8503 else
8504 if test -n "$DLLWRAP"; then
8505 ac_cv_prog_DLLWRAP="$DLLWRAP" # 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_DLLWRAP="${ac_tool_prefix}dllwrap"
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 DLLWRAP=$ac_cv_prog_DLLWRAP
8525 if test -n "$DLLWRAP"; then
8526 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8527 echo "${ECHO_T}$DLLWRAP" >&6; }
8528 else
8529 { echo "$as_me:$LINENO: result: no" >&5
8530 echo "${ECHO_T}no" >&6; }
8535 if test -z "$ac_cv_prog_DLLWRAP"; then
8536 ac_ct_DLLWRAP=$DLLWRAP
8537 # Extract the first word of "dllwrap", so it can be a program name with args.
8538 set dummy dllwrap; 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_DLLWRAP+set}" = set; then
8542 echo $ECHO_N "(cached) $ECHO_C" >&6
8543 else
8544 if test -n "$ac_ct_DLLWRAP"; then
8545 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # 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_DLLWRAP="dllwrap"
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_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8565 if test -n "$ac_ct_DLLWRAP"; then
8566 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8567 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8568 else
8569 { echo "$as_me:$LINENO: result: no" >&5
8570 echo "${ECHO_T}no" >&6; }
8573 if test "x$ac_ct_DLLWRAP" = x; then
8574 DLLWRAP="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 DLLWRAP=$ac_ct_DLLWRAP
8588 else
8589 DLLWRAP="$ac_cv_prog_DLLWRAP"
8592 if test -n "$ac_tool_prefix"; then
8593 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8594 set dummy ${ac_tool_prefix}ar; ac_word=$2
8595 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8596 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8597 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8598 echo $ECHO_N "(cached) $ECHO_C" >&6
8599 else
8600 if test -n "$MINGWAR"; then
8601 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8602 else
8603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8604 for as_dir in $PATH
8606 IFS=$as_save_IFS
8607 test -z "$as_dir" && as_dir=.
8608 for ac_exec_ext in '' $ac_executable_extensions; do
8609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8610 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8611 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8612 break 2
8614 done
8615 done
8616 IFS=$as_save_IFS
8620 MINGWAR=$ac_cv_prog_MINGWAR
8621 if test -n "$MINGWAR"; then
8622 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8623 echo "${ECHO_T}$MINGWAR" >&6; }
8624 else
8625 { echo "$as_me:$LINENO: result: no" >&5
8626 echo "${ECHO_T}no" >&6; }
8631 if test -z "$ac_cv_prog_MINGWAR"; then
8632 ac_ct_MINGWAR=$MINGWAR
8633 # Extract the first word of "ar", so it can be a program name with args.
8634 set dummy ar; ac_word=$2
8635 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8637 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8638 echo $ECHO_N "(cached) $ECHO_C" >&6
8639 else
8640 if test -n "$ac_ct_MINGWAR"; then
8641 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8642 else
8643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8644 for as_dir in $PATH
8646 IFS=$as_save_IFS
8647 test -z "$as_dir" && as_dir=.
8648 for ac_exec_ext in '' $ac_executable_extensions; do
8649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8650 ac_cv_prog_ac_ct_MINGWAR="ar"
8651 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8652 break 2
8654 done
8655 done
8656 IFS=$as_save_IFS
8660 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8661 if test -n "$ac_ct_MINGWAR"; then
8662 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8663 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8664 else
8665 { echo "$as_me:$LINENO: result: no" >&5
8666 echo "${ECHO_T}no" >&6; }
8669 if test "x$ac_ct_MINGWAR" = x; then
8670 MINGWAR="false"
8671 else
8672 case $cross_compiling:$ac_tool_warned in
8673 yes:)
8674 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8675 whose name does not start with the host triplet. If you think this
8676 configuration is useful to you, please write to autoconf@gnu.org." >&5
8677 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8678 whose name does not start with the host triplet. If you think this
8679 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8680 ac_tool_warned=yes ;;
8681 esac
8682 MINGWAR=$ac_ct_MINGWAR
8684 else
8685 MINGWAR="$ac_cv_prog_MINGWAR"
8688 if test "$DLLWRAP" = "false"; then
8689 LIBEXT="a"
8690 else
8691 LIBEXT="dll"
8693 IMPLIBEXT="a"
8694 WIN16_FILES=""
8695 WIN16_INSTALL=""
8696 enable_iphlpapi=${enable_iphlpapi:-no}
8697 enable_kernel32=${enable_kernel32:-no}
8698 enable_msvcrt=${enable_msvcrt:-no}
8699 enable_ntdll=${enable_ntdll:-no}
8700 enable_ws2_32=${enable_ws2_32:-no}
8701 enable_loader=${enable_loader:-no}
8702 enable_server=${enable_server:-no}
8704 darwin*|macosx*)
8705 DLLEXT=".so"
8706 LIBEXT="dylib"
8707 DLLFLAGS="$DLLFLAGS -fPIC"
8708 LDDLLFLAGS="-bundle -multiply_defined suppress"
8709 LIBWINE_LDFLAGS="-multiply_defined suppress"
8710 LDSHARED="\$(CC) -dynamiclib"
8711 STRIP="$STRIP -x"
8712 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8713 SECURITYLIB="-framework Security -framework CoreFoundation"
8715 COREFOUNDATIONLIB="-framework CoreFoundation"
8717 IOKITLIB="-framework IOKit -framework CoreFoundation"
8719 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8721 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8722 then
8723 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8726 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8727 then
8728 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8731 case $host_cpu in
8732 *powerpc*)
8733 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8734 esac
8735 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8736 then
8737 CARBONLIB="-framework Carbon"
8739 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8743 DLLFLAGS="$DLLFLAGS -fPIC"
8744 DLLEXT=".so"
8745 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8746 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8747 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8748 echo $ECHO_N "(cached) $ECHO_C" >&6
8749 else
8750 ac_wine_try_cflags_saved=$CFLAGS
8751 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8752 cat >conftest.$ac_ext <<_ACEOF
8753 void myfunc() {}
8754 _ACEOF
8755 rm -f conftest.$ac_objext conftest$ac_exeext
8756 if { (ac_try="$ac_link"
8757 case "(($ac_try" in
8758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8759 *) ac_try_echo=$ac_try;;
8760 esac
8761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8762 (eval "$ac_link") 2>conftest.er1
8763 ac_status=$?
8764 grep -v '^ *+' conftest.er1 >conftest.err
8765 rm -f conftest.er1
8766 cat conftest.err >&5
8767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8768 (exit $ac_status); } && {
8769 test -z "$ac_c_werror_flag" ||
8770 test ! -s conftest.err
8771 } && test -s conftest$ac_exeext &&
8772 $as_test_x conftest$ac_exeext; then
8773 ac_cv_c_dll_gnuelf="yes"
8774 else
8775 echo "$as_me: failed program was:" >&5
8776 sed 's/^/| /' conftest.$ac_ext >&5
8778 ac_cv_c_dll_gnuelf="no"
8781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8782 conftest$ac_exeext conftest.$ac_ext
8783 CFLAGS=$ac_wine_try_cflags_saved
8785 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8786 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8787 if test "$ac_cv_c_dll_gnuelf" = "yes"
8788 then
8789 LDSHARED="\$(CC) -shared"
8790 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8791 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8792 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8793 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8794 echo $ECHO_N "(cached) $ECHO_C" >&6
8795 else
8796 ac_wine_try_cflags_saved=$CFLAGS
8797 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8798 cat >conftest.$ac_ext <<_ACEOF
8799 /* confdefs.h. */
8800 _ACEOF
8801 cat confdefs.h >>conftest.$ac_ext
8802 cat >>conftest.$ac_ext <<_ACEOF
8803 /* end confdefs.h. */
8806 main ()
8810 return 0;
8812 _ACEOF
8813 rm -f conftest.$ac_objext conftest$ac_exeext
8814 if { (ac_try="$ac_link"
8815 case "(($ac_try" in
8816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8817 *) ac_try_echo=$ac_try;;
8818 esac
8819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8820 (eval "$ac_link") 2>conftest.er1
8821 ac_status=$?
8822 grep -v '^ *+' conftest.er1 >conftest.err
8823 rm -f conftest.er1
8824 cat conftest.err >&5
8825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8826 (exit $ac_status); } && {
8827 test -z "$ac_c_werror_flag" ||
8828 test ! -s conftest.err
8829 } && test -s conftest$ac_exeext &&
8830 $as_test_x conftest$ac_exeext; then
8831 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8832 else
8833 echo "$as_me: failed program was:" >&5
8834 sed 's/^/| /' conftest.$ac_ext >&5
8836 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8839 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8840 conftest$ac_exeext conftest.$ac_ext
8841 CFLAGS=$ac_wine_try_cflags_saved
8843 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8844 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8845 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8846 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8847 else
8848 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8849 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8850 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8851 echo $ECHO_N "(cached) $ECHO_C" >&6
8852 else
8853 ac_wine_try_cflags_saved=$CFLAGS
8854 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8855 cat >conftest.$ac_ext <<_ACEOF
8856 /* confdefs.h. */
8857 _ACEOF
8858 cat confdefs.h >>conftest.$ac_ext
8859 cat >>conftest.$ac_ext <<_ACEOF
8860 /* end confdefs.h. */
8863 main ()
8867 return 0;
8869 _ACEOF
8870 rm -f conftest.$ac_objext conftest$ac_exeext
8871 if { (ac_try="$ac_link"
8872 case "(($ac_try" in
8873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8874 *) ac_try_echo=$ac_try;;
8875 esac
8876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8877 (eval "$ac_link") 2>conftest.er1
8878 ac_status=$?
8879 grep -v '^ *+' conftest.er1 >conftest.err
8880 rm -f conftest.er1
8881 cat conftest.err >&5
8882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8883 (exit $ac_status); } && {
8884 test -z "$ac_c_werror_flag" ||
8885 test ! -s conftest.err
8886 } && test -s conftest$ac_exeext &&
8887 $as_test_x conftest$ac_exeext; then
8888 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8889 else
8890 echo "$as_me: failed program was:" >&5
8891 sed 's/^/| /' conftest.$ac_ext >&5
8893 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8897 conftest$ac_exeext conftest.$ac_ext
8898 CFLAGS=$ac_wine_try_cflags_saved
8900 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8901 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8902 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8903 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8909 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8910 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8911 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8912 echo $ECHO_N "(cached) $ECHO_C" >&6
8913 else
8914 ac_wine_try_cflags_saved=$CFLAGS
8915 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8916 cat >conftest.$ac_ext <<_ACEOF
8917 /* confdefs.h. */
8918 _ACEOF
8919 cat confdefs.h >>conftest.$ac_ext
8920 cat >>conftest.$ac_ext <<_ACEOF
8921 /* end confdefs.h. */
8924 main ()
8928 return 0;
8930 _ACEOF
8931 rm -f conftest.$ac_objext conftest$ac_exeext
8932 if { (ac_try="$ac_link"
8933 case "(($ac_try" in
8934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8935 *) ac_try_echo=$ac_try;;
8936 esac
8937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8938 (eval "$ac_link") 2>conftest.er1
8939 ac_status=$?
8940 grep -v '^ *+' conftest.er1 >conftest.err
8941 rm -f conftest.er1
8942 cat conftest.err >&5
8943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8944 (exit $ac_status); } && {
8945 test -z "$ac_c_werror_flag" ||
8946 test ! -s conftest.err
8947 } && test -s conftest$ac_exeext &&
8948 $as_test_x conftest$ac_exeext; then
8949 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8950 else
8951 echo "$as_me: failed program was:" >&5
8952 sed 's/^/| /' conftest.$ac_ext >&5
8954 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8958 conftest$ac_exeext conftest.$ac_ext
8959 CFLAGS=$ac_wine_try_cflags_saved
8961 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8962 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8963 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8964 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8968 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8969 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8970 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8971 echo $ECHO_N "(cached) $ECHO_C" >&6
8972 else
8973 ac_wine_try_cflags_saved=$CFLAGS
8974 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8975 cat >conftest.$ac_ext <<_ACEOF
8976 /* confdefs.h. */
8977 _ACEOF
8978 cat confdefs.h >>conftest.$ac_ext
8979 cat >>conftest.$ac_ext <<_ACEOF
8980 /* end confdefs.h. */
8983 main ()
8987 return 0;
8989 _ACEOF
8990 rm -f conftest.$ac_objext conftest$ac_exeext
8991 if { (ac_try="$ac_link"
8992 case "(($ac_try" in
8993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8994 *) ac_try_echo=$ac_try;;
8995 esac
8996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8997 (eval "$ac_link") 2>conftest.er1
8998 ac_status=$?
8999 grep -v '^ *+' conftest.er1 >conftest.err
9000 rm -f conftest.er1
9001 cat conftest.err >&5
9002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9003 (exit $ac_status); } && {
9004 test -z "$ac_c_werror_flag" ||
9005 test ! -s conftest.err
9006 } && test -s conftest$ac_exeext &&
9007 $as_test_x conftest$ac_exeext; then
9008 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9009 else
9010 echo "$as_me: failed program was:" >&5
9011 sed 's/^/| /' conftest.$ac_ext >&5
9013 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9017 conftest$ac_exeext conftest.$ac_ext
9018 CFLAGS=$ac_wine_try_cflags_saved
9020 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9021 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9022 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9023 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9027 echo '{ global: *; };' >conftest.map
9028 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9029 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
9030 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9031 echo $ECHO_N "(cached) $ECHO_C" >&6
9032 else
9033 ac_wine_try_cflags_saved=$CFLAGS
9034 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9035 cat >conftest.$ac_ext <<_ACEOF
9036 /* confdefs.h. */
9037 _ACEOF
9038 cat confdefs.h >>conftest.$ac_ext
9039 cat >>conftest.$ac_ext <<_ACEOF
9040 /* end confdefs.h. */
9043 main ()
9047 return 0;
9049 _ACEOF
9050 rm -f conftest.$ac_objext conftest$ac_exeext
9051 if { (ac_try="$ac_link"
9052 case "(($ac_try" in
9053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9054 *) ac_try_echo=$ac_try;;
9055 esac
9056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9057 (eval "$ac_link") 2>conftest.er1
9058 ac_status=$?
9059 grep -v '^ *+' conftest.er1 >conftest.err
9060 rm -f conftest.er1
9061 cat conftest.err >&5
9062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9063 (exit $ac_status); } && {
9064 test -z "$ac_c_werror_flag" ||
9065 test ! -s conftest.err
9066 } && test -s conftest$ac_exeext &&
9067 $as_test_x conftest$ac_exeext; then
9068 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9069 else
9070 echo "$as_me: failed program was:" >&5
9071 sed 's/^/| /' conftest.$ac_ext >&5
9073 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9077 conftest$ac_exeext conftest.$ac_ext
9078 CFLAGS=$ac_wine_try_cflags_saved
9080 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9081 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9082 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9083 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9086 rm -f conftest.map
9088 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9089 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9090 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9091 echo $ECHO_N "(cached) $ECHO_C" >&6
9092 else
9093 ac_wine_try_cflags_saved=$CFLAGS
9094 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9095 cat >conftest.$ac_ext <<_ACEOF
9096 /* confdefs.h. */
9097 _ACEOF
9098 cat confdefs.h >>conftest.$ac_ext
9099 cat >>conftest.$ac_ext <<_ACEOF
9100 /* end confdefs.h. */
9103 main ()
9107 return 0;
9109 _ACEOF
9110 rm -f conftest.$ac_objext conftest$ac_exeext
9111 if { (ac_try="$ac_link"
9112 case "(($ac_try" in
9113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9114 *) ac_try_echo=$ac_try;;
9115 esac
9116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9117 (eval "$ac_link") 2>conftest.er1
9118 ac_status=$?
9119 grep -v '^ *+' conftest.er1 >conftest.err
9120 rm -f conftest.er1
9121 cat conftest.err >&5
9122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9123 (exit $ac_status); } && {
9124 test -z "$ac_c_werror_flag" ||
9125 test ! -s conftest.err
9126 } && test -s conftest$ac_exeext &&
9127 $as_test_x conftest$ac_exeext; then
9128 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9129 else
9130 echo "$as_me: failed program was:" >&5
9131 sed 's/^/| /' conftest.$ac_ext >&5
9133 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9137 conftest$ac_exeext conftest.$ac_ext
9138 CFLAGS=$ac_wine_try_cflags_saved
9140 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9141 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9142 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9143 LDEXECFLAGS="-Wl,--export-dynamic"
9148 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9149 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9150 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9151 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9152 echo $ECHO_N "(cached) $ECHO_C" >&6
9153 else
9154 ac_wine_try_cflags_saved=$CFLAGS
9155 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9156 cat >conftest.$ac_ext <<_ACEOF
9157 /* confdefs.h. */
9158 _ACEOF
9159 cat confdefs.h >>conftest.$ac_ext
9160 cat >>conftest.$ac_ext <<_ACEOF
9161 /* end confdefs.h. */
9164 main ()
9168 return 0;
9170 _ACEOF
9171 rm -f conftest.$ac_objext conftest$ac_exeext
9172 if { (ac_try="$ac_link"
9173 case "(($ac_try" in
9174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9175 *) ac_try_echo=$ac_try;;
9176 esac
9177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9178 (eval "$ac_link") 2>conftest.er1
9179 ac_status=$?
9180 grep -v '^ *+' conftest.er1 >conftest.err
9181 rm -f conftest.er1
9182 cat conftest.err >&5
9183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9184 (exit $ac_status); } && {
9185 test -z "$ac_c_werror_flag" ||
9186 test ! -s conftest.err
9187 } && test -s conftest$ac_exeext &&
9188 $as_test_x conftest$ac_exeext; then
9189 eval "$as_ac_var=yes"
9190 else
9191 echo "$as_me: failed program was:" >&5
9192 sed 's/^/| /' conftest.$ac_ext >&5
9194 eval "$as_ac_var=no"
9197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9198 conftest$ac_exeext conftest.$ac_ext
9199 CFLAGS=$ac_wine_try_cflags_saved
9201 ac_res=`eval echo '${'$as_ac_var'}'`
9202 { echo "$as_me:$LINENO: result: $ac_res" >&5
9203 echo "${ECHO_T}$ac_res" >&6; }
9204 if test `eval echo '${'$as_ac_var'}'` = yes; then
9205 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9206 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9207 else
9208 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9209 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9210 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9211 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9212 echo $ECHO_N "(cached) $ECHO_C" >&6
9213 else
9214 ac_wine_try_cflags_saved=$CFLAGS
9215 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9216 cat >conftest.$ac_ext <<_ACEOF
9217 /* confdefs.h. */
9218 _ACEOF
9219 cat confdefs.h >>conftest.$ac_ext
9220 cat >>conftest.$ac_ext <<_ACEOF
9221 /* end confdefs.h. */
9224 main ()
9228 return 0;
9230 _ACEOF
9231 rm -f conftest.$ac_objext conftest$ac_exeext
9232 if { (ac_try="$ac_link"
9233 case "(($ac_try" in
9234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9235 *) ac_try_echo=$ac_try;;
9236 esac
9237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9238 (eval "$ac_link") 2>conftest.er1
9239 ac_status=$?
9240 grep -v '^ *+' conftest.er1 >conftest.err
9241 rm -f conftest.er1
9242 cat conftest.err >&5
9243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9244 (exit $ac_status); } && {
9245 test -z "$ac_c_werror_flag" ||
9246 test ! -s conftest.err
9247 } && test -s conftest$ac_exeext &&
9248 $as_test_x conftest$ac_exeext; then
9249 eval "$as_ac_var=yes"
9250 else
9251 echo "$as_me: failed program was:" >&5
9252 sed 's/^/| /' conftest.$ac_ext >&5
9254 eval "$as_ac_var=no"
9257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9258 conftest$ac_exeext conftest.$ac_ext
9259 CFLAGS=$ac_wine_try_cflags_saved
9261 ac_res=`eval echo '${'$as_ac_var'}'`
9262 { echo "$as_me:$LINENO: result: $ac_res" >&5
9263 echo "${ECHO_T}$ac_res" >&6; }
9264 if test `eval echo '${'$as_ac_var'}'` = yes; then
9265 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9266 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9272 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9273 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9274 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9275 echo $ECHO_N "(cached) $ECHO_C" >&6
9276 else
9277 ac_wine_try_cflags_saved=$CFLAGS
9278 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9279 cat >conftest.$ac_ext <<_ACEOF
9280 /* confdefs.h. */
9281 _ACEOF
9282 cat confdefs.h >>conftest.$ac_ext
9283 cat >>conftest.$ac_ext <<_ACEOF
9284 /* end confdefs.h. */
9287 main ()
9291 return 0;
9293 _ACEOF
9294 rm -f conftest.$ac_objext conftest$ac_exeext
9295 if { (ac_try="$ac_link"
9296 case "(($ac_try" in
9297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9298 *) ac_try_echo=$ac_try;;
9299 esac
9300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9301 (eval "$ac_link") 2>conftest.er1
9302 ac_status=$?
9303 grep -v '^ *+' conftest.er1 >conftest.err
9304 rm -f conftest.er1
9305 cat conftest.err >&5
9306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9307 (exit $ac_status); } && {
9308 test -z "$ac_c_werror_flag" ||
9309 test ! -s conftest.err
9310 } && test -s conftest$ac_exeext &&
9311 $as_test_x conftest$ac_exeext; then
9312 ac_cv_cflags__Wl___enable_new_dtags=yes
9313 else
9314 echo "$as_me: failed program was:" >&5
9315 sed 's/^/| /' conftest.$ac_ext >&5
9317 ac_cv_cflags__Wl___enable_new_dtags=no
9320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9321 conftest$ac_exeext conftest.$ac_ext
9322 CFLAGS=$ac_wine_try_cflags_saved
9324 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9325 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9326 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9327 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9331 case $host_cpu in
9332 *i[3456789]86* | x86_64)
9333 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9334 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9335 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9336 echo $ECHO_N "(cached) $ECHO_C" >&6
9337 else
9338 ac_wine_try_cflags_saved=$CFLAGS
9339 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9340 cat >conftest.$ac_ext <<_ACEOF
9341 /* confdefs.h. */
9342 _ACEOF
9343 cat confdefs.h >>conftest.$ac_ext
9344 cat >>conftest.$ac_ext <<_ACEOF
9345 /* end confdefs.h. */
9348 main ()
9352 return 0;
9354 _ACEOF
9355 rm -f conftest.$ac_objext conftest$ac_exeext
9356 if { (ac_try="$ac_link"
9357 case "(($ac_try" in
9358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9359 *) ac_try_echo=$ac_try;;
9360 esac
9361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9362 (eval "$ac_link") 2>conftest.er1
9363 ac_status=$?
9364 grep -v '^ *+' conftest.er1 >conftest.err
9365 rm -f conftest.er1
9366 cat conftest.err >&5
9367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9368 (exit $ac_status); } && {
9369 test -z "$ac_c_werror_flag" ||
9370 test ! -s conftest.err
9371 } && test -s conftest$ac_exeext &&
9372 $as_test_x conftest$ac_exeext; then
9373 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9374 else
9375 echo "$as_me: failed program was:" >&5
9376 sed 's/^/| /' conftest.$ac_ext >&5
9378 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9382 conftest$ac_exeext conftest.$ac_ext
9383 CFLAGS=$ac_wine_try_cflags_saved
9385 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9386 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9387 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9388 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9392 esac
9394 else
9395 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9396 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9397 if test "${ac_cv_c_dll_unixware+set}" = set; then
9398 echo $ECHO_N "(cached) $ECHO_C" >&6
9399 else
9400 ac_wine_try_cflags_saved=$CFLAGS
9401 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9402 cat >conftest.$ac_ext <<_ACEOF
9403 void myfunc() {}
9404 _ACEOF
9405 rm -f conftest.$ac_objext conftest$ac_exeext
9406 if { (ac_try="$ac_link"
9407 case "(($ac_try" in
9408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9409 *) ac_try_echo=$ac_try;;
9410 esac
9411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9412 (eval "$ac_link") 2>conftest.er1
9413 ac_status=$?
9414 grep -v '^ *+' conftest.er1 >conftest.err
9415 rm -f conftest.er1
9416 cat conftest.err >&5
9417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9418 (exit $ac_status); } && {
9419 test -z "$ac_c_werror_flag" ||
9420 test ! -s conftest.err
9421 } && test -s conftest$ac_exeext &&
9422 $as_test_x conftest$ac_exeext; then
9423 ac_cv_c_dll_unixware="yes"
9424 else
9425 echo "$as_me: failed program was:" >&5
9426 sed 's/^/| /' conftest.$ac_ext >&5
9428 ac_cv_c_dll_unixware="no"
9431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9432 conftest$ac_exeext conftest.$ac_ext
9433 CFLAGS=$ac_wine_try_cflags_saved
9435 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9436 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9437 if test "$ac_cv_c_dll_unixware" = "yes"
9438 then
9439 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9440 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9442 else
9443 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9444 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9445 if test "${ac_cv_c_dll_hpux+set}" = set; then
9446 echo $ECHO_N "(cached) $ECHO_C" >&6
9447 else
9448 ac_wine_try_cflags_saved=$CFLAGS
9449 CFLAGS="$CFLAGS -shared"
9450 cat >conftest.$ac_ext <<_ACEOF
9451 void myfunc() {}
9452 _ACEOF
9453 rm -f conftest.$ac_objext conftest$ac_exeext
9454 if { (ac_try="$ac_link"
9455 case "(($ac_try" in
9456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9457 *) ac_try_echo=$ac_try;;
9458 esac
9459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9460 (eval "$ac_link") 2>conftest.er1
9461 ac_status=$?
9462 grep -v '^ *+' conftest.er1 >conftest.err
9463 rm -f conftest.er1
9464 cat conftest.err >&5
9465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9466 (exit $ac_status); } && {
9467 test -z "$ac_c_werror_flag" ||
9468 test ! -s conftest.err
9469 } && test -s conftest$ac_exeext &&
9470 $as_test_x conftest$ac_exeext; then
9471 ac_cv_c_dll_hpux="yes"
9472 else
9473 echo "$as_me: failed program was:" >&5
9474 sed 's/^/| /' conftest.$ac_ext >&5
9476 ac_cv_c_dll_hpux="no"
9479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9480 conftest$ac_exeext conftest.$ac_ext
9481 CFLAGS=$ac_wine_try_cflags_saved
9483 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9484 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9485 if test "$ac_cv_c_dll_hpux" = "yes"
9486 then
9487 LIBEXT="sl"
9488 DLLEXT=".sl"
9489 LDDLLFLAGS="-shared -fPIC"
9490 LDSHARED="\$(CC) -shared"
9495 esac
9497 enable_winequartz_drv=${enable_winequartz_drv:-no}
9499 if test "$LIBEXT" = "a"; then
9500 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9501 It is currently not possible to build Wine without shared library
9502 (.so) support to allow transparent switch between .so and .dll files.
9503 If you are using Linux, you will need a newer binutils.
9504 " >&5
9505 echo "$as_me: error: could not find a way to build shared libraries.
9506 It is currently not possible to build Wine without shared library
9507 (.so) support to allow transparent switch between .so and .dll files.
9508 If you are using Linux, you will need a newer binutils.
9509 " >&2;}
9510 { (exit 1); exit 1; }; }
9513 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9514 then
9515 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
9517 # Extract the first word of "$ac_prog", so it can be a program name with args.
9518 set dummy $ac_prog; ac_word=$2
9519 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9520 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9521 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9522 echo $ECHO_N "(cached) $ECHO_C" >&6
9523 else
9524 if test -n "$CROSSCC"; then
9525 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9526 else
9527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9528 for as_dir in $PATH
9530 IFS=$as_save_IFS
9531 test -z "$as_dir" && as_dir=.
9532 for ac_exec_ext in '' $ac_executable_extensions; do
9533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9534 ac_cv_prog_CROSSCC="$ac_prog"
9535 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9536 break 2
9538 done
9539 done
9540 IFS=$as_save_IFS
9544 CROSSCC=$ac_cv_prog_CROSSCC
9545 if test -n "$CROSSCC"; then
9546 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9547 echo "${ECHO_T}$CROSSCC" >&6; }
9548 else
9549 { echo "$as_me:$LINENO: result: no" >&5
9550 echo "${ECHO_T}no" >&6; }
9554 test -n "$CROSSCC" && break
9555 done
9556 test -n "$CROSSCC" || CROSSCC="false"
9558 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
9560 # Extract the first word of "$ac_prog", so it can be a program name with args.
9561 set dummy $ac_prog; ac_word=$2
9562 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9563 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9564 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9565 echo $ECHO_N "(cached) $ECHO_C" >&6
9566 else
9567 if test -n "$DLLTOOL"; then
9568 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9569 else
9570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9571 for as_dir in $PATH
9573 IFS=$as_save_IFS
9574 test -z "$as_dir" && as_dir=.
9575 for ac_exec_ext in '' $ac_executable_extensions; do
9576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9577 ac_cv_prog_DLLTOOL="$ac_prog"
9578 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9579 break 2
9581 done
9582 done
9583 IFS=$as_save_IFS
9587 DLLTOOL=$ac_cv_prog_DLLTOOL
9588 if test -n "$DLLTOOL"; then
9589 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9590 echo "${ECHO_T}$DLLTOOL" >&6; }
9591 else
9592 { echo "$as_me:$LINENO: result: no" >&5
9593 echo "${ECHO_T}no" >&6; }
9597 test -n "$DLLTOOL" && break
9598 done
9599 test -n "$DLLTOOL" || DLLTOOL="false"
9601 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
9603 # Extract the first word of "$ac_prog", so it can be a program name with args.
9604 set dummy $ac_prog; ac_word=$2
9605 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9606 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9607 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9608 echo $ECHO_N "(cached) $ECHO_C" >&6
9609 else
9610 if test -n "$CROSSWINDRES"; then
9611 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9612 else
9613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9614 for as_dir in $PATH
9616 IFS=$as_save_IFS
9617 test -z "$as_dir" && as_dir=.
9618 for ac_exec_ext in '' $ac_executable_extensions; do
9619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9620 ac_cv_prog_CROSSWINDRES="$ac_prog"
9621 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9622 break 2
9624 done
9625 done
9626 IFS=$as_save_IFS
9630 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9631 if test -n "$CROSSWINDRES"; then
9632 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9633 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9634 else
9635 { echo "$as_me:$LINENO: result: no" >&5
9636 echo "${ECHO_T}no" >&6; }
9640 test -n "$CROSSWINDRES" && break
9641 done
9642 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9644 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
9646 # Extract the first word of "$ac_prog", so it can be a program name with args.
9647 set dummy $ac_prog; ac_word=$2
9648 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9649 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9650 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9651 echo $ECHO_N "(cached) $ECHO_C" >&6
9652 else
9653 if test -n "$MINGWAR"; then
9654 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9655 else
9656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9657 for as_dir in $PATH
9659 IFS=$as_save_IFS
9660 test -z "$as_dir" && as_dir=.
9661 for ac_exec_ext in '' $ac_executable_extensions; do
9662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9663 ac_cv_prog_MINGWAR="$ac_prog"
9664 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9665 break 2
9667 done
9668 done
9669 IFS=$as_save_IFS
9673 MINGWAR=$ac_cv_prog_MINGWAR
9674 if test -n "$MINGWAR"; then
9675 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9676 echo "${ECHO_T}$MINGWAR" >&6; }
9677 else
9678 { echo "$as_me:$LINENO: result: no" >&5
9679 echo "${ECHO_T}no" >&6; }
9683 test -n "$MINGWAR" && break
9684 done
9685 test -n "$MINGWAR" || MINGWAR="false"
9687 if test "$CROSSCC" != "false"
9688 then
9689 CROSSTEST="\$(CROSSTEST)"
9695 if test "$have_x" = "yes"
9696 then
9697 XLIB="-lXext -lX11"
9698 ac_save_CPPFLAGS="$CPPFLAGS"
9699 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9701 { echo "$as_me:$LINENO: checking for -lX11" >&5
9702 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9703 if test "${ac_cv_lib_soname_X11+set}" = set; then
9704 echo $ECHO_N "(cached) $ECHO_C" >&6
9705 else
9706 ac_check_soname_save_LIBS=$LIBS
9707 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9708 cat >conftest.$ac_ext <<_ACEOF
9709 /* confdefs.h. */
9710 _ACEOF
9711 cat confdefs.h >>conftest.$ac_ext
9712 cat >>conftest.$ac_ext <<_ACEOF
9713 /* end confdefs.h. */
9715 /* Override any GCC internal prototype to avoid an error.
9716 Use char because int might match the return type of a GCC
9717 builtin and then its argument prototype would still apply. */
9718 #ifdef __cplusplus
9719 extern "C"
9720 #endif
9721 char XCreateWindow ();
9723 main ()
9725 return XCreateWindow ();
9727 return 0;
9729 _ACEOF
9730 rm -f conftest.$ac_objext conftest$ac_exeext
9731 if { (ac_try="$ac_link"
9732 case "(($ac_try" in
9733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9734 *) ac_try_echo=$ac_try;;
9735 esac
9736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9737 (eval "$ac_link") 2>conftest.er1
9738 ac_status=$?
9739 grep -v '^ *+' conftest.er1 >conftest.err
9740 rm -f conftest.er1
9741 cat conftest.err >&5
9742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9743 (exit $ac_status); } && {
9744 test -z "$ac_c_werror_flag" ||
9745 test ! -s conftest.err
9746 } && test -s conftest$ac_exeext &&
9747 $as_test_x conftest$ac_exeext; then
9748 case "$LIBEXT" in
9749 dll) ;;
9750 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'` ;;
9751 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9752 esac
9753 else
9754 echo "$as_me: failed program was:" >&5
9755 sed 's/^/| /' conftest.$ac_ext >&5
9760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9761 conftest$ac_exeext conftest.$ac_ext
9762 LIBS=$ac_check_soname_save_LIBS
9764 if test "x$ac_cv_lib_soname_X11" = "x"; then
9765 { echo "$as_me:$LINENO: result: not found" >&5
9766 echo "${ECHO_T}not found" >&6; }
9768 else
9769 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9770 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9772 cat >>confdefs.h <<_ACEOF
9773 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9774 _ACEOF
9779 { echo "$as_me:$LINENO: checking for -lXext" >&5
9780 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9781 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9782 echo $ECHO_N "(cached) $ECHO_C" >&6
9783 else
9784 ac_check_soname_save_LIBS=$LIBS
9785 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9786 cat >conftest.$ac_ext <<_ACEOF
9787 /* confdefs.h. */
9788 _ACEOF
9789 cat confdefs.h >>conftest.$ac_ext
9790 cat >>conftest.$ac_ext <<_ACEOF
9791 /* end confdefs.h. */
9793 /* Override any GCC internal prototype to avoid an error.
9794 Use char because int might match the return type of a GCC
9795 builtin and then its argument prototype would still apply. */
9796 #ifdef __cplusplus
9797 extern "C"
9798 #endif
9799 char XextCreateExtension ();
9801 main ()
9803 return XextCreateExtension ();
9805 return 0;
9807 _ACEOF
9808 rm -f conftest.$ac_objext conftest$ac_exeext
9809 if { (ac_try="$ac_link"
9810 case "(($ac_try" in
9811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9812 *) ac_try_echo=$ac_try;;
9813 esac
9814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9815 (eval "$ac_link") 2>conftest.er1
9816 ac_status=$?
9817 grep -v '^ *+' conftest.er1 >conftest.err
9818 rm -f conftest.er1
9819 cat conftest.err >&5
9820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9821 (exit $ac_status); } && {
9822 test -z "$ac_c_werror_flag" ||
9823 test ! -s conftest.err
9824 } && test -s conftest$ac_exeext &&
9825 $as_test_x conftest$ac_exeext; then
9826 case "$LIBEXT" in
9827 dll) ;;
9828 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'` ;;
9829 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9830 esac
9831 else
9832 echo "$as_me: failed program was:" >&5
9833 sed 's/^/| /' conftest.$ac_ext >&5
9838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9839 conftest$ac_exeext conftest.$ac_ext
9840 LIBS=$ac_check_soname_save_LIBS
9842 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9843 { echo "$as_me:$LINENO: result: not found" >&5
9844 echo "${ECHO_T}not found" >&6; }
9846 else
9847 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9848 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9850 cat >>confdefs.h <<_ACEOF
9851 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9852 _ACEOF
9870 for ac_header in X11/Xlib.h \
9871 X11/XKBlib.h \
9872 X11/Xutil.h \
9873 X11/Xcursor/Xcursor.h \
9874 X11/extensions/shape.h \
9875 X11/extensions/XInput.h \
9876 X11/extensions/XShm.h \
9877 X11/extensions/Xcomposite.h \
9878 X11/extensions/Xinerama.h \
9879 X11/extensions/Xrandr.h \
9880 X11/extensions/Xrender.h \
9881 X11/extensions/xf86vmode.h
9883 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9884 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9885 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9886 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9887 echo $ECHO_N "(cached) $ECHO_C" >&6
9888 else
9889 cat >conftest.$ac_ext <<_ACEOF
9890 /* confdefs.h. */
9891 _ACEOF
9892 cat confdefs.h >>conftest.$ac_ext
9893 cat >>conftest.$ac_ext <<_ACEOF
9894 /* end confdefs.h. */
9895 #ifdef HAVE_X11_XLIB_H
9896 # include <X11/Xlib.h>
9897 #endif
9898 #ifdef HAVE_X11_XUTIL_H
9899 # include <X11/Xutil.h>
9900 #endif
9902 #include <$ac_header>
9903 _ACEOF
9904 rm -f conftest.$ac_objext
9905 if { (ac_try="$ac_compile"
9906 case "(($ac_try" in
9907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9908 *) ac_try_echo=$ac_try;;
9909 esac
9910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9911 (eval "$ac_compile") 2>conftest.er1
9912 ac_status=$?
9913 grep -v '^ *+' conftest.er1 >conftest.err
9914 rm -f conftest.er1
9915 cat conftest.err >&5
9916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9917 (exit $ac_status); } && {
9918 test -z "$ac_c_werror_flag" ||
9919 test ! -s conftest.err
9920 } && test -s conftest.$ac_objext; then
9921 eval "$as_ac_Header=yes"
9922 else
9923 echo "$as_me: failed program was:" >&5
9924 sed 's/^/| /' conftest.$ac_ext >&5
9926 eval "$as_ac_Header=no"
9929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9931 ac_res=`eval echo '${'$as_ac_Header'}'`
9932 { echo "$as_me:$LINENO: result: $ac_res" >&5
9933 echo "${ECHO_T}$ac_res" >&6; }
9934 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9935 cat >>confdefs.h <<_ACEOF
9936 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9937 _ACEOF
9941 done
9944 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9945 then
9946 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9947 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9948 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9949 echo $ECHO_N "(cached) $ECHO_C" >&6
9950 else
9951 ac_check_lib_save_LIBS=$LIBS
9952 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9953 cat >conftest.$ac_ext <<_ACEOF
9954 /* confdefs.h. */
9955 _ACEOF
9956 cat confdefs.h >>conftest.$ac_ext
9957 cat >>conftest.$ac_ext <<_ACEOF
9958 /* end confdefs.h. */
9960 /* Override any GCC internal prototype to avoid an error.
9961 Use char because int might match the return type of a GCC
9962 builtin and then its argument prototype would still apply. */
9963 #ifdef __cplusplus
9964 extern "C"
9965 #endif
9966 char XkbQueryExtension ();
9968 main ()
9970 return XkbQueryExtension ();
9972 return 0;
9974 _ACEOF
9975 rm -f conftest.$ac_objext conftest$ac_exeext
9976 if { (ac_try="$ac_link"
9977 case "(($ac_try" in
9978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9979 *) ac_try_echo=$ac_try;;
9980 esac
9981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9982 (eval "$ac_link") 2>conftest.er1
9983 ac_status=$?
9984 grep -v '^ *+' conftest.er1 >conftest.err
9985 rm -f conftest.er1
9986 cat conftest.err >&5
9987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9988 (exit $ac_status); } && {
9989 test -z "$ac_c_werror_flag" ||
9990 test ! -s conftest.err
9991 } && test -s conftest$ac_exeext &&
9992 $as_test_x conftest$ac_exeext; then
9993 ac_cv_lib_X11_XkbQueryExtension=yes
9994 else
9995 echo "$as_me: failed program was:" >&5
9996 sed 's/^/| /' conftest.$ac_ext >&5
9998 ac_cv_lib_X11_XkbQueryExtension=no
10001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10002 conftest$ac_exeext conftest.$ac_ext
10003 LIBS=$ac_check_lib_save_LIBS
10005 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10006 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10007 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10009 cat >>confdefs.h <<\_ACEOF
10010 #define HAVE_XKB 1
10011 _ACEOF
10017 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10018 then
10019 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10020 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10021 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10022 echo $ECHO_N "(cached) $ECHO_C" >&6
10023 else
10024 ac_check_soname_save_LIBS=$LIBS
10025 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10026 cat >conftest.$ac_ext <<_ACEOF
10027 /* confdefs.h. */
10028 _ACEOF
10029 cat confdefs.h >>conftest.$ac_ext
10030 cat >>conftest.$ac_ext <<_ACEOF
10031 /* end confdefs.h. */
10033 /* Override any GCC internal prototype to avoid an error.
10034 Use char because int might match the return type of a GCC
10035 builtin and then its argument prototype would still apply. */
10036 #ifdef __cplusplus
10037 extern "C"
10038 #endif
10039 char XcursorImageLoadCursor ();
10041 main ()
10043 return XcursorImageLoadCursor ();
10045 return 0;
10047 _ACEOF
10048 rm -f conftest.$ac_objext conftest$ac_exeext
10049 if { (ac_try="$ac_link"
10050 case "(($ac_try" in
10051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10052 *) ac_try_echo=$ac_try;;
10053 esac
10054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10055 (eval "$ac_link") 2>conftest.er1
10056 ac_status=$?
10057 grep -v '^ *+' conftest.er1 >conftest.err
10058 rm -f conftest.er1
10059 cat conftest.err >&5
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); } && {
10062 test -z "$ac_c_werror_flag" ||
10063 test ! -s conftest.err
10064 } && test -s conftest$ac_exeext &&
10065 $as_test_x conftest$ac_exeext; then
10066 case "$LIBEXT" in
10067 dll) ;;
10068 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'` ;;
10069 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10070 esac
10071 else
10072 echo "$as_me: failed program was:" >&5
10073 sed 's/^/| /' conftest.$ac_ext >&5
10078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10079 conftest$ac_exeext conftest.$ac_ext
10080 LIBS=$ac_check_soname_save_LIBS
10082 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10083 { echo "$as_me:$LINENO: result: not found" >&5
10084 echo "${ECHO_T}not found" >&6; }
10086 else
10087 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10088 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10090 cat >>confdefs.h <<_ACEOF
10091 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10092 _ACEOF
10098 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10099 case "x$with_xcursor" in
10100 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10101 xno) ;;
10102 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10103 This is an error since --with-xcursor was requested." >&5
10104 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10105 This is an error since --with-xcursor was requested." >&2;}
10106 { (exit 1); exit 1; }; } ;;
10107 esac
10111 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10112 then
10113 { echo "$as_me:$LINENO: checking for -lXi" >&5
10114 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10115 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10116 echo $ECHO_N "(cached) $ECHO_C" >&6
10117 else
10118 ac_check_soname_save_LIBS=$LIBS
10119 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10120 cat >conftest.$ac_ext <<_ACEOF
10121 /* confdefs.h. */
10122 _ACEOF
10123 cat confdefs.h >>conftest.$ac_ext
10124 cat >>conftest.$ac_ext <<_ACEOF
10125 /* end confdefs.h. */
10127 /* Override any GCC internal prototype to avoid an error.
10128 Use char because int might match the return type of a GCC
10129 builtin and then its argument prototype would still apply. */
10130 #ifdef __cplusplus
10131 extern "C"
10132 #endif
10133 char XOpenDevice ();
10135 main ()
10137 return XOpenDevice ();
10139 return 0;
10141 _ACEOF
10142 rm -f conftest.$ac_objext conftest$ac_exeext
10143 if { (ac_try="$ac_link"
10144 case "(($ac_try" in
10145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10146 *) ac_try_echo=$ac_try;;
10147 esac
10148 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10149 (eval "$ac_link") 2>conftest.er1
10150 ac_status=$?
10151 grep -v '^ *+' conftest.er1 >conftest.err
10152 rm -f conftest.er1
10153 cat conftest.err >&5
10154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10155 (exit $ac_status); } && {
10156 test -z "$ac_c_werror_flag" ||
10157 test ! -s conftest.err
10158 } && test -s conftest$ac_exeext &&
10159 $as_test_x conftest$ac_exeext; then
10160 case "$LIBEXT" in
10161 dll) ;;
10162 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'` ;;
10163 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10164 esac
10165 else
10166 echo "$as_me: failed program was:" >&5
10167 sed 's/^/| /' conftest.$ac_ext >&5
10172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10173 conftest$ac_exeext conftest.$ac_ext
10174 LIBS=$ac_check_soname_save_LIBS
10176 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10177 { echo "$as_me:$LINENO: result: not found" >&5
10178 echo "${ECHO_T}not found" >&6; }
10180 else
10181 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10182 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10184 cat >>confdefs.h <<_ACEOF
10185 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10186 _ACEOF
10192 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10193 case "x$with_xinput" in
10194 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10195 xno) ;;
10196 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10197 This is an error since --with-xinput was requested." >&5
10198 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10199 This is an error since --with-xinput was requested." >&2;}
10200 { (exit 1); exit 1; }; } ;;
10201 esac
10205 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10206 then
10207 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10208 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10209 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10210 echo $ECHO_N "(cached) $ECHO_C" >&6
10211 else
10212 ac_check_lib_save_LIBS=$LIBS
10213 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10214 cat >conftest.$ac_ext <<_ACEOF
10215 /* confdefs.h. */
10216 _ACEOF
10217 cat confdefs.h >>conftest.$ac_ext
10218 cat >>conftest.$ac_ext <<_ACEOF
10219 /* end confdefs.h. */
10221 /* Override any GCC internal prototype to avoid an error.
10222 Use char because int might match the return type of a GCC
10223 builtin and then its argument prototype would still apply. */
10224 #ifdef __cplusplus
10225 extern "C"
10226 #endif
10227 char XShmQueryExtension ();
10229 main ()
10231 return XShmQueryExtension ();
10233 return 0;
10235 _ACEOF
10236 rm -f conftest.$ac_objext conftest$ac_exeext
10237 if { (ac_try="$ac_link"
10238 case "(($ac_try" in
10239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10240 *) ac_try_echo=$ac_try;;
10241 esac
10242 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10243 (eval "$ac_link") 2>conftest.er1
10244 ac_status=$?
10245 grep -v '^ *+' conftest.er1 >conftest.err
10246 rm -f conftest.er1
10247 cat conftest.err >&5
10248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10249 (exit $ac_status); } && {
10250 test -z "$ac_c_werror_flag" ||
10251 test ! -s conftest.err
10252 } && test -s conftest$ac_exeext &&
10253 $as_test_x conftest$ac_exeext; then
10254 ac_cv_lib_Xext_XShmQueryExtension=yes
10255 else
10256 echo "$as_me: failed program was:" >&5
10257 sed 's/^/| /' conftest.$ac_ext >&5
10259 ac_cv_lib_Xext_XShmQueryExtension=no
10262 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10263 conftest$ac_exeext conftest.$ac_ext
10264 LIBS=$ac_check_lib_save_LIBS
10266 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10267 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10268 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10270 cat >>confdefs.h <<\_ACEOF
10271 #define HAVE_LIBXXSHM 1
10272 _ACEOF
10277 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10278 case "x$with_xshm" in
10279 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10280 xno) ;;
10281 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10282 This is an error since --with-xshm was requested." >&5
10283 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10284 This is an error since --with-xshm was requested." >&2;}
10285 { (exit 1); exit 1; }; } ;;
10286 esac
10290 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10291 then
10292 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10293 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10294 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10295 echo $ECHO_N "(cached) $ECHO_C" >&6
10296 else
10297 ac_check_lib_save_LIBS=$LIBS
10298 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10299 cat >conftest.$ac_ext <<_ACEOF
10300 /* confdefs.h. */
10301 _ACEOF
10302 cat confdefs.h >>conftest.$ac_ext
10303 cat >>conftest.$ac_ext <<_ACEOF
10304 /* end confdefs.h. */
10306 /* Override any GCC internal prototype to avoid an error.
10307 Use char because int might match the return type of a GCC
10308 builtin and then its argument prototype would still apply. */
10309 #ifdef __cplusplus
10310 extern "C"
10311 #endif
10312 char XShapeQueryExtension ();
10314 main ()
10316 return XShapeQueryExtension ();
10318 return 0;
10320 _ACEOF
10321 rm -f conftest.$ac_objext conftest$ac_exeext
10322 if { (ac_try="$ac_link"
10323 case "(($ac_try" in
10324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10325 *) ac_try_echo=$ac_try;;
10326 esac
10327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10328 (eval "$ac_link") 2>conftest.er1
10329 ac_status=$?
10330 grep -v '^ *+' conftest.er1 >conftest.err
10331 rm -f conftest.er1
10332 cat conftest.err >&5
10333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10334 (exit $ac_status); } && {
10335 test -z "$ac_c_werror_flag" ||
10336 test ! -s conftest.err
10337 } && test -s conftest$ac_exeext &&
10338 $as_test_x conftest$ac_exeext; then
10339 ac_cv_lib_Xext_XShapeQueryExtension=yes
10340 else
10341 echo "$as_me: failed program was:" >&5
10342 sed 's/^/| /' conftest.$ac_ext >&5
10344 ac_cv_lib_Xext_XShapeQueryExtension=no
10347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10348 conftest$ac_exeext conftest.$ac_ext
10349 LIBS=$ac_check_lib_save_LIBS
10351 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10352 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10353 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10355 cat >>confdefs.h <<\_ACEOF
10356 #define HAVE_LIBXSHAPE 1
10357 _ACEOF
10362 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10363 case "x$with_xshape" in
10364 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10365 xno) ;;
10366 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10367 This is an error since --with-xshape was requested." >&5
10368 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10369 This is an error since --with-xshape was requested." >&2;}
10370 { (exit 1); exit 1; }; } ;;
10371 esac
10375 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10376 then
10377 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10378 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10379 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10380 echo $ECHO_N "(cached) $ECHO_C" >&6
10381 else
10382 ac_check_soname_save_LIBS=$LIBS
10383 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10384 cat >conftest.$ac_ext <<_ACEOF
10385 /* confdefs.h. */
10386 _ACEOF
10387 cat confdefs.h >>conftest.$ac_ext
10388 cat >>conftest.$ac_ext <<_ACEOF
10389 /* end confdefs.h. */
10391 /* Override any GCC internal prototype to avoid an error.
10392 Use char because int might match the return type of a GCC
10393 builtin and then its argument prototype would still apply. */
10394 #ifdef __cplusplus
10395 extern "C"
10396 #endif
10397 char XF86VidModeQueryExtension ();
10399 main ()
10401 return XF86VidModeQueryExtension ();
10403 return 0;
10405 _ACEOF
10406 rm -f conftest.$ac_objext conftest$ac_exeext
10407 if { (ac_try="$ac_link"
10408 case "(($ac_try" in
10409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10410 *) ac_try_echo=$ac_try;;
10411 esac
10412 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10413 (eval "$ac_link") 2>conftest.er1
10414 ac_status=$?
10415 grep -v '^ *+' conftest.er1 >conftest.err
10416 rm -f conftest.er1
10417 cat conftest.err >&5
10418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10419 (exit $ac_status); } && {
10420 test -z "$ac_c_werror_flag" ||
10421 test ! -s conftest.err
10422 } && test -s conftest$ac_exeext &&
10423 $as_test_x conftest$ac_exeext; then
10424 case "$LIBEXT" in
10425 dll) ;;
10426 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'` ;;
10427 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10428 esac
10429 else
10430 echo "$as_me: failed program was:" >&5
10431 sed 's/^/| /' conftest.$ac_ext >&5
10436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10437 conftest$ac_exeext conftest.$ac_ext
10438 LIBS=$ac_check_soname_save_LIBS
10440 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10441 { echo "$as_me:$LINENO: result: not found" >&5
10442 echo "${ECHO_T}not found" >&6; }
10444 else
10445 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10446 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10448 cat >>confdefs.h <<_ACEOF
10449 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10450 _ACEOF
10456 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10457 case "x$with_xxf86vm" in
10458 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10459 xno) ;;
10460 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10461 This is an error since --with-xxf86vm was requested." >&5
10462 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10463 This is an error since --with-xxf86vm was requested." >&2;}
10464 { (exit 1); exit 1; }; } ;;
10465 esac
10469 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"
10470 then
10471 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10472 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10473 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10474 echo $ECHO_N "(cached) $ECHO_C" >&6
10475 else
10476 ac_check_soname_save_LIBS=$LIBS
10477 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10478 cat >conftest.$ac_ext <<_ACEOF
10479 /* confdefs.h. */
10480 _ACEOF
10481 cat confdefs.h >>conftest.$ac_ext
10482 cat >>conftest.$ac_ext <<_ACEOF
10483 /* end confdefs.h. */
10485 /* Override any GCC internal prototype to avoid an error.
10486 Use char because int might match the return type of a GCC
10487 builtin and then its argument prototype would still apply. */
10488 #ifdef __cplusplus
10489 extern "C"
10490 #endif
10491 char XRenderQueryExtension ();
10493 main ()
10495 return XRenderQueryExtension ();
10497 return 0;
10499 _ACEOF
10500 rm -f conftest.$ac_objext conftest$ac_exeext
10501 if { (ac_try="$ac_link"
10502 case "(($ac_try" in
10503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10504 *) ac_try_echo=$ac_try;;
10505 esac
10506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10507 (eval "$ac_link") 2>conftest.er1
10508 ac_status=$?
10509 grep -v '^ *+' conftest.er1 >conftest.err
10510 rm -f conftest.er1
10511 cat conftest.err >&5
10512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10513 (exit $ac_status); } && {
10514 test -z "$ac_c_werror_flag" ||
10515 test ! -s conftest.err
10516 } && test -s conftest$ac_exeext &&
10517 $as_test_x conftest$ac_exeext; then
10518 case "$LIBEXT" in
10519 dll) ;;
10520 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'` ;;
10521 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10522 esac
10523 else
10524 echo "$as_me: failed program was:" >&5
10525 sed 's/^/| /' conftest.$ac_ext >&5
10530 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10531 conftest$ac_exeext conftest.$ac_ext
10532 LIBS=$ac_check_soname_save_LIBS
10534 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10535 { echo "$as_me:$LINENO: result: not found" >&5
10536 echo "${ECHO_T}not found" >&6; }
10538 else
10539 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10540 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10542 cat >>confdefs.h <<_ACEOF
10543 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10544 _ACEOF
10546 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10547 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10548 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10549 echo $ECHO_N "(cached) $ECHO_C" >&6
10550 else
10551 ac_check_lib_save_LIBS=$LIBS
10552 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10553 cat >conftest.$ac_ext <<_ACEOF
10554 /* confdefs.h. */
10555 _ACEOF
10556 cat confdefs.h >>conftest.$ac_ext
10557 cat >>conftest.$ac_ext <<_ACEOF
10558 /* end confdefs.h. */
10560 /* Override any GCC internal prototype to avoid an error.
10561 Use char because int might match the return type of a GCC
10562 builtin and then its argument prototype would still apply. */
10563 #ifdef __cplusplus
10564 extern "C"
10565 #endif
10566 char XRenderSetPictureTransform ();
10568 main ()
10570 return XRenderSetPictureTransform ();
10572 return 0;
10574 _ACEOF
10575 rm -f conftest.$ac_objext conftest$ac_exeext
10576 if { (ac_try="$ac_link"
10577 case "(($ac_try" in
10578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10579 *) ac_try_echo=$ac_try;;
10580 esac
10581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10582 (eval "$ac_link") 2>conftest.er1
10583 ac_status=$?
10584 grep -v '^ *+' conftest.er1 >conftest.err
10585 rm -f conftest.er1
10586 cat conftest.err >&5
10587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10588 (exit $ac_status); } && {
10589 test -z "$ac_c_werror_flag" ||
10590 test ! -s conftest.err
10591 } && test -s conftest$ac_exeext &&
10592 $as_test_x conftest$ac_exeext; then
10593 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10594 else
10595 echo "$as_me: failed program was:" >&5
10596 sed 's/^/| /' conftest.$ac_ext >&5
10598 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10602 conftest$ac_exeext conftest.$ac_ext
10603 LIBS=$ac_check_lib_save_LIBS
10605 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10606 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10607 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10609 cat >>confdefs.h <<\_ACEOF
10610 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10611 _ACEOF
10619 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10620 case "x$with_xrender" in
10621 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10622 xno) ;;
10623 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10624 This is an error since --with-xrender was requested." >&5
10625 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10626 This is an error since --with-xrender was requested." >&2;}
10627 { (exit 1); exit 1; }; } ;;
10628 esac
10632 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10633 then
10634 cat >conftest.$ac_ext <<_ACEOF
10635 /* confdefs.h. */
10636 _ACEOF
10637 cat confdefs.h >>conftest.$ac_ext
10638 cat >>conftest.$ac_ext <<_ACEOF
10639 /* end confdefs.h. */
10640 #include <X11/Xlib.h>
10641 #include <X11/extensions/Xrandr.h>
10643 main ()
10645 static typeof(XRRSetScreenConfigAndRate) * func;
10647 return 0;
10649 _ACEOF
10650 rm -f conftest.$ac_objext
10651 if { (ac_try="$ac_compile"
10652 case "(($ac_try" in
10653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10654 *) ac_try_echo=$ac_try;;
10655 esac
10656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10657 (eval "$ac_compile") 2>conftest.er1
10658 ac_status=$?
10659 grep -v '^ *+' conftest.er1 >conftest.err
10660 rm -f conftest.er1
10661 cat conftest.err >&5
10662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10663 (exit $ac_status); } && {
10664 test -z "$ac_c_werror_flag" ||
10665 test ! -s conftest.err
10666 } && test -s conftest.$ac_objext; then
10667 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10668 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10669 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10670 echo $ECHO_N "(cached) $ECHO_C" >&6
10671 else
10672 ac_check_soname_save_LIBS=$LIBS
10673 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10674 cat >conftest.$ac_ext <<_ACEOF
10675 /* confdefs.h. */
10676 _ACEOF
10677 cat confdefs.h >>conftest.$ac_ext
10678 cat >>conftest.$ac_ext <<_ACEOF
10679 /* end confdefs.h. */
10681 /* Override any GCC internal prototype to avoid an error.
10682 Use char because int might match the return type of a GCC
10683 builtin and then its argument prototype would still apply. */
10684 #ifdef __cplusplus
10685 extern "C"
10686 #endif
10687 char XRRQueryExtension ();
10689 main ()
10691 return XRRQueryExtension ();
10693 return 0;
10695 _ACEOF
10696 rm -f conftest.$ac_objext conftest$ac_exeext
10697 if { (ac_try="$ac_link"
10698 case "(($ac_try" in
10699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10700 *) ac_try_echo=$ac_try;;
10701 esac
10702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10703 (eval "$ac_link") 2>conftest.er1
10704 ac_status=$?
10705 grep -v '^ *+' conftest.er1 >conftest.err
10706 rm -f conftest.er1
10707 cat conftest.err >&5
10708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10709 (exit $ac_status); } && {
10710 test -z "$ac_c_werror_flag" ||
10711 test ! -s conftest.err
10712 } && test -s conftest$ac_exeext &&
10713 $as_test_x conftest$ac_exeext; then
10714 case "$LIBEXT" in
10715 dll) ;;
10716 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'` ;;
10717 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10718 esac
10719 else
10720 echo "$as_me: failed program was:" >&5
10721 sed 's/^/| /' conftest.$ac_ext >&5
10726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10727 conftest$ac_exeext conftest.$ac_ext
10728 LIBS=$ac_check_soname_save_LIBS
10730 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10731 { echo "$as_me:$LINENO: result: not found" >&5
10732 echo "${ECHO_T}not found" >&6; }
10734 else
10735 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10736 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10738 cat >>confdefs.h <<_ACEOF
10739 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10740 _ACEOF
10745 else
10746 echo "$as_me: failed program was:" >&5
10747 sed 's/^/| /' conftest.$ac_ext >&5
10752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10754 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10755 case "x$with_xrandr" in
10756 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10757 xno) ;;
10758 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10759 This is an error since --with-xrandr was requested." >&5
10760 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10761 This is an error since --with-xrandr was requested." >&2;}
10762 { (exit 1); exit 1; }; } ;;
10763 esac
10767 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10768 then
10769 cat >conftest.$ac_ext <<_ACEOF
10770 /* confdefs.h. */
10771 _ACEOF
10772 cat confdefs.h >>conftest.$ac_ext
10773 cat >>conftest.$ac_ext <<_ACEOF
10774 /* end confdefs.h. */
10775 #include <X11/Xlib.h>
10776 #include <X11/extensions/Xinerama.h>
10778 main ()
10780 static typeof(XineramaQueryScreens) * func;
10782 return 0;
10784 _ACEOF
10785 rm -f conftest.$ac_objext
10786 if { (ac_try="$ac_compile"
10787 case "(($ac_try" in
10788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10789 *) ac_try_echo=$ac_try;;
10790 esac
10791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10792 (eval "$ac_compile") 2>conftest.er1
10793 ac_status=$?
10794 grep -v '^ *+' conftest.er1 >conftest.err
10795 rm -f conftest.er1
10796 cat conftest.err >&5
10797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10798 (exit $ac_status); } && {
10799 test -z "$ac_c_werror_flag" ||
10800 test ! -s conftest.err
10801 } && test -s conftest.$ac_objext; then
10802 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10803 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10804 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10805 echo $ECHO_N "(cached) $ECHO_C" >&6
10806 else
10807 ac_check_soname_save_LIBS=$LIBS
10808 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10809 cat >conftest.$ac_ext <<_ACEOF
10810 /* confdefs.h. */
10811 _ACEOF
10812 cat confdefs.h >>conftest.$ac_ext
10813 cat >>conftest.$ac_ext <<_ACEOF
10814 /* end confdefs.h. */
10816 /* Override any GCC internal prototype to avoid an error.
10817 Use char because int might match the return type of a GCC
10818 builtin and then its argument prototype would still apply. */
10819 #ifdef __cplusplus
10820 extern "C"
10821 #endif
10822 char XineramaQueryScreens ();
10824 main ()
10826 return XineramaQueryScreens ();
10828 return 0;
10830 _ACEOF
10831 rm -f conftest.$ac_objext conftest$ac_exeext
10832 if { (ac_try="$ac_link"
10833 case "(($ac_try" in
10834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10835 *) ac_try_echo=$ac_try;;
10836 esac
10837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10838 (eval "$ac_link") 2>conftest.er1
10839 ac_status=$?
10840 grep -v '^ *+' conftest.er1 >conftest.err
10841 rm -f conftest.er1
10842 cat conftest.err >&5
10843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10844 (exit $ac_status); } && {
10845 test -z "$ac_c_werror_flag" ||
10846 test ! -s conftest.err
10847 } && test -s conftest$ac_exeext &&
10848 $as_test_x conftest$ac_exeext; then
10849 case "$LIBEXT" in
10850 dll) ;;
10851 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'` ;;
10852 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10853 esac
10854 else
10855 echo "$as_me: failed program was:" >&5
10856 sed 's/^/| /' conftest.$ac_ext >&5
10861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10862 conftest$ac_exeext conftest.$ac_ext
10863 LIBS=$ac_check_soname_save_LIBS
10865 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10866 { echo "$as_me:$LINENO: result: not found" >&5
10867 echo "${ECHO_T}not found" >&6; }
10869 else
10870 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10871 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10873 cat >>confdefs.h <<_ACEOF
10874 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10875 _ACEOF
10880 else
10881 echo "$as_me: failed program was:" >&5
10882 sed 's/^/| /' conftest.$ac_ext >&5
10887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10889 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10890 case "x$with_xinerama" in
10891 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10892 xno) ;;
10893 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10894 This is an error since --with-xinerama was requested." >&5
10895 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10896 This is an error since --with-xinerama was requested." >&2;}
10897 { (exit 1); exit 1; }; } ;;
10898 esac
10902 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10903 then
10904 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10905 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10906 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10907 echo $ECHO_N "(cached) $ECHO_C" >&6
10908 else
10909 ac_check_soname_save_LIBS=$LIBS
10910 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10911 cat >conftest.$ac_ext <<_ACEOF
10912 /* confdefs.h. */
10913 _ACEOF
10914 cat confdefs.h >>conftest.$ac_ext
10915 cat >>conftest.$ac_ext <<_ACEOF
10916 /* end confdefs.h. */
10918 /* Override any GCC internal prototype to avoid an error.
10919 Use char because int might match the return type of a GCC
10920 builtin and then its argument prototype would still apply. */
10921 #ifdef __cplusplus
10922 extern "C"
10923 #endif
10924 char XCompositeRedirectWindow ();
10926 main ()
10928 return XCompositeRedirectWindow ();
10930 return 0;
10932 _ACEOF
10933 rm -f conftest.$ac_objext conftest$ac_exeext
10934 if { (ac_try="$ac_link"
10935 case "(($ac_try" in
10936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10937 *) ac_try_echo=$ac_try;;
10938 esac
10939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10940 (eval "$ac_link") 2>conftest.er1
10941 ac_status=$?
10942 grep -v '^ *+' conftest.er1 >conftest.err
10943 rm -f conftest.er1
10944 cat conftest.err >&5
10945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10946 (exit $ac_status); } && {
10947 test -z "$ac_c_werror_flag" ||
10948 test ! -s conftest.err
10949 } && test -s conftest$ac_exeext &&
10950 $as_test_x conftest$ac_exeext; then
10951 case "$LIBEXT" in
10952 dll) ;;
10953 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'` ;;
10954 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10955 esac
10956 else
10957 echo "$as_me: failed program was:" >&5
10958 sed 's/^/| /' conftest.$ac_ext >&5
10963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10964 conftest$ac_exeext conftest.$ac_ext
10965 LIBS=$ac_check_soname_save_LIBS
10967 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10968 { echo "$as_me:$LINENO: result: not found" >&5
10969 echo "${ECHO_T}not found" >&6; }
10971 else
10972 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10973 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10975 cat >>confdefs.h <<_ACEOF
10976 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10977 _ACEOF
10983 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10984 case "x$with_xcomposite" in
10985 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10986 xno) ;;
10987 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10988 This is an error since --with-xcomposite was requested." >&5
10989 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10990 This is an error since --with-xcomposite was requested." >&2;}
10991 { (exit 1); exit 1; }; } ;;
10992 esac
10996 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10997 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10998 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10999 echo $ECHO_N "(cached) $ECHO_C" >&6
11000 else
11001 cat >conftest.$ac_ext <<_ACEOF
11002 /* confdefs.h. */
11003 _ACEOF
11004 cat confdefs.h >>conftest.$ac_ext
11005 cat >>conftest.$ac_ext <<_ACEOF
11006 /* end confdefs.h. */
11007 #ifdef HAVE_X11_XLIB_H
11008 #include <X11/Xlib.h>
11009 #endif
11012 main ()
11014 static XICCallback ac_aggr;
11015 if (ac_aggr.callback)
11016 return 0;
11018 return 0;
11020 _ACEOF
11021 rm -f conftest.$ac_objext
11022 if { (ac_try="$ac_compile"
11023 case "(($ac_try" in
11024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11025 *) ac_try_echo=$ac_try;;
11026 esac
11027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11028 (eval "$ac_compile") 2>conftest.er1
11029 ac_status=$?
11030 grep -v '^ *+' conftest.er1 >conftest.err
11031 rm -f conftest.er1
11032 cat conftest.err >&5
11033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11034 (exit $ac_status); } && {
11035 test -z "$ac_c_werror_flag" ||
11036 test ! -s conftest.err
11037 } && test -s conftest.$ac_objext; then
11038 ac_cv_member_XICCallback_callback=yes
11039 else
11040 echo "$as_me: failed program was:" >&5
11041 sed 's/^/| /' conftest.$ac_ext >&5
11043 cat >conftest.$ac_ext <<_ACEOF
11044 /* confdefs.h. */
11045 _ACEOF
11046 cat confdefs.h >>conftest.$ac_ext
11047 cat >>conftest.$ac_ext <<_ACEOF
11048 /* end confdefs.h. */
11049 #ifdef HAVE_X11_XLIB_H
11050 #include <X11/Xlib.h>
11051 #endif
11054 main ()
11056 static XICCallback ac_aggr;
11057 if (sizeof ac_aggr.callback)
11058 return 0;
11060 return 0;
11062 _ACEOF
11063 rm -f conftest.$ac_objext
11064 if { (ac_try="$ac_compile"
11065 case "(($ac_try" in
11066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11067 *) ac_try_echo=$ac_try;;
11068 esac
11069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11070 (eval "$ac_compile") 2>conftest.er1
11071 ac_status=$?
11072 grep -v '^ *+' conftest.er1 >conftest.err
11073 rm -f conftest.er1
11074 cat conftest.err >&5
11075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11076 (exit $ac_status); } && {
11077 test -z "$ac_c_werror_flag" ||
11078 test ! -s conftest.err
11079 } && test -s conftest.$ac_objext; then
11080 ac_cv_member_XICCallback_callback=yes
11081 else
11082 echo "$as_me: failed program was:" >&5
11083 sed 's/^/| /' conftest.$ac_ext >&5
11085 ac_cv_member_XICCallback_callback=no
11088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11093 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11094 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11095 if test $ac_cv_member_XICCallback_callback = yes; then
11097 cat >>confdefs.h <<_ACEOF
11098 #define HAVE_XICCALLBACK_CALLBACK 1
11099 _ACEOF
11106 opengl_msg=""
11107 if test "x$with_opengl" != "xno"
11108 then
11113 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11115 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11116 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11117 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11118 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11119 echo $ECHO_N "(cached) $ECHO_C" >&6
11120 else
11121 cat >conftest.$ac_ext <<_ACEOF
11122 /* confdefs.h. */
11123 _ACEOF
11124 cat confdefs.h >>conftest.$ac_ext
11125 cat >>conftest.$ac_ext <<_ACEOF
11126 /* end confdefs.h. */
11127 #ifdef HAVE_GL_GLX_H
11128 # include <GL/glx.h>
11129 #endif
11131 #include <$ac_header>
11132 _ACEOF
11133 rm -f conftest.$ac_objext
11134 if { (ac_try="$ac_compile"
11135 case "(($ac_try" in
11136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11137 *) ac_try_echo=$ac_try;;
11138 esac
11139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11140 (eval "$ac_compile") 2>conftest.er1
11141 ac_status=$?
11142 grep -v '^ *+' conftest.er1 >conftest.err
11143 rm -f conftest.er1
11144 cat conftest.err >&5
11145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11146 (exit $ac_status); } && {
11147 test -z "$ac_c_werror_flag" ||
11148 test ! -s conftest.err
11149 } && test -s conftest.$ac_objext; then
11150 eval "$as_ac_Header=yes"
11151 else
11152 echo "$as_me: failed program was:" >&5
11153 sed 's/^/| /' conftest.$ac_ext >&5
11155 eval "$as_ac_Header=no"
11158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11160 ac_res=`eval echo '${'$as_ac_Header'}'`
11161 { echo "$as_me:$LINENO: result: $ac_res" >&5
11162 echo "${ECHO_T}$ac_res" >&6; }
11163 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11164 cat >>confdefs.h <<_ACEOF
11165 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11166 _ACEOF
11170 done
11172 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11173 then
11174 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11175 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11176 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11177 echo $ECHO_N "(cached) $ECHO_C" >&6
11178 else
11179 cat >conftest.$ac_ext <<_ACEOF
11180 /* confdefs.h. */
11181 _ACEOF
11182 cat confdefs.h >>conftest.$ac_ext
11183 cat >>conftest.$ac_ext <<_ACEOF
11184 /* end confdefs.h. */
11185 #include <GL/gl.h>
11187 main ()
11189 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11191 return 0;
11193 _ACEOF
11194 rm -f conftest.$ac_objext
11195 if { (ac_try="$ac_compile"
11196 case "(($ac_try" in
11197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11198 *) ac_try_echo=$ac_try;;
11199 esac
11200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11201 (eval "$ac_compile") 2>conftest.er1
11202 ac_status=$?
11203 grep -v '^ *+' conftest.er1 >conftest.err
11204 rm -f conftest.er1
11205 cat conftest.err >&5
11206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11207 (exit $ac_status); } && {
11208 test -z "$ac_c_werror_flag" ||
11209 test ! -s conftest.err
11210 } && test -s conftest.$ac_objext; then
11211 wine_cv_opengl_header_version_OK="yes"
11212 else
11213 echo "$as_me: failed program was:" >&5
11214 sed 's/^/| /' conftest.$ac_ext >&5
11216 wine_cv_opengl_header_version_OK="no"
11219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11221 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11222 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11224 if test "$wine_cv_opengl_header_version_OK" = "yes"
11225 then
11226 { echo "$as_me:$LINENO: checking for -lGL" >&5
11227 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11228 if test "${ac_cv_lib_soname_GL+set}" = set; then
11229 echo $ECHO_N "(cached) $ECHO_C" >&6
11230 else
11231 ac_check_soname_save_LIBS=$LIBS
11232 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11233 cat >conftest.$ac_ext <<_ACEOF
11234 /* confdefs.h. */
11235 _ACEOF
11236 cat confdefs.h >>conftest.$ac_ext
11237 cat >>conftest.$ac_ext <<_ACEOF
11238 /* end confdefs.h. */
11240 /* Override any GCC internal prototype to avoid an error.
11241 Use char because int might match the return type of a GCC
11242 builtin and then its argument prototype would still apply. */
11243 #ifdef __cplusplus
11244 extern "C"
11245 #endif
11246 char glXCreateContext ();
11248 main ()
11250 return glXCreateContext ();
11252 return 0;
11254 _ACEOF
11255 rm -f conftest.$ac_objext conftest$ac_exeext
11256 if { (ac_try="$ac_link"
11257 case "(($ac_try" in
11258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11259 *) ac_try_echo=$ac_try;;
11260 esac
11261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11262 (eval "$ac_link") 2>conftest.er1
11263 ac_status=$?
11264 grep -v '^ *+' conftest.er1 >conftest.err
11265 rm -f conftest.er1
11266 cat conftest.err >&5
11267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11268 (exit $ac_status); } && {
11269 test -z "$ac_c_werror_flag" ||
11270 test ! -s conftest.err
11271 } && test -s conftest$ac_exeext &&
11272 $as_test_x conftest$ac_exeext; then
11273 case "$LIBEXT" in
11274 dll) ;;
11275 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'` ;;
11276 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11277 esac
11278 else
11279 echo "$as_me: failed program was:" >&5
11280 sed 's/^/| /' conftest.$ac_ext >&5
11285 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11286 conftest$ac_exeext conftest.$ac_ext
11287 LIBS=$ac_check_soname_save_LIBS
11289 if test "x$ac_cv_lib_soname_GL" = "x"; then
11290 { echo "$as_me:$LINENO: result: not found" >&5
11291 echo "${ECHO_T}not found" >&6; }
11292 { echo "$as_me:$LINENO: checking for -lGL" >&5
11293 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11294 if test "${ac_cv_lib_soname_GL+set}" = set; then
11295 echo $ECHO_N "(cached) $ECHO_C" >&6
11296 else
11297 ac_check_soname_save_LIBS=$LIBS
11298 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"
11299 cat >conftest.$ac_ext <<_ACEOF
11300 /* confdefs.h. */
11301 _ACEOF
11302 cat confdefs.h >>conftest.$ac_ext
11303 cat >>conftest.$ac_ext <<_ACEOF
11304 /* end confdefs.h. */
11306 /* Override any GCC internal prototype to avoid an error.
11307 Use char because int might match the return type of a GCC
11308 builtin and then its argument prototype would still apply. */
11309 #ifdef __cplusplus
11310 extern "C"
11311 #endif
11312 char glXCreateContext ();
11314 main ()
11316 return glXCreateContext ();
11318 return 0;
11320 _ACEOF
11321 rm -f conftest.$ac_objext conftest$ac_exeext
11322 if { (ac_try="$ac_link"
11323 case "(($ac_try" in
11324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11325 *) ac_try_echo=$ac_try;;
11326 esac
11327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11328 (eval "$ac_link") 2>conftest.er1
11329 ac_status=$?
11330 grep -v '^ *+' conftest.er1 >conftest.err
11331 rm -f conftest.er1
11332 cat conftest.err >&5
11333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11334 (exit $ac_status); } && {
11335 test -z "$ac_c_werror_flag" ||
11336 test ! -s conftest.err
11337 } && test -s conftest$ac_exeext &&
11338 $as_test_x conftest$ac_exeext; then
11339 case "$LIBEXT" in
11340 dll) ;;
11341 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'` ;;
11342 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11343 esac
11344 else
11345 echo "$as_me: failed program was:" >&5
11346 sed 's/^/| /' conftest.$ac_ext >&5
11351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11352 conftest$ac_exeext conftest.$ac_ext
11353 LIBS=$ac_check_soname_save_LIBS
11355 if test "x$ac_cv_lib_soname_GL" = "x"; then
11356 { echo "$as_me:$LINENO: result: not found" >&5
11357 echo "${ECHO_T}not found" >&6; }
11358 if test -f /usr/X11R6/lib/libGL.a
11359 then
11360 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11361 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11362 else
11363 opengl_msg="No OpenGL library found on this system."
11365 else
11366 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11367 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11369 cat >>confdefs.h <<_ACEOF
11370 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11371 _ACEOF
11373 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"
11375 cat >>confdefs.h <<\_ACEOF
11376 #define HAVE_OPENGL 1
11377 _ACEOF
11381 else
11382 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11383 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11385 cat >>confdefs.h <<_ACEOF
11386 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11387 _ACEOF
11389 OPENGL_LIBS="-lGL"
11391 cat >>confdefs.h <<\_ACEOF
11392 #define HAVE_OPENGL 1
11393 _ACEOF
11397 if test "$ac_cv_header_GL_glu_h" = "yes"
11398 then
11399 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11400 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11401 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11402 echo $ECHO_N "(cached) $ECHO_C" >&6
11403 else
11404 ac_check_soname_save_LIBS=$LIBS
11405 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11406 cat >conftest.$ac_ext <<_ACEOF
11407 /* confdefs.h. */
11408 _ACEOF
11409 cat confdefs.h >>conftest.$ac_ext
11410 cat >>conftest.$ac_ext <<_ACEOF
11411 /* end confdefs.h. */
11413 /* Override any GCC internal prototype to avoid an error.
11414 Use char because int might match the return type of a GCC
11415 builtin and then its argument prototype would still apply. */
11416 #ifdef __cplusplus
11417 extern "C"
11418 #endif
11419 char gluLookAt ();
11421 main ()
11423 return gluLookAt ();
11425 return 0;
11427 _ACEOF
11428 rm -f conftest.$ac_objext conftest$ac_exeext
11429 if { (ac_try="$ac_link"
11430 case "(($ac_try" in
11431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11432 *) ac_try_echo=$ac_try;;
11433 esac
11434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11435 (eval "$ac_link") 2>conftest.er1
11436 ac_status=$?
11437 grep -v '^ *+' conftest.er1 >conftest.err
11438 rm -f conftest.er1
11439 cat conftest.err >&5
11440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11441 (exit $ac_status); } && {
11442 test -z "$ac_c_werror_flag" ||
11443 test ! -s conftest.err
11444 } && test -s conftest$ac_exeext &&
11445 $as_test_x conftest$ac_exeext; then
11446 case "$LIBEXT" in
11447 dll) ;;
11448 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'` ;;
11449 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11450 esac
11451 else
11452 echo "$as_me: failed program was:" >&5
11453 sed 's/^/| /' conftest.$ac_ext >&5
11458 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11459 conftest$ac_exeext conftest.$ac_ext
11460 LIBS=$ac_check_soname_save_LIBS
11462 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11463 { echo "$as_me:$LINENO: result: not found" >&5
11464 echo "${ECHO_T}not found" >&6; }
11466 else
11467 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11468 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11470 cat >>confdefs.h <<_ACEOF
11471 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11472 _ACEOF
11478 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11479 case "x$with_glu" in
11480 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11481 xno) ;;
11482 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11483 This is an error since --with-glu was requested." >&5
11484 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11485 This is an error since --with-glu was requested." >&2;}
11486 { (exit 1); exit 1; }; } ;;
11487 esac
11490 else
11491 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11493 else
11494 opengl_msg="OpenGL development headers not found."
11496 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11497 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11498 else
11499 enable_opengl32=${enable_opengl32:-no}
11500 enable_glu32=${enable_glu32:-no}
11502 if test -n "$opengl_msg"; then
11503 case "x$with_opengl" in
11504 x) wine_warnings="$wine_warnings|$opengl_msg
11505 OpenGL and Direct3D won't be supported." ;;
11506 xno) ;;
11507 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11508 OpenGL and Direct3D won't be supported.
11509 This is an error since --with-opengl was requested." >&5
11510 echo "$as_me: error: $opengl_msg
11511 OpenGL and Direct3D won't be supported.
11512 This is an error since --with-opengl was requested." >&2;}
11513 { (exit 1); exit 1; }; } ;;
11514 esac
11518 NASLIBS=""
11521 for ac_header in audio/audiolib.h
11523 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11524 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11525 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11526 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11527 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11528 echo $ECHO_N "(cached) $ECHO_C" >&6
11530 ac_res=`eval echo '${'$as_ac_Header'}'`
11531 { echo "$as_me:$LINENO: result: $ac_res" >&5
11532 echo "${ECHO_T}$ac_res" >&6; }
11533 else
11534 # Is the header compilable?
11535 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11536 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11537 cat >conftest.$ac_ext <<_ACEOF
11538 /* confdefs.h. */
11539 _ACEOF
11540 cat confdefs.h >>conftest.$ac_ext
11541 cat >>conftest.$ac_ext <<_ACEOF
11542 /* end confdefs.h. */
11543 $ac_includes_default
11544 #include <$ac_header>
11545 _ACEOF
11546 rm -f conftest.$ac_objext
11547 if { (ac_try="$ac_compile"
11548 case "(($ac_try" in
11549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11550 *) ac_try_echo=$ac_try;;
11551 esac
11552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11553 (eval "$ac_compile") 2>conftest.er1
11554 ac_status=$?
11555 grep -v '^ *+' conftest.er1 >conftest.err
11556 rm -f conftest.er1
11557 cat conftest.err >&5
11558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11559 (exit $ac_status); } && {
11560 test -z "$ac_c_werror_flag" ||
11561 test ! -s conftest.err
11562 } && test -s conftest.$ac_objext; then
11563 ac_header_compiler=yes
11564 else
11565 echo "$as_me: failed program was:" >&5
11566 sed 's/^/| /' conftest.$ac_ext >&5
11568 ac_header_compiler=no
11571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11572 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11573 echo "${ECHO_T}$ac_header_compiler" >&6; }
11575 # Is the header present?
11576 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11577 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11578 cat >conftest.$ac_ext <<_ACEOF
11579 /* confdefs.h. */
11580 _ACEOF
11581 cat confdefs.h >>conftest.$ac_ext
11582 cat >>conftest.$ac_ext <<_ACEOF
11583 /* end confdefs.h. */
11584 #include <$ac_header>
11585 _ACEOF
11586 if { (ac_try="$ac_cpp conftest.$ac_ext"
11587 case "(($ac_try" in
11588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11589 *) ac_try_echo=$ac_try;;
11590 esac
11591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11592 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11593 ac_status=$?
11594 grep -v '^ *+' conftest.er1 >conftest.err
11595 rm -f conftest.er1
11596 cat conftest.err >&5
11597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11598 (exit $ac_status); } >/dev/null && {
11599 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11600 test ! -s conftest.err
11601 }; then
11602 ac_header_preproc=yes
11603 else
11604 echo "$as_me: failed program was:" >&5
11605 sed 's/^/| /' conftest.$ac_ext >&5
11607 ac_header_preproc=no
11610 rm -f conftest.err conftest.$ac_ext
11611 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11612 echo "${ECHO_T}$ac_header_preproc" >&6; }
11614 # So? What about this header?
11615 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11616 yes:no: )
11617 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11618 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11619 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11620 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11621 ac_header_preproc=yes
11623 no:yes:* )
11624 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11625 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11626 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11627 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11628 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11629 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11630 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11631 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11632 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11633 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11634 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11635 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11636 ( cat <<\_ASBOX
11637 ## ------------------------------------ ##
11638 ## Report this to wine-devel@winehq.org ##
11639 ## ------------------------------------ ##
11640 _ASBOX
11641 ) | sed "s/^/$as_me: WARNING: /" >&2
11643 esac
11644 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11645 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11646 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11647 echo $ECHO_N "(cached) $ECHO_C" >&6
11648 else
11649 eval "$as_ac_Header=\$ac_header_preproc"
11651 ac_res=`eval echo '${'$as_ac_Header'}'`
11652 { echo "$as_me:$LINENO: result: $ac_res" >&5
11653 echo "${ECHO_T}$ac_res" >&6; }
11656 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11657 cat >>confdefs.h <<_ACEOF
11658 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11659 _ACEOF
11661 for ac_header in audio/soundlib.h
11663 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11664 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11665 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11666 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11667 echo $ECHO_N "(cached) $ECHO_C" >&6
11668 else
11669 cat >conftest.$ac_ext <<_ACEOF
11670 /* confdefs.h. */
11671 _ACEOF
11672 cat confdefs.h >>conftest.$ac_ext
11673 cat >>conftest.$ac_ext <<_ACEOF
11674 /* end confdefs.h. */
11675 #include <audio/audiolib.h>
11677 #include <$ac_header>
11678 _ACEOF
11679 rm -f conftest.$ac_objext
11680 if { (ac_try="$ac_compile"
11681 case "(($ac_try" in
11682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11683 *) ac_try_echo=$ac_try;;
11684 esac
11685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11686 (eval "$ac_compile") 2>conftest.er1
11687 ac_status=$?
11688 grep -v '^ *+' conftest.er1 >conftest.err
11689 rm -f conftest.er1
11690 cat conftest.err >&5
11691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11692 (exit $ac_status); } && {
11693 test -z "$ac_c_werror_flag" ||
11694 test ! -s conftest.err
11695 } && test -s conftest.$ac_objext; then
11696 eval "$as_ac_Header=yes"
11697 else
11698 echo "$as_me: failed program was:" >&5
11699 sed 's/^/| /' conftest.$ac_ext >&5
11701 eval "$as_ac_Header=no"
11704 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11706 ac_res=`eval echo '${'$as_ac_Header'}'`
11707 { echo "$as_me:$LINENO: result: $ac_res" >&5
11708 echo "${ECHO_T}$ac_res" >&6; }
11709 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11710 cat >>confdefs.h <<_ACEOF
11711 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11712 _ACEOF
11716 done
11718 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11719 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11720 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11721 echo $ECHO_N "(cached) $ECHO_C" >&6
11722 else
11723 ac_check_lib_save_LIBS=$LIBS
11724 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11725 cat >conftest.$ac_ext <<_ACEOF
11726 /* confdefs.h. */
11727 _ACEOF
11728 cat confdefs.h >>conftest.$ac_ext
11729 cat >>conftest.$ac_ext <<_ACEOF
11730 /* end confdefs.h. */
11732 /* Override any GCC internal prototype to avoid an error.
11733 Use char because int might match the return type of a GCC
11734 builtin and then its argument prototype would still apply. */
11735 #ifdef __cplusplus
11736 extern "C"
11737 #endif
11738 char AuCreateFlow ();
11740 main ()
11742 return AuCreateFlow ();
11744 return 0;
11746 _ACEOF
11747 rm -f conftest.$ac_objext conftest$ac_exeext
11748 if { (ac_try="$ac_link"
11749 case "(($ac_try" in
11750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11751 *) ac_try_echo=$ac_try;;
11752 esac
11753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11754 (eval "$ac_link") 2>conftest.er1
11755 ac_status=$?
11756 grep -v '^ *+' conftest.er1 >conftest.err
11757 rm -f conftest.er1
11758 cat conftest.err >&5
11759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11760 (exit $ac_status); } && {
11761 test -z "$ac_c_werror_flag" ||
11762 test ! -s conftest.err
11763 } && test -s conftest$ac_exeext &&
11764 $as_test_x conftest$ac_exeext; then
11765 ac_cv_lib_audio_AuCreateFlow=yes
11766 else
11767 echo "$as_me: failed program was:" >&5
11768 sed 's/^/| /' conftest.$ac_ext >&5
11770 ac_cv_lib_audio_AuCreateFlow=no
11773 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11774 conftest$ac_exeext conftest.$ac_ext
11775 LIBS=$ac_check_lib_save_LIBS
11777 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11778 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11779 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11781 cat >>confdefs.h <<\_ACEOF
11782 #define HAVE_NAS 1
11783 _ACEOF
11785 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11786 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11787 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11788 echo $ECHO_N "(cached) $ECHO_C" >&6
11789 else
11790 ac_check_lib_save_LIBS=$LIBS
11791 LIBS="-lXau $X_LIBS $LIBS"
11792 cat >conftest.$ac_ext <<_ACEOF
11793 /* confdefs.h. */
11794 _ACEOF
11795 cat confdefs.h >>conftest.$ac_ext
11796 cat >>conftest.$ac_ext <<_ACEOF
11797 /* end confdefs.h. */
11799 /* Override any GCC internal prototype to avoid an error.
11800 Use char because int might match the return type of a GCC
11801 builtin and then its argument prototype would still apply. */
11802 #ifdef __cplusplus
11803 extern "C"
11804 #endif
11805 char XauGetBestAuthByAddr ();
11807 main ()
11809 return XauGetBestAuthByAddr ();
11811 return 0;
11813 _ACEOF
11814 rm -f conftest.$ac_objext conftest$ac_exeext
11815 if { (ac_try="$ac_link"
11816 case "(($ac_try" in
11817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11818 *) ac_try_echo=$ac_try;;
11819 esac
11820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11821 (eval "$ac_link") 2>conftest.er1
11822 ac_status=$?
11823 grep -v '^ *+' conftest.er1 >conftest.err
11824 rm -f conftest.er1
11825 cat conftest.err >&5
11826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11827 (exit $ac_status); } && {
11828 test -z "$ac_c_werror_flag" ||
11829 test ! -s conftest.err
11830 } && test -s conftest$ac_exeext &&
11831 $as_test_x conftest$ac_exeext; then
11832 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11833 else
11834 echo "$as_me: failed program was:" >&5
11835 sed 's/^/| /' conftest.$ac_ext >&5
11837 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11841 conftest$ac_exeext conftest.$ac_ext
11842 LIBS=$ac_check_lib_save_LIBS
11844 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11845 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11846 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11847 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11848 else
11849 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11857 done
11860 CPPFLAGS="$ac_save_CPPFLAGS"
11861 else
11862 XLIB=""
11863 X_CFLAGS=""
11864 X_LIBS=""
11865 enable_winex11_drv=${enable_winex11_drv:-no}
11866 enable_opengl32=${enable_opengl32:-no}
11867 enable_glu32=${enable_glu32:-no}
11869 if test "x$XLIB" = "x"; then
11870 case "x$with_x" in
11871 xno) ;;
11872 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11873 without X support, which probably isn't what you want. You will need to install
11874 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11875 Use the --without-x option if you really want this." >&5
11876 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11877 without X support, which probably isn't what you want. You will need to install
11878 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11879 Use the --without-x option if you really want this." >&2;}
11880 { (exit 1); exit 1; }; } ;;
11881 esac
11886 XML2LIBS=""
11888 XML2INCL=""
11890 XSLTINCL=""
11892 if test "x$with_xml" != "xno"
11893 then
11894 ac_save_CPPFLAGS="$CPPFLAGS"
11895 if test "$PKG_CONFIG" != "false"
11896 then
11897 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11898 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11899 else
11900 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11901 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11903 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11905 for ac_header in libxml/parser.h
11907 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11908 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11909 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11910 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11911 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11912 echo $ECHO_N "(cached) $ECHO_C" >&6
11914 ac_res=`eval echo '${'$as_ac_Header'}'`
11915 { echo "$as_me:$LINENO: result: $ac_res" >&5
11916 echo "${ECHO_T}$ac_res" >&6; }
11917 else
11918 # Is the header compilable?
11919 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11920 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11921 cat >conftest.$ac_ext <<_ACEOF
11922 /* confdefs.h. */
11923 _ACEOF
11924 cat confdefs.h >>conftest.$ac_ext
11925 cat >>conftest.$ac_ext <<_ACEOF
11926 /* end confdefs.h. */
11927 $ac_includes_default
11928 #include <$ac_header>
11929 _ACEOF
11930 rm -f conftest.$ac_objext
11931 if { (ac_try="$ac_compile"
11932 case "(($ac_try" in
11933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11934 *) ac_try_echo=$ac_try;;
11935 esac
11936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11937 (eval "$ac_compile") 2>conftest.er1
11938 ac_status=$?
11939 grep -v '^ *+' conftest.er1 >conftest.err
11940 rm -f conftest.er1
11941 cat conftest.err >&5
11942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11943 (exit $ac_status); } && {
11944 test -z "$ac_c_werror_flag" ||
11945 test ! -s conftest.err
11946 } && test -s conftest.$ac_objext; then
11947 ac_header_compiler=yes
11948 else
11949 echo "$as_me: failed program was:" >&5
11950 sed 's/^/| /' conftest.$ac_ext >&5
11952 ac_header_compiler=no
11955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11956 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11957 echo "${ECHO_T}$ac_header_compiler" >&6; }
11959 # Is the header present?
11960 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11961 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11962 cat >conftest.$ac_ext <<_ACEOF
11963 /* confdefs.h. */
11964 _ACEOF
11965 cat confdefs.h >>conftest.$ac_ext
11966 cat >>conftest.$ac_ext <<_ACEOF
11967 /* end confdefs.h. */
11968 #include <$ac_header>
11969 _ACEOF
11970 if { (ac_try="$ac_cpp conftest.$ac_ext"
11971 case "(($ac_try" in
11972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11973 *) ac_try_echo=$ac_try;;
11974 esac
11975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11976 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11977 ac_status=$?
11978 grep -v '^ *+' conftest.er1 >conftest.err
11979 rm -f conftest.er1
11980 cat conftest.err >&5
11981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11982 (exit $ac_status); } >/dev/null && {
11983 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11984 test ! -s conftest.err
11985 }; then
11986 ac_header_preproc=yes
11987 else
11988 echo "$as_me: failed program was:" >&5
11989 sed 's/^/| /' conftest.$ac_ext >&5
11991 ac_header_preproc=no
11994 rm -f conftest.err conftest.$ac_ext
11995 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11996 echo "${ECHO_T}$ac_header_preproc" >&6; }
11998 # So? What about this header?
11999 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12000 yes:no: )
12001 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12002 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12003 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12004 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12005 ac_header_preproc=yes
12007 no:yes:* )
12008 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12009 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12010 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12011 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12012 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12013 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12014 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12015 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12016 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12017 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12018 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12019 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12020 ( cat <<\_ASBOX
12021 ## ------------------------------------ ##
12022 ## Report this to wine-devel@winehq.org ##
12023 ## ------------------------------------ ##
12024 _ASBOX
12025 ) | sed "s/^/$as_me: WARNING: /" >&2
12027 esac
12028 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12029 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12030 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12031 echo $ECHO_N "(cached) $ECHO_C" >&6
12032 else
12033 eval "$as_ac_Header=\$ac_header_preproc"
12035 ac_res=`eval echo '${'$as_ac_Header'}'`
12036 { echo "$as_me:$LINENO: result: $ac_res" >&5
12037 echo "${ECHO_T}$ac_res" >&6; }
12040 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12041 cat >>confdefs.h <<_ACEOF
12042 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12043 _ACEOF
12044 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12045 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12046 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12047 echo $ECHO_N "(cached) $ECHO_C" >&6
12048 else
12049 ac_check_lib_save_LIBS=$LIBS
12050 LIBS="-lxml2 $ac_xml_libs $LIBS"
12051 cat >conftest.$ac_ext <<_ACEOF
12052 /* confdefs.h. */
12053 _ACEOF
12054 cat confdefs.h >>conftest.$ac_ext
12055 cat >>conftest.$ac_ext <<_ACEOF
12056 /* end confdefs.h. */
12058 /* Override any GCC internal prototype to avoid an error.
12059 Use char because int might match the return type of a GCC
12060 builtin and then its argument prototype would still apply. */
12061 #ifdef __cplusplus
12062 extern "C"
12063 #endif
12064 char xmlParseMemory ();
12066 main ()
12068 return xmlParseMemory ();
12070 return 0;
12072 _ACEOF
12073 rm -f conftest.$ac_objext conftest$ac_exeext
12074 if { (ac_try="$ac_link"
12075 case "(($ac_try" in
12076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12077 *) ac_try_echo=$ac_try;;
12078 esac
12079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12080 (eval "$ac_link") 2>conftest.er1
12081 ac_status=$?
12082 grep -v '^ *+' conftest.er1 >conftest.err
12083 rm -f conftest.er1
12084 cat conftest.err >&5
12085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12086 (exit $ac_status); } && {
12087 test -z "$ac_c_werror_flag" ||
12088 test ! -s conftest.err
12089 } && test -s conftest$ac_exeext &&
12090 $as_test_x conftest$ac_exeext; then
12091 ac_cv_lib_xml2_xmlParseMemory=yes
12092 else
12093 echo "$as_me: failed program was:" >&5
12094 sed 's/^/| /' conftest.$ac_ext >&5
12096 ac_cv_lib_xml2_xmlParseMemory=no
12099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12100 conftest$ac_exeext conftest.$ac_ext
12101 LIBS=$ac_check_lib_save_LIBS
12103 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12104 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12105 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12107 cat >>confdefs.h <<\_ACEOF
12108 #define HAVE_LIBXML2 1
12109 _ACEOF
12111 XML2LIBS="$ac_xml_libs"
12112 XML2INCL="$ac_xml_cflags"
12115 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12116 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12117 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12118 echo $ECHO_N "(cached) $ECHO_C" >&6
12119 else
12120 ac_check_lib_save_LIBS=$LIBS
12121 LIBS="-lxml2 $ac_xml_libs $LIBS"
12122 cat >conftest.$ac_ext <<_ACEOF
12123 /* confdefs.h. */
12124 _ACEOF
12125 cat confdefs.h >>conftest.$ac_ext
12126 cat >>conftest.$ac_ext <<_ACEOF
12127 /* end confdefs.h. */
12129 /* Override any GCC internal prototype to avoid an error.
12130 Use char because int might match the return type of a GCC
12131 builtin and then its argument prototype would still apply. */
12132 #ifdef __cplusplus
12133 extern "C"
12134 #endif
12135 char xmlReadMemory ();
12137 main ()
12139 return xmlReadMemory ();
12141 return 0;
12143 _ACEOF
12144 rm -f conftest.$ac_objext conftest$ac_exeext
12145 if { (ac_try="$ac_link"
12146 case "(($ac_try" in
12147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12148 *) ac_try_echo=$ac_try;;
12149 esac
12150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12151 (eval "$ac_link") 2>conftest.er1
12152 ac_status=$?
12153 grep -v '^ *+' conftest.er1 >conftest.err
12154 rm -f conftest.er1
12155 cat conftest.err >&5
12156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12157 (exit $ac_status); } && {
12158 test -z "$ac_c_werror_flag" ||
12159 test ! -s conftest.err
12160 } && test -s conftest$ac_exeext &&
12161 $as_test_x conftest$ac_exeext; then
12162 ac_cv_lib_xml2_xmlReadMemory=yes
12163 else
12164 echo "$as_me: failed program was:" >&5
12165 sed 's/^/| /' conftest.$ac_ext >&5
12167 ac_cv_lib_xml2_xmlReadMemory=no
12170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12171 conftest$ac_exeext conftest.$ac_ext
12172 LIBS=$ac_check_lib_save_LIBS
12174 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12175 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12176 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12178 cat >>confdefs.h <<\_ACEOF
12179 #define HAVE_XMLREADMEMORY 1
12180 _ACEOF
12184 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12185 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12186 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12187 echo $ECHO_N "(cached) $ECHO_C" >&6
12188 else
12189 ac_check_lib_save_LIBS=$LIBS
12190 LIBS="-lxml2 $ac_xml_libs $LIBS"
12191 cat >conftest.$ac_ext <<_ACEOF
12192 /* confdefs.h. */
12193 _ACEOF
12194 cat confdefs.h >>conftest.$ac_ext
12195 cat >>conftest.$ac_ext <<_ACEOF
12196 /* end confdefs.h. */
12198 /* Override any GCC internal prototype to avoid an error.
12199 Use char because int might match the return type of a GCC
12200 builtin and then its argument prototype would still apply. */
12201 #ifdef __cplusplus
12202 extern "C"
12203 #endif
12204 char xmlNewDocPI ();
12206 main ()
12208 return xmlNewDocPI ();
12210 return 0;
12212 _ACEOF
12213 rm -f conftest.$ac_objext conftest$ac_exeext
12214 if { (ac_try="$ac_link"
12215 case "(($ac_try" in
12216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12217 *) ac_try_echo=$ac_try;;
12218 esac
12219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12220 (eval "$ac_link") 2>conftest.er1
12221 ac_status=$?
12222 grep -v '^ *+' conftest.er1 >conftest.err
12223 rm -f conftest.er1
12224 cat conftest.err >&5
12225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12226 (exit $ac_status); } && {
12227 test -z "$ac_c_werror_flag" ||
12228 test ! -s conftest.err
12229 } && test -s conftest$ac_exeext &&
12230 $as_test_x conftest$ac_exeext; then
12231 ac_cv_lib_xml2_xmlNewDocPI=yes
12232 else
12233 echo "$as_me: failed program was:" >&5
12234 sed 's/^/| /' conftest.$ac_ext >&5
12236 ac_cv_lib_xml2_xmlNewDocPI=no
12239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12240 conftest$ac_exeext conftest.$ac_ext
12241 LIBS=$ac_check_lib_save_LIBS
12243 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12244 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12245 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12247 cat >>confdefs.h <<\_ACEOF
12248 #define HAVE_XMLNEWDOCPI 1
12249 _ACEOF
12256 done
12258 CPPFLAGS="$ac_save_CPPFLAGS"
12260 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12261 case "x$with_xml" in
12262 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12263 xno) ;;
12264 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12265 This is an error since --with-xml was requested." >&5
12266 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12267 This is an error since --with-xml was requested." >&2;}
12268 { (exit 1); exit 1; }; } ;;
12269 esac
12273 if test "x$with_xslt" != "xno"
12274 then
12275 if test "$PKG_CONFIG" != "false"
12276 then
12277 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12278 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12279 else
12280 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12281 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12283 ac_save_CPPFLAGS="$CPPFLAGS"
12284 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12287 for ac_header in libxslt/pattern.h libxslt/transform.h
12289 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12290 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12291 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12292 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12293 echo $ECHO_N "(cached) $ECHO_C" >&6
12294 else
12295 cat >conftest.$ac_ext <<_ACEOF
12296 /* confdefs.h. */
12297 _ACEOF
12298 cat confdefs.h >>conftest.$ac_ext
12299 cat >>conftest.$ac_ext <<_ACEOF
12300 /* end confdefs.h. */
12301 #ifdef HAVE_LIBXSLT_PATTERN_H
12302 # include <libxslt/pattern.h>
12303 #endif
12305 #include <$ac_header>
12306 _ACEOF
12307 rm -f conftest.$ac_objext
12308 if { (ac_try="$ac_compile"
12309 case "(($ac_try" in
12310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12311 *) ac_try_echo=$ac_try;;
12312 esac
12313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12314 (eval "$ac_compile") 2>conftest.er1
12315 ac_status=$?
12316 grep -v '^ *+' conftest.er1 >conftest.err
12317 rm -f conftest.er1
12318 cat conftest.err >&5
12319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12320 (exit $ac_status); } && {
12321 test -z "$ac_c_werror_flag" ||
12322 test ! -s conftest.err
12323 } && test -s conftest.$ac_objext; then
12324 eval "$as_ac_Header=yes"
12325 else
12326 echo "$as_me: failed program was:" >&5
12327 sed 's/^/| /' conftest.$ac_ext >&5
12329 eval "$as_ac_Header=no"
12332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12334 ac_res=`eval echo '${'$as_ac_Header'}'`
12335 { echo "$as_me:$LINENO: result: $ac_res" >&5
12336 echo "${ECHO_T}$ac_res" >&6; }
12337 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12338 cat >>confdefs.h <<_ACEOF
12339 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12340 _ACEOF
12344 done
12346 CPPFLAGS="$ac_save_CPPFLAGS"
12347 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12348 then
12349 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12350 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12351 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12352 echo $ECHO_N "(cached) $ECHO_C" >&6
12353 else
12354 ac_check_soname_save_LIBS=$LIBS
12355 LIBS="-lxslt $ac_xslt_libs $LIBS"
12356 cat >conftest.$ac_ext <<_ACEOF
12357 /* confdefs.h. */
12358 _ACEOF
12359 cat confdefs.h >>conftest.$ac_ext
12360 cat >>conftest.$ac_ext <<_ACEOF
12361 /* end confdefs.h. */
12363 /* Override any GCC internal prototype to avoid an error.
12364 Use char because int might match the return type of a GCC
12365 builtin and then its argument prototype would still apply. */
12366 #ifdef __cplusplus
12367 extern "C"
12368 #endif
12369 char xsltCompilePattern ();
12371 main ()
12373 return xsltCompilePattern ();
12375 return 0;
12377 _ACEOF
12378 rm -f conftest.$ac_objext conftest$ac_exeext
12379 if { (ac_try="$ac_link"
12380 case "(($ac_try" in
12381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12382 *) ac_try_echo=$ac_try;;
12383 esac
12384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12385 (eval "$ac_link") 2>conftest.er1
12386 ac_status=$?
12387 grep -v '^ *+' conftest.er1 >conftest.err
12388 rm -f conftest.er1
12389 cat conftest.err >&5
12390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12391 (exit $ac_status); } && {
12392 test -z "$ac_c_werror_flag" ||
12393 test ! -s conftest.err
12394 } && test -s conftest$ac_exeext &&
12395 $as_test_x conftest$ac_exeext; then
12396 case "$LIBEXT" in
12397 dll) ;;
12398 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12399 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12400 esac
12401 else
12402 echo "$as_me: failed program was:" >&5
12403 sed 's/^/| /' conftest.$ac_ext >&5
12408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12409 conftest$ac_exeext conftest.$ac_ext
12410 LIBS=$ac_check_soname_save_LIBS
12412 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12413 { echo "$as_me:$LINENO: result: not found" >&5
12414 echo "${ECHO_T}not found" >&6; }
12416 else
12417 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12418 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12420 cat >>confdefs.h <<_ACEOF
12421 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12422 _ACEOF
12424 XSLTINCL="$ac_xslt_cflags"
12429 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12430 case "x$with_xslt" in
12431 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12432 xno) ;;
12433 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12434 This is an error since --with-xslt was requested." >&5
12435 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12436 This is an error since --with-xslt was requested." >&2;}
12437 { (exit 1); exit 1; }; } ;;
12438 esac
12442 HALINCL=""
12444 if test "x$with_hal" != "xno"
12445 then
12446 ac_save_CPPFLAGS="$CPPFLAGS"
12447 if test "$PKG_CONFIG" != "false"
12448 then
12449 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12450 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12451 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12455 for ac_header in dbus/dbus.h hal/libhal.h
12457 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12458 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12459 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12460 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12461 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12462 echo $ECHO_N "(cached) $ECHO_C" >&6
12464 ac_res=`eval echo '${'$as_ac_Header'}'`
12465 { echo "$as_me:$LINENO: result: $ac_res" >&5
12466 echo "${ECHO_T}$ac_res" >&6; }
12467 else
12468 # Is the header compilable?
12469 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12470 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12471 cat >conftest.$ac_ext <<_ACEOF
12472 /* confdefs.h. */
12473 _ACEOF
12474 cat confdefs.h >>conftest.$ac_ext
12475 cat >>conftest.$ac_ext <<_ACEOF
12476 /* end confdefs.h. */
12477 $ac_includes_default
12478 #include <$ac_header>
12479 _ACEOF
12480 rm -f conftest.$ac_objext
12481 if { (ac_try="$ac_compile"
12482 case "(($ac_try" in
12483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12484 *) ac_try_echo=$ac_try;;
12485 esac
12486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12487 (eval "$ac_compile") 2>conftest.er1
12488 ac_status=$?
12489 grep -v '^ *+' conftest.er1 >conftest.err
12490 rm -f conftest.er1
12491 cat conftest.err >&5
12492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12493 (exit $ac_status); } && {
12494 test -z "$ac_c_werror_flag" ||
12495 test ! -s conftest.err
12496 } && test -s conftest.$ac_objext; then
12497 ac_header_compiler=yes
12498 else
12499 echo "$as_me: failed program was:" >&5
12500 sed 's/^/| /' conftest.$ac_ext >&5
12502 ac_header_compiler=no
12505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12506 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12507 echo "${ECHO_T}$ac_header_compiler" >&6; }
12509 # Is the header present?
12510 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12511 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12512 cat >conftest.$ac_ext <<_ACEOF
12513 /* confdefs.h. */
12514 _ACEOF
12515 cat confdefs.h >>conftest.$ac_ext
12516 cat >>conftest.$ac_ext <<_ACEOF
12517 /* end confdefs.h. */
12518 #include <$ac_header>
12519 _ACEOF
12520 if { (ac_try="$ac_cpp conftest.$ac_ext"
12521 case "(($ac_try" in
12522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12523 *) ac_try_echo=$ac_try;;
12524 esac
12525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12526 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12527 ac_status=$?
12528 grep -v '^ *+' conftest.er1 >conftest.err
12529 rm -f conftest.er1
12530 cat conftest.err >&5
12531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12532 (exit $ac_status); } >/dev/null && {
12533 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12534 test ! -s conftest.err
12535 }; then
12536 ac_header_preproc=yes
12537 else
12538 echo "$as_me: failed program was:" >&5
12539 sed 's/^/| /' conftest.$ac_ext >&5
12541 ac_header_preproc=no
12544 rm -f conftest.err conftest.$ac_ext
12545 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12546 echo "${ECHO_T}$ac_header_preproc" >&6; }
12548 # So? What about this header?
12549 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12550 yes:no: )
12551 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12552 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12553 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12554 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12555 ac_header_preproc=yes
12557 no:yes:* )
12558 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12559 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12560 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12561 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12562 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12563 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12564 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12565 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12566 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12567 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12568 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12569 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12570 ( cat <<\_ASBOX
12571 ## ------------------------------------ ##
12572 ## Report this to wine-devel@winehq.org ##
12573 ## ------------------------------------ ##
12574 _ASBOX
12575 ) | sed "s/^/$as_me: WARNING: /" >&2
12577 esac
12578 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12579 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12580 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12581 echo $ECHO_N "(cached) $ECHO_C" >&6
12582 else
12583 eval "$as_ac_Header=\$ac_header_preproc"
12585 ac_res=`eval echo '${'$as_ac_Header'}'`
12586 { echo "$as_me:$LINENO: result: $ac_res" >&5
12587 echo "${ECHO_T}$ac_res" >&6; }
12590 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12591 cat >>confdefs.h <<_ACEOF
12592 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12593 _ACEOF
12597 done
12599 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12600 then
12601 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12602 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12603 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12604 echo $ECHO_N "(cached) $ECHO_C" >&6
12605 else
12606 ac_check_lib_save_LIBS=$LIBS
12607 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12608 cat >conftest.$ac_ext <<_ACEOF
12609 /* confdefs.h. */
12610 _ACEOF
12611 cat confdefs.h >>conftest.$ac_ext
12612 cat >>conftest.$ac_ext <<_ACEOF
12613 /* end confdefs.h. */
12615 /* Override any GCC internal prototype to avoid an error.
12616 Use char because int might match the return type of a GCC
12617 builtin and then its argument prototype would still apply. */
12618 #ifdef __cplusplus
12619 extern "C"
12620 #endif
12621 char dbus_connection_close ();
12623 main ()
12625 return dbus_connection_close ();
12627 return 0;
12629 _ACEOF
12630 rm -f conftest.$ac_objext conftest$ac_exeext
12631 if { (ac_try="$ac_link"
12632 case "(($ac_try" in
12633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12634 *) ac_try_echo=$ac_try;;
12635 esac
12636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12637 (eval "$ac_link") 2>conftest.er1
12638 ac_status=$?
12639 grep -v '^ *+' conftest.er1 >conftest.err
12640 rm -f conftest.er1
12641 cat conftest.err >&5
12642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12643 (exit $ac_status); } && {
12644 test -z "$ac_c_werror_flag" ||
12645 test ! -s conftest.err
12646 } && test -s conftest$ac_exeext &&
12647 $as_test_x conftest$ac_exeext; then
12648 ac_cv_lib_dbus_1_dbus_connection_close=yes
12649 else
12650 echo "$as_me: failed program was:" >&5
12651 sed 's/^/| /' conftest.$ac_ext >&5
12653 ac_cv_lib_dbus_1_dbus_connection_close=no
12656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12657 conftest$ac_exeext conftest.$ac_ext
12658 LIBS=$ac_check_lib_save_LIBS
12660 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12661 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12662 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12663 { echo "$as_me:$LINENO: checking for -lhal" >&5
12664 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12665 if test "${ac_cv_lib_soname_hal+set}" = set; then
12666 echo $ECHO_N "(cached) $ECHO_C" >&6
12667 else
12668 ac_check_soname_save_LIBS=$LIBS
12669 LIBS="-lhal $ac_hal_libs $LIBS"
12670 cat >conftest.$ac_ext <<_ACEOF
12671 /* confdefs.h. */
12672 _ACEOF
12673 cat confdefs.h >>conftest.$ac_ext
12674 cat >>conftest.$ac_ext <<_ACEOF
12675 /* end confdefs.h. */
12677 /* Override any GCC internal prototype to avoid an error.
12678 Use char because int might match the return type of a GCC
12679 builtin and then its argument prototype would still apply. */
12680 #ifdef __cplusplus
12681 extern "C"
12682 #endif
12683 char libhal_ctx_new ();
12685 main ()
12687 return libhal_ctx_new ();
12689 return 0;
12691 _ACEOF
12692 rm -f conftest.$ac_objext conftest$ac_exeext
12693 if { (ac_try="$ac_link"
12694 case "(($ac_try" in
12695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12696 *) ac_try_echo=$ac_try;;
12697 esac
12698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12699 (eval "$ac_link") 2>conftest.er1
12700 ac_status=$?
12701 grep -v '^ *+' conftest.er1 >conftest.err
12702 rm -f conftest.er1
12703 cat conftest.err >&5
12704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12705 (exit $ac_status); } && {
12706 test -z "$ac_c_werror_flag" ||
12707 test ! -s conftest.err
12708 } && test -s conftest$ac_exeext &&
12709 $as_test_x conftest$ac_exeext; then
12710 case "$LIBEXT" in
12711 dll) ;;
12712 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'` ;;
12713 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12714 esac
12715 else
12716 echo "$as_me: failed program was:" >&5
12717 sed 's/^/| /' conftest.$ac_ext >&5
12722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12723 conftest$ac_exeext conftest.$ac_ext
12724 LIBS=$ac_check_soname_save_LIBS
12726 if test "x$ac_cv_lib_soname_hal" = "x"; then
12727 { echo "$as_me:$LINENO: result: not found" >&5
12728 echo "${ECHO_T}not found" >&6; }
12730 else
12731 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12732 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12734 cat >>confdefs.h <<_ACEOF
12735 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12736 _ACEOF
12738 HALINCL="$ac_hal_cflags"
12744 CPPFLAGS="$ac_save_CPPFLAGS"
12746 if test "x$ac_cv_lib_soname_hal" = "x"; then
12747 case "x$with_hal" in
12748 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
12749 xno) ;;
12750 *) { { echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
12751 This is an error since --with-hal was requested." >&5
12752 echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
12753 This is an error since --with-hal was requested." >&2;}
12754 { (exit 1); exit 1; }; } ;;
12755 esac
12759 if test "x$with_gnutls" != "xno"
12760 then
12761 ac_save_CPPFLAGS="$CPPFLAGS"
12762 if test "$PKG_CONFIG" != "false"
12763 then
12764 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12765 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12766 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12768 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12769 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12770 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12771 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12772 echo $ECHO_N "(cached) $ECHO_C" >&6
12774 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12775 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12776 else
12777 # Is the header compilable?
12778 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12779 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12780 cat >conftest.$ac_ext <<_ACEOF
12781 /* confdefs.h. */
12782 _ACEOF
12783 cat confdefs.h >>conftest.$ac_ext
12784 cat >>conftest.$ac_ext <<_ACEOF
12785 /* end confdefs.h. */
12786 $ac_includes_default
12787 #include <gnutls/gnutls.h>
12788 _ACEOF
12789 rm -f conftest.$ac_objext
12790 if { (ac_try="$ac_compile"
12791 case "(($ac_try" in
12792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12793 *) ac_try_echo=$ac_try;;
12794 esac
12795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12796 (eval "$ac_compile") 2>conftest.er1
12797 ac_status=$?
12798 grep -v '^ *+' conftest.er1 >conftest.err
12799 rm -f conftest.er1
12800 cat conftest.err >&5
12801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12802 (exit $ac_status); } && {
12803 test -z "$ac_c_werror_flag" ||
12804 test ! -s conftest.err
12805 } && test -s conftest.$ac_objext; then
12806 ac_header_compiler=yes
12807 else
12808 echo "$as_me: failed program was:" >&5
12809 sed 's/^/| /' conftest.$ac_ext >&5
12811 ac_header_compiler=no
12814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12815 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12816 echo "${ECHO_T}$ac_header_compiler" >&6; }
12818 # Is the header present?
12819 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12820 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12821 cat >conftest.$ac_ext <<_ACEOF
12822 /* confdefs.h. */
12823 _ACEOF
12824 cat confdefs.h >>conftest.$ac_ext
12825 cat >>conftest.$ac_ext <<_ACEOF
12826 /* end confdefs.h. */
12827 #include <gnutls/gnutls.h>
12828 _ACEOF
12829 if { (ac_try="$ac_cpp conftest.$ac_ext"
12830 case "(($ac_try" in
12831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12832 *) ac_try_echo=$ac_try;;
12833 esac
12834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12835 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12836 ac_status=$?
12837 grep -v '^ *+' conftest.er1 >conftest.err
12838 rm -f conftest.er1
12839 cat conftest.err >&5
12840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12841 (exit $ac_status); } >/dev/null && {
12842 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12843 test ! -s conftest.err
12844 }; then
12845 ac_header_preproc=yes
12846 else
12847 echo "$as_me: failed program was:" >&5
12848 sed 's/^/| /' conftest.$ac_ext >&5
12850 ac_header_preproc=no
12853 rm -f conftest.err conftest.$ac_ext
12854 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12855 echo "${ECHO_T}$ac_header_preproc" >&6; }
12857 # So? What about this header?
12858 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12859 yes:no: )
12860 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12861 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12862 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12863 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12864 ac_header_preproc=yes
12866 no:yes:* )
12867 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12868 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12869 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12870 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12871 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12872 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12873 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12874 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12875 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12876 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12877 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12878 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12879 ( cat <<\_ASBOX
12880 ## ------------------------------------ ##
12881 ## Report this to wine-devel@winehq.org ##
12882 ## ------------------------------------ ##
12883 _ASBOX
12884 ) | sed "s/^/$as_me: WARNING: /" >&2
12886 esac
12887 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12888 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12889 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12890 echo $ECHO_N "(cached) $ECHO_C" >&6
12891 else
12892 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12894 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12895 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12898 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12899 cat >conftest.$ac_ext <<_ACEOF
12900 /* confdefs.h. */
12901 _ACEOF
12902 cat confdefs.h >>conftest.$ac_ext
12903 cat >>conftest.$ac_ext <<_ACEOF
12904 /* end confdefs.h. */
12905 #include <gnutls/gnutls.h>
12907 main ()
12909 typeof(gnutls_mac_get_key_size) *pfunc;
12911 return 0;
12913 _ACEOF
12914 rm -f conftest.$ac_objext
12915 if { (ac_try="$ac_compile"
12916 case "(($ac_try" in
12917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12918 *) ac_try_echo=$ac_try;;
12919 esac
12920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12921 (eval "$ac_compile") 2>conftest.er1
12922 ac_status=$?
12923 grep -v '^ *+' conftest.er1 >conftest.err
12924 rm -f conftest.er1
12925 cat conftest.err >&5
12926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12927 (exit $ac_status); } && {
12928 test -z "$ac_c_werror_flag" ||
12929 test ! -s conftest.err
12930 } && test -s conftest.$ac_objext; then
12931 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12932 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12933 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12934 echo $ECHO_N "(cached) $ECHO_C" >&6
12935 else
12936 ac_check_soname_save_LIBS=$LIBS
12937 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12938 cat >conftest.$ac_ext <<_ACEOF
12939 /* confdefs.h. */
12940 _ACEOF
12941 cat confdefs.h >>conftest.$ac_ext
12942 cat >>conftest.$ac_ext <<_ACEOF
12943 /* end confdefs.h. */
12945 /* Override any GCC internal prototype to avoid an error.
12946 Use char because int might match the return type of a GCC
12947 builtin and then its argument prototype would still apply. */
12948 #ifdef __cplusplus
12949 extern "C"
12950 #endif
12951 char gnutls_global_init ();
12953 main ()
12955 return gnutls_global_init ();
12957 return 0;
12959 _ACEOF
12960 rm -f conftest.$ac_objext conftest$ac_exeext
12961 if { (ac_try="$ac_link"
12962 case "(($ac_try" in
12963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12964 *) ac_try_echo=$ac_try;;
12965 esac
12966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12967 (eval "$ac_link") 2>conftest.er1
12968 ac_status=$?
12969 grep -v '^ *+' conftest.er1 >conftest.err
12970 rm -f conftest.er1
12971 cat conftest.err >&5
12972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12973 (exit $ac_status); } && {
12974 test -z "$ac_c_werror_flag" ||
12975 test ! -s conftest.err
12976 } && test -s conftest$ac_exeext &&
12977 $as_test_x conftest$ac_exeext; then
12978 case "$LIBEXT" in
12979 dll) ;;
12980 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12981 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12982 esac
12983 else
12984 echo "$as_me: failed program was:" >&5
12985 sed 's/^/| /' conftest.$ac_ext >&5
12990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12991 conftest$ac_exeext conftest.$ac_ext
12992 LIBS=$ac_check_soname_save_LIBS
12994 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12995 { echo "$as_me:$LINENO: result: not found" >&5
12996 echo "${ECHO_T}not found" >&6; }
12998 else
12999 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13000 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13002 cat >>confdefs.h <<_ACEOF
13003 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13004 _ACEOF
13006 GNUTLSINCL="$ac_gnutls_cflags"
13010 else
13011 echo "$as_me: failed program was:" >&5
13012 sed 's/^/| /' conftest.$ac_ext >&5
13017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13021 CPPFLAGS="$ac_save_CPPFLAGS"
13023 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13024 case "x$with_gnutls" in
13025 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13026 xno) ;;
13027 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13028 This is an error since --with-gnutls was requested." >&5
13029 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13030 This is an error since --with-gnutls was requested." >&2;}
13031 { (exit 1); exit 1; }; } ;;
13032 esac
13036 CURSESLIBS=""
13037 if test "$ac_cv_header_ncurses_h" = "yes"
13038 then
13039 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13040 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13041 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13042 echo $ECHO_N "(cached) $ECHO_C" >&6
13043 else
13044 ac_check_soname_save_LIBS=$LIBS
13045 LIBS="-lncurses $LIBS"
13046 cat >conftest.$ac_ext <<_ACEOF
13047 /* confdefs.h. */
13048 _ACEOF
13049 cat confdefs.h >>conftest.$ac_ext
13050 cat >>conftest.$ac_ext <<_ACEOF
13051 /* end confdefs.h. */
13053 /* Override any GCC internal prototype to avoid an error.
13054 Use char because int might match the return type of a GCC
13055 builtin and then its argument prototype would still apply. */
13056 #ifdef __cplusplus
13057 extern "C"
13058 #endif
13059 char waddch ();
13061 main ()
13063 return waddch ();
13065 return 0;
13067 _ACEOF
13068 rm -f conftest.$ac_objext conftest$ac_exeext
13069 if { (ac_try="$ac_link"
13070 case "(($ac_try" in
13071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13072 *) ac_try_echo=$ac_try;;
13073 esac
13074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13075 (eval "$ac_link") 2>conftest.er1
13076 ac_status=$?
13077 grep -v '^ *+' conftest.er1 >conftest.err
13078 rm -f conftest.er1
13079 cat conftest.err >&5
13080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13081 (exit $ac_status); } && {
13082 test -z "$ac_c_werror_flag" ||
13083 test ! -s conftest.err
13084 } && test -s conftest$ac_exeext &&
13085 $as_test_x conftest$ac_exeext; then
13086 case "$LIBEXT" in
13087 dll) ;;
13088 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'` ;;
13089 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13090 esac
13091 else
13092 echo "$as_me: failed program was:" >&5
13093 sed 's/^/| /' conftest.$ac_ext >&5
13098 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13099 conftest$ac_exeext conftest.$ac_ext
13100 LIBS=$ac_check_soname_save_LIBS
13102 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13103 { echo "$as_me:$LINENO: result: not found" >&5
13104 echo "${ECHO_T}not found" >&6; }
13106 else
13107 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13108 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13110 cat >>confdefs.h <<_ACEOF
13111 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13112 _ACEOF
13114 CURSESLIBS="-lncurses"
13117 elif test "$ac_cv_header_curses_h" = "yes"
13118 then
13119 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13120 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13121 if test "${ac_cv_lib_soname_curses+set}" = set; then
13122 echo $ECHO_N "(cached) $ECHO_C" >&6
13123 else
13124 ac_check_soname_save_LIBS=$LIBS
13125 LIBS="-lcurses $LIBS"
13126 cat >conftest.$ac_ext <<_ACEOF
13127 /* confdefs.h. */
13128 _ACEOF
13129 cat confdefs.h >>conftest.$ac_ext
13130 cat >>conftest.$ac_ext <<_ACEOF
13131 /* end confdefs.h. */
13133 /* Override any GCC internal prototype to avoid an error.
13134 Use char because int might match the return type of a GCC
13135 builtin and then its argument prototype would still apply. */
13136 #ifdef __cplusplus
13137 extern "C"
13138 #endif
13139 char waddch ();
13141 main ()
13143 return waddch ();
13145 return 0;
13147 _ACEOF
13148 rm -f conftest.$ac_objext conftest$ac_exeext
13149 if { (ac_try="$ac_link"
13150 case "(($ac_try" in
13151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13152 *) ac_try_echo=$ac_try;;
13153 esac
13154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13155 (eval "$ac_link") 2>conftest.er1
13156 ac_status=$?
13157 grep -v '^ *+' conftest.er1 >conftest.err
13158 rm -f conftest.er1
13159 cat conftest.err >&5
13160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13161 (exit $ac_status); } && {
13162 test -z "$ac_c_werror_flag" ||
13163 test ! -s conftest.err
13164 } && test -s conftest$ac_exeext &&
13165 $as_test_x conftest$ac_exeext; then
13166 case "$LIBEXT" in
13167 dll) ;;
13168 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'` ;;
13169 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13170 esac
13171 else
13172 echo "$as_me: failed program was:" >&5
13173 sed 's/^/| /' conftest.$ac_ext >&5
13178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13179 conftest$ac_exeext conftest.$ac_ext
13180 LIBS=$ac_check_soname_save_LIBS
13182 if test "x$ac_cv_lib_soname_curses" = "x"; then
13183 { echo "$as_me:$LINENO: result: not found" >&5
13184 echo "${ECHO_T}not found" >&6; }
13186 else
13187 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13188 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13190 cat >>confdefs.h <<_ACEOF
13191 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13192 _ACEOF
13194 CURSESLIBS="-lcurses"
13198 ac_save_LIBS="$LIBS"
13199 LIBS="$LIBS $CURSESLIBS"
13201 for ac_func in mousemask
13203 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13204 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13205 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13206 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13207 echo $ECHO_N "(cached) $ECHO_C" >&6
13208 else
13209 cat >conftest.$ac_ext <<_ACEOF
13210 /* confdefs.h. */
13211 _ACEOF
13212 cat confdefs.h >>conftest.$ac_ext
13213 cat >>conftest.$ac_ext <<_ACEOF
13214 /* end confdefs.h. */
13215 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13216 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13217 #define $ac_func innocuous_$ac_func
13219 /* System header to define __stub macros and hopefully few prototypes,
13220 which can conflict with char $ac_func (); below.
13221 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13222 <limits.h> exists even on freestanding compilers. */
13224 #ifdef __STDC__
13225 # include <limits.h>
13226 #else
13227 # include <assert.h>
13228 #endif
13230 #undef $ac_func
13232 /* Override any GCC internal prototype to avoid an error.
13233 Use char because int might match the return type of a GCC
13234 builtin and then its argument prototype would still apply. */
13235 #ifdef __cplusplus
13236 extern "C"
13237 #endif
13238 char $ac_func ();
13239 /* The GNU C library defines this for functions which it implements
13240 to always fail with ENOSYS. Some functions are actually named
13241 something starting with __ and the normal name is an alias. */
13242 #if defined __stub_$ac_func || defined __stub___$ac_func
13243 choke me
13244 #endif
13247 main ()
13249 return $ac_func ();
13251 return 0;
13253 _ACEOF
13254 rm -f conftest.$ac_objext conftest$ac_exeext
13255 if { (ac_try="$ac_link"
13256 case "(($ac_try" in
13257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13258 *) ac_try_echo=$ac_try;;
13259 esac
13260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13261 (eval "$ac_link") 2>conftest.er1
13262 ac_status=$?
13263 grep -v '^ *+' conftest.er1 >conftest.err
13264 rm -f conftest.er1
13265 cat conftest.err >&5
13266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13267 (exit $ac_status); } && {
13268 test -z "$ac_c_werror_flag" ||
13269 test ! -s conftest.err
13270 } && test -s conftest$ac_exeext &&
13271 $as_test_x conftest$ac_exeext; then
13272 eval "$as_ac_var=yes"
13273 else
13274 echo "$as_me: failed program was:" >&5
13275 sed 's/^/| /' conftest.$ac_ext >&5
13277 eval "$as_ac_var=no"
13280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13281 conftest$ac_exeext conftest.$ac_ext
13283 ac_res=`eval echo '${'$as_ac_var'}'`
13284 { echo "$as_me:$LINENO: result: $ac_res" >&5
13285 echo "${ECHO_T}$ac_res" >&6; }
13286 if test `eval echo '${'$as_ac_var'}'` = yes; then
13287 cat >>confdefs.h <<_ACEOF
13288 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13289 _ACEOF
13292 done
13294 LIBS="$ac_save_LIBS"
13295 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13296 case "x$with_curses" in
13297 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13298 xno) ;;
13299 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13300 This is an error since --with-curses was requested." >&5
13301 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13302 This is an error since --with-curses was requested." >&2;}
13303 { (exit 1); exit 1; }; } ;;
13304 esac
13308 if test "x$with_sane" != "xno"
13309 then
13310 ac_save_CPPFLAGS="$CPPFLAGS"
13311 # Extract the first word of "sane-config", so it can be a program name with args.
13312 set dummy sane-config; ac_word=$2
13313 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13315 if test "${ac_cv_prog_sane_devel+set}" = set; then
13316 echo $ECHO_N "(cached) $ECHO_C" >&6
13317 else
13318 if test -n "$sane_devel"; then
13319 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13320 else
13321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13322 for as_dir in $PATH
13324 IFS=$as_save_IFS
13325 test -z "$as_dir" && as_dir=.
13326 for ac_exec_ext in '' $ac_executable_extensions; do
13327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13328 ac_cv_prog_sane_devel="sane-config"
13329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13330 break 2
13332 done
13333 done
13334 IFS=$as_save_IFS
13336 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13339 sane_devel=$ac_cv_prog_sane_devel
13340 if test -n "$sane_devel"; then
13341 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13342 echo "${ECHO_T}$sane_devel" >&6; }
13343 else
13344 { echo "$as_me:$LINENO: result: no" >&5
13345 echo "${ECHO_T}no" >&6; }
13349 if test "$sane_devel" != "no"
13350 then
13351 ac_sane_incl="`$sane_devel --cflags`"
13352 ac_sane_libs="`$sane_devel --ldflags`"
13353 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13355 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13356 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13357 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13358 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13359 echo $ECHO_N "(cached) $ECHO_C" >&6
13361 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13362 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13363 else
13364 # Is the header compilable?
13365 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13366 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13367 cat >conftest.$ac_ext <<_ACEOF
13368 /* confdefs.h. */
13369 _ACEOF
13370 cat confdefs.h >>conftest.$ac_ext
13371 cat >>conftest.$ac_ext <<_ACEOF
13372 /* end confdefs.h. */
13373 $ac_includes_default
13374 #include <sane/sane.h>
13375 _ACEOF
13376 rm -f conftest.$ac_objext
13377 if { (ac_try="$ac_compile"
13378 case "(($ac_try" in
13379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13380 *) ac_try_echo=$ac_try;;
13381 esac
13382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13383 (eval "$ac_compile") 2>conftest.er1
13384 ac_status=$?
13385 grep -v '^ *+' conftest.er1 >conftest.err
13386 rm -f conftest.er1
13387 cat conftest.err >&5
13388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13389 (exit $ac_status); } && {
13390 test -z "$ac_c_werror_flag" ||
13391 test ! -s conftest.err
13392 } && test -s conftest.$ac_objext; then
13393 ac_header_compiler=yes
13394 else
13395 echo "$as_me: failed program was:" >&5
13396 sed 's/^/| /' conftest.$ac_ext >&5
13398 ac_header_compiler=no
13401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13402 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13403 echo "${ECHO_T}$ac_header_compiler" >&6; }
13405 # Is the header present?
13406 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13407 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13408 cat >conftest.$ac_ext <<_ACEOF
13409 /* confdefs.h. */
13410 _ACEOF
13411 cat confdefs.h >>conftest.$ac_ext
13412 cat >>conftest.$ac_ext <<_ACEOF
13413 /* end confdefs.h. */
13414 #include <sane/sane.h>
13415 _ACEOF
13416 if { (ac_try="$ac_cpp conftest.$ac_ext"
13417 case "(($ac_try" in
13418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13419 *) ac_try_echo=$ac_try;;
13420 esac
13421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13422 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13423 ac_status=$?
13424 grep -v '^ *+' conftest.er1 >conftest.err
13425 rm -f conftest.er1
13426 cat conftest.err >&5
13427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13428 (exit $ac_status); } >/dev/null && {
13429 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13430 test ! -s conftest.err
13431 }; then
13432 ac_header_preproc=yes
13433 else
13434 echo "$as_me: failed program was:" >&5
13435 sed 's/^/| /' conftest.$ac_ext >&5
13437 ac_header_preproc=no
13440 rm -f conftest.err conftest.$ac_ext
13441 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13442 echo "${ECHO_T}$ac_header_preproc" >&6; }
13444 # So? What about this header?
13445 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13446 yes:no: )
13447 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13448 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13449 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13450 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13451 ac_header_preproc=yes
13453 no:yes:* )
13454 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13455 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13456 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13457 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13458 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13459 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13460 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13461 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13462 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13463 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13464 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13465 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13466 ( cat <<\_ASBOX
13467 ## ------------------------------------ ##
13468 ## Report this to wine-devel@winehq.org ##
13469 ## ------------------------------------ ##
13470 _ASBOX
13471 ) | sed "s/^/$as_me: WARNING: /" >&2
13473 esac
13474 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13475 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13476 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13477 echo $ECHO_N "(cached) $ECHO_C" >&6
13478 else
13479 ac_cv_header_sane_sane_h=$ac_header_preproc
13481 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13482 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13485 if test $ac_cv_header_sane_sane_h = yes; then
13486 { echo "$as_me:$LINENO: checking for -lsane" >&5
13487 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13488 if test "${ac_cv_lib_soname_sane+set}" = set; then
13489 echo $ECHO_N "(cached) $ECHO_C" >&6
13490 else
13491 ac_check_soname_save_LIBS=$LIBS
13492 LIBS="-lsane $ac_sane_libs $LIBS"
13493 cat >conftest.$ac_ext <<_ACEOF
13494 /* confdefs.h. */
13495 _ACEOF
13496 cat confdefs.h >>conftest.$ac_ext
13497 cat >>conftest.$ac_ext <<_ACEOF
13498 /* end confdefs.h. */
13500 /* Override any GCC internal prototype to avoid an error.
13501 Use char because int might match the return type of a GCC
13502 builtin and then its argument prototype would still apply. */
13503 #ifdef __cplusplus
13504 extern "C"
13505 #endif
13506 char sane_init ();
13508 main ()
13510 return sane_init ();
13512 return 0;
13514 _ACEOF
13515 rm -f conftest.$ac_objext conftest$ac_exeext
13516 if { (ac_try="$ac_link"
13517 case "(($ac_try" in
13518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13519 *) ac_try_echo=$ac_try;;
13520 esac
13521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13522 (eval "$ac_link") 2>conftest.er1
13523 ac_status=$?
13524 grep -v '^ *+' conftest.er1 >conftest.err
13525 rm -f conftest.er1
13526 cat conftest.err >&5
13527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13528 (exit $ac_status); } && {
13529 test -z "$ac_c_werror_flag" ||
13530 test ! -s conftest.err
13531 } && test -s conftest$ac_exeext &&
13532 $as_test_x conftest$ac_exeext; then
13533 case "$LIBEXT" in
13534 dll) ;;
13535 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'` ;;
13536 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13537 esac
13538 else
13539 echo "$as_me: failed program was:" >&5
13540 sed 's/^/| /' conftest.$ac_ext >&5
13545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13546 conftest$ac_exeext conftest.$ac_ext
13547 LIBS=$ac_check_soname_save_LIBS
13549 if test "x$ac_cv_lib_soname_sane" = "x"; then
13550 { echo "$as_me:$LINENO: result: not found" >&5
13551 echo "${ECHO_T}not found" >&6; }
13553 else
13554 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13555 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13557 cat >>confdefs.h <<_ACEOF
13558 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13559 _ACEOF
13561 SANEINCL="$ac_sane_incl"
13568 CPPFLAGS="$ac_save_CPPFLAGS"
13570 if test "x$ac_cv_lib_soname_sane" = "x"; then
13571 case "x$with_sane" in
13572 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13573 xno) ;;
13574 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13575 This is an error since --with-sane was requested." >&5
13576 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13577 This is an error since --with-sane was requested." >&2;}
13578 { (exit 1); exit 1; }; } ;;
13579 esac
13583 if test "x$with_gphoto" != "xno"
13584 then
13585 ac_save_CPPFLAGS="$CPPFLAGS"
13586 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13587 set dummy gphoto2-config; ac_word=$2
13588 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13589 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13590 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13591 echo $ECHO_N "(cached) $ECHO_C" >&6
13592 else
13593 if test -n "$gphoto2_devel"; then
13594 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13595 else
13596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13597 for as_dir in $PATH
13599 IFS=$as_save_IFS
13600 test -z "$as_dir" && as_dir=.
13601 for ac_exec_ext in '' $ac_executable_extensions; do
13602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13603 ac_cv_prog_gphoto2_devel="gphoto2-config"
13604 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13605 break 2
13607 done
13608 done
13609 IFS=$as_save_IFS
13611 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13614 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13615 if test -n "$gphoto2_devel"; then
13616 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13617 echo "${ECHO_T}$gphoto2_devel" >&6; }
13618 else
13619 { echo "$as_me:$LINENO: result: no" >&5
13620 echo "${ECHO_T}no" >&6; }
13624 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13625 set dummy gphoto2-port-config; ac_word=$2
13626 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13627 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13628 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13629 echo $ECHO_N "(cached) $ECHO_C" >&6
13630 else
13631 if test -n "$gphoto2port_devel"; then
13632 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13633 else
13634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13635 for as_dir in $PATH
13637 IFS=$as_save_IFS
13638 test -z "$as_dir" && as_dir=.
13639 for ac_exec_ext in '' $ac_executable_extensions; do
13640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13641 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13642 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13643 break 2
13645 done
13646 done
13647 IFS=$as_save_IFS
13649 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13652 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13653 if test -n "$gphoto2port_devel"; then
13654 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13655 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13656 else
13657 { echo "$as_me:$LINENO: result: no" >&5
13658 echo "${ECHO_T}no" >&6; }
13662 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13663 then
13664 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13665 ac_gphoto2_libs=""
13666 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13668 case "$i" in
13669 -L/usr/lib|-L/usr/lib64) ;;
13670 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13671 esac
13672 done
13673 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13675 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13676 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13677 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13678 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13679 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13680 echo $ECHO_N "(cached) $ECHO_C" >&6
13682 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13683 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13684 else
13685 # Is the header compilable?
13686 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13687 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13688 cat >conftest.$ac_ext <<_ACEOF
13689 /* confdefs.h. */
13690 _ACEOF
13691 cat confdefs.h >>conftest.$ac_ext
13692 cat >>conftest.$ac_ext <<_ACEOF
13693 /* end confdefs.h. */
13694 $ac_includes_default
13695 #include <gphoto2-camera.h>
13696 _ACEOF
13697 rm -f conftest.$ac_objext
13698 if { (ac_try="$ac_compile"
13699 case "(($ac_try" in
13700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13701 *) ac_try_echo=$ac_try;;
13702 esac
13703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13704 (eval "$ac_compile") 2>conftest.er1
13705 ac_status=$?
13706 grep -v '^ *+' conftest.er1 >conftest.err
13707 rm -f conftest.er1
13708 cat conftest.err >&5
13709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13710 (exit $ac_status); } && {
13711 test -z "$ac_c_werror_flag" ||
13712 test ! -s conftest.err
13713 } && test -s conftest.$ac_objext; then
13714 ac_header_compiler=yes
13715 else
13716 echo "$as_me: failed program was:" >&5
13717 sed 's/^/| /' conftest.$ac_ext >&5
13719 ac_header_compiler=no
13722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13723 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13724 echo "${ECHO_T}$ac_header_compiler" >&6; }
13726 # Is the header present?
13727 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13728 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13729 cat >conftest.$ac_ext <<_ACEOF
13730 /* confdefs.h. */
13731 _ACEOF
13732 cat confdefs.h >>conftest.$ac_ext
13733 cat >>conftest.$ac_ext <<_ACEOF
13734 /* end confdefs.h. */
13735 #include <gphoto2-camera.h>
13736 _ACEOF
13737 if { (ac_try="$ac_cpp conftest.$ac_ext"
13738 case "(($ac_try" in
13739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13740 *) ac_try_echo=$ac_try;;
13741 esac
13742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13743 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13744 ac_status=$?
13745 grep -v '^ *+' conftest.er1 >conftest.err
13746 rm -f conftest.er1
13747 cat conftest.err >&5
13748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13749 (exit $ac_status); } >/dev/null && {
13750 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13751 test ! -s conftest.err
13752 }; then
13753 ac_header_preproc=yes
13754 else
13755 echo "$as_me: failed program was:" >&5
13756 sed 's/^/| /' conftest.$ac_ext >&5
13758 ac_header_preproc=no
13761 rm -f conftest.err conftest.$ac_ext
13762 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13763 echo "${ECHO_T}$ac_header_preproc" >&6; }
13765 # So? What about this header?
13766 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13767 yes:no: )
13768 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13769 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13770 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13771 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13772 ac_header_preproc=yes
13774 no:yes:* )
13775 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13776 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13777 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13778 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13779 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13780 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13781 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13782 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13783 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13784 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13785 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13786 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13787 ( cat <<\_ASBOX
13788 ## ------------------------------------ ##
13789 ## Report this to wine-devel@winehq.org ##
13790 ## ------------------------------------ ##
13791 _ASBOX
13792 ) | sed "s/^/$as_me: WARNING: /" >&2
13794 esac
13795 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13796 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13797 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13798 echo $ECHO_N "(cached) $ECHO_C" >&6
13799 else
13800 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13802 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13803 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13806 if test $ac_cv_header_gphoto2_camera_h = yes; then
13807 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13808 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13809 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13810 echo $ECHO_N "(cached) $ECHO_C" >&6
13811 else
13812 ac_check_lib_save_LIBS=$LIBS
13813 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13814 cat >conftest.$ac_ext <<_ACEOF
13815 /* confdefs.h. */
13816 _ACEOF
13817 cat confdefs.h >>conftest.$ac_ext
13818 cat >>conftest.$ac_ext <<_ACEOF
13819 /* end confdefs.h. */
13821 /* Override any GCC internal prototype to avoid an error.
13822 Use char because int might match the return type of a GCC
13823 builtin and then its argument prototype would still apply. */
13824 #ifdef __cplusplus
13825 extern "C"
13826 #endif
13827 char gp_camera_new ();
13829 main ()
13831 return gp_camera_new ();
13833 return 0;
13835 _ACEOF
13836 rm -f conftest.$ac_objext conftest$ac_exeext
13837 if { (ac_try="$ac_link"
13838 case "(($ac_try" in
13839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13840 *) ac_try_echo=$ac_try;;
13841 esac
13842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13843 (eval "$ac_link") 2>conftest.er1
13844 ac_status=$?
13845 grep -v '^ *+' conftest.er1 >conftest.err
13846 rm -f conftest.er1
13847 cat conftest.err >&5
13848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13849 (exit $ac_status); } && {
13850 test -z "$ac_c_werror_flag" ||
13851 test ! -s conftest.err
13852 } && test -s conftest$ac_exeext &&
13853 $as_test_x conftest$ac_exeext; then
13854 ac_cv_lib_gphoto2_gp_camera_new=yes
13855 else
13856 echo "$as_me: failed program was:" >&5
13857 sed 's/^/| /' conftest.$ac_ext >&5
13859 ac_cv_lib_gphoto2_gp_camera_new=no
13862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13863 conftest$ac_exeext conftest.$ac_ext
13864 LIBS=$ac_check_lib_save_LIBS
13866 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13867 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13868 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13870 cat >>confdefs.h <<\_ACEOF
13871 #define HAVE_GPHOTO2 1
13872 _ACEOF
13874 GPHOTO2LIBS="$ac_gphoto2_libs"
13876 GPHOTO2INCL="$ac_gphoto2_incl"
13883 CPPFLAGS="$ac_save_CPPFLAGS"
13885 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13886 case "x$with_gphoto" in
13887 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13888 xno) ;;
13889 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13890 This is an error since --with-gphoto was requested." >&5
13891 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13892 This is an error since --with-gphoto was requested." >&2;}
13893 { (exit 1); exit 1; }; } ;;
13894 esac
13899 RESOLVLIBS=""
13901 if test "$ac_cv_header_resolv_h" = "yes"
13902 then
13903 ac_save_LIBS="$LIBS"
13904 LIBS="$LIBS -lresolv"
13905 cat >conftest.$ac_ext <<_ACEOF
13906 /* confdefs.h. */
13907 _ACEOF
13908 cat confdefs.h >>conftest.$ac_ext
13909 cat >>conftest.$ac_ext <<_ACEOF
13910 /* end confdefs.h. */
13911 #ifdef HAVE_NETINET_IN_H
13912 #include <netinet/in.h>
13913 #endif
13914 #include <resolv.h>
13916 main ()
13918 res_init();
13920 return 0;
13922 _ACEOF
13923 rm -f conftest.$ac_objext conftest$ac_exeext
13924 if { (ac_try="$ac_link"
13925 case "(($ac_try" in
13926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13927 *) ac_try_echo=$ac_try;;
13928 esac
13929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13930 (eval "$ac_link") 2>conftest.er1
13931 ac_status=$?
13932 grep -v '^ *+' conftest.er1 >conftest.err
13933 rm -f conftest.er1
13934 cat conftest.err >&5
13935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13936 (exit $ac_status); } && {
13937 test -z "$ac_c_werror_flag" ||
13938 test ! -s conftest.err
13939 } && test -s conftest$ac_exeext &&
13940 $as_test_x conftest$ac_exeext; then
13942 cat >>confdefs.h <<\_ACEOF
13943 #define HAVE_RESOLV 1
13944 _ACEOF
13946 RESOLVLIBS="-lresolv"
13947 else
13948 echo "$as_me: failed program was:" >&5
13949 sed 's/^/| /' conftest.$ac_ext >&5
13954 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13955 conftest$ac_exeext conftest.$ac_ext
13956 LIBS="$ac_save_LIBS"
13959 LCMSLIBS=""
13961 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13962 then
13963 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13964 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13965 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13966 echo $ECHO_N "(cached) $ECHO_C" >&6
13967 else
13968 ac_check_lib_save_LIBS=$LIBS
13969 LIBS="-llcms $LIBS"
13970 cat >conftest.$ac_ext <<_ACEOF
13971 /* confdefs.h. */
13972 _ACEOF
13973 cat confdefs.h >>conftest.$ac_ext
13974 cat >>conftest.$ac_ext <<_ACEOF
13975 /* end confdefs.h. */
13977 /* Override any GCC internal prototype to avoid an error.
13978 Use char because int might match the return type of a GCC
13979 builtin and then its argument prototype would still apply. */
13980 #ifdef __cplusplus
13981 extern "C"
13982 #endif
13983 char cmsOpenProfileFromFile ();
13985 main ()
13987 return cmsOpenProfileFromFile ();
13989 return 0;
13991 _ACEOF
13992 rm -f conftest.$ac_objext conftest$ac_exeext
13993 if { (ac_try="$ac_link"
13994 case "(($ac_try" in
13995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13996 *) ac_try_echo=$ac_try;;
13997 esac
13998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13999 (eval "$ac_link") 2>conftest.er1
14000 ac_status=$?
14001 grep -v '^ *+' conftest.er1 >conftest.err
14002 rm -f conftest.er1
14003 cat conftest.err >&5
14004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14005 (exit $ac_status); } && {
14006 test -z "$ac_c_werror_flag" ||
14007 test ! -s conftest.err
14008 } && test -s conftest$ac_exeext &&
14009 $as_test_x conftest$ac_exeext; then
14010 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14011 else
14012 echo "$as_me: failed program was:" >&5
14013 sed 's/^/| /' conftest.$ac_ext >&5
14015 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14019 conftest$ac_exeext conftest.$ac_ext
14020 LIBS=$ac_check_lib_save_LIBS
14022 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14023 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14024 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14026 cat >>confdefs.h <<\_ACEOF
14027 #define HAVE_LCMS 1
14028 _ACEOF
14030 LCMSLIBS="-llcms"
14034 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14035 case "x$with_cms" in
14036 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14037 xno) ;;
14038 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14039 This is an error since --with-cms was requested." >&5
14040 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14041 This is an error since --with-cms was requested." >&2;}
14042 { (exit 1); exit 1; }; } ;;
14043 esac
14047 if test "x$with_freetype" != "xno"
14048 then
14049 for ac_prog in freetype-config freetype2-config
14051 # Extract the first word of "$ac_prog", so it can be a program name with args.
14052 set dummy $ac_prog; ac_word=$2
14053 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14054 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14055 if test "${ac_cv_prog_ft_devel+set}" = set; then
14056 echo $ECHO_N "(cached) $ECHO_C" >&6
14057 else
14058 if test -n "$ft_devel"; then
14059 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14060 else
14061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14062 for as_dir in $PATH
14064 IFS=$as_save_IFS
14065 test -z "$as_dir" && as_dir=.
14066 for ac_exec_ext in '' $ac_executable_extensions; do
14067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14068 ac_cv_prog_ft_devel="$ac_prog"
14069 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14070 break 2
14072 done
14073 done
14074 IFS=$as_save_IFS
14078 ft_devel=$ac_cv_prog_ft_devel
14079 if test -n "$ft_devel"; then
14080 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14081 echo "${ECHO_T}$ft_devel" >&6; }
14082 else
14083 { echo "$as_me:$LINENO: result: no" >&5
14084 echo "${ECHO_T}no" >&6; }
14088 test -n "$ft_devel" && break
14089 done
14090 test -n "$ft_devel" || ft_devel="no"
14092 if test "$ft_devel" != "no"
14093 then
14094 ac_freetype_incl=`$ft_devel --cflags`
14095 ac_freetype_libs=`$ft_devel --libs`
14097 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14098 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14099 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14100 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14101 echo $ECHO_N "(cached) $ECHO_C" >&6
14102 else
14103 ac_check_soname_save_LIBS=$LIBS
14104 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14105 cat >conftest.$ac_ext <<_ACEOF
14106 /* confdefs.h. */
14107 _ACEOF
14108 cat confdefs.h >>conftest.$ac_ext
14109 cat >>conftest.$ac_ext <<_ACEOF
14110 /* end confdefs.h. */
14112 /* Override any GCC internal prototype to avoid an error.
14113 Use char because int might match the return type of a GCC
14114 builtin and then its argument prototype would still apply. */
14115 #ifdef __cplusplus
14116 extern "C"
14117 #endif
14118 char FT_Init_FreeType ();
14120 main ()
14122 return FT_Init_FreeType ();
14124 return 0;
14126 _ACEOF
14127 rm -f conftest.$ac_objext conftest$ac_exeext
14128 if { (ac_try="$ac_link"
14129 case "(($ac_try" in
14130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14131 *) ac_try_echo=$ac_try;;
14132 esac
14133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14134 (eval "$ac_link") 2>conftest.er1
14135 ac_status=$?
14136 grep -v '^ *+' conftest.er1 >conftest.err
14137 rm -f conftest.er1
14138 cat conftest.err >&5
14139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14140 (exit $ac_status); } && {
14141 test -z "$ac_c_werror_flag" ||
14142 test ! -s conftest.err
14143 } && test -s conftest$ac_exeext &&
14144 $as_test_x conftest$ac_exeext; then
14145 case "$LIBEXT" in
14146 dll) ;;
14147 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'` ;;
14148 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14149 esac
14150 else
14151 echo "$as_me: failed program was:" >&5
14152 sed 's/^/| /' conftest.$ac_ext >&5
14157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14158 conftest$ac_exeext conftest.$ac_ext
14159 LIBS=$ac_check_soname_save_LIBS
14161 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14162 { echo "$as_me:$LINENO: result: not found" >&5
14163 echo "${ECHO_T}not found" >&6; }
14164 ft_lib=no
14165 else
14166 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14167 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14169 cat >>confdefs.h <<_ACEOF
14170 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14171 _ACEOF
14173 ft_lib=yes
14176 if test "$ft_lib" = "yes"
14177 then
14178 ac_save_CPPFLAGS="$CPPFLAGS"
14179 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14193 for ac_header in ft2build.h \
14194 freetype/freetype.h \
14195 freetype/ftglyph.h \
14196 freetype/fttypes.h \
14197 freetype/tttables.h \
14198 freetype/ftnames.h \
14199 freetype/ftsnames.h \
14200 freetype/ttnameid.h \
14201 freetype/ftoutln.h \
14202 freetype/ftwinfnt.h \
14203 freetype/ftmodapi.h \
14204 freetype/ftlcdfil.h \
14205 freetype/internal/sfnt.h
14207 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14208 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14209 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14210 if { as_var=$as_ac_Header; eval "test \"\${$as_var+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 #ifdef HAVE_FT2BUILD_H
14220 # include <ft2build.h>
14221 #endif
14223 #include <$ac_header>
14224 _ACEOF
14225 rm -f conftest.$ac_objext
14226 if { (ac_try="$ac_compile"
14227 case "(($ac_try" in
14228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14229 *) ac_try_echo=$ac_try;;
14230 esac
14231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14232 (eval "$ac_compile") 2>conftest.er1
14233 ac_status=$?
14234 grep -v '^ *+' conftest.er1 >conftest.err
14235 rm -f conftest.er1
14236 cat conftest.err >&5
14237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14238 (exit $ac_status); } && {
14239 test -z "$ac_c_werror_flag" ||
14240 test ! -s conftest.err
14241 } && test -s conftest.$ac_objext; then
14242 eval "$as_ac_Header=yes"
14243 else
14244 echo "$as_me: failed program was:" >&5
14245 sed 's/^/| /' conftest.$ac_ext >&5
14247 eval "$as_ac_Header=no"
14250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14252 ac_res=`eval echo '${'$as_ac_Header'}'`
14253 { echo "$as_me:$LINENO: result: $ac_res" >&5
14254 echo "${ECHO_T}$ac_res" >&6; }
14255 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14256 cat >>confdefs.h <<_ACEOF
14257 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14258 _ACEOF
14262 done
14264 cat >conftest.$ac_ext <<_ACEOF
14265 /* confdefs.h. */
14266 _ACEOF
14267 cat confdefs.h >>conftest.$ac_ext
14268 cat >>conftest.$ac_ext <<_ACEOF
14269 /* end confdefs.h. */
14270 #include <ft2build.h>
14271 #include <freetype/fttrigon.h>
14272 _ACEOF
14273 if { (ac_try="$ac_cpp conftest.$ac_ext"
14274 case "(($ac_try" in
14275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14276 *) ac_try_echo=$ac_try;;
14277 esac
14278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14279 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14280 ac_status=$?
14281 grep -v '^ *+' conftest.er1 >conftest.err
14282 rm -f conftest.er1
14283 cat conftest.err >&5
14284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14285 (exit $ac_status); } >/dev/null && {
14286 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14287 test ! -s conftest.err
14288 }; then
14290 cat >>confdefs.h <<\_ACEOF
14291 #define HAVE_FREETYPE_FTTRIGON_H 1
14292 _ACEOF
14294 wine_cv_fttrigon=yes
14295 else
14296 echo "$as_me: failed program was:" >&5
14297 sed 's/^/| /' conftest.$ac_ext >&5
14299 wine_cv_fttrigon=no
14302 rm -f conftest.err conftest.$ac_ext
14303 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14304 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14305 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14306 echo $ECHO_N "(cached) $ECHO_C" >&6
14307 else
14308 cat >conftest.$ac_ext <<_ACEOF
14309 /* confdefs.h. */
14310 _ACEOF
14311 cat confdefs.h >>conftest.$ac_ext
14312 cat >>conftest.$ac_ext <<_ACEOF
14313 /* end confdefs.h. */
14314 #include <freetype/ftmodapi.h>
14316 typedef FT_TrueTypeEngineType ac__type_new_;
14318 main ()
14320 if ((ac__type_new_ *) 0)
14321 return 0;
14322 if (sizeof (ac__type_new_))
14323 return 0;
14325 return 0;
14327 _ACEOF
14328 rm -f conftest.$ac_objext
14329 if { (ac_try="$ac_compile"
14330 case "(($ac_try" in
14331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14332 *) ac_try_echo=$ac_try;;
14333 esac
14334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14335 (eval "$ac_compile") 2>conftest.er1
14336 ac_status=$?
14337 grep -v '^ *+' conftest.er1 >conftest.err
14338 rm -f conftest.er1
14339 cat conftest.err >&5
14340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14341 (exit $ac_status); } && {
14342 test -z "$ac_c_werror_flag" ||
14343 test ! -s conftest.err
14344 } && test -s conftest.$ac_objext; then
14345 ac_cv_type_FT_TrueTypeEngineType=yes
14346 else
14347 echo "$as_me: failed program was:" >&5
14348 sed 's/^/| /' conftest.$ac_ext >&5
14350 ac_cv_type_FT_TrueTypeEngineType=no
14353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14355 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14356 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14357 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14359 cat >>confdefs.h <<_ACEOF
14360 #define HAVE_FT_TRUETYPEENGINETYPE 1
14361 _ACEOF
14366 ac_save_CFLAGS="$CFLAGS"
14367 CFLAGS="$CFLAGS $ac_freetype_libs"
14369 for ac_func in FT_Load_Sfnt_Table
14371 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14372 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14373 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14374 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14375 echo $ECHO_N "(cached) $ECHO_C" >&6
14376 else
14377 cat >conftest.$ac_ext <<_ACEOF
14378 /* confdefs.h. */
14379 _ACEOF
14380 cat confdefs.h >>conftest.$ac_ext
14381 cat >>conftest.$ac_ext <<_ACEOF
14382 /* end confdefs.h. */
14383 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14384 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14385 #define $ac_func innocuous_$ac_func
14387 /* System header to define __stub macros and hopefully few prototypes,
14388 which can conflict with char $ac_func (); below.
14389 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14390 <limits.h> exists even on freestanding compilers. */
14392 #ifdef __STDC__
14393 # include <limits.h>
14394 #else
14395 # include <assert.h>
14396 #endif
14398 #undef $ac_func
14400 /* Override any GCC internal prototype to avoid an error.
14401 Use char because int might match the return type of a GCC
14402 builtin and then its argument prototype would still apply. */
14403 #ifdef __cplusplus
14404 extern "C"
14405 #endif
14406 char $ac_func ();
14407 /* The GNU C library defines this for functions which it implements
14408 to always fail with ENOSYS. Some functions are actually named
14409 something starting with __ and the normal name is an alias. */
14410 #if defined __stub_$ac_func || defined __stub___$ac_func
14411 choke me
14412 #endif
14415 main ()
14417 return $ac_func ();
14419 return 0;
14421 _ACEOF
14422 rm -f conftest.$ac_objext conftest$ac_exeext
14423 if { (ac_try="$ac_link"
14424 case "(($ac_try" in
14425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14426 *) ac_try_echo=$ac_try;;
14427 esac
14428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14429 (eval "$ac_link") 2>conftest.er1
14430 ac_status=$?
14431 grep -v '^ *+' conftest.er1 >conftest.err
14432 rm -f conftest.er1
14433 cat conftest.err >&5
14434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14435 (exit $ac_status); } && {
14436 test -z "$ac_c_werror_flag" ||
14437 test ! -s conftest.err
14438 } && test -s conftest$ac_exeext &&
14439 $as_test_x conftest$ac_exeext; then
14440 eval "$as_ac_var=yes"
14441 else
14442 echo "$as_me: failed program was:" >&5
14443 sed 's/^/| /' conftest.$ac_ext >&5
14445 eval "$as_ac_var=no"
14448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14449 conftest$ac_exeext conftest.$ac_ext
14451 ac_res=`eval echo '${'$as_ac_var'}'`
14452 { echo "$as_me:$LINENO: result: $ac_res" >&5
14453 echo "${ECHO_T}$ac_res" >&6; }
14454 if test `eval echo '${'$as_ac_var'}'` = yes; then
14455 cat >>confdefs.h <<_ACEOF
14456 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14457 _ACEOF
14460 done
14462 CFLAGS="$ac_save_CFLAGS"
14463 CPPFLAGS="$ac_save_CPPFLAGS"
14464 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14465 then
14467 cat >>confdefs.h <<\_ACEOF
14468 #define HAVE_FREETYPE 1
14469 _ACEOF
14471 FREETYPELIBS="$ac_freetype_libs"
14473 FREETYPEINCL="$ac_freetype_incl"
14478 if test "x$FREETYPELIBS" = "x"; then
14479 case "x$with_freetype" in
14480 xno) ;;
14481 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14482 Use the --without-freetype option if you really want this." >&5
14483 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14484 Use the --without-freetype option if you really want this." >&2;}
14485 { (exit 1); exit 1; }; } ;;
14486 esac
14489 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14491 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14492 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14493 if test "${ac_cv_c_ppdev+set}" = set; then
14494 echo $ECHO_N "(cached) $ECHO_C" >&6
14495 else
14496 cat >conftest.$ac_ext <<_ACEOF
14497 /* confdefs.h. */
14498 _ACEOF
14499 cat confdefs.h >>conftest.$ac_ext
14500 cat >>conftest.$ac_ext <<_ACEOF
14501 /* end confdefs.h. */
14502 #include <linux/ppdev.h>
14504 main ()
14506 ioctl (1,PPCLAIM,0)
14508 return 0;
14510 _ACEOF
14511 rm -f conftest.$ac_objext
14512 if { (ac_try="$ac_compile"
14513 case "(($ac_try" in
14514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14515 *) ac_try_echo=$ac_try;;
14516 esac
14517 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14518 (eval "$ac_compile") 2>conftest.er1
14519 ac_status=$?
14520 grep -v '^ *+' conftest.er1 >conftest.err
14521 rm -f conftest.er1
14522 cat conftest.err >&5
14523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14524 (exit $ac_status); } && {
14525 test -z "$ac_c_werror_flag" ||
14526 test ! -s conftest.err
14527 } && test -s conftest.$ac_objext; then
14528 ac_cv_c_ppdev="yes"
14529 else
14530 echo "$as_me: failed program was:" >&5
14531 sed 's/^/| /' conftest.$ac_ext >&5
14533 ac_cv_c_ppdev="no"
14536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14538 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14539 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14540 if test "$ac_cv_c_ppdev" = "yes"
14541 then
14543 cat >>confdefs.h <<\_ACEOF
14544 #define HAVE_PPDEV 1
14545 _ACEOF
14549 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14550 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14551 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14552 echo $ECHO_N "(cached) $ECHO_C" >&6
14553 else
14554 cat >conftest.$ac_ext <<_ACEOF
14555 /* confdefs.h. */
14556 _ACEOF
14557 cat confdefs.h >>conftest.$ac_ext
14558 cat >>conftest.$ac_ext <<_ACEOF
14559 /* end confdefs.h. */
14560 #define _GNU_SOURCE
14561 #include <pthread.h>
14563 typedef pthread_rwlock_t ac__type_new_;
14565 main ()
14567 if ((ac__type_new_ *) 0)
14568 return 0;
14569 if (sizeof (ac__type_new_))
14570 return 0;
14572 return 0;
14574 _ACEOF
14575 rm -f conftest.$ac_objext
14576 if { (ac_try="$ac_compile"
14577 case "(($ac_try" in
14578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14579 *) ac_try_echo=$ac_try;;
14580 esac
14581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14582 (eval "$ac_compile") 2>conftest.er1
14583 ac_status=$?
14584 grep -v '^ *+' conftest.er1 >conftest.err
14585 rm -f conftest.er1
14586 cat conftest.err >&5
14587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14588 (exit $ac_status); } && {
14589 test -z "$ac_c_werror_flag" ||
14590 test ! -s conftest.err
14591 } && test -s conftest.$ac_objext; then
14592 ac_cv_type_pthread_rwlock_t=yes
14593 else
14594 echo "$as_me: failed program was:" >&5
14595 sed 's/^/| /' conftest.$ac_ext >&5
14597 ac_cv_type_pthread_rwlock_t=no
14600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14602 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14603 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14604 if test $ac_cv_type_pthread_rwlock_t = yes; then
14606 cat >>confdefs.h <<_ACEOF
14607 #define HAVE_PTHREAD_RWLOCK_T 1
14608 _ACEOF
14612 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14613 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14614 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14615 echo $ECHO_N "(cached) $ECHO_C" >&6
14616 else
14617 cat >conftest.$ac_ext <<_ACEOF
14618 /* confdefs.h. */
14619 _ACEOF
14620 cat confdefs.h >>conftest.$ac_ext
14621 cat >>conftest.$ac_ext <<_ACEOF
14622 /* end confdefs.h. */
14623 #define _GNU_SOURCE
14624 #include <pthread.h>
14626 typedef pthread_rwlockattr_t ac__type_new_;
14628 main ()
14630 if ((ac__type_new_ *) 0)
14631 return 0;
14632 if (sizeof (ac__type_new_))
14633 return 0;
14635 return 0;
14637 _ACEOF
14638 rm -f conftest.$ac_objext
14639 if { (ac_try="$ac_compile"
14640 case "(($ac_try" in
14641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14642 *) ac_try_echo=$ac_try;;
14643 esac
14644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14645 (eval "$ac_compile") 2>conftest.er1
14646 ac_status=$?
14647 grep -v '^ *+' conftest.er1 >conftest.err
14648 rm -f conftest.er1
14649 cat conftest.err >&5
14650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14651 (exit $ac_status); } && {
14652 test -z "$ac_c_werror_flag" ||
14653 test ! -s conftest.err
14654 } && test -s conftest.$ac_objext; then
14655 ac_cv_type_pthread_rwlockattr_t=yes
14656 else
14657 echo "$as_me: failed program was:" >&5
14658 sed 's/^/| /' conftest.$ac_ext >&5
14660 ac_cv_type_pthread_rwlockattr_t=no
14663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14665 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14666 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14667 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14669 cat >>confdefs.h <<_ACEOF
14670 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14671 _ACEOF
14677 ac_wine_check_funcs_save_LIBS="$LIBS"
14678 LIBS="$LIBS $LIBPTHREAD"
14683 for ac_func in \
14684 pthread_attr_get_np \
14685 pthread_getattr_np \
14686 pthread_get_stackaddr_np \
14687 pthread_get_stacksize_np
14689 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14690 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14691 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14692 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14693 echo $ECHO_N "(cached) $ECHO_C" >&6
14694 else
14695 cat >conftest.$ac_ext <<_ACEOF
14696 /* confdefs.h. */
14697 _ACEOF
14698 cat confdefs.h >>conftest.$ac_ext
14699 cat >>conftest.$ac_ext <<_ACEOF
14700 /* end confdefs.h. */
14701 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14702 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14703 #define $ac_func innocuous_$ac_func
14705 /* System header to define __stub macros and hopefully few prototypes,
14706 which can conflict with char $ac_func (); below.
14707 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14708 <limits.h> exists even on freestanding compilers. */
14710 #ifdef __STDC__
14711 # include <limits.h>
14712 #else
14713 # include <assert.h>
14714 #endif
14716 #undef $ac_func
14718 /* Override any GCC internal prototype to avoid an error.
14719 Use char because int might match the return type of a GCC
14720 builtin and then its argument prototype would still apply. */
14721 #ifdef __cplusplus
14722 extern "C"
14723 #endif
14724 char $ac_func ();
14725 /* The GNU C library defines this for functions which it implements
14726 to always fail with ENOSYS. Some functions are actually named
14727 something starting with __ and the normal name is an alias. */
14728 #if defined __stub_$ac_func || defined __stub___$ac_func
14729 choke me
14730 #endif
14733 main ()
14735 return $ac_func ();
14737 return 0;
14739 _ACEOF
14740 rm -f conftest.$ac_objext conftest$ac_exeext
14741 if { (ac_try="$ac_link"
14742 case "(($ac_try" in
14743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14744 *) ac_try_echo=$ac_try;;
14745 esac
14746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14747 (eval "$ac_link") 2>conftest.er1
14748 ac_status=$?
14749 grep -v '^ *+' conftest.er1 >conftest.err
14750 rm -f conftest.er1
14751 cat conftest.err >&5
14752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14753 (exit $ac_status); } && {
14754 test -z "$ac_c_werror_flag" ||
14755 test ! -s conftest.err
14756 } && test -s conftest$ac_exeext &&
14757 $as_test_x conftest$ac_exeext; then
14758 eval "$as_ac_var=yes"
14759 else
14760 echo "$as_me: failed program was:" >&5
14761 sed 's/^/| /' conftest.$ac_ext >&5
14763 eval "$as_ac_var=no"
14766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14767 conftest$ac_exeext conftest.$ac_ext
14769 ac_res=`eval echo '${'$as_ac_var'}'`
14770 { echo "$as_me:$LINENO: result: $ac_res" >&5
14771 echo "${ECHO_T}$ac_res" >&6; }
14772 if test `eval echo '${'$as_ac_var'}'` = yes; then
14773 cat >>confdefs.h <<_ACEOF
14774 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14775 _ACEOF
14778 done
14780 LIBS="$ac_wine_check_funcs_save_LIBS"
14782 if test "x$with_esd" != xno
14783 then
14784 save_CFLAGS="$CFLAGS"
14785 # Extract the first word of "esd-config", so it can be a program name with args.
14786 set dummy esd-config; ac_word=$2
14787 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14788 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14789 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14790 echo $ECHO_N "(cached) $ECHO_C" >&6
14791 else
14792 case $ESDCONFIG in
14793 [\\/]* | ?:[\\/]*)
14794 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14798 for as_dir in $PATH
14800 IFS=$as_save_IFS
14801 test -z "$as_dir" && as_dir=.
14802 for ac_exec_ext in '' $ac_executable_extensions; do
14803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14804 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14805 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14806 break 2
14808 done
14809 done
14810 IFS=$as_save_IFS
14812 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14814 esac
14816 ESDCONFIG=$ac_cv_path_ESDCONFIG
14817 if test -n "$ESDCONFIG"; then
14818 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14819 echo "${ECHO_T}$ESDCONFIG" >&6; }
14820 else
14821 { echo "$as_me:$LINENO: result: no" >&5
14822 echo "${ECHO_T}no" >&6; }
14826 if test "x$ESDCONFIG" != "xno"
14827 then
14828 ac_esd_incl=""
14829 for i in `$ESDCONFIG --cflags`
14831 case "$i" in
14832 -I*) ac_esd_incl="$ac_esd_incl $i";;
14833 esac
14834 done
14835 ac_esd_libs=`$ESDCONFIG --libs`
14836 CFLAGS="$CFLAGS $ac_esd_incl"
14838 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14839 if test "${ac_cv_header_esd_h+set}" = set; then
14840 { echo "$as_me:$LINENO: checking for esd.h" >&5
14841 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14842 if test "${ac_cv_header_esd_h+set}" = set; then
14843 echo $ECHO_N "(cached) $ECHO_C" >&6
14845 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14846 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14847 else
14848 # Is the header compilable?
14849 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14850 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14851 cat >conftest.$ac_ext <<_ACEOF
14852 /* confdefs.h. */
14853 _ACEOF
14854 cat confdefs.h >>conftest.$ac_ext
14855 cat >>conftest.$ac_ext <<_ACEOF
14856 /* end confdefs.h. */
14857 $ac_includes_default
14858 #include <esd.h>
14859 _ACEOF
14860 rm -f conftest.$ac_objext
14861 if { (ac_try="$ac_compile"
14862 case "(($ac_try" in
14863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14864 *) ac_try_echo=$ac_try;;
14865 esac
14866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14867 (eval "$ac_compile") 2>conftest.er1
14868 ac_status=$?
14869 grep -v '^ *+' conftest.er1 >conftest.err
14870 rm -f conftest.er1
14871 cat conftest.err >&5
14872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14873 (exit $ac_status); } && {
14874 test -z "$ac_c_werror_flag" ||
14875 test ! -s conftest.err
14876 } && test -s conftest.$ac_objext; then
14877 ac_header_compiler=yes
14878 else
14879 echo "$as_me: failed program was:" >&5
14880 sed 's/^/| /' conftest.$ac_ext >&5
14882 ac_header_compiler=no
14885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14886 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14887 echo "${ECHO_T}$ac_header_compiler" >&6; }
14889 # Is the header present?
14890 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14891 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14892 cat >conftest.$ac_ext <<_ACEOF
14893 /* confdefs.h. */
14894 _ACEOF
14895 cat confdefs.h >>conftest.$ac_ext
14896 cat >>conftest.$ac_ext <<_ACEOF
14897 /* end confdefs.h. */
14898 #include <esd.h>
14899 _ACEOF
14900 if { (ac_try="$ac_cpp conftest.$ac_ext"
14901 case "(($ac_try" in
14902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14903 *) ac_try_echo=$ac_try;;
14904 esac
14905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14906 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14907 ac_status=$?
14908 grep -v '^ *+' conftest.er1 >conftest.err
14909 rm -f conftest.er1
14910 cat conftest.err >&5
14911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14912 (exit $ac_status); } >/dev/null && {
14913 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14914 test ! -s conftest.err
14915 }; then
14916 ac_header_preproc=yes
14917 else
14918 echo "$as_me: failed program was:" >&5
14919 sed 's/^/| /' conftest.$ac_ext >&5
14921 ac_header_preproc=no
14924 rm -f conftest.err conftest.$ac_ext
14925 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14926 echo "${ECHO_T}$ac_header_preproc" >&6; }
14928 # So? What about this header?
14929 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14930 yes:no: )
14931 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14932 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14933 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14934 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14935 ac_header_preproc=yes
14937 no:yes:* )
14938 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14939 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14940 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14941 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14942 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14943 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14944 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14945 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14946 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14947 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14948 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14949 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14950 ( cat <<\_ASBOX
14951 ## ------------------------------------ ##
14952 ## Report this to wine-devel@winehq.org ##
14953 ## ------------------------------------ ##
14954 _ASBOX
14955 ) | sed "s/^/$as_me: WARNING: /" >&2
14957 esac
14958 { echo "$as_me:$LINENO: checking for esd.h" >&5
14959 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14960 if test "${ac_cv_header_esd_h+set}" = set; then
14961 echo $ECHO_N "(cached) $ECHO_C" >&6
14962 else
14963 ac_cv_header_esd_h=$ac_header_preproc
14965 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14966 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14969 if test $ac_cv_header_esd_h = yes; then
14970 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14971 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14972 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14973 echo $ECHO_N "(cached) $ECHO_C" >&6
14974 else
14975 ac_check_lib_save_LIBS=$LIBS
14976 LIBS="-lesd $ac_esd_libs $LIBS"
14977 cat >conftest.$ac_ext <<_ACEOF
14978 /* confdefs.h. */
14979 _ACEOF
14980 cat confdefs.h >>conftest.$ac_ext
14981 cat >>conftest.$ac_ext <<_ACEOF
14982 /* end confdefs.h. */
14984 /* Override any GCC internal prototype to avoid an error.
14985 Use char because int might match the return type of a GCC
14986 builtin and then its argument prototype would still apply. */
14987 #ifdef __cplusplus
14988 extern "C"
14989 #endif
14990 char esd_open_sound ();
14992 main ()
14994 return esd_open_sound ();
14996 return 0;
14998 _ACEOF
14999 rm -f conftest.$ac_objext conftest$ac_exeext
15000 if { (ac_try="$ac_link"
15001 case "(($ac_try" in
15002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15003 *) ac_try_echo=$ac_try;;
15004 esac
15005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15006 (eval "$ac_link") 2>conftest.er1
15007 ac_status=$?
15008 grep -v '^ *+' conftest.er1 >conftest.err
15009 rm -f conftest.er1
15010 cat conftest.err >&5
15011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15012 (exit $ac_status); } && {
15013 test -z "$ac_c_werror_flag" ||
15014 test ! -s conftest.err
15015 } && test -s conftest$ac_exeext &&
15016 $as_test_x conftest$ac_exeext; then
15017 ac_cv_lib_esd_esd_open_sound=yes
15018 else
15019 echo "$as_me: failed program was:" >&5
15020 sed 's/^/| /' conftest.$ac_ext >&5
15022 ac_cv_lib_esd_esd_open_sound=no
15025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15026 conftest$ac_exeext conftest.$ac_ext
15027 LIBS=$ac_check_lib_save_LIBS
15029 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15030 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15031 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15032 ESDINCL="$ac_esd_incl"
15034 ESDLIBS="$ac_esd_libs"
15037 cat >>confdefs.h <<\_ACEOF
15038 #define HAVE_ESD 1
15039 _ACEOF
15046 CFLAGS="$save_CFLAGS"
15049 if test "x$with_pulse" != "xno"; then
15050 if test "$PKG_CONFIG" != "false"; then
15051 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
15052 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
15053 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
15054 have_pulseaudio="yes"
15055 else
15056 have_pulseaudio="no"
15058 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15059 echo "${ECHO_T}$have_pulseaudio" >&6; }
15060 if test x"$have_pulseaudio" = xyes; then
15061 if "$PKG_CONFIG" --atleast-version=0.9.11 libpulse; then
15063 cat >>confdefs.h <<\_ACEOF
15064 #define HAVE_PULSEAUDIO_0_9_11 1
15065 _ACEOF
15067 else
15069 cat >>confdefs.h <<\_ACEOF
15070 #define HAVE_PULSEAUDIO_0_9_11 0
15071 _ACEOF
15074 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15076 cat >>confdefs.h <<\_ACEOF
15077 #define HAVE_PULSEAUDIO 1
15078 _ACEOF
15080 PULSELIBS="$ac_pulse_libs"
15086 ALSALIBS=""
15088 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15089 then
15090 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15091 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15092 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15093 echo $ECHO_N "(cached) $ECHO_C" >&6
15094 else
15095 ac_check_lib_save_LIBS=$LIBS
15096 LIBS="-lasound $LIBS"
15097 cat >conftest.$ac_ext <<_ACEOF
15098 /* confdefs.h. */
15099 _ACEOF
15100 cat confdefs.h >>conftest.$ac_ext
15101 cat >>conftest.$ac_ext <<_ACEOF
15102 /* end confdefs.h. */
15104 /* Override any GCC internal prototype to avoid an error.
15105 Use char because int might match the return type of a GCC
15106 builtin and then its argument prototype would still apply. */
15107 #ifdef __cplusplus
15108 extern "C"
15109 #endif
15110 char snd_pcm_hw_params_get_access ();
15112 main ()
15114 return snd_pcm_hw_params_get_access ();
15116 return 0;
15118 _ACEOF
15119 rm -f conftest.$ac_objext conftest$ac_exeext
15120 if { (ac_try="$ac_link"
15121 case "(($ac_try" in
15122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15123 *) ac_try_echo=$ac_try;;
15124 esac
15125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15126 (eval "$ac_link") 2>conftest.er1
15127 ac_status=$?
15128 grep -v '^ *+' conftest.er1 >conftest.err
15129 rm -f conftest.er1
15130 cat conftest.err >&5
15131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15132 (exit $ac_status); } && {
15133 test -z "$ac_c_werror_flag" ||
15134 test ! -s conftest.err
15135 } && test -s conftest$ac_exeext &&
15136 $as_test_x conftest$ac_exeext; then
15137 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15138 else
15139 echo "$as_me: failed program was:" >&5
15140 sed 's/^/| /' conftest.$ac_ext >&5
15142 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15146 conftest$ac_exeext conftest.$ac_ext
15147 LIBS=$ac_check_lib_save_LIBS
15149 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15150 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15151 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15152 cat >conftest.$ac_ext <<_ACEOF
15153 /* confdefs.h. */
15154 _ACEOF
15155 cat confdefs.h >>conftest.$ac_ext
15156 cat >>conftest.$ac_ext <<_ACEOF
15157 /* end confdefs.h. */
15158 #ifdef HAVE_ALSA_ASOUNDLIB_H
15159 #include <alsa/asoundlib.h>
15160 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15161 #include <sys/asoundlib.h>
15162 #endif
15164 main ()
15166 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15168 return 0;
15170 _ACEOF
15171 rm -f conftest.$ac_objext
15172 if { (ac_try="$ac_compile"
15173 case "(($ac_try" in
15174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15175 *) ac_try_echo=$ac_try;;
15176 esac
15177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15178 (eval "$ac_compile") 2>conftest.er1
15179 ac_status=$?
15180 grep -v '^ *+' conftest.er1 >conftest.err
15181 rm -f conftest.er1
15182 cat conftest.err >&5
15183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15184 (exit $ac_status); } && {
15185 test -z "$ac_c_werror_flag" ||
15186 test ! -s conftest.err
15187 } && test -s conftest.$ac_objext; then
15189 cat >>confdefs.h <<\_ACEOF
15190 #define HAVE_ALSA 1
15191 _ACEOF
15193 ALSALIBS="-lasound"
15194 else
15195 echo "$as_me: failed program was:" >&5
15196 sed 's/^/| /' conftest.$ac_ext >&5
15201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15206 AUDIOIOLIBS=""
15208 if test "$ac_cv_header_libaudioio_h" = "yes"
15209 then
15210 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15211 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15212 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15213 echo $ECHO_N "(cached) $ECHO_C" >&6
15214 else
15215 ac_check_lib_save_LIBS=$LIBS
15216 LIBS="-laudioio $LIBS"
15217 cat >conftest.$ac_ext <<_ACEOF
15218 /* confdefs.h. */
15219 _ACEOF
15220 cat confdefs.h >>conftest.$ac_ext
15221 cat >>conftest.$ac_ext <<_ACEOF
15222 /* end confdefs.h. */
15224 /* Override any GCC internal prototype to avoid an error.
15225 Use char because int might match the return type of a GCC
15226 builtin and then its argument prototype would still apply. */
15227 #ifdef __cplusplus
15228 extern "C"
15229 #endif
15230 char AudioIOGetVersion ();
15232 main ()
15234 return AudioIOGetVersion ();
15236 return 0;
15238 _ACEOF
15239 rm -f conftest.$ac_objext conftest$ac_exeext
15240 if { (ac_try="$ac_link"
15241 case "(($ac_try" in
15242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15243 *) ac_try_echo=$ac_try;;
15244 esac
15245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15246 (eval "$ac_link") 2>conftest.er1
15247 ac_status=$?
15248 grep -v '^ *+' conftest.er1 >conftest.err
15249 rm -f conftest.er1
15250 cat conftest.err >&5
15251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15252 (exit $ac_status); } && {
15253 test -z "$ac_c_werror_flag" ||
15254 test ! -s conftest.err
15255 } && test -s conftest$ac_exeext &&
15256 $as_test_x conftest$ac_exeext; then
15257 ac_cv_lib_audioio_AudioIOGetVersion=yes
15258 else
15259 echo "$as_me: failed program was:" >&5
15260 sed 's/^/| /' conftest.$ac_ext >&5
15262 ac_cv_lib_audioio_AudioIOGetVersion=no
15265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15266 conftest$ac_exeext conftest.$ac_ext
15267 LIBS=$ac_check_lib_save_LIBS
15269 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15270 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15271 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15272 AUDIOIOLIBS="-laudioio"
15274 cat >>confdefs.h <<\_ACEOF
15275 #define HAVE_LIBAUDIOIO 1
15276 _ACEOF
15283 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15284 then
15285 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15286 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15287 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15288 echo $ECHO_N "(cached) $ECHO_C" >&6
15289 else
15290 ac_check_soname_save_LIBS=$LIBS
15291 LIBS="-lcapi20 $LIBS"
15292 cat >conftest.$ac_ext <<_ACEOF
15293 /* confdefs.h. */
15294 _ACEOF
15295 cat confdefs.h >>conftest.$ac_ext
15296 cat >>conftest.$ac_ext <<_ACEOF
15297 /* end confdefs.h. */
15299 /* Override any GCC internal prototype to avoid an error.
15300 Use char because int might match the return type of a GCC
15301 builtin and then its argument prototype would still apply. */
15302 #ifdef __cplusplus
15303 extern "C"
15304 #endif
15305 char capi20_register ();
15307 main ()
15309 return capi20_register ();
15311 return 0;
15313 _ACEOF
15314 rm -f conftest.$ac_objext conftest$ac_exeext
15315 if { (ac_try="$ac_link"
15316 case "(($ac_try" in
15317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15318 *) ac_try_echo=$ac_try;;
15319 esac
15320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15321 (eval "$ac_link") 2>conftest.er1
15322 ac_status=$?
15323 grep -v '^ *+' conftest.er1 >conftest.err
15324 rm -f conftest.er1
15325 cat conftest.err >&5
15326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15327 (exit $ac_status); } && {
15328 test -z "$ac_c_werror_flag" ||
15329 test ! -s conftest.err
15330 } && test -s conftest$ac_exeext &&
15331 $as_test_x conftest$ac_exeext; then
15332 case "$LIBEXT" in
15333 dll) ;;
15334 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'` ;;
15335 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15336 esac
15337 else
15338 echo "$as_me: failed program was:" >&5
15339 sed 's/^/| /' conftest.$ac_ext >&5
15344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15345 conftest$ac_exeext conftest.$ac_ext
15346 LIBS=$ac_check_soname_save_LIBS
15348 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15349 { echo "$as_me:$LINENO: result: not found" >&5
15350 echo "${ECHO_T}not found" >&6; }
15352 else
15353 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15354 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15356 cat >>confdefs.h <<_ACEOF
15357 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15358 _ACEOF
15364 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15365 case "x$with_capi" in
15366 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15367 xno) ;;
15368 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15369 This is an error since --with-capi was requested." >&5
15370 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15371 This is an error since --with-capi was requested." >&2;}
15372 { (exit 1); exit 1; }; } ;;
15373 esac
15377 CUPSINCL=""
15379 if test "x$with_cups" != "xno"
15380 then
15381 ac_save_CPPFLAGS="$CPPFLAGS"
15382 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15383 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15384 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15386 for ac_header in cups/cups.h
15388 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15389 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15390 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15391 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15392 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15393 echo $ECHO_N "(cached) $ECHO_C" >&6
15395 ac_res=`eval echo '${'$as_ac_Header'}'`
15396 { echo "$as_me:$LINENO: result: $ac_res" >&5
15397 echo "${ECHO_T}$ac_res" >&6; }
15398 else
15399 # Is the header compilable?
15400 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15401 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15402 cat >conftest.$ac_ext <<_ACEOF
15403 /* confdefs.h. */
15404 _ACEOF
15405 cat confdefs.h >>conftest.$ac_ext
15406 cat >>conftest.$ac_ext <<_ACEOF
15407 /* end confdefs.h. */
15408 $ac_includes_default
15409 #include <$ac_header>
15410 _ACEOF
15411 rm -f conftest.$ac_objext
15412 if { (ac_try="$ac_compile"
15413 case "(($ac_try" in
15414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15415 *) ac_try_echo=$ac_try;;
15416 esac
15417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15418 (eval "$ac_compile") 2>conftest.er1
15419 ac_status=$?
15420 grep -v '^ *+' conftest.er1 >conftest.err
15421 rm -f conftest.er1
15422 cat conftest.err >&5
15423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15424 (exit $ac_status); } && {
15425 test -z "$ac_c_werror_flag" ||
15426 test ! -s conftest.err
15427 } && test -s conftest.$ac_objext; then
15428 ac_header_compiler=yes
15429 else
15430 echo "$as_me: failed program was:" >&5
15431 sed 's/^/| /' conftest.$ac_ext >&5
15433 ac_header_compiler=no
15436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15437 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15438 echo "${ECHO_T}$ac_header_compiler" >&6; }
15440 # Is the header present?
15441 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15442 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15443 cat >conftest.$ac_ext <<_ACEOF
15444 /* confdefs.h. */
15445 _ACEOF
15446 cat confdefs.h >>conftest.$ac_ext
15447 cat >>conftest.$ac_ext <<_ACEOF
15448 /* end confdefs.h. */
15449 #include <$ac_header>
15450 _ACEOF
15451 if { (ac_try="$ac_cpp conftest.$ac_ext"
15452 case "(($ac_try" in
15453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15454 *) ac_try_echo=$ac_try;;
15455 esac
15456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15457 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15458 ac_status=$?
15459 grep -v '^ *+' conftest.er1 >conftest.err
15460 rm -f conftest.er1
15461 cat conftest.err >&5
15462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15463 (exit $ac_status); } >/dev/null && {
15464 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15465 test ! -s conftest.err
15466 }; then
15467 ac_header_preproc=yes
15468 else
15469 echo "$as_me: failed program was:" >&5
15470 sed 's/^/| /' conftest.$ac_ext >&5
15472 ac_header_preproc=no
15475 rm -f conftest.err conftest.$ac_ext
15476 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15477 echo "${ECHO_T}$ac_header_preproc" >&6; }
15479 # So? What about this header?
15480 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15481 yes:no: )
15482 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15483 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15484 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15485 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15486 ac_header_preproc=yes
15488 no:yes:* )
15489 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15490 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15491 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15492 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15493 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15494 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15495 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15496 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15497 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15498 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15499 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15500 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15501 ( cat <<\_ASBOX
15502 ## ------------------------------------ ##
15503 ## Report this to wine-devel@winehq.org ##
15504 ## ------------------------------------ ##
15505 _ASBOX
15506 ) | sed "s/^/$as_me: WARNING: /" >&2
15508 esac
15509 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15510 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15511 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15512 echo $ECHO_N "(cached) $ECHO_C" >&6
15513 else
15514 eval "$as_ac_Header=\$ac_header_preproc"
15516 ac_res=`eval echo '${'$as_ac_Header'}'`
15517 { echo "$as_me:$LINENO: result: $ac_res" >&5
15518 echo "${ECHO_T}$ac_res" >&6; }
15521 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15522 cat >>confdefs.h <<_ACEOF
15523 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15524 _ACEOF
15525 { echo "$as_me:$LINENO: checking for -lcups" >&5
15526 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15527 if test "${ac_cv_lib_soname_cups+set}" = set; then
15528 echo $ECHO_N "(cached) $ECHO_C" >&6
15529 else
15530 ac_check_soname_save_LIBS=$LIBS
15531 LIBS="-lcups $ac_cups_libs $LIBS"
15532 cat >conftest.$ac_ext <<_ACEOF
15533 /* confdefs.h. */
15534 _ACEOF
15535 cat confdefs.h >>conftest.$ac_ext
15536 cat >>conftest.$ac_ext <<_ACEOF
15537 /* end confdefs.h. */
15539 /* Override any GCC internal prototype to avoid an error.
15540 Use char because int might match the return type of a GCC
15541 builtin and then its argument prototype would still apply. */
15542 #ifdef __cplusplus
15543 extern "C"
15544 #endif
15545 char cupsGetDefault ();
15547 main ()
15549 return cupsGetDefault ();
15551 return 0;
15553 _ACEOF
15554 rm -f conftest.$ac_objext conftest$ac_exeext
15555 if { (ac_try="$ac_link"
15556 case "(($ac_try" in
15557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15558 *) ac_try_echo=$ac_try;;
15559 esac
15560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15561 (eval "$ac_link") 2>conftest.er1
15562 ac_status=$?
15563 grep -v '^ *+' conftest.er1 >conftest.err
15564 rm -f conftest.er1
15565 cat conftest.err >&5
15566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15567 (exit $ac_status); } && {
15568 test -z "$ac_c_werror_flag" ||
15569 test ! -s conftest.err
15570 } && test -s conftest$ac_exeext &&
15571 $as_test_x conftest$ac_exeext; then
15572 case "$LIBEXT" in
15573 dll) ;;
15574 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'` ;;
15575 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15576 esac
15577 else
15578 echo "$as_me: failed program was:" >&5
15579 sed 's/^/| /' conftest.$ac_ext >&5
15584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15585 conftest$ac_exeext conftest.$ac_ext
15586 LIBS=$ac_check_soname_save_LIBS
15588 if test "x$ac_cv_lib_soname_cups" = "x"; then
15589 { echo "$as_me:$LINENO: result: not found" >&5
15590 echo "${ECHO_T}not found" >&6; }
15592 else
15593 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15594 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15596 cat >>confdefs.h <<_ACEOF
15597 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15598 _ACEOF
15600 CUPSINCL="$ac_cups_cflags"
15605 done
15607 CPPFLAGS="$ac_save_CPPFLAGS"
15609 if test "x$ac_cv_lib_soname_cups" = "x"; then
15610 case "x$with_cups" in
15611 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15612 xno) ;;
15613 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15614 This is an error since --with-cups was requested." >&5
15615 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15616 This is an error since --with-cups was requested." >&2;}
15617 { (exit 1); exit 1; }; } ;;
15618 esac
15622 if test "$ac_cv_header_jack_jack_h" = "yes"
15623 then
15624 { echo "$as_me:$LINENO: checking for -ljack" >&5
15625 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15626 if test "${ac_cv_lib_soname_jack+set}" = set; then
15627 echo $ECHO_N "(cached) $ECHO_C" >&6
15628 else
15629 ac_check_soname_save_LIBS=$LIBS
15630 LIBS="-ljack $LIBS"
15631 cat >conftest.$ac_ext <<_ACEOF
15632 /* confdefs.h. */
15633 _ACEOF
15634 cat confdefs.h >>conftest.$ac_ext
15635 cat >>conftest.$ac_ext <<_ACEOF
15636 /* end confdefs.h. */
15638 /* Override any GCC internal prototype to avoid an error.
15639 Use char because int might match the return type of a GCC
15640 builtin and then its argument prototype would still apply. */
15641 #ifdef __cplusplus
15642 extern "C"
15643 #endif
15644 char jack_client_new ();
15646 main ()
15648 return jack_client_new ();
15650 return 0;
15652 _ACEOF
15653 rm -f conftest.$ac_objext conftest$ac_exeext
15654 if { (ac_try="$ac_link"
15655 case "(($ac_try" in
15656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15657 *) ac_try_echo=$ac_try;;
15658 esac
15659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15660 (eval "$ac_link") 2>conftest.er1
15661 ac_status=$?
15662 grep -v '^ *+' conftest.er1 >conftest.err
15663 rm -f conftest.er1
15664 cat conftest.err >&5
15665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15666 (exit $ac_status); } && {
15667 test -z "$ac_c_werror_flag" ||
15668 test ! -s conftest.err
15669 } && test -s conftest$ac_exeext &&
15670 $as_test_x conftest$ac_exeext; then
15671 case "$LIBEXT" in
15672 dll) ;;
15673 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'` ;;
15674 *) 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'` ;;
15675 esac
15676 else
15677 echo "$as_me: failed program was:" >&5
15678 sed 's/^/| /' conftest.$ac_ext >&5
15683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15684 conftest$ac_exeext conftest.$ac_ext
15685 LIBS=$ac_check_soname_save_LIBS
15687 if test "x$ac_cv_lib_soname_jack" = "x"; then
15688 { echo "$as_me:$LINENO: result: not found" >&5
15689 echo "${ECHO_T}not found" >&6; }
15691 else
15692 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15693 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15695 cat >>confdefs.h <<_ACEOF
15696 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15697 _ACEOF
15704 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15705 then
15706 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15707 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15708 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15709 echo $ECHO_N "(cached) $ECHO_C" >&6
15710 else
15711 ac_check_soname_save_LIBS=$LIBS
15712 LIBS="-lfontconfig $LIBS"
15713 cat >conftest.$ac_ext <<_ACEOF
15714 /* confdefs.h. */
15715 _ACEOF
15716 cat confdefs.h >>conftest.$ac_ext
15717 cat >>conftest.$ac_ext <<_ACEOF
15718 /* end confdefs.h. */
15720 /* Override any GCC internal prototype to avoid an error.
15721 Use char because int might match the return type of a GCC
15722 builtin and then its argument prototype would still apply. */
15723 #ifdef __cplusplus
15724 extern "C"
15725 #endif
15726 char FcInit ();
15728 main ()
15730 return FcInit ();
15732 return 0;
15734 _ACEOF
15735 rm -f conftest.$ac_objext conftest$ac_exeext
15736 if { (ac_try="$ac_link"
15737 case "(($ac_try" in
15738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15739 *) ac_try_echo=$ac_try;;
15740 esac
15741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15742 (eval "$ac_link") 2>conftest.er1
15743 ac_status=$?
15744 grep -v '^ *+' conftest.er1 >conftest.err
15745 rm -f conftest.er1
15746 cat conftest.err >&5
15747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15748 (exit $ac_status); } && {
15749 test -z "$ac_c_werror_flag" ||
15750 test ! -s conftest.err
15751 } && test -s conftest$ac_exeext &&
15752 $as_test_x conftest$ac_exeext; then
15753 case "$LIBEXT" in
15754 dll) ;;
15755 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'` ;;
15756 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15757 esac
15758 else
15759 echo "$as_me: failed program was:" >&5
15760 sed 's/^/| /' conftest.$ac_ext >&5
15765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15766 conftest$ac_exeext conftest.$ac_ext
15767 LIBS=$ac_check_soname_save_LIBS
15769 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15770 { echo "$as_me:$LINENO: result: not found" >&5
15771 echo "${ECHO_T}not found" >&6; }
15773 else
15774 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15775 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15777 cat >>confdefs.h <<_ACEOF
15778 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15779 _ACEOF
15784 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15785 then
15786 ac_save_CPPFLAGS="$CPPFLAGS"
15787 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15788 $as_unset ac_cv_header_fontconfig_fontconfig_h
15790 for ac_header in fontconfig/fontconfig.h
15792 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15793 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15794 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15795 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15796 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15797 echo $ECHO_N "(cached) $ECHO_C" >&6
15799 ac_res=`eval echo '${'$as_ac_Header'}'`
15800 { echo "$as_me:$LINENO: result: $ac_res" >&5
15801 echo "${ECHO_T}$ac_res" >&6; }
15802 else
15803 # Is the header compilable?
15804 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15805 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15806 cat >conftest.$ac_ext <<_ACEOF
15807 /* confdefs.h. */
15808 _ACEOF
15809 cat confdefs.h >>conftest.$ac_ext
15810 cat >>conftest.$ac_ext <<_ACEOF
15811 /* end confdefs.h. */
15812 $ac_includes_default
15813 #include <$ac_header>
15814 _ACEOF
15815 rm -f conftest.$ac_objext
15816 if { (ac_try="$ac_compile"
15817 case "(($ac_try" in
15818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15819 *) ac_try_echo=$ac_try;;
15820 esac
15821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15822 (eval "$ac_compile") 2>conftest.er1
15823 ac_status=$?
15824 grep -v '^ *+' conftest.er1 >conftest.err
15825 rm -f conftest.er1
15826 cat conftest.err >&5
15827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15828 (exit $ac_status); } && {
15829 test -z "$ac_c_werror_flag" ||
15830 test ! -s conftest.err
15831 } && test -s conftest.$ac_objext; then
15832 ac_header_compiler=yes
15833 else
15834 echo "$as_me: failed program was:" >&5
15835 sed 's/^/| /' conftest.$ac_ext >&5
15837 ac_header_compiler=no
15840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15841 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15842 echo "${ECHO_T}$ac_header_compiler" >&6; }
15844 # Is the header present?
15845 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15846 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15847 cat >conftest.$ac_ext <<_ACEOF
15848 /* confdefs.h. */
15849 _ACEOF
15850 cat confdefs.h >>conftest.$ac_ext
15851 cat >>conftest.$ac_ext <<_ACEOF
15852 /* end confdefs.h. */
15853 #include <$ac_header>
15854 _ACEOF
15855 if { (ac_try="$ac_cpp conftest.$ac_ext"
15856 case "(($ac_try" in
15857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15858 *) ac_try_echo=$ac_try;;
15859 esac
15860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15861 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15862 ac_status=$?
15863 grep -v '^ *+' conftest.er1 >conftest.err
15864 rm -f conftest.er1
15865 cat conftest.err >&5
15866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15867 (exit $ac_status); } >/dev/null && {
15868 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15869 test ! -s conftest.err
15870 }; then
15871 ac_header_preproc=yes
15872 else
15873 echo "$as_me: failed program was:" >&5
15874 sed 's/^/| /' conftest.$ac_ext >&5
15876 ac_header_preproc=no
15879 rm -f conftest.err conftest.$ac_ext
15880 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15881 echo "${ECHO_T}$ac_header_preproc" >&6; }
15883 # So? What about this header?
15884 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15885 yes:no: )
15886 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15887 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15888 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15889 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15890 ac_header_preproc=yes
15892 no:yes:* )
15893 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15894 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15895 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15896 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15897 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15898 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15899 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15900 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15901 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15902 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15903 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15904 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15905 ( cat <<\_ASBOX
15906 ## ------------------------------------ ##
15907 ## Report this to wine-devel@winehq.org ##
15908 ## ------------------------------------ ##
15909 _ASBOX
15910 ) | sed "s/^/$as_me: WARNING: /" >&2
15912 esac
15913 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15914 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15915 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15916 echo $ECHO_N "(cached) $ECHO_C" >&6
15917 else
15918 eval "$as_ac_Header=\$ac_header_preproc"
15920 ac_res=`eval echo '${'$as_ac_Header'}'`
15921 { echo "$as_me:$LINENO: result: $ac_res" >&5
15922 echo "${ECHO_T}$ac_res" >&6; }
15925 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15926 cat >>confdefs.h <<_ACEOF
15927 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15928 _ACEOF
15932 done
15934 CPPFLAGS="$ac_save_CPPFLAGS"
15935 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15936 then
15937 FONTCONFIGINCL="$X_CFLAGS"
15939 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15940 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15941 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15942 echo $ECHO_N "(cached) $ECHO_C" >&6
15943 else
15944 ac_check_soname_save_LIBS=$LIBS
15945 LIBS="-lfontconfig $X_LIBS $LIBS"
15946 cat >conftest.$ac_ext <<_ACEOF
15947 /* confdefs.h. */
15948 _ACEOF
15949 cat confdefs.h >>conftest.$ac_ext
15950 cat >>conftest.$ac_ext <<_ACEOF
15951 /* end confdefs.h. */
15953 /* Override any GCC internal prototype to avoid an error.
15954 Use char because int might match the return type of a GCC
15955 builtin and then its argument prototype would still apply. */
15956 #ifdef __cplusplus
15957 extern "C"
15958 #endif
15959 char FcInit ();
15961 main ()
15963 return FcInit ();
15965 return 0;
15967 _ACEOF
15968 rm -f conftest.$ac_objext conftest$ac_exeext
15969 if { (ac_try="$ac_link"
15970 case "(($ac_try" in
15971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15972 *) ac_try_echo=$ac_try;;
15973 esac
15974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15975 (eval "$ac_link") 2>conftest.er1
15976 ac_status=$?
15977 grep -v '^ *+' conftest.er1 >conftest.err
15978 rm -f conftest.er1
15979 cat conftest.err >&5
15980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15981 (exit $ac_status); } && {
15982 test -z "$ac_c_werror_flag" ||
15983 test ! -s conftest.err
15984 } && test -s conftest$ac_exeext &&
15985 $as_test_x conftest$ac_exeext; then
15986 case "$LIBEXT" in
15987 dll) ;;
15988 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'` ;;
15989 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15990 esac
15991 else
15992 echo "$as_me: failed program was:" >&5
15993 sed 's/^/| /' conftest.$ac_ext >&5
15998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15999 conftest$ac_exeext conftest.$ac_ext
16000 LIBS=$ac_check_soname_save_LIBS
16002 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16003 { echo "$as_me:$LINENO: result: not found" >&5
16004 echo "${ECHO_T}not found" >&6; }
16006 else
16007 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16008 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16010 cat >>confdefs.h <<_ACEOF
16011 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16012 _ACEOF
16019 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16020 case "x$with_fontconfig" in
16021 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16022 xno) ;;
16023 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16024 This is an error since --with-fontconfig was requested." >&5
16025 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16026 This is an error since --with-fontconfig was requested." >&2;}
16027 { (exit 1); exit 1; }; } ;;
16028 esac
16032 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16033 then
16034 { echo "$as_me:$LINENO: checking for -lssl" >&5
16035 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16036 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16037 echo $ECHO_N "(cached) $ECHO_C" >&6
16038 else
16039 ac_check_soname_save_LIBS=$LIBS
16040 LIBS="-lssl $LIBS"
16041 cat >conftest.$ac_ext <<_ACEOF
16042 /* confdefs.h. */
16043 _ACEOF
16044 cat confdefs.h >>conftest.$ac_ext
16045 cat >>conftest.$ac_ext <<_ACEOF
16046 /* end confdefs.h. */
16048 /* Override any GCC internal prototype to avoid an error.
16049 Use char because int might match the return type of a GCC
16050 builtin and then its argument prototype would still apply. */
16051 #ifdef __cplusplus
16052 extern "C"
16053 #endif
16054 char SSL_library_init ();
16056 main ()
16058 return SSL_library_init ();
16060 return 0;
16062 _ACEOF
16063 rm -f conftest.$ac_objext conftest$ac_exeext
16064 if { (ac_try="$ac_link"
16065 case "(($ac_try" in
16066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16067 *) ac_try_echo=$ac_try;;
16068 esac
16069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16070 (eval "$ac_link") 2>conftest.er1
16071 ac_status=$?
16072 grep -v '^ *+' conftest.er1 >conftest.err
16073 rm -f conftest.er1
16074 cat conftest.err >&5
16075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16076 (exit $ac_status); } && {
16077 test -z "$ac_c_werror_flag" ||
16078 test ! -s conftest.err
16079 } && test -s conftest$ac_exeext &&
16080 $as_test_x conftest$ac_exeext; then
16081 case "$LIBEXT" in
16082 dll) ;;
16083 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'` ;;
16084 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16085 esac
16086 else
16087 echo "$as_me: failed program was:" >&5
16088 sed 's/^/| /' conftest.$ac_ext >&5
16093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16094 conftest$ac_exeext conftest.$ac_ext
16095 LIBS=$ac_check_soname_save_LIBS
16097 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16098 { echo "$as_me:$LINENO: result: not found" >&5
16099 echo "${ECHO_T}not found" >&6; }
16101 else
16102 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16103 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16105 cat >>confdefs.h <<_ACEOF
16106 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16107 _ACEOF
16112 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16113 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16114 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16115 echo $ECHO_N "(cached) $ECHO_C" >&6
16116 else
16117 ac_check_soname_save_LIBS=$LIBS
16118 LIBS="-lcrypto $LIBS"
16119 cat >conftest.$ac_ext <<_ACEOF
16120 /* confdefs.h. */
16121 _ACEOF
16122 cat confdefs.h >>conftest.$ac_ext
16123 cat >>conftest.$ac_ext <<_ACEOF
16124 /* end confdefs.h. */
16126 /* Override any GCC internal prototype to avoid an error.
16127 Use char because int might match the return type of a GCC
16128 builtin and then its argument prototype would still apply. */
16129 #ifdef __cplusplus
16130 extern "C"
16131 #endif
16132 char BIO_new_socket ();
16134 main ()
16136 return BIO_new_socket ();
16138 return 0;
16140 _ACEOF
16141 rm -f conftest.$ac_objext conftest$ac_exeext
16142 if { (ac_try="$ac_link"
16143 case "(($ac_try" in
16144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16145 *) ac_try_echo=$ac_try;;
16146 esac
16147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16148 (eval "$ac_link") 2>conftest.er1
16149 ac_status=$?
16150 grep -v '^ *+' conftest.er1 >conftest.err
16151 rm -f conftest.er1
16152 cat conftest.err >&5
16153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16154 (exit $ac_status); } && {
16155 test -z "$ac_c_werror_flag" ||
16156 test ! -s conftest.err
16157 } && test -s conftest$ac_exeext &&
16158 $as_test_x conftest$ac_exeext; then
16159 case "$LIBEXT" in
16160 dll) ;;
16161 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'` ;;
16162 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16163 esac
16164 else
16165 echo "$as_me: failed program was:" >&5
16166 sed 's/^/| /' conftest.$ac_ext >&5
16171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16172 conftest$ac_exeext conftest.$ac_ext
16173 LIBS=$ac_check_soname_save_LIBS
16175 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16176 { echo "$as_me:$LINENO: result: not found" >&5
16177 echo "${ECHO_T}not found" >&6; }
16179 else
16180 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16181 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16183 cat >>confdefs.h <<_ACEOF
16184 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16185 _ACEOF
16191 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16192 case "x$with_openssl" in
16193 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16194 xno) ;;
16195 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16196 This is an error since --with-openssl was requested." >&5
16197 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16198 This is an error since --with-openssl was requested." >&2;}
16199 { (exit 1); exit 1; }; } ;;
16200 esac
16204 if test "$ac_cv_header_jpeglib_h" = "yes"
16205 then
16206 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16207 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16208 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16209 echo $ECHO_N "(cached) $ECHO_C" >&6
16210 else
16211 ac_check_soname_save_LIBS=$LIBS
16212 LIBS="-ljpeg $LIBS"
16213 cat >conftest.$ac_ext <<_ACEOF
16214 /* confdefs.h. */
16215 _ACEOF
16216 cat confdefs.h >>conftest.$ac_ext
16217 cat >>conftest.$ac_ext <<_ACEOF
16218 /* end confdefs.h. */
16220 /* Override any GCC internal prototype to avoid an error.
16221 Use char because int might match the return type of a GCC
16222 builtin and then its argument prototype would still apply. */
16223 #ifdef __cplusplus
16224 extern "C"
16225 #endif
16226 char jpeg_start_decompress ();
16228 main ()
16230 return jpeg_start_decompress ();
16232 return 0;
16234 _ACEOF
16235 rm -f conftest.$ac_objext conftest$ac_exeext
16236 if { (ac_try="$ac_link"
16237 case "(($ac_try" in
16238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16239 *) ac_try_echo=$ac_try;;
16240 esac
16241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16242 (eval "$ac_link") 2>conftest.er1
16243 ac_status=$?
16244 grep -v '^ *+' conftest.er1 >conftest.err
16245 rm -f conftest.er1
16246 cat conftest.err >&5
16247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16248 (exit $ac_status); } && {
16249 test -z "$ac_c_werror_flag" ||
16250 test ! -s conftest.err
16251 } && test -s conftest$ac_exeext &&
16252 $as_test_x conftest$ac_exeext; then
16253 case "$LIBEXT" in
16254 dll) ;;
16255 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'` ;;
16256 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16257 esac
16258 else
16259 echo "$as_me: failed program was:" >&5
16260 sed 's/^/| /' conftest.$ac_ext >&5
16265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16266 conftest$ac_exeext conftest.$ac_ext
16267 LIBS=$ac_check_soname_save_LIBS
16269 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16270 { echo "$as_me:$LINENO: result: not found" >&5
16271 echo "${ECHO_T}not found" >&6; }
16273 else
16274 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16275 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16277 cat >>confdefs.h <<_ACEOF
16278 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16279 _ACEOF
16285 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16286 case "x$with_jpeg" in
16287 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16288 xno) ;;
16289 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16290 This is an error since --with-jpeg was requested." >&5
16291 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16292 This is an error since --with-jpeg was requested." >&2;}
16293 { (exit 1); exit 1; }; } ;;
16294 esac
16298 if test "$ac_cv_header_png_h" = "yes"
16299 then
16300 { echo "$as_me:$LINENO: checking for -lpng" >&5
16301 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16302 if test "${ac_cv_lib_soname_png+set}" = set; then
16303 echo $ECHO_N "(cached) $ECHO_C" >&6
16304 else
16305 ac_check_soname_save_LIBS=$LIBS
16306 LIBS="-lpng -lm -lz $LIBS"
16307 cat >conftest.$ac_ext <<_ACEOF
16308 /* confdefs.h. */
16309 _ACEOF
16310 cat confdefs.h >>conftest.$ac_ext
16311 cat >>conftest.$ac_ext <<_ACEOF
16312 /* end confdefs.h. */
16314 /* Override any GCC internal prototype to avoid an error.
16315 Use char because int might match the return type of a GCC
16316 builtin and then its argument prototype would still apply. */
16317 #ifdef __cplusplus
16318 extern "C"
16319 #endif
16320 char png_create_read_struct ();
16322 main ()
16324 return png_create_read_struct ();
16326 return 0;
16328 _ACEOF
16329 rm -f conftest.$ac_objext conftest$ac_exeext
16330 if { (ac_try="$ac_link"
16331 case "(($ac_try" in
16332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16333 *) ac_try_echo=$ac_try;;
16334 esac
16335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16336 (eval "$ac_link") 2>conftest.er1
16337 ac_status=$?
16338 grep -v '^ *+' conftest.er1 >conftest.err
16339 rm -f conftest.er1
16340 cat conftest.err >&5
16341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16342 (exit $ac_status); } && {
16343 test -z "$ac_c_werror_flag" ||
16344 test ! -s conftest.err
16345 } && test -s conftest$ac_exeext &&
16346 $as_test_x conftest$ac_exeext; then
16347 case "$LIBEXT" in
16348 dll) ;;
16349 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'` ;;
16350 *) 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'` ;;
16351 esac
16352 else
16353 echo "$as_me: failed program was:" >&5
16354 sed 's/^/| /' conftest.$ac_ext >&5
16359 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16360 conftest$ac_exeext conftest.$ac_ext
16361 LIBS=$ac_check_soname_save_LIBS
16363 if test "x$ac_cv_lib_soname_png" = "x"; then
16364 { echo "$as_me:$LINENO: result: not found" >&5
16365 echo "${ECHO_T}not found" >&6; }
16367 else
16368 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16369 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16371 cat >>confdefs.h <<_ACEOF
16372 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16373 _ACEOF
16379 if test "x$ac_cv_lib_soname_png" = "x"; then
16380 case "x$with_png" in
16381 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16382 xno) ;;
16383 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16384 This is an error since --with-png was requested." >&5
16385 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16386 This is an error since --with-png was requested." >&2;}
16387 { (exit 1); exit 1; }; } ;;
16388 esac
16392 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16393 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16394 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16395 echo $ECHO_N "(cached) $ECHO_C" >&6
16396 else
16397 ac_check_soname_save_LIBS=$LIBS
16398 LIBS="-lodbc $LIBS"
16399 cat >conftest.$ac_ext <<_ACEOF
16400 /* confdefs.h. */
16401 _ACEOF
16402 cat confdefs.h >>conftest.$ac_ext
16403 cat >>conftest.$ac_ext <<_ACEOF
16404 /* end confdefs.h. */
16406 /* Override any GCC internal prototype to avoid an error.
16407 Use char because int might match the return type of a GCC
16408 builtin and then its argument prototype would still apply. */
16409 #ifdef __cplusplus
16410 extern "C"
16411 #endif
16412 char SQLConnect ();
16414 main ()
16416 return SQLConnect ();
16418 return 0;
16420 _ACEOF
16421 rm -f conftest.$ac_objext conftest$ac_exeext
16422 if { (ac_try="$ac_link"
16423 case "(($ac_try" in
16424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16425 *) ac_try_echo=$ac_try;;
16426 esac
16427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16428 (eval "$ac_link") 2>conftest.er1
16429 ac_status=$?
16430 grep -v '^ *+' conftest.er1 >conftest.err
16431 rm -f conftest.er1
16432 cat conftest.err >&5
16433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16434 (exit $ac_status); } && {
16435 test -z "$ac_c_werror_flag" ||
16436 test ! -s conftest.err
16437 } && test -s conftest$ac_exeext &&
16438 $as_test_x conftest$ac_exeext; then
16439 case "$LIBEXT" in
16440 dll) ;;
16441 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'` ;;
16442 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16443 esac
16444 else
16445 echo "$as_me: failed program was:" >&5
16446 sed 's/^/| /' conftest.$ac_ext >&5
16451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16452 conftest$ac_exeext conftest.$ac_ext
16453 LIBS=$ac_check_soname_save_LIBS
16455 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16456 { echo "$as_me:$LINENO: result: not found" >&5
16457 echo "${ECHO_T}not found" >&6; }
16458 cat >>confdefs.h <<_ACEOF
16459 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16460 _ACEOF
16462 else
16463 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16464 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16466 cat >>confdefs.h <<_ACEOF
16467 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16468 _ACEOF
16474 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16475 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16476 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16477 "$ac_cv_header_soundcard_h" != "yes" -a \
16478 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16479 then
16480 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16484 EXTRACFLAGS=""
16486 if test "x${GCC}" = "xyes"
16487 then
16488 EXTRACFLAGS="-Wall -pipe"
16490 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16491 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16492 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16493 echo $ECHO_N "(cached) $ECHO_C" >&6
16494 else
16495 if test "$cross_compiling" = yes; then
16496 ac_cv_c_gcc_strength_bug="yes"
16497 else
16498 cat >conftest.$ac_ext <<_ACEOF
16499 /* confdefs.h. */
16500 _ACEOF
16501 cat confdefs.h >>conftest.$ac_ext
16502 cat >>conftest.$ac_ext <<_ACEOF
16503 /* end confdefs.h. */
16504 int L[4] = {0,1,2,3};
16506 main ()
16508 static int Array[3];
16509 unsigned int B = 3;
16510 int i;
16511 for(i=0; i<B; i++) Array[i] = i - 3;
16512 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16513 L[i] = 4;
16514 exit( Array[1] != -2 || L[2] != 3)
16516 return 0;
16518 _ACEOF
16519 rm -f conftest$ac_exeext
16520 if { (ac_try="$ac_link"
16521 case "(($ac_try" in
16522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16523 *) ac_try_echo=$ac_try;;
16524 esac
16525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16526 (eval "$ac_link") 2>&5
16527 ac_status=$?
16528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16529 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16530 { (case "(($ac_try" in
16531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16532 *) ac_try_echo=$ac_try;;
16533 esac
16534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16535 (eval "$ac_try") 2>&5
16536 ac_status=$?
16537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16538 (exit $ac_status); }; }; then
16539 ac_cv_c_gcc_strength_bug="no"
16540 else
16541 echo "$as_me: program exited with status $ac_status" >&5
16542 echo "$as_me: failed program was:" >&5
16543 sed 's/^/| /' conftest.$ac_ext >&5
16545 ( exit $ac_status )
16546 ac_cv_c_gcc_strength_bug="yes"
16548 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16553 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16554 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16555 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16556 then
16557 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16561 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16562 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16563 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16564 echo $ECHO_N "(cached) $ECHO_C" >&6
16565 else
16566 ac_wine_try_cflags_saved=$CFLAGS
16567 CFLAGS="$CFLAGS -fshort-wchar"
16568 cat >conftest.$ac_ext <<_ACEOF
16569 /* confdefs.h. */
16570 _ACEOF
16571 cat confdefs.h >>conftest.$ac_ext
16572 cat >>conftest.$ac_ext <<_ACEOF
16573 /* end confdefs.h. */
16576 main ()
16580 return 0;
16582 _ACEOF
16583 rm -f conftest.$ac_objext conftest$ac_exeext
16584 if { (ac_try="$ac_link"
16585 case "(($ac_try" in
16586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16587 *) ac_try_echo=$ac_try;;
16588 esac
16589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16590 (eval "$ac_link") 2>conftest.er1
16591 ac_status=$?
16592 grep -v '^ *+' conftest.er1 >conftest.err
16593 rm -f conftest.er1
16594 cat conftest.err >&5
16595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16596 (exit $ac_status); } && {
16597 test -z "$ac_c_werror_flag" ||
16598 test ! -s conftest.err
16599 } && test -s conftest$ac_exeext &&
16600 $as_test_x conftest$ac_exeext; then
16601 ac_cv_cflags__fshort_wchar=yes
16602 else
16603 echo "$as_me: failed program was:" >&5
16604 sed 's/^/| /' conftest.$ac_ext >&5
16606 ac_cv_cflags__fshort_wchar=no
16609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16610 conftest$ac_exeext conftest.$ac_ext
16611 CFLAGS=$ac_wine_try_cflags_saved
16613 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16614 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16615 if test $ac_cv_cflags__fshort_wchar = yes; then
16617 cat >>confdefs.h <<\_ACEOF
16618 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16619 _ACEOF
16623 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16624 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16625 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16626 echo $ECHO_N "(cached) $ECHO_C" >&6
16627 else
16628 ac_wine_try_cflags_saved=$CFLAGS
16629 CFLAGS="$CFLAGS -fno-builtin"
16630 cat >conftest.$ac_ext <<_ACEOF
16631 /* confdefs.h. */
16632 _ACEOF
16633 cat confdefs.h >>conftest.$ac_ext
16634 cat >>conftest.$ac_ext <<_ACEOF
16635 /* end confdefs.h. */
16638 main ()
16642 return 0;
16644 _ACEOF
16645 rm -f conftest.$ac_objext conftest$ac_exeext
16646 if { (ac_try="$ac_link"
16647 case "(($ac_try" in
16648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16649 *) ac_try_echo=$ac_try;;
16650 esac
16651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16652 (eval "$ac_link") 2>conftest.er1
16653 ac_status=$?
16654 grep -v '^ *+' conftest.er1 >conftest.err
16655 rm -f conftest.er1
16656 cat conftest.err >&5
16657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16658 (exit $ac_status); } && {
16659 test -z "$ac_c_werror_flag" ||
16660 test ! -s conftest.err
16661 } && test -s conftest$ac_exeext &&
16662 $as_test_x conftest$ac_exeext; then
16663 ac_cv_cflags__fno_builtin=yes
16664 else
16665 echo "$as_me: failed program was:" >&5
16666 sed 's/^/| /' conftest.$ac_ext >&5
16668 ac_cv_cflags__fno_builtin=no
16671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16672 conftest$ac_exeext conftest.$ac_ext
16673 CFLAGS=$ac_wine_try_cflags_saved
16675 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16676 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16677 if test $ac_cv_cflags__fno_builtin = yes; then
16678 BUILTINFLAG="-fno-builtin"
16682 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16683 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16684 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16685 echo $ECHO_N "(cached) $ECHO_C" >&6
16686 else
16687 ac_wine_try_cflags_saved=$CFLAGS
16688 CFLAGS="$CFLAGS -fno-strict-aliasing"
16689 cat >conftest.$ac_ext <<_ACEOF
16690 /* confdefs.h. */
16691 _ACEOF
16692 cat confdefs.h >>conftest.$ac_ext
16693 cat >>conftest.$ac_ext <<_ACEOF
16694 /* end confdefs.h. */
16697 main ()
16701 return 0;
16703 _ACEOF
16704 rm -f conftest.$ac_objext conftest$ac_exeext
16705 if { (ac_try="$ac_link"
16706 case "(($ac_try" in
16707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16708 *) ac_try_echo=$ac_try;;
16709 esac
16710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16711 (eval "$ac_link") 2>conftest.er1
16712 ac_status=$?
16713 grep -v '^ *+' conftest.er1 >conftest.err
16714 rm -f conftest.er1
16715 cat conftest.err >&5
16716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16717 (exit $ac_status); } && {
16718 test -z "$ac_c_werror_flag" ||
16719 test ! -s conftest.err
16720 } && test -s conftest$ac_exeext &&
16721 $as_test_x conftest$ac_exeext; then
16722 ac_cv_cflags__fno_strict_aliasing=yes
16723 else
16724 echo "$as_me: failed program was:" >&5
16725 sed 's/^/| /' conftest.$ac_ext >&5
16727 ac_cv_cflags__fno_strict_aliasing=no
16730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16731 conftest$ac_exeext conftest.$ac_ext
16732 CFLAGS=$ac_wine_try_cflags_saved
16734 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16735 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16736 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16737 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16740 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16741 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16742 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16743 echo $ECHO_N "(cached) $ECHO_C" >&6
16744 else
16745 ac_wine_try_cflags_saved=$CFLAGS
16746 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16747 cat >conftest.$ac_ext <<_ACEOF
16748 /* confdefs.h. */
16749 _ACEOF
16750 cat confdefs.h >>conftest.$ac_ext
16751 cat >>conftest.$ac_ext <<_ACEOF
16752 /* end confdefs.h. */
16755 main ()
16759 return 0;
16761 _ACEOF
16762 rm -f conftest.$ac_objext conftest$ac_exeext
16763 if { (ac_try="$ac_link"
16764 case "(($ac_try" in
16765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16766 *) ac_try_echo=$ac_try;;
16767 esac
16768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16769 (eval "$ac_link") 2>conftest.er1
16770 ac_status=$?
16771 grep -v '^ *+' conftest.er1 >conftest.err
16772 rm -f conftest.er1
16773 cat conftest.err >&5
16774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16775 (exit $ac_status); } && {
16776 test -z "$ac_c_werror_flag" ||
16777 test ! -s conftest.err
16778 } && test -s conftest$ac_exeext &&
16779 $as_test_x conftest$ac_exeext; then
16780 ac_cv_cflags__Wdeclaration_after_statement=yes
16781 else
16782 echo "$as_me: failed program was:" >&5
16783 sed 's/^/| /' conftest.$ac_ext >&5
16785 ac_cv_cflags__Wdeclaration_after_statement=no
16788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16789 conftest$ac_exeext conftest.$ac_ext
16790 CFLAGS=$ac_wine_try_cflags_saved
16792 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16793 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16794 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16795 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16798 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16799 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16800 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16801 echo $ECHO_N "(cached) $ECHO_C" >&6
16802 else
16803 ac_wine_try_cflags_saved=$CFLAGS
16804 CFLAGS="$CFLAGS -Wwrite-strings"
16805 cat >conftest.$ac_ext <<_ACEOF
16806 /* confdefs.h. */
16807 _ACEOF
16808 cat confdefs.h >>conftest.$ac_ext
16809 cat >>conftest.$ac_ext <<_ACEOF
16810 /* end confdefs.h. */
16813 main ()
16817 return 0;
16819 _ACEOF
16820 rm -f conftest.$ac_objext conftest$ac_exeext
16821 if { (ac_try="$ac_link"
16822 case "(($ac_try" in
16823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16824 *) ac_try_echo=$ac_try;;
16825 esac
16826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16827 (eval "$ac_link") 2>conftest.er1
16828 ac_status=$?
16829 grep -v '^ *+' conftest.er1 >conftest.err
16830 rm -f conftest.er1
16831 cat conftest.err >&5
16832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16833 (exit $ac_status); } && {
16834 test -z "$ac_c_werror_flag" ||
16835 test ! -s conftest.err
16836 } && test -s conftest$ac_exeext &&
16837 $as_test_x conftest$ac_exeext; then
16838 ac_cv_cflags__Wwrite_strings=yes
16839 else
16840 echo "$as_me: failed program was:" >&5
16841 sed 's/^/| /' conftest.$ac_ext >&5
16843 ac_cv_cflags__Wwrite_strings=no
16846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16847 conftest$ac_exeext conftest.$ac_ext
16848 CFLAGS=$ac_wine_try_cflags_saved
16850 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16851 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16852 if test $ac_cv_cflags__Wwrite_strings = yes; then
16853 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16856 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16857 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16858 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16859 echo $ECHO_N "(cached) $ECHO_C" >&6
16860 else
16861 ac_wine_try_cflags_saved=$CFLAGS
16862 CFLAGS="$CFLAGS -Wtype-limits"
16863 cat >conftest.$ac_ext <<_ACEOF
16864 /* confdefs.h. */
16865 _ACEOF
16866 cat confdefs.h >>conftest.$ac_ext
16867 cat >>conftest.$ac_ext <<_ACEOF
16868 /* end confdefs.h. */
16871 main ()
16875 return 0;
16877 _ACEOF
16878 rm -f conftest.$ac_objext conftest$ac_exeext
16879 if { (ac_try="$ac_link"
16880 case "(($ac_try" in
16881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16882 *) ac_try_echo=$ac_try;;
16883 esac
16884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16885 (eval "$ac_link") 2>conftest.er1
16886 ac_status=$?
16887 grep -v '^ *+' conftest.er1 >conftest.err
16888 rm -f conftest.er1
16889 cat conftest.err >&5
16890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16891 (exit $ac_status); } && {
16892 test -z "$ac_c_werror_flag" ||
16893 test ! -s conftest.err
16894 } && test -s conftest$ac_exeext &&
16895 $as_test_x conftest$ac_exeext; then
16896 ac_cv_cflags__Wtype_limits=yes
16897 else
16898 echo "$as_me: failed program was:" >&5
16899 sed 's/^/| /' conftest.$ac_ext >&5
16901 ac_cv_cflags__Wtype_limits=no
16904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16905 conftest$ac_exeext conftest.$ac_ext
16906 CFLAGS=$ac_wine_try_cflags_saved
16908 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16909 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16910 if test $ac_cv_cflags__Wtype_limits = yes; then
16911 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16915 saved_CFLAGS="$CFLAGS"
16916 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16917 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16918 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16919 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16920 echo $ECHO_N "(cached) $ECHO_C" >&6
16921 else
16922 cat >conftest.$ac_ext <<_ACEOF
16923 /* confdefs.h. */
16924 _ACEOF
16925 cat confdefs.h >>conftest.$ac_ext
16926 cat >>conftest.$ac_ext <<_ACEOF
16927 /* end confdefs.h. */
16928 #include <string.h>
16930 main ()
16934 return 0;
16936 _ACEOF
16937 rm -f conftest.$ac_objext
16938 if { (ac_try="$ac_compile"
16939 case "(($ac_try" in
16940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16941 *) ac_try_echo=$ac_try;;
16942 esac
16943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16944 (eval "$ac_compile") 2>conftest.er1
16945 ac_status=$?
16946 grep -v '^ *+' conftest.er1 >conftest.err
16947 rm -f conftest.er1
16948 cat conftest.err >&5
16949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16950 (exit $ac_status); } && {
16951 test -z "$ac_c_werror_flag" ||
16952 test ! -s conftest.err
16953 } && test -s conftest.$ac_objext; then
16954 ac_cv_c_string_h_warnings=no
16955 else
16956 echo "$as_me: failed program was:" >&5
16957 sed 's/^/| /' conftest.$ac_ext >&5
16959 ac_cv_c_string_h_warnings=yes
16962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16964 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16965 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16966 CFLAGS="$saved_CFLAGS"
16967 if test "$ac_cv_c_string_h_warnings" = "no"
16968 then
16969 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16974 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16975 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16976 if test "${ac_cv_asm_func_def+set}" = set; then
16977 echo $ECHO_N "(cached) $ECHO_C" >&6
16978 else
16979 cat >conftest.$ac_ext <<_ACEOF
16980 /* confdefs.h. */
16981 _ACEOF
16982 cat confdefs.h >>conftest.$ac_ext
16983 cat >>conftest.$ac_ext <<_ACEOF
16984 /* end confdefs.h. */
16987 main ()
16989 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16991 return 0;
16993 _ACEOF
16994 rm -f conftest.$ac_objext conftest$ac_exeext
16995 if { (ac_try="$ac_link"
16996 case "(($ac_try" in
16997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16998 *) ac_try_echo=$ac_try;;
16999 esac
17000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17001 (eval "$ac_link") 2>conftest.er1
17002 ac_status=$?
17003 grep -v '^ *+' conftest.er1 >conftest.err
17004 rm -f conftest.er1
17005 cat conftest.err >&5
17006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17007 (exit $ac_status); } && {
17008 test -z "$ac_c_werror_flag" ||
17009 test ! -s conftest.err
17010 } && test -s conftest$ac_exeext &&
17011 $as_test_x conftest$ac_exeext; then
17012 ac_cv_asm_func_def=".def"
17013 else
17014 echo "$as_me: failed program was:" >&5
17015 sed 's/^/| /' conftest.$ac_ext >&5
17017 cat >conftest.$ac_ext <<_ACEOF
17018 /* confdefs.h. */
17019 _ACEOF
17020 cat confdefs.h >>conftest.$ac_ext
17021 cat >>conftest.$ac_ext <<_ACEOF
17022 /* end confdefs.h. */
17025 main ()
17027 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17029 return 0;
17031 _ACEOF
17032 rm -f conftest.$ac_objext conftest$ac_exeext
17033 if { (ac_try="$ac_link"
17034 case "(($ac_try" in
17035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17036 *) ac_try_echo=$ac_try;;
17037 esac
17038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17039 (eval "$ac_link") 2>conftest.er1
17040 ac_status=$?
17041 grep -v '^ *+' conftest.er1 >conftest.err
17042 rm -f conftest.er1
17043 cat conftest.err >&5
17044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17045 (exit $ac_status); } && {
17046 test -z "$ac_c_werror_flag" ||
17047 test ! -s conftest.err
17048 } && test -s conftest$ac_exeext &&
17049 $as_test_x conftest$ac_exeext; then
17050 ac_cv_asm_func_def=".type @function"
17051 else
17052 echo "$as_me: failed program was:" >&5
17053 sed 's/^/| /' conftest.$ac_ext >&5
17055 cat >conftest.$ac_ext <<_ACEOF
17056 /* confdefs.h. */
17057 _ACEOF
17058 cat confdefs.h >>conftest.$ac_ext
17059 cat >>conftest.$ac_ext <<_ACEOF
17060 /* end confdefs.h. */
17063 main ()
17065 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17067 return 0;
17069 _ACEOF
17070 rm -f conftest.$ac_objext conftest$ac_exeext
17071 if { (ac_try="$ac_link"
17072 case "(($ac_try" in
17073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17074 *) ac_try_echo=$ac_try;;
17075 esac
17076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17077 (eval "$ac_link") 2>conftest.er1
17078 ac_status=$?
17079 grep -v '^ *+' conftest.er1 >conftest.err
17080 rm -f conftest.er1
17081 cat conftest.err >&5
17082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17083 (exit $ac_status); } && {
17084 test -z "$ac_c_werror_flag" ||
17085 test ! -s conftest.err
17086 } && test -s conftest$ac_exeext &&
17087 $as_test_x conftest$ac_exeext; then
17088 ac_cv_asm_func_def=".type 2"
17089 else
17090 echo "$as_me: failed program was:" >&5
17091 sed 's/^/| /' conftest.$ac_ext >&5
17093 ac_cv_asm_func_def="unknown"
17096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17097 conftest$ac_exeext conftest.$ac_ext
17100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17101 conftest$ac_exeext conftest.$ac_ext
17104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17105 conftest$ac_exeext conftest.$ac_ext
17107 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17108 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17112 case "$ac_cv_asm_func_def" in
17113 ".def")
17114 cat >>confdefs.h <<\_ACEOF
17115 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17116 _ACEOF
17118 ".type @function")
17119 cat >>confdefs.h <<\_ACEOF
17120 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17121 _ACEOF
17123 ".type 2")
17124 cat >>confdefs.h <<\_ACEOF
17125 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17126 _ACEOF
17129 cat >>confdefs.h <<\_ACEOF
17130 #define __ASM_FUNC(name) ""
17131 _ACEOF
17133 esac
17136 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17137 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17138 if test "${ac_cv_c_extern_prefix+set}" = set; then
17139 echo $ECHO_N "(cached) $ECHO_C" >&6
17140 else
17141 cat >conftest.$ac_ext <<_ACEOF
17142 /* confdefs.h. */
17143 _ACEOF
17144 cat confdefs.h >>conftest.$ac_ext
17145 cat >>conftest.$ac_ext <<_ACEOF
17146 /* end confdefs.h. */
17147 extern int ac_test;
17149 main ()
17151 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17153 return 0;
17155 _ACEOF
17156 rm -f conftest.$ac_objext conftest$ac_exeext
17157 if { (ac_try="$ac_link"
17158 case "(($ac_try" in
17159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17160 *) ac_try_echo=$ac_try;;
17161 esac
17162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17163 (eval "$ac_link") 2>conftest.er1
17164 ac_status=$?
17165 grep -v '^ *+' conftest.er1 >conftest.err
17166 rm -f conftest.er1
17167 cat conftest.err >&5
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); } && {
17170 test -z "$ac_c_werror_flag" ||
17171 test ! -s conftest.err
17172 } && test -s conftest$ac_exeext &&
17173 $as_test_x conftest$ac_exeext; then
17174 ac_cv_c_extern_prefix="yes"
17175 else
17176 echo "$as_me: failed program was:" >&5
17177 sed 's/^/| /' conftest.$ac_ext >&5
17179 ac_cv_c_extern_prefix="no"
17182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17183 conftest$ac_exeext conftest.$ac_ext
17185 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17186 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17190 if test "$ac_cv_c_extern_prefix" = "yes"
17191 then
17192 cat >>confdefs.h <<\_ACEOF
17193 #define __ASM_NAME(name) "_" name
17194 _ACEOF
17196 else
17197 cat >>confdefs.h <<\_ACEOF
17198 #define __ASM_NAME(name) name
17199 _ACEOF
17204 LDPATH=""
17206 case $build_os in
17207 cygwin*|mingw32*)
17208 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17210 darwin*|macosx*)
17212 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17213 then
17214 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17218 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17220 esac
17222 case $host_os in
17223 mingw32*)
17224 CRTLIBS="-lmsvcrt"
17226 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17229 esac
17231 MAIN_BINARY="wine-pthread"
17232 case $host_cpu in
17233 *i[3456789]86*)
17234 case $host_os in
17235 linux* | k*bsd*-gnu)
17236 MAIN_BINARY="wine-glibc"
17238 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17240 freebsd*)
17241 MAIN_BINARY="wine-freebsd"
17243 EXTRA_BINARIES="wine-pthread"
17245 esac
17247 esac
17323 for ac_func in \
17324 _pclose \
17325 _popen \
17326 _snprintf \
17327 _spawnvp \
17328 _strdup \
17329 _stricmp \
17330 _strnicmp \
17331 _strtoi64 \
17332 _strtoui64 \
17333 _vsnprintf \
17334 asctime_r \
17335 chsize \
17336 clone \
17337 dlopen \
17338 epoll_create \
17339 ffs \
17340 finite \
17341 fork \
17342 fpclass \
17343 fstatfs \
17344 fstatvfs \
17345 ftruncate \
17346 futimes \
17347 futimesat \
17348 getdirentries \
17349 getopt_long \
17350 getpagesize \
17351 getpwuid \
17352 gettid \
17353 gettimeofday \
17354 getuid \
17355 inet_ntop \
17356 inet_pton \
17357 kqueue \
17358 lstat \
17359 memmove \
17360 mmap \
17361 pclose \
17362 poll \
17363 popen \
17364 prctl \
17365 pread \
17366 pwrite \
17367 readdir \
17368 readlink \
17369 rfork \
17370 sched_yield \
17371 select \
17372 setproctitle \
17373 setrlimit \
17374 settimeofday \
17375 sigaltstack \
17376 sigprocmask \
17377 snprintf \
17378 socketpair \
17379 spawnvp \
17380 statfs \
17381 statvfs \
17382 strcasecmp \
17383 strdup \
17384 strerror \
17385 strncasecmp \
17386 strtold \
17387 strtoll \
17388 strtoull \
17389 symlink \
17390 tcgetattr \
17391 thr_kill2 \
17392 timegm \
17393 usleep \
17394 vsnprintf \
17395 wait4 \
17396 waitpid \
17399 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17400 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17401 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17402 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17403 echo $ECHO_N "(cached) $ECHO_C" >&6
17404 else
17405 cat >conftest.$ac_ext <<_ACEOF
17406 /* confdefs.h. */
17407 _ACEOF
17408 cat confdefs.h >>conftest.$ac_ext
17409 cat >>conftest.$ac_ext <<_ACEOF
17410 /* end confdefs.h. */
17411 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17412 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17413 #define $ac_func innocuous_$ac_func
17415 /* System header to define __stub macros and hopefully few prototypes,
17416 which can conflict with char $ac_func (); below.
17417 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17418 <limits.h> exists even on freestanding compilers. */
17420 #ifdef __STDC__
17421 # include <limits.h>
17422 #else
17423 # include <assert.h>
17424 #endif
17426 #undef $ac_func
17428 /* Override any GCC internal prototype to avoid an error.
17429 Use char because int might match the return type of a GCC
17430 builtin and then its argument prototype would still apply. */
17431 #ifdef __cplusplus
17432 extern "C"
17433 #endif
17434 char $ac_func ();
17435 /* The GNU C library defines this for functions which it implements
17436 to always fail with ENOSYS. Some functions are actually named
17437 something starting with __ and the normal name is an alias. */
17438 #if defined __stub_$ac_func || defined __stub___$ac_func
17439 choke me
17440 #endif
17443 main ()
17445 return $ac_func ();
17447 return 0;
17449 _ACEOF
17450 rm -f conftest.$ac_objext conftest$ac_exeext
17451 if { (ac_try="$ac_link"
17452 case "(($ac_try" in
17453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17454 *) ac_try_echo=$ac_try;;
17455 esac
17456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17457 (eval "$ac_link") 2>conftest.er1
17458 ac_status=$?
17459 grep -v '^ *+' conftest.er1 >conftest.err
17460 rm -f conftest.er1
17461 cat conftest.err >&5
17462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17463 (exit $ac_status); } && {
17464 test -z "$ac_c_werror_flag" ||
17465 test ! -s conftest.err
17466 } && test -s conftest$ac_exeext &&
17467 $as_test_x conftest$ac_exeext; then
17468 eval "$as_ac_var=yes"
17469 else
17470 echo "$as_me: failed program was:" >&5
17471 sed 's/^/| /' conftest.$ac_ext >&5
17473 eval "$as_ac_var=no"
17476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17477 conftest$ac_exeext conftest.$ac_ext
17479 ac_res=`eval echo '${'$as_ac_var'}'`
17480 { echo "$as_me:$LINENO: result: $ac_res" >&5
17481 echo "${ECHO_T}$ac_res" >&6; }
17482 if test `eval echo '${'$as_ac_var'}'` = yes; then
17483 cat >>confdefs.h <<_ACEOF
17484 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17485 _ACEOF
17488 done
17491 if test "$ac_cv_func_dlopen" = no
17492 then
17493 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17494 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17495 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17496 echo $ECHO_N "(cached) $ECHO_C" >&6
17497 else
17498 ac_check_lib_save_LIBS=$LIBS
17499 LIBS="-ldl $LIBS"
17500 cat >conftest.$ac_ext <<_ACEOF
17501 /* confdefs.h. */
17502 _ACEOF
17503 cat confdefs.h >>conftest.$ac_ext
17504 cat >>conftest.$ac_ext <<_ACEOF
17505 /* end confdefs.h. */
17507 /* Override any GCC internal prototype to avoid an error.
17508 Use char because int might match the return type of a GCC
17509 builtin and then its argument prototype would still apply. */
17510 #ifdef __cplusplus
17511 extern "C"
17512 #endif
17513 char dlopen ();
17515 main ()
17517 return dlopen ();
17519 return 0;
17521 _ACEOF
17522 rm -f conftest.$ac_objext conftest$ac_exeext
17523 if { (ac_try="$ac_link"
17524 case "(($ac_try" in
17525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17526 *) ac_try_echo=$ac_try;;
17527 esac
17528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17529 (eval "$ac_link") 2>conftest.er1
17530 ac_status=$?
17531 grep -v '^ *+' conftest.er1 >conftest.err
17532 rm -f conftest.er1
17533 cat conftest.err >&5
17534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17535 (exit $ac_status); } && {
17536 test -z "$ac_c_werror_flag" ||
17537 test ! -s conftest.err
17538 } && test -s conftest$ac_exeext &&
17539 $as_test_x conftest$ac_exeext; then
17540 ac_cv_lib_dl_dlopen=yes
17541 else
17542 echo "$as_me: failed program was:" >&5
17543 sed 's/^/| /' conftest.$ac_ext >&5
17545 ac_cv_lib_dl_dlopen=no
17548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17549 conftest$ac_exeext conftest.$ac_ext
17550 LIBS=$ac_check_lib_save_LIBS
17552 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17553 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17554 if test $ac_cv_lib_dl_dlopen = yes; then
17555 cat >>confdefs.h <<\_ACEOF
17556 #define HAVE_DLOPEN 1
17557 _ACEOF
17558 LIBDL="-ldl"
17563 ac_wine_check_funcs_save_LIBS="$LIBS"
17564 LIBS="$LIBS $LIBDL"
17566 for ac_func in dladdr
17568 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17569 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17570 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17571 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17572 echo $ECHO_N "(cached) $ECHO_C" >&6
17573 else
17574 cat >conftest.$ac_ext <<_ACEOF
17575 /* confdefs.h. */
17576 _ACEOF
17577 cat confdefs.h >>conftest.$ac_ext
17578 cat >>conftest.$ac_ext <<_ACEOF
17579 /* end confdefs.h. */
17580 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17581 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17582 #define $ac_func innocuous_$ac_func
17584 /* System header to define __stub macros and hopefully few prototypes,
17585 which can conflict with char $ac_func (); below.
17586 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17587 <limits.h> exists even on freestanding compilers. */
17589 #ifdef __STDC__
17590 # include <limits.h>
17591 #else
17592 # include <assert.h>
17593 #endif
17595 #undef $ac_func
17597 /* Override any GCC internal prototype to avoid an error.
17598 Use char because int might match the return type of a GCC
17599 builtin and then its argument prototype would still apply. */
17600 #ifdef __cplusplus
17601 extern "C"
17602 #endif
17603 char $ac_func ();
17604 /* The GNU C library defines this for functions which it implements
17605 to always fail with ENOSYS. Some functions are actually named
17606 something starting with __ and the normal name is an alias. */
17607 #if defined __stub_$ac_func || defined __stub___$ac_func
17608 choke me
17609 #endif
17612 main ()
17614 return $ac_func ();
17616 return 0;
17618 _ACEOF
17619 rm -f conftest.$ac_objext conftest$ac_exeext
17620 if { (ac_try="$ac_link"
17621 case "(($ac_try" in
17622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17623 *) ac_try_echo=$ac_try;;
17624 esac
17625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17626 (eval "$ac_link") 2>conftest.er1
17627 ac_status=$?
17628 grep -v '^ *+' conftest.er1 >conftest.err
17629 rm -f conftest.er1
17630 cat conftest.err >&5
17631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17632 (exit $ac_status); } && {
17633 test -z "$ac_c_werror_flag" ||
17634 test ! -s conftest.err
17635 } && test -s conftest$ac_exeext &&
17636 $as_test_x conftest$ac_exeext; then
17637 eval "$as_ac_var=yes"
17638 else
17639 echo "$as_me: failed program was:" >&5
17640 sed 's/^/| /' conftest.$ac_ext >&5
17642 eval "$as_ac_var=no"
17645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17646 conftest$ac_exeext conftest.$ac_ext
17648 ac_res=`eval echo '${'$as_ac_var'}'`
17649 { echo "$as_me:$LINENO: result: $ac_res" >&5
17650 echo "${ECHO_T}$ac_res" >&6; }
17651 if test `eval echo '${'$as_ac_var'}'` = yes; then
17652 cat >>confdefs.h <<_ACEOF
17653 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17654 _ACEOF
17657 done
17659 LIBS="$ac_wine_check_funcs_save_LIBS"
17661 if test "$ac_cv_func_poll" = no
17662 then
17663 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17664 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17665 if test "${ac_cv_lib_poll_poll+set}" = set; then
17666 echo $ECHO_N "(cached) $ECHO_C" >&6
17667 else
17668 ac_check_lib_save_LIBS=$LIBS
17669 LIBS="-lpoll $LIBS"
17670 cat >conftest.$ac_ext <<_ACEOF
17671 /* confdefs.h. */
17672 _ACEOF
17673 cat confdefs.h >>conftest.$ac_ext
17674 cat >>conftest.$ac_ext <<_ACEOF
17675 /* end confdefs.h. */
17677 /* Override any GCC internal prototype to avoid an error.
17678 Use char because int might match the return type of a GCC
17679 builtin and then its argument prototype would still apply. */
17680 #ifdef __cplusplus
17681 extern "C"
17682 #endif
17683 char poll ();
17685 main ()
17687 return poll ();
17689 return 0;
17691 _ACEOF
17692 rm -f conftest.$ac_objext conftest$ac_exeext
17693 if { (ac_try="$ac_link"
17694 case "(($ac_try" in
17695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17696 *) ac_try_echo=$ac_try;;
17697 esac
17698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17699 (eval "$ac_link") 2>conftest.er1
17700 ac_status=$?
17701 grep -v '^ *+' conftest.er1 >conftest.err
17702 rm -f conftest.er1
17703 cat conftest.err >&5
17704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17705 (exit $ac_status); } && {
17706 test -z "$ac_c_werror_flag" ||
17707 test ! -s conftest.err
17708 } && test -s conftest$ac_exeext &&
17709 $as_test_x conftest$ac_exeext; then
17710 ac_cv_lib_poll_poll=yes
17711 else
17712 echo "$as_me: failed program was:" >&5
17713 sed 's/^/| /' conftest.$ac_ext >&5
17715 ac_cv_lib_poll_poll=no
17718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17719 conftest$ac_exeext conftest.$ac_ext
17720 LIBS=$ac_check_lib_save_LIBS
17722 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17723 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17724 if test $ac_cv_lib_poll_poll = yes; then
17725 cat >>confdefs.h <<\_ACEOF
17726 #define HAVE_POLL 1
17727 _ACEOF
17728 LIBPOLL="-lpoll"
17734 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17735 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17736 if test "${ac_cv_search_gethostbyname+set}" = set; then
17737 echo $ECHO_N "(cached) $ECHO_C" >&6
17738 else
17739 ac_func_search_save_LIBS=$LIBS
17740 cat >conftest.$ac_ext <<_ACEOF
17741 /* confdefs.h. */
17742 _ACEOF
17743 cat confdefs.h >>conftest.$ac_ext
17744 cat >>conftest.$ac_ext <<_ACEOF
17745 /* end confdefs.h. */
17747 /* Override any GCC internal prototype to avoid an error.
17748 Use char because int might match the return type of a GCC
17749 builtin and then its argument prototype would still apply. */
17750 #ifdef __cplusplus
17751 extern "C"
17752 #endif
17753 char gethostbyname ();
17755 main ()
17757 return gethostbyname ();
17759 return 0;
17761 _ACEOF
17762 for ac_lib in '' nsl; do
17763 if test -z "$ac_lib"; then
17764 ac_res="none required"
17765 else
17766 ac_res=-l$ac_lib
17767 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17769 rm -f conftest.$ac_objext conftest$ac_exeext
17770 if { (ac_try="$ac_link"
17771 case "(($ac_try" in
17772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17773 *) ac_try_echo=$ac_try;;
17774 esac
17775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17776 (eval "$ac_link") 2>conftest.er1
17777 ac_status=$?
17778 grep -v '^ *+' conftest.er1 >conftest.err
17779 rm -f conftest.er1
17780 cat conftest.err >&5
17781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17782 (exit $ac_status); } && {
17783 test -z "$ac_c_werror_flag" ||
17784 test ! -s conftest.err
17785 } && test -s conftest$ac_exeext &&
17786 $as_test_x conftest$ac_exeext; then
17787 ac_cv_search_gethostbyname=$ac_res
17788 else
17789 echo "$as_me: failed program was:" >&5
17790 sed 's/^/| /' conftest.$ac_ext >&5
17795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17796 conftest$ac_exeext
17797 if test "${ac_cv_search_gethostbyname+set}" = set; then
17798 break
17800 done
17801 if test "${ac_cv_search_gethostbyname+set}" = set; then
17803 else
17804 ac_cv_search_gethostbyname=no
17806 rm conftest.$ac_ext
17807 LIBS=$ac_func_search_save_LIBS
17809 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17810 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17811 ac_res=$ac_cv_search_gethostbyname
17812 if test "$ac_res" != no; then
17813 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17818 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17819 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17820 if test "${ac_cv_search_connect+set}" = set; then
17821 echo $ECHO_N "(cached) $ECHO_C" >&6
17822 else
17823 ac_func_search_save_LIBS=$LIBS
17824 cat >conftest.$ac_ext <<_ACEOF
17825 /* confdefs.h. */
17826 _ACEOF
17827 cat confdefs.h >>conftest.$ac_ext
17828 cat >>conftest.$ac_ext <<_ACEOF
17829 /* end confdefs.h. */
17831 /* Override any GCC internal prototype to avoid an error.
17832 Use char because int might match the return type of a GCC
17833 builtin and then its argument prototype would still apply. */
17834 #ifdef __cplusplus
17835 extern "C"
17836 #endif
17837 char connect ();
17839 main ()
17841 return connect ();
17843 return 0;
17845 _ACEOF
17846 for ac_lib in '' socket; do
17847 if test -z "$ac_lib"; then
17848 ac_res="none required"
17849 else
17850 ac_res=-l$ac_lib
17851 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17853 rm -f conftest.$ac_objext conftest$ac_exeext
17854 if { (ac_try="$ac_link"
17855 case "(($ac_try" in
17856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17857 *) ac_try_echo=$ac_try;;
17858 esac
17859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17860 (eval "$ac_link") 2>conftest.er1
17861 ac_status=$?
17862 grep -v '^ *+' conftest.er1 >conftest.err
17863 rm -f conftest.er1
17864 cat conftest.err >&5
17865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17866 (exit $ac_status); } && {
17867 test -z "$ac_c_werror_flag" ||
17868 test ! -s conftest.err
17869 } && test -s conftest$ac_exeext &&
17870 $as_test_x conftest$ac_exeext; then
17871 ac_cv_search_connect=$ac_res
17872 else
17873 echo "$as_me: failed program was:" >&5
17874 sed 's/^/| /' conftest.$ac_ext >&5
17879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17880 conftest$ac_exeext
17881 if test "${ac_cv_search_connect+set}" = set; then
17882 break
17884 done
17885 if test "${ac_cv_search_connect+set}" = set; then
17887 else
17888 ac_cv_search_connect=no
17890 rm conftest.$ac_ext
17891 LIBS=$ac_func_search_save_LIBS
17893 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17894 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17895 ac_res=$ac_cv_search_connect
17896 if test "$ac_res" != no; then
17897 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17902 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17903 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17904 if test "${ac_cv_search_inet_aton+set}" = set; then
17905 echo $ECHO_N "(cached) $ECHO_C" >&6
17906 else
17907 ac_func_search_save_LIBS=$LIBS
17908 cat >conftest.$ac_ext <<_ACEOF
17909 /* confdefs.h. */
17910 _ACEOF
17911 cat confdefs.h >>conftest.$ac_ext
17912 cat >>conftest.$ac_ext <<_ACEOF
17913 /* end confdefs.h. */
17915 /* Override any GCC internal prototype to avoid an error.
17916 Use char because int might match the return type of a GCC
17917 builtin and then its argument prototype would still apply. */
17918 #ifdef __cplusplus
17919 extern "C"
17920 #endif
17921 char inet_aton ();
17923 main ()
17925 return inet_aton ();
17927 return 0;
17929 _ACEOF
17930 for ac_lib in '' resolv; do
17931 if test -z "$ac_lib"; then
17932 ac_res="none required"
17933 else
17934 ac_res=-l$ac_lib
17935 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17937 rm -f conftest.$ac_objext conftest$ac_exeext
17938 if { (ac_try="$ac_link"
17939 case "(($ac_try" in
17940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17941 *) ac_try_echo=$ac_try;;
17942 esac
17943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17944 (eval "$ac_link") 2>conftest.er1
17945 ac_status=$?
17946 grep -v '^ *+' conftest.er1 >conftest.err
17947 rm -f conftest.er1
17948 cat conftest.err >&5
17949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17950 (exit $ac_status); } && {
17951 test -z "$ac_c_werror_flag" ||
17952 test ! -s conftest.err
17953 } && test -s conftest$ac_exeext &&
17954 $as_test_x conftest$ac_exeext; then
17955 ac_cv_search_inet_aton=$ac_res
17956 else
17957 echo "$as_me: failed program was:" >&5
17958 sed 's/^/| /' conftest.$ac_ext >&5
17963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17964 conftest$ac_exeext
17965 if test "${ac_cv_search_inet_aton+set}" = set; then
17966 break
17968 done
17969 if test "${ac_cv_search_inet_aton+set}" = set; then
17971 else
17972 ac_cv_search_inet_aton=no
17974 rm conftest.$ac_ext
17975 LIBS=$ac_func_search_save_LIBS
17977 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17978 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17979 ac_res=$ac_cv_search_inet_aton
17980 if test "$ac_res" != no; then
17981 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17994 for ac_func in \
17995 getaddrinfo \
17996 getnameinfo \
17997 getnetbyname \
17998 getprotobyname \
17999 getprotobynumber \
18000 getservbyport \
18001 inet_network \
18002 sendmsg \
18005 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18006 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18007 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18008 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18009 echo $ECHO_N "(cached) $ECHO_C" >&6
18010 else
18011 cat >conftest.$ac_ext <<_ACEOF
18012 /* confdefs.h. */
18013 _ACEOF
18014 cat confdefs.h >>conftest.$ac_ext
18015 cat >>conftest.$ac_ext <<_ACEOF
18016 /* end confdefs.h. */
18017 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18018 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18019 #define $ac_func innocuous_$ac_func
18021 /* System header to define __stub macros and hopefully few prototypes,
18022 which can conflict with char $ac_func (); below.
18023 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18024 <limits.h> exists even on freestanding compilers. */
18026 #ifdef __STDC__
18027 # include <limits.h>
18028 #else
18029 # include <assert.h>
18030 #endif
18032 #undef $ac_func
18034 /* Override any GCC internal prototype to avoid an error.
18035 Use char because int might match the return type of a GCC
18036 builtin and then its argument prototype would still apply. */
18037 #ifdef __cplusplus
18038 extern "C"
18039 #endif
18040 char $ac_func ();
18041 /* The GNU C library defines this for functions which it implements
18042 to always fail with ENOSYS. Some functions are actually named
18043 something starting with __ and the normal name is an alias. */
18044 #if defined __stub_$ac_func || defined __stub___$ac_func
18045 choke me
18046 #endif
18049 main ()
18051 return $ac_func ();
18053 return 0;
18055 _ACEOF
18056 rm -f conftest.$ac_objext conftest$ac_exeext
18057 if { (ac_try="$ac_link"
18058 case "(($ac_try" in
18059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18060 *) ac_try_echo=$ac_try;;
18061 esac
18062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18063 (eval "$ac_link") 2>conftest.er1
18064 ac_status=$?
18065 grep -v '^ *+' conftest.er1 >conftest.err
18066 rm -f conftest.er1
18067 cat conftest.err >&5
18068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18069 (exit $ac_status); } && {
18070 test -z "$ac_c_werror_flag" ||
18071 test ! -s conftest.err
18072 } && test -s conftest$ac_exeext &&
18073 $as_test_x conftest$ac_exeext; then
18074 eval "$as_ac_var=yes"
18075 else
18076 echo "$as_me: failed program was:" >&5
18077 sed 's/^/| /' conftest.$ac_ext >&5
18079 eval "$as_ac_var=no"
18082 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18083 conftest$ac_exeext conftest.$ac_ext
18085 ac_res=`eval echo '${'$as_ac_var'}'`
18086 { echo "$as_me:$LINENO: result: $ac_res" >&5
18087 echo "${ECHO_T}$ac_res" >&6; }
18088 if test `eval echo '${'$as_ac_var'}'` = yes; then
18089 cat >>confdefs.h <<_ACEOF
18090 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18091 _ACEOF
18094 done
18097 LDAPLIBS=""
18099 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18100 then
18101 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18102 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18103 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18104 echo $ECHO_N "(cached) $ECHO_C" >&6
18105 else
18106 cat >conftest.$ac_ext <<_ACEOF
18107 /* confdefs.h. */
18108 _ACEOF
18109 cat confdefs.h >>conftest.$ac_ext
18110 cat >>conftest.$ac_ext <<_ACEOF
18111 /* end confdefs.h. */
18112 #include <ldap.h>
18114 typedef LDAPSortKey ac__type_new_;
18116 main ()
18118 if ((ac__type_new_ *) 0)
18119 return 0;
18120 if (sizeof (ac__type_new_))
18121 return 0;
18123 return 0;
18125 _ACEOF
18126 rm -f conftest.$ac_objext
18127 if { (ac_try="$ac_compile"
18128 case "(($ac_try" in
18129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18130 *) ac_try_echo=$ac_try;;
18131 esac
18132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18133 (eval "$ac_compile") 2>conftest.er1
18134 ac_status=$?
18135 grep -v '^ *+' conftest.er1 >conftest.err
18136 rm -f conftest.er1
18137 cat conftest.err >&5
18138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18139 (exit $ac_status); } && {
18140 test -z "$ac_c_werror_flag" ||
18141 test ! -s conftest.err
18142 } && test -s conftest.$ac_objext; then
18143 ac_cv_type_LDAPSortKey=yes
18144 else
18145 echo "$as_me: failed program was:" >&5
18146 sed 's/^/| /' conftest.$ac_ext >&5
18148 ac_cv_type_LDAPSortKey=no
18151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18153 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18154 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18155 if test $ac_cv_type_LDAPSortKey = yes; then
18156 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18157 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18158 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18159 echo $ECHO_N "(cached) $ECHO_C" >&6
18160 else
18161 ac_check_lib_save_LIBS=$LIBS
18162 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18163 cat >conftest.$ac_ext <<_ACEOF
18164 /* confdefs.h. */
18165 _ACEOF
18166 cat confdefs.h >>conftest.$ac_ext
18167 cat >>conftest.$ac_ext <<_ACEOF
18168 /* end confdefs.h. */
18170 /* Override any GCC internal prototype to avoid an error.
18171 Use char because int might match the return type of a GCC
18172 builtin and then its argument prototype would still apply. */
18173 #ifdef __cplusplus
18174 extern "C"
18175 #endif
18176 char ldap_initialize ();
18178 main ()
18180 return ldap_initialize ();
18182 return 0;
18184 _ACEOF
18185 rm -f conftest.$ac_objext conftest$ac_exeext
18186 if { (ac_try="$ac_link"
18187 case "(($ac_try" in
18188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18189 *) ac_try_echo=$ac_try;;
18190 esac
18191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18192 (eval "$ac_link") 2>conftest.er1
18193 ac_status=$?
18194 grep -v '^ *+' conftest.er1 >conftest.err
18195 rm -f conftest.er1
18196 cat conftest.err >&5
18197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18198 (exit $ac_status); } && {
18199 test -z "$ac_c_werror_flag" ||
18200 test ! -s conftest.err
18201 } && test -s conftest$ac_exeext &&
18202 $as_test_x conftest$ac_exeext; then
18203 ac_cv_lib_ldap_r_ldap_initialize=yes
18204 else
18205 echo "$as_me: failed program was:" >&5
18206 sed 's/^/| /' conftest.$ac_ext >&5
18208 ac_cv_lib_ldap_r_ldap_initialize=no
18211 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18212 conftest$ac_exeext conftest.$ac_ext
18213 LIBS=$ac_check_lib_save_LIBS
18215 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18216 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18217 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18218 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18219 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18220 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18221 echo $ECHO_N "(cached) $ECHO_C" >&6
18222 else
18223 ac_check_lib_save_LIBS=$LIBS
18224 LIBS="-llber $LIBPTHREAD $LIBS"
18225 cat >conftest.$ac_ext <<_ACEOF
18226 /* confdefs.h. */
18227 _ACEOF
18228 cat confdefs.h >>conftest.$ac_ext
18229 cat >>conftest.$ac_ext <<_ACEOF
18230 /* end confdefs.h. */
18232 /* Override any GCC internal prototype to avoid an error.
18233 Use char because int might match the return type of a GCC
18234 builtin and then its argument prototype would still apply. */
18235 #ifdef __cplusplus
18236 extern "C"
18237 #endif
18238 char ber_init ();
18240 main ()
18242 return ber_init ();
18244 return 0;
18246 _ACEOF
18247 rm -f conftest.$ac_objext conftest$ac_exeext
18248 if { (ac_try="$ac_link"
18249 case "(($ac_try" in
18250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18251 *) ac_try_echo=$ac_try;;
18252 esac
18253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18254 (eval "$ac_link") 2>conftest.er1
18255 ac_status=$?
18256 grep -v '^ *+' conftest.er1 >conftest.err
18257 rm -f conftest.er1
18258 cat conftest.err >&5
18259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18260 (exit $ac_status); } && {
18261 test -z "$ac_c_werror_flag" ||
18262 test ! -s conftest.err
18263 } && test -s conftest$ac_exeext &&
18264 $as_test_x conftest$ac_exeext; then
18265 ac_cv_lib_lber_ber_init=yes
18266 else
18267 echo "$as_me: failed program was:" >&5
18268 sed 's/^/| /' conftest.$ac_ext >&5
18270 ac_cv_lib_lber_ber_init=no
18273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18274 conftest$ac_exeext conftest.$ac_ext
18275 LIBS=$ac_check_lib_save_LIBS
18277 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18278 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18279 if test $ac_cv_lib_lber_ber_init = yes; then
18281 cat >>confdefs.h <<\_ACEOF
18282 #define HAVE_LDAP 1
18283 _ACEOF
18285 LDAPLIBS="-lldap_r -llber"
18292 ac_wine_check_funcs_save_LIBS="$LIBS"
18293 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18302 for ac_func in \
18303 ldap_count_references \
18304 ldap_first_reference \
18305 ldap_next_reference \
18306 ldap_parse_reference \
18307 ldap_parse_sort_control \
18308 ldap_parse_sortresponse_control \
18309 ldap_parse_vlv_control \
18310 ldap_parse_vlvresponse_control
18312 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18313 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18314 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18315 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18316 echo $ECHO_N "(cached) $ECHO_C" >&6
18317 else
18318 cat >conftest.$ac_ext <<_ACEOF
18319 /* confdefs.h. */
18320 _ACEOF
18321 cat confdefs.h >>conftest.$ac_ext
18322 cat >>conftest.$ac_ext <<_ACEOF
18323 /* end confdefs.h. */
18324 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18325 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18326 #define $ac_func innocuous_$ac_func
18328 /* System header to define __stub macros and hopefully few prototypes,
18329 which can conflict with char $ac_func (); below.
18330 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18331 <limits.h> exists even on freestanding compilers. */
18333 #ifdef __STDC__
18334 # include <limits.h>
18335 #else
18336 # include <assert.h>
18337 #endif
18339 #undef $ac_func
18341 /* Override any GCC internal prototype to avoid an error.
18342 Use char because int might match the return type of a GCC
18343 builtin and then its argument prototype would still apply. */
18344 #ifdef __cplusplus
18345 extern "C"
18346 #endif
18347 char $ac_func ();
18348 /* The GNU C library defines this for functions which it implements
18349 to always fail with ENOSYS. Some functions are actually named
18350 something starting with __ and the normal name is an alias. */
18351 #if defined __stub_$ac_func || defined __stub___$ac_func
18352 choke me
18353 #endif
18356 main ()
18358 return $ac_func ();
18360 return 0;
18362 _ACEOF
18363 rm -f conftest.$ac_objext conftest$ac_exeext
18364 if { (ac_try="$ac_link"
18365 case "(($ac_try" in
18366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18367 *) ac_try_echo=$ac_try;;
18368 esac
18369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18370 (eval "$ac_link") 2>conftest.er1
18371 ac_status=$?
18372 grep -v '^ *+' conftest.er1 >conftest.err
18373 rm -f conftest.er1
18374 cat conftest.err >&5
18375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18376 (exit $ac_status); } && {
18377 test -z "$ac_c_werror_flag" ||
18378 test ! -s conftest.err
18379 } && test -s conftest$ac_exeext &&
18380 $as_test_x conftest$ac_exeext; then
18381 eval "$as_ac_var=yes"
18382 else
18383 echo "$as_me: failed program was:" >&5
18384 sed 's/^/| /' conftest.$ac_ext >&5
18386 eval "$as_ac_var=no"
18389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18390 conftest$ac_exeext conftest.$ac_ext
18392 ac_res=`eval echo '${'$as_ac_var'}'`
18393 { echo "$as_me:$LINENO: result: $ac_res" >&5
18394 echo "${ECHO_T}$ac_res" >&6; }
18395 if test `eval echo '${'$as_ac_var'}'` = yes; then
18396 cat >>confdefs.h <<_ACEOF
18397 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18398 _ACEOF
18401 done
18403 LIBS="$ac_wine_check_funcs_save_LIBS"
18405 if test "x$LDAPLIBS" = "x"; then
18406 case "x$with_ldap" in
18407 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18408 xno) ;;
18409 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18410 This is an error since --with-ldap was requested." >&5
18411 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18412 This is an error since --with-ldap was requested." >&2;}
18413 { (exit 1); exit 1; }; } ;;
18414 esac
18418 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18419 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18420 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18421 echo $ECHO_N "(cached) $ECHO_C" >&6
18422 else
18423 cat >conftest.$ac_ext <<_ACEOF
18424 /* confdefs.h. */
18425 _ACEOF
18426 cat confdefs.h >>conftest.$ac_ext
18427 cat >>conftest.$ac_ext <<_ACEOF
18428 /* end confdefs.h. */
18429 #include <sys/stat.h>
18431 main ()
18433 mkdir("foo");
18435 return 0;
18437 _ACEOF
18438 rm -f conftest.$ac_objext
18439 if { (ac_try="$ac_compile"
18440 case "(($ac_try" in
18441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18442 *) ac_try_echo=$ac_try;;
18443 esac
18444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18445 (eval "$ac_compile") 2>conftest.er1
18446 ac_status=$?
18447 grep -v '^ *+' conftest.er1 >conftest.err
18448 rm -f conftest.er1
18449 cat conftest.err >&5
18450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18451 (exit $ac_status); } && {
18452 test -z "$ac_c_werror_flag" ||
18453 test ! -s conftest.err
18454 } && test -s conftest.$ac_objext; then
18455 wine_cv_one_arg_mkdir=yes
18456 else
18457 echo "$as_me: failed program was:" >&5
18458 sed 's/^/| /' conftest.$ac_ext >&5
18460 wine_cv_one_arg_mkdir=no
18463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18465 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18466 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18467 if test "$wine_cv_one_arg_mkdir" = "yes"
18468 then
18470 cat >>confdefs.h <<\_ACEOF
18471 #define HAVE_ONE_ARG_MKDIR 1
18472 _ACEOF
18477 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18478 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18479 if test "${ac_cv_c_const+set}" = set; then
18480 echo $ECHO_N "(cached) $ECHO_C" >&6
18481 else
18482 cat >conftest.$ac_ext <<_ACEOF
18483 /* confdefs.h. */
18484 _ACEOF
18485 cat confdefs.h >>conftest.$ac_ext
18486 cat >>conftest.$ac_ext <<_ACEOF
18487 /* end confdefs.h. */
18490 main ()
18492 /* FIXME: Include the comments suggested by Paul. */
18493 #ifndef __cplusplus
18494 /* Ultrix mips cc rejects this. */
18495 typedef int charset[2];
18496 const charset cs;
18497 /* SunOS 4.1.1 cc rejects this. */
18498 char const *const *pcpcc;
18499 char **ppc;
18500 /* NEC SVR4.0.2 mips cc rejects this. */
18501 struct point {int x, y;};
18502 static struct point const zero = {0,0};
18503 /* AIX XL C 1.02.0.0 rejects this.
18504 It does not let you subtract one const X* pointer from another in
18505 an arm of an if-expression whose if-part is not a constant
18506 expression */
18507 const char *g = "string";
18508 pcpcc = &g + (g ? g-g : 0);
18509 /* HPUX 7.0 cc rejects these. */
18510 ++pcpcc;
18511 ppc = (char**) pcpcc;
18512 pcpcc = (char const *const *) ppc;
18513 { /* SCO 3.2v4 cc rejects this. */
18514 char *t;
18515 char const *s = 0 ? (char *) 0 : (char const *) 0;
18517 *t++ = 0;
18518 if (s) return 0;
18520 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18521 int x[] = {25, 17};
18522 const int *foo = &x[0];
18523 ++foo;
18525 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18526 typedef const int *iptr;
18527 iptr p = 0;
18528 ++p;
18530 { /* AIX XL C 1.02.0.0 rejects this saying
18531 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18532 struct s { int j; const int *ap[3]; };
18533 struct s *b; b->j = 5;
18535 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18536 const int foo = 10;
18537 if (!foo) return 0;
18539 return !cs[0] && !zero.x;
18540 #endif
18543 return 0;
18545 _ACEOF
18546 rm -f conftest.$ac_objext
18547 if { (ac_try="$ac_compile"
18548 case "(($ac_try" in
18549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18550 *) ac_try_echo=$ac_try;;
18551 esac
18552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18553 (eval "$ac_compile") 2>conftest.er1
18554 ac_status=$?
18555 grep -v '^ *+' conftest.er1 >conftest.err
18556 rm -f conftest.er1
18557 cat conftest.err >&5
18558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18559 (exit $ac_status); } && {
18560 test -z "$ac_c_werror_flag" ||
18561 test ! -s conftest.err
18562 } && test -s conftest.$ac_objext; then
18563 ac_cv_c_const=yes
18564 else
18565 echo "$as_me: failed program was:" >&5
18566 sed 's/^/| /' conftest.$ac_ext >&5
18568 ac_cv_c_const=no
18571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18573 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18574 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18575 if test $ac_cv_c_const = no; then
18577 cat >>confdefs.h <<\_ACEOF
18578 #define const
18579 _ACEOF
18583 { echo "$as_me:$LINENO: checking for inline" >&5
18584 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18585 if test "${ac_cv_c_inline+set}" = set; then
18586 echo $ECHO_N "(cached) $ECHO_C" >&6
18587 else
18588 ac_cv_c_inline=no
18589 for ac_kw in inline __inline__ __inline; do
18590 cat >conftest.$ac_ext <<_ACEOF
18591 /* confdefs.h. */
18592 _ACEOF
18593 cat confdefs.h >>conftest.$ac_ext
18594 cat >>conftest.$ac_ext <<_ACEOF
18595 /* end confdefs.h. */
18596 #ifndef __cplusplus
18597 typedef int foo_t;
18598 static $ac_kw foo_t static_foo () {return 0; }
18599 $ac_kw foo_t foo () {return 0; }
18600 #endif
18602 _ACEOF
18603 rm -f conftest.$ac_objext
18604 if { (ac_try="$ac_compile"
18605 case "(($ac_try" in
18606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18607 *) ac_try_echo=$ac_try;;
18608 esac
18609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18610 (eval "$ac_compile") 2>conftest.er1
18611 ac_status=$?
18612 grep -v '^ *+' conftest.er1 >conftest.err
18613 rm -f conftest.er1
18614 cat conftest.err >&5
18615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18616 (exit $ac_status); } && {
18617 test -z "$ac_c_werror_flag" ||
18618 test ! -s conftest.err
18619 } && test -s conftest.$ac_objext; then
18620 ac_cv_c_inline=$ac_kw
18621 else
18622 echo "$as_me: failed program was:" >&5
18623 sed 's/^/| /' conftest.$ac_ext >&5
18628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18629 test "$ac_cv_c_inline" != no && break
18630 done
18633 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18634 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18637 case $ac_cv_c_inline in
18638 inline | yes) ;;
18640 case $ac_cv_c_inline in
18641 no) ac_val=;;
18642 *) ac_val=$ac_cv_c_inline;;
18643 esac
18644 cat >>confdefs.h <<_ACEOF
18645 #ifndef __cplusplus
18646 #define inline $ac_val
18647 #endif
18648 _ACEOF
18650 esac
18652 { echo "$as_me:$LINENO: checking for mode_t" >&5
18653 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18654 if test "${ac_cv_type_mode_t+set}" = set; then
18655 echo $ECHO_N "(cached) $ECHO_C" >&6
18656 else
18657 cat >conftest.$ac_ext <<_ACEOF
18658 /* confdefs.h. */
18659 _ACEOF
18660 cat confdefs.h >>conftest.$ac_ext
18661 cat >>conftest.$ac_ext <<_ACEOF
18662 /* end confdefs.h. */
18663 $ac_includes_default
18664 typedef mode_t ac__type_new_;
18666 main ()
18668 if ((ac__type_new_ *) 0)
18669 return 0;
18670 if (sizeof (ac__type_new_))
18671 return 0;
18673 return 0;
18675 _ACEOF
18676 rm -f conftest.$ac_objext
18677 if { (ac_try="$ac_compile"
18678 case "(($ac_try" in
18679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18680 *) ac_try_echo=$ac_try;;
18681 esac
18682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18683 (eval "$ac_compile") 2>conftest.er1
18684 ac_status=$?
18685 grep -v '^ *+' conftest.er1 >conftest.err
18686 rm -f conftest.er1
18687 cat conftest.err >&5
18688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18689 (exit $ac_status); } && {
18690 test -z "$ac_c_werror_flag" ||
18691 test ! -s conftest.err
18692 } && test -s conftest.$ac_objext; then
18693 ac_cv_type_mode_t=yes
18694 else
18695 echo "$as_me: failed program was:" >&5
18696 sed 's/^/| /' conftest.$ac_ext >&5
18698 ac_cv_type_mode_t=no
18701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18703 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18704 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18705 if test $ac_cv_type_mode_t = yes; then
18707 cat >>confdefs.h <<_ACEOF
18708 #define HAVE_MODE_T 1
18709 _ACEOF
18713 { echo "$as_me:$LINENO: checking for off_t" >&5
18714 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18715 if test "${ac_cv_type_off_t+set}" = set; then
18716 echo $ECHO_N "(cached) $ECHO_C" >&6
18717 else
18718 cat >conftest.$ac_ext <<_ACEOF
18719 /* confdefs.h. */
18720 _ACEOF
18721 cat confdefs.h >>conftest.$ac_ext
18722 cat >>conftest.$ac_ext <<_ACEOF
18723 /* end confdefs.h. */
18724 $ac_includes_default
18725 typedef off_t ac__type_new_;
18727 main ()
18729 if ((ac__type_new_ *) 0)
18730 return 0;
18731 if (sizeof (ac__type_new_))
18732 return 0;
18734 return 0;
18736 _ACEOF
18737 rm -f conftest.$ac_objext
18738 if { (ac_try="$ac_compile"
18739 case "(($ac_try" in
18740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18741 *) ac_try_echo=$ac_try;;
18742 esac
18743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18744 (eval "$ac_compile") 2>conftest.er1
18745 ac_status=$?
18746 grep -v '^ *+' conftest.er1 >conftest.err
18747 rm -f conftest.er1
18748 cat conftest.err >&5
18749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18750 (exit $ac_status); } && {
18751 test -z "$ac_c_werror_flag" ||
18752 test ! -s conftest.err
18753 } && test -s conftest.$ac_objext; then
18754 ac_cv_type_off_t=yes
18755 else
18756 echo "$as_me: failed program was:" >&5
18757 sed 's/^/| /' conftest.$ac_ext >&5
18759 ac_cv_type_off_t=no
18762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18764 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18765 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18766 if test $ac_cv_type_off_t = yes; then
18768 cat >>confdefs.h <<_ACEOF
18769 #define HAVE_OFF_T 1
18770 _ACEOF
18774 { echo "$as_me:$LINENO: checking for pid_t" >&5
18775 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18776 if test "${ac_cv_type_pid_t+set}" = set; then
18777 echo $ECHO_N "(cached) $ECHO_C" >&6
18778 else
18779 cat >conftest.$ac_ext <<_ACEOF
18780 /* confdefs.h. */
18781 _ACEOF
18782 cat confdefs.h >>conftest.$ac_ext
18783 cat >>conftest.$ac_ext <<_ACEOF
18784 /* end confdefs.h. */
18785 $ac_includes_default
18786 typedef pid_t ac__type_new_;
18788 main ()
18790 if ((ac__type_new_ *) 0)
18791 return 0;
18792 if (sizeof (ac__type_new_))
18793 return 0;
18795 return 0;
18797 _ACEOF
18798 rm -f conftest.$ac_objext
18799 if { (ac_try="$ac_compile"
18800 case "(($ac_try" in
18801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18802 *) ac_try_echo=$ac_try;;
18803 esac
18804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18805 (eval "$ac_compile") 2>conftest.er1
18806 ac_status=$?
18807 grep -v '^ *+' conftest.er1 >conftest.err
18808 rm -f conftest.er1
18809 cat conftest.err >&5
18810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18811 (exit $ac_status); } && {
18812 test -z "$ac_c_werror_flag" ||
18813 test ! -s conftest.err
18814 } && test -s conftest.$ac_objext; then
18815 ac_cv_type_pid_t=yes
18816 else
18817 echo "$as_me: failed program was:" >&5
18818 sed 's/^/| /' conftest.$ac_ext >&5
18820 ac_cv_type_pid_t=no
18823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18825 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18826 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18827 if test $ac_cv_type_pid_t = yes; then
18829 cat >>confdefs.h <<_ACEOF
18830 #define HAVE_PID_T 1
18831 _ACEOF
18835 { echo "$as_me:$LINENO: checking for size_t" >&5
18836 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18837 if test "${ac_cv_type_size_t+set}" = set; then
18838 echo $ECHO_N "(cached) $ECHO_C" >&6
18839 else
18840 cat >conftest.$ac_ext <<_ACEOF
18841 /* confdefs.h. */
18842 _ACEOF
18843 cat confdefs.h >>conftest.$ac_ext
18844 cat >>conftest.$ac_ext <<_ACEOF
18845 /* end confdefs.h. */
18846 $ac_includes_default
18847 typedef size_t ac__type_new_;
18849 main ()
18851 if ((ac__type_new_ *) 0)
18852 return 0;
18853 if (sizeof (ac__type_new_))
18854 return 0;
18856 return 0;
18858 _ACEOF
18859 rm -f conftest.$ac_objext
18860 if { (ac_try="$ac_compile"
18861 case "(($ac_try" in
18862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18863 *) ac_try_echo=$ac_try;;
18864 esac
18865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18866 (eval "$ac_compile") 2>conftest.er1
18867 ac_status=$?
18868 grep -v '^ *+' conftest.er1 >conftest.err
18869 rm -f conftest.er1
18870 cat conftest.err >&5
18871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18872 (exit $ac_status); } && {
18873 test -z "$ac_c_werror_flag" ||
18874 test ! -s conftest.err
18875 } && test -s conftest.$ac_objext; then
18876 ac_cv_type_size_t=yes
18877 else
18878 echo "$as_me: failed program was:" >&5
18879 sed 's/^/| /' conftest.$ac_ext >&5
18881 ac_cv_type_size_t=no
18884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18886 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18887 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18888 if test $ac_cv_type_size_t = yes; then
18890 cat >>confdefs.h <<_ACEOF
18891 #define HAVE_SIZE_T 1
18892 _ACEOF
18896 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18897 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18898 if test "${ac_cv_type_ssize_t+set}" = set; then
18899 echo $ECHO_N "(cached) $ECHO_C" >&6
18900 else
18901 cat >conftest.$ac_ext <<_ACEOF
18902 /* confdefs.h. */
18903 _ACEOF
18904 cat confdefs.h >>conftest.$ac_ext
18905 cat >>conftest.$ac_ext <<_ACEOF
18906 /* end confdefs.h. */
18907 $ac_includes_default
18908 typedef ssize_t ac__type_new_;
18910 main ()
18912 if ((ac__type_new_ *) 0)
18913 return 0;
18914 if (sizeof (ac__type_new_))
18915 return 0;
18917 return 0;
18919 _ACEOF
18920 rm -f conftest.$ac_objext
18921 if { (ac_try="$ac_compile"
18922 case "(($ac_try" in
18923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18924 *) ac_try_echo=$ac_try;;
18925 esac
18926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18927 (eval "$ac_compile") 2>conftest.er1
18928 ac_status=$?
18929 grep -v '^ *+' conftest.er1 >conftest.err
18930 rm -f conftest.er1
18931 cat conftest.err >&5
18932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18933 (exit $ac_status); } && {
18934 test -z "$ac_c_werror_flag" ||
18935 test ! -s conftest.err
18936 } && test -s conftest.$ac_objext; then
18937 ac_cv_type_ssize_t=yes
18938 else
18939 echo "$as_me: failed program was:" >&5
18940 sed 's/^/| /' conftest.$ac_ext >&5
18942 ac_cv_type_ssize_t=no
18945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18947 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18948 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18949 if test $ac_cv_type_ssize_t = yes; then
18951 cat >>confdefs.h <<_ACEOF
18952 #define HAVE_SSIZE_T 1
18953 _ACEOF
18957 { echo "$as_me:$LINENO: checking for long long" >&5
18958 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18959 if test "${ac_cv_type_long_long+set}" = set; then
18960 echo $ECHO_N "(cached) $ECHO_C" >&6
18961 else
18962 cat >conftest.$ac_ext <<_ACEOF
18963 /* confdefs.h. */
18964 _ACEOF
18965 cat confdefs.h >>conftest.$ac_ext
18966 cat >>conftest.$ac_ext <<_ACEOF
18967 /* end confdefs.h. */
18968 $ac_includes_default
18969 typedef long long ac__type_new_;
18971 main ()
18973 if ((ac__type_new_ *) 0)
18974 return 0;
18975 if (sizeof (ac__type_new_))
18976 return 0;
18978 return 0;
18980 _ACEOF
18981 rm -f conftest.$ac_objext
18982 if { (ac_try="$ac_compile"
18983 case "(($ac_try" in
18984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18985 *) ac_try_echo=$ac_try;;
18986 esac
18987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18988 (eval "$ac_compile") 2>conftest.er1
18989 ac_status=$?
18990 grep -v '^ *+' conftest.er1 >conftest.err
18991 rm -f conftest.er1
18992 cat conftest.err >&5
18993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18994 (exit $ac_status); } && {
18995 test -z "$ac_c_werror_flag" ||
18996 test ! -s conftest.err
18997 } && test -s conftest.$ac_objext; then
18998 ac_cv_type_long_long=yes
18999 else
19000 echo "$as_me: failed program was:" >&5
19001 sed 's/^/| /' conftest.$ac_ext >&5
19003 ac_cv_type_long_long=no
19006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19008 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19009 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19010 if test $ac_cv_type_long_long = yes; then
19012 cat >>confdefs.h <<_ACEOF
19013 #define HAVE_LONG_LONG 1
19014 _ACEOF
19018 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19019 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19020 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19021 echo $ECHO_N "(cached) $ECHO_C" >&6
19022 else
19023 cat >conftest.$ac_ext <<_ACEOF
19024 /* confdefs.h. */
19025 _ACEOF
19026 cat confdefs.h >>conftest.$ac_ext
19027 cat >>conftest.$ac_ext <<_ACEOF
19028 /* end confdefs.h. */
19029 $ac_includes_default
19030 typedef fsblkcnt_t ac__type_new_;
19032 main ()
19034 if ((ac__type_new_ *) 0)
19035 return 0;
19036 if (sizeof (ac__type_new_))
19037 return 0;
19039 return 0;
19041 _ACEOF
19042 rm -f conftest.$ac_objext
19043 if { (ac_try="$ac_compile"
19044 case "(($ac_try" in
19045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19046 *) ac_try_echo=$ac_try;;
19047 esac
19048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19049 (eval "$ac_compile") 2>conftest.er1
19050 ac_status=$?
19051 grep -v '^ *+' conftest.er1 >conftest.err
19052 rm -f conftest.er1
19053 cat conftest.err >&5
19054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19055 (exit $ac_status); } && {
19056 test -z "$ac_c_werror_flag" ||
19057 test ! -s conftest.err
19058 } && test -s conftest.$ac_objext; then
19059 ac_cv_type_fsblkcnt_t=yes
19060 else
19061 echo "$as_me: failed program was:" >&5
19062 sed 's/^/| /' conftest.$ac_ext >&5
19064 ac_cv_type_fsblkcnt_t=no
19067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19069 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19070 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19071 if test $ac_cv_type_fsblkcnt_t = yes; then
19073 cat >>confdefs.h <<_ACEOF
19074 #define HAVE_FSBLKCNT_T 1
19075 _ACEOF
19079 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19080 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19081 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19082 echo $ECHO_N "(cached) $ECHO_C" >&6
19083 else
19084 cat >conftest.$ac_ext <<_ACEOF
19085 /* confdefs.h. */
19086 _ACEOF
19087 cat confdefs.h >>conftest.$ac_ext
19088 cat >>conftest.$ac_ext <<_ACEOF
19089 /* end confdefs.h. */
19090 $ac_includes_default
19091 typedef fsfilcnt_t ac__type_new_;
19093 main ()
19095 if ((ac__type_new_ *) 0)
19096 return 0;
19097 if (sizeof (ac__type_new_))
19098 return 0;
19100 return 0;
19102 _ACEOF
19103 rm -f conftest.$ac_objext
19104 if { (ac_try="$ac_compile"
19105 case "(($ac_try" in
19106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19107 *) ac_try_echo=$ac_try;;
19108 esac
19109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19110 (eval "$ac_compile") 2>conftest.er1
19111 ac_status=$?
19112 grep -v '^ *+' conftest.er1 >conftest.err
19113 rm -f conftest.er1
19114 cat conftest.err >&5
19115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19116 (exit $ac_status); } && {
19117 test -z "$ac_c_werror_flag" ||
19118 test ! -s conftest.err
19119 } && test -s conftest.$ac_objext; then
19120 ac_cv_type_fsfilcnt_t=yes
19121 else
19122 echo "$as_me: failed program was:" >&5
19123 sed 's/^/| /' conftest.$ac_ext >&5
19125 ac_cv_type_fsfilcnt_t=no
19128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19130 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19131 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19132 if test $ac_cv_type_fsfilcnt_t = yes; then
19134 cat >>confdefs.h <<_ACEOF
19135 #define HAVE_FSFILCNT_T 1
19136 _ACEOF
19141 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19142 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19143 if test "${ac_cv_type_sigset_t+set}" = set; then
19144 echo $ECHO_N "(cached) $ECHO_C" >&6
19145 else
19146 cat >conftest.$ac_ext <<_ACEOF
19147 /* confdefs.h. */
19148 _ACEOF
19149 cat confdefs.h >>conftest.$ac_ext
19150 cat >>conftest.$ac_ext <<_ACEOF
19151 /* end confdefs.h. */
19152 #include <sys/types.h>
19153 #include <signal.h>
19155 typedef sigset_t ac__type_new_;
19157 main ()
19159 if ((ac__type_new_ *) 0)
19160 return 0;
19161 if (sizeof (ac__type_new_))
19162 return 0;
19164 return 0;
19166 _ACEOF
19167 rm -f conftest.$ac_objext
19168 if { (ac_try="$ac_compile"
19169 case "(($ac_try" in
19170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19171 *) ac_try_echo=$ac_try;;
19172 esac
19173 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19174 (eval "$ac_compile") 2>conftest.er1
19175 ac_status=$?
19176 grep -v '^ *+' conftest.er1 >conftest.err
19177 rm -f conftest.er1
19178 cat conftest.err >&5
19179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19180 (exit $ac_status); } && {
19181 test -z "$ac_c_werror_flag" ||
19182 test ! -s conftest.err
19183 } && test -s conftest.$ac_objext; then
19184 ac_cv_type_sigset_t=yes
19185 else
19186 echo "$as_me: failed program was:" >&5
19187 sed 's/^/| /' conftest.$ac_ext >&5
19189 ac_cv_type_sigset_t=no
19192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19194 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19195 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19196 if test $ac_cv_type_sigset_t = yes; then
19198 cat >>confdefs.h <<_ACEOF
19199 #define HAVE_SIGSET_T 1
19200 _ACEOF
19205 { echo "$as_me:$LINENO: checking for request_sense" >&5
19206 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19207 if test "${ac_cv_type_request_sense+set}" = set; then
19208 echo $ECHO_N "(cached) $ECHO_C" >&6
19209 else
19210 cat >conftest.$ac_ext <<_ACEOF
19211 /* confdefs.h. */
19212 _ACEOF
19213 cat confdefs.h >>conftest.$ac_ext
19214 cat >>conftest.$ac_ext <<_ACEOF
19215 /* end confdefs.h. */
19216 #include <linux/cdrom.h>
19218 typedef request_sense ac__type_new_;
19220 main ()
19222 if ((ac__type_new_ *) 0)
19223 return 0;
19224 if (sizeof (ac__type_new_))
19225 return 0;
19227 return 0;
19229 _ACEOF
19230 rm -f conftest.$ac_objext
19231 if { (ac_try="$ac_compile"
19232 case "(($ac_try" in
19233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19234 *) ac_try_echo=$ac_try;;
19235 esac
19236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19237 (eval "$ac_compile") 2>conftest.er1
19238 ac_status=$?
19239 grep -v '^ *+' conftest.er1 >conftest.err
19240 rm -f conftest.er1
19241 cat conftest.err >&5
19242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19243 (exit $ac_status); } && {
19244 test -z "$ac_c_werror_flag" ||
19245 test ! -s conftest.err
19246 } && test -s conftest.$ac_objext; then
19247 ac_cv_type_request_sense=yes
19248 else
19249 echo "$as_me: failed program was:" >&5
19250 sed 's/^/| /' conftest.$ac_ext >&5
19252 ac_cv_type_request_sense=no
19255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19257 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19258 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19259 if test $ac_cv_type_request_sense = yes; then
19261 cat >>confdefs.h <<_ACEOF
19262 #define HAVE_REQUEST_SENSE 1
19263 _ACEOF
19269 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19270 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19271 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19272 echo $ECHO_N "(cached) $ECHO_C" >&6
19273 else
19274 cat >conftest.$ac_ext <<_ACEOF
19275 /* confdefs.h. */
19276 _ACEOF
19277 cat confdefs.h >>conftest.$ac_ext
19278 cat >>conftest.$ac_ext <<_ACEOF
19279 /* end confdefs.h. */
19280 #ifdef HAVE_LINUX_INPUT_H
19281 #include <linux/input.h>
19282 #endif
19285 main ()
19287 static struct ff_effect ac_aggr;
19288 if (ac_aggr.direction)
19289 return 0;
19291 return 0;
19293 _ACEOF
19294 rm -f conftest.$ac_objext
19295 if { (ac_try="$ac_compile"
19296 case "(($ac_try" in
19297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19298 *) ac_try_echo=$ac_try;;
19299 esac
19300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19301 (eval "$ac_compile") 2>conftest.er1
19302 ac_status=$?
19303 grep -v '^ *+' conftest.er1 >conftest.err
19304 rm -f conftest.er1
19305 cat conftest.err >&5
19306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19307 (exit $ac_status); } && {
19308 test -z "$ac_c_werror_flag" ||
19309 test ! -s conftest.err
19310 } && test -s conftest.$ac_objext; then
19311 ac_cv_member_struct_ff_effect_direction=yes
19312 else
19313 echo "$as_me: failed program was:" >&5
19314 sed 's/^/| /' conftest.$ac_ext >&5
19316 cat >conftest.$ac_ext <<_ACEOF
19317 /* confdefs.h. */
19318 _ACEOF
19319 cat confdefs.h >>conftest.$ac_ext
19320 cat >>conftest.$ac_ext <<_ACEOF
19321 /* end confdefs.h. */
19322 #ifdef HAVE_LINUX_INPUT_H
19323 #include <linux/input.h>
19324 #endif
19327 main ()
19329 static struct ff_effect ac_aggr;
19330 if (sizeof ac_aggr.direction)
19331 return 0;
19333 return 0;
19335 _ACEOF
19336 rm -f conftest.$ac_objext
19337 if { (ac_try="$ac_compile"
19338 case "(($ac_try" in
19339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19340 *) ac_try_echo=$ac_try;;
19341 esac
19342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19343 (eval "$ac_compile") 2>conftest.er1
19344 ac_status=$?
19345 grep -v '^ *+' conftest.er1 >conftest.err
19346 rm -f conftest.er1
19347 cat conftest.err >&5
19348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19349 (exit $ac_status); } && {
19350 test -z "$ac_c_werror_flag" ||
19351 test ! -s conftest.err
19352 } && test -s conftest.$ac_objext; then
19353 ac_cv_member_struct_ff_effect_direction=yes
19354 else
19355 echo "$as_me: failed program was:" >&5
19356 sed 's/^/| /' conftest.$ac_ext >&5
19358 ac_cv_member_struct_ff_effect_direction=no
19361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19366 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19367 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19368 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19370 cat >>confdefs.h <<_ACEOF
19371 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19372 _ACEOF
19378 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19379 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19380 if test "${wine_cv_have_sigaddset+set}" = set; then
19381 echo $ECHO_N "(cached) $ECHO_C" >&6
19382 else
19383 cat >conftest.$ac_ext <<_ACEOF
19384 /* confdefs.h. */
19385 _ACEOF
19386 cat confdefs.h >>conftest.$ac_ext
19387 cat >>conftest.$ac_ext <<_ACEOF
19388 /* end confdefs.h. */
19389 #include <signal.h>
19391 main ()
19393 sigset_t set; sigaddset(&set,SIGTERM);
19395 return 0;
19397 _ACEOF
19398 rm -f conftest.$ac_objext conftest$ac_exeext
19399 if { (ac_try="$ac_link"
19400 case "(($ac_try" in
19401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19402 *) ac_try_echo=$ac_try;;
19403 esac
19404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19405 (eval "$ac_link") 2>conftest.er1
19406 ac_status=$?
19407 grep -v '^ *+' conftest.er1 >conftest.err
19408 rm -f conftest.er1
19409 cat conftest.err >&5
19410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19411 (exit $ac_status); } && {
19412 test -z "$ac_c_werror_flag" ||
19413 test ! -s conftest.err
19414 } && test -s conftest$ac_exeext &&
19415 $as_test_x conftest$ac_exeext; then
19416 wine_cv_have_sigaddset=yes
19417 else
19418 echo "$as_me: failed program was:" >&5
19419 sed 's/^/| /' conftest.$ac_ext >&5
19421 wine_cv_have_sigaddset=no
19424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19425 conftest$ac_exeext conftest.$ac_ext
19427 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19428 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19429 if test "$wine_cv_have_sigaddset" = "yes"
19430 then
19432 cat >>confdefs.h <<\_ACEOF
19433 #define HAVE_SIGADDSET 1
19434 _ACEOF
19439 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19440 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19441 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19442 echo $ECHO_N "(cached) $ECHO_C" >&6
19443 else
19444 cat >conftest.$ac_ext <<_ACEOF
19445 /* confdefs.h. */
19446 _ACEOF
19447 cat confdefs.h >>conftest.$ac_ext
19448 cat >>conftest.$ac_ext <<_ACEOF
19449 /* end confdefs.h. */
19450 #include <netdb.h>
19452 main ()
19455 char *name=0;
19456 struct hostent he;
19457 struct hostent *result;
19458 char *buf=0;
19459 int bufsize=0;
19460 int res,errnr;
19461 char *addr=0;
19462 int addrlen=0;
19463 int addrtype=0;
19464 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19465 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19468 return 0;
19470 _ACEOF
19471 rm -f conftest.$ac_objext conftest$ac_exeext
19472 if { (ac_try="$ac_link"
19473 case "(($ac_try" in
19474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19475 *) ac_try_echo=$ac_try;;
19476 esac
19477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19478 (eval "$ac_link") 2>conftest.er1
19479 ac_status=$?
19480 grep -v '^ *+' conftest.er1 >conftest.err
19481 rm -f conftest.er1
19482 cat conftest.err >&5
19483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19484 (exit $ac_status); } && {
19485 test -z "$ac_c_werror_flag" ||
19486 test ! -s conftest.err
19487 } && test -s conftest$ac_exeext &&
19488 $as_test_x conftest$ac_exeext; then
19489 wine_cv_linux_gethostbyname_r_6=yes
19490 else
19491 echo "$as_me: failed program was:" >&5
19492 sed 's/^/| /' conftest.$ac_ext >&5
19494 wine_cv_linux_gethostbyname_r_6=no
19498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19499 conftest$ac_exeext conftest.$ac_ext
19502 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19503 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19504 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19505 then
19507 cat >>confdefs.h <<\_ACEOF
19508 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19509 _ACEOF
19513 if test "$ac_cv_header_linux_joystick_h" = "yes"
19514 then
19515 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19516 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19517 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19518 echo $ECHO_N "(cached) $ECHO_C" >&6
19519 else
19520 cat >conftest.$ac_ext <<_ACEOF
19521 /* confdefs.h. */
19522 _ACEOF
19523 cat confdefs.h >>conftest.$ac_ext
19524 cat >>conftest.$ac_ext <<_ACEOF
19525 /* end confdefs.h. */
19527 #include <sys/ioctl.h>
19528 #include <sys/types.h>
19529 #include <linux/joystick.h>
19531 struct js_event blub;
19532 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19533 #error "no 2.2 header"
19534 #endif
19537 main ()
19539 /*empty*/
19541 return 0;
19543 _ACEOF
19544 rm -f conftest.$ac_objext
19545 if { (ac_try="$ac_compile"
19546 case "(($ac_try" in
19547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19548 *) ac_try_echo=$ac_try;;
19549 esac
19550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19551 (eval "$ac_compile") 2>conftest.er1
19552 ac_status=$?
19553 grep -v '^ *+' conftest.er1 >conftest.err
19554 rm -f conftest.er1
19555 cat conftest.err >&5
19556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19557 (exit $ac_status); } && {
19558 test -z "$ac_c_werror_flag" ||
19559 test ! -s conftest.err
19560 } && test -s conftest.$ac_objext; then
19561 wine_cv_linux_joystick_22_api=yes
19562 else
19563 echo "$as_me: failed program was:" >&5
19564 sed 's/^/| /' conftest.$ac_ext >&5
19566 wine_cv_linux_joystick_22_api=no
19569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19572 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19573 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19574 if test "$wine_cv_linux_joystick_22_api" = "yes"
19575 then
19577 cat >>confdefs.h <<\_ACEOF
19578 #define HAVE_LINUX_22_JOYSTICK_API 1
19579 _ACEOF
19585 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19586 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19587 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19588 echo $ECHO_N "(cached) $ECHO_C" >&6
19589 else
19590 cat >conftest.$ac_ext <<_ACEOF
19591 /* confdefs.h. */
19592 _ACEOF
19593 cat confdefs.h >>conftest.$ac_ext
19594 cat >>conftest.$ac_ext <<_ACEOF
19595 /* end confdefs.h. */
19596 #include <sys/types.h>
19597 #ifdef HAVE_SYS_PARAM_H
19598 # include <sys/param.h>
19599 #endif
19600 #ifdef HAVE_SYS_MOUNT_H
19601 # include <sys/mount.h>
19602 #endif
19603 #ifdef HAVE_SYS_VFS_H
19604 # include <sys/vfs.h>
19605 #endif
19606 #ifdef HAVE_SYS_STATFS_H
19607 # include <sys/statfs.h>
19608 #endif
19611 main ()
19613 static struct statfs ac_aggr;
19614 if (ac_aggr.f_bfree)
19615 return 0;
19617 return 0;
19619 _ACEOF
19620 rm -f conftest.$ac_objext
19621 if { (ac_try="$ac_compile"
19622 case "(($ac_try" in
19623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19624 *) ac_try_echo=$ac_try;;
19625 esac
19626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19627 (eval "$ac_compile") 2>conftest.er1
19628 ac_status=$?
19629 grep -v '^ *+' conftest.er1 >conftest.err
19630 rm -f conftest.er1
19631 cat conftest.err >&5
19632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19633 (exit $ac_status); } && {
19634 test -z "$ac_c_werror_flag" ||
19635 test ! -s conftest.err
19636 } && test -s conftest.$ac_objext; then
19637 ac_cv_member_struct_statfs_f_bfree=yes
19638 else
19639 echo "$as_me: failed program was:" >&5
19640 sed 's/^/| /' conftest.$ac_ext >&5
19642 cat >conftest.$ac_ext <<_ACEOF
19643 /* confdefs.h. */
19644 _ACEOF
19645 cat confdefs.h >>conftest.$ac_ext
19646 cat >>conftest.$ac_ext <<_ACEOF
19647 /* end confdefs.h. */
19648 #include <sys/types.h>
19649 #ifdef HAVE_SYS_PARAM_H
19650 # include <sys/param.h>
19651 #endif
19652 #ifdef HAVE_SYS_MOUNT_H
19653 # include <sys/mount.h>
19654 #endif
19655 #ifdef HAVE_SYS_VFS_H
19656 # include <sys/vfs.h>
19657 #endif
19658 #ifdef HAVE_SYS_STATFS_H
19659 # include <sys/statfs.h>
19660 #endif
19663 main ()
19665 static struct statfs ac_aggr;
19666 if (sizeof ac_aggr.f_bfree)
19667 return 0;
19669 return 0;
19671 _ACEOF
19672 rm -f conftest.$ac_objext
19673 if { (ac_try="$ac_compile"
19674 case "(($ac_try" in
19675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19676 *) ac_try_echo=$ac_try;;
19677 esac
19678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19679 (eval "$ac_compile") 2>conftest.er1
19680 ac_status=$?
19681 grep -v '^ *+' conftest.er1 >conftest.err
19682 rm -f conftest.er1
19683 cat conftest.err >&5
19684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19685 (exit $ac_status); } && {
19686 test -z "$ac_c_werror_flag" ||
19687 test ! -s conftest.err
19688 } && test -s conftest.$ac_objext; then
19689 ac_cv_member_struct_statfs_f_bfree=yes
19690 else
19691 echo "$as_me: failed program was:" >&5
19692 sed 's/^/| /' conftest.$ac_ext >&5
19694 ac_cv_member_struct_statfs_f_bfree=no
19697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19702 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19703 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19704 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19706 cat >>confdefs.h <<_ACEOF
19707 #define HAVE_STRUCT_STATFS_F_BFREE 1
19708 _ACEOF
19712 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19713 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19714 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19715 echo $ECHO_N "(cached) $ECHO_C" >&6
19716 else
19717 cat >conftest.$ac_ext <<_ACEOF
19718 /* confdefs.h. */
19719 _ACEOF
19720 cat confdefs.h >>conftest.$ac_ext
19721 cat >>conftest.$ac_ext <<_ACEOF
19722 /* end confdefs.h. */
19723 #include <sys/types.h>
19724 #ifdef HAVE_SYS_PARAM_H
19725 # include <sys/param.h>
19726 #endif
19727 #ifdef HAVE_SYS_MOUNT_H
19728 # include <sys/mount.h>
19729 #endif
19730 #ifdef HAVE_SYS_VFS_H
19731 # include <sys/vfs.h>
19732 #endif
19733 #ifdef HAVE_SYS_STATFS_H
19734 # include <sys/statfs.h>
19735 #endif
19738 main ()
19740 static struct statfs ac_aggr;
19741 if (ac_aggr.f_bavail)
19742 return 0;
19744 return 0;
19746 _ACEOF
19747 rm -f conftest.$ac_objext
19748 if { (ac_try="$ac_compile"
19749 case "(($ac_try" in
19750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19751 *) ac_try_echo=$ac_try;;
19752 esac
19753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19754 (eval "$ac_compile") 2>conftest.er1
19755 ac_status=$?
19756 grep -v '^ *+' conftest.er1 >conftest.err
19757 rm -f conftest.er1
19758 cat conftest.err >&5
19759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19760 (exit $ac_status); } && {
19761 test -z "$ac_c_werror_flag" ||
19762 test ! -s conftest.err
19763 } && test -s conftest.$ac_objext; then
19764 ac_cv_member_struct_statfs_f_bavail=yes
19765 else
19766 echo "$as_me: failed program was:" >&5
19767 sed 's/^/| /' conftest.$ac_ext >&5
19769 cat >conftest.$ac_ext <<_ACEOF
19770 /* confdefs.h. */
19771 _ACEOF
19772 cat confdefs.h >>conftest.$ac_ext
19773 cat >>conftest.$ac_ext <<_ACEOF
19774 /* end confdefs.h. */
19775 #include <sys/types.h>
19776 #ifdef HAVE_SYS_PARAM_H
19777 # include <sys/param.h>
19778 #endif
19779 #ifdef HAVE_SYS_MOUNT_H
19780 # include <sys/mount.h>
19781 #endif
19782 #ifdef HAVE_SYS_VFS_H
19783 # include <sys/vfs.h>
19784 #endif
19785 #ifdef HAVE_SYS_STATFS_H
19786 # include <sys/statfs.h>
19787 #endif
19790 main ()
19792 static struct statfs ac_aggr;
19793 if (sizeof ac_aggr.f_bavail)
19794 return 0;
19796 return 0;
19798 _ACEOF
19799 rm -f conftest.$ac_objext
19800 if { (ac_try="$ac_compile"
19801 case "(($ac_try" in
19802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19803 *) ac_try_echo=$ac_try;;
19804 esac
19805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19806 (eval "$ac_compile") 2>conftest.er1
19807 ac_status=$?
19808 grep -v '^ *+' conftest.er1 >conftest.err
19809 rm -f conftest.er1
19810 cat conftest.err >&5
19811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19812 (exit $ac_status); } && {
19813 test -z "$ac_c_werror_flag" ||
19814 test ! -s conftest.err
19815 } && test -s conftest.$ac_objext; then
19816 ac_cv_member_struct_statfs_f_bavail=yes
19817 else
19818 echo "$as_me: failed program was:" >&5
19819 sed 's/^/| /' conftest.$ac_ext >&5
19821 ac_cv_member_struct_statfs_f_bavail=no
19824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19829 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19830 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19831 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19833 cat >>confdefs.h <<_ACEOF
19834 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19835 _ACEOF
19839 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19840 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19841 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19842 echo $ECHO_N "(cached) $ECHO_C" >&6
19843 else
19844 cat >conftest.$ac_ext <<_ACEOF
19845 /* confdefs.h. */
19846 _ACEOF
19847 cat confdefs.h >>conftest.$ac_ext
19848 cat >>conftest.$ac_ext <<_ACEOF
19849 /* end confdefs.h. */
19850 #include <sys/types.h>
19851 #ifdef HAVE_SYS_PARAM_H
19852 # include <sys/param.h>
19853 #endif
19854 #ifdef HAVE_SYS_MOUNT_H
19855 # include <sys/mount.h>
19856 #endif
19857 #ifdef HAVE_SYS_VFS_H
19858 # include <sys/vfs.h>
19859 #endif
19860 #ifdef HAVE_SYS_STATFS_H
19861 # include <sys/statfs.h>
19862 #endif
19865 main ()
19867 static struct statfs ac_aggr;
19868 if (ac_aggr.f_frsize)
19869 return 0;
19871 return 0;
19873 _ACEOF
19874 rm -f conftest.$ac_objext
19875 if { (ac_try="$ac_compile"
19876 case "(($ac_try" in
19877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19878 *) ac_try_echo=$ac_try;;
19879 esac
19880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19881 (eval "$ac_compile") 2>conftest.er1
19882 ac_status=$?
19883 grep -v '^ *+' conftest.er1 >conftest.err
19884 rm -f conftest.er1
19885 cat conftest.err >&5
19886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19887 (exit $ac_status); } && {
19888 test -z "$ac_c_werror_flag" ||
19889 test ! -s conftest.err
19890 } && test -s conftest.$ac_objext; then
19891 ac_cv_member_struct_statfs_f_frsize=yes
19892 else
19893 echo "$as_me: failed program was:" >&5
19894 sed 's/^/| /' conftest.$ac_ext >&5
19896 cat >conftest.$ac_ext <<_ACEOF
19897 /* confdefs.h. */
19898 _ACEOF
19899 cat confdefs.h >>conftest.$ac_ext
19900 cat >>conftest.$ac_ext <<_ACEOF
19901 /* end confdefs.h. */
19902 #include <sys/types.h>
19903 #ifdef HAVE_SYS_PARAM_H
19904 # include <sys/param.h>
19905 #endif
19906 #ifdef HAVE_SYS_MOUNT_H
19907 # include <sys/mount.h>
19908 #endif
19909 #ifdef HAVE_SYS_VFS_H
19910 # include <sys/vfs.h>
19911 #endif
19912 #ifdef HAVE_SYS_STATFS_H
19913 # include <sys/statfs.h>
19914 #endif
19917 main ()
19919 static struct statfs ac_aggr;
19920 if (sizeof ac_aggr.f_frsize)
19921 return 0;
19923 return 0;
19925 _ACEOF
19926 rm -f conftest.$ac_objext
19927 if { (ac_try="$ac_compile"
19928 case "(($ac_try" in
19929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19930 *) ac_try_echo=$ac_try;;
19931 esac
19932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19933 (eval "$ac_compile") 2>conftest.er1
19934 ac_status=$?
19935 grep -v '^ *+' conftest.er1 >conftest.err
19936 rm -f conftest.er1
19937 cat conftest.err >&5
19938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19939 (exit $ac_status); } && {
19940 test -z "$ac_c_werror_flag" ||
19941 test ! -s conftest.err
19942 } && test -s conftest.$ac_objext; then
19943 ac_cv_member_struct_statfs_f_frsize=yes
19944 else
19945 echo "$as_me: failed program was:" >&5
19946 sed 's/^/| /' conftest.$ac_ext >&5
19948 ac_cv_member_struct_statfs_f_frsize=no
19951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19956 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19957 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19958 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19960 cat >>confdefs.h <<_ACEOF
19961 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19962 _ACEOF
19966 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19967 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19968 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19969 echo $ECHO_N "(cached) $ECHO_C" >&6
19970 else
19971 cat >conftest.$ac_ext <<_ACEOF
19972 /* confdefs.h. */
19973 _ACEOF
19974 cat confdefs.h >>conftest.$ac_ext
19975 cat >>conftest.$ac_ext <<_ACEOF
19976 /* end confdefs.h. */
19977 #include <sys/types.h>
19978 #ifdef HAVE_SYS_PARAM_H
19979 # include <sys/param.h>
19980 #endif
19981 #ifdef HAVE_SYS_MOUNT_H
19982 # include <sys/mount.h>
19983 #endif
19984 #ifdef HAVE_SYS_VFS_H
19985 # include <sys/vfs.h>
19986 #endif
19987 #ifdef HAVE_SYS_STATFS_H
19988 # include <sys/statfs.h>
19989 #endif
19992 main ()
19994 static struct statfs ac_aggr;
19995 if (ac_aggr.f_ffree)
19996 return 0;
19998 return 0;
20000 _ACEOF
20001 rm -f conftest.$ac_objext
20002 if { (ac_try="$ac_compile"
20003 case "(($ac_try" in
20004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20005 *) ac_try_echo=$ac_try;;
20006 esac
20007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20008 (eval "$ac_compile") 2>conftest.er1
20009 ac_status=$?
20010 grep -v '^ *+' conftest.er1 >conftest.err
20011 rm -f conftest.er1
20012 cat conftest.err >&5
20013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20014 (exit $ac_status); } && {
20015 test -z "$ac_c_werror_flag" ||
20016 test ! -s conftest.err
20017 } && test -s conftest.$ac_objext; then
20018 ac_cv_member_struct_statfs_f_ffree=yes
20019 else
20020 echo "$as_me: failed program was:" >&5
20021 sed 's/^/| /' conftest.$ac_ext >&5
20023 cat >conftest.$ac_ext <<_ACEOF
20024 /* confdefs.h. */
20025 _ACEOF
20026 cat confdefs.h >>conftest.$ac_ext
20027 cat >>conftest.$ac_ext <<_ACEOF
20028 /* end confdefs.h. */
20029 #include <sys/types.h>
20030 #ifdef HAVE_SYS_PARAM_H
20031 # include <sys/param.h>
20032 #endif
20033 #ifdef HAVE_SYS_MOUNT_H
20034 # include <sys/mount.h>
20035 #endif
20036 #ifdef HAVE_SYS_VFS_H
20037 # include <sys/vfs.h>
20038 #endif
20039 #ifdef HAVE_SYS_STATFS_H
20040 # include <sys/statfs.h>
20041 #endif
20044 main ()
20046 static struct statfs ac_aggr;
20047 if (sizeof ac_aggr.f_ffree)
20048 return 0;
20050 return 0;
20052 _ACEOF
20053 rm -f conftest.$ac_objext
20054 if { (ac_try="$ac_compile"
20055 case "(($ac_try" in
20056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20057 *) ac_try_echo=$ac_try;;
20058 esac
20059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20060 (eval "$ac_compile") 2>conftest.er1
20061 ac_status=$?
20062 grep -v '^ *+' conftest.er1 >conftest.err
20063 rm -f conftest.er1
20064 cat conftest.err >&5
20065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20066 (exit $ac_status); } && {
20067 test -z "$ac_c_werror_flag" ||
20068 test ! -s conftest.err
20069 } && test -s conftest.$ac_objext; then
20070 ac_cv_member_struct_statfs_f_ffree=yes
20071 else
20072 echo "$as_me: failed program was:" >&5
20073 sed 's/^/| /' conftest.$ac_ext >&5
20075 ac_cv_member_struct_statfs_f_ffree=no
20078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20083 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20084 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20085 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20087 cat >>confdefs.h <<_ACEOF
20088 #define HAVE_STRUCT_STATFS_F_FFREE 1
20089 _ACEOF
20093 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20094 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20095 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20096 echo $ECHO_N "(cached) $ECHO_C" >&6
20097 else
20098 cat >conftest.$ac_ext <<_ACEOF
20099 /* confdefs.h. */
20100 _ACEOF
20101 cat confdefs.h >>conftest.$ac_ext
20102 cat >>conftest.$ac_ext <<_ACEOF
20103 /* end confdefs.h. */
20104 #include <sys/types.h>
20105 #ifdef HAVE_SYS_PARAM_H
20106 # include <sys/param.h>
20107 #endif
20108 #ifdef HAVE_SYS_MOUNT_H
20109 # include <sys/mount.h>
20110 #endif
20111 #ifdef HAVE_SYS_VFS_H
20112 # include <sys/vfs.h>
20113 #endif
20114 #ifdef HAVE_SYS_STATFS_H
20115 # include <sys/statfs.h>
20116 #endif
20119 main ()
20121 static struct statfs ac_aggr;
20122 if (ac_aggr.f_favail)
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_statfs_f_favail=yes
20146 else
20147 echo "$as_me: failed program was:" >&5
20148 sed 's/^/| /' conftest.$ac_ext >&5
20150 cat >conftest.$ac_ext <<_ACEOF
20151 /* confdefs.h. */
20152 _ACEOF
20153 cat confdefs.h >>conftest.$ac_ext
20154 cat >>conftest.$ac_ext <<_ACEOF
20155 /* end confdefs.h. */
20156 #include <sys/types.h>
20157 #ifdef HAVE_SYS_PARAM_H
20158 # include <sys/param.h>
20159 #endif
20160 #ifdef HAVE_SYS_MOUNT_H
20161 # include <sys/mount.h>
20162 #endif
20163 #ifdef HAVE_SYS_VFS_H
20164 # include <sys/vfs.h>
20165 #endif
20166 #ifdef HAVE_SYS_STATFS_H
20167 # include <sys/statfs.h>
20168 #endif
20171 main ()
20173 static struct statfs ac_aggr;
20174 if (sizeof ac_aggr.f_favail)
20175 return 0;
20177 return 0;
20179 _ACEOF
20180 rm -f conftest.$ac_objext
20181 if { (ac_try="$ac_compile"
20182 case "(($ac_try" in
20183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20184 *) ac_try_echo=$ac_try;;
20185 esac
20186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20187 (eval "$ac_compile") 2>conftest.er1
20188 ac_status=$?
20189 grep -v '^ *+' conftest.er1 >conftest.err
20190 rm -f conftest.er1
20191 cat conftest.err >&5
20192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20193 (exit $ac_status); } && {
20194 test -z "$ac_c_werror_flag" ||
20195 test ! -s conftest.err
20196 } && test -s conftest.$ac_objext; then
20197 ac_cv_member_struct_statfs_f_favail=yes
20198 else
20199 echo "$as_me: failed program was:" >&5
20200 sed 's/^/| /' conftest.$ac_ext >&5
20202 ac_cv_member_struct_statfs_f_favail=no
20205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20210 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20211 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20212 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20214 cat >>confdefs.h <<_ACEOF
20215 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20216 _ACEOF
20220 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20221 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20222 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20223 echo $ECHO_N "(cached) $ECHO_C" >&6
20224 else
20225 cat >conftest.$ac_ext <<_ACEOF
20226 /* confdefs.h. */
20227 _ACEOF
20228 cat confdefs.h >>conftest.$ac_ext
20229 cat >>conftest.$ac_ext <<_ACEOF
20230 /* end confdefs.h. */
20231 #include <sys/types.h>
20232 #ifdef HAVE_SYS_PARAM_H
20233 # include <sys/param.h>
20234 #endif
20235 #ifdef HAVE_SYS_MOUNT_H
20236 # include <sys/mount.h>
20237 #endif
20238 #ifdef HAVE_SYS_VFS_H
20239 # include <sys/vfs.h>
20240 #endif
20241 #ifdef HAVE_SYS_STATFS_H
20242 # include <sys/statfs.h>
20243 #endif
20246 main ()
20248 static struct statfs ac_aggr;
20249 if (ac_aggr.f_namelen)
20250 return 0;
20252 return 0;
20254 _ACEOF
20255 rm -f conftest.$ac_objext
20256 if { (ac_try="$ac_compile"
20257 case "(($ac_try" in
20258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20259 *) ac_try_echo=$ac_try;;
20260 esac
20261 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20262 (eval "$ac_compile") 2>conftest.er1
20263 ac_status=$?
20264 grep -v '^ *+' conftest.er1 >conftest.err
20265 rm -f conftest.er1
20266 cat conftest.err >&5
20267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20268 (exit $ac_status); } && {
20269 test -z "$ac_c_werror_flag" ||
20270 test ! -s conftest.err
20271 } && test -s conftest.$ac_objext; then
20272 ac_cv_member_struct_statfs_f_namelen=yes
20273 else
20274 echo "$as_me: failed program was:" >&5
20275 sed 's/^/| /' conftest.$ac_ext >&5
20277 cat >conftest.$ac_ext <<_ACEOF
20278 /* confdefs.h. */
20279 _ACEOF
20280 cat confdefs.h >>conftest.$ac_ext
20281 cat >>conftest.$ac_ext <<_ACEOF
20282 /* end confdefs.h. */
20283 #include <sys/types.h>
20284 #ifdef HAVE_SYS_PARAM_H
20285 # include <sys/param.h>
20286 #endif
20287 #ifdef HAVE_SYS_MOUNT_H
20288 # include <sys/mount.h>
20289 #endif
20290 #ifdef HAVE_SYS_VFS_H
20291 # include <sys/vfs.h>
20292 #endif
20293 #ifdef HAVE_SYS_STATFS_H
20294 # include <sys/statfs.h>
20295 #endif
20298 main ()
20300 static struct statfs ac_aggr;
20301 if (sizeof ac_aggr.f_namelen)
20302 return 0;
20304 return 0;
20306 _ACEOF
20307 rm -f conftest.$ac_objext
20308 if { (ac_try="$ac_compile"
20309 case "(($ac_try" in
20310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20311 *) ac_try_echo=$ac_try;;
20312 esac
20313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20314 (eval "$ac_compile") 2>conftest.er1
20315 ac_status=$?
20316 grep -v '^ *+' conftest.er1 >conftest.err
20317 rm -f conftest.er1
20318 cat conftest.err >&5
20319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20320 (exit $ac_status); } && {
20321 test -z "$ac_c_werror_flag" ||
20322 test ! -s conftest.err
20323 } && test -s conftest.$ac_objext; then
20324 ac_cv_member_struct_statfs_f_namelen=yes
20325 else
20326 echo "$as_me: failed program was:" >&5
20327 sed 's/^/| /' conftest.$ac_ext >&5
20329 ac_cv_member_struct_statfs_f_namelen=no
20332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20337 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20338 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20339 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20341 cat >>confdefs.h <<_ACEOF
20342 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20343 _ACEOF
20349 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20350 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20351 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20352 echo $ECHO_N "(cached) $ECHO_C" >&6
20353 else
20354 cat >conftest.$ac_ext <<_ACEOF
20355 /* confdefs.h. */
20356 _ACEOF
20357 cat confdefs.h >>conftest.$ac_ext
20358 cat >>conftest.$ac_ext <<_ACEOF
20359 /* end confdefs.h. */
20360 #ifdef HAVE_SYS_STATVFS_H
20361 #include <sys/statvfs.h>
20362 #endif
20365 main ()
20367 static struct statvfs ac_aggr;
20368 if (ac_aggr.f_blocks)
20369 return 0;
20371 return 0;
20373 _ACEOF
20374 rm -f conftest.$ac_objext
20375 if { (ac_try="$ac_compile"
20376 case "(($ac_try" in
20377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20378 *) ac_try_echo=$ac_try;;
20379 esac
20380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20381 (eval "$ac_compile") 2>conftest.er1
20382 ac_status=$?
20383 grep -v '^ *+' conftest.er1 >conftest.err
20384 rm -f conftest.er1
20385 cat conftest.err >&5
20386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20387 (exit $ac_status); } && {
20388 test -z "$ac_c_werror_flag" ||
20389 test ! -s conftest.err
20390 } && test -s conftest.$ac_objext; then
20391 ac_cv_member_struct_statvfs_f_blocks=yes
20392 else
20393 echo "$as_me: failed program was:" >&5
20394 sed 's/^/| /' conftest.$ac_ext >&5
20396 cat >conftest.$ac_ext <<_ACEOF
20397 /* confdefs.h. */
20398 _ACEOF
20399 cat confdefs.h >>conftest.$ac_ext
20400 cat >>conftest.$ac_ext <<_ACEOF
20401 /* end confdefs.h. */
20402 #ifdef HAVE_SYS_STATVFS_H
20403 #include <sys/statvfs.h>
20404 #endif
20407 main ()
20409 static struct statvfs ac_aggr;
20410 if (sizeof ac_aggr.f_blocks)
20411 return 0;
20413 return 0;
20415 _ACEOF
20416 rm -f conftest.$ac_objext
20417 if { (ac_try="$ac_compile"
20418 case "(($ac_try" in
20419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20420 *) ac_try_echo=$ac_try;;
20421 esac
20422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20423 (eval "$ac_compile") 2>conftest.er1
20424 ac_status=$?
20425 grep -v '^ *+' conftest.er1 >conftest.err
20426 rm -f conftest.er1
20427 cat conftest.err >&5
20428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20429 (exit $ac_status); } && {
20430 test -z "$ac_c_werror_flag" ||
20431 test ! -s conftest.err
20432 } && test -s conftest.$ac_objext; then
20433 ac_cv_member_struct_statvfs_f_blocks=yes
20434 else
20435 echo "$as_me: failed program was:" >&5
20436 sed 's/^/| /' conftest.$ac_ext >&5
20438 ac_cv_member_struct_statvfs_f_blocks=no
20441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20446 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20447 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20448 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20450 cat >>confdefs.h <<_ACEOF
20451 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20452 _ACEOF
20458 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20459 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20460 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20461 echo $ECHO_N "(cached) $ECHO_C" >&6
20462 else
20463 cat >conftest.$ac_ext <<_ACEOF
20464 /* confdefs.h. */
20465 _ACEOF
20466 cat confdefs.h >>conftest.$ac_ext
20467 cat >>conftest.$ac_ext <<_ACEOF
20468 /* end confdefs.h. */
20469 #include <sys/types.h>
20470 #ifdef HAVE_SYS_SOCKET_H
20471 # include <sys/socket.h>
20472 #endif
20473 #ifdef HAVE_SYS_UN_H
20474 # include <sys/un.h>
20475 #endif
20478 main ()
20480 static struct msghdr ac_aggr;
20481 if (ac_aggr.msg_accrights)
20482 return 0;
20484 return 0;
20486 _ACEOF
20487 rm -f conftest.$ac_objext
20488 if { (ac_try="$ac_compile"
20489 case "(($ac_try" in
20490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20491 *) ac_try_echo=$ac_try;;
20492 esac
20493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20494 (eval "$ac_compile") 2>conftest.er1
20495 ac_status=$?
20496 grep -v '^ *+' conftest.er1 >conftest.err
20497 rm -f conftest.er1
20498 cat conftest.err >&5
20499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20500 (exit $ac_status); } && {
20501 test -z "$ac_c_werror_flag" ||
20502 test ! -s conftest.err
20503 } && test -s conftest.$ac_objext; then
20504 ac_cv_member_struct_msghdr_msg_accrights=yes
20505 else
20506 echo "$as_me: failed program was:" >&5
20507 sed 's/^/| /' conftest.$ac_ext >&5
20509 cat >conftest.$ac_ext <<_ACEOF
20510 /* confdefs.h. */
20511 _ACEOF
20512 cat confdefs.h >>conftest.$ac_ext
20513 cat >>conftest.$ac_ext <<_ACEOF
20514 /* end confdefs.h. */
20515 #include <sys/types.h>
20516 #ifdef HAVE_SYS_SOCKET_H
20517 # include <sys/socket.h>
20518 #endif
20519 #ifdef HAVE_SYS_UN_H
20520 # include <sys/un.h>
20521 #endif
20524 main ()
20526 static struct msghdr ac_aggr;
20527 if (sizeof ac_aggr.msg_accrights)
20528 return 0;
20530 return 0;
20532 _ACEOF
20533 rm -f conftest.$ac_objext
20534 if { (ac_try="$ac_compile"
20535 case "(($ac_try" in
20536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20537 *) ac_try_echo=$ac_try;;
20538 esac
20539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20540 (eval "$ac_compile") 2>conftest.er1
20541 ac_status=$?
20542 grep -v '^ *+' conftest.er1 >conftest.err
20543 rm -f conftest.er1
20544 cat conftest.err >&5
20545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20546 (exit $ac_status); } && {
20547 test -z "$ac_c_werror_flag" ||
20548 test ! -s conftest.err
20549 } && test -s conftest.$ac_objext; then
20550 ac_cv_member_struct_msghdr_msg_accrights=yes
20551 else
20552 echo "$as_me: failed program was:" >&5
20553 sed 's/^/| /' conftest.$ac_ext >&5
20555 ac_cv_member_struct_msghdr_msg_accrights=no
20558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20563 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20564 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20565 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20567 cat >>confdefs.h <<_ACEOF
20568 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20569 _ACEOF
20573 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20574 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20575 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20576 echo $ECHO_N "(cached) $ECHO_C" >&6
20577 else
20578 cat >conftest.$ac_ext <<_ACEOF
20579 /* confdefs.h. */
20580 _ACEOF
20581 cat confdefs.h >>conftest.$ac_ext
20582 cat >>conftest.$ac_ext <<_ACEOF
20583 /* end confdefs.h. */
20584 #include <sys/types.h>
20585 #ifdef HAVE_SYS_SOCKET_H
20586 # include <sys/socket.h>
20587 #endif
20588 #ifdef HAVE_SYS_UN_H
20589 # include <sys/un.h>
20590 #endif
20593 main ()
20595 static struct sockaddr ac_aggr;
20596 if (ac_aggr.sa_len)
20597 return 0;
20599 return 0;
20601 _ACEOF
20602 rm -f conftest.$ac_objext
20603 if { (ac_try="$ac_compile"
20604 case "(($ac_try" in
20605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20606 *) ac_try_echo=$ac_try;;
20607 esac
20608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20609 (eval "$ac_compile") 2>conftest.er1
20610 ac_status=$?
20611 grep -v '^ *+' conftest.er1 >conftest.err
20612 rm -f conftest.er1
20613 cat conftest.err >&5
20614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20615 (exit $ac_status); } && {
20616 test -z "$ac_c_werror_flag" ||
20617 test ! -s conftest.err
20618 } && test -s conftest.$ac_objext; then
20619 ac_cv_member_struct_sockaddr_sa_len=yes
20620 else
20621 echo "$as_me: failed program was:" >&5
20622 sed 's/^/| /' conftest.$ac_ext >&5
20624 cat >conftest.$ac_ext <<_ACEOF
20625 /* confdefs.h. */
20626 _ACEOF
20627 cat confdefs.h >>conftest.$ac_ext
20628 cat >>conftest.$ac_ext <<_ACEOF
20629 /* end confdefs.h. */
20630 #include <sys/types.h>
20631 #ifdef HAVE_SYS_SOCKET_H
20632 # include <sys/socket.h>
20633 #endif
20634 #ifdef HAVE_SYS_UN_H
20635 # include <sys/un.h>
20636 #endif
20639 main ()
20641 static struct sockaddr ac_aggr;
20642 if (sizeof ac_aggr.sa_len)
20643 return 0;
20645 return 0;
20647 _ACEOF
20648 rm -f conftest.$ac_objext
20649 if { (ac_try="$ac_compile"
20650 case "(($ac_try" in
20651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20652 *) ac_try_echo=$ac_try;;
20653 esac
20654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20655 (eval "$ac_compile") 2>conftest.er1
20656 ac_status=$?
20657 grep -v '^ *+' conftest.er1 >conftest.err
20658 rm -f conftest.er1
20659 cat conftest.err >&5
20660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20661 (exit $ac_status); } && {
20662 test -z "$ac_c_werror_flag" ||
20663 test ! -s conftest.err
20664 } && test -s conftest.$ac_objext; then
20665 ac_cv_member_struct_sockaddr_sa_len=yes
20666 else
20667 echo "$as_me: failed program was:" >&5
20668 sed 's/^/| /' conftest.$ac_ext >&5
20670 ac_cv_member_struct_sockaddr_sa_len=no
20673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20678 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20679 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20680 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20682 cat >>confdefs.h <<_ACEOF
20683 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20684 _ACEOF
20688 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20689 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20690 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20691 echo $ECHO_N "(cached) $ECHO_C" >&6
20692 else
20693 cat >conftest.$ac_ext <<_ACEOF
20694 /* confdefs.h. */
20695 _ACEOF
20696 cat confdefs.h >>conftest.$ac_ext
20697 cat >>conftest.$ac_ext <<_ACEOF
20698 /* end confdefs.h. */
20699 #include <sys/types.h>
20700 #ifdef HAVE_SYS_SOCKET_H
20701 # include <sys/socket.h>
20702 #endif
20703 #ifdef HAVE_SYS_UN_H
20704 # include <sys/un.h>
20705 #endif
20708 main ()
20710 static struct sockaddr_un ac_aggr;
20711 if (ac_aggr.sun_len)
20712 return 0;
20714 return 0;
20716 _ACEOF
20717 rm -f conftest.$ac_objext
20718 if { (ac_try="$ac_compile"
20719 case "(($ac_try" in
20720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20721 *) ac_try_echo=$ac_try;;
20722 esac
20723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20724 (eval "$ac_compile") 2>conftest.er1
20725 ac_status=$?
20726 grep -v '^ *+' conftest.er1 >conftest.err
20727 rm -f conftest.er1
20728 cat conftest.err >&5
20729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20730 (exit $ac_status); } && {
20731 test -z "$ac_c_werror_flag" ||
20732 test ! -s conftest.err
20733 } && test -s conftest.$ac_objext; then
20734 ac_cv_member_struct_sockaddr_un_sun_len=yes
20735 else
20736 echo "$as_me: failed program was:" >&5
20737 sed 's/^/| /' conftest.$ac_ext >&5
20739 cat >conftest.$ac_ext <<_ACEOF
20740 /* confdefs.h. */
20741 _ACEOF
20742 cat confdefs.h >>conftest.$ac_ext
20743 cat >>conftest.$ac_ext <<_ACEOF
20744 /* end confdefs.h. */
20745 #include <sys/types.h>
20746 #ifdef HAVE_SYS_SOCKET_H
20747 # include <sys/socket.h>
20748 #endif
20749 #ifdef HAVE_SYS_UN_H
20750 # include <sys/un.h>
20751 #endif
20754 main ()
20756 static struct sockaddr_un ac_aggr;
20757 if (sizeof ac_aggr.sun_len)
20758 return 0;
20760 return 0;
20762 _ACEOF
20763 rm -f conftest.$ac_objext
20764 if { (ac_try="$ac_compile"
20765 case "(($ac_try" in
20766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20767 *) ac_try_echo=$ac_try;;
20768 esac
20769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20770 (eval "$ac_compile") 2>conftest.er1
20771 ac_status=$?
20772 grep -v '^ *+' conftest.er1 >conftest.err
20773 rm -f conftest.er1
20774 cat conftest.err >&5
20775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20776 (exit $ac_status); } && {
20777 test -z "$ac_c_werror_flag" ||
20778 test ! -s conftest.err
20779 } && test -s conftest.$ac_objext; then
20780 ac_cv_member_struct_sockaddr_un_sun_len=yes
20781 else
20782 echo "$as_me: failed program was:" >&5
20783 sed 's/^/| /' conftest.$ac_ext >&5
20785 ac_cv_member_struct_sockaddr_un_sun_len=no
20788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20793 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20794 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20795 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20797 cat >>confdefs.h <<_ACEOF
20798 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20799 _ACEOF
20805 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20806 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20807 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20808 echo $ECHO_N "(cached) $ECHO_C" >&6
20809 else
20810 cat >conftest.$ac_ext <<_ACEOF
20811 /* confdefs.h. */
20812 _ACEOF
20813 cat confdefs.h >>conftest.$ac_ext
20814 cat >>conftest.$ac_ext <<_ACEOF
20815 /* end confdefs.h. */
20816 #include <sys/types.h>
20817 #ifdef HAVE_SCSI_SG_H
20818 #include <scsi/sg.h>
20819 #endif
20822 main ()
20824 static scsireq_t ac_aggr;
20825 if (ac_aggr.cmd)
20826 return 0;
20828 return 0;
20830 _ACEOF
20831 rm -f conftest.$ac_objext
20832 if { (ac_try="$ac_compile"
20833 case "(($ac_try" in
20834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20835 *) ac_try_echo=$ac_try;;
20836 esac
20837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20838 (eval "$ac_compile") 2>conftest.er1
20839 ac_status=$?
20840 grep -v '^ *+' conftest.er1 >conftest.err
20841 rm -f conftest.er1
20842 cat conftest.err >&5
20843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20844 (exit $ac_status); } && {
20845 test -z "$ac_c_werror_flag" ||
20846 test ! -s conftest.err
20847 } && test -s conftest.$ac_objext; then
20848 ac_cv_member_scsireq_t_cmd=yes
20849 else
20850 echo "$as_me: failed program was:" >&5
20851 sed 's/^/| /' conftest.$ac_ext >&5
20853 cat >conftest.$ac_ext <<_ACEOF
20854 /* confdefs.h. */
20855 _ACEOF
20856 cat confdefs.h >>conftest.$ac_ext
20857 cat >>conftest.$ac_ext <<_ACEOF
20858 /* end confdefs.h. */
20859 #include <sys/types.h>
20860 #ifdef HAVE_SCSI_SG_H
20861 #include <scsi/sg.h>
20862 #endif
20865 main ()
20867 static scsireq_t ac_aggr;
20868 if (sizeof ac_aggr.cmd)
20869 return 0;
20871 return 0;
20873 _ACEOF
20874 rm -f conftest.$ac_objext
20875 if { (ac_try="$ac_compile"
20876 case "(($ac_try" in
20877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20878 *) ac_try_echo=$ac_try;;
20879 esac
20880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20881 (eval "$ac_compile") 2>conftest.er1
20882 ac_status=$?
20883 grep -v '^ *+' conftest.er1 >conftest.err
20884 rm -f conftest.er1
20885 cat conftest.err >&5
20886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20887 (exit $ac_status); } && {
20888 test -z "$ac_c_werror_flag" ||
20889 test ! -s conftest.err
20890 } && test -s conftest.$ac_objext; then
20891 ac_cv_member_scsireq_t_cmd=yes
20892 else
20893 echo "$as_me: failed program was:" >&5
20894 sed 's/^/| /' conftest.$ac_ext >&5
20896 ac_cv_member_scsireq_t_cmd=no
20899 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20904 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20905 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20906 if test $ac_cv_member_scsireq_t_cmd = yes; then
20908 cat >>confdefs.h <<_ACEOF
20909 #define HAVE_SCSIREQ_T_CMD 1
20910 _ACEOF
20914 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20915 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20916 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20917 echo $ECHO_N "(cached) $ECHO_C" >&6
20918 else
20919 cat >conftest.$ac_ext <<_ACEOF
20920 /* confdefs.h. */
20921 _ACEOF
20922 cat confdefs.h >>conftest.$ac_ext
20923 cat >>conftest.$ac_ext <<_ACEOF
20924 /* end confdefs.h. */
20925 #include <sys/types.h>
20926 #ifdef HAVE_SCSI_SG_H
20927 #include <scsi/sg.h>
20928 #endif
20931 main ()
20933 static sg_io_hdr_t ac_aggr;
20934 if (ac_aggr.interface_id)
20935 return 0;
20937 return 0;
20939 _ACEOF
20940 rm -f conftest.$ac_objext
20941 if { (ac_try="$ac_compile"
20942 case "(($ac_try" in
20943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20944 *) ac_try_echo=$ac_try;;
20945 esac
20946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20947 (eval "$ac_compile") 2>conftest.er1
20948 ac_status=$?
20949 grep -v '^ *+' conftest.er1 >conftest.err
20950 rm -f conftest.er1
20951 cat conftest.err >&5
20952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20953 (exit $ac_status); } && {
20954 test -z "$ac_c_werror_flag" ||
20955 test ! -s conftest.err
20956 } && test -s conftest.$ac_objext; then
20957 ac_cv_member_sg_io_hdr_t_interface_id=yes
20958 else
20959 echo "$as_me: failed program was:" >&5
20960 sed 's/^/| /' conftest.$ac_ext >&5
20962 cat >conftest.$ac_ext <<_ACEOF
20963 /* confdefs.h. */
20964 _ACEOF
20965 cat confdefs.h >>conftest.$ac_ext
20966 cat >>conftest.$ac_ext <<_ACEOF
20967 /* end confdefs.h. */
20968 #include <sys/types.h>
20969 #ifdef HAVE_SCSI_SG_H
20970 #include <scsi/sg.h>
20971 #endif
20974 main ()
20976 static sg_io_hdr_t ac_aggr;
20977 if (sizeof ac_aggr.interface_id)
20978 return 0;
20980 return 0;
20982 _ACEOF
20983 rm -f conftest.$ac_objext
20984 if { (ac_try="$ac_compile"
20985 case "(($ac_try" in
20986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20987 *) ac_try_echo=$ac_try;;
20988 esac
20989 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20990 (eval "$ac_compile") 2>conftest.er1
20991 ac_status=$?
20992 grep -v '^ *+' conftest.er1 >conftest.err
20993 rm -f conftest.er1
20994 cat conftest.err >&5
20995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20996 (exit $ac_status); } && {
20997 test -z "$ac_c_werror_flag" ||
20998 test ! -s conftest.err
20999 } && test -s conftest.$ac_objext; then
21000 ac_cv_member_sg_io_hdr_t_interface_id=yes
21001 else
21002 echo "$as_me: failed program was:" >&5
21003 sed 's/^/| /' conftest.$ac_ext >&5
21005 ac_cv_member_sg_io_hdr_t_interface_id=no
21008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21013 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21014 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21015 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21017 cat >>confdefs.h <<_ACEOF
21018 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21019 _ACEOF
21025 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21026 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21027 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21028 echo $ECHO_N "(cached) $ECHO_C" >&6
21029 else
21030 cat >conftest.$ac_ext <<_ACEOF
21031 /* confdefs.h. */
21032 _ACEOF
21033 cat confdefs.h >>conftest.$ac_ext
21034 cat >>conftest.$ac_ext <<_ACEOF
21035 /* end confdefs.h. */
21036 #include <signal.h>
21039 main ()
21041 static siginfo_t ac_aggr;
21042 if (ac_aggr.si_fd)
21043 return 0;
21045 return 0;
21047 _ACEOF
21048 rm -f conftest.$ac_objext
21049 if { (ac_try="$ac_compile"
21050 case "(($ac_try" in
21051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21052 *) ac_try_echo=$ac_try;;
21053 esac
21054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21055 (eval "$ac_compile") 2>conftest.er1
21056 ac_status=$?
21057 grep -v '^ *+' conftest.er1 >conftest.err
21058 rm -f conftest.er1
21059 cat conftest.err >&5
21060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21061 (exit $ac_status); } && {
21062 test -z "$ac_c_werror_flag" ||
21063 test ! -s conftest.err
21064 } && test -s conftest.$ac_objext; then
21065 ac_cv_member_siginfo_t_si_fd=yes
21066 else
21067 echo "$as_me: failed program was:" >&5
21068 sed 's/^/| /' conftest.$ac_ext >&5
21070 cat >conftest.$ac_ext <<_ACEOF
21071 /* confdefs.h. */
21072 _ACEOF
21073 cat confdefs.h >>conftest.$ac_ext
21074 cat >>conftest.$ac_ext <<_ACEOF
21075 /* end confdefs.h. */
21076 #include <signal.h>
21079 main ()
21081 static siginfo_t ac_aggr;
21082 if (sizeof ac_aggr.si_fd)
21083 return 0;
21085 return 0;
21087 _ACEOF
21088 rm -f conftest.$ac_objext
21089 if { (ac_try="$ac_compile"
21090 case "(($ac_try" in
21091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21092 *) ac_try_echo=$ac_try;;
21093 esac
21094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21095 (eval "$ac_compile") 2>conftest.er1
21096 ac_status=$?
21097 grep -v '^ *+' conftest.er1 >conftest.err
21098 rm -f conftest.er1
21099 cat conftest.err >&5
21100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21101 (exit $ac_status); } && {
21102 test -z "$ac_c_werror_flag" ||
21103 test ! -s conftest.err
21104 } && test -s conftest.$ac_objext; then
21105 ac_cv_member_siginfo_t_si_fd=yes
21106 else
21107 echo "$as_me: failed program was:" >&5
21108 sed 's/^/| /' conftest.$ac_ext >&5
21110 ac_cv_member_siginfo_t_si_fd=no
21113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21118 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21119 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21120 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21122 cat >>confdefs.h <<_ACEOF
21123 #define HAVE_SIGINFO_T_SI_FD 1
21124 _ACEOF
21130 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21131 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21132 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21133 echo $ECHO_N "(cached) $ECHO_C" >&6
21134 else
21135 cat >conftest.$ac_ext <<_ACEOF
21136 /* confdefs.h. */
21137 _ACEOF
21138 cat confdefs.h >>conftest.$ac_ext
21139 cat >>conftest.$ac_ext <<_ACEOF
21140 /* end confdefs.h. */
21141 #include <sys/types.h>
21142 #ifdef HAVE_SYS_MTIO_H
21143 #include <sys/mtio.h>
21144 #endif
21147 main ()
21149 static struct mtget ac_aggr;
21150 if (ac_aggr.mt_blksiz)
21151 return 0;
21153 return 0;
21155 _ACEOF
21156 rm -f conftest.$ac_objext
21157 if { (ac_try="$ac_compile"
21158 case "(($ac_try" in
21159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21160 *) ac_try_echo=$ac_try;;
21161 esac
21162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21163 (eval "$ac_compile") 2>conftest.er1
21164 ac_status=$?
21165 grep -v '^ *+' conftest.er1 >conftest.err
21166 rm -f conftest.er1
21167 cat conftest.err >&5
21168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21169 (exit $ac_status); } && {
21170 test -z "$ac_c_werror_flag" ||
21171 test ! -s conftest.err
21172 } && test -s conftest.$ac_objext; then
21173 ac_cv_member_struct_mtget_mt_blksiz=yes
21174 else
21175 echo "$as_me: failed program was:" >&5
21176 sed 's/^/| /' conftest.$ac_ext >&5
21178 cat >conftest.$ac_ext <<_ACEOF
21179 /* confdefs.h. */
21180 _ACEOF
21181 cat confdefs.h >>conftest.$ac_ext
21182 cat >>conftest.$ac_ext <<_ACEOF
21183 /* end confdefs.h. */
21184 #include <sys/types.h>
21185 #ifdef HAVE_SYS_MTIO_H
21186 #include <sys/mtio.h>
21187 #endif
21190 main ()
21192 static struct mtget ac_aggr;
21193 if (sizeof ac_aggr.mt_blksiz)
21194 return 0;
21196 return 0;
21198 _ACEOF
21199 rm -f conftest.$ac_objext
21200 if { (ac_try="$ac_compile"
21201 case "(($ac_try" in
21202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21203 *) ac_try_echo=$ac_try;;
21204 esac
21205 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21206 (eval "$ac_compile") 2>conftest.er1
21207 ac_status=$?
21208 grep -v '^ *+' conftest.er1 >conftest.err
21209 rm -f conftest.er1
21210 cat conftest.err >&5
21211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21212 (exit $ac_status); } && {
21213 test -z "$ac_c_werror_flag" ||
21214 test ! -s conftest.err
21215 } && test -s conftest.$ac_objext; then
21216 ac_cv_member_struct_mtget_mt_blksiz=yes
21217 else
21218 echo "$as_me: failed program was:" >&5
21219 sed 's/^/| /' conftest.$ac_ext >&5
21221 ac_cv_member_struct_mtget_mt_blksiz=no
21224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21229 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21230 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21231 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21233 cat >>confdefs.h <<_ACEOF
21234 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21235 _ACEOF
21239 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21240 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21241 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21242 echo $ECHO_N "(cached) $ECHO_C" >&6
21243 else
21244 cat >conftest.$ac_ext <<_ACEOF
21245 /* confdefs.h. */
21246 _ACEOF
21247 cat confdefs.h >>conftest.$ac_ext
21248 cat >>conftest.$ac_ext <<_ACEOF
21249 /* end confdefs.h. */
21250 #include <sys/types.h>
21251 #ifdef HAVE_SYS_MTIO_H
21252 #include <sys/mtio.h>
21253 #endif
21256 main ()
21258 static struct mtget ac_aggr;
21259 if (ac_aggr.mt_gstat)
21260 return 0;
21262 return 0;
21264 _ACEOF
21265 rm -f conftest.$ac_objext
21266 if { (ac_try="$ac_compile"
21267 case "(($ac_try" in
21268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21269 *) ac_try_echo=$ac_try;;
21270 esac
21271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21272 (eval "$ac_compile") 2>conftest.er1
21273 ac_status=$?
21274 grep -v '^ *+' conftest.er1 >conftest.err
21275 rm -f conftest.er1
21276 cat conftest.err >&5
21277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21278 (exit $ac_status); } && {
21279 test -z "$ac_c_werror_flag" ||
21280 test ! -s conftest.err
21281 } && test -s conftest.$ac_objext; then
21282 ac_cv_member_struct_mtget_mt_gstat=yes
21283 else
21284 echo "$as_me: failed program was:" >&5
21285 sed 's/^/| /' conftest.$ac_ext >&5
21287 cat >conftest.$ac_ext <<_ACEOF
21288 /* confdefs.h. */
21289 _ACEOF
21290 cat confdefs.h >>conftest.$ac_ext
21291 cat >>conftest.$ac_ext <<_ACEOF
21292 /* end confdefs.h. */
21293 #include <sys/types.h>
21294 #ifdef HAVE_SYS_MTIO_H
21295 #include <sys/mtio.h>
21296 #endif
21299 main ()
21301 static struct mtget ac_aggr;
21302 if (sizeof ac_aggr.mt_gstat)
21303 return 0;
21305 return 0;
21307 _ACEOF
21308 rm -f conftest.$ac_objext
21309 if { (ac_try="$ac_compile"
21310 case "(($ac_try" in
21311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21312 *) ac_try_echo=$ac_try;;
21313 esac
21314 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21315 (eval "$ac_compile") 2>conftest.er1
21316 ac_status=$?
21317 grep -v '^ *+' conftest.er1 >conftest.err
21318 rm -f conftest.er1
21319 cat conftest.err >&5
21320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21321 (exit $ac_status); } && {
21322 test -z "$ac_c_werror_flag" ||
21323 test ! -s conftest.err
21324 } && test -s conftest.$ac_objext; then
21325 ac_cv_member_struct_mtget_mt_gstat=yes
21326 else
21327 echo "$as_me: failed program was:" >&5
21328 sed 's/^/| /' conftest.$ac_ext >&5
21330 ac_cv_member_struct_mtget_mt_gstat=no
21333 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21338 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21339 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21340 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21342 cat >>confdefs.h <<_ACEOF
21343 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21344 _ACEOF
21348 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21349 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21350 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21351 echo $ECHO_N "(cached) $ECHO_C" >&6
21352 else
21353 cat >conftest.$ac_ext <<_ACEOF
21354 /* confdefs.h. */
21355 _ACEOF
21356 cat confdefs.h >>conftest.$ac_ext
21357 cat >>conftest.$ac_ext <<_ACEOF
21358 /* end confdefs.h. */
21359 #include <sys/types.h>
21360 #ifdef HAVE_SYS_MTIO_H
21361 #include <sys/mtio.h>
21362 #endif
21365 main ()
21367 static struct mtget ac_aggr;
21368 if (ac_aggr.mt_blkno)
21369 return 0;
21371 return 0;
21373 _ACEOF
21374 rm -f conftest.$ac_objext
21375 if { (ac_try="$ac_compile"
21376 case "(($ac_try" in
21377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21378 *) ac_try_echo=$ac_try;;
21379 esac
21380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21381 (eval "$ac_compile") 2>conftest.er1
21382 ac_status=$?
21383 grep -v '^ *+' conftest.er1 >conftest.err
21384 rm -f conftest.er1
21385 cat conftest.err >&5
21386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21387 (exit $ac_status); } && {
21388 test -z "$ac_c_werror_flag" ||
21389 test ! -s conftest.err
21390 } && test -s conftest.$ac_objext; then
21391 ac_cv_member_struct_mtget_mt_blkno=yes
21392 else
21393 echo "$as_me: failed program was:" >&5
21394 sed 's/^/| /' conftest.$ac_ext >&5
21396 cat >conftest.$ac_ext <<_ACEOF
21397 /* confdefs.h. */
21398 _ACEOF
21399 cat confdefs.h >>conftest.$ac_ext
21400 cat >>conftest.$ac_ext <<_ACEOF
21401 /* end confdefs.h. */
21402 #include <sys/types.h>
21403 #ifdef HAVE_SYS_MTIO_H
21404 #include <sys/mtio.h>
21405 #endif
21408 main ()
21410 static struct mtget ac_aggr;
21411 if (sizeof ac_aggr.mt_blkno)
21412 return 0;
21414 return 0;
21416 _ACEOF
21417 rm -f conftest.$ac_objext
21418 if { (ac_try="$ac_compile"
21419 case "(($ac_try" in
21420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21421 *) ac_try_echo=$ac_try;;
21422 esac
21423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21424 (eval "$ac_compile") 2>conftest.er1
21425 ac_status=$?
21426 grep -v '^ *+' conftest.er1 >conftest.err
21427 rm -f conftest.er1
21428 cat conftest.err >&5
21429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21430 (exit $ac_status); } && {
21431 test -z "$ac_c_werror_flag" ||
21432 test ! -s conftest.err
21433 } && test -s conftest.$ac_objext; then
21434 ac_cv_member_struct_mtget_mt_blkno=yes
21435 else
21436 echo "$as_me: failed program was:" >&5
21437 sed 's/^/| /' conftest.$ac_ext >&5
21439 ac_cv_member_struct_mtget_mt_blkno=no
21442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21447 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21448 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21449 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21451 cat >>confdefs.h <<_ACEOF
21452 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21453 _ACEOF
21459 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21460 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21461 if test "${ac_cv_member_struct_option_name+set}" = set; then
21462 echo $ECHO_N "(cached) $ECHO_C" >&6
21463 else
21464 cat >conftest.$ac_ext <<_ACEOF
21465 /* confdefs.h. */
21466 _ACEOF
21467 cat confdefs.h >>conftest.$ac_ext
21468 cat >>conftest.$ac_ext <<_ACEOF
21469 /* end confdefs.h. */
21470 #ifdef HAVE_GETOPT_H
21471 #include <getopt.h>
21472 #endif
21475 main ()
21477 static struct option ac_aggr;
21478 if (ac_aggr.name)
21479 return 0;
21481 return 0;
21483 _ACEOF
21484 rm -f conftest.$ac_objext
21485 if { (ac_try="$ac_compile"
21486 case "(($ac_try" in
21487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21488 *) ac_try_echo=$ac_try;;
21489 esac
21490 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21491 (eval "$ac_compile") 2>conftest.er1
21492 ac_status=$?
21493 grep -v '^ *+' conftest.er1 >conftest.err
21494 rm -f conftest.er1
21495 cat conftest.err >&5
21496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21497 (exit $ac_status); } && {
21498 test -z "$ac_c_werror_flag" ||
21499 test ! -s conftest.err
21500 } && test -s conftest.$ac_objext; then
21501 ac_cv_member_struct_option_name=yes
21502 else
21503 echo "$as_me: failed program was:" >&5
21504 sed 's/^/| /' conftest.$ac_ext >&5
21506 cat >conftest.$ac_ext <<_ACEOF
21507 /* confdefs.h. */
21508 _ACEOF
21509 cat confdefs.h >>conftest.$ac_ext
21510 cat >>conftest.$ac_ext <<_ACEOF
21511 /* end confdefs.h. */
21512 #ifdef HAVE_GETOPT_H
21513 #include <getopt.h>
21514 #endif
21517 main ()
21519 static struct option ac_aggr;
21520 if (sizeof ac_aggr.name)
21521 return 0;
21523 return 0;
21525 _ACEOF
21526 rm -f conftest.$ac_objext
21527 if { (ac_try="$ac_compile"
21528 case "(($ac_try" in
21529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21530 *) ac_try_echo=$ac_try;;
21531 esac
21532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21533 (eval "$ac_compile") 2>conftest.er1
21534 ac_status=$?
21535 grep -v '^ *+' conftest.er1 >conftest.err
21536 rm -f conftest.er1
21537 cat conftest.err >&5
21538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21539 (exit $ac_status); } && {
21540 test -z "$ac_c_werror_flag" ||
21541 test ! -s conftest.err
21542 } && test -s conftest.$ac_objext; then
21543 ac_cv_member_struct_option_name=yes
21544 else
21545 echo "$as_me: failed program was:" >&5
21546 sed 's/^/| /' conftest.$ac_ext >&5
21548 ac_cv_member_struct_option_name=no
21551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21556 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21557 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21558 if test $ac_cv_member_struct_option_name = yes; then
21560 cat >>confdefs.h <<_ACEOF
21561 #define HAVE_STRUCT_OPTION_NAME 1
21562 _ACEOF
21568 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21569 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21570 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21571 echo $ECHO_N "(cached) $ECHO_C" >&6
21572 else
21573 cat >conftest.$ac_ext <<_ACEOF
21574 /* confdefs.h. */
21575 _ACEOF
21576 cat confdefs.h >>conftest.$ac_ext
21577 cat >>conftest.$ac_ext <<_ACEOF
21578 /* end confdefs.h. */
21579 $ac_includes_default
21581 main ()
21583 static struct stat ac_aggr;
21584 if (ac_aggr.st_blocks)
21585 return 0;
21587 return 0;
21589 _ACEOF
21590 rm -f conftest.$ac_objext
21591 if { (ac_try="$ac_compile"
21592 case "(($ac_try" in
21593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21594 *) ac_try_echo=$ac_try;;
21595 esac
21596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21597 (eval "$ac_compile") 2>conftest.er1
21598 ac_status=$?
21599 grep -v '^ *+' conftest.er1 >conftest.err
21600 rm -f conftest.er1
21601 cat conftest.err >&5
21602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21603 (exit $ac_status); } && {
21604 test -z "$ac_c_werror_flag" ||
21605 test ! -s conftest.err
21606 } && test -s conftest.$ac_objext; then
21607 ac_cv_member_struct_stat_st_blocks=yes
21608 else
21609 echo "$as_me: failed program was:" >&5
21610 sed 's/^/| /' conftest.$ac_ext >&5
21612 cat >conftest.$ac_ext <<_ACEOF
21613 /* confdefs.h. */
21614 _ACEOF
21615 cat confdefs.h >>conftest.$ac_ext
21616 cat >>conftest.$ac_ext <<_ACEOF
21617 /* end confdefs.h. */
21618 $ac_includes_default
21620 main ()
21622 static struct stat ac_aggr;
21623 if (sizeof ac_aggr.st_blocks)
21624 return 0;
21626 return 0;
21628 _ACEOF
21629 rm -f conftest.$ac_objext
21630 if { (ac_try="$ac_compile"
21631 case "(($ac_try" in
21632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21633 *) ac_try_echo=$ac_try;;
21634 esac
21635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21636 (eval "$ac_compile") 2>conftest.er1
21637 ac_status=$?
21638 grep -v '^ *+' conftest.er1 >conftest.err
21639 rm -f conftest.er1
21640 cat conftest.err >&5
21641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21642 (exit $ac_status); } && {
21643 test -z "$ac_c_werror_flag" ||
21644 test ! -s conftest.err
21645 } && test -s conftest.$ac_objext; then
21646 ac_cv_member_struct_stat_st_blocks=yes
21647 else
21648 echo "$as_me: failed program was:" >&5
21649 sed 's/^/| /' conftest.$ac_ext >&5
21651 ac_cv_member_struct_stat_st_blocks=no
21654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21659 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21660 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21661 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21663 cat >>confdefs.h <<_ACEOF
21664 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21665 _ACEOF
21669 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21670 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21671 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21672 echo $ECHO_N "(cached) $ECHO_C" >&6
21673 else
21674 cat >conftest.$ac_ext <<_ACEOF
21675 /* confdefs.h. */
21676 _ACEOF
21677 cat confdefs.h >>conftest.$ac_ext
21678 cat >>conftest.$ac_ext <<_ACEOF
21679 /* end confdefs.h. */
21680 $ac_includes_default
21682 main ()
21684 static struct stat ac_aggr;
21685 if (ac_aggr.st_mtim)
21686 return 0;
21688 return 0;
21690 _ACEOF
21691 rm -f conftest.$ac_objext
21692 if { (ac_try="$ac_compile"
21693 case "(($ac_try" in
21694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21695 *) ac_try_echo=$ac_try;;
21696 esac
21697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21698 (eval "$ac_compile") 2>conftest.er1
21699 ac_status=$?
21700 grep -v '^ *+' conftest.er1 >conftest.err
21701 rm -f conftest.er1
21702 cat conftest.err >&5
21703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21704 (exit $ac_status); } && {
21705 test -z "$ac_c_werror_flag" ||
21706 test ! -s conftest.err
21707 } && test -s conftest.$ac_objext; then
21708 ac_cv_member_struct_stat_st_mtim=yes
21709 else
21710 echo "$as_me: failed program was:" >&5
21711 sed 's/^/| /' conftest.$ac_ext >&5
21713 cat >conftest.$ac_ext <<_ACEOF
21714 /* confdefs.h. */
21715 _ACEOF
21716 cat confdefs.h >>conftest.$ac_ext
21717 cat >>conftest.$ac_ext <<_ACEOF
21718 /* end confdefs.h. */
21719 $ac_includes_default
21721 main ()
21723 static struct stat ac_aggr;
21724 if (sizeof ac_aggr.st_mtim)
21725 return 0;
21727 return 0;
21729 _ACEOF
21730 rm -f conftest.$ac_objext
21731 if { (ac_try="$ac_compile"
21732 case "(($ac_try" in
21733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21734 *) ac_try_echo=$ac_try;;
21735 esac
21736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21737 (eval "$ac_compile") 2>conftest.er1
21738 ac_status=$?
21739 grep -v '^ *+' conftest.er1 >conftest.err
21740 rm -f conftest.er1
21741 cat conftest.err >&5
21742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21743 (exit $ac_status); } && {
21744 test -z "$ac_c_werror_flag" ||
21745 test ! -s conftest.err
21746 } && test -s conftest.$ac_objext; then
21747 ac_cv_member_struct_stat_st_mtim=yes
21748 else
21749 echo "$as_me: failed program was:" >&5
21750 sed 's/^/| /' conftest.$ac_ext >&5
21752 ac_cv_member_struct_stat_st_mtim=no
21755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21760 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21761 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21762 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21764 cat >>confdefs.h <<_ACEOF
21765 #define HAVE_STRUCT_STAT_ST_MTIM 1
21766 _ACEOF
21770 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21771 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21772 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21773 echo $ECHO_N "(cached) $ECHO_C" >&6
21774 else
21775 cat >conftest.$ac_ext <<_ACEOF
21776 /* confdefs.h. */
21777 _ACEOF
21778 cat confdefs.h >>conftest.$ac_ext
21779 cat >>conftest.$ac_ext <<_ACEOF
21780 /* end confdefs.h. */
21781 $ac_includes_default
21783 main ()
21785 static struct stat ac_aggr;
21786 if (ac_aggr.st_ctim)
21787 return 0;
21789 return 0;
21791 _ACEOF
21792 rm -f conftest.$ac_objext
21793 if { (ac_try="$ac_compile"
21794 case "(($ac_try" in
21795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21796 *) ac_try_echo=$ac_try;;
21797 esac
21798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21799 (eval "$ac_compile") 2>conftest.er1
21800 ac_status=$?
21801 grep -v '^ *+' conftest.er1 >conftest.err
21802 rm -f conftest.er1
21803 cat conftest.err >&5
21804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21805 (exit $ac_status); } && {
21806 test -z "$ac_c_werror_flag" ||
21807 test ! -s conftest.err
21808 } && test -s conftest.$ac_objext; then
21809 ac_cv_member_struct_stat_st_ctim=yes
21810 else
21811 echo "$as_me: failed program was:" >&5
21812 sed 's/^/| /' conftest.$ac_ext >&5
21814 cat >conftest.$ac_ext <<_ACEOF
21815 /* confdefs.h. */
21816 _ACEOF
21817 cat confdefs.h >>conftest.$ac_ext
21818 cat >>conftest.$ac_ext <<_ACEOF
21819 /* end confdefs.h. */
21820 $ac_includes_default
21822 main ()
21824 static struct stat ac_aggr;
21825 if (sizeof ac_aggr.st_ctim)
21826 return 0;
21828 return 0;
21830 _ACEOF
21831 rm -f conftest.$ac_objext
21832 if { (ac_try="$ac_compile"
21833 case "(($ac_try" in
21834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21835 *) ac_try_echo=$ac_try;;
21836 esac
21837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21838 (eval "$ac_compile") 2>conftest.er1
21839 ac_status=$?
21840 grep -v '^ *+' conftest.er1 >conftest.err
21841 rm -f conftest.er1
21842 cat conftest.err >&5
21843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21844 (exit $ac_status); } && {
21845 test -z "$ac_c_werror_flag" ||
21846 test ! -s conftest.err
21847 } && test -s conftest.$ac_objext; then
21848 ac_cv_member_struct_stat_st_ctim=yes
21849 else
21850 echo "$as_me: failed program was:" >&5
21851 sed 's/^/| /' conftest.$ac_ext >&5
21853 ac_cv_member_struct_stat_st_ctim=no
21856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21861 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21862 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21863 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21865 cat >>confdefs.h <<_ACEOF
21866 #define HAVE_STRUCT_STAT_ST_CTIM 1
21867 _ACEOF
21871 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21872 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21873 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21874 echo $ECHO_N "(cached) $ECHO_C" >&6
21875 else
21876 cat >conftest.$ac_ext <<_ACEOF
21877 /* confdefs.h. */
21878 _ACEOF
21879 cat confdefs.h >>conftest.$ac_ext
21880 cat >>conftest.$ac_ext <<_ACEOF
21881 /* end confdefs.h. */
21882 $ac_includes_default
21884 main ()
21886 static struct stat ac_aggr;
21887 if (ac_aggr.st_atim)
21888 return 0;
21890 return 0;
21892 _ACEOF
21893 rm -f conftest.$ac_objext
21894 if { (ac_try="$ac_compile"
21895 case "(($ac_try" in
21896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21897 *) ac_try_echo=$ac_try;;
21898 esac
21899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21900 (eval "$ac_compile") 2>conftest.er1
21901 ac_status=$?
21902 grep -v '^ *+' conftest.er1 >conftest.err
21903 rm -f conftest.er1
21904 cat conftest.err >&5
21905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21906 (exit $ac_status); } && {
21907 test -z "$ac_c_werror_flag" ||
21908 test ! -s conftest.err
21909 } && test -s conftest.$ac_objext; then
21910 ac_cv_member_struct_stat_st_atim=yes
21911 else
21912 echo "$as_me: failed program was:" >&5
21913 sed 's/^/| /' conftest.$ac_ext >&5
21915 cat >conftest.$ac_ext <<_ACEOF
21916 /* confdefs.h. */
21917 _ACEOF
21918 cat confdefs.h >>conftest.$ac_ext
21919 cat >>conftest.$ac_ext <<_ACEOF
21920 /* end confdefs.h. */
21921 $ac_includes_default
21923 main ()
21925 static struct stat ac_aggr;
21926 if (sizeof ac_aggr.st_atim)
21927 return 0;
21929 return 0;
21931 _ACEOF
21932 rm -f conftest.$ac_objext
21933 if { (ac_try="$ac_compile"
21934 case "(($ac_try" in
21935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21936 *) ac_try_echo=$ac_try;;
21937 esac
21938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21939 (eval "$ac_compile") 2>conftest.er1
21940 ac_status=$?
21941 grep -v '^ *+' conftest.er1 >conftest.err
21942 rm -f conftest.er1
21943 cat conftest.err >&5
21944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21945 (exit $ac_status); } && {
21946 test -z "$ac_c_werror_flag" ||
21947 test ! -s conftest.err
21948 } && test -s conftest.$ac_objext; then
21949 ac_cv_member_struct_stat_st_atim=yes
21950 else
21951 echo "$as_me: failed program was:" >&5
21952 sed 's/^/| /' conftest.$ac_ext >&5
21954 ac_cv_member_struct_stat_st_atim=no
21957 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21962 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21963 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21964 if test $ac_cv_member_struct_stat_st_atim = yes; then
21966 cat >>confdefs.h <<_ACEOF
21967 #define HAVE_STRUCT_STAT_ST_ATIM 1
21968 _ACEOF
21974 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21975 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21976 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21977 echo $ECHO_N "(cached) $ECHO_C" >&6
21978 else
21979 cat >conftest.$ac_ext <<_ACEOF
21980 /* confdefs.h. */
21981 _ACEOF
21982 cat confdefs.h >>conftest.$ac_ext
21983 cat >>conftest.$ac_ext <<_ACEOF
21984 /* end confdefs.h. */
21985 #ifdef HAVE_SYS_TYPES_H
21986 #include <sys/types.h>
21987 #endif
21988 #ifdef HAVE_NETINET_IN_H
21989 #include <netinet/in.h>
21990 #endif
21993 main ()
21995 static struct sockaddr_in6 ac_aggr;
21996 if (ac_aggr.sin6_scope_id)
21997 return 0;
21999 return 0;
22001 _ACEOF
22002 rm -f conftest.$ac_objext
22003 if { (ac_try="$ac_compile"
22004 case "(($ac_try" in
22005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22006 *) ac_try_echo=$ac_try;;
22007 esac
22008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22009 (eval "$ac_compile") 2>conftest.er1
22010 ac_status=$?
22011 grep -v '^ *+' conftest.er1 >conftest.err
22012 rm -f conftest.er1
22013 cat conftest.err >&5
22014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22015 (exit $ac_status); } && {
22016 test -z "$ac_c_werror_flag" ||
22017 test ! -s conftest.err
22018 } && test -s conftest.$ac_objext; then
22019 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22020 else
22021 echo "$as_me: failed program was:" >&5
22022 sed 's/^/| /' conftest.$ac_ext >&5
22024 cat >conftest.$ac_ext <<_ACEOF
22025 /* confdefs.h. */
22026 _ACEOF
22027 cat confdefs.h >>conftest.$ac_ext
22028 cat >>conftest.$ac_ext <<_ACEOF
22029 /* end confdefs.h. */
22030 #ifdef HAVE_SYS_TYPES_H
22031 #include <sys/types.h>
22032 #endif
22033 #ifdef HAVE_NETINET_IN_H
22034 #include <netinet/in.h>
22035 #endif
22038 main ()
22040 static struct sockaddr_in6 ac_aggr;
22041 if (sizeof ac_aggr.sin6_scope_id)
22042 return 0;
22044 return 0;
22046 _ACEOF
22047 rm -f conftest.$ac_objext
22048 if { (ac_try="$ac_compile"
22049 case "(($ac_try" in
22050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22051 *) ac_try_echo=$ac_try;;
22052 esac
22053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22054 (eval "$ac_compile") 2>conftest.er1
22055 ac_status=$?
22056 grep -v '^ *+' conftest.er1 >conftest.err
22057 rm -f conftest.er1
22058 cat conftest.err >&5
22059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22060 (exit $ac_status); } && {
22061 test -z "$ac_c_werror_flag" ||
22062 test ! -s conftest.err
22063 } && test -s conftest.$ac_objext; then
22064 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22065 else
22066 echo "$as_me: failed program was:" >&5
22067 sed 's/^/| /' conftest.$ac_ext >&5
22069 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22077 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22078 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22079 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22081 cat >>confdefs.h <<_ACEOF
22082 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22083 _ACEOF
22089 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22090 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22091 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22092 echo $ECHO_N "(cached) $ECHO_C" >&6
22093 else
22094 cat >conftest.$ac_ext <<_ACEOF
22095 /* confdefs.h. */
22096 _ACEOF
22097 cat confdefs.h >>conftest.$ac_ext
22098 cat >>conftest.$ac_ext <<_ACEOF
22099 /* end confdefs.h. */
22100 #ifdef HAVE_SYS_TYPES_H
22101 #include <sys/types.h>
22102 #endif
22103 #ifdef HAVE_NETINET_IN_H
22104 # include <netinet/in.h>
22105 #endif
22106 #ifdef HAVE_ARPA_NAMESER_H
22107 # include <arpa/nameser.h>
22108 #endif
22111 main ()
22113 static ns_msg ac_aggr;
22114 if (ac_aggr._msg_ptr)
22115 return 0;
22117 return 0;
22119 _ACEOF
22120 rm -f conftest.$ac_objext
22121 if { (ac_try="$ac_compile"
22122 case "(($ac_try" in
22123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22124 *) ac_try_echo=$ac_try;;
22125 esac
22126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22127 (eval "$ac_compile") 2>conftest.er1
22128 ac_status=$?
22129 grep -v '^ *+' conftest.er1 >conftest.err
22130 rm -f conftest.er1
22131 cat conftest.err >&5
22132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22133 (exit $ac_status); } && {
22134 test -z "$ac_c_werror_flag" ||
22135 test ! -s conftest.err
22136 } && test -s conftest.$ac_objext; then
22137 ac_cv_member_ns_msg__msg_ptr=yes
22138 else
22139 echo "$as_me: failed program was:" >&5
22140 sed 's/^/| /' conftest.$ac_ext >&5
22142 cat >conftest.$ac_ext <<_ACEOF
22143 /* confdefs.h. */
22144 _ACEOF
22145 cat confdefs.h >>conftest.$ac_ext
22146 cat >>conftest.$ac_ext <<_ACEOF
22147 /* end confdefs.h. */
22148 #ifdef HAVE_SYS_TYPES_H
22149 #include <sys/types.h>
22150 #endif
22151 #ifdef HAVE_NETINET_IN_H
22152 # include <netinet/in.h>
22153 #endif
22154 #ifdef HAVE_ARPA_NAMESER_H
22155 # include <arpa/nameser.h>
22156 #endif
22159 main ()
22161 static ns_msg ac_aggr;
22162 if (sizeof ac_aggr._msg_ptr)
22163 return 0;
22165 return 0;
22167 _ACEOF
22168 rm -f conftest.$ac_objext
22169 if { (ac_try="$ac_compile"
22170 case "(($ac_try" in
22171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22172 *) ac_try_echo=$ac_try;;
22173 esac
22174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22175 (eval "$ac_compile") 2>conftest.er1
22176 ac_status=$?
22177 grep -v '^ *+' conftest.er1 >conftest.err
22178 rm -f conftest.er1
22179 cat conftest.err >&5
22180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22181 (exit $ac_status); } && {
22182 test -z "$ac_c_werror_flag" ||
22183 test ! -s conftest.err
22184 } && test -s conftest.$ac_objext; then
22185 ac_cv_member_ns_msg__msg_ptr=yes
22186 else
22187 echo "$as_me: failed program was:" >&5
22188 sed 's/^/| /' conftest.$ac_ext >&5
22190 ac_cv_member_ns_msg__msg_ptr=no
22193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22198 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22199 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22200 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22202 cat >>confdefs.h <<_ACEOF
22203 #define HAVE_NS_MSG__MSG_PTR 1
22204 _ACEOF
22210 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22211 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22212 if test "${ac_cv_have_timezone+set}" = set; then
22213 echo $ECHO_N "(cached) $ECHO_C" >&6
22214 else
22215 cat >conftest.$ac_ext <<_ACEOF
22216 /* confdefs.h. */
22217 _ACEOF
22218 cat confdefs.h >>conftest.$ac_ext
22219 cat >>conftest.$ac_ext <<_ACEOF
22220 /* end confdefs.h. */
22221 #include <time.h>
22223 main ()
22225 timezone = 1
22227 return 0;
22229 _ACEOF
22230 rm -f conftest.$ac_objext conftest$ac_exeext
22231 if { (ac_try="$ac_link"
22232 case "(($ac_try" in
22233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22234 *) ac_try_echo=$ac_try;;
22235 esac
22236 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22237 (eval "$ac_link") 2>conftest.er1
22238 ac_status=$?
22239 grep -v '^ *+' conftest.er1 >conftest.err
22240 rm -f conftest.er1
22241 cat conftest.err >&5
22242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22243 (exit $ac_status); } && {
22244 test -z "$ac_c_werror_flag" ||
22245 test ! -s conftest.err
22246 } && test -s conftest$ac_exeext &&
22247 $as_test_x conftest$ac_exeext; then
22248 ac_cv_have_timezone="yes"
22249 else
22250 echo "$as_me: failed program was:" >&5
22251 sed 's/^/| /' conftest.$ac_ext >&5
22253 ac_cv_have_timezone="no"
22256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22257 conftest$ac_exeext conftest.$ac_ext
22259 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22260 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22261 if test "$ac_cv_have_timezone" = "yes"
22262 then
22264 cat >>confdefs.h <<\_ACEOF
22265 #define HAVE_TIMEZONE 1
22266 _ACEOF
22269 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22270 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22271 if test "${ac_cv_have_daylight+set}" = set; then
22272 echo $ECHO_N "(cached) $ECHO_C" >&6
22273 else
22274 cat >conftest.$ac_ext <<_ACEOF
22275 /* confdefs.h. */
22276 _ACEOF
22277 cat confdefs.h >>conftest.$ac_ext
22278 cat >>conftest.$ac_ext <<_ACEOF
22279 /* end confdefs.h. */
22280 #include <time.h>
22282 main ()
22284 daylight = 1
22286 return 0;
22288 _ACEOF
22289 rm -f conftest.$ac_objext conftest$ac_exeext
22290 if { (ac_try="$ac_link"
22291 case "(($ac_try" in
22292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22293 *) ac_try_echo=$ac_try;;
22294 esac
22295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22296 (eval "$ac_link") 2>conftest.er1
22297 ac_status=$?
22298 grep -v '^ *+' conftest.er1 >conftest.err
22299 rm -f conftest.er1
22300 cat conftest.err >&5
22301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22302 (exit $ac_status); } && {
22303 test -z "$ac_c_werror_flag" ||
22304 test ! -s conftest.err
22305 } && test -s conftest$ac_exeext &&
22306 $as_test_x conftest$ac_exeext; then
22307 ac_cv_have_daylight="yes"
22308 else
22309 echo "$as_me: failed program was:" >&5
22310 sed 's/^/| /' conftest.$ac_ext >&5
22312 ac_cv_have_daylight="no"
22315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22316 conftest$ac_exeext conftest.$ac_ext
22318 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22319 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22320 if test "$ac_cv_have_daylight" = "yes"
22321 then
22323 cat >>confdefs.h <<\_ACEOF
22324 #define HAVE_DAYLIGHT 1
22325 _ACEOF
22329 { echo "$as_me:$LINENO: checking for isinf" >&5
22330 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22331 if test "${ac_cv_have_isinf+set}" = set; then
22332 echo $ECHO_N "(cached) $ECHO_C" >&6
22333 else
22334 cat >conftest.$ac_ext <<_ACEOF
22335 /* confdefs.h. */
22336 _ACEOF
22337 cat confdefs.h >>conftest.$ac_ext
22338 cat >>conftest.$ac_ext <<_ACEOF
22339 /* end confdefs.h. */
22340 #include <math.h>
22342 main ()
22344 float f = 0.0; int i=isinf(f)
22346 return 0;
22348 _ACEOF
22349 rm -f conftest.$ac_objext conftest$ac_exeext
22350 if { (ac_try="$ac_link"
22351 case "(($ac_try" in
22352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22353 *) ac_try_echo=$ac_try;;
22354 esac
22355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22356 (eval "$ac_link") 2>conftest.er1
22357 ac_status=$?
22358 grep -v '^ *+' conftest.er1 >conftest.err
22359 rm -f conftest.er1
22360 cat conftest.err >&5
22361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22362 (exit $ac_status); } && {
22363 test -z "$ac_c_werror_flag" ||
22364 test ! -s conftest.err
22365 } && test -s conftest$ac_exeext &&
22366 $as_test_x conftest$ac_exeext; then
22367 ac_cv_have_isinf="yes"
22368 else
22369 echo "$as_me: failed program was:" >&5
22370 sed 's/^/| /' conftest.$ac_ext >&5
22372 ac_cv_have_isinf="no"
22375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22376 conftest$ac_exeext conftest.$ac_ext
22378 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22379 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22380 if test "$ac_cv_have_isinf" = "yes"
22381 then
22383 cat >>confdefs.h <<\_ACEOF
22384 #define HAVE_ISINF 1
22385 _ACEOF
22389 { echo "$as_me:$LINENO: checking for isnan" >&5
22390 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22391 if test "${ac_cv_have_isnan+set}" = set; then
22392 echo $ECHO_N "(cached) $ECHO_C" >&6
22393 else
22394 cat >conftest.$ac_ext <<_ACEOF
22395 /* confdefs.h. */
22396 _ACEOF
22397 cat confdefs.h >>conftest.$ac_ext
22398 cat >>conftest.$ac_ext <<_ACEOF
22399 /* end confdefs.h. */
22400 #include <math.h>
22402 main ()
22404 float f = 0.0; int i=isnan(f)
22406 return 0;
22408 _ACEOF
22409 rm -f conftest.$ac_objext conftest$ac_exeext
22410 if { (ac_try="$ac_link"
22411 case "(($ac_try" in
22412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22413 *) ac_try_echo=$ac_try;;
22414 esac
22415 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22416 (eval "$ac_link") 2>conftest.er1
22417 ac_status=$?
22418 grep -v '^ *+' conftest.er1 >conftest.err
22419 rm -f conftest.er1
22420 cat conftest.err >&5
22421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22422 (exit $ac_status); } && {
22423 test -z "$ac_c_werror_flag" ||
22424 test ! -s conftest.err
22425 } && test -s conftest$ac_exeext &&
22426 $as_test_x conftest$ac_exeext; then
22427 ac_cv_have_isnan="yes"
22428 else
22429 echo "$as_me: failed program was:" >&5
22430 sed 's/^/| /' conftest.$ac_ext >&5
22432 ac_cv_have_isnan="no"
22435 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22436 conftest$ac_exeext conftest.$ac_ext
22438 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22439 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22440 if test "$ac_cv_have_isnan" = "yes"
22441 then
22443 cat >>confdefs.h <<\_ACEOF
22444 #define HAVE_ISNAN 1
22445 _ACEOF
22450 case $host_cpu in
22451 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22452 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22453 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22454 echo $ECHO_N "(cached) $ECHO_C" >&6
22455 else
22456 cat >conftest.$ac_ext <<_ACEOF
22457 /* confdefs.h. */
22458 _ACEOF
22459 cat confdefs.h >>conftest.$ac_ext
22460 cat >>conftest.$ac_ext <<_ACEOF
22461 /* end confdefs.h. */
22462 #ifndef __i386__
22464 #endif
22465 _ACEOF
22466 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22467 $EGREP "yes" >/dev/null 2>&1; then
22468 ac_cv_cpp_def___i386__=yes
22469 else
22470 ac_cv_cpp_def___i386__=no
22472 rm -f conftest*
22475 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22476 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22477 if test $ac_cv_cpp_def___i386__ = yes; then
22478 CFLAGS="$CFLAGS -D__i386__"
22479 LINTFLAGS="$LINTFLAGS -D__i386__"
22482 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22483 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22484 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22485 echo $ECHO_N "(cached) $ECHO_C" >&6
22486 else
22487 cat >conftest.$ac_ext <<_ACEOF
22488 /* confdefs.h. */
22489 _ACEOF
22490 cat confdefs.h >>conftest.$ac_ext
22491 cat >>conftest.$ac_ext <<_ACEOF
22492 /* end confdefs.h. */
22493 #ifndef __x86_64__
22495 #endif
22496 _ACEOF
22497 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22498 $EGREP "yes" >/dev/null 2>&1; then
22499 ac_cv_cpp_def___x86_64__=yes
22500 else
22501 ac_cv_cpp_def___x86_64__=no
22503 rm -f conftest*
22506 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22507 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22508 if test $ac_cv_cpp_def___x86_64__ = yes; then
22509 CFLAGS="$CFLAGS -D__x86_64__"
22510 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22513 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22514 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22515 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22516 echo $ECHO_N "(cached) $ECHO_C" >&6
22517 else
22518 cat >conftest.$ac_ext <<_ACEOF
22519 /* confdefs.h. */
22520 _ACEOF
22521 cat confdefs.h >>conftest.$ac_ext
22522 cat >>conftest.$ac_ext <<_ACEOF
22523 /* end confdefs.h. */
22524 #ifndef __ALPHA__
22526 #endif
22527 _ACEOF
22528 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22529 $EGREP "yes" >/dev/null 2>&1; then
22530 ac_cv_cpp_def___ALPHA__=yes
22531 else
22532 ac_cv_cpp_def___ALPHA__=no
22534 rm -f conftest*
22537 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22538 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22539 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22540 CFLAGS="$CFLAGS -D__ALPHA__"
22541 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22544 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22545 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22546 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22547 echo $ECHO_N "(cached) $ECHO_C" >&6
22548 else
22549 cat >conftest.$ac_ext <<_ACEOF
22550 /* confdefs.h. */
22551 _ACEOF
22552 cat confdefs.h >>conftest.$ac_ext
22553 cat >>conftest.$ac_ext <<_ACEOF
22554 /* end confdefs.h. */
22555 #ifndef __sparc__
22557 #endif
22558 _ACEOF
22559 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22560 $EGREP "yes" >/dev/null 2>&1; then
22561 ac_cv_cpp_def___sparc__=yes
22562 else
22563 ac_cv_cpp_def___sparc__=no
22565 rm -f conftest*
22568 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22569 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22570 if test $ac_cv_cpp_def___sparc__ = yes; then
22571 CFLAGS="$CFLAGS -D__sparc__"
22572 LINTFLAGS="$LINTFLAGS -D__sparc__"
22575 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22576 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22577 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22578 echo $ECHO_N "(cached) $ECHO_C" >&6
22579 else
22580 cat >conftest.$ac_ext <<_ACEOF
22581 /* confdefs.h. */
22582 _ACEOF
22583 cat confdefs.h >>conftest.$ac_ext
22584 cat >>conftest.$ac_ext <<_ACEOF
22585 /* end confdefs.h. */
22586 #ifndef __powerpc__
22588 #endif
22589 _ACEOF
22590 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22591 $EGREP "yes" >/dev/null 2>&1; then
22592 ac_cv_cpp_def___powerpc__=yes
22593 else
22594 ac_cv_cpp_def___powerpc__=no
22596 rm -f conftest*
22599 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22600 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22601 if test $ac_cv_cpp_def___powerpc__ = yes; then
22602 CFLAGS="$CFLAGS -D__powerpc__"
22603 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22606 esac
22608 case $host_vendor in
22609 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22610 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22611 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22612 echo $ECHO_N "(cached) $ECHO_C" >&6
22613 else
22614 cat >conftest.$ac_ext <<_ACEOF
22615 /* confdefs.h. */
22616 _ACEOF
22617 cat confdefs.h >>conftest.$ac_ext
22618 cat >>conftest.$ac_ext <<_ACEOF
22619 /* end confdefs.h. */
22620 #ifndef __sun__
22622 #endif
22623 _ACEOF
22624 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22625 $EGREP "yes" >/dev/null 2>&1; then
22626 ac_cv_cpp_def___sun__=yes
22627 else
22628 ac_cv_cpp_def___sun__=no
22630 rm -f conftest*
22633 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22634 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22635 if test $ac_cv_cpp_def___sun__ = yes; then
22636 CFLAGS="$CFLAGS -D__sun__"
22637 LINTFLAGS="$LINTFLAGS -D__sun__"
22640 esac
22643 DEPENDENCIES="### Dependencies:
22645 .INIT: Makefile
22646 .BEGIN: Makefile
22647 Makefile: dummy
22648 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22650 \$(OBJS): \$(IDL_GEN_HEADERS)
22651 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22652 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22653 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22654 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22657 ALL_MAKERULES=""
22659 ALL_MAKEFILES=""
22661 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22664 ALL_TOP_DIRS=""
22666 ALL_DLL_DIRS=""
22668 ALL_IMPLIB_DIRS=""
22670 ALL_TEST_DIRS=""
22672 ALL_PROGRAM_DIRS=""
22674 ALL_PROGRAM_INSTALL_DIRS=""
22676 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22682 ac_config_commands="$ac_config_commands include/stamp-h"
22685 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22687 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22689 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22691 ac_config_commands="$ac_config_commands dlls/user32/resources"
22693 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22695 ac_config_commands="$ac_config_commands include/wine"
22698 ALL_MAKERULES="$ALL_MAKERULES \\
22699 Make.rules"
22700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22701 Make.rules: Make.rules.in"
22702 MAKE_RULES=Make.rules
22703 ac_config_files="$ac_config_files Make.rules"
22705 ALL_MAKERULES="$ALL_MAKERULES \\
22706 dlls/Makedll.rules"
22707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22708 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22709 MAKE_DLL_RULES=dlls/Makedll.rules
22710 ac_config_files="$ac_config_files dlls/Makedll.rules"
22712 ALL_MAKERULES="$ALL_MAKERULES \\
22713 dlls/Makeimplib.rules"
22714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22715 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22716 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22717 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22719 ALL_MAKERULES="$ALL_MAKERULES \\
22720 dlls/Maketest.rules"
22721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22722 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22723 MAKE_TEST_RULES=dlls/Maketest.rules
22724 ac_config_files="$ac_config_files dlls/Maketest.rules"
22726 ALL_MAKERULES="$ALL_MAKERULES \\
22727 programs/Makeprog.rules"
22728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22729 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22730 MAKE_PROG_RULES=programs/Makeprog.rules
22731 ac_config_files="$ac_config_files programs/Makeprog.rules"
22736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22737 Makefile: Makefile.in Make.rules"
22738 ac_config_files="$ac_config_files Makefile"
22740 ALL_MAKEFILES="$ALL_MAKEFILES \\
22741 dlls/Makefile"
22742 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22743 dlls"
22744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22745 dlls/Makefile: dlls/Makefile.in Make.rules"
22746 ac_config_files="$ac_config_files dlls/Makefile"
22748 ALL_MAKEFILES="$ALL_MAKEFILES \\
22749 dlls/acledit/Makefile"
22750 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22751 acledit"
22752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22753 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22754 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22756 ALL_MAKEFILES="$ALL_MAKEFILES \\
22757 dlls/aclui/Makefile"
22758 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22759 aclui"
22760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22761 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
22762 ac_config_files="$ac_config_files dlls/aclui/Makefile"
22764 ALL_MAKEFILES="$ALL_MAKEFILES \\
22765 dlls/activeds/Makefile"
22766 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22767 activeds"
22768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22769 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22770 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22772 ALL_MAKEFILES="$ALL_MAKEFILES \\
22773 dlls/actxprxy/Makefile"
22774 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22775 actxprxy"
22776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22777 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22778 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22780 ALL_MAKEFILES="$ALL_MAKEFILES \\
22781 dlls/adsiid/Makefile"
22782 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22783 adsiid"
22784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22785 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22786 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22788 ALL_MAKEFILES="$ALL_MAKEFILES \\
22789 dlls/advapi32/Makefile"
22790 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22791 advapi32"
22792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22793 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22794 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22796 ALL_MAKEFILES="$ALL_MAKEFILES \\
22797 dlls/advapi32/tests/Makefile"
22798 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22799 advapi32/tests"
22800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22801 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22802 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22804 ALL_MAKEFILES="$ALL_MAKEFILES \\
22805 dlls/advpack/Makefile"
22806 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22807 advpack"
22808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22809 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22810 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22812 ALL_MAKEFILES="$ALL_MAKEFILES \\
22813 dlls/advpack/tests/Makefile"
22814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22815 advpack/tests"
22816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22817 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22818 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22820 ALL_MAKEFILES="$ALL_MAKEFILES \\
22821 dlls/amstream/Makefile"
22822 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22823 amstream"
22824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22825 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22826 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22828 ALL_MAKEFILES="$ALL_MAKEFILES \\
22829 dlls/appwiz.cpl/Makefile"
22830 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22831 appwiz.cpl"
22832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22833 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22834 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22836 ALL_MAKEFILES="$ALL_MAKEFILES \\
22837 dlls/atl/Makefile"
22838 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22839 atl"
22840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22841 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22842 ac_config_files="$ac_config_files dlls/atl/Makefile"
22844 ALL_MAKEFILES="$ALL_MAKEFILES \\
22845 dlls/avicap32/Makefile"
22846 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22847 avicap32"
22848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22849 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22850 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22852 ALL_MAKEFILES="$ALL_MAKEFILES \\
22853 dlls/avifil32/Makefile"
22854 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22855 avifil32"
22856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22857 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22858 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22860 ALL_MAKEFILES="$ALL_MAKEFILES \\
22861 dlls/browseui/Makefile"
22862 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22863 browseui"
22864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22865 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22866 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22868 ALL_MAKEFILES="$ALL_MAKEFILES \\
22869 dlls/browseui/tests/Makefile"
22870 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22871 browseui/tests"
22872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22873 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22874 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22876 ALL_MAKEFILES="$ALL_MAKEFILES \\
22877 dlls/cabinet/Makefile"
22878 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22879 cabinet"
22880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22881 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22882 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22884 ALL_MAKEFILES="$ALL_MAKEFILES \\
22885 dlls/cabinet/tests/Makefile"
22886 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22887 cabinet/tests"
22888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22889 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22890 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22892 ALL_MAKEFILES="$ALL_MAKEFILES \\
22893 dlls/capi2032/Makefile"
22894 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22895 capi2032"
22896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22897 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22898 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22900 ALL_MAKEFILES="$ALL_MAKEFILES \\
22901 dlls/cards/Makefile"
22902 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22903 cards"
22904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22905 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22906 ac_config_files="$ac_config_files dlls/cards/Makefile"
22908 ALL_MAKEFILES="$ALL_MAKEFILES \\
22909 dlls/cfgmgr32/Makefile"
22910 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22911 cfgmgr32"
22912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22913 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22914 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22916 ALL_MAKEFILES="$ALL_MAKEFILES \\
22917 dlls/clusapi/Makefile"
22918 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22919 clusapi"
22920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22921 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22922 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22924 ALL_MAKEFILES="$ALL_MAKEFILES \\
22925 dlls/comcat/Makefile"
22926 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22927 comcat"
22928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22929 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22930 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22932 ALL_MAKEFILES="$ALL_MAKEFILES \\
22933 dlls/comcat/tests/Makefile"
22934 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22935 comcat/tests"
22936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22937 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22938 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22940 ALL_MAKEFILES="$ALL_MAKEFILES \\
22941 dlls/comctl32/Makefile"
22942 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22943 comctl32"
22944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22945 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22946 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22948 ALL_MAKEFILES="$ALL_MAKEFILES \\
22949 dlls/comctl32/tests/Makefile"
22950 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22951 comctl32/tests"
22952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22953 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22954 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22956 ALL_MAKEFILES="$ALL_MAKEFILES \\
22957 dlls/comdlg32/Makefile"
22958 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22959 comdlg32"
22960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22961 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22962 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22964 ALL_MAKEFILES="$ALL_MAKEFILES \\
22965 dlls/comdlg32/tests/Makefile"
22966 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22967 comdlg32/tests"
22968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22969 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22970 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22972 ALL_MAKEFILES="$ALL_MAKEFILES \\
22973 dlls/compstui/Makefile"
22974 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22975 compstui"
22976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22977 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22978 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22980 ALL_MAKEFILES="$ALL_MAKEFILES \\
22981 dlls/credui/Makefile"
22982 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22983 credui"
22984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22985 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22986 ac_config_files="$ac_config_files dlls/credui/Makefile"
22988 ALL_MAKEFILES="$ALL_MAKEFILES \\
22989 dlls/credui/tests/Makefile"
22990 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22991 credui/tests"
22992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22993 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22994 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22996 ALL_MAKEFILES="$ALL_MAKEFILES \\
22997 dlls/crtdll/Makefile"
22998 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22999 crtdll"
23000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23001 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23002 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23004 ALL_MAKEFILES="$ALL_MAKEFILES \\
23005 dlls/crypt32/Makefile"
23006 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23007 crypt32"
23008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23009 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23010 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23012 ALL_MAKEFILES="$ALL_MAKEFILES \\
23013 dlls/crypt32/tests/Makefile"
23014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23015 crypt32/tests"
23016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23017 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23018 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23020 ALL_MAKEFILES="$ALL_MAKEFILES \\
23021 dlls/cryptdlg/Makefile"
23022 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23023 cryptdlg"
23024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23025 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23026 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23028 ALL_MAKEFILES="$ALL_MAKEFILES \\
23029 dlls/cryptdll/Makefile"
23030 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23031 cryptdll"
23032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23033 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23034 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23036 ALL_MAKEFILES="$ALL_MAKEFILES \\
23037 dlls/cryptnet/Makefile"
23038 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23039 cryptnet"
23040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23041 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23042 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23044 ALL_MAKEFILES="$ALL_MAKEFILES \\
23045 dlls/cryptnet/tests/Makefile"
23046 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23047 cryptnet/tests"
23048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23049 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23050 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23052 ALL_MAKEFILES="$ALL_MAKEFILES \\
23053 dlls/cryptui/Makefile"
23054 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23055 cryptui"
23056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23057 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23058 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23060 ALL_MAKEFILES="$ALL_MAKEFILES \\
23061 dlls/cryptui/tests/Makefile"
23062 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23063 cryptui/tests"
23064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23065 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23066 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23068 ALL_MAKEFILES="$ALL_MAKEFILES \\
23069 dlls/ctapi32/Makefile"
23070 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23071 ctapi32"
23072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23073 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23074 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23076 ALL_MAKEFILES="$ALL_MAKEFILES \\
23077 dlls/ctl3d32/Makefile"
23078 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23079 ctl3d32"
23080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23081 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23082 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23084 ALL_MAKEFILES="$ALL_MAKEFILES \\
23085 dlls/d3d10/Makefile"
23086 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23087 d3d10"
23088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23089 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23090 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23092 ALL_MAKEFILES="$ALL_MAKEFILES \\
23093 dlls/d3d10/tests/Makefile"
23094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23095 d3d10/tests"
23096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23097 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23098 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23100 ALL_MAKEFILES="$ALL_MAKEFILES \\
23101 dlls/d3d10core/Makefile"
23102 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23103 d3d10core"
23104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23105 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23106 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23108 ALL_MAKEFILES="$ALL_MAKEFILES \\
23109 dlls/d3d10core/tests/Makefile"
23110 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23111 d3d10core/tests"
23112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23113 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23114 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23116 ALL_MAKEFILES="$ALL_MAKEFILES \\
23117 dlls/d3d8/Makefile"
23118 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23119 d3d8"
23120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23121 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23122 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23124 ALL_MAKEFILES="$ALL_MAKEFILES \\
23125 dlls/d3d8/tests/Makefile"
23126 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23127 d3d8/tests"
23128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23129 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23130 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23132 ALL_MAKEFILES="$ALL_MAKEFILES \\
23133 dlls/d3d9/Makefile"
23134 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23135 d3d9"
23136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23137 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23138 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23140 ALL_MAKEFILES="$ALL_MAKEFILES \\
23141 dlls/d3d9/tests/Makefile"
23142 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23143 d3d9/tests"
23144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23145 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23146 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23148 ALL_MAKEFILES="$ALL_MAKEFILES \\
23149 dlls/d3dim/Makefile"
23150 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23151 d3dim"
23152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23153 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23154 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23156 ALL_MAKEFILES="$ALL_MAKEFILES \\
23157 dlls/d3drm/Makefile"
23158 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23159 d3drm"
23160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23161 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23162 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23164 ALL_MAKEFILES="$ALL_MAKEFILES \\
23165 dlls/d3drm/tests/Makefile"
23166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23167 d3drm/tests"
23168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23169 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23170 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23172 ALL_MAKEFILES="$ALL_MAKEFILES \\
23173 dlls/d3dx8/Makefile"
23174 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23175 d3dx8"
23176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23177 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
23178 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
23180 ALL_MAKEFILES="$ALL_MAKEFILES \\
23181 dlls/d3dx8/tests/Makefile"
23182 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23183 d3dx8/tests"
23184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23185 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
23186 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
23188 ALL_MAKEFILES="$ALL_MAKEFILES \\
23189 dlls/d3dx9_24/Makefile"
23190 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23191 d3dx9_24"
23192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23193 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23194 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23196 ALL_MAKEFILES="$ALL_MAKEFILES \\
23197 dlls/d3dx9_25/Makefile"
23198 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23199 d3dx9_25"
23200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23201 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23202 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23204 ALL_MAKEFILES="$ALL_MAKEFILES \\
23205 dlls/d3dx9_26/Makefile"
23206 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23207 d3dx9_26"
23208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23209 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23210 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23212 ALL_MAKEFILES="$ALL_MAKEFILES \\
23213 dlls/d3dx9_27/Makefile"
23214 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23215 d3dx9_27"
23216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23217 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23218 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23220 ALL_MAKEFILES="$ALL_MAKEFILES \\
23221 dlls/d3dx9_28/Makefile"
23222 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23223 d3dx9_28"
23224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23225 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23226 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23228 ALL_MAKEFILES="$ALL_MAKEFILES \\
23229 dlls/d3dx9_29/Makefile"
23230 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23231 d3dx9_29"
23232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23233 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23234 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23236 ALL_MAKEFILES="$ALL_MAKEFILES \\
23237 dlls/d3dx9_30/Makefile"
23238 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23239 d3dx9_30"
23240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23241 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23242 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23244 ALL_MAKEFILES="$ALL_MAKEFILES \\
23245 dlls/d3dx9_31/Makefile"
23246 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23247 d3dx9_31"
23248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23249 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23250 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23252 ALL_MAKEFILES="$ALL_MAKEFILES \\
23253 dlls/d3dx9_32/Makefile"
23254 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23255 d3dx9_32"
23256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23257 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23258 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23260 ALL_MAKEFILES="$ALL_MAKEFILES \\
23261 dlls/d3dx9_33/Makefile"
23262 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23263 d3dx9_33"
23264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23265 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23266 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23268 ALL_MAKEFILES="$ALL_MAKEFILES \\
23269 dlls/d3dx9_34/Makefile"
23270 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23271 d3dx9_34"
23272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23273 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23274 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23276 ALL_MAKEFILES="$ALL_MAKEFILES \\
23277 dlls/d3dx9_35/Makefile"
23278 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23279 d3dx9_35"
23280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23281 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23282 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23284 ALL_MAKEFILES="$ALL_MAKEFILES \\
23285 dlls/d3dx9_36/Makefile"
23286 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23287 d3dx9_36"
23288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23289 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23290 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23292 ALL_MAKEFILES="$ALL_MAKEFILES \\
23293 dlls/d3dx9_36/tests/Makefile"
23294 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23295 d3dx9_36/tests"
23296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23297 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23298 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23300 ALL_MAKEFILES="$ALL_MAKEFILES \\
23301 dlls/d3dx9_37/Makefile"
23302 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23303 d3dx9_37"
23304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23305 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23306 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23308 ALL_MAKEFILES="$ALL_MAKEFILES \\
23309 dlls/d3dxof/Makefile"
23310 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23311 d3dxof"
23312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23313 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23314 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23316 ALL_MAKEFILES="$ALL_MAKEFILES \\
23317 dlls/d3dxof/tests/Makefile"
23318 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23319 d3dxof/tests"
23320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23321 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23322 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23324 ALL_MAKEFILES="$ALL_MAKEFILES \\
23325 dlls/dbghelp/Makefile"
23326 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23327 dbghelp"
23328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23329 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23330 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23332 ALL_MAKEFILES="$ALL_MAKEFILES \\
23333 dlls/dciman32/Makefile"
23334 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23335 dciman32"
23336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23337 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23338 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23340 ALL_MAKEFILES="$ALL_MAKEFILES \\
23341 dlls/ddraw/Makefile"
23342 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23343 ddraw"
23344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23345 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23346 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23348 ALL_MAKEFILES="$ALL_MAKEFILES \\
23349 dlls/ddraw/tests/Makefile"
23350 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23351 ddraw/tests"
23352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23353 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23354 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23356 ALL_MAKEFILES="$ALL_MAKEFILES \\
23357 dlls/ddrawex/Makefile"
23358 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23359 ddrawex"
23360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23361 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23362 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23364 ALL_MAKEFILES="$ALL_MAKEFILES \\
23365 dlls/ddrawex/tests/Makefile"
23366 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23367 ddrawex/tests"
23368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23369 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
23370 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
23372 ALL_MAKEFILES="$ALL_MAKEFILES \\
23373 dlls/devenum/Makefile"
23374 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23375 devenum"
23376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23377 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23378 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23380 ALL_MAKEFILES="$ALL_MAKEFILES \\
23381 dlls/dinput/Makefile"
23382 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23383 dinput"
23384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23385 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23386 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23388 ALL_MAKEFILES="$ALL_MAKEFILES \\
23389 dlls/dinput/tests/Makefile"
23390 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23391 dinput/tests"
23392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23393 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23394 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23396 ALL_MAKEFILES="$ALL_MAKEFILES \\
23397 dlls/dinput8/Makefile"
23398 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23399 dinput8"
23400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23401 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23402 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23404 ALL_MAKEFILES="$ALL_MAKEFILES \\
23405 dlls/dmband/Makefile"
23406 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23407 dmband"
23408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23409 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23410 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23412 ALL_MAKEFILES="$ALL_MAKEFILES \\
23413 dlls/dmcompos/Makefile"
23414 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23415 dmcompos"
23416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23417 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23418 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23420 ALL_MAKEFILES="$ALL_MAKEFILES \\
23421 dlls/dmime/Makefile"
23422 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23423 dmime"
23424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23425 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23426 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23428 ALL_MAKEFILES="$ALL_MAKEFILES \\
23429 dlls/dmloader/Makefile"
23430 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23431 dmloader"
23432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23433 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23434 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23436 ALL_MAKEFILES="$ALL_MAKEFILES \\
23437 dlls/dmscript/Makefile"
23438 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23439 dmscript"
23440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23441 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23442 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23444 ALL_MAKEFILES="$ALL_MAKEFILES \\
23445 dlls/dmstyle/Makefile"
23446 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23447 dmstyle"
23448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23449 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23450 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23452 ALL_MAKEFILES="$ALL_MAKEFILES \\
23453 dlls/dmsynth/Makefile"
23454 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23455 dmsynth"
23456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23457 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23458 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23460 ALL_MAKEFILES="$ALL_MAKEFILES \\
23461 dlls/dmusic/Makefile"
23462 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23463 dmusic"
23464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23465 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23466 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23468 ALL_MAKEFILES="$ALL_MAKEFILES \\
23469 dlls/dmusic32/Makefile"
23470 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23471 dmusic32"
23472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23473 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23474 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23476 ALL_MAKEFILES="$ALL_MAKEFILES \\
23477 dlls/dnsapi/Makefile"
23478 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23479 dnsapi"
23480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23481 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23482 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23484 ALL_MAKEFILES="$ALL_MAKEFILES \\
23485 dlls/dnsapi/tests/Makefile"
23486 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23487 dnsapi/tests"
23488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23489 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23490 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23492 ALL_MAKEFILES="$ALL_MAKEFILES \\
23493 dlls/dplay/Makefile"
23494 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23495 dplay"
23496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23497 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23498 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23500 ALL_MAKEFILES="$ALL_MAKEFILES \\
23501 dlls/dplayx/Makefile"
23502 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23503 dplayx"
23504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23505 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23506 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23508 ALL_MAKEFILES="$ALL_MAKEFILES \\
23509 dlls/dplayx/tests/Makefile"
23510 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23511 dplayx/tests"
23512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23513 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23514 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23516 ALL_MAKEFILES="$ALL_MAKEFILES \\
23517 dlls/dpnaddr/Makefile"
23518 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23519 dpnaddr"
23520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23521 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23522 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23524 ALL_MAKEFILES="$ALL_MAKEFILES \\
23525 dlls/dpnet/Makefile"
23526 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23527 dpnet"
23528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23529 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23530 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23532 ALL_MAKEFILES="$ALL_MAKEFILES \\
23533 dlls/dpnhpast/Makefile"
23534 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23535 dpnhpast"
23536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23537 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23538 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23540 ALL_MAKEFILES="$ALL_MAKEFILES \\
23541 dlls/dpnlobby/Makefile"
23542 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23543 dpnlobby"
23544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23545 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23546 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23548 ALL_MAKEFILES="$ALL_MAKEFILES \\
23549 dlls/dpwsockx/Makefile"
23550 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23551 dpwsockx"
23552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23553 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23554 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23556 ALL_MAKEFILES="$ALL_MAKEFILES \\
23557 dlls/dsound/Makefile"
23558 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23559 dsound"
23560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23561 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23562 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23564 ALL_MAKEFILES="$ALL_MAKEFILES \\
23565 dlls/dsound/tests/Makefile"
23566 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23567 dsound/tests"
23568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23569 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23570 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23572 ALL_MAKEFILES="$ALL_MAKEFILES \\
23573 dlls/dssenh/Makefile"
23574 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23575 dssenh"
23576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23577 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23578 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23580 ALL_MAKEFILES="$ALL_MAKEFILES \\
23581 dlls/dswave/Makefile"
23582 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23583 dswave"
23584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23585 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23586 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23588 ALL_MAKEFILES="$ALL_MAKEFILES \\
23589 dlls/dwmapi/Makefile"
23590 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23591 dwmapi"
23592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23593 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23594 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23596 ALL_MAKEFILES="$ALL_MAKEFILES \\
23597 dlls/dxdiagn/Makefile"
23598 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23599 dxdiagn"
23600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23601 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23602 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23604 ALL_MAKEFILES="$ALL_MAKEFILES \\
23605 dlls/dxerr8/Makefile"
23606 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23607 dxerr8"
23608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23609 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23610 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23612 ALL_MAKEFILES="$ALL_MAKEFILES \\
23613 dlls/dxerr9/Makefile"
23614 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23615 dxerr9"
23616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23617 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23618 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23620 ALL_MAKEFILES="$ALL_MAKEFILES \\
23621 dlls/dxgi/Makefile"
23622 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23623 dxgi"
23624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23625 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
23626 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
23628 ALL_MAKEFILES="$ALL_MAKEFILES \\
23629 dlls/dxgi/tests/Makefile"
23630 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23631 dxgi/tests"
23632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23633 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
23634 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
23636 ALL_MAKEFILES="$ALL_MAKEFILES \\
23637 dlls/dxguid/Makefile"
23638 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23639 dxguid"
23640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23641 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23642 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23644 ALL_MAKEFILES="$ALL_MAKEFILES \\
23645 dlls/faultrep/Makefile"
23646 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23647 faultrep"
23648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23649 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23650 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23652 ALL_MAKEFILES="$ALL_MAKEFILES \\
23653 dlls/fusion/Makefile"
23654 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23655 fusion"
23656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23657 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23658 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23660 ALL_MAKEFILES="$ALL_MAKEFILES \\
23661 dlls/fusion/tests/Makefile"
23662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23663 fusion/tests"
23664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23665 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23666 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23668 ALL_MAKEFILES="$ALL_MAKEFILES \\
23669 dlls/gdi32/Makefile"
23670 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23671 gdi32"
23672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23673 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23674 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23676 ALL_MAKEFILES="$ALL_MAKEFILES \\
23677 dlls/gdi32/tests/Makefile"
23678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23679 gdi32/tests"
23680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23681 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23682 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23684 ALL_MAKEFILES="$ALL_MAKEFILES \\
23685 dlls/gdiplus/Makefile"
23686 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23687 gdiplus"
23688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23689 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23690 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23692 ALL_MAKEFILES="$ALL_MAKEFILES \\
23693 dlls/gdiplus/tests/Makefile"
23694 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23695 gdiplus/tests"
23696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23697 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23698 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23700 ALL_MAKEFILES="$ALL_MAKEFILES \\
23701 dlls/glu32/Makefile"
23702 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23703 glu32"
23704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23705 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23706 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23708 ALL_MAKEFILES="$ALL_MAKEFILES \\
23709 dlls/gphoto2.ds/Makefile"
23710 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23711 gphoto2.ds"
23712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23713 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23714 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23716 ALL_MAKEFILES="$ALL_MAKEFILES \\
23717 dlls/gpkcsp/Makefile"
23718 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23719 gpkcsp"
23720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23721 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23722 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23724 ALL_MAKEFILES="$ALL_MAKEFILES \\
23725 dlls/hal/Makefile"
23726 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23727 hal"
23728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23729 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23730 ac_config_files="$ac_config_files dlls/hal/Makefile"
23732 ALL_MAKEFILES="$ALL_MAKEFILES \\
23733 dlls/hhctrl.ocx/Makefile"
23734 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23735 hhctrl.ocx"
23736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23737 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23738 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23740 ALL_MAKEFILES="$ALL_MAKEFILES \\
23741 dlls/hid/Makefile"
23742 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23743 hid"
23744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23745 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23746 ac_config_files="$ac_config_files dlls/hid/Makefile"
23748 ALL_MAKEFILES="$ALL_MAKEFILES \\
23749 dlls/hlink/Makefile"
23750 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23751 hlink"
23752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23753 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23754 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23756 ALL_MAKEFILES="$ALL_MAKEFILES \\
23757 dlls/hlink/tests/Makefile"
23758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23759 hlink/tests"
23760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23761 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23762 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23764 ALL_MAKEFILES="$ALL_MAKEFILES \\
23765 dlls/hnetcfg/Makefile"
23766 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23767 hnetcfg"
23768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23769 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23770 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23772 ALL_MAKEFILES="$ALL_MAKEFILES \\
23773 dlls/httpapi/Makefile"
23774 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23775 httpapi"
23776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23777 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
23778 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
23780 ALL_MAKEFILES="$ALL_MAKEFILES \\
23781 dlls/iccvid/Makefile"
23782 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23783 iccvid"
23784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23785 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23786 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23788 ALL_MAKEFILES="$ALL_MAKEFILES \\
23789 dlls/icmp/Makefile"
23790 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23791 icmp"
23792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23793 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23794 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23796 ALL_MAKEFILES="$ALL_MAKEFILES \\
23797 dlls/ifsmgr.vxd/Makefile"
23798 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23799 ifsmgr.vxd"
23800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23801 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23802 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23804 ALL_MAKEFILES="$ALL_MAKEFILES \\
23805 dlls/imaadp32.acm/Makefile"
23806 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23807 imaadp32.acm"
23808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23809 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23810 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23812 ALL_MAKEFILES="$ALL_MAKEFILES \\
23813 dlls/imagehlp/Makefile"
23814 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23815 imagehlp"
23816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23817 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23818 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23820 ALL_MAKEFILES="$ALL_MAKEFILES \\
23821 dlls/imm32/Makefile"
23822 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23823 imm32"
23824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23825 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23826 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23828 ALL_MAKEFILES="$ALL_MAKEFILES \\
23829 dlls/imm32/tests/Makefile"
23830 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23831 imm32/tests"
23832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23833 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23834 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23836 ALL_MAKEFILES="$ALL_MAKEFILES \\
23837 dlls/inetcomm/Makefile"
23838 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23839 inetcomm"
23840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23841 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23842 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23844 ALL_MAKEFILES="$ALL_MAKEFILES \\
23845 dlls/inetcomm/tests/Makefile"
23846 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23847 inetcomm/tests"
23848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23849 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23850 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23852 ALL_MAKEFILES="$ALL_MAKEFILES \\
23853 dlls/inetmib1/Makefile"
23854 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23855 inetmib1"
23856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23857 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23858 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23860 ALL_MAKEFILES="$ALL_MAKEFILES \\
23861 dlls/inetmib1/tests/Makefile"
23862 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23863 inetmib1/tests"
23864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23865 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23866 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23868 ALL_MAKEFILES="$ALL_MAKEFILES \\
23869 dlls/infosoft/Makefile"
23870 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23871 infosoft"
23872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23873 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23874 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23876 ALL_MAKEFILES="$ALL_MAKEFILES \\
23877 dlls/infosoft/tests/Makefile"
23878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23879 infosoft/tests"
23880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23881 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23882 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23884 ALL_MAKEFILES="$ALL_MAKEFILES \\
23885 dlls/initpki/Makefile"
23886 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23887 initpki"
23888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23889 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23890 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23892 ALL_MAKEFILES="$ALL_MAKEFILES \\
23893 dlls/inkobj/Makefile"
23894 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23895 inkobj"
23896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23897 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23898 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23900 ALL_MAKEFILES="$ALL_MAKEFILES \\
23901 dlls/inseng/Makefile"
23902 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23903 inseng"
23904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23905 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23906 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23908 ALL_MAKEFILES="$ALL_MAKEFILES \\
23909 dlls/iphlpapi/Makefile"
23910 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23911 iphlpapi"
23912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23913 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23914 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23916 ALL_MAKEFILES="$ALL_MAKEFILES \\
23917 dlls/iphlpapi/tests/Makefile"
23918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23919 iphlpapi/tests"
23920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23921 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23922 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23924 ALL_MAKEFILES="$ALL_MAKEFILES \\
23925 dlls/itircl/Makefile"
23926 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23927 itircl"
23928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23929 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23930 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23932 ALL_MAKEFILES="$ALL_MAKEFILES \\
23933 dlls/itss/Makefile"
23934 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23935 itss"
23936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23937 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23938 ac_config_files="$ac_config_files dlls/itss/Makefile"
23940 ALL_MAKEFILES="$ALL_MAKEFILES \\
23941 dlls/itss/tests/Makefile"
23942 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23943 itss/tests"
23944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23945 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23946 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23948 ALL_MAKEFILES="$ALL_MAKEFILES \\
23949 dlls/jscript/Makefile"
23950 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23951 jscript"
23952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23953 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23954 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23956 ALL_MAKEFILES="$ALL_MAKEFILES \\
23957 dlls/jscript/tests/Makefile"
23958 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23959 jscript/tests"
23960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23961 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23962 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23964 ALL_MAKEFILES="$ALL_MAKEFILES \\
23965 dlls/kernel32/Makefile"
23966 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23967 kernel32"
23968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23969 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23970 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23972 ALL_MAKEFILES="$ALL_MAKEFILES \\
23973 dlls/kernel32/tests/Makefile"
23974 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23975 kernel32/tests"
23976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23977 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23978 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23980 ALL_MAKEFILES="$ALL_MAKEFILES \\
23981 dlls/loadperf/Makefile"
23982 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23983 loadperf"
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
23986 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
23988 ALL_MAKEFILES="$ALL_MAKEFILES \\
23989 dlls/localspl/Makefile"
23990 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23991 localspl"
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23994 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23996 ALL_MAKEFILES="$ALL_MAKEFILES \\
23997 dlls/localspl/tests/Makefile"
23998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23999 localspl/tests"
24000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24001 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24002 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24004 ALL_MAKEFILES="$ALL_MAKEFILES \\
24005 dlls/localui/Makefile"
24006 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24007 localui"
24008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24009 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24010 ac_config_files="$ac_config_files dlls/localui/Makefile"
24012 ALL_MAKEFILES="$ALL_MAKEFILES \\
24013 dlls/localui/tests/Makefile"
24014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24015 localui/tests"
24016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24017 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24018 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24020 ALL_MAKEFILES="$ALL_MAKEFILES \\
24021 dlls/lz32/Makefile"
24022 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24023 lz32"
24024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24025 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24026 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24028 ALL_MAKEFILES="$ALL_MAKEFILES \\
24029 dlls/lz32/tests/Makefile"
24030 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24031 lz32/tests"
24032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24033 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24034 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24036 ALL_MAKEFILES="$ALL_MAKEFILES \\
24037 dlls/mapi32/Makefile"
24038 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24039 mapi32"
24040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24041 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24042 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24044 ALL_MAKEFILES="$ALL_MAKEFILES \\
24045 dlls/mapi32/tests/Makefile"
24046 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24047 mapi32/tests"
24048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24049 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24050 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24052 ALL_MAKEFILES="$ALL_MAKEFILES \\
24053 dlls/mciavi32/Makefile"
24054 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24055 mciavi32"
24056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24057 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24058 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24060 ALL_MAKEFILES="$ALL_MAKEFILES \\
24061 dlls/mcicda/Makefile"
24062 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24063 mcicda"
24064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24065 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24066 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24068 ALL_MAKEFILES="$ALL_MAKEFILES \\
24069 dlls/mciseq/Makefile"
24070 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24071 mciseq"
24072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24073 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24074 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24076 ALL_MAKEFILES="$ALL_MAKEFILES \\
24077 dlls/mciwave/Makefile"
24078 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24079 mciwave"
24080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24081 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24082 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24084 ALL_MAKEFILES="$ALL_MAKEFILES \\
24085 dlls/midimap/Makefile"
24086 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24087 midimap"
24088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24089 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24090 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24092 ALL_MAKEFILES="$ALL_MAKEFILES \\
24093 dlls/mlang/Makefile"
24094 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24095 mlang"
24096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24097 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24098 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24100 ALL_MAKEFILES="$ALL_MAKEFILES \\
24101 dlls/mlang/tests/Makefile"
24102 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24103 mlang/tests"
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24106 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24108 ALL_MAKEFILES="$ALL_MAKEFILES \\
24109 dlls/mmdevldr.vxd/Makefile"
24110 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24111 mmdevldr.vxd"
24112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24113 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24114 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24116 ALL_MAKEFILES="$ALL_MAKEFILES \\
24117 dlls/monodebg.vxd/Makefile"
24118 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24119 monodebg.vxd"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24122 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125 dlls/mountmgr.sys/Makefile"
24126 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24127 mountmgr.sys"
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24130 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133 dlls/mpr/Makefile"
24134 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24135 mpr"
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
24138 ac_config_files="$ac_config_files dlls/mpr/Makefile"
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141 dlls/mprapi/Makefile"
24142 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24143 mprapi"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
24146 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149 dlls/msacm32.drv/Makefile"
24150 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24151 msacm32.drv"
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
24154 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157 dlls/msacm32/Makefile"
24158 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24159 msacm32"
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
24162 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165 dlls/msacm32/tests/Makefile"
24166 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24167 msacm32/tests"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
24170 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173 dlls/msadp32.acm/Makefile"
24174 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24175 msadp32.acm"
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
24178 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181 dlls/mscat32/Makefile"
24182 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24183 mscat32"
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
24186 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189 dlls/mscms/Makefile"
24190 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24191 mscms"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
24194 ac_config_files="$ac_config_files dlls/mscms/Makefile"
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197 dlls/mscms/tests/Makefile"
24198 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24199 mscms/tests"
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
24202 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205 dlls/mscoree/Makefile"
24206 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24207 mscoree"
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
24210 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213 dlls/msdmo/Makefile"
24214 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24215 msdmo"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221 dlls/msftedit/Makefile"
24222 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24223 msftedit"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
24226 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229 dlls/msg711.acm/Makefile"
24230 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24231 msg711.acm"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
24234 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237 dlls/mshtml.tlb/Makefile"
24238 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24239 mshtml.tlb"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/mshtml/Makefile"
24246 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24247 mshtml"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24250 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253 dlls/mshtml/tests/Makefile"
24254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24255 mshtml/tests"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24258 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261 dlls/msi/Makefile"
24262 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24263 msi"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/msi/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/msi/tests/Makefile"
24270 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24271 msi/tests"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24274 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277 dlls/msimg32/Makefile"
24278 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24279 msimg32"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285 dlls/msimtf/Makefile"
24286 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24287 msimtf"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24290 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/msisip/Makefile"
24294 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24295 msisip"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24298 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301 dlls/msisys.ocx/Makefile"
24302 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24303 msisys.ocx"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24306 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309 dlls/msnet32/Makefile"
24310 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24311 msnet32"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24314 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/msrle32/Makefile"
24318 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24319 msrle32"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24322 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325 dlls/mssip32/Makefile"
24326 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24327 mssip32"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24330 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333 dlls/mstask/Makefile"
24334 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24335 mstask"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/mstask/tests/Makefile"
24342 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24343 mstask/tests"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24346 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349 dlls/msvcirt/Makefile"
24350 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24351 msvcirt"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24354 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357 dlls/msvcr71/Makefile"
24358 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24359 msvcr71"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/msvcrt/Makefile"
24366 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24367 msvcrt"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24370 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373 dlls/msvcrt/tests/Makefile"
24374 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24375 msvcrt/tests"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24378 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/msvcrt20/Makefile"
24382 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24383 msvcrt20"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24386 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/msvcrt40/Makefile"
24390 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24391 msvcrt40"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24394 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/msvcrtd/Makefile"
24398 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24399 msvcrtd"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24402 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/msvcrtd/tests/Makefile"
24406 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24407 msvcrtd/tests"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24410 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/msvfw32/Makefile"
24414 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24415 msvfw32"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/msvfw32/tests/Makefile"
24422 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24423 msvfw32/tests"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
24426 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/msvidc32/Makefile"
24430 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24431 msvidc32"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24434 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/mswsock/Makefile"
24438 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24439 mswsock"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24442 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/msxml3/Makefile"
24446 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24447 msxml3"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24450 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/msxml3/tests/Makefile"
24454 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24455 msxml3/tests"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24458 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/nddeapi/Makefile"
24462 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463 nddeapi"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/netapi32/Makefile"
24470 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24471 netapi32"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24474 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/netapi32/tests/Makefile"
24478 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24479 netapi32/tests"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24482 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/newdev/Makefile"
24486 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24487 newdev"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24490 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/ntdll/Makefile"
24494 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24495 ntdll"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/ntdll/tests/Makefile"
24502 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24503 ntdll/tests"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24506 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/ntdsapi/Makefile"
24510 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24511 ntdsapi"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/ntdsapi/tests/Makefile"
24518 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24519 ntdsapi/tests"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24522 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/ntoskrnl.exe/Makefile"
24526 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24527 ntoskrnl.exe"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24530 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/ntprint/Makefile"
24534 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24535 ntprint"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24538 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/ntprint/tests/Makefile"
24542 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24543 ntprint/tests"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24546 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/objsel/Makefile"
24550 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24551 objsel"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24554 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/odbc32/Makefile"
24558 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24559 odbc32"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24562 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/odbccp32/Makefile"
24566 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24567 odbccp32"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24570 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/odbccp32/tests/Makefile"
24574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24575 odbccp32/tests"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24578 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/ole32/Makefile"
24582 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24583 ole32"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24586 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/ole32/tests/Makefile"
24590 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24591 ole32/tests"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24594 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/oleacc/Makefile"
24598 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24599 oleacc"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24602 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/oleacc/tests/Makefile"
24606 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24607 oleacc/tests"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24610 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/oleaut32/Makefile"
24614 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24615 oleaut32"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24618 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/oleaut32/tests/Makefile"
24622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24623 oleaut32/tests"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24626 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/olecli32/Makefile"
24630 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24631 olecli32"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24634 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/oledlg/Makefile"
24638 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639 oledlg"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/olepro32/Makefile"
24646 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647 olepro32"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/olesvr32/Makefile"
24654 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 olesvr32"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/olethk32/Makefile"
24662 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24663 olethk32"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24666 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/opengl32/Makefile"
24670 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671 opengl32"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/opengl32/tests/Makefile"
24678 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24679 opengl32/tests"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/pdh/Makefile"
24686 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687 pdh"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/pdh/tests/Makefile"
24694 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24695 pdh/tests"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24698 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/pidgen/Makefile"
24702 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703 pidgen"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/powrprof/Makefile"
24710 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24711 powrprof"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24714 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/printui/Makefile"
24718 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24719 printui"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24722 ac_config_files="$ac_config_files dlls/printui/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/propsys/Makefile"
24726 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24727 propsys"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24730 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/psapi/Makefile"
24734 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24735 psapi"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24738 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/psapi/tests/Makefile"
24742 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24743 psapi/tests"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24746 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/pstorec/Makefile"
24750 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24751 pstorec"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24754 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/qcap/Makefile"
24758 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24759 qcap"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24762 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/qedit/Makefile"
24766 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24767 qedit"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/qedit/tests/Makefile"
24774 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24775 qedit/tests"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24778 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/qmgr/Makefile"
24782 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24783 qmgr"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/qmgr/tests/Makefile"
24790 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24791 qmgr/tests"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24794 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/qmgrprxy/Makefile"
24798 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799 qmgrprxy"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/quartz/Makefile"
24806 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807 quartz"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/quartz/tests/Makefile"
24814 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24815 quartz/tests"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24818 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/query/Makefile"
24822 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 query"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/query/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/rasapi32/Makefile"
24830 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831 rasapi32"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/rasapi32/tests/Makefile"
24838 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24839 rasapi32/tests"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24842 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/resutils/Makefile"
24846 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24847 resutils"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24850 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/riched20/Makefile"
24854 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855 riched20"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/riched20/tests/Makefile"
24862 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24863 riched20/tests"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24866 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/riched32/Makefile"
24870 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871 riched32"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/riched32/tests/Makefile"
24878 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24879 riched32/tests"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24882 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/rpcrt4/Makefile"
24886 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887 rpcrt4"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/rpcrt4/tests/Makefile"
24894 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24895 rpcrt4/tests"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24898 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/rsabase/Makefile"
24902 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903 rsabase"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/rsaenh/Makefile"
24910 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24911 rsaenh"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24914 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/rsaenh/tests/Makefile"
24918 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24919 rsaenh/tests"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24922 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/sane.ds/Makefile"
24926 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24927 sane.ds"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24930 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/sccbase/Makefile"
24934 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 sccbase"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/schannel/Makefile"
24942 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24943 schannel"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24946 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/schannel/tests/Makefile"
24950 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24951 schannel/tests"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24954 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/secur32/Makefile"
24958 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24959 secur32"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24962 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/secur32/tests/Makefile"
24966 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24967 secur32/tests"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24970 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/security/Makefile"
24974 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24975 security"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24978 ac_config_files="$ac_config_files dlls/security/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/sensapi/Makefile"
24982 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24983 sensapi"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24986 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/serialui/Makefile"
24990 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24991 serialui"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/serialui/tests/Makefile"
24998 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24999 serialui/tests"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
25002 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/setupapi/Makefile"
25006 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25007 setupapi"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/setupapi/tests/Makefile"
25014 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25015 setupapi/tests"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
25018 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/sfc/Makefile"
25022 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023 sfc"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/sfc/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/sfc_os/Makefile"
25030 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25031 sfc_os"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/shdoclc/Makefile"
25038 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25039 shdoclc"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
25042 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/shdocvw/Makefile"
25046 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047 shdocvw"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/shdocvw/tests/Makefile"
25054 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25055 shdocvw/tests"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
25058 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/shell32/Makefile"
25062 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063 shell32"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/shell32/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/shell32/tests/Makefile"
25070 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25071 shell32/tests"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
25074 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/shfolder/Makefile"
25078 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079 shfolder"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/shlwapi/Makefile"
25086 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087 shlwapi"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/shlwapi/tests/Makefile"
25094 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25095 shlwapi/tests"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
25098 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/slbcsp/Makefile"
25102 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103 slbcsp"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/slc/Makefile"
25110 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25111 slc"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
25114 ac_config_files="$ac_config_files dlls/slc/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/snmpapi/Makefile"
25118 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25119 snmpapi"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 dlls/snmpapi/tests/Makefile"
25126 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25127 snmpapi/tests"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
25130 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 dlls/softpub/Makefile"
25134 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25135 softpub"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
25138 ac_config_files="$ac_config_files dlls/softpub/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 dlls/spoolss/Makefile"
25142 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25143 spoolss"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
25146 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 dlls/spoolss/tests/Makefile"
25150 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25151 spoolss/tests"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
25154 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 dlls/stdole2.tlb/Makefile"
25158 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25159 stdole2.tlb"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
25162 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165 dlls/stdole32.tlb/Makefile"
25166 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25167 stdole32.tlb"
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
25170 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173 dlls/sti/Makefile"
25174 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25175 sti"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
25178 ac_config_files="$ac_config_files dlls/sti/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 dlls/strmiids/Makefile"
25182 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25183 strmiids"
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
25186 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189 dlls/svrapi/Makefile"
25190 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25191 svrapi"
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
25194 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197 dlls/sxs/Makefile"
25198 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25199 sxs"
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
25202 ac_config_files="$ac_config_files dlls/sxs/Makefile"
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205 dlls/tapi32/Makefile"
25206 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25207 tapi32"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
25210 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213 dlls/twain_32/Makefile"
25214 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25215 twain_32"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
25218 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 dlls/unicows/Makefile"
25222 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25223 unicows"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
25226 ac_config_files="$ac_config_files dlls/unicows/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 dlls/updspapi/Makefile"
25230 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25231 updspapi"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
25234 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 dlls/url/Makefile"
25238 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25239 url"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
25242 ac_config_files="$ac_config_files dlls/url/Makefile"
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245 dlls/urlmon/Makefile"
25246 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25247 urlmon"
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
25250 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253 dlls/urlmon/tests/Makefile"
25254 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25255 urlmon/tests"
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
25258 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261 dlls/user32/Makefile"
25262 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25263 user32"
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
25266 ac_config_files="$ac_config_files dlls/user32/Makefile"
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269 dlls/user32/tests/Makefile"
25270 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25271 user32/tests"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25274 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277 dlls/userenv/Makefile"
25278 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25279 userenv"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25282 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 dlls/userenv/tests/Makefile"
25286 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25287 userenv/tests"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25290 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 dlls/usp10/Makefile"
25294 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25295 usp10"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25298 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 dlls/usp10/tests/Makefile"
25302 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25303 usp10/tests"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25306 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309 dlls/uuid/Makefile"
25310 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25311 uuid"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25314 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317 dlls/uxtheme/Makefile"
25318 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25319 uxtheme"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25322 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325 dlls/uxtheme/tests/Makefile"
25326 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25327 uxtheme/tests"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25330 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333 dlls/vdhcp.vxd/Makefile"
25334 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25335 vdhcp.vxd"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 dlls/vdmdbg/Makefile"
25342 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25343 vdmdbg"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25346 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 dlls/version/Makefile"
25350 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25351 version"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25354 ac_config_files="$ac_config_files dlls/version/Makefile"
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357 dlls/version/tests/Makefile"
25358 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25359 version/tests"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25362 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365 dlls/vmm.vxd/Makefile"
25366 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25367 vmm.vxd"
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25370 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373 dlls/vnbt.vxd/Makefile"
25374 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25375 vnbt.vxd"
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25378 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25381 dlls/vnetbios.vxd/Makefile"
25382 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25383 vnetbios.vxd"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25386 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389 dlls/vtdapi.vxd/Makefile"
25390 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25391 vtdapi.vxd"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25394 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397 dlls/vwin32.vxd/Makefile"
25398 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25399 vwin32.vxd"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25402 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 dlls/w32skrnl/Makefile"
25406 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25407 w32skrnl"
25408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25409 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25410 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25412 ALL_MAKEFILES="$ALL_MAKEFILES \\
25413 dlls/winealsa.drv/Makefile"
25414 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25415 winealsa.drv"
25416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25417 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25418 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25420 ALL_MAKEFILES="$ALL_MAKEFILES \\
25421 dlls/wineaudioio.drv/Makefile"
25422 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25423 wineaudioio.drv"
25424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25425 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25426 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25428 ALL_MAKEFILES="$ALL_MAKEFILES \\
25429 dlls/winecoreaudio.drv/Makefile"
25430 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25431 winecoreaudio.drv"
25432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25433 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25434 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25436 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437 dlls/winecrt0/Makefile"
25438 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25439 winecrt0"
25440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25441 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25442 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25444 ALL_MAKEFILES="$ALL_MAKEFILES \\
25445 dlls/wined3d/Makefile"
25446 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25447 wined3d"
25448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25449 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25450 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25452 ALL_MAKEFILES="$ALL_MAKEFILES \\
25453 dlls/winedos/Makefile"
25454 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25455 winedos"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25458 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 dlls/wineesd.drv/Makefile"
25462 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25463 wineesd.drv"
25464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25465 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25466 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25468 ALL_MAKEFILES="$ALL_MAKEFILES \\
25469 dlls/winejack.drv/Makefile"
25470 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25471 winejack.drv"
25472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25473 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25474 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25476 ALL_MAKEFILES="$ALL_MAKEFILES \\
25477 dlls/winejoystick.drv/Makefile"
25478 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25479 winejoystick.drv"
25480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25481 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25482 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25484 ALL_MAKEFILES="$ALL_MAKEFILES \\
25485 dlls/winemp3.acm/Makefile"
25486 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25487 winemp3.acm"
25488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25489 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25490 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25492 ALL_MAKEFILES="$ALL_MAKEFILES \\
25493 dlls/winenas.drv/Makefile"
25494 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25495 winenas.drv"
25496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25497 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25498 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25500 ALL_MAKEFILES="$ALL_MAKEFILES \\
25501 dlls/wineoss.drv/Makefile"
25502 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25503 wineoss.drv"
25504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25505 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25506 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25508 ALL_MAKEFILES="$ALL_MAKEFILES \\
25509 dlls/wineps.drv/Makefile"
25510 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25511 wineps.drv"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25514 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 dlls/winepulse.drv/Makefile"
25518 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25519 winepulse.drv"
25520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25521 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25522 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25524 ALL_MAKEFILES="$ALL_MAKEFILES \\
25525 dlls/winequartz.drv/Makefile"
25526 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25527 winequartz.drv"
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25530 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533 dlls/winex11.drv/Makefile"
25534 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25535 winex11.drv"
25536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25537 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25538 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25540 ALL_MAKEFILES="$ALL_MAKEFILES \\
25541 dlls/wing32/Makefile"
25542 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25543 wing32"
25544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25545 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25546 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25548 ALL_MAKEFILES="$ALL_MAKEFILES \\
25549 dlls/winhttp/Makefile"
25550 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25551 winhttp"
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25554 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 dlls/winhttp/tests/Makefile"
25558 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25559 winhttp/tests"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25562 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 dlls/wininet/Makefile"
25566 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25567 wininet"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25570 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573 dlls/wininet/tests/Makefile"
25574 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25575 wininet/tests"
25576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25577 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25578 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25580 ALL_MAKEFILES="$ALL_MAKEFILES \\
25581 dlls/winmm/Makefile"
25582 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25583 winmm"
25584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25585 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25586 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25588 ALL_MAKEFILES="$ALL_MAKEFILES \\
25589 dlls/winmm/tests/Makefile"
25590 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25591 winmm/tests"
25592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25593 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25594 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25596 ALL_MAKEFILES="$ALL_MAKEFILES \\
25597 dlls/winnls32/Makefile"
25598 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25599 winnls32"
25600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25601 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25602 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25604 ALL_MAKEFILES="$ALL_MAKEFILES \\
25605 dlls/winscard/Makefile"
25606 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25607 winscard"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25610 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613 dlls/winspool.drv/Makefile"
25614 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25615 winspool.drv"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25618 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621 dlls/winspool.drv/tests/Makefile"
25622 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25623 winspool.drv/tests"
25624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25625 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25626 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25628 ALL_MAKEFILES="$ALL_MAKEFILES \\
25629 dlls/wintab32/Makefile"
25630 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25631 wintab32"
25632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25633 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25634 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25636 ALL_MAKEFILES="$ALL_MAKEFILES \\
25637 dlls/wintrust/Makefile"
25638 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25639 wintrust"
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25642 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645 dlls/wintrust/tests/Makefile"
25646 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25647 wintrust/tests"
25648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25649 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25650 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25652 ALL_MAKEFILES="$ALL_MAKEFILES \\
25653 dlls/wldap32/Makefile"
25654 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25655 wldap32"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25658 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 dlls/wldap32/tests/Makefile"
25662 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25663 wldap32/tests"
25664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25665 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25666 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25668 ALL_MAKEFILES="$ALL_MAKEFILES \\
25669 dlls/wmi/Makefile"
25670 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25671 wmi"
25672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25673 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25674 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25676 ALL_MAKEFILES="$ALL_MAKEFILES \\
25677 dlls/wnaspi32/Makefile"
25678 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25679 wnaspi32"
25680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25681 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25682 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25684 ALL_MAKEFILES="$ALL_MAKEFILES \\
25685 dlls/wow32/Makefile"
25686 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25687 wow32"
25688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25689 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25690 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25692 ALL_MAKEFILES="$ALL_MAKEFILES \\
25693 dlls/ws2_32/Makefile"
25694 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25695 ws2_32"
25696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25697 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25698 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25700 ALL_MAKEFILES="$ALL_MAKEFILES \\
25701 dlls/ws2_32/tests/Makefile"
25702 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25703 ws2_32/tests"
25704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25705 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25706 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25708 ALL_MAKEFILES="$ALL_MAKEFILES \\
25709 dlls/wsock32/Makefile"
25710 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25711 wsock32"
25712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25713 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25714 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25716 ALL_MAKEFILES="$ALL_MAKEFILES \\
25717 dlls/wtsapi32/Makefile"
25718 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25719 wtsapi32"
25720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25721 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25722 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25724 ALL_MAKEFILES="$ALL_MAKEFILES \\
25725 dlls/wuapi/Makefile"
25726 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25727 wuapi"
25728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25729 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
25730 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
25732 ALL_MAKEFILES="$ALL_MAKEFILES \\
25733 dlls/xinput1_1/Makefile"
25734 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25735 xinput1_1"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
25738 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741 dlls/xinput1_2/Makefile"
25742 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25743 xinput1_2"
25744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25745 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
25746 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
25748 ALL_MAKEFILES="$ALL_MAKEFILES \\
25749 dlls/xinput1_3/Makefile"
25750 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25751 xinput1_3"
25752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25753 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
25754 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
25756 ALL_MAKEFILES="$ALL_MAKEFILES \\
25757 dlls/xinput1_3/tests/Makefile"
25758 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25759 xinput1_3/tests"
25760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25761 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
25762 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
25764 ALL_MAKEFILES="$ALL_MAKEFILES \\
25765 dlls/xinput9_1_0/Makefile"
25766 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25767 xinput9_1_0"
25768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25769 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
25770 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
25772 ALL_MAKEFILES="$ALL_MAKEFILES \\
25773 documentation/Makefile"
25774 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25775 documentation"
25776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25777 documentation/Makefile: documentation/Makefile.in Make.rules"
25778 ac_config_files="$ac_config_files documentation/Makefile"
25780 ALL_MAKEFILES="$ALL_MAKEFILES \\
25781 fonts/Makefile"
25782 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25783 fonts"
25784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25785 fonts/Makefile: fonts/Makefile.in Make.rules"
25786 ac_config_files="$ac_config_files fonts/Makefile"
25788 ALL_MAKEFILES="$ALL_MAKEFILES \\
25789 include/Makefile"
25790 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25791 include"
25792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25793 include/Makefile: include/Makefile.in Make.rules"
25794 ac_config_files="$ac_config_files include/Makefile"
25796 ALL_MAKEFILES="$ALL_MAKEFILES \\
25797 libs/Makefile"
25798 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25799 libs"
25800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25801 libs/Makefile: libs/Makefile.in Make.rules"
25802 ac_config_files="$ac_config_files libs/Makefile"
25804 ALL_MAKEFILES="$ALL_MAKEFILES \\
25805 libs/port/Makefile"
25807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25808 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25809 ac_config_files="$ac_config_files libs/port/Makefile"
25811 ALL_MAKEFILES="$ALL_MAKEFILES \\
25812 libs/wine/Makefile"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25816 ac_config_files="$ac_config_files libs/wine/Makefile"
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819 libs/wpp/Makefile"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25823 ac_config_files="$ac_config_files libs/wpp/Makefile"
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826 loader/Makefile"
25827 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25828 loader"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 loader/Makefile: loader/Makefile.in Make.rules"
25831 ac_config_files="$ac_config_files loader/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 programs/Makefile"
25835 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25836 programs"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 programs/Makefile: programs/Makefile.in Make.rules"
25839 ac_config_files="$ac_config_files programs/Makefile"
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842 programs/cacls/Makefile"
25843 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25844 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25845 cacls"
25846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25847 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
25848 ac_config_files="$ac_config_files programs/cacls/Makefile"
25850 ALL_MAKEFILES="$ALL_MAKEFILES \\
25851 programs/clock/Makefile"
25852 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25853 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25854 clock"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25857 ac_config_files="$ac_config_files programs/clock/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 programs/cmd/Makefile"
25861 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25862 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25863 cmd"
25864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25865 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25866 ac_config_files="$ac_config_files programs/cmd/Makefile"
25868 ALL_MAKEFILES="$ALL_MAKEFILES \\
25869 programs/cmdlgtst/Makefile"
25870 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25871 cmdlgtst"
25872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25873 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25874 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25876 ALL_MAKEFILES="$ALL_MAKEFILES \\
25877 programs/control/Makefile"
25878 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25879 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25880 control"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25883 ac_config_files="$ac_config_files programs/control/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 programs/eject/Makefile"
25887 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25888 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25889 eject"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25892 ac_config_files="$ac_config_files programs/eject/Makefile"
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895 programs/expand/Makefile"
25896 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25897 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25898 expand"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25901 ac_config_files="$ac_config_files programs/expand/Makefile"
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904 programs/explorer/Makefile"
25905 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25906 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25907 explorer"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25910 ac_config_files="$ac_config_files programs/explorer/Makefile"
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913 programs/hh/Makefile"
25914 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25915 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25919 ac_config_files="$ac_config_files programs/hh/Makefile"
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922 programs/icinfo/Makefile"
25923 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25924 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25925 icinfo"
25926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25927 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25928 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25930 ALL_MAKEFILES="$ALL_MAKEFILES \\
25931 programs/iexplore/Makefile"
25932 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25933 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25934 iexplore"
25935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25936 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25937 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25939 ALL_MAKEFILES="$ALL_MAKEFILES \\
25940 programs/msiexec/Makefile"
25941 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25942 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25943 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25944 msiexec"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25947 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 programs/net/Makefile"
25951 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25952 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25953 net"
25954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25955 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25956 ac_config_files="$ac_config_files programs/net/Makefile"
25958 ALL_MAKEFILES="$ALL_MAKEFILES \\
25959 programs/notepad/Makefile"
25960 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25961 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25962 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25963 notepad"
25964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25965 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25966 ac_config_files="$ac_config_files programs/notepad/Makefile"
25968 ALL_MAKEFILES="$ALL_MAKEFILES \\
25969 programs/oleview/Makefile"
25970 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25971 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25972 oleview"
25973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25974 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25975 ac_config_files="$ac_config_files programs/oleview/Makefile"
25977 ALL_MAKEFILES="$ALL_MAKEFILES \\
25978 programs/progman/Makefile"
25979 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25980 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25981 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25982 progman"
25983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25984 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25985 ac_config_files="$ac_config_files programs/progman/Makefile"
25987 ALL_MAKEFILES="$ALL_MAKEFILES \\
25988 programs/reg/Makefile"
25989 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25990 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25991 reg"
25992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25993 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25994 ac_config_files="$ac_config_files programs/reg/Makefile"
25996 ALL_MAKEFILES="$ALL_MAKEFILES \\
25997 programs/regedit/Makefile"
25998 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25999 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26000 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26001 regedit"
26002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26003 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26004 ac_config_files="$ac_config_files programs/regedit/Makefile"
26006 ALL_MAKEFILES="$ALL_MAKEFILES \\
26007 programs/regsvr32/Makefile"
26008 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26009 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26010 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26011 regsvr32"
26012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26013 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
26014 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
26016 ALL_MAKEFILES="$ALL_MAKEFILES \\
26017 programs/rpcss/Makefile"
26018 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26019 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26020 rpcss"
26021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26022 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
26023 ac_config_files="$ac_config_files programs/rpcss/Makefile"
26025 ALL_MAKEFILES="$ALL_MAKEFILES \\
26026 programs/rundll32/Makefile"
26027 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26028 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26029 rundll32"
26030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26031 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
26032 ac_config_files="$ac_config_files programs/rundll32/Makefile"
26034 ALL_MAKEFILES="$ALL_MAKEFILES \\
26035 programs/secedit/Makefile"
26036 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26037 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26038 secedit"
26039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26040 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
26041 ac_config_files="$ac_config_files programs/secedit/Makefile"
26043 ALL_MAKEFILES="$ALL_MAKEFILES \\
26044 programs/services/Makefile"
26045 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26046 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26047 services"
26048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26049 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
26050 ac_config_files="$ac_config_files programs/services/Makefile"
26052 ALL_MAKEFILES="$ALL_MAKEFILES \\
26053 programs/spoolsv/Makefile"
26054 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26055 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26056 spoolsv"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
26059 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 programs/start/Makefile"
26063 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26064 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26065 start"
26066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26067 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
26068 ac_config_files="$ac_config_files programs/start/Makefile"
26070 ALL_MAKEFILES="$ALL_MAKEFILES \\
26071 programs/svchost/Makefile"
26072 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26073 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26074 svchost"
26075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26076 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
26077 ac_config_files="$ac_config_files programs/svchost/Makefile"
26079 ALL_MAKEFILES="$ALL_MAKEFILES \\
26080 programs/taskmgr/Makefile"
26081 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26082 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26083 taskmgr"
26084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26085 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
26086 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
26088 ALL_MAKEFILES="$ALL_MAKEFILES \\
26089 programs/uninstaller/Makefile"
26090 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26091 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26092 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26093 uninstaller"
26094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26095 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
26096 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
26098 ALL_MAKEFILES="$ALL_MAKEFILES \\
26099 programs/view/Makefile"
26100 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26101 view"
26102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26103 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
26104 ac_config_files="$ac_config_files programs/view/Makefile"
26106 ALL_MAKEFILES="$ALL_MAKEFILES \\
26107 programs/wineboot/Makefile"
26108 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26109 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26110 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26111 wineboot"
26112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26113 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
26114 ac_config_files="$ac_config_files programs/wineboot/Makefile"
26116 ALL_MAKEFILES="$ALL_MAKEFILES \\
26117 programs/winebrowser/Makefile"
26118 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26119 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26120 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26121 winebrowser"
26122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26123 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
26124 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
26126 ALL_MAKEFILES="$ALL_MAKEFILES \\
26127 programs/winecfg/Makefile"
26128 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26129 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26130 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26131 winecfg"
26132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26133 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
26134 ac_config_files="$ac_config_files programs/winecfg/Makefile"
26136 ALL_MAKEFILES="$ALL_MAKEFILES \\
26137 programs/wineconsole/Makefile"
26138 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26139 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26140 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26141 wineconsole"
26142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26143 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
26144 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
26146 ALL_MAKEFILES="$ALL_MAKEFILES \\
26147 programs/winedbg/Makefile"
26148 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26149 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26150 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26151 winedbg"
26152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26153 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
26154 ac_config_files="$ac_config_files programs/winedbg/Makefile"
26156 ALL_MAKEFILES="$ALL_MAKEFILES \\
26157 programs/winedevice/Makefile"
26158 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26159 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26160 winedevice"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
26163 ac_config_files="$ac_config_files programs/winedevice/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 programs/winefile/Makefile"
26167 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26168 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26169 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26170 winefile"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
26173 ac_config_files="$ac_config_files programs/winefile/Makefile"
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176 programs/winemenubuilder/Makefile"
26177 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26178 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26179 winemenubuilder"
26180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26181 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
26182 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
26184 ALL_MAKEFILES="$ALL_MAKEFILES \\
26185 programs/winemine/Makefile"
26186 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26187 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26188 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26189 winemine"
26190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26191 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
26192 ac_config_files="$ac_config_files programs/winemine/Makefile"
26194 ALL_MAKEFILES="$ALL_MAKEFILES \\
26195 programs/winepath/Makefile"
26196 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26197 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26198 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26199 winepath"
26200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26201 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
26202 ac_config_files="$ac_config_files programs/winepath/Makefile"
26204 ALL_MAKEFILES="$ALL_MAKEFILES \\
26205 programs/winetest/Makefile"
26206 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26207 winetest"
26208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26209 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
26210 ac_config_files="$ac_config_files programs/winetest/Makefile"
26212 ALL_MAKEFILES="$ALL_MAKEFILES \\
26213 programs/winevdm/Makefile"
26214 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26215 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26216 winevdm"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
26219 ac_config_files="$ac_config_files programs/winevdm/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 programs/winhlp32/Makefile"
26223 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26224 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26225 winhlp32"
26226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26227 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
26228 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
26230 ALL_MAKEFILES="$ALL_MAKEFILES \\
26231 programs/winver/Makefile"
26232 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26233 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26234 winver"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
26237 ac_config_files="$ac_config_files programs/winver/Makefile"
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240 programs/wordpad/Makefile"
26241 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26242 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26243 wordpad"
26244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26245 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
26246 ac_config_files="$ac_config_files programs/wordpad/Makefile"
26248 ALL_MAKEFILES="$ALL_MAKEFILES \\
26249 programs/write/Makefile"
26250 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26251 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26252 write"
26253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26254 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
26255 ac_config_files="$ac_config_files programs/write/Makefile"
26257 ALL_MAKEFILES="$ALL_MAKEFILES \\
26258 programs/xcopy/Makefile"
26259 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26260 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26261 xcopy"
26262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26263 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
26264 ac_config_files="$ac_config_files programs/xcopy/Makefile"
26266 ALL_MAKEFILES="$ALL_MAKEFILES \\
26267 server/Makefile"
26268 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26269 server"
26270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26271 server/Makefile: server/Makefile.in Make.rules"
26272 ac_config_files="$ac_config_files server/Makefile"
26274 ALL_MAKEFILES="$ALL_MAKEFILES \\
26275 tools/Makefile"
26276 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26277 tools"
26278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26279 tools/Makefile: tools/Makefile.in Make.rules"
26280 ac_config_files="$ac_config_files tools/Makefile"
26282 ALL_MAKEFILES="$ALL_MAKEFILES \\
26283 tools/widl/Makefile"
26285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26286 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
26287 ac_config_files="$ac_config_files tools/widl/Makefile"
26289 ALL_MAKEFILES="$ALL_MAKEFILES \\
26290 tools/winebuild/Makefile"
26292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26293 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
26294 ac_config_files="$ac_config_files tools/winebuild/Makefile"
26296 ALL_MAKEFILES="$ALL_MAKEFILES \\
26297 tools/winedump/Makefile"
26299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26300 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
26301 ac_config_files="$ac_config_files tools/winedump/Makefile"
26303 ALL_MAKEFILES="$ALL_MAKEFILES \\
26304 tools/winegcc/Makefile"
26306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26307 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
26308 ac_config_files="$ac_config_files tools/winegcc/Makefile"
26310 ALL_MAKEFILES="$ALL_MAKEFILES \\
26311 tools/wmc/Makefile"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
26315 ac_config_files="$ac_config_files tools/wmc/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 tools/wrc/Makefile"
26320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26321 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
26322 ac_config_files="$ac_config_files tools/wrc/Makefile"
26326 ALL_WINETEST_DEPENDS="# Test binaries"
26328 for dir in $ALL_TEST_DIRS
26330 if test "$dir" != "\\"
26331 then
26332 testname=`expr $dir : '\(.*\)/tests'`_test.exe
26333 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
26334 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
26335 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
26337 done
26339 cat >confcache <<\_ACEOF
26340 # This file is a shell script that caches the results of configure
26341 # tests run on this system so they can be shared between configure
26342 # scripts and configure runs, see configure's option --config-cache.
26343 # It is not useful on other systems. If it contains results you don't
26344 # want to keep, you may remove or edit it.
26346 # config.status only pays attention to the cache file if you give it
26347 # the --recheck option to rerun configure.
26349 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26350 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26351 # following values.
26353 _ACEOF
26355 # The following way of writing the cache mishandles newlines in values,
26356 # but we know of no workaround that is simple, portable, and efficient.
26357 # So, we kill variables containing newlines.
26358 # Ultrix sh set writes to stderr and can't be redirected directly,
26359 # and sets the high bit in the cache file unless we assign to the vars.
26361 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26362 eval ac_val=\$$ac_var
26363 case $ac_val in #(
26364 *${as_nl}*)
26365 case $ac_var in #(
26366 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26367 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26368 esac
26369 case $ac_var in #(
26370 _ | IFS | as_nl) ;; #(
26371 *) $as_unset $ac_var ;;
26372 esac ;;
26373 esac
26374 done
26376 (set) 2>&1 |
26377 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26378 *${as_nl}ac_space=\ *)
26379 # `set' does not quote correctly, so add quotes (double-quote
26380 # substitution turns \\\\ into \\, and sed turns \\ into \).
26381 sed -n \
26382 "s/'/'\\\\''/g;
26383 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26384 ;; #(
26386 # `set' quotes correctly as required by POSIX, so do not add quotes.
26387 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26389 esac |
26390 sort
26392 sed '
26393 /^ac_cv_env_/b end
26394 t clear
26395 :clear
26396 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26397 t end
26398 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26399 :end' >>confcache
26400 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26401 if test -w "$cache_file"; then
26402 test "x$cache_file" != "x/dev/null" &&
26403 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26404 echo "$as_me: updating cache $cache_file" >&6;}
26405 cat confcache >$cache_file
26406 else
26407 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26408 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26411 rm -f confcache
26413 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26414 # Let make expand exec_prefix.
26415 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26417 DEFS=-DHAVE_CONFIG_H
26419 ac_libobjs=
26420 ac_ltlibobjs=
26421 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26422 # 1. Remove the extension, and $U if already installed.
26423 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26424 ac_i=`echo "$ac_i" | sed "$ac_script"`
26425 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26426 # will be set to the directory where LIBOBJS objects are built.
26427 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26428 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26429 done
26430 LIBOBJS=$ac_libobjs
26432 LTLIBOBJS=$ac_ltlibobjs
26436 : ${CONFIG_STATUS=./config.status}
26437 ac_clean_files_save=$ac_clean_files
26438 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26439 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26440 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26441 cat >$CONFIG_STATUS <<_ACEOF
26442 #! $SHELL
26443 # Generated by $as_me.
26444 # Run this file to recreate the current configuration.
26445 # Compiler output produced by configure, useful for debugging
26446 # configure, is in config.log if it exists.
26448 debug=false
26449 ac_cs_recheck=false
26450 ac_cs_silent=false
26451 SHELL=\${CONFIG_SHELL-$SHELL}
26452 _ACEOF
26454 cat >>$CONFIG_STATUS <<\_ACEOF
26455 ## --------------------- ##
26456 ## M4sh Initialization. ##
26457 ## --------------------- ##
26459 # Be more Bourne compatible
26460 DUALCASE=1; export DUALCASE # for MKS sh
26461 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26462 emulate sh
26463 NULLCMD=:
26464 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26465 # is contrary to our usage. Disable this feature.
26466 alias -g '${1+"$@"}'='"$@"'
26467 setopt NO_GLOB_SUBST
26468 else
26469 case `(set -o) 2>/dev/null` in
26470 *posix*) set -o posix ;;
26471 esac
26478 # PATH needs CR
26479 # Avoid depending upon Character Ranges.
26480 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26481 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26482 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26483 as_cr_digits='0123456789'
26484 as_cr_alnum=$as_cr_Letters$as_cr_digits
26486 # The user is always right.
26487 if test "${PATH_SEPARATOR+set}" != set; then
26488 echo "#! /bin/sh" >conf$$.sh
26489 echo "exit 0" >>conf$$.sh
26490 chmod +x conf$$.sh
26491 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26492 PATH_SEPARATOR=';'
26493 else
26494 PATH_SEPARATOR=:
26496 rm -f conf$$.sh
26499 # Support unset when possible.
26500 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26501 as_unset=unset
26502 else
26503 as_unset=false
26507 # IFS
26508 # We need space, tab and new line, in precisely that order. Quoting is
26509 # there to prevent editors from complaining about space-tab.
26510 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26511 # splitting by setting IFS to empty value.)
26512 as_nl='
26514 IFS=" "" $as_nl"
26516 # Find who we are. Look in the path if we contain no directory separator.
26517 case $0 in
26518 *[\\/]* ) as_myself=$0 ;;
26519 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26520 for as_dir in $PATH
26522 IFS=$as_save_IFS
26523 test -z "$as_dir" && as_dir=.
26524 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26525 done
26526 IFS=$as_save_IFS
26529 esac
26530 # We did not find ourselves, most probably we were run as `sh COMMAND'
26531 # in which case we are not to be found in the path.
26532 if test "x$as_myself" = x; then
26533 as_myself=$0
26535 if test ! -f "$as_myself"; then
26536 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26537 { (exit 1); exit 1; }
26540 # Work around bugs in pre-3.0 UWIN ksh.
26541 for as_var in ENV MAIL MAILPATH
26542 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26543 done
26544 PS1='$ '
26545 PS2='> '
26546 PS4='+ '
26548 # NLS nuisances.
26549 for as_var in \
26550 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26551 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26552 LC_TELEPHONE LC_TIME
26554 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26555 eval $as_var=C; export $as_var
26556 else
26557 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26559 done
26561 # Required to use basename.
26562 if expr a : '\(a\)' >/dev/null 2>&1 &&
26563 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26564 as_expr=expr
26565 else
26566 as_expr=false
26569 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26570 as_basename=basename
26571 else
26572 as_basename=false
26576 # Name of the executable.
26577 as_me=`$as_basename -- "$0" ||
26578 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26579 X"$0" : 'X\(//\)$' \| \
26580 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26581 echo X/"$0" |
26582 sed '/^.*\/\([^/][^/]*\)\/*$/{
26583 s//\1/
26586 /^X\/\(\/\/\)$/{
26587 s//\1/
26590 /^X\/\(\/\).*/{
26591 s//\1/
26594 s/.*/./; q'`
26596 # CDPATH.
26597 $as_unset CDPATH
26601 as_lineno_1=$LINENO
26602 as_lineno_2=$LINENO
26603 test "x$as_lineno_1" != "x$as_lineno_2" &&
26604 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26606 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26607 # uniformly replaced by the line number. The first 'sed' inserts a
26608 # line-number line after each line using $LINENO; the second 'sed'
26609 # does the real work. The second script uses 'N' to pair each
26610 # line-number line with the line containing $LINENO, and appends
26611 # trailing '-' during substitution so that $LINENO is not a special
26612 # case at line end.
26613 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26614 # scripts with optimization help from Paolo Bonzini. Blame Lee
26615 # E. McMahon (1931-1989) for sed's syntax. :-)
26616 sed -n '
26618 /[$]LINENO/=
26619 ' <$as_myself |
26620 sed '
26621 s/[$]LINENO.*/&-/
26622 t lineno
26624 :lineno
26626 :loop
26627 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26628 t loop
26629 s/-\n.*//
26630 ' >$as_me.lineno &&
26631 chmod +x "$as_me.lineno" ||
26632 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26633 { (exit 1); exit 1; }; }
26635 # Don't try to exec as it changes $[0], causing all sort of problems
26636 # (the dirname of $[0] is not the place where we might find the
26637 # original and so on. Autoconf is especially sensitive to this).
26638 . "./$as_me.lineno"
26639 # Exit status is that of the last command.
26640 exit
26644 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26645 as_dirname=dirname
26646 else
26647 as_dirname=false
26650 ECHO_C= ECHO_N= ECHO_T=
26651 case `echo -n x` in
26652 -n*)
26653 case `echo 'x\c'` in
26654 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26655 *) ECHO_C='\c';;
26656 esac;;
26658 ECHO_N='-n';;
26659 esac
26661 if expr a : '\(a\)' >/dev/null 2>&1 &&
26662 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26663 as_expr=expr
26664 else
26665 as_expr=false
26668 rm -f conf$$ conf$$.exe conf$$.file
26669 if test -d conf$$.dir; then
26670 rm -f conf$$.dir/conf$$.file
26671 else
26672 rm -f conf$$.dir
26673 mkdir conf$$.dir
26675 echo >conf$$.file
26676 if ln -s conf$$.file conf$$ 2>/dev/null; then
26677 as_ln_s='ln -s'
26678 # ... but there are two gotchas:
26679 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26680 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26681 # In both cases, we have to default to `cp -p'.
26682 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26683 as_ln_s='cp -p'
26684 elif ln conf$$.file conf$$ 2>/dev/null; then
26685 as_ln_s=ln
26686 else
26687 as_ln_s='cp -p'
26689 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26690 rmdir conf$$.dir 2>/dev/null
26692 if mkdir -p . 2>/dev/null; then
26693 as_mkdir_p=:
26694 else
26695 test -d ./-p && rmdir ./-p
26696 as_mkdir_p=false
26699 if test -x / >/dev/null 2>&1; then
26700 as_test_x='test -x'
26701 else
26702 if ls -dL / >/dev/null 2>&1; then
26703 as_ls_L_option=L
26704 else
26705 as_ls_L_option=
26707 as_test_x='
26708 eval sh -c '\''
26709 if test -d "$1"; then
26710 test -d "$1/.";
26711 else
26712 case $1 in
26713 -*)set "./$1";;
26714 esac;
26715 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26716 ???[sx]*):;;*)false;;esac;fi
26717 '\'' sh
26720 as_executable_p=$as_test_x
26722 # Sed expression to map a string onto a valid CPP name.
26723 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26725 # Sed expression to map a string onto a valid variable name.
26726 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26729 exec 6>&1
26731 # Save the log message, to keep $[0] and so on meaningful, and to
26732 # report actual input values of CONFIG_FILES etc. instead of their
26733 # values after options handling.
26734 ac_log="
26735 This file was extended by Wine $as_me 1.1.13, which was
26736 generated by GNU Autoconf 2.61. Invocation command line was
26738 CONFIG_FILES = $CONFIG_FILES
26739 CONFIG_HEADERS = $CONFIG_HEADERS
26740 CONFIG_LINKS = $CONFIG_LINKS
26741 CONFIG_COMMANDS = $CONFIG_COMMANDS
26742 $ $0 $@
26744 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26747 _ACEOF
26749 cat >>$CONFIG_STATUS <<_ACEOF
26750 # Files that config.status was made for.
26751 config_files="$ac_config_files"
26752 config_headers="$ac_config_headers"
26753 config_commands="$ac_config_commands"
26755 _ACEOF
26757 cat >>$CONFIG_STATUS <<\_ACEOF
26758 ac_cs_usage="\
26759 \`$as_me' instantiates files from templates according to the
26760 current configuration.
26762 Usage: $0 [OPTIONS] [FILE]...
26764 -h, --help print this help, then exit
26765 -V, --version print version number and configuration settings, then exit
26766 -q, --quiet do not print progress messages
26767 -d, --debug don't remove temporary files
26768 --recheck update $as_me by reconfiguring in the same conditions
26769 --file=FILE[:TEMPLATE]
26770 instantiate the configuration file FILE
26771 --header=FILE[:TEMPLATE]
26772 instantiate the configuration header FILE
26774 Configuration files:
26775 $config_files
26777 Configuration headers:
26778 $config_headers
26780 Configuration commands:
26781 $config_commands
26783 Report bugs to <bug-autoconf@gnu.org>."
26785 _ACEOF
26786 cat >>$CONFIG_STATUS <<_ACEOF
26787 ac_cs_version="\\
26788 Wine config.status 1.1.13
26789 configured by $0, generated by GNU Autoconf 2.61,
26790 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26792 Copyright (C) 2006 Free Software Foundation, Inc.
26793 This config.status script is free software; the Free Software Foundation
26794 gives unlimited permission to copy, distribute and modify it."
26796 ac_pwd='$ac_pwd'
26797 srcdir='$srcdir'
26798 INSTALL='$INSTALL'
26799 _ACEOF
26801 cat >>$CONFIG_STATUS <<\_ACEOF
26802 # If no file are specified by the user, then we need to provide default
26803 # value. By we need to know if files were specified by the user.
26804 ac_need_defaults=:
26805 while test $# != 0
26807 case $1 in
26808 --*=*)
26809 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26810 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26811 ac_shift=:
26814 ac_option=$1
26815 ac_optarg=$2
26816 ac_shift=shift
26818 esac
26820 case $ac_option in
26821 # Handling of the options.
26822 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26823 ac_cs_recheck=: ;;
26824 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26825 echo "$ac_cs_version"; exit ;;
26826 --debug | --debu | --deb | --de | --d | -d )
26827 debug=: ;;
26828 --file | --fil | --fi | --f )
26829 $ac_shift
26830 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26831 ac_need_defaults=false;;
26832 --header | --heade | --head | --hea )
26833 $ac_shift
26834 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26835 ac_need_defaults=false;;
26836 --he | --h)
26837 # Conflict between --help and --header
26838 { echo "$as_me: error: ambiguous option: $1
26839 Try \`$0 --help' for more information." >&2
26840 { (exit 1); exit 1; }; };;
26841 --help | --hel | -h )
26842 echo "$ac_cs_usage"; exit ;;
26843 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26844 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26845 ac_cs_silent=: ;;
26847 # This is an error.
26848 -*) { echo "$as_me: error: unrecognized option: $1
26849 Try \`$0 --help' for more information." >&2
26850 { (exit 1); exit 1; }; } ;;
26852 *) ac_config_targets="$ac_config_targets $1"
26853 ac_need_defaults=false ;;
26855 esac
26856 shift
26857 done
26859 ac_configure_extra_args=
26861 if $ac_cs_silent; then
26862 exec 6>/dev/null
26863 ac_configure_extra_args="$ac_configure_extra_args --silent"
26866 _ACEOF
26867 cat >>$CONFIG_STATUS <<_ACEOF
26868 if \$ac_cs_recheck; then
26869 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26870 CONFIG_SHELL=$SHELL
26871 export CONFIG_SHELL
26872 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26875 _ACEOF
26876 cat >>$CONFIG_STATUS <<\_ACEOF
26877 exec 5>>config.log
26879 echo
26880 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26881 ## Running $as_me. ##
26882 _ASBOX
26883 echo "$ac_log"
26884 } >&5
26886 _ACEOF
26887 cat >>$CONFIG_STATUS <<_ACEOF
26888 _ACEOF
26890 cat >>$CONFIG_STATUS <<\_ACEOF
26892 # Handling of arguments.
26893 for ac_config_target in $ac_config_targets
26895 case $ac_config_target in
26896 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26897 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26898 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26899 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26900 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26901 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26902 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26903 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26904 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26905 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26906 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26907 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26908 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26909 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26910 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26911 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26912 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
26913 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26914 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26915 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26916 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26917 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26918 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26919 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26920 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26921 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26922 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26923 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26924 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26925 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26926 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26927 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26928 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26929 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26930 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26931 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26932 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26933 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26934 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26935 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26936 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26937 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26938 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26939 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26940 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26941 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26942 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26943 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26944 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26945 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26946 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26947 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26948 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26949 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26950 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
26951 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26952 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26953 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26954 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
26955 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
26956 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
26957 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26958 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26959 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26960 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26961 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26962 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26963 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26964 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26965 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26966 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26967 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26968 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26969 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26970 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26971 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26972 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26973 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26974 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26975 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26976 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26977 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26978 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26979 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26980 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26981 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26982 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26983 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26984 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26985 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26986 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26987 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26988 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
26989 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26990 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26991 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26992 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26993 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26994 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26995 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26996 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26997 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26998 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26999 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
27000 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
27001 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
27002 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
27003 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
27004 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
27005 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
27006 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
27007 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
27008 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
27009 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
27010 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
27011 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
27012 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
27013 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
27014 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
27015 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
27016 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
27017 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
27018 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
27019 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
27020 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
27021 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
27022 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
27023 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
27024 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
27025 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
27026 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
27027 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
27028 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
27029 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
27030 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
27031 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
27032 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
27033 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
27034 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
27035 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
27036 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
27037 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
27038 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
27039 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
27040 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
27041 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
27042 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
27043 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
27044 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
27045 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
27046 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
27047 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
27048 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
27049 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
27050 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
27051 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
27052 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
27053 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
27054 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
27055 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
27056 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
27057 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
27058 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
27059 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
27060 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
27061 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
27062 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
27063 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
27064 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
27065 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
27066 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
27067 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
27068 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
27069 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
27070 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
27071 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
27072 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
27073 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
27074 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
27075 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
27076 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
27077 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
27078 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
27079 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
27080 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
27081 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
27082 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
27083 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
27084 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
27085 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
27086 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
27087 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
27088 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
27089 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
27090 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
27091 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
27092 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
27093 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
27094 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
27095 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
27096 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
27097 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
27098 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
27099 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
27100 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
27101 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
27102 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
27103 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
27104 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
27105 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
27106 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
27107 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
27108 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
27109 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
27110 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
27111 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
27112 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
27113 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
27114 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
27115 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
27116 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
27117 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
27118 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
27119 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
27120 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
27121 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
27122 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
27123 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
27124 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
27125 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
27126 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
27127 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
27128 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
27129 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
27130 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
27131 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
27132 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
27133 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
27134 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
27135 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
27136 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
27137 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
27138 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
27139 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
27140 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
27141 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
27142 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
27143 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
27144 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
27145 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
27146 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
27147 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
27148 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
27149 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
27150 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
27151 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
27152 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
27153 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
27154 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
27155 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
27156 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
27157 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
27158 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
27159 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
27160 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
27161 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
27162 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
27163 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
27164 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
27165 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
27166 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
27167 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
27168 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
27169 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
27170 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
27171 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
27172 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
27173 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
27174 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
27175 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
27176 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
27177 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
27178 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
27179 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
27180 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
27181 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
27182 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
27183 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
27184 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
27185 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
27186 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
27187 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
27188 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
27189 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
27190 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
27191 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
27192 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
27193 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
27194 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
27195 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
27196 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
27197 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
27198 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
27199 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
27200 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
27201 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
27202 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
27203 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
27204 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
27205 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
27206 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
27207 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
27208 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
27209 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
27210 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
27211 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
27212 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
27213 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
27214 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
27215 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
27216 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
27217 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
27218 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
27219 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
27220 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
27221 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
27222 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
27223 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
27224 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
27225 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
27226 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
27227 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
27228 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
27229 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
27230 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
27231 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
27232 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
27233 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
27234 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
27235 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
27236 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
27237 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
27238 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
27239 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
27240 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
27241 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
27242 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
27243 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
27244 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
27245 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
27246 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
27247 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
27248 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
27249 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
27250 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
27251 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
27252 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
27253 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
27254 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
27255 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
27256 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
27257 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
27258 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
27259 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
27260 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
27261 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
27262 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
27263 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
27264 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
27265 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
27266 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
27267 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
27268 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
27269 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
27270 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
27271 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
27272 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
27273 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
27274 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
27275 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
27276 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
27277 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
27278 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
27279 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
27280 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
27281 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
27282 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
27283 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
27284 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
27285 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
27286 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
27287 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
27288 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
27289 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
27290 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
27291 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
27292 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
27293 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
27294 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
27295 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
27296 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
27297 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
27298 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
27299 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
27300 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
27301 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
27302 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
27303 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
27304 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
27305 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
27306 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
27307 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
27308 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
27309 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
27310 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
27311 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
27312 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
27313 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
27314 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
27315 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
27316 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
27317 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
27318 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
27319 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
27320 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
27321 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
27322 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
27323 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
27324 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
27325 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
27326 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
27327 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
27328 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
27329 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
27330 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
27331 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
27332 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
27333 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
27334 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
27335 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
27336 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
27337 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
27338 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
27339 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
27340 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
27341 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
27342 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
27343 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
27344 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
27345 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
27346 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
27347 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
27348 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
27349 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
27350 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
27351 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
27353 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
27354 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
27355 { (exit 1); exit 1; }; };;
27356 esac
27357 done
27360 # If the user did not use the arguments to specify the items to instantiate,
27361 # then the envvar interface is used. Set only those that are not.
27362 # We use the long form for the default assignment because of an extremely
27363 # bizarre bug on SunOS 4.1.3.
27364 if $ac_need_defaults; then
27365 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27366 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27367 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27370 # Have a temporary directory for convenience. Make it in the build tree
27371 # simply because there is no reason against having it here, and in addition,
27372 # creating and moving files from /tmp can sometimes cause problems.
27373 # Hook for its removal unless debugging.
27374 # Note that there is a small window in which the directory will not be cleaned:
27375 # after its creation but before its name has been assigned to `$tmp'.
27376 $debug ||
27378 tmp=
27379 trap 'exit_status=$?
27380 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27382 trap '{ (exit 1); exit 1; }' 1 2 13 15
27384 # Create a (secure) tmp directory for tmp files.
27387 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27388 test -n "$tmp" && test -d "$tmp"
27389 } ||
27391 tmp=./conf$$-$RANDOM
27392 (umask 077 && mkdir "$tmp")
27393 } ||
27395 echo "$me: cannot create a temporary directory in ." >&2
27396 { (exit 1); exit 1; }
27400 # Set up the sed scripts for CONFIG_FILES section.
27403 # No need to generate the scripts if there are no CONFIG_FILES.
27404 # This happens for instance when ./config.status config.h
27405 if test -n "$CONFIG_FILES"; then
27407 _ACEOF
27409 # Create sed commands to just substitute file output variables.
27411 # Remaining file output variables are in a fragment that also has non-file
27412 # output varibles.
27416 ac_delim='%!_!# '
27417 for ac_last_try in false false false false false :; do
27418 cat >conf$$subs.sed <<_ACEOF
27419 SHELL!$SHELL$ac_delim
27420 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27421 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27422 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27423 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27424 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27425 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27426 exec_prefix!$exec_prefix$ac_delim
27427 prefix!$prefix$ac_delim
27428 program_transform_name!$program_transform_name$ac_delim
27429 bindir!$bindir$ac_delim
27430 sbindir!$sbindir$ac_delim
27431 libexecdir!$libexecdir$ac_delim
27432 datarootdir!$datarootdir$ac_delim
27433 datadir!$datadir$ac_delim
27434 sysconfdir!$sysconfdir$ac_delim
27435 sharedstatedir!$sharedstatedir$ac_delim
27436 localstatedir!$localstatedir$ac_delim
27437 includedir!$includedir$ac_delim
27438 oldincludedir!$oldincludedir$ac_delim
27439 docdir!$docdir$ac_delim
27440 infodir!$infodir$ac_delim
27441 htmldir!$htmldir$ac_delim
27442 dvidir!$dvidir$ac_delim
27443 pdfdir!$pdfdir$ac_delim
27444 psdir!$psdir$ac_delim
27445 libdir!$libdir$ac_delim
27446 localedir!$localedir$ac_delim
27447 mandir!$mandir$ac_delim
27448 DEFS!$DEFS$ac_delim
27449 ECHO_C!$ECHO_C$ac_delim
27450 ECHO_N!$ECHO_N$ac_delim
27451 ECHO_T!$ECHO_T$ac_delim
27452 LIBS!$LIBS$ac_delim
27453 build_alias!$build_alias$ac_delim
27454 host_alias!$host_alias$ac_delim
27455 target_alias!$target_alias$ac_delim
27456 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27457 build!$build$ac_delim
27458 build_cpu!$build_cpu$ac_delim
27459 build_vendor!$build_vendor$ac_delim
27460 build_os!$build_os$ac_delim
27461 host!$host$ac_delim
27462 host_cpu!$host_cpu$ac_delim
27463 host_vendor!$host_vendor$ac_delim
27464 host_os!$host_os$ac_delim
27465 SET_MAKE!$SET_MAKE$ac_delim
27466 CC!$CC$ac_delim
27467 CFLAGS!$CFLAGS$ac_delim
27468 LDFLAGS!$LDFLAGS$ac_delim
27469 CPPFLAGS!$CPPFLAGS$ac_delim
27470 ac_ct_CC!$ac_ct_CC$ac_delim
27471 EXEEXT!$EXEEXT$ac_delim
27472 OBJEXT!$OBJEXT$ac_delim
27473 CXX!$CXX$ac_delim
27474 CXXFLAGS!$CXXFLAGS$ac_delim
27475 ac_ct_CXX!$ac_ct_CXX$ac_delim
27476 CPPBIN!$CPPBIN$ac_delim
27477 TARGETFLAGS!$TARGETFLAGS$ac_delim
27478 WIN16_FILES!$WIN16_FILES$ac_delim
27479 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27480 TOOLSDIR!$TOOLSDIR$ac_delim
27481 XMKMF!$XMKMF$ac_delim
27482 CPP!$CPP$ac_delim
27483 X_CFLAGS!$X_CFLAGS$ac_delim
27484 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27485 X_LIBS!$X_LIBS$ac_delim
27486 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27487 FLEX!$FLEX$ac_delim
27488 BISON!$BISON$ac_delim
27489 AS!$AS$ac_delim
27490 ac_ct_AS!$ac_ct_AS$ac_delim
27491 LD!$LD$ac_delim
27492 ac_ct_LD!$ac_ct_LD$ac_delim
27493 NM!$NM$ac_delim
27494 ac_ct_NM!$ac_ct_NM$ac_delim
27495 AR!$AR$ac_delim
27496 ac_ct_AR!$ac_ct_AR$ac_delim
27497 ARFLAGS!$ARFLAGS$ac_delim
27498 RANLIB!$RANLIB$ac_delim
27499 STRIP!$STRIP$ac_delim
27500 WINDRES!$WINDRES$ac_delim
27501 _ACEOF
27503 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27504 break
27505 elif $ac_last_try; then
27506 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27507 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27508 { (exit 1); exit 1; }; }
27509 else
27510 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27512 done
27514 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27515 if test -n "$ac_eof"; then
27516 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27517 ac_eof=`expr $ac_eof + 1`
27520 cat >>$CONFIG_STATUS <<_ACEOF
27521 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27522 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27523 /^[ ]*@MAKE_RULES@[ ]*$/{
27524 r $MAKE_RULES
27527 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27528 r $MAKE_DLL_RULES
27531 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27532 r $MAKE_IMPLIB_RULES
27535 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27536 r $MAKE_TEST_RULES
27539 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27540 r $MAKE_PROG_RULES
27543 _ACEOF
27544 sed '
27545 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27546 s/^/s,@/; s/!/@,|#_!!_#|/
27549 s/'"$ac_delim"'$/,g/; t
27550 s/$/\\/; p
27551 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27552 ' >>$CONFIG_STATUS <conf$$subs.sed
27553 rm -f conf$$subs.sed
27554 cat >>$CONFIG_STATUS <<_ACEOF
27555 CEOF$ac_eof
27556 _ACEOF
27559 ac_delim='%!_!# '
27560 for ac_last_try in false false false false false :; do
27561 cat >conf$$subs.sed <<_ACEOF
27562 LN_S!$LN_S$ac_delim
27563 LN!$LN$ac_delim
27564 GREP!$GREP$ac_delim
27565 EGREP!$EGREP$ac_delim
27566 LDCONFIG!$LDCONFIG$ac_delim
27567 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27568 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27569 INSTALL_DATA!$INSTALL_DATA$ac_delim
27570 LINT!$LINT$ac_delim
27571 LINTFLAGS!$LINTFLAGS$ac_delim
27572 FONTFORGE!$FONTFORGE$ac_delim
27573 PKG_CONFIG!$PKG_CONFIG$ac_delim
27574 RSVG!$RSVG$ac_delim
27575 ICOTOOL!$ICOTOOL$ac_delim
27576 PRELINK!$PRELINK$ac_delim
27577 LIBPTHREAD!$LIBPTHREAD$ac_delim
27578 XLIB!$XLIB$ac_delim
27579 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27580 DLLEXT!$DLLEXT$ac_delim
27581 DLLFLAGS!$DLLFLAGS$ac_delim
27582 LDSHARED!$LDSHARED$ac_delim
27583 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27584 LIBEXT!$LIBEXT$ac_delim
27585 IMPLIBEXT!$IMPLIBEXT$ac_delim
27586 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27587 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27588 LDD!$LDD$ac_delim
27589 DLLTOOL!$DLLTOOL$ac_delim
27590 DLLWRAP!$DLLWRAP$ac_delim
27591 MINGWAR!$MINGWAR$ac_delim
27592 SECURITYLIB!$SECURITYLIB$ac_delim
27593 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27594 IOKITLIB!$IOKITLIB$ac_delim
27595 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27596 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27597 COREAUDIO!$COREAUDIO$ac_delim
27598 CARBONLIB!$CARBONLIB$ac_delim
27599 CROSSCC!$CROSSCC$ac_delim
27600 CROSSWINDRES!$CROSSWINDRES$ac_delim
27601 CROSSTEST!$CROSSTEST$ac_delim
27602 NASLIBS!$NASLIBS$ac_delim
27603 XML2LIBS!$XML2LIBS$ac_delim
27604 XML2INCL!$XML2INCL$ac_delim
27605 XSLTINCL!$XSLTINCL$ac_delim
27606 HALINCL!$HALINCL$ac_delim
27607 GNUTLSINCL!$GNUTLSINCL$ac_delim
27608 sane_devel!$sane_devel$ac_delim
27609 SANEINCL!$SANEINCL$ac_delim
27610 gphoto2_devel!$gphoto2_devel$ac_delim
27611 gphoto2port_devel!$gphoto2port_devel$ac_delim
27612 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27613 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27614 RESOLVLIBS!$RESOLVLIBS$ac_delim
27615 LCMSLIBS!$LCMSLIBS$ac_delim
27616 ft_devel!$ft_devel$ac_delim
27617 FREETYPELIBS!$FREETYPELIBS$ac_delim
27618 FREETYPEINCL!$FREETYPEINCL$ac_delim
27619 ESDCONFIG!$ESDCONFIG$ac_delim
27620 ESDINCL!$ESDINCL$ac_delim
27621 ESDLIBS!$ESDLIBS$ac_delim
27622 PULSELIBS!$PULSELIBS$ac_delim
27623 ALSALIBS!$ALSALIBS$ac_delim
27624 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27625 CUPSINCL!$CUPSINCL$ac_delim
27626 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27627 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27628 BUILTINFLAG!$BUILTINFLAG$ac_delim
27629 LDPATH!$LDPATH$ac_delim
27630 CRTLIBS!$CRTLIBS$ac_delim
27631 SOCKETLIBS!$SOCKETLIBS$ac_delim
27632 MAIN_BINARY!$MAIN_BINARY$ac_delim
27633 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27634 LIBDL!$LIBDL$ac_delim
27635 LIBPOLL!$LIBPOLL$ac_delim
27636 LDAPLIBS!$LDAPLIBS$ac_delim
27637 DEPENDENCIES!$DEPENDENCIES$ac_delim
27638 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27639 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27640 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27641 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27642 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27643 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27644 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27645 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27646 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27647 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27648 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27649 LIBOBJS!$LIBOBJS$ac_delim
27650 LTLIBOBJS!$LTLIBOBJS$ac_delim
27651 _ACEOF
27653 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
27654 break
27655 elif $ac_last_try; then
27656 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27657 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27658 { (exit 1); exit 1; }; }
27659 else
27660 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27662 done
27664 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27665 if test -n "$ac_eof"; then
27666 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27667 ac_eof=`expr $ac_eof + 1`
27670 cat >>$CONFIG_STATUS <<_ACEOF
27671 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27672 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27673 _ACEOF
27674 sed '
27675 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27676 s/^/s,@/; s/!/@,|#_!!_#|/
27679 s/'"$ac_delim"'$/,g/; t
27680 s/$/\\/; p
27681 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27682 ' >>$CONFIG_STATUS <conf$$subs.sed
27683 rm -f conf$$subs.sed
27684 cat >>$CONFIG_STATUS <<_ACEOF
27685 :end
27686 s/|#_!!_#|//g
27687 CEOF$ac_eof
27688 _ACEOF
27691 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27692 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27693 # trailing colons and then remove the whole line if VPATH becomes empty
27694 # (actually we leave an empty line to preserve line numbers).
27695 if test "x$srcdir" = x.; then
27696 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27697 s/:*\$(srcdir):*/:/
27698 s/:*\${srcdir}:*/:/
27699 s/:*@srcdir@:*/:/
27700 s/^\([^=]*=[ ]*\):*/\1/
27701 s/:*$//
27702 s/^[^=]*=[ ]*$//
27706 cat >>$CONFIG_STATUS <<\_ACEOF
27707 fi # test -n "$CONFIG_FILES"
27710 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27712 case $ac_tag in
27713 :[FHLC]) ac_mode=$ac_tag; continue;;
27714 esac
27715 case $ac_mode$ac_tag in
27716 :[FHL]*:*);;
27717 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27718 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27719 { (exit 1); exit 1; }; };;
27720 :[FH]-) ac_tag=-:-;;
27721 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27722 esac
27723 ac_save_IFS=$IFS
27724 IFS=:
27725 set x $ac_tag
27726 IFS=$ac_save_IFS
27727 shift
27728 ac_file=$1
27729 shift
27731 case $ac_mode in
27732 :L) ac_source=$1;;
27733 :[FH])
27734 ac_file_inputs=
27735 for ac_f
27737 case $ac_f in
27738 -) ac_f="$tmp/stdin";;
27739 *) # Look for the file first in the build tree, then in the source tree
27740 # (if the path is not absolute). The absolute path cannot be DOS-style,
27741 # because $ac_f cannot contain `:'.
27742 test -f "$ac_f" ||
27743 case $ac_f in
27744 [\\/$]*) false;;
27745 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27746 esac ||
27747 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27748 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27749 { (exit 1); exit 1; }; };;
27750 esac
27751 ac_file_inputs="$ac_file_inputs $ac_f"
27752 done
27754 # Let's still pretend it is `configure' which instantiates (i.e., don't
27755 # use $as_me), people would be surprised to read:
27756 # /* config.h. Generated by config.status. */
27757 configure_input="Generated from "`IFS=:
27758 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27759 if test x"$ac_file" != x-; then
27760 configure_input="$ac_file. $configure_input"
27761 { echo "$as_me:$LINENO: creating $ac_file" >&5
27762 echo "$as_me: creating $ac_file" >&6;}
27765 case $ac_tag in
27766 *:-:* | *:-) cat >"$tmp/stdin";;
27767 esac
27769 esac
27771 ac_dir=`$as_dirname -- "$ac_file" ||
27772 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27773 X"$ac_file" : 'X\(//\)[^/]' \| \
27774 X"$ac_file" : 'X\(//\)$' \| \
27775 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27776 echo X"$ac_file" |
27777 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27778 s//\1/
27781 /^X\(\/\/\)[^/].*/{
27782 s//\1/
27785 /^X\(\/\/\)$/{
27786 s//\1/
27789 /^X\(\/\).*/{
27790 s//\1/
27793 s/.*/./; q'`
27794 { as_dir="$ac_dir"
27795 case $as_dir in #(
27796 -*) as_dir=./$as_dir;;
27797 esac
27798 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27799 as_dirs=
27800 while :; do
27801 case $as_dir in #(
27802 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27803 *) as_qdir=$as_dir;;
27804 esac
27805 as_dirs="'$as_qdir' $as_dirs"
27806 as_dir=`$as_dirname -- "$as_dir" ||
27807 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27808 X"$as_dir" : 'X\(//\)[^/]' \| \
27809 X"$as_dir" : 'X\(//\)$' \| \
27810 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27811 echo X"$as_dir" |
27812 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27813 s//\1/
27816 /^X\(\/\/\)[^/].*/{
27817 s//\1/
27820 /^X\(\/\/\)$/{
27821 s//\1/
27824 /^X\(\/\).*/{
27825 s//\1/
27828 s/.*/./; q'`
27829 test -d "$as_dir" && break
27830 done
27831 test -z "$as_dirs" || eval "mkdir $as_dirs"
27832 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27833 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27834 { (exit 1); exit 1; }; }; }
27835 ac_builddir=.
27837 case "$ac_dir" in
27838 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27840 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27841 # A ".." for each directory in $ac_dir_suffix.
27842 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27843 case $ac_top_builddir_sub in
27844 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27845 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27846 esac ;;
27847 esac
27848 ac_abs_top_builddir=$ac_pwd
27849 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27850 # for backward compatibility:
27851 ac_top_builddir=$ac_top_build_prefix
27853 case $srcdir in
27854 .) # We are building in place.
27855 ac_srcdir=.
27856 ac_top_srcdir=$ac_top_builddir_sub
27857 ac_abs_top_srcdir=$ac_pwd ;;
27858 [\\/]* | ?:[\\/]* ) # Absolute name.
27859 ac_srcdir=$srcdir$ac_dir_suffix;
27860 ac_top_srcdir=$srcdir
27861 ac_abs_top_srcdir=$srcdir ;;
27862 *) # Relative name.
27863 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27864 ac_top_srcdir=$ac_top_build_prefix$srcdir
27865 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27866 esac
27867 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27870 case $ac_mode in
27873 # CONFIG_FILE
27876 case $INSTALL in
27877 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27878 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27879 esac
27880 _ACEOF
27882 cat >>$CONFIG_STATUS <<\_ACEOF
27883 # If the template does not know about datarootdir, expand it.
27884 # FIXME: This hack should be removed a few years after 2.60.
27885 ac_datarootdir_hack=; ac_datarootdir_seen=
27887 case `sed -n '/datarootdir/ {
27891 /@datadir@/p
27892 /@docdir@/p
27893 /@infodir@/p
27894 /@localedir@/p
27895 /@mandir@/p
27896 ' $ac_file_inputs` in
27897 *datarootdir*) ac_datarootdir_seen=yes;;
27898 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27899 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27900 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27901 _ACEOF
27902 cat >>$CONFIG_STATUS <<_ACEOF
27903 ac_datarootdir_hack='
27904 s&@datadir@&$datadir&g
27905 s&@docdir@&$docdir&g
27906 s&@infodir@&$infodir&g
27907 s&@localedir@&$localedir&g
27908 s&@mandir@&$mandir&g
27909 s&\\\${datarootdir}&$datarootdir&g' ;;
27910 esac
27911 _ACEOF
27913 # Neutralize VPATH when `$srcdir' = `.'.
27914 # Shell code in configure.ac might set extrasub.
27915 # FIXME: do we really want to maintain this feature?
27916 cat >>$CONFIG_STATUS <<_ACEOF
27917 sed "$ac_vpsub
27918 $extrasub
27919 _ACEOF
27920 cat >>$CONFIG_STATUS <<\_ACEOF
27922 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27923 s&@configure_input@&$configure_input&;t t
27924 s&@top_builddir@&$ac_top_builddir_sub&;t t
27925 s&@srcdir@&$ac_srcdir&;t t
27926 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27927 s&@top_srcdir@&$ac_top_srcdir&;t t
27928 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27929 s&@builddir@&$ac_builddir&;t t
27930 s&@abs_builddir@&$ac_abs_builddir&;t t
27931 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27932 s&@INSTALL@&$ac_INSTALL&;t t
27933 $ac_datarootdir_hack
27934 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27936 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27937 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27938 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27939 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27940 which seems to be undefined. Please make sure it is defined." >&5
27941 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27942 which seems to be undefined. Please make sure it is defined." >&2;}
27944 rm -f "$tmp/stdin"
27945 case $ac_file in
27946 -) cat "$tmp/out"; rm -f "$tmp/out";;
27947 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27948 esac
27952 # CONFIG_HEADER
27954 _ACEOF
27956 # Transform confdefs.h into a sed script `conftest.defines', that
27957 # substitutes the proper values into config.h.in to produce config.h.
27958 rm -f conftest.defines conftest.tail
27959 # First, append a space to every undef/define line, to ease matching.
27960 echo 's/$/ /' >conftest.defines
27961 # Then, protect against being on the right side of a sed subst, or in
27962 # an unquoted here document, in config.status. If some macros were
27963 # called several times there might be several #defines for the same
27964 # symbol, which is useless. But do not sort them, since the last
27965 # AC_DEFINE must be honored.
27966 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27967 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27968 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27969 # PARAMS is the parameter list in the macro definition--in most cases, it's
27970 # just an empty string.
27971 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27972 ac_dB='\\)[ (].*,\\1define\\2'
27973 ac_dC=' '
27974 ac_dD=' ,'
27976 uniq confdefs.h |
27977 sed -n '
27978 t rset
27979 :rset
27980 s/^[ ]*#[ ]*define[ ][ ]*//
27981 t ok
27984 s/[\\&,]/\\&/g
27985 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27986 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27987 ' >>conftest.defines
27989 # Remove the space that was appended to ease matching.
27990 # Then replace #undef with comments. This is necessary, for
27991 # example, in the case of _POSIX_SOURCE, which is predefined and required
27992 # on some systems where configure will not decide to define it.
27993 # (The regexp can be short, since the line contains either #define or #undef.)
27994 echo 's/ $//
27995 s,^[ #]*u.*,/* & */,' >>conftest.defines
27997 # Break up conftest.defines:
27998 ac_max_sed_lines=50
28000 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
28001 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
28002 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
28003 # et cetera.
28004 ac_in='$ac_file_inputs'
28005 ac_out='"$tmp/out1"'
28006 ac_nxt='"$tmp/out2"'
28008 while :
28010 # Write a here document:
28011 cat >>$CONFIG_STATUS <<_ACEOF
28012 # First, check the format of the line:
28013 cat >"\$tmp/defines.sed" <<\\CEOF
28014 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
28015 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
28017 :def
28018 _ACEOF
28019 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
28020 echo 'CEOF
28021 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
28022 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
28023 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
28024 grep . conftest.tail >/dev/null || break
28025 rm -f conftest.defines
28026 mv conftest.tail conftest.defines
28027 done
28028 rm -f conftest.defines conftest.tail
28030 echo "ac_result=$ac_in" >>$CONFIG_STATUS
28031 cat >>$CONFIG_STATUS <<\_ACEOF
28032 if test x"$ac_file" != x-; then
28033 echo "/* $configure_input */" >"$tmp/config.h"
28034 cat "$ac_result" >>"$tmp/config.h"
28035 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
28036 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
28037 echo "$as_me: $ac_file is unchanged" >&6;}
28038 else
28039 rm -f $ac_file
28040 mv "$tmp/config.h" $ac_file
28042 else
28043 echo "/* $configure_input */"
28044 cat "$ac_result"
28046 rm -f "$tmp/out12"
28049 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
28050 echo "$as_me: executing $ac_file commands" >&6;}
28052 esac
28055 case $ac_file$ac_mode in
28056 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
28057 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
28058 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
28059 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
28060 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
28061 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
28062 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
28063 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
28064 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
28065 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
28066 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
28067 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
28068 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
28070 esac
28071 done # for ac_tag
28074 { (exit 0); exit 0; }
28075 _ACEOF
28076 chmod +x $CONFIG_STATUS
28077 ac_clean_files=$ac_clean_files_save
28080 # configure is writing to config.log, and then calls config.status.
28081 # config.status does its own redirection, appending to config.log.
28082 # Unfortunately, on DOS this fails, as config.log is still kept open
28083 # by configure, so config.status won't be able to write to it; its
28084 # output is simply discarded. So we exec the FD to /dev/null,
28085 # effectively closing config.log, so it can be properly (re)opened and
28086 # appended to by config.status. When coming back to configure, we
28087 # need to make the FD available again.
28088 if test "$no_create" != yes; then
28089 ac_cs_success=:
28090 ac_config_status_args=
28091 test "$silent" = yes &&
28092 ac_config_status_args="$ac_config_status_args --quiet"
28093 exec 5>/dev/null
28094 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
28095 exec 5>>config.log
28096 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
28097 # would make configure fail if this is the last instruction.
28098 $ac_cs_success || { (exit 1); exit 1; }
28102 if test "$no_create" = "yes"
28103 then
28104 exit 0
28107 ac_save_IFS="$IFS"
28108 if test "x$wine_notices != "x; then
28109 echo >&6
28110 IFS="|"
28111 for msg in $wine_notices; do
28112 IFS="$ac_save_IFS"
28113 if test -n "$msg"; then
28114 { echo "$as_me:$LINENO: $msg" >&5
28115 echo "$as_me: $msg" >&6;}
28117 done
28119 IFS="|"
28120 for msg in $wine_warnings; do
28121 IFS="$ac_save_IFS"
28122 if test -n "$msg"; then
28123 echo >&2
28124 { echo "$as_me:$LINENO: WARNING: $msg" >&5
28125 echo "$as_me: WARNING: $msg" >&2;}
28127 done
28128 IFS="$ac_save_IFS"
28130 echo "
28131 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
28132 " >&6